Metadata-Version: 2.2
Name: data-asset-manager
Version: 2.4.1
Summary: A Pandas wrapper library that simplifies day-to-day data management tasks
Author-email: Jon Hart <hartjc@gmail.com>
Project-URL: Source Code, https://github.com/jc-hart/stop-watch
Project-URL: Bug Tracker, https://github.com/jc-hart/stop-watch/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: log-manager<2.0,>=1.0

# Data Asset Manager
### data-asset-manager
Data comes in all shapes and sizes. Data Asset Manger does all the heavy lifting when it comes to simple management 
tasks in Pandas. Once a Blob object is instantiated, using a simple dictionary of configuration settings, tasks like 
reading/writing, sorting and deduplicating, can all be performed with a basic command.
Version 2 added the ability to read files in chunks, reducing the memory overhead for the enormous files we're expected 
to handle these days, and version 3 will start to introduce more complex tasks, such as name and address enhancement.
