1
0
favro-sync/favro_sync/__init__.py

22 lines
593 B
Python
Raw Normal View History

2024-09-26 15:48:11 +00:00
"""# Favro Sync.
Filesystem in User Space for Favro.
2024-09-26 15:48:11 +00:00
Synchronize your local notes and your Favro.
2024-09-26 14:43:30 +00:00
2024-09-26 16:49:28 +00:00
Uses the [Favro API](https://favro.com/developer/). Rate limiting depends upon
your organization's payment plan.
2024-09-26 19:51:53 +00:00
Uses [`python-fuse`](https://github.com/libfuse/python-fuse) library.
Limitations:
- Only works for TODO files.
- Doesn't include title anywhere.
- Tasks cannot be updated or changed.
A more complete implementation will probably require a Markdown parser, to
parse the saved input, and distribute it across the various Card fields (card
name, description, tasks, etc...)
2024-09-26 16:49:28 +00:00
"""