Metadata-Version: 2.1
Name: todo_database
Version: 0.0.3
Summary: A todo database wrapper for DPL course
Home-page: https://github.com/romanesin/todo_database
Author: Roman Esin
Author-email: esinromanswift@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# todo_database
 
## How to use:
1. Call init() to create Sqlite connection
2. Do your stuff...
3. Close connection with close()


