Skip to content

Commit bd405a2

Browse files
committed
Added working metadata management per file
1 parent e131d0a commit bd405a2

5 files changed

Lines changed: 223 additions & 1023 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ Install using pip
1818
pip install LocalDataManager
1919
```
2020

21-
2221
## Dependencies
2322

24-
``LocalDataManager`` only has one dependancy:
23+
``LocalDataManager`` only has two dependancies:
2524

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

27+
[SQLAlchemy - Simplifies data management](https://www.sqlalchemy.org/)
28+
29+
30+
## Usage
31+
Examples can be found in the [examples](https://github.com/bcperry/LocalDataManager/tree/master/examples) directory.
2832

2933
## License
3034
[MIT](LICENSE)

0 commit comments

Comments
 (0)