https://github.com/douban/douban-utils
Douban's Utils
https://github.com/douban/douban-utils
Last synced: 8 months ago
JSON representation
Douban's Utils
- Host: GitHub
- URL: https://github.com/douban/douban-utils
- Owner: douban
- License: other
- Created: 2014-02-12T14:40:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:21:17.000Z (almost 12 years ago)
- Last Synced: 2025-03-20T14:40:38.133Z (8 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 59
- Watchers: 16
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
## Douban Utils
#### Quick Start
```
1. virtualenv venv
2. . venv/bin/activate
3. python setup.py install
4. python setup.py test
```