{ "info": { "author": "Jeremy Banker", "author_email": "loredous@loredous.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# OCMpy\n\nOCMpy is a python wrapper for the Open Charge Map API for EV charging stations. Details on the API and project can be found at https://openchargemap.org/site/develop\n\n## Getting Started\n\nTo install\n```\npip install ocmpy\n```\nTo run\n```\nimport ocmpy\n\nocmpyInstance = Ocmpy()\nocmpyInstance.open()\nstations = ocmpyInstance.getstationsbylocation(40.027435, -105.251945)\n[print(x) for x in stations]\n\nStation ID: 102790, Title: COMM VITALITY\nStation ID: 80295, Title: BOULDER\nStation ID: 8333, Title: 2285 28TH St\nStation ID: 72265, Title: NATURE CONSVNCY\nStation ID: 71506, Title: UCAR & NCAR\nStation ID: 80294, Title: 3223 ARAPAHOE\nStation ID: 89605, Title: BVSD\nStation ID: 28231, Title: City of Boulder - Municipal Service Center\nStation ID: 89601, Title: Gold Run Health Club 1\nStation ID: 89600, Title: UNIV. OF COL\n```\n\n### Prerequisites\n\nThe only non-standard module required at this time is 'requests'\n\n```\npip install -r requirements.txt\n```\n\n## Running the tests\n\n```\npython3 -m unittest test/test_ocmpy.py\n```\n\n## Deployment\n\n```\npip install ocmpy\n```\n\n## Authors\n\n* **Jeremy Banker** - *Initial work* - [Loredous](https://gitlab.com/loredous)\n\n## License\n\nThis project is licensed under the GPLv3 - see the [LICENSE](LICENSE) file for details\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/loredous/ocmpy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ocmpy", "package_url": "https://pypi.org/project/ocmpy/", "platform": "", "project_url": "https://pypi.org/project/ocmpy/", "project_urls": { "Homepage": "https://gitlab.com/loredous/ocmpy" }, "release_url": "https://pypi.org/project/ocmpy/0.1.4/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Python API wrapper for the Open Charge Map for EV charging stations", "version": "0.1.4" }, "last_serial": 3889491, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "3c2ab0e91ac7556bdbc0d817d2019772", "sha256": "1671dae8c2ccf45b25f524b3ebde66632385c259d7ba8458b857d0c21931279b" }, "downloads": -1, "filename": "ocmpy-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3c2ab0e91ac7556bdbc0d817d2019772", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32886, "upload_time": "2018-05-22T21:39:09", "url": "https://files.pythonhosted.org/packages/89/33/8b85cde09dea4ab00bf4a63b1404e6bd9d63d64a639b1423f8ba4eaa5a22/ocmpy-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c812d253a199ea7763691be5c2acbcd", "sha256": "b8ca990afcbe6f6eaafa37647b2f97037ea4e71e1a71d90919623942a9cffeab" }, "downloads": -1, "filename": "ocmpy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5c812d253a199ea7763691be5c2acbcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32260, "upload_time": "2018-05-22T21:39:10", "url": "https://files.pythonhosted.org/packages/48/cc/ac75618c94c3270a2c7d96a5ce28e3d79cb8085f5f83181bddc1edb8570c/ocmpy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cba9b03cd860b051e43a24132c4b15aa", "sha256": "a02f165f79e49d50a545c49e615ac0cbe85875a4ebdc6224ae47ae42df252cc5" }, "downloads": -1, "filename": "ocmpy-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "cba9b03cd860b051e43a24132c4b15aa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32993, "upload_time": "2018-05-22T22:06:51", "url": "https://files.pythonhosted.org/packages/d0/79/c536aa21fe15a929af1a8955bc09c9f9ed911edfa9b5f0e410387b6d9a99/ocmpy-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9097871da63df353d1d7287391da8765", "sha256": "264df3e1229a450b9d1652d6a372fc811030a9f2a60591e733e67903f623422d" }, "downloads": -1, "filename": "ocmpy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9097871da63df353d1d7287391da8765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32417, "upload_time": "2018-05-22T22:06:52", "url": "https://files.pythonhosted.org/packages/a5/68/4987842e312373b1926380c8dc0f5355227d2dbd636bc39875e73cef30d4/ocmpy-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "3b056e1c64af65a3fc564d16f7accb83", "sha256": "791197ceaf0853da51d8f5e12a94dca320baff82c9c3ca9cd50fa6f24c438a6e" }, "downloads": -1, "filename": "ocmpy-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "3b056e1c64af65a3fc564d16f7accb83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33135, "upload_time": "2018-05-22T22:48:37", "url": "https://files.pythonhosted.org/packages/80/67/5f2619b933bd6f2f23924cae77ca99981367b88e85cb5b1d6f2a5e97e6b0/ocmpy-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dda5c2651143f6cf1d61294884fbd792", "sha256": "2fd0ace034a2a46e22089a752e9bb148aa5d096b5efff359fb212a45358b44cf" }, "downloads": -1, "filename": "ocmpy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dda5c2651143f6cf1d61294884fbd792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32548, "upload_time": "2018-05-22T22:48:38", "url": "https://files.pythonhosted.org/packages/81/49/0332b36b47cd1c2f5ab1bfd58cfd18efc17e5f4b2fa9559c22a02240d7c7/ocmpy-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b056e1c64af65a3fc564d16f7accb83", "sha256": "791197ceaf0853da51d8f5e12a94dca320baff82c9c3ca9cd50fa6f24c438a6e" }, "downloads": -1, "filename": "ocmpy-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "3b056e1c64af65a3fc564d16f7accb83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33135, "upload_time": "2018-05-22T22:48:37", "url": "https://files.pythonhosted.org/packages/80/67/5f2619b933bd6f2f23924cae77ca99981367b88e85cb5b1d6f2a5e97e6b0/ocmpy-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dda5c2651143f6cf1d61294884fbd792", "sha256": "2fd0ace034a2a46e22089a752e9bb148aa5d096b5efff359fb212a45358b44cf" }, "downloads": -1, "filename": "ocmpy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dda5c2651143f6cf1d61294884fbd792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32548, "upload_time": "2018-05-22T22:48:38", "url": "https://files.pythonhosted.org/packages/81/49/0332b36b47cd1c2f5ab1bfd58cfd18efc17e5f4b2fa9559c22a02240d7c7/ocmpy-0.1.4.tar.gz" } ] }