Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)