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 1 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-27T13:17:54.000Z (about 2 months ago)
- Last Synced: 2026-03-27T23:53:39.616Z (about 2 months ago)
- Topics: package, python, python-package, python-package-template, python3, template
- Language: Python
- Homepage: http://remarkablemark.org/python-package-template/
- Size: 247 KB
- Stars: 1
- 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/)
- [uv](https://docs.astral.sh/uv/) or pip
## Install
Install with uv:
```sh
uv add python-package-template
```
Or install with pip:
```sh
pip install python-package-template
```
## Usage
Print the greeting:
```py
from python_package_template import hello
print(hello())
```
## License
[MIT](https://github.com/remarkablemark/python-package-template/blob/master/LICENSE)