https://github.com/geoffdutton/pypy-geoff
Example python package
https://github.com/geoffdutton/pypy-geoff
Last synced: 11 months ago
JSON representation
Example python package
- Host: GitHub
- URL: https://github.com/geoffdutton/pypy-geoff
- Owner: geoffdutton
- License: mit
- Created: 2022-07-29T16:35:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T18:55:25.000Z (almost 4 years ago)
- Last Synced: 2025-06-07T09:44:20.021Z (about 1 year ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Python Package
Following this article: https://mathspp.com/blog/how-to-create-a-python-package-in-2022
[![PyPI version][pypi-image]][pypi-url]
[![Build status][build-image]][build-url]
[![Code coverage][coverage-image]][coverage-url]
[![GitHub stars][stars-image]][stars-url]
[![Support Python versions][versions-image]][versions-url]
## Notes
**ZSH**
In zsh, it looks like you need to quote poetry packages:
```
poetry add -D scriv[toml]
$ zsh: no matches found: scriv[toml]
```
```
poetry add -D "scriv[toml]"
$ ... installed ...
```
## Changelog
Refer to the [CHANGELOG.md](CHANGELOG.md) file.
[pypi-image]: https://img.shields.io/pypi/v/pypy_geoff
[pypi-url]: https://pypi.org/project/pypy_geoff/
[build-image]: https://github.com/geoffdutton/pypy-geoff/actions/workflows/build.yaml/badge.svg
[build-url]: https://github.com/geoffdutton/pypy-geoff/actions/workflows/build.yaml
[coverage-image]: https://codecov.io/gh/geoffdutton/pypy-geoff/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/geoffdutton/pypy-geoff/
[stars-image]: https://img.shields.io/github/stars/geoffdutton/pypy-geoff
[stars-url]: https://github.com/geoffdutton/pypy-geoff
[versions-image]: https://img.shields.io/pypi/pyversions/pypy_geoff
[versions-url]: https://pypi.org/project/pypy_geoff/