{ "info": { "author": "Radomir Dopieralski & 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-pca9685/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/pca9685/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_PCA9685.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_PCA9685\n :alt: Build Status\n\nDriver for the PCA9685, a 16-channel, 12-bit PWM chip\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n* `Bus Device `_\n* `Register `_\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--------------------\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-pca9685\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-pca9685\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-pca9685\n\nUsage Example\n=============\n\nSee examples/pca9685_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\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-pca9685 --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_PCA9685", "keywords": "adafruit pca9685 motor stepper servo hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-pca9685", "package_url": "https://pypi.org/project/adafruit-circuitpython-pca9685/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-pca9685/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_PCA9685" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-pca9685/3.2.5/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython driver for motor, stepper, and servo based on PCA9685.", "version": "3.2.5" }, "last_serial": 4988607, "releases": { "3.2.2": [ { "comment_text": "", "digests": { "md5": "86ea27d57abad14558d567aca2aa637f", "sha256": "5724fa5430095f3e563421d8ad095455ecd3696536e463cf9ce2df9219970ea7" }, "downloads": -1, "filename": "adafruit-circuitpython-pca9685-3.2.2.tar.gz", "has_sig": false, "md5_digest": "86ea27d57abad14558d567aca2aa637f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20318, "upload_time": "2018-08-04T16:59:14", "url": "https://files.pythonhosted.org/packages/b5/72/81cef67649c6b67848c6b658d0a65b0ab7e5eae6311e8f02ef320d11a356/adafruit-circuitpython-pca9685-3.2.2.tar.gz" } ], "3.2.3": [ { "comment_text": "", "digests": { "md5": "375217b1069f02afbdb53ac353e80f83", "sha256": "75336ec0cd52b14ed0650f3cc1fa4c3816758259205e11c2bf772d6dd6024447" }, "downloads": -1, "filename": "adafruit-circuitpython-pca9685-3.2.3.tar.gz", "has_sig": false, "md5_digest": "375217b1069f02afbdb53ac353e80f83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20315, "upload_time": "2018-11-12T17:21:03", "url": "https://files.pythonhosted.org/packages/95/46/ce29219b89b9dd6e407b9309e9033a40a05353f5241da171a295db36a30f/adafruit-circuitpython-pca9685-3.2.3.tar.gz" } ], "3.2.4": [ { "comment_text": "", "digests": { "md5": "c1efaee8303f7e377031037e9e56974f", "sha256": "06123ad32112b31f92fa0cb93631e1ffbc0c98737c13b9dc03e51794705fc2ff" }, "downloads": -1, "filename": "adafruit-circuitpython-pca9685-3.2.4.tar.gz", "has_sig": false, "md5_digest": "c1efaee8303f7e377031037e9e56974f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19011, "upload_time": "2019-01-15T02:18:45", "url": "https://files.pythonhosted.org/packages/c3/a4/c0aabaef7e3e569fc5b200f2a2715559263b3e268b98fb3ee1de176253f0/adafruit-circuitpython-pca9685-3.2.4.tar.gz" } ], "3.2.5": [ { "comment_text": "", "digests": { "md5": "f4736094489419ac808b1d870cadf678", "sha256": "f951d074bb630b792acd237d550960e993ebcfbb99507ce57278e4be1b4e2fcf" }, "downloads": -1, "filename": "adafruit-circuitpython-pca9685-3.2.5.tar.gz", "has_sig": false, "md5_digest": "f4736094489419ac808b1d870cadf678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19304, "upload_time": "2019-03-26T17:16:53", "url": "https://files.pythonhosted.org/packages/26/b5/09737d983460e2880808a5b37c2f0ab28fd72d51259f88291cf440704f7c/adafruit-circuitpython-pca9685-3.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4736094489419ac808b1d870cadf678", "sha256": "f951d074bb630b792acd237d550960e993ebcfbb99507ce57278e4be1b4e2fcf" }, "downloads": -1, "filename": "adafruit-circuitpython-pca9685-3.2.5.tar.gz", "has_sig": false, "md5_digest": "f4736094489419ac808b1d870cadf678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19304, "upload_time": "2019-03-26T17:16:53", "url": "https://files.pythonhosted.org/packages/26/b5/09737d983460e2880808a5b37c2f0ab28fd72d51259f88291cf440704f7c/adafruit-circuitpython-pca9685-3.2.5.tar.gz" } ] }