Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolashug/mountthedocs
Mount a Python package to browse its docs in the file system
https://github.com/nicolashug/mountthedocs
Last synced: 16 days ago
JSON representation
Mount a Python package to browse its docs in the file system
- Host: GitHub
- URL: https://github.com/nicolashug/mountthedocs
- Owner: NicolasHug
- License: bsd-3-clause
- Created: 2020-07-03T21:45:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T12:30:13.000Z (over 4 years ago)
- Last Synced: 2024-10-13T07:03:46.544Z (about 1 month ago)
- Language: Python
- Size: 1000 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MountTheDocs
Mount a Python package to browse its docs in the file system![Usage Illustration](https://github.com/NicolasHug/MountTheDocs/blob/master/illustration.gif)
Usage:
```
python mount_the_docs.py package_name [mount_point]
```Requires Python >= 3.6 and [fusepy](https://github.com/fusepy/fusepy) (`pip install fusepy`)
~Probably~ full of unsupported edge cases :)