You cannot post messages because only members can post, and you are not currently a member.
Description:
For developers interested in PyFilesystem
|
|
|
Quite con-FUSE-ing ;-)
|
| |
Hi all,
Been a rainy wet Sunday afternoon so I thought I'd take a look at
pyfilesystem... :)
Will, do you happen to remember why in r854 you changed the imports in
/trunk/fs/expose/fuse/__init__ .py from:
#if PY3:
# import fuse3 as fuse
#else:
# import fuse
import fuse_ctypes as fuse... more »
|
|
dropbox-fs
|
| |
I am trying to get [link] running The constructor of DropboxFS [link] requires token_key + token_secret. This is the same as the request_token and access_token as used in the Dropbox API client documentation?... more »
|
|
Dropbox & Google Drive support
|
| |
Hi there, is there someone already working on support for Dropbox and/or Google Drive? I have plans using 'fs' for a cloud-based publishing solution and beside S3 support I want to have at least support for one of the mentioned to services. Andreas
|
|
File synchronization with PyFilesystem
|
| |
Hello! Is there any file synchronization feature planned with PyFilesystem to synchronize data between different filesystems? Or does anyone know a good Python module that works well with PyFilesystem? I guess there is always the possibility to synchronize using rsync or unison etc. .. but I think it would be nice to have a built-in... more »
|
|
abort: Function not implemented: '/home/vagrant/m6/m/.hg/requires'
|
| |
I am working a project where I need to store Mercurial Hg's dot hg directory in MongoDB GridFS. I retrieve the hg.tar file out of the database, and then I want to feed the extracted dot hg directory to Mercurial api. I haven't dived deep enough with the api, but I am expect it takes a concrete path. So I need a virtual FS.... more »
|
|
Python 3 Support -- feedback requested
|
| |
Hi all,
I've made some changes to the project to support the io module. This means
that fs.open now supports text mode (i.e. unicode) files in the way that
Python3 does. The signatures to fs.getcontents and fs.setconents have also
changed.
It did entail a fair bit of work, but I do have all but a handful of the... more »
|
|
Improved support for Python 3
|
| |
Hi all,
I've been experimenting with providing better support for Python 3 by
moving to the io library.
The issue we faced is that our file system implementations returned a
classic file-like object, and not an io stream which is the standard for
Python3.
My proposed solution is the addition of a function which create an... more »
|
|
Alternative of dokan
|
| |
It seems that dokan has stopped updating(as from the official site). So I think it would be great if its possible to put an alterntive for dokan in pyfilesystem for windows 8 and possibly the upcoming versions of windows, for example using pismo([link]) which seems to be up... more »
|
|
|