Metadata-Version: 2.1
Name: pyppin
Version: 1.0.3
Summary: Python tools collection
Author: Yonatan Zunger
Author-email: zunger@gmail.com
License: Apache
Project-URL: Source, https://github.com/yonatanzunger/pyppin
Project-URL: Tracker, https://github.com/yonatanzunger/pyppin/issues
Project-URL: Documentation, https://yonatanzunger.github.io/pyppin/
Keywords: threading,stack trace,utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

# pyppin: A toolkit of Python basics

pyppin is a library of "basic components" that can be used in a wide range of contexts -- things
that could hypothetically live in a standard library, only there's no particular reason to put them
in there. It is essentially a box of tools that are slightly less common than the basics, but are
nonetheless damned useful in practice. If the main argument against adding something to the standard
library is "why does it need to be in there, as opposed to elsewhere?" and it's not big enough to
merit its own standalone package, this is a perfectly reasonable place to put it.

You can find the current catalogue of tools in 
[the documentation](https://yonatanzunger.github.io/pyppin/). You can also directly browse the
[source code](https://github.com/yonatanzunger/pyppin/tree/master/pyppin) and the
[unittests](https://github.com/yonatanzunger/pyppin/tree/master/tests), which are deliberately
heavily commented and meant to be readable!
