Skip to content

dixonwhitmire/python-cli-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-lib-template

A template project for Python 3.11 CLI projects which includes:

Development Environment Quickstart

# install dependencies 
poetry install

# run tests
poetry run pytest

Using the Template

  • clone the repository for your specific project git clone <url> <your project name>
  • rename the toplevel namespace and package directories
  • update pyproject.toml to reflect project naming as appropriate
  • update logging.yaml to utilize the project's namespace/packaging as appropriate

About

A template for Python CLI applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages