{ "info": { "author": "c0ding", "author_email": "me@martinsimon.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable" ], "description": "**modlist** is an APACHE licensed library written in Python designed to\r\nprovide a simple to use API wrapper for `MCF Modlist`_.\r\n\r\nMore about MCF Modlist:\r\n-----------------------\r\n\r\nMCF Modlist was created to be a comprehensive list of as many mods as\r\npossible. The MCF Mods Forum is quite hectic and popular threads easily\r\nbury fresh, new ideas that pop up and never quite gain attention.\r\nFurthermore, searching within the forums was limited, as you could not\r\naccurately pinpoint mod versions, and each thread had its own format to\r\ndisplay things. There was also the matter of compatibility and\r\ndependency. Thus the list was born.\r\n\r\nInstallation:\r\n-------------\r\n\r\nFrom source use\r\n\r\n::\r\n\r\n $ python setup.py install\r\n\r\nor install from PyPi\r\n\r\n::\r\n\r\n $ pip install modlist\r\n\r\nModlist APIv3 Documentation:\r\n----------------------------\r\n\r\nThis API can currently retrieve the following data from `MCF Modlist`_:\r\n\r\n- /api/v3/:version.json:\r\n\r\n::\r\n\r\n >>> import modlist\r\n >>> modlist.mods(VERSION)\r\n [\r\n {\r\n \"name\": \"Ambient Birds\", \r\n \"author\": [\r\n \"the_tubes\"\r\n ], \r\n \"versions\": [\r\n \"1.8\"\r\n ], \r\n \"dependencies\": [\r\n \"Not Forge Compatible\", \r\n \"Base Edit\"\r\n ], \r\n \"link\": \"https://www.reddit.com/r/Minecraft/comments/2fabek/18_mod_ambient_birds/\", \r\n \"type\": [\r\n \"SSP\"\r\n ], \r\n \"desc\": \"Adds small birds of different colors.\"\r\n }, \r\n {\r\n \"other\": \"(Beta)\", \r\n \"link\": \"http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1278239-animal-bikes-added-wither-and-flower-bikes-1-8\", \r\n \"name\": \"Animal Bikes\", \r\n \"dependencies\": [\r\n \"Forge Compatible\"\r\n ], \r\n \"author\": [\r\n \"Noppes\"\r\n ], \r\n \"versions\": [\r\n \"1.8\"\r\n ], \r\n \"type\": [\r\n \"Universal\"\r\n ], \r\n \"desc\": \"A multiplayer mod which allows you to ride animals.\"\r\n },\r\n ...\r\n ...\r\n ...\r\n ]\r\n\r\n- /api/v3/:version.md5:\r\n\r\n::\r\n\r\n >>> modlist.md5hash(VERSION)\r\n b7b9fb60af57342d6c4fc8a0fc61891b\r\n\r\n- /api/v3/recent.json:\r\n\r\n::\r\n\r\n >>> modlist.recent()\r\n {\r\n \"1.7.2\": [\r\n \"(January/16/2015)\",\r\n \" *Updated \\\"Dense Ores\\\": Updated link to CurseForge page\",\r\n \" +Added \\\"Bladecraft\\\"\",\r\n \" +Added \\\"Better Rain\\\"\",\r\n \" +Added \\\"DecoCraft\\\"\",\r\n \" +Added \\\"XtraBlocks Extreme Edition\\\"\",\r\n \" +Added \\\"Kwasti Villagers\\\"\",\r\n \" +Added \\\"Village Marker\\\"\",\r\n \" +Added \\\"The Seasons Mod\\\": Currently in Alpha\"\r\n ],\r\n \"1.6.4\": [\r\n \"(January/16/2015)\",\r\n \" +Added \\\"DecoCraft\\\"\",\r\n \" +Added \\\"XtraBlocks Extreme Edition\\\"\"\r\n ],\r\n \"1.5.2\": [\r\n \"(January/16/2015)\",\r\n \" +Added \\\"Bladecraft\\\"\",\r\n \" +Added \\\"DecoCraft\\\"\",\r\n \" +Added \\\"XtraBlocks Extreme Edition\\\"\"\r\n ]\r\n }\r\n\r\nLicense:\r\n--------\r\n\r\n::\r\n\r\n Apache v2.0 License\r\n Copyright 2014-2015 Martin Simon\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.\r\n\r\nUseful links:\r\n-------------\r\n\r\n- `MCF Modlist`_\r\n- `Minecraft`_\r\n\r\nBuy me a coffee?\r\n----------------\r\n\r\nIf you feel like buying me a coffee (or a beer?), donations are welcome:\r\n\r\n::\r\n\r\n WDC : WbcWJzVD8yXt3yLnnkCZtwQo4YgSUdELkj\r\n HBN : F2Zs4igv8r4oJJzh4sh4bGmeqoUxLQHPki\r\n DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS\r\n\r\n.. _MCF Modlist: http://modlist.mcf.li/\r\n.. _Minecraft: https://minecraft.net/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mrsmn/modlist-api/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mrsmn/modlist-api", "keywords": "minecraft,MCF Modlist,API,Craftbukkit,Feed The Beast,MCPC+,Cauldron", "license": "Apache v2.0 License", "maintainer": "", "maintainer_email": "", "name": "modlist", "package_url": "https://pypi.org/project/modlist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/modlist/", "project_urls": { "Download": "https://github.com/mrsmn/modlist-api/archive/master.zip", "Homepage": "https://github.com/mrsmn/modlist-api" }, "release_url": "https://pypi.org/project/modlist/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python API wrapper for Minecraft mods posted to MCF Modlist.", "version": "0.1" }, "last_serial": 3548597, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7286dec4441ea1a02361936ce4b4a89b", "sha256": "e14c7272b3417bd4fc6ebe806fac63ebdffc5cfa0d4dbbb36000b427789330e8" }, "downloads": -1, "filename": "modlist-0.1.tar.gz", "has_sig": false, "md5_digest": "7286dec4441ea1a02361936ce4b4a89b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4195, "upload_time": "2015-01-25T13:46:17", "url": "https://files.pythonhosted.org/packages/7a/1b/ac75449cd89e0c3aa4aa612db595c88283c73c9a3e2757da062167b9a723/modlist-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7286dec4441ea1a02361936ce4b4a89b", "sha256": "e14c7272b3417bd4fc6ebe806fac63ebdffc5cfa0d4dbbb36000b427789330e8" }, "downloads": -1, "filename": "modlist-0.1.tar.gz", "has_sig": false, "md5_digest": "7286dec4441ea1a02361936ce4b4a89b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4195, "upload_time": "2015-01-25T13:46:17", "url": "https://files.pythonhosted.org/packages/7a/1b/ac75449cd89e0c3aa4aa612db595c88283c73c9a3e2757da062167b9a723/modlist-0.1.tar.gz" } ] }