1
0
favro-sync/favro_sync/__init__.py
2024-09-26 23:13:23 +02:00

22 lines
593 B
Python

"""# Favro Sync.
Filesystem in User Space for Favro.
Synchronize your local notes and your Favro.
Uses the [Favro API](https://favro.com/developer/). Rate limiting depends upon
your organization's payment plan.
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...)
"""