{ "info": { "author": "scribesavant", "author_email": "scribesavant@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows :: Windows 10", "Programming Language :: Python :: 3" ], "description": "# FiveSim\n\nA simple Python API for 5sim.net\n#\n\n\n## Installation\n\nBefore proceeding, you should register an account on [5sim.net](https://5sim.net/) and [generate a personal API key](https://5sim.net/settings/security) to use. \n\nInstall from source:\n\n``` bash\npip install git+https://github.com/squirrelpython/5sim-python.git\n```\n\nAlternatively, install from [PyPI](https://pypi.org/project/5sim-python/):\n\n```bash\npip install 5sim-python\n```\n