Metadata-Version: 2.4
Name: org_analyze
Version: 0.1.4
Summary: Collect data from org-mode/org-roam pages and do some simple analyzing it.
Home-page: https://github.com/ojari/OrgAnalyze
Author: Jari Ojanen
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# OrgAnalyze

Collect data from org-mode/org-roam pages and do some simple analyzing it

Items parsed:
 - Lines starting with "CLOCK:" or "#+CLK:" as OrgClock
 - Headers starting with "*", "**", etc. as OrgHeader
 - Tables starting with "|", as OrgTable
