Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
lib
 
 
min
 
 
std
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

About

A framework helps you quickly implement your ideas and let your codes run on both Python2 and Python3.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.