{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-esp-atcontrol/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/esp-atcontrol/en/latest/\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/discord/327254708534116352.svg\n :target: https://discord.gg/nBQh6qu\n :alt: Discord\n\n.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol\n :alt: Build Status\n\nUse the ESP AT command sent to communicate with the Interwebs. Its slow, but works to get data into CircuitPython\n\nCommand set: https://www.espressif.com/sites/default/files/documentation/4a-esp8266_at_instruction_set_en.pdf\n\nExamples: https://www.espressif.com/sites/default/files/documentation/4b-esp8266_at_command_examples_en.pdf\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle `_.\n\nInstalling from PyPI\n--------------------\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI `_. To install for current user:\n\n.. code-block:: shell\n\n pip3 install adafruit-circuitpython-esp-atcontrol\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-esp-atcontrol\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n mkdir project-name && cd project-name\n python3 -m venv .env\n source .env/bin/activate\n pip3 install adafruit-circuitpython-esp-atcontrol\n\nUsage Example\n=============\n\nSee examples folder for full demos\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\nBuilding locally\n================\n\nZip release files\n-----------------\n\nTo build this library locally you'll need to install the\n`circuitpython-build-tools `_ package.\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install circuitpython-build-tools\n\nOnce installed, make sure you are in the virtual environment:\n\n.. code-block:: shell\n\n source .env/bin/activate\n\nThen run the build:\n\n.. code-block:: shell\n\n circuitpython-build-bundles --filename_prefix adafruit-circuitpython-espatcontrol --library_location .\n\nSphinx documentation\n-----------------------\n\nSphinx is used to build the documentation based on rST files and comments in the code. First,\ninstall dependencies (feel free to reuse the virtual environment from above):\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install Sphinx sphinx-rtd-theme\n\nNow, once you have the virtual environment activated:\n\n.. code-block:: shell\n\n cd docs\n sphinx-build -E -W -b html . _build/html\n\nThis will output the documentation to ``docs/_build/html``. Open the index.html in your browser to\nview them. It will also (due to -W) error out on any warning like Travis will. This is a good way to\nlocally verify it will pass.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol", "keywords": "adafruit software esp at atcontrol internet communication micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-esp-atcontrol", "package_url": "https://pypi.org/project/adafruit-circuitpython-esp-atcontrol/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-esp-atcontrol/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-esp-atcontrol/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython driver for communicating using ESP AT command set.", "version": "0.4.0" }, "last_serial": 5770142, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "152aa2cdcf200d3d5db47e5f5e7ad042", "sha256": "37fec11cbafdd83d1803e9f6d6317dc6709d44b58d70c749f3160300c833ec03" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.1.2.tar.gz", "has_sig": false, "md5_digest": "152aa2cdcf200d3d5db47e5f5e7ad042", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23602, "upload_time": "2018-12-19T21:50:53", "url": "https://files.pythonhosted.org/packages/79/3f/7f84cdb1d96a3679511e53ae6ce4780dfa9fc386f2816994cfdfd2cd5e72/adafruit-circuitpython-esp-atcontrol-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b1817768e7fd7694d2cf2de64e7e0c7b", "sha256": "103adf32b9f650ea360a0fb84d74e0b2811ce51fd360d2afbca03a72e52838c1" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b1817768e7fd7694d2cf2de64e7e0c7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28287, "upload_time": "2018-12-26T19:32:20", "url": "https://files.pythonhosted.org/packages/d5/2a/107ba5001e50bd887a6f2545e45602180ffe8ac89b976a4b3e97417cd474/adafruit-circuitpython-esp-atcontrol-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "38fdcfe80a22e3f732e5448c38e17126", "sha256": "810d3f96f8e64d767231f47bf5883a3a2c3048687b922cec4ad25f16c6822cc9" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.2.1.tar.gz", "has_sig": false, "md5_digest": "38fdcfe80a22e3f732e5448c38e17126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28428, "upload_time": "2019-01-16T03:17:45", "url": "https://files.pythonhosted.org/packages/78/3e/cc8ca536ddd8c8214c6ed210e0f791cf2521b624429659ebddd7ecbf3209/adafruit-circuitpython-esp-atcontrol-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "7a750faf5459a22ef77c6161be313fef", "sha256": "f3f4bceb19f8242e953f03ac5c668f11688c05e0bca7ce7e119622319fd11796" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.2.2.tar.gz", "has_sig": false, "md5_digest": "7a750faf5459a22ef77c6161be313fef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32803, "upload_time": "2019-01-30T04:07:12", "url": "https://files.pythonhosted.org/packages/47/e5/7c2fe61276b92499a9d26b3085f0bf3452b3d07922818cfce6600a9ea108/adafruit-circuitpython-esp-atcontrol-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "fcf0bc5ad5fa50a8135d17f116bda2ad", "sha256": "0bf0bec497603ae61347eb68aa56824fec492a3810e2a173d0baa50c6d525205" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.2.3.tar.gz", "has_sig": false, "md5_digest": "fcf0bc5ad5fa50a8135d17f116bda2ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32905, "upload_time": "2019-02-24T20:27:27", "url": "https://files.pythonhosted.org/packages/60/2d/6c95da1dbe36a0ec66b6f5460ba8f5109807da5eef94a9e2bbcf1ae82ddf/adafruit-circuitpython-esp-atcontrol-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "cb7c45e9eaf3a7edabf2e5231bd8e491", "sha256": "0be81397a663a3003e6eb9fc45278e317ece87d8cbc0d14c9baf0538796bd3d1" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cb7c45e9eaf3a7edabf2e5231bd8e491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33250, "upload_time": "2019-02-27T19:19:29", "url": "https://files.pythonhosted.org/packages/ce/6a/1ae6d6067cd02c641f63778c9f077fbaf994c7f818bc78543aa1360e6807/adafruit-circuitpython-esp-atcontrol-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "c94ca6ccc2c91213f7694f40acd2adb8", "sha256": "8008ce2aab6fd9d4fc71ebb13330a7f7d6982915a25d64c8caf17b7bd259d266" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c94ca6ccc2c91213f7694f40acd2adb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33236, "upload_time": "2019-05-11T15:19:52", "url": "https://files.pythonhosted.org/packages/83/ba/facde38c340b34b5cc9c5f8ba8519d3e5bcc0f324904c8c8fe0cc51665ac/adafruit-circuitpython-esp-atcontrol-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "780877fc8f0a94ea851207dd4abf130a", "sha256": "27468fb4263240e7a534f06a1c2f9e06aeb2c4a4f5730a4d9f000a851b4fb9db" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.4.0.tar.gz", "has_sig": false, "md5_digest": "780877fc8f0a94ea851207dd4abf130a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30888, "upload_time": "2019-09-02T10:36:24", "url": "https://files.pythonhosted.org/packages/2d/c3/34fb90dd6d70934a0d5966fe396099c7e2135a1b1403b6ebdaea68d068bf/adafruit-circuitpython-esp-atcontrol-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "780877fc8f0a94ea851207dd4abf130a", "sha256": "27468fb4263240e7a534f06a1c2f9e06aeb2c4a4f5730a4d9f000a851b4fb9db" }, "downloads": -1, "filename": "adafruit-circuitpython-esp-atcontrol-0.4.0.tar.gz", "has_sig": false, "md5_digest": "780877fc8f0a94ea851207dd4abf130a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30888, "upload_time": "2019-09-02T10:36:24", "url": "https://files.pythonhosted.org/packages/2d/c3/34fb90dd6d70934a0d5966fe396099c7e2135a1b1403b6ebdaea68d068bf/adafruit-circuitpython-esp-atcontrol-0.4.0.tar.gz" } ] }