Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 731 Bytes

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