org-rw/org_rw
Lyz c5cc14f65c
feat(Timestamp): add the from_datetime method
To update the current Timestamp instance based on a datetime or date object.

I've also included a set_datetime method to OrgTime

feat: add activate and deactivate methods to TimeRange and OrgTime

I need it in a program I'm making
refactor: Create the Time type hint

I had to move the parse_time and parse_org_time_range below OrgTime
because it used the Time type hint and the Time type hint needed the
other two

style: reformat the code following black

style: Add some type hints and docstrings

style: remove unused imports

tests: Correct some mypy errors
2024-07-19 21:36:00 +02:00
..
__init__.py Draft conversion to DOM tree. 2021-08-27 00:22:25 +02:00
dom.py Complete typing with mypy --check-untyped-defs. 2023-10-16 00:21:30 +02:00
org_rw.py feat(Timestamp): add the from_datetime method 2024-07-19 21:36:00 +02:00
types.py feat(Timestamp): add the from_datetime method 2024-07-19 21:36:00 +02:00
utils.py Support get_raw_contents of list groups. 2022-11-04 00:14:41 +01:00