Metadata-Version: 2.1
Name: nv-utils
Version: 0.3.0a3
Summary: Parsers, formatters, data structures and helpers for Python 3 (>=3.9)
Home-page: https://github.com/gstos/nv-utils
License: MIT
Author: Gustavo Santos
Author-email: gustavo@next.ventures
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: all
Provides-Extra: detect
Provides-Extra: msgpack
Provides-Extra: xml
Requires-Dist: charset-normalizer (>=2.0.10,<3.0.0); extra == "detect" or extra == "all"
Requires-Dist: dicttoxml (>=1.7.4,<2.0.0); extra == "xml" or extra == "all"
Requires-Dist: msgpack-python (>=0.5.6,<0.6.0); extra == "msgpack" or extra == "all"
Requires-Dist: xmltodict (>=0.12.0,<0.13.0); extra == "xml" or extra == "all"
Project-URL: Repository, https://github.com/gstos/nv-utils
Description-Content-Type: text/markdown

# nv.utils
Parsers, formatters, data structures and other helpers for Python 3. This is a source of recurring
portions of reusable code that we needed in our applications, such as tools for configuration parsing,
value casting, data structures, etc.

## What's inside?
[to come]


## Important message on Python for v0.2 and Python < 3.9
Substantial changes have been made on the organization of nv-utils for the long run, with breaking changes vs. 0.1.15.

## Disclaimers
THIS IS UNDOCUMENTED WORK IN PROGRESS. READ THE LICENSE AND USE IT AT YOUR OWN RISK.

THIS IS STILL A BETA AND BREAKING CHANGES MAY (AND PROBABLY WILL) OCCUR UNTIL ITS CONTENT STABILIZES. WE
ARE ACTIVELY MIGRATING STUFF OUT OF THIS LIBRARY (AND LOOKING FOR SUBSTITUTES THAT ARE MORE ACTIVELY MAINTAINED)

