Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18854
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jsf80238@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.047 |
| X-Spam-Evidence | '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.05; 'similarities': 0.09; 'url:github': 0.09; 'subject:creating': 0.16; 'header:In-Reply-To:1': 0.22; 'sender:addr:gmail.com': 0.25; 'creating': 0.25; 'code': 0.25; 'all,': 0.28; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.28; 'comments.': 0.30; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'subject:Database': 0.30; 'user.': 0.31; 'pretty': 0.32; 'to:addr:python-list': 0.34; 'something': 0.35; 'however,': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'easier': 0.38; 'form,': 0.39; 'url:org': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'your': 0.61; 'reviewed': 0.62; 'forward': 0.63 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=nox0k7EaUfvtO6KRRLbH5oUYAGqyDXDa5YrE6a25ufc=; b=DRJLp01OoNMlblYAmNIwpROSvTbrPZpnciRyKpeYDAxLpTDIrKO/lS48tkJuw2eoND J7otFJPbjJ9s4VWQhG7xbPM6XEdlZ3afD/nC1HckeA14wbcBPRkCLUzf1pj0+RNn+BjD XZPhOvqV6CI/GET5f4yJfqdkBNjZdXMPbOdm8= |
| MIME-Version | 1.0 |
| Sender | jsf80238@gmail.com |
| In-Reply-To | <CAOypoo57dbVZwRvot6jaCiV1ZHR9WYMcifWvoA92QLtjYeF4Ug@mail.gmail.com> |
| References | <CAOypoo57dbVZwRvot6jaCiV1ZHR9WYMcifWvoA92QLtjYeF4Ug@mail.gmail.com> |
| Date | Thu, 12 Jan 2012 00:31:44 +0000 |
| X-Google-Sender-Auth | SWPM9I4-YYJ1Bu6e2bEnlDIiIHQ |
| Subject | Re: Python lib for creating Database tables |
| From | Jason Friedman <jason@powerpull.net> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4669.1326328313.27778.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1326328313 news.xs4all.nl 6984 [2001:888:2000:d::a6]:43788 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:18854 |
Show key headers only | View raw
> Hello All, > > I just made something pretty simple that I intend to use while creating > database tables. It is still in the basic form, and much needs to be added. > However, I use introspection to make it a bit easier and less work on the > user. > > I would want my code to be reviewed by this great group. I look forward to > your feedback and comments. > https://github.com/janus/cheeta Cheeta has similarities to http://www.sqlalchemy.org/.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python lib for creating Database tables Jason Friedman <jason@powerpull.net> - 2012-01-12 00:31 +0000
csiph-web