Skip to content

petarnikolovski/python-project-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Skeleton

This is example of basic Python project skeleton. This is useful when you are building libraries that have to be packaged and installed on other systems. Rename project name in setup.py and in the src/ before you use it. The application can be bundled using python setup.py sdist. Project dependencies are managed using pip-tools. Read this article for the full explanation.