Metadata-Version: 2.1
Name: obsout
Version: 0.1.0
Summary: Syncs md obsidian documents to outline wiki
License: LICENSE.md
Author: Gabe Miles
Author-email: gabrielmiles32@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Description-Content-Type: text/markdown

# obsidian-to-outline

[Inspiration](https://github.com/jaypyles/obsidian-to-bookstack)

[For API clients](https://github.com/openapi-generators/openapi-python-client)

# Goal
Be able to sync a vault, specified by path, so Outline wiki in the form of Collections and Documents

```
- Collection1
    - Document1
    - Document2
        - NestedDocument1
    ...
- Collection2
```
