An open API service indexing awesome lists of open source software.

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

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/