Python Universal Framework
A framework helps you quickly implement your idea and let your codes run on both Python2 and Python3.
Requests
The libs requested can be find in the file: REQUEST.md
Startup
- 1.Download the puf source.
- 2.Read sample code under $puf/app/sample/
- 3.Create your project folder under $puf/app/
- 4.Write initialization code in $puf/app/__ctor__.py for the app in the same folder.
- 5.Let's Go with puf DOCUMENT.md
Run
python puf.py $app_name $module_name [$action_name|main]
python puf.py sample hello
python puf.py sample login get_token
Features
- Standard IO
- Log Management
- Database & Network Operation
- Unified Configuration
- Runtime Cookies
Report Bug
Welcome to write issues to me.