{ "info": { "author": "TaoTao", "author_email": "taotao54321@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: System :: Emulators" ], "description": "=========\nfcdstools\n=========\n\n`Famicom Disk System `_\ndisk image manipulation tools.\n\n``fdscheck`` can recognize game titles with the internal database.\nThis database is converted from\n`FDS Study database `_,\nand it is originally developed by\n`ena `_\nand `gponys `_. Thanks for the great\nwork and the permission to use!\n\n\nUsage\n=====\n\ncheck::\n\n $ fdscheck game.fds # with internal database\n $ fdscheck --db fdsdb.json game.fds # with custom database\n $ fdscheck --nodb game.fds # without database\n\nsplit::\n\n $ fdssplit game.fds\n\nbuild::\n\n $ fdscheck -f manifest game.fds > manifest.json\n $ fdssplit game.fds\n ... (modify files)\n $ fdsbuild out.fds manifest.json\n\nconvert FDS Study database into JSON::\n\n $ fdssjson fdsdb-be.txt > fdsdb.json\n\nTo convert Japanese database, encoding conversion is needed::\n\n $ iconv -f cp932 -t utf-8 fdsdb-bj.txt > fdsdb-bj-utf8.txt\n $ fdssjson fdsdb-bj-utf8.txt > fdsdb-ja.json\n\n\nInstall\n=======\n\n::\n\n $ pip install .\n\n\nDependency\n==========\n\n* Python >= 3.6\n* `setuptools `_\n* `kaitaistruct `_\n* `tabulate `_\n\nTo compile ``*.ksy`` files by yourself, HEAD of\n`kaitai-struct-compiler `_\nis required.\n\n\nResources\n=========\n\n* `nesdev wiki `_\n* `gponys' FDS resources `_\n* `Enri's FDS page `_\n\n\nCredits\n=======\n\n* `ena `_\n developed `FDS Study `_.\n* `gponys `_\n is maintaining\n `FDS Study unofficial database `_.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/taotao54321/fcdstools", "keywords": "nes famicom disk system fds", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "fcdstools", "package_url": "https://pypi.org/project/fcdstools/", "platform": "", "project_url": "https://pypi.org/project/fcdstools/", "project_urls": { "Homepage": "https://github.com/taotao54321/fcdstools" }, "release_url": "https://pypi.org/project/fcdstools/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Famicom Disk System disk image manipulation", "version": "0.1.0" }, "last_serial": 3429057, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b07213dacdd3d3084447da09b23ce9f0", "sha256": "1223e932685c039404f65fbefcfbb2f741747b1b9c5df4c92f16bde5ff6d25ff" }, "downloads": -1, "filename": "fcdstools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b07213dacdd3d3084447da09b23ce9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102660, "upload_time": "2017-12-19T18:20:21", "url": "https://files.pythonhosted.org/packages/a2/94/58c11439f8fde418750727c8ead91ce2ce453defb9a509f0f10cd3332429/fcdstools-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b07213dacdd3d3084447da09b23ce9f0", "sha256": "1223e932685c039404f65fbefcfbb2f741747b1b9c5df4c92f16bde5ff6d25ff" }, "downloads": -1, "filename": "fcdstools-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b07213dacdd3d3084447da09b23ce9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102660, "upload_time": "2017-12-19T18:20:21", "url": "https://files.pythonhosted.org/packages/a2/94/58c11439f8fde418750727c8ead91ce2ce453defb9a509f0f10cd3332429/fcdstools-0.1.0.tar.gz" } ] }