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
- Host: GitHub
- URL: https://github.com/smkent/cookie-sandbox
- Owner: smkent
- License: gpl-3.0
- Created: 2022-08-20T05:11:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T04:16:46.000Z (about 2 years ago)
- Last Synced: 2025-01-28T14:15:10.631Z (4 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookie-sandbox:
[][gh-actions]
[][codecov]
[][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