Projects tagged ‘filesystem’ and ‘python’


Jump to tag:

Projects tagged ‘filesystem’ and ‘python’

Filtered by Project Tags filesystem python

Refine results Project Tags fuse (18) linux (6) fs (5) s3 (3) macfuse (3) filesystems (3) storage (2) gdata (2) vfs (2) mac_os_x (2) file (2) nfs (2)

[35 total ]

3 Users

FSlint is a toolkit to find various forms of lint on a filesystem. At the moment it reports duplicate files, bad symbolic links, troublesome file names, empty directories, non stripped executables ... [More] , temporary files, duplicate/conflicting (binary) names, and unused ext2 directory blocks. The package contains both a GTK GUI and a CLI interface. [Less]
Created over 3 years ago.

1 Users
 

CAFS is a read-only fuse filesystem, which works as a caching middleware above any other (local or remote) filesystem (e.g. sftp, samba, webdav). CAFS can also work in offline mode, when source fs is not accessible.
Created 10 months ago.

1 Users

This project aims to allow you to connect to Google Docs and treat it as a file system. Combine the portability of Google Docs with the flexibility and power of using the office suite of your choice. ... [More] This will allow you to mount your Google Docs account as you would a normal filesystem. You will then be able to use it as if it were a file system on your hard disk, with all operations being transmitted seamlessly to Google Docs. Written in Python using the FUSE API, this tool should be portable across all systems that have a FUSE implementation (including Linux, Mac OSX, and FreeBSD). [Less]
Created 11 months ago.

1 Users

NoteFinder is an extensible PIM implemented in Python. It was firstly developed as a simple command-line interface note-taking application that used a filesystem as database and featured tagging ... [More] and search. Now it has been rewritten to be as extensible and modular as possible. Thanks to modular architecture it became possible to turn it into a full featured PIM able to store not only notes, but contacts, tasks, spreadsheets, bookmarks, web pages and any files too. Unlike in most commonly used PIMs like MS Outlook, Kontact, Evolution, Mozilla Sunbird those provide different non-integrated interfaces to access different data, everything is tightly integrated and stored in a single database so you can use common interface to search for records, list, view and edit them. [Less]
Created 12 months ago.

1 Users

It’s a merging filesystem which will merge different source medias into one large mountpoint. This mountpoint will be generated from sql database data and content from real filesystems. It uses a ... [More] cache to speedup file access and to free removable medias as soon as possible. [Less]
Created about 1 year ago.

1 Users

pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags. For instance, a set of audio files could be mapped to a new directory structure ... [More] organizing them hierarchically by album, genre, release date, etc. File tags can be changed by moving and renaming virtual files and directories. The virtual files can also be modified directly, and, of course, can be opened and played just like regular files. [Less]
Created 4 months ago.

0 Users

XTagFS is a FUSE filesystem that organizes files/folders in Mac OS X using 'Spotlight Comment' tags. Tags are represented as folders in XTagfs and tagged files are stored as links within them. The ... [More] root directory of XTagFS shows all tags on your system as folders. Each tag folder contains the associated tagged files which are just symbolic links to the actual files on your Mac OS X filesystem. A tag folder also contains 'related tags' as subfolders. For example, a file tagged with tags tag1 and tag2 can be access as both /tag1/tag2/filename or /tag2/tag1/filename. [Less]
Created about 1 year ago.

0 Users

......
Created 11 months ago.

0 Users

PrésentationTeleinfoFS permet d'accéder aux informations transmises par le compteur électrique (de type "bleu"). Ces informations sont présentées sous la forme d'un système de fichier virtuel ... [More] actualisé en temps réel. Exemple : rb@linuxbox:~$ ~/devel/teleinfofs/teleinfofs.py /dev/ttyS0 /mnt/edf rb@linuxbox:~$ ls -l /mnt/edf total 0 -r--r--r-- 1 root root 12 2009-03-22 14:56 ADCO -r--r--r-- 1 root root 9 2009-03-22 14:56 HCHC -r--r--r-- 1 root root 9 2009-03-22 14:56 HCHP -r--r--r-- 1 root root 1 2009-03-22 14:56 HHPHC -r--r--r-- 1 root root 3 2009-03-22 14:56 IINST -r--r--r-- 1 root root 3 2009-03-22 14:56 IMAX -r--r--r-- 1 root root 2 2009-03-22 14:56 ISOUSC -r--r--r-- 1 root root 6 2009-03-22 14:56 MOTDETAT -r--r--r-- 1 root root 4 2009-03-22 14:56 OPTARIF -r--r--r-- 1 root root 5 2009-03-22 14:56 PAPP rb@linuxbox:~$ cat /mnt/edf/HCHP 020623502TéléchargementTélécharger TeleinfoFS 0.1.5InstallationTout d'abord, il vous faudra installer l'interpréteur Python et FUSE, dont dépend TeleinfoFS. Debian/Ubuntu : $ sudo apt-get install python fuse-utils libfuse2Ensuite, téléchargez, décompactez et installez TeleinfoFS : $ tar xzvf TeleinfoFS-0.1.5.tar.gz $ cd TeleinfoFS-0.1.5 $ sudo python setup.py installLa bibliothèque fusepy est installée automatiquement. Le système de fichier virtuel peut être monté grâce à la commande : $ teleinfofs.py /dev/ttyS0 /mnt/teleinfooù /dev/ttyS0 est le nom du port série (si vous utilisez un convertisseur USB/série, ce sera probablement /dev/ttyUSB0) et /mnt/teleinfo le point de montage. [Less]
Created 7 months ago.

0 Users

python distributed file system for teaching and test.
Created 2 months ago.