PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
287 stars 63 forks source link

No module expose in last versions ? #277

Closed buxx closed 6 years ago

buxx commented 6 years ago

Hello, Documentation talk about expose module: http://pyfilesystem.readthedocs.io/en/latest/expose/index.html But i can't found it in 2.x versions of pypi packages, ex https://pypi.python.org/packages/3f/5a/70e9b5e9873c9c986ce687f5ab334dc6e7c960899140e3ef641a04aa6551/fs-2.0.17.tar.gz#md5=aa9431768ec3fb01fab497ae16b6077c .

I can found it in previous versions. What it means ? I'm trying to mount webdav as network driver with dokan.

willmcgugan commented 6 years ago

There is no expose module in PyFilesystem2 as of yet. There is a project in progress to implement expose functionality an external module.

PyFilesystem2 docs are here

buxx commented 6 years ago

Okay, sorry for my error : ) Thx