README.md 2.4 KB

python3-boilerplate

A best-practices template project for Python3 modules


Disclaimer: If you see this on pypi.org please note that the project is only published here for testing purposes. Please visit GitHub for the related template project.


Setup

  • Make sure that python3 and pip3 is installed and available on the path (on Ubuntu: sudo apt-get install python3 python3-pip)
  • On first checkout run make venv to initialize the project configuration
  • Refer to the Makefile to learn about the various operations available
  • To rename the project you can use the provided script

Features

Resources

Future ideas and todos

  • Optional static typing for Python 2 and 3 (PEP 484) https://github.com/python/mypy
  • Reflect current state of Python multi-threading
  • Make sure tox is working as expected for supported Python versions

Licensing

This project is licensed under Apache License 2.0.