Metadata-Version: 2.1
Name: pyrsistence
Version: 0.0.1
Summary: Make your Python app persistent in seconds
Author-email: Jacob Sánchez <jacobszpz@protonmail.com>
Project-URL: Repository, https://github.com/sanjacob/pyrsistence
Project-URL: Bug Tracker, https://github.com/sanjacob/pyrsistence
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'

# Pyrsistence

Declare your Python app's configuration in a simple way

### More to come soon
