{ "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-miniesptool/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/miniesptool/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_miniesptool.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_miniesptool\n :alt: Build Status\n\nROM loader for ESP chips, works with ESP8266 or ESP32.\nThis is a 'no-stub' loader, so you can't read MD5 or firmware back on ESP8266.\n\nSee this document for protocol we're implementing:\nhttps://github.com/espressif/esptool/wiki/Serial-Protocol\n\nSee this for the 'original' code we're miniaturizing:\nhttps://github.com/espressif/esptool/blob/master/esptool.py\n\nThere's a very basic Arduino ROM loader here for ESP32:\nhttps://github.com/arduino-libraries/WiFiNINA/tree/master/examples/Tools/FirmwareUpdater\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-miniesptool\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-miniesptool\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-miniesptool\n\nUsage Example\n=============\n\nCheck the examples folder for demo sketches to upload firmware to ESP8266 and ESP32\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-miniesptool --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_miniesptool", "keywords": "adafruit miniesptool esp8266 esp32 esp software micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-miniesptool", "package_url": "https://pypi.org/project/adafruit-circuitpython-miniesptool/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-miniesptool/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_miniesptool" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-miniesptool/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython ROM loader for ESP chips, works with ESP8266 or ESP32.", "version": "0.1.5" }, "last_serial": 5838261, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4748964405126da467d4b17972dc49f8", "sha256": "eb4da4c71c8baa6c34062198fa0a5749867482b55527aa5f76956bd0374486ad" }, "downloads": -1, "filename": "adafruit-circuitpython-miniesptool-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4748964405126da467d4b17972dc49f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25390, "upload_time": "2018-12-19T22:38:42", "url": "https://files.pythonhosted.org/packages/85/d2/3d6655ecd040e9e7809a3d3a563f2f7f51b0b7e2b8d61304c68467e9c69c/adafruit-circuitpython-miniesptool-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4a25f93f02e3bcc45debbacaaa82a5e4", "sha256": "1093fb0a1336f545889c9ba124d45102b995c10833528460a70e234c481b9465" }, "downloads": -1, "filename": "adafruit-circuitpython-miniesptool-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4a25f93f02e3bcc45debbacaaa82a5e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25586, "upload_time": "2018-12-28T17:04:25", "url": "https://files.pythonhosted.org/packages/0d/00/dde59bef2125bcea515316f2195a1e0dcee9d9e93be938796a8459d60651/adafruit-circuitpython-miniesptool-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "aa45c5e849c86429f3ed1a75ba0c420b", "sha256": "b936bd1ca9fd6b4c7abd7a644cb5f12f0677be6fd9adac355af4b3bf425ee367" }, "downloads": -1, "filename": "adafruit-circuitpython-miniesptool-0.1.3.tar.gz", "has_sig": false, "md5_digest": "aa45c5e849c86429f3ed1a75ba0c420b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25591, "upload_time": "2019-01-16T03:02:06", "url": "https://files.pythonhosted.org/packages/4e/5b/c22cc9c661f4b227e7d1eb8275237afa9f8463bf42ef95e72f4d3ba97089/adafruit-circuitpython-miniesptool-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "4c0ceabf423e0d6ff8f573df0fe6e0af", "sha256": "118d804f85b1c4c49af2dc3885e1047037a01cde6945088963e1f2e7934f6362" }, "downloads": -1, "filename": "adafruit-circuitpython-miniesptool-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4c0ceabf423e0d6ff8f573df0fe6e0af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25778, "upload_time": "2019-09-16T21:11:50", "url": "https://files.pythonhosted.org/packages/7a/6e/3492e991b28f40c1975176e317b4e150b2eb40fb0200736f5645db55f415/adafruit-circuitpython-miniesptool-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c0ceabf423e0d6ff8f573df0fe6e0af", "sha256": "118d804f85b1c4c49af2dc3885e1047037a01cde6945088963e1f2e7934f6362" }, "downloads": -1, "filename": "adafruit-circuitpython-miniesptool-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4c0ceabf423e0d6ff8f573df0fe6e0af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25778, "upload_time": "2019-09-16T21:11:50", "url": "https://files.pythonhosted.org/packages/7a/6e/3492e991b28f40c1975176e317b4e150b2eb40fb0200736f5645db55f415/adafruit-circuitpython-miniesptool-0.1.5.tar.gz" } ] }