Metadata-Version: 2.1
Name: LocalDataManager
Version: 0.0.4
Summary: A package for facilitating local file management
Author-email: Blaine Perry <blainecperry@gmail.com>
Project-URL: Homepage, https://github.com/bcperry/LocalDataManager
Project-URL: Issues, https://github.com/bcperry/LocalDataManager/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas



-----------------

# ``LocalDataManager``: Python-based Data Management and Indexing

## What is it?

``LocalDataManager`` is a Python package that provides capabilities to perform low level file management and indexing.

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/bcperry/LocalDataManager

Install using pip
```sh
# Using PyPI
pip install LocalDataManager
```


## Dependencies

``LocalDataManager`` only has one dependancy:

[Pandas - Adds support for managing DataFrames as Files](https://pandas.pydata.org)


## License
[MIT](LICENSE)


## Background
Work on ``LocalDataManager`` started in 2024 and
has been under active development since then.

## Contributing to LocalDataManager

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
