{ "info": { "author": "Thermondo GmbH", "author_email": "opensource@thermondo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "# enetpy\n\nPython wrapper for the ene't Marktpartner API\n\n### Setup\n\nInstall the package:\n\n```bash\npip install enetpy\n```\n\nMake sure to set the authentication token in your production environment.\n\n```bash\nexport ENET_AUTH_TOKEN='****'\n```\n\n#### Testing\n\nThe API wrapper comes with a testing stub. To use it set your test environment to:\n\n```bash\nexport ENET_TESTING_STUB=1\n```\n\n### Usage\n\n```python\n>>> from enet import api\n>>> api.get_gas_grid_operator_for_address(\n... zip_code='10115',\n... city='Berlin',\n... street='Brunnenstr.',\n... house_number='153'\n... )\nGasGridOperator(vnbg_nr=107851, title='NBB Netzgesellschaft Berlin-Brandenburg mbH & Co. KG', email='netzzugang@nbb-netzgesellschaft.de', contact_name='Herr Cornelius Baumann', phone_number='030/81876-1382', fax_number='', gas_type='H-Gas')\n```", "description_content_type": "text/markdown; charset=UTF-8", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Thermondo/python-enet", "keywords": "api", "license": "Apache-2", "maintainer": "", "maintainer_email": "", "name": "enetpy", "package_url": "https://pypi.org/project/enetpy/", "platform": "", "project_url": "https://pypi.org/project/enetpy/", "project_urls": { "Bug Tracker": "https://github.com/Thermondo/python-enet/issues", "Documentation": "https://github.com/Thermondo/python-enet", "Homepage": "https://github.com/Thermondo/python-enet", "Source Code": "https://github.com/Thermondo/python-enet" }, "release_url": "https://pypi.org/project/enetpy/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper for the enet Marktpartner API", "version": "1.0.1" }, "last_serial": 4329338, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3492c01623c865353975e2154fd65512", "sha256": "e675f33c4b33fdd9f2050e57fe5ac5213cc106e5569587659e2932e609455d21" }, "downloads": -1, "filename": "enetpy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3492c01623c865353975e2154fd65512", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8943, "upload_time": "2018-09-25T08:54:58", "url": "https://files.pythonhosted.org/packages/36/85/b242a232ecbe413b8c46b1337d01afb6a1333337b1056558675280f95bf7/enetpy-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4047eb4e5f745bc9e33b21f8eddb737a", "sha256": "e5684600e4bf1c5e867bfad531c6b30625fd430d89b7c47ebde769f7843b6937" }, "downloads": -1, "filename": "enetpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4047eb4e5f745bc9e33b21f8eddb737a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8910, "upload_time": "2018-09-26T13:25:13", "url": "https://files.pythonhosted.org/packages/de/72/22df7e8774f8c4f63907b5148f3e3a06c174876013f6ad6e29f057ef1664/enetpy-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4047eb4e5f745bc9e33b21f8eddb737a", "sha256": "e5684600e4bf1c5e867bfad531c6b30625fd430d89b7c47ebde769f7843b6937" }, "downloads": -1, "filename": "enetpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4047eb4e5f745bc9e33b21f8eddb737a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8910, "upload_time": "2018-09-26T13:25:13", "url": "https://files.pythonhosted.org/packages/de/72/22df7e8774f8c4f63907b5148f3e3a06c174876013f6ad6e29f057ef1664/enetpy-1.0.1.tar.gz" } ] }