Metadata-Version: 2.1
Name: data-inventory-tool
Version: 0.1.4
Summary: Extracts data structure from various sources.
License: MIT
Author: Mantas
Author-email: sirexas@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: sqlalchemy (>=1.3.17,<2.0.0)
Description-Content-Type: text/x-rst

Data inventory tool
###################

With this tool you can inspect various data sources and generate data
inventory tables. Data inventory table essentially contains schema of a data
source in a specific format.

Inventory tables are designed to be easily readable and editable an a
spreadsheet program.

Here is an example how you can generate inventory table from a CSV file::

    inventory-table inspect cvs data.cvs

