Skip to content

terasum/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Template

pure python example project struct

file struct tree:

.
├── LICENSE
├── README.rst
├── docs
│   ├── conf.py
│   ├── index.rst
│   └── quickstart.py
├── foobar
│   ├── __init__.py
│   ├── cli.py
│   ├── storate.py
│   └── test
│       ├── __init__.py
│       ├── test_cli.py
│       └── test_storage.py
├── requirements.txt
├── setup.py
└── test-requirements.txt

About

python project file struct template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published