Metadata-Version: 2.1
Name: walden
Version: 0.0.1
Summary: A .tex journaling system
Home-page: https://github.com/aravindkoneru/Walden
Author: Aravind Koneru
Author-email: aravind.b.koneru@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.5
Description-Content-Type: text/markdown

#Goal
---
Develop a simple automated journaling system that removes the pain points of maintenance and
organization, allowing the user to focus on writing. 

#TODO:
---
- [x] create a new journal
- [x] delete a journal
- [x] insert new entry
- [x] compile journal
- [ ] change path where journals are stored


