carbaugh/lice "lice" : Generate license files for your projects 一個用來為你的項目生成許可證的工具。這下可方便了,不用手工的去修改了! coleifer/peewee "peewee" : a small, expressive orm ...
## carbaugh/lice [lice](https://github.com/jcarbaugh/lice) : Generate license files for your projects 一個用來為你的項目生成許可證的工具。這下可方便了,不用手工的去修改了! ## coleifer/peewee [peewee](https://github.com/coleifer/peewee): a small, expressive orm – supports postgresql, mysql and sqlite 你在用SQLAlchemy ? 我強烈推薦你看下peewee 來看一個例子: ```python User.select().where(User.active == True).order_by(User.username) ``` 一個單文件的Python ORM.相當輕巧,支持三個資料庫。而且,它最討人喜歡的是它的輕量級的語法。 ## docopt/docopt [docopt](https://github.com/docopt/docopt) : Pythonic command line arguments parser, that will make you smile 用過doctest? 那來看看docopt。有時候你用py寫一個命令行程式,需要接收命令行參數,看看這個例子: ```python """ Usage: test.py