https://github.com/remarkablemark/python_package_template
🐍 Python package template
https://github.com/remarkablemark/python_package_template
package python python-package python-package-template python3 template
Last synced: about 2 months ago
JSON representation
🐍 Python package template
- Host: GitHub
- URL: https://github.com/remarkablemark/python_package_template
- Owner: remarkablemark
- License: mit
- Created: 2025-03-25T02:12:29.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-17T14:06:28.000Z (about 2 months ago)
- Last Synced: 2025-04-20T14:44:28.866Z (about 2 months ago)
- Topics: package, python, python-package, python-package-template, python3, template
- Language: Python
- Homepage: http://remarkablemark.org/python_package_template/
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# python_package_template
[](https://pypi.org/project/python_package_template/)
[](https://codecov.io/gh/remarkablemark/python_package_template)
[](https://github.com/remarkablemark/python_package_template/actions/workflows/lint.yml)🐍 Python Package Template
## Prerequisites
- [Python](https://www.python.org/)
## Install
[Python](https://pypi.org/project/python_package_template/):
```sh
pip install python_package_template
```## Usage
Print greeting:
```py
from python_package_template import helloprint(hello())
```## License
[MIT](https://github.com/remarkablemark/python_package_template/blob/master/LICENSE)