Metadata-Version: 2.1
Name: nv-tables
Version: 0.1.1
Summary: Tools for read and write data from and into table files (e.g. xls, xlsx, csv, etc.)
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: xls
Provides-Extra: xlsx
Requires-Dist: nv-utils (>=0.3.0a,<0.4.0)
Requires-Dist: openpyxl (>=3.0.9,<4.0.0); extra == "xlsx" or extra == "all"
Requires-Dist: xlrd (>=2.0.1,<3.0.0); extra == "xls" or extra == "all"
Requires-Dist: xlutils (>=2.0.0,<3.0.0); extra == "xls" or extra == "all"
Requires-Dist: xlwt (>=1.3.0,<2.0.0); extra == "xls" or extra == "all"
Project-URL: Repository, https://github.com/gstos/nv-utils
Description-Content-Type: text/markdown

# nv.tables
Tools for parsing data from and into table formats (CSV, XLS and XLSX)

## What's inside?
[to come]

## 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)

