Codebase list python-fusepy / 6c1fe7a
remove egg-info Sascha Steinbiss 5 years ago
4 changed file(s) with 0 addition(s) and 81 deletion(s). Raw diff Collapse all Expand all
+0
-70
fusepy.egg-info/PKG-INFO less more
0 Metadata-Version: 1.2
1 Name: fusepy
2 Version: 3.0.1
3 Summary: Simple ctypes bindings for FUSE
4 Home-page: http://github.com/fusepy/fusepy
5 Author: Giorgos Verigakis
6 Author-email: verigak@gmail.com
7 Maintainer: Terence Honles
8 Maintainer-email: terence@honles.com
9 License: ISC
10 Description: fusepy
11 ======
12
13 **NOTE**: *This project has moved to be under a GitHub organization and can
14 be found at https://github.com/fusepy/fusepy. The project has new
15 maintainers and will be looking to incorporate pull requests in a more
16 timely manner. If you would like to help maintain this package please open
17 a pull request and demonstrate willingness to help (we will leave
18 maintainer criteria up to the current maintainers).*
19
20 ``fusepy`` is a Python module that provides a simple interface to FUSE_ and
21 MacFUSE_. It's just one file and is implemented using ctypes.
22
23 The original version of ``fusepy`` was hosted on `Google Code`_, but is now
24 `officially hosted on GitHub`_.
25
26 ``fusepy`` is written in 2x syntax, but trying to pay attention to bytes and
27 other changes 3x would care about.
28
29 examples
30 --------
31 See some examples of how you can use fusepy:
32
33 :memory_: A simple memory filesystem
34 :loopback_: A loopback filesystem
35 :context_: Sample usage of fuse_get_context()
36 :sftp_: A simple SFTP filesystem (requires paramiko)
37
38 To get started download_ fusepy or just browse the source_.
39
40 fusepy requires FUSE 2.6 (or later) and runs on:
41
42 - Linux (i386, x86_64, PPC, arm64, MIPS)
43 - Mac OS X (Intel, PowerPC)
44 - FreeBSD (i386, amd64)
45
46
47 .. _FUSE: http://fuse.sourceforge.net/
48 .. _MacFUSE: http://code.google.com/p/macfuse/
49 .. _`Google Code`: http://code.google.com/p/fusepy/
50
51 .. _officially hosted on GitHub: source_
52 .. _download: https://github.com/fusepy/fusepy/zipball/master
53 .. _source: http://github.com/fusepy/fusepy
54
55 .. examples
56 .. _memory: http://github.com/fusepy/fusepy/blob/master/examples/memory.py
57 .. _loopback: http://github.com/fusepy/fusepy/blob/master/examples/loopback.py
58 .. _context: http://github.com/fusepy/fusepy/blob/master/examples/context.py
59 .. _sftp: http://github.com/fusepy/fusepy/blob/master/examples/sftp.py
60
61 Platform: UNKNOWN
62 Classifier: Intended Audience :: Developers
63 Classifier: License :: OSI Approved :: ISC License (ISCL)
64 Classifier: Operating System :: MacOS
65 Classifier: Operating System :: POSIX
66 Classifier: Operating System :: Unix
67 Classifier: Programming Language :: Python :: 2.6
68 Classifier: Programming Language :: Python :: 3
69 Classifier: Topic :: System :: Filesystems
+0
-9
fusepy.egg-info/SOURCES.txt less more
0 MANIFEST.in
1 README
2 README.rst
3 fuse.py
4 setup.py
5 fusepy.egg-info/PKG-INFO
6 fusepy.egg-info/SOURCES.txt
7 fusepy.egg-info/dependency_links.txt
8 fusepy.egg-info/top_level.txt
+0
-1
fusepy.egg-info/dependency_links.txt less more
0
+0
-1
fusepy.egg-info/top_level.txt less more
0 fuse