Metadata-Version: 2.1
Name: textdb
Version: 0.0.2
Summary: A basic custom database manager for a custom database
Home-page: https://github.com/abhirupcode/PypiModules
Author: Acroner
Author-email: acroner@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/abhirupcode/PypiModules/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# TEXT DB

Documentation

Import it like this **_from textdb.manager import *_** 

To edit a file use **_manager = TextDB()_**

To read a file use **_manager.read()_**

To write to a file use **_manager.write(name_of_value, value)_**

