| readme.md |
S |
Quick manual |
| license.md |
S |
Content of license |
| changelog.md |
S |
Features history |
| env |
S |
Control Python virtual environment |
| ctl |
S |
Control development tasks |
| dev-requires.txt |
S |
Specify Python packages use for development |
| .travis.yml |
S |
Specify Travis operation |
| .gitignore |
S |
Specify git ignore files |
| _config.yml |
S |
Sepcify github page configurations |
| asset/ |
S |
Static resources such as image, videos, audio |
| doc/ |
S |
Source file of documentation |
| dsrc/ |
S |
Source files of dependency packages |
| src/ |
S |
Source files of program |
| test/ |
S |
Test functions |
| tool/ |
S |
Building scripts |
| .git/ |
S |
Metadata of Git |
| dest/ |
T |
Temporary build files of source |
| dist/ |
T |
Temporary build files of packaging |
| tsrc/ |
T |
Temporary source files of dependency packages |
| venv/ |
T |
Python virtual environment files |
| tmp/ |
T |
General temporary files |