https://github.com/cedadev/python_package_template
Template with high-level guidelines for making new CEDA Python packages
https://github.com/cedadev/python_package_template
Last synced: over 1 year ago
JSON representation
Template with high-level guidelines for making new CEDA Python packages
- Host: GitHub
- URL: https://github.com/cedadev/python_package_template
- Owner: cedadev
- Created: 2018-09-14T11:39:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T13:40:07.000Z (about 5 years ago)
- Last Synced: 2025-01-06T02:09:40.723Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_package_template
Template with high-level guidelines for making new CEDA Python packages
Also includes a sample Sphinx documentation in ``sphinx/`` directory. Run
``make`` in that directory to see a list of targets. Further instructions are
in ``sphinx/index.rst``.