cli: add 'hpi module install' and 'hpi module requires'

ci: use hpi module install; remove explicit module links

relevant:

- https://github.com/karlicoss/HPI/issues/12
- https://github.com/karlicoss/HPI/issues/79
This commit is contained in:
Dima Gerasimov 2021-02-18 01:48:27 +00:00 committed by karlicoss
parent 97650adf3b
commit 0534c5c57d
3 changed files with 86 additions and 24 deletions

View file

@ -1,6 +1,11 @@
'''
Programmatic access and queries to org-mode files on the filesystem
'''
REQUIRES = [
'orgparse',
]
from datetime import datetime, date
from pathlib import Path
from typing import List, Sequence, Iterable, NamedTuple, Optional