{ "info": { "author": "Pierre Bourdon", "author_email": "delroth@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: No Input/Output (Daemon)", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2", "Topic :: Software Development :: Embedded Systems", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Filesystems", "Topic :: Utilities" ], "description": "Wii Optical Disc FS\r\n~~~~~~~~~~~~~~~~~~~\r\n\r\nMount your Wii disc images on a local directory using the FUSE API.\r\n\r\n1. How to use\r\n=============\r\n\r\n$ ./wiiodmount --help\r\n\r\nYou can also install wiiodmount on your system using distutils:\r\n\r\n$ python2 setup.py install\r\n\r\n2. Dependencies\r\n===============\r\n\r\n* PyCrypto (needed for AES computations)\r\n* PyFS (used to expose the FS with FUSE)\r\n\r\n3. Use the wod library\r\n======================\r\n\r\nwiiod is also a Python 2.x package you can use in your applications. There are\r\nseveral layers you can use, from the lowest level to the highest level:\r\n\r\n* wiiod.disc: disc image access, partition table, game metadata.\r\n* wiiod.partition: crypted partition access, DOL/bootloader/FS raw access.\r\n* wiiod.wiiodfs: \"high level\" API to access files on WOD partitions.\r\n* wiiod.fs: a PyFS filesystem using wiiod.wiiodfs.\r\n\r\n4. Authors\r\n==========\r\n\r\nSee AUTHORS.\r\n\r\n5. Thanks\r\n=========\r\n\r\n* Wiibrew, a great wiki about Wii homebrews with a lot of documentation\r\n http://wiibrew.org\r\n\r\n* Yet Another Gamecube Documentation\r\n http://hitmen.c02.at/files/yagcd/yagcd/index.html\r\n\r\n* The Dolphin emulator team\r\n http://dolphin-emu.org/\r\n\r\n* Segher Boessenkool for his Wii tools\r\n http://git.infradead.org/users/segher/wii.git\r\n\r\n* PyCrypto authors for their great library (but please, Py3k support!)\r\n http://www.dlitz.net/software/pycrypto/\r\n\r\n* The PyFS authors and contributors\r\n http://code.google.com/p/pyfilesystem/", "description_content_type": null, "docs_url": null, "download_url": "http://bitbucket.org/delroth/wiiodfs/downloads/wiiodfs-0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/delroth/wiiodfs/", "keywords": "wii filesystem disc games optical fuse", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "wiiodfs", "package_url": "https://pypi.org/project/wiiodfs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wiiodfs/", "project_urls": { "Download": "http://bitbucket.org/delroth/wiiodfs/downloads/wiiodfs-0.1.tar.gz", "Homepage": "http://bitbucket.org/delroth/wiiodfs/" }, "release_url": "https://pypi.org/project/wiiodfs/0.1/", "requires_dist": null, "requires_python": null, "summary": "An implementation of a Wii Optical Disc reader.", "version": "0.1" }, "last_serial": 803449, "releases": { "0.1": [] }, "urls": [] }