https://github.com/jwodder/pywodlib
Assorted Python utility functions
https://github.com/jwodder/pywodlib
python
Last synced: 8 months ago
JSON representation
Assorted Python utility functions
- Host: GitHub
- URL: https://github.com/jwodder/pywodlib
- Owner: jwodder
- License: mit
- Created: 2022-07-01T21:58:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T23:35:50.000Z (9 months ago)
- Last Synced: 2025-06-25T00:27:26.033Z (9 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|repostatus| |ci-status| |coverage| |license|
.. |repostatus| image:: https://www.repostatus.org/badges/latest/concept.svg
:target: https://www.repostatus.org/#concept
:alt: Project Status: Concept – Minimal or no implementation has been done
yet, or the repository is only intended to be a limited example,
demo, or proof-of-concept.
.. |ci-status| image:: https://github.com/jwodder/pywodlib/actions/workflows/test.yml/badge.svg
:target: https://github.com/jwodder/pywodlib/actions/workflows/test.yml
:alt: CI Status
.. |coverage| image:: https://codecov.io/gh/jwodder/pywodlib/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwodder/pywodlib
.. |license| image:: https://img.shields.io/github/license/jwodder/pywodlib.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License
`GitHub `_
| `Issues `_
``pywodlib`` is a personal Python package containing various useful (and often
reused) functions & classes that aren't quite worthy of packages of their own.
It is not meant to be installed; instead, if you see anything you like in it,
you are encouraged to copy & paste, subject to the MIT license.