Metadata-Version: 2.1
Name: hyranote
Version: 0.3.0
Summary: Transform mindnode file to weekly notes
Home-page: http://github.com/huuhoa/hyranote
Author: Huu Hoa NGUYEN
Author-email: huuhoa@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4 (==4.9.1)

# hyranote

Transform MindNode file to weekly notes

## Usage

```
usage: hyranote [-h] {dump,generate,g,gen} ...

Hyranote to generate weekly notes for you

optional arguments:
  -h, --help            show this help message and exit

Dump contents:
  {dump,generate,g,gen}
    dump                Dump content of MindNode file to json and exit
    generate (g, gen)   Generate weekly notes from MindNode file
```


