Metadata-Version: 2.1
Name: objectlib
Version: 0.0.1
Summary: Object serialization and streaming utilities
Author-email: Sam Griesemer <samgriesemer+git@gmail.com>
Project-URL: Homepage, https://doc.olog.io/objectlib
Project-URL: Documentation, https://doc.olog.io/objectlib
Project-URL: Repository, https://git.olog.io/olog/objectlib
Project-URL: Issues, https://git.olog.io/olog/objectlib/issues
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: colorama
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-togglebutton; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"

# objectlib
A Python library for misc object types (primarily probabilistic and algorithmic) and
serial streaming utilities
