An open API service indexing awesome lists of open source software.

https://github.com/dhi/template-python-library

Template for Python library
https://github.com/dhi/template-python-library

library package python

Last synced: about 2 months ago
JSON representation

Template for Python library

Awesome Lists containing this project

README

        

# 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
![](images/new_repo.png)

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

3. Consider if the [license](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:

- [Python Package Development at DHI](https://dhi.github.io/python-package-development/)
- [Scientific Python Library Development Guide](https://learn.scientific-python.org/development/)