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

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

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.