{ "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-mma8451/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/mma8451/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_MMA8451.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_MMA8451\n :alt: Build Status\n\nCircuitPython module for the MMA8451 3 axis accelerometer.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n* `Bus Device `_\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\nUsage Example\n=============\n\nSee examples/simpletest.py for a demo of the usage.\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-mma8451 --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_MMA8451", "keywords": "adafruit mma8451 axis accelerometer breakout hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-mma8451", "package_url": "https://pypi.org/project/adafruit-circuitpython-mma8451/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-mma8451/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_MMA8451" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-mma8451/1.2.4/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for MMA8451 3-axis accelerometer..", "version": "1.2.4" }, "last_serial": 5722853, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "edae9167a8704653714b975ee34f96be", "sha256": "20b04362b57e6403f2af8b52ecbc8a34b7c210a6b307329e08dcf4de266c42d1" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.1.0.tar.gz", "has_sig": false, "md5_digest": "edae9167a8704653714b975ee34f96be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21178, "upload_time": "2018-08-06T21:35:17", "url": "https://files.pythonhosted.org/packages/0f/b8/332316a7cb1bb3e3753bae8680529033bad5a9e05fa8b975a09b7edb42b7/adafruit-circuitpython-mma8451-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f8a5ececf370d0a77f4d5a0ae723c6a0", "sha256": "2956d87816a462eb373044935ecf565c6c0a11b00eca88554810e192e2d16f68" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f8a5ececf370d0a77f4d5a0ae723c6a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21190, "upload_time": "2018-08-19T21:12:29", "url": "https://files.pythonhosted.org/packages/fe/8d/e0e12d3109911be654808b4a177207147ea56802219c4f333f63f385072a/adafruit-circuitpython-mma8451-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "e424f4bcdf8422781c866679f7a13f6e", "sha256": "720cd9cf26ac8eee7cc86b66c52462432acebcf329407638d958d10f1813e09e" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.2.1.tar.gz", "has_sig": false, "md5_digest": "e424f4bcdf8422781c866679f7a13f6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21188, "upload_time": "2018-11-12T20:15:20", "url": "https://files.pythonhosted.org/packages/92/31/dfe6f2150b790db1b4ec5a456e89f7cfff1a45ad946ae4e95da266fdb9ee/adafruit-circuitpython-mma8451-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "338f3d36e61b582dfdebb015b669ddf3", "sha256": "7c97492085c24982045e6f17c68909d5ed69c2ea50b653d3d714654ce585b32d" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.2.2.tar.gz", "has_sig": false, "md5_digest": "338f3d36e61b582dfdebb015b669ddf3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20479, "upload_time": "2019-01-15T03:18:23", "url": "https://files.pythonhosted.org/packages/7f/5d/4d9e51accaa1e490f83bf4b4fb4697b6e2c34423a73af25a087701904f47/adafruit-circuitpython-mma8451-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "8316ab78345e09d9f643799ba258f57b", "sha256": "44387217cc25b895570c9f7f4150e802fa0c246dcf2efaaabc0f08f17a5cdec9" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.2.3.tar.gz", "has_sig": false, "md5_digest": "8316ab78345e09d9f643799ba258f57b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20494, "upload_time": "2019-05-06T22:41:53", "url": "https://files.pythonhosted.org/packages/26/fe/04f2d99f818d6be38cf91fe83c039b8e2cff06ea9a03ea7e928ddc3f4e12/adafruit-circuitpython-mma8451-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "756dc7732dfd4a783febb2edf64df247", "sha256": "e6d6ceeb455afd2a7ad1766c47e9d39bd180ed008a861553952f1bfbec80a9bd" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.2.4.tar.gz", "has_sig": false, "md5_digest": "756dc7732dfd4a783febb2edf64df247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20489, "upload_time": "2019-08-23T21:16:19", "url": "https://files.pythonhosted.org/packages/2b/f4/95974c15fbba2f6439115457c2b10174353164aef99e1c28319109e27609/adafruit-circuitpython-mma8451-1.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "756dc7732dfd4a783febb2edf64df247", "sha256": "e6d6ceeb455afd2a7ad1766c47e9d39bd180ed008a861553952f1bfbec80a9bd" }, "downloads": -1, "filename": "adafruit-circuitpython-mma8451-1.2.4.tar.gz", "has_sig": false, "md5_digest": "756dc7732dfd4a783febb2edf64df247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20489, "upload_time": "2019-08-23T21:16:19", "url": "https://files.pythonhosted.org/packages/2b/f4/95974c15fbba2f6439115457c2b10174353164aef99e1c28319109e27609/adafruit-circuitpython-mma8451-1.2.4.tar.gz" } ] }