Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snototter/pyzeugkiste
Python bindings for werkzeugkiste + additional helpers
https://github.com/snototter/pyzeugkiste
Last synced: 16 days ago
JSON representation
Python bindings for werkzeugkiste + additional helpers
- Host: GitHub
- URL: https://github.com/snototter/pyzeugkiste
- Owner: snototter
- License: mit
- Created: 2023-01-26T19:43:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T03:11:08.000Z (6 months ago)
- Last Synced: 2024-11-05T22:32:27.626Z (2 months ago)
- Language: C++
- Homepage: https://pyzeugkiste.readthedocs.io/
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another Box of Python Tools
[![pip install](https://github.com/snototter/pyzeugkiste/actions/workflows/pip-check.yml/badge.svg)](https://github.com/snototter/pyzeugkiste/actions/workflows/pip-check.yml)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/snototter/pyzeugkiste/blob/master/LICENSE?raw=true)This package provides python bindings for [`werkzeugkiste`](https://github.com/snototter/werkzeugkiste) and additional python-only utilities.
The up-to-date documentation [lives on readthedocs](https://pyzeugkiste.readthedocs.io/).
Dev Notes
* `pytest --cov-config=.coveragerc tests/ --cov=pyzeugkiste --cov-report term-missing`