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
- Host: GitHub
- URL: https://github.com/dhi/template-python-library
- Owner: DHI
- License: mit
- Created: 2021-09-09T07:00:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T06:39:02.000Z (8 months ago)
- Last Synced: 2025-03-25T08:38:20.569Z (2 months ago)
- Topics: library, package, python
- Language: Python
- Homepage: https://dhi.github.io/template-python-library/
- Size: 2.53 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
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/)