{ "info": { "author": "Ian Burgwin", "author_email": "ian@ianburgwin.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "# ninfs\nninfs (formerly fuse-3ds) is a FUSE program to extract data from Nintendo game consoles. It works by presenting a virtual filesystem with the contents of your games, NAND, or SD card contents, and you can browse and copy out just the files that you need.\n\nWindows, macOS, and Linux are supported.\n\n

\n\n## Supported types\n* Nintendo 3DS:\n * CTR Cart Image (\".3ds\", \".cci\")\n * CDN contents (\"cetk\", \"tmd\", and contents)\n * CTR Importable Archive (\".cia\")\n * Executable Filesystem (\".exefs\", \"exefs.bin\")\n * Nintendo 3DS NAND backup (\"nand.bin\")\n * NCCH (\".cxi\", \".cfa\", \".ncch\", \".app\")\n * Read-only Filesystem (\".romfs\", \"romfs.bin\")\n * SD Card Contents (\"Nintendo 3DS\" from SD)\n * 3DSX Homebrew (\".3dsx\")\n * Titles directory (\"title\" from NAND or SD)\n* Nintendo DS / DSi\n * Nintendo DSi NAND backup (\"nand_dsi.bin\")\n * Nintendo DS ROM image (\".nds\", \".srl\")\n* Nintendo Switch\n * Nintendo Switch NAND backup (\"rawnand.bin\")\n\n## Example uses\n* Mount a NAND backup and browse CTRNAND, TWLNAND, and others, and write back to them without having to extract and decrypt them first.\n* Browse decrypted SD card contents. Dump installed games and saves, or copy contents between two system's SD contents.\n* Extract a game's files out of a CIA, CCI (\".3ds\"), NCCH, RomFS, raw CDN contents, just by mounting them and browsing its files. Or use the virtual decrypted file and start playing the game in [Citra](https://citra-emu.org) right away.\n\n## Setup\nFor 3DS types, The ARM9 bootROM is required. You can dump it using boot9strap, which can be set up by [3DS Hacks Guide](https://3ds.hacks.guide). It is checked in order of:\n* `--boot9` argument (if set)\n* `BOOT9_PATH` environment variable (if set)\n* `%APPDATA%\\3ds\\boot9.bin` (Windows-specific)\n* `~/Library/Application Support/3ds/boot9.bin` (macOS-specific)\n* `~/.3ds/boot9.bin`\n* `~/3ds/boot9.bin`\n\n`boot9_prot.bin` can also be used in all of these locations.\n\n\"`~`\" means the user's home directory. \"`~/3ds`\" would mean `/Users/username/3ds` on macOS and `C:\\Users\\username\\3ds` on Windows.\n\nCDN, CIA, and NCCH mounting may need [SeedDB](https://github.com/ihaveamac/3DS-rom-tools/wiki/SeedDB-list) for mounting NCCH containers of newer games (2015+) that use seeds. \nSeedDB is checked in order of:\n* `--seeddb` argument (if set)\n* `SEEDDB_PATH` environment variable (if set)\n* `%APPDATA%\\3ds\\seeddb.bin` (Windows-specific)\n* `~/Library/Application Support/3ds/seeddb.bin` (macOS-specific)\n* `~/.3ds/seeddb.bin`\n* `~/3ds/seeddb.bin`\n\nPython 3.6.1+ and pycryptodomex are required. appJar is required for the GUI.\n* [fusepy](https://github.com/fusepy/fusepy) is pre-included until [refuse](https://github.com/pleiszenburg/refuse) has a fully stable release.\n\n### Windows\nWindows 7 or later is required.\n\nA standalone executable with a GUI is available for use. You can get a single executable for download from [GitHub](https://github.com/ihaveamac/ninfs/releases) or the [GBAtemp Download Center](https://gbatemp.net/download/ninfs.34706/) A window will appear allowing you to choose mount options easily.\n\nPython does not have to be installed, but [WinFsp](http://www.secfs.net/winfsp/download/) is still required.\n\n

\n\n#### Install with existing Python\n* Install the latest version of [Python 3](https://www.python.org/downloads/). The x86-64 version is preferred on 64-bit Windows.\n * Alternatively, use [Python 3.7 from the Microsoft Store](https://www.microsoft.com/en-us/p/python-37/9nj46sx7x90p). Note that `python` or `python3` must be used, not `py -3`.\n* Install the latest version of [WinFsp](http://www.secfs.net/winfsp/download/).\n* Install ninfs with `py -3 -m pip install --upgrade https://github.com/ihaveamac/ninfs/archive/master.zip`.\n * With GUI support: `py -3 -m pip install --upgrade https://github.com/ihaveamac/ninfs/archive/master.zip#egg=ninfs[gui]`\n\n### macOS\nA standalone application bundle with a GUI is available for use. OS X 10.9.5 Mavericks or later is required. You can download the DMG from [GitHub](https://github.com/ihaveamac/ninfs/releases).\n\nPython does not have to be installed, but [FUSE for macOS](https://osxfuse.github.io/) is still required.\n\n#### Install with existing Python\nVersions of macOS supported by Apple are highly recommended. Mac OS X Snow Leopard is the lowest version that should work.\n\n* Install the latest version of Python 3. The recommended way is [Homebrew](https://brew.sh). You can also use an installer from [python.org](https://www.python.org/downloads/) or a tool like [pyenv](https://github.com/pyenv/pyenv).\n* Install the latest version of [FUSE for macOS](https://github.com/osxfuse/osxfuse/releases/latest).\n* Install ninfs with `python3 -m pip install --upgrade https://github.com/ihaveamac/ninfs/archive/master.zip`.\n * With GUI support: `python3 -m pip install --upgrade https://github.com/ihaveamac/ninfs/archive/master.zip#egg=ninfs[gui]`\n\n### Linux\n* Arch Linux: ninfs is available in the AUR: [normal](https://aur.archlinux.org/packages/ninfs/), [with gui](https://aur.archlinux.org/packages/ninfs-gui/), [git](https://aur.archlinux.org/packages/ninfs-git/), [git with gui](https://aur.archlinux.org/packages/ninfs-gui-git/)\n* Recent distributions should have Python 3.6.1 or later pre-installed, or included in its repositories. If not, you can use an extra repository (e.g. [deadsnakes's PPA](https://launchpad.net/%7Edeadsnakes/+archive/ubuntu/ppa) for Ubuntu), [build from source](https://www.python.org/downloads/source/), or use a tool like [pyenv](https://github.com/pyenv/pyenv).\n* Most distributions should have fuse enabled/installed by default. Use your package manager if it isn't.\n* Install ninfs with `python3 -m pip install --upgrade --user https://github.com/ihaveamac/ninfs/archive/master.zip`.\n * `--user` is not needed if you are using a virtual environment.\n * With GUI support: `python3 -m pip install --upgrade --user https://github.com/ihaveamac/ninfs/archive/master.zip#egg=ninfs[gui]`\n* You can add a desktop entry with `python3 -m ninfs --install-desktop-entry`. If you want to install to a location other than the default (`$XDG_DATA_HOME`), you can add another argument with a path like `/usr/local/share`.\n\n## Usage\n### Graphical user interface\nA GUI can be used, if ninfs was installed with GUI support, by specifying the type to be `gui` (e.g. Windows: `py -3 -mninfs gui`, \\*nix: `python3 -mninfs gui`). The GUI controls mounting and unmounting.\n\n### Command line\nRun a mount script by using \"`mount_`\" (e.g. `mount_cci game.3ds mountpoint`). Use `-h` to view arguments for a script.\n\nIf it doesn't work, the other way is to use ` -mninfs ` (e.g. Windows: `py -3 -mninfs cci game.3ds mountpoint`, \\*nix: `python3 -mninfs cci game.3ds mountpoint`).\n\nWindows users can use a drive letter like `F:` as a mountpoint, or use `*` and a drive letter will be automatically chosen.\n\n#### Unmounting\n* Windows: Press Ctrl + C in the command prompt/PowerShell window.\n* macOS: Two methods:\n * Right-click on the mount and choose \"Eject \u201c_drive name_\u201d\".\n * Run from terminal: `diskutil unmount /path/to/mount`\n* Linux: Run from terminal: `fusermount -u /path/to/mount`\n\n### Examples\n* 3DS game card dump: \n `mount_cci game.3ds mountpoint`\n* Contents downloaded from CDN: \n `mount_cdn cdn_directory mountpoint`\n* CDN contents with a specific decrypted titlekey: \n `mount_cdn --dec-key 3E3E6769742E696F2F76416A65423C3C cdn_directory mountpoint`\n* CIA: \n `mount_cia game.cia mountpoint`\n* ExeFS: \n `mount_exefs exefs.bin mountpoint`\n* 3DS NAND backup with `essential.exefs` embedded: \n `mount_nandctr nand.bin mountpoint`\n* 3DS NAND backup with an OTP file (Counter is automatically generated): \n `mount_nandctr --otp otp.bin nand.bin mountpoint`\n* 3DS NAND backup with OTP and CID files: \n `mount_nandctr --otp otp.bin --cid nand_cid.bin nand.bin mountpoint`\n* 3DS NAND backup with OTP file and a CID hexstring: \n `mount_nandctr --otp otp.bin --cid 7468616E6B7334636865636B696E6721 nand.bin mountpoint`\n* DSi NAND backup (Counter is automatically generated): \n `mount_nandtwl --console-id 4E696E74656E646F nand_dsi.bin mountpoint`\n* DSi NAND backup with a Console ID hexstring and specified CID hexstring: \n `mount_nandtwl --console-id 4E696E74656E646F --cid 576879446F657344536945786973743F nand_dsi.bin mountpoint`\n* DSi NAND backup with a Console ID file and specified CID file: \n `mount_nandtwl --console-id ConsoleID.bin --cid CID.bin nand_dsi.bin mountpoint`\n* Switch NAND backup \n `mount_nandhac --keys prod.keys rawnand.bin mountpoint`\n* Switch NAND backup in multiple parts \n `mount_nandhac --keys prod.keys -S rawnand.bin.00 mountpoint`\n* NCCH container (.app, .cxi, .cfa, .ncch): \n `mount_ncch content.cxi mountpoint`\n* RomFS: \n `mount_romfs romfs.bin mountpoint`\n* `Nintendo 3DS` directory from an SD card: \n `mount_sd --movable movable.sed \"/path/to/Nintendo 3DS\" mountpoint`\n* `Nintendo 3DS` directory from an SD card with an SD key hexstring: \n `mount_sd --sd-key 504C415900000000504F4B454D4F4E21 \"/path/to/Nintendo 3DS\" mountpoint`\n* Nintendo DS ROM image (NDS/SRL, `mount_nds` also works): \n `mount_srl game.nds`\n* 3DSX homebrew application: \n `mount_threedsx boot.3dsx mountpoint`\n* `title` directory from a NAND backup, or in an SD card mount: \n `mount_titledir title mountpoint`\n\n## Useful tools\n* wwylele's [3ds-save-tool](https://github.com/wwylele/3ds-save-tool) can be used to extract game saves and extra data (DISA and DIFF, respectively).\n * wwylele's [save3ds](https://github.com/wwylele/save3ds) is a FUSE mount for 3DS save files. Currently only supports macOS and Linux.\n* [OSFMount](https://www.osforensics.com/tools/mount-disk-images.html) for Windows can mount FAT12/FAT16 partitions in NAND backups.\n\n## Related tools\n* Maschell's [fuse-wiiu](https://github.com/Maschell/fuse-wiiu) can be used to mount Wii U contents.\n* koolkdev's [wfslib](https://github.com/koolkdev/wfslib) has wfs-fuse to mount the Wii U mlc dumps and usb devices.\n\n# License/Credits\n* `ninfs` is under the MIT license.\n * `fuse.py` is under the ISC license ([taken from `setup.py`](https://github.com/fusepy/fusepy/blob/b5f87a1855119d55c755c2c4c8b1da346365629d/setup.py)).\n * `hac/aes.cpp` and `hac/aes.hpp` are from @openluopworld's [aes_128](https://github.com/openluopworld/aes_128) commit `b5b7f55`, and uses the MIT License.\n * `hac/ccrypto.cpp` AES-XTS part is by @luigoalma, based on @plutooo's [crypto module](https://gist.github.com/plutooo/fd4b22e7f533e780c1759057095d7896); Python module implementation by me(@ihaveamac).\n\nSpecial thanks to @Stary2001 for help with NAND crypto (especially TWL), and @d0k3 for SD crypto.\n\nOTP code is from [Stary2001/3ds_tools](https://github.com/Stary2001/3ds_tools/blob/10b74fee927f66865b97fd73b3e7392e81a3099f/three_ds/aesengine.py), and is under the MIT license.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ihaveamac/ninfs", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ninfs", "package_url": "https://pypi.org/project/ninfs/", "platform": "", "project_url": "https://pypi.org/project/ninfs/", "project_urls": { "Homepage": "https://github.com/ihaveamac/ninfs" }, "release_url": "https://pypi.org/project/ninfs/1.6.1/", "requires_dist": [ "pycryptodomex", "appJar (>=0.93) ; extra == 'gui'" ], "requires_python": "", "summary": "FUSE filesystem Python scripts for Nintendo console files", "version": "1.6.1" }, "last_serial": 5323895, "releases": { "1.4": [ { "comment_text": "", "digests": { "md5": "e2066b80f4e3606667b5f0dc1710b30e", "sha256": "5cb01fca21a4825aaf7b0f3fb22a3a5791c791933ece763bffb87f905f26d502" }, "downloads": -1, "filename": "ninfs-1.4-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e2066b80f4e3606667b5f0dc1710b30e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2335855, "upload_time": "2019-04-18T02:06:12", "url": "https://files.pythonhosted.org/packages/8d/d7/dd4aca2cce59550ddcfe45235d323ba406b923031b164f31ca2c7b53d1c4/ninfs-1.4-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a3a64895f6aaaa884bd73c8c4ed3a56a", "sha256": "11fc1865979fa2c85ace8efa9c9311a02eeacb45c6d3ac57fdd60eb4b2e5c44c" }, "downloads": -1, "filename": "ninfs-1.4-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "a3a64895f6aaaa884bd73c8c4ed3a56a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1951030, "upload_time": "2019-04-18T02:06:57", "url": "https://files.pythonhosted.org/packages/19/48/162b64d56f7359640ded85488f8c79baba07c2589ec2e4f45bda472484d6/ninfs-1.4-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7dad5432f3779a0383470a8532c5a690", "sha256": "f917963dbf4c56ac75506f13e2f64f55408ee63d1d9c6b3a0e68f21dbd0c9d63" }, "downloads": -1, "filename": "ninfs-1.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7dad5432f3779a0383470a8532c5a690", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2106399, "upload_time": "2019-04-18T02:08:56", "url": "https://files.pythonhosted.org/packages/3b/1d/026bd15f3270e32ba0924d898e126a87b218b0dec1567f7615c8239c50aa/ninfs-1.4-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "7a6b11259d7b9ef5bfa39b6e75e3a153", "sha256": "961d3372757d1bb9bc1e380e1d4293f40ef3bd0f2131438250d62daba2f795c3" }, "downloads": -1, "filename": "ninfs-1.4-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "7a6b11259d7b9ef5bfa39b6e75e3a153", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2335854, "upload_time": "2019-04-18T02:10:47", "url": "https://files.pythonhosted.org/packages/8d/a9/d3ac4dedcecd8f7efd5886e1c592fe68fd15ec8dc445406e90d7c9d86ff8/ninfs-1.4-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d3c888774246e4eb72b169bc5cc4898a", "sha256": "c597a43735968ac052e652fe9d5ec9120904115be84c87dd0e4bfde4accf30a1" }, "downloads": -1, "filename": "ninfs-1.4-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "d3c888774246e4eb72b169bc5cc4898a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 1951024, "upload_time": "2019-04-18T02:11:23", "url": "https://files.pythonhosted.org/packages/c4/6c/90d15c72feb1089032535ee378dcf430e7dd41301d08481c4ff25a890e80/ninfs-1.4-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "eee3c8b70fd375a583f766144305774c", "sha256": "b7119164795263ea041487966b55efa37021dd471558be739a516274450228e1" }, "downloads": -1, "filename": "ninfs-1.4-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "eee3c8b70fd375a583f766144305774c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2106400, "upload_time": "2019-04-18T02:12:03", "url": "https://files.pythonhosted.org/packages/9f/00/ac1b240af6a5c9831b6cb1c2905acdf1d42b7ca6ae08b500d409695c87ee/ninfs-1.4-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "6ab0f229944b49311a995a1553d74ea1", "sha256": "0e70c5c984e8ebae67c269c89f4359483257c0235ebed6b6022988b73454bead" }, "downloads": -1, "filename": "ninfs-1.4.tar.gz", "has_sig": false, "md5_digest": "6ab0f229944b49311a995a1553d74ea1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3975147, "upload_time": "2019-04-18T02:13:15", "url": "https://files.pythonhosted.org/packages/c5/52/d476930c80f10306c0c1759294d1839f0746fa19714e740d427e0e30e4e9/ninfs-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "fb29f6d51d113e1690a8613d5845dd49", "sha256": "e090de7dc76bb74b83e6b8c9247ec39470747c8c39a9558d2a4a9c30265502d5" }, "downloads": -1, "filename": "ninfs-1.5-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "fb29f6d51d113e1690a8613d5845dd49", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2337559, "upload_time": "2019-05-21T21:23:50", "url": "https://files.pythonhosted.org/packages/dd/fd/d8399d89d419674e282be2bae9f014179ee801fb01fc0d529bdfac19602b/ninfs-1.5-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8e0c40aa20ec8de8a710e355d8782940", "sha256": "a917e110551a8f65e1cca46926957bc5856aa2bfbf441284cbe1fc44ec943f49" }, "downloads": -1, "filename": "ninfs-1.5-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8e0c40aa20ec8de8a710e355d8782940", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1952731, "upload_time": "2019-05-21T21:23:55", "url": "https://files.pythonhosted.org/packages/fa/fa/205c9391f3b051632e532efce7cd1502afadbde32ce8d2893e69b05534b6/ninfs-1.5-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7ac6a93f2c0d4b4fe142ac9c15bbeb84", "sha256": "e7b116631b86af7d4ccedd5ef69197c065794e83a43cf9619207a0cfcda5475d" }, "downloads": -1, "filename": "ninfs-1.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7ac6a93f2c0d4b4fe142ac9c15bbeb84", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2108103, "upload_time": "2019-05-21T21:23:59", "url": "https://files.pythonhosted.org/packages/cf/df/638fb84c589556a100e1e7b8e1e9d7a2b78eee610599247a50a56bd489d5/ninfs-1.5-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f7c36690170fd7fbbfe008f62d21fc61", "sha256": "05678aa206b56fc2564d4303ede16595f40ea25bbf8c69ccca6a698e6462b2d4" }, "downloads": -1, "filename": "ninfs-1.5-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "f7c36690170fd7fbbfe008f62d21fc61", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2337559, "upload_time": "2019-05-21T21:24:03", "url": "https://files.pythonhosted.org/packages/a2/4d/b4bf7c113e72108020d72e323b3b394ea817f16ebfe5c91aa1ad6952e583/ninfs-1.5-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f6f7e0d6af51790aa09754908b42dbab", "sha256": "b5068cbb2df02c0b0c41e8c532b0962d603a9521d7783e771c1c7d1dbafcf353" }, "downloads": -1, "filename": "ninfs-1.5-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "f6f7e0d6af51790aa09754908b42dbab", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 1952728, "upload_time": "2019-05-21T21:24:06", "url": "https://files.pythonhosted.org/packages/6b/b0/b1ead1c13016c4a2d1779c94d49649aad594ad0605af3d20365443f15c90/ninfs-1.5-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0b237a643c246197749a206a1141c268", "sha256": "237f831aec3556a6ddce4a4f730ee1991c825a2d0faf6ad39c63174a25937038" }, "downloads": -1, "filename": "ninfs-1.5-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "0b237a643c246197749a206a1141c268", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2108103, "upload_time": "2019-05-21T21:24:10", "url": "https://files.pythonhosted.org/packages/d6/52/665681ff70ee6206ec34df4de6c68d02f840912432be64cd0d160a5941ae/ninfs-1.5-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "b8ce88799a730ea32aeede3663454973", "sha256": "26e6662a5a73d34ede8d63678f19452f0eb186ff2c5363ed8ffa42136cd7e33f" }, "downloads": -1, "filename": "ninfs-1.5.tar.gz", "has_sig": false, "md5_digest": "b8ce88799a730ea32aeede3663454973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2311506, "upload_time": "2019-05-21T21:24:13", "url": "https://files.pythonhosted.org/packages/fe/e8/da6a41c80657d1182e5f55c056dc042526d37e3f49c54a453b7dad73321c/ninfs-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "94bc1bb6de081af6e1d980668c2a6f15", "sha256": "ac5bc983691940efd10707922a70e8ffa562f9333eb62f73d529f561d0fac050" }, "downloads": -1, "filename": "ninfs-1.6-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "94bc1bb6de081af6e1d980668c2a6f15", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2338320, "upload_time": "2019-05-27T03:26:13", "url": "https://files.pythonhosted.org/packages/09/19/c41b14d4d3e51384c00d2dba64353cf6ba1b5eb62cc5f923a27614511570/ninfs-1.6-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f16f9398555d57befacc1a59bb37dc83", "sha256": "680259f6b330951f3f24bbeecbe2233802e6fb037a021bccc41404dcc63b752c" }, "downloads": -1, "filename": "ninfs-1.6-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "f16f9398555d57befacc1a59bb37dc83", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1953407, "upload_time": "2019-05-27T03:26:18", "url": "https://files.pythonhosted.org/packages/6e/2b/cf64791361ae83ca7da7a45c2d86171221c56186aa9a4fabb570bdba38c5/ninfs-1.6-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "3f49671488645f1f10b9fae36d71cf59", "sha256": "91a5d1a470c6f6df7f7671d450bb0db13976a6ead82b50964335f964e1da028a" }, "downloads": -1, "filename": "ninfs-1.6-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "3f49671488645f1f10b9fae36d71cf59", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2108760, "upload_time": "2019-05-27T03:26:21", "url": "https://files.pythonhosted.org/packages/18/ab/537e2cdf8854de74f6aefd4ec57a16cac1f14e4d99e560bc4fc65420de99/ninfs-1.6-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "125041178f31e491767a72b39d765e97", "sha256": "9ebb1d124583ce992fdbd7d465c5e8af4ed197eeaa143caafe013ec550767b45" }, "downloads": -1, "filename": "ninfs-1.6-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "125041178f31e491767a72b39d765e97", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2338320, "upload_time": "2019-05-27T03:26:25", "url": "https://files.pythonhosted.org/packages/f3/49/716b97ed8524ce3e81f225706d25e2ee3e30a0e8c5ada7c6e9bc4ec6b512/ninfs-1.6-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f9e4c7eba97df9897ee3c4072493b95f", "sha256": "39da74b3c2fbf3b26446a979ecf9e3ae0a36a5858c12d2344e4ce02d78b9722d" }, "downloads": -1, "filename": "ninfs-1.6-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "f9e4c7eba97df9897ee3c4072493b95f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 1953407, "upload_time": "2019-05-27T03:26:29", "url": "https://files.pythonhosted.org/packages/13/90/52509047b25337e618277f53ecbab621629ba6b3bb7ceacaa4e6805df986/ninfs-1.6-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "05a4269502fa767cbb94f04e9de72b5a", "sha256": "0acaf40d53d21f2b5e2d6db271b22204108c58ca17574d26c50bb5833249003a" }, "downloads": -1, "filename": "ninfs-1.6-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "05a4269502fa767cbb94f04e9de72b5a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2108762, "upload_time": "2019-05-27T03:26:33", "url": "https://files.pythonhosted.org/packages/56/a9/29ed980e1aaba95860d54f8fd43b8c23ccac5b8ba0aa698da2bf8f5b73a5/ninfs-1.6-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8252a758b7826e80a4404d2ad79f09bb", "sha256": "7154fe78648fe741eb152522ed7b436c27e33d3eb3fa09b921372a81cf3e5838" }, "downloads": -1, "filename": "ninfs-1.6.tar.gz", "has_sig": false, "md5_digest": "8252a758b7826e80a4404d2ad79f09bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977697, "upload_time": "2019-05-27T03:26:38", "url": "https://files.pythonhosted.org/packages/9d/28/6d345a65a9093109682e81467413b4ce150a081eb4f3a12bf0c1308f42cb/ninfs-1.6.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "ea1bd083eccfd07ed59cb59e87978473", "sha256": "efbd1b4471a5b9291c42aac95633c1a8c01880ef19ce8aa86938bca3023f590a" }, "downloads": -1, "filename": "ninfs-1.6.1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ea1bd083eccfd07ed59cb59e87978473", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2338353, "upload_time": "2019-05-27T21:01:52", "url": "https://files.pythonhosted.org/packages/50/7d/d6f7ebaaac77fd66437fc76c5fde7e455779e94e1e5d965e5e33ec53ff26/ninfs-1.6.1-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "78d729911b23e23192b9125fe78a81fa", "sha256": "08f82bdf1121334f91e10630a5585ecb7578ecc7af53447554a99221382db58f" }, "downloads": -1, "filename": "ninfs-1.6.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "78d729911b23e23192b9125fe78a81fa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1953439, "upload_time": "2019-05-27T21:01:55", "url": "https://files.pythonhosted.org/packages/70/96/e14c8aff8bdcdfb013afe2064ef895ef2d1f9c94030fb62332dcf2a8a4d8/ninfs-1.6.1-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "2f5460fe67adcac1e441a8fe64be3106", "sha256": "7cbccca60e5f762abd1c26467c8d0ed8a3f33604949b5b60d12678b4b6d27126" }, "downloads": -1, "filename": "ninfs-1.6.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2f5460fe67adcac1e441a8fe64be3106", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2108792, "upload_time": "2019-05-27T21:01:59", "url": "https://files.pythonhosted.org/packages/fa/c4/14c7085cfc90bed6e29f5fd12ae37247148b428db0d941cd5394269e983c/ninfs-1.6.1-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "32904b30ee933041657c95555b00aec1", "sha256": "28f2fdfa3b27a70c63c291560fede5dd9b541ed3fc0865c66a8c3ffb7d7782ea" }, "downloads": -1, "filename": "ninfs-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "32904b30ee933041657c95555b00aec1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2338350, "upload_time": "2019-05-27T21:02:03", "url": "https://files.pythonhosted.org/packages/bd/e4/6cbe6ac8a93a21e65af12e4991afd0ed015e5a1951500d779dfb849341ef/ninfs-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e1716ae9f587ed31a8a6f8baf0441782", "sha256": "762d20362c42624fa1c44f72232b4ebc97a1b51b48d7c6f5cce2a11f15afe41a" }, "downloads": -1, "filename": "ninfs-1.6.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "e1716ae9f587ed31a8a6f8baf0441782", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 1953440, "upload_time": "2019-05-27T21:02:06", "url": "https://files.pythonhosted.org/packages/fe/b9/fb946feb43e4c3ed5d6987a0285bd4f562c9dea0eaf414c6b01abdb6e8c8/ninfs-1.6.1-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "98aff05579b18557341acdb44dcf33a0", "sha256": "927bdbceddc480d53ac255212b348a2621f5b59067c058f2bbfc66b52f2a4559" }, "downloads": -1, "filename": "ninfs-1.6.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "98aff05579b18557341acdb44dcf33a0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2108796, "upload_time": "2019-05-27T21:02:10", "url": "https://files.pythonhosted.org/packages/7d/1c/37de86058221dfd8b90ea9a13eef0939351ae4f4a238d2693215a99b505f/ninfs-1.6.1-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d0cb96d3c11d308dc7803d26b6de7794", "sha256": "dd2b71297441cff89d5a0a6808d1c49f91e0c6b47b15c66c354328821c4cbdff" }, "downloads": -1, "filename": "ninfs-1.6.1.tar.gz", "has_sig": false, "md5_digest": "d0cb96d3c11d308dc7803d26b6de7794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977722, "upload_time": "2019-05-27T21:02:15", "url": "https://files.pythonhosted.org/packages/3d/22/375bd9cc7b321270db97bf7cd47d31f527eb59a402c2bf30b99dc925d54f/ninfs-1.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea1bd083eccfd07ed59cb59e87978473", "sha256": "efbd1b4471a5b9291c42aac95633c1a8c01880ef19ce8aa86938bca3023f590a" }, "downloads": -1, "filename": "ninfs-1.6.1-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ea1bd083eccfd07ed59cb59e87978473", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2338353, "upload_time": "2019-05-27T21:01:52", "url": "https://files.pythonhosted.org/packages/50/7d/d6f7ebaaac77fd66437fc76c5fde7e455779e94e1e5d965e5e33ec53ff26/ninfs-1.6.1-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "78d729911b23e23192b9125fe78a81fa", "sha256": "08f82bdf1121334f91e10630a5585ecb7578ecc7af53447554a99221382db58f" }, "downloads": -1, "filename": "ninfs-1.6.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "78d729911b23e23192b9125fe78a81fa", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 1953439, "upload_time": "2019-05-27T21:01:55", "url": "https://files.pythonhosted.org/packages/70/96/e14c8aff8bdcdfb013afe2064ef895ef2d1f9c94030fb62332dcf2a8a4d8/ninfs-1.6.1-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "2f5460fe67adcac1e441a8fe64be3106", "sha256": "7cbccca60e5f762abd1c26467c8d0ed8a3f33604949b5b60d12678b4b6d27126" }, "downloads": -1, "filename": "ninfs-1.6.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2f5460fe67adcac1e441a8fe64be3106", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 2108792, "upload_time": "2019-05-27T21:01:59", "url": "https://files.pythonhosted.org/packages/fa/c4/14c7085cfc90bed6e29f5fd12ae37247148b428db0d941cd5394269e983c/ninfs-1.6.1-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "32904b30ee933041657c95555b00aec1", "sha256": "28f2fdfa3b27a70c63c291560fede5dd9b541ed3fc0865c66a8c3ffb7d7782ea" }, "downloads": -1, "filename": "ninfs-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "32904b30ee933041657c95555b00aec1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2338350, "upload_time": "2019-05-27T21:02:03", "url": "https://files.pythonhosted.org/packages/bd/e4/6cbe6ac8a93a21e65af12e4991afd0ed015e5a1951500d779dfb849341ef/ninfs-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e1716ae9f587ed31a8a6f8baf0441782", "sha256": "762d20362c42624fa1c44f72232b4ebc97a1b51b48d7c6f5cce2a11f15afe41a" }, "downloads": -1, "filename": "ninfs-1.6.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "e1716ae9f587ed31a8a6f8baf0441782", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 1953440, "upload_time": "2019-05-27T21:02:06", "url": "https://files.pythonhosted.org/packages/fe/b9/fb946feb43e4c3ed5d6987a0285bd4f562c9dea0eaf414c6b01abdb6e8c8/ninfs-1.6.1-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "98aff05579b18557341acdb44dcf33a0", "sha256": "927bdbceddc480d53ac255212b348a2621f5b59067c058f2bbfc66b52f2a4559" }, "downloads": -1, "filename": "ninfs-1.6.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "98aff05579b18557341acdb44dcf33a0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 2108796, "upload_time": "2019-05-27T21:02:10", "url": "https://files.pythonhosted.org/packages/7d/1c/37de86058221dfd8b90ea9a13eef0939351ae4f4a238d2693215a99b505f/ninfs-1.6.1-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "d0cb96d3c11d308dc7803d26b6de7794", "sha256": "dd2b71297441cff89d5a0a6808d1c49f91e0c6b47b15c66c354328821c4cbdff" }, "downloads": -1, "filename": "ninfs-1.6.1.tar.gz", "has_sig": false, "md5_digest": "d0cb96d3c11d308dc7803d26b6de7794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977722, "upload_time": "2019-05-27T21:02:15", "url": "https://files.pythonhosted.org/packages/3d/22/375bd9cc7b321270db97bf7cd47d31f527eb59a402c2bf30b99dc925d54f/ninfs-1.6.1.tar.gz" } ] }