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

https://github.com/smkent/cookie-sandbox

Sandbox for cookie-python template experimentation
https://github.com/smkent/cookie-sandbox

Last synced: about 2 months ago
JSON representation

Sandbox for cookie-python template experimentation

Awesome Lists containing this project

README

        

# cookie-sandbox:

[![Build](https://img.shields.io/github/checks-status/smkent/cookie-sandbox/main?label=build)][gh-actions]
[![codecov](https://codecov.io/gh/smkent/cookie-sandbox/branch/main/graph/badge.svg)][codecov]
[![GitHub stars](https://img.shields.io/github/stars/smkent/cookie-sandbox?style=social)][repo]

## Development

### [Poetry][poetry] installation

Via [`pipx`][pipx]:

```console
pip install pipx
pipx install poetry
pipx inject poetry poetry-dynamic-versioning poetry-pre-commit-plugin
```

Via `pip`:

```console
pip install poetry
poetry self add poetry-dynamic-versioning poetry-pre-commit-plugin
```

### Development tasks

* Setup: `poetry install`
* Run static checks: `poetry run poe lint` or
`poetry run pre-commit run --all-files`
* Run static checks and tests: `poetry run poe test`

---

Created from [smkent/cookie-python][cookie-python] using
[cookiecutter][cookiecutter]

[codecov]: https://codecov.io/gh/smkent/cookie-sandbox
[cookie-python]: https://github.com/smkent/cookie-python
[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[gh-actions]: https://github.com/smkent/cookie-sandbox/actions?query=branch%3Amain
[pipx]: https://pypa.github.io/pipx/
[poetry]: https://python-poetry.org/docs/#installation
[repo]: https://github.com/smkent/cookie-sandbox