{ "info": { "author": "Stuart Baker", "author_email": "sdb@stuartdb.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Games/Entertainment" ], "description": "=====\nESMBC\n=====\n\nEVE Ship Maintenance Bay Calculator\n\nEsmbc is a command line ship volume calculator for EVE online. It would\nprobably be of most use to EVE pilots that own and fly carriers.\n\nUsage\n----------\n\n``$ esmbc hound:3 talwar:2 sabre:1 rupture:1 hurricane:1 tornado:1``\n\n::\n\n Sabre: 43,000m3\n Talwar: 86,000m3\n Tornado: 216,000m3\n Rupture: 96,000m3\n Hound: 84,300m3\n Hurricane: 216,000m3\n Total: 741,300m3\n\nEsmbc accepts ship names and quantities with the colon character used\nas a seperator.\n\nThe pairs are seperated by a single whitespace.\n\nShip names which contain a white space should have it replaced with an\nunderscore, all other special characters should not be entered.\n``Republic Fleet Firetail`` should be entered as ``republic_fleet_firetail``.\n\nCase is not important. ``Rifter``, ``RIFTER`` and ``rifter`` will all be\nmatched correctly.\n\nInstallation\n------------\n\nIt's possible to just use esmbc without installation by just calling the\nmodule:\n\n``python -m esmbc``\n\nTo do so\n`download a zip `_ of\nthis repo or clone it.\n\n``git clone git://github.com/stuartdb/esmbc.git``\n\nIf you wish to actually install esmbc on your system the prefered way would\nbe to use pip.\n\n``$ pip install esmbc``\n\nor use obtain this repository as previously mentioned and:\n\n``$ python setup.py install``\n\nRequirements\n------------\n\nEsmbc had been tested on Python 3.3 and Python 2.7.\n\nIf you wish to install the module then ``distribute`` is required.\n\nShip/Volume Data File\n---------------------\n\nThe ship and volume data file that is required is supplied (``ships.json``).\n\nYou also have the option to build your own data file. This may be required in\nthe future as CCP release new ship types.\n\nA script is included to access a sqlite version of the CCP community data dump\nand output a JSON string of the ships and their volumes.\n\n``$ python sqlite.py > ships.json``\n\nLicense\n--------------------\n\nesmbc is released under the\n`GPLv3 license `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stuartdb/esmbc", "keywords": null, "license": "GPL3", "maintainer": null, "maintainer_email": null, "name": "esmbc", "package_url": "https://pypi.org/project/esmbc/", "platform": "any", "project_url": "https://pypi.org/project/esmbc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stuartdb/esmbc" }, "release_url": "https://pypi.org/project/esmbc/0.4/", "requires_dist": null, "requires_python": null, "summary": "EVE Online Ship Maintenance Bay Calculator", "version": "0.4" }, "last_serial": 791720, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "451c4116e78ffbdf9ccfdcb1a5b93d79", "sha256": "116561cc3208d253aaec25f6293a41fbe772ce6dca02fcfe65aa9bdaab5c3c89" }, "downloads": -1, "filename": "esmbc-0.3.tar.gz", "has_sig": false, "md5_digest": "451c4116e78ffbdf9ccfdcb1a5b93d79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20717, "upload_time": "2013-03-21T07:46:34", "url": "https://files.pythonhosted.org/packages/98/4b/d5d4a64f9f43650de4dd2cef511d59c733cf7a92f305550bc8812e70f1f0/esmbc-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "e0dee76d2cddef773d129af9aa244cc1", "sha256": "94f788f593c35683dd5861f90950f87ebc2492a6ad2d9a57f7708ccecfbefdba" }, "downloads": -1, "filename": "esmbc-0.4.tar.gz", "has_sig": false, "md5_digest": "e0dee76d2cddef773d129af9aa244cc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20705, "upload_time": "2013-03-24T05:40:30", "url": "https://files.pythonhosted.org/packages/0b/b2/e4eb3acca557350c5b3c7b6b64740d115a37d3f045efda57b5879ea452d8/esmbc-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e0dee76d2cddef773d129af9aa244cc1", "sha256": "94f788f593c35683dd5861f90950f87ebc2492a6ad2d9a57f7708ccecfbefdba" }, "downloads": -1, "filename": "esmbc-0.4.tar.gz", "has_sig": false, "md5_digest": "e0dee76d2cddef773d129af9aa244cc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20705, "upload_time": "2013-03-24T05:40:30", "url": "https://files.pythonhosted.org/packages/0b/b2/e4eb3acca557350c5b3c7b6b64740d115a37d3f045efda57b5879ea452d8/esmbc-0.4.tar.gz" } ] }