Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 714 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 714 Bytes

my_library: Template Python repository

This repository serves as a template for creating a Python library

How do I use this?

  1. Create a new repository in GitHub with this repo as a starting point

  2. Change all occurences of my_library to match the name of your new library

  3. Consider if the license should be modified.

Additional resources

If you're interested in learning more about best practices for developing Python packages, check out the following resources: