Introduction
============
.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg
:target: https://micropython.org
:alt: micropython
.. image:: https://readthedocs.org/projects/micropython-dps310/badge/?version=latest
:target: https://micropython-dps310.readthedocs.io/
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/micropython-dps310.svg
:target: https://pypi.python.org/pypi/micropython-dps310
:alt: PyPi Package
.. image:: https://static.pepy.tech/personalized-badge/micropython-dps310?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads
:alt: Total PyPI downloads
:target: https://pepy.tech/project/micropython-dps310
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
MicroPython Driver for the DPS310 sensor
Installing with mip
====================
To install using mpremote
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_DPS310
To install directly using a WIFI capable board
.. code-block:: shell
mip.install("ithub:jposada202020/MicroPython_DPS310")
Installing Library Examples
============================
If you want to install library examples:
.. code-block:: shell
mpremote mip install github:jposada202020/MicroPython_DPS310/examples.json
To install directly using a WIFI capable board
.. code-block:: shell
mip.install("github:jposada202020/MicroPython_DPS310/examples.json")
Installation
=============
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/micropython-dps310/>`_.
To install for current user:
.. code-block:: shell
pip3 install microtpython-dps310
To install system-wide (this may be required in some cases):
.. code-block:: shell
sudo pip3 install micropython-dps310
To install in a virtual environment in your current project:
.. code-block:: shell
mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install micropython-dps310
Raw data
{
"_id": null,
"home_page": "",
"name": "micropython-dps310",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "micropython,DPS310,sensor,temperature,pressure,altitude",
"author": "",
"author_email": "\"Jose D. Montoya\" <dps310@mailmeto.mozmail.com>",
"download_url": "https://files.pythonhosted.org/packages/41/54/e9bd49f530d056fca6865ab29d3f7f22e49de12615eaf76755816e0e91b1/micropython-dps310-0.1.3.tar.gz",
"platform": null,
"description": "Introduction\n============\n\n\n.. image:: https://img.shields.io/badge/micropython-Ok-purple.svg\n :target: https://micropython.org\n :alt: micropython\n\n.. image:: https://readthedocs.org/projects/micropython-dps310/badge/?version=latest\n :target: https://micropython-dps310.readthedocs.io/\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/micropython-dps310.svg\n :target: https://pypi.python.org/pypi/micropython-dps310\n :alt: PyPi Package\n\n.. image:: https://static.pepy.tech/personalized-badge/micropython-dps310?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads\n :alt: Total PyPI downloads\n :target: https://pepy.tech/project/micropython-dps310\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code Style: Black\n\nMicroPython Driver for the DPS310 sensor\n\n\nInstalling with mip\n====================\n\nTo install using mpremote\n\n.. code-block:: shell\n\n mpremote mip install github:jposada202020/MicroPython_DPS310\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip.install(\"ithub:jposada202020/MicroPython_DPS310\")\n\n\nInstalling Library Examples\n============================\n\nIf you want to install library examples:\n\n.. code-block:: shell\n\n mpremote mip install github:jposada202020/MicroPython_DPS310/examples.json\n\nTo install directly using a WIFI capable board\n\n.. code-block:: shell\n\n mip.install(\"github:jposada202020/MicroPython_DPS310/examples.json\")\n\n\n\nInstallation\n=============\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/micropython-dps310/>`_.\nTo install for current user:\n\n.. code-block:: shell\n\n pip3 install microtpython-dps310\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install micropython-dps310\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 .venv\n source .env/bin/activate\n pip3 install micropython-dps310\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "MicroPython Driver for the DPS310 sensor",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/jposada202020/MicroPython_dps310"
},
"split_keywords": [
"micropython",
"dps310",
"sensor",
"temperature",
"pressure",
"altitude"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "79562b46eeb1466bd49d621bbcbc4a379b4782679c87d17aeb8e5e216b96627e",
"md5": "db0f67b2472cef6b9527556dcb2e866b",
"sha256": "2023671f99c41bda0a95193f61ac98847965b21cf5515a2e61d87b0bb269efe6"
},
"downloads": -1,
"filename": "micropython_dps310-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "db0f67b2472cef6b9527556dcb2e866b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9350,
"upload_time": "2023-08-11T03:02:56",
"upload_time_iso_8601": "2023-08-11T03:02:56.433065Z",
"url": "https://files.pythonhosted.org/packages/79/56/2b46eeb1466bd49d621bbcbc4a379b4782679c87d17aeb8e5e216b96627e/micropython_dps310-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4154e9bd49f530d056fca6865ab29d3f7f22e49de12615eaf76755816e0e91b1",
"md5": "2264a6ac4afadb7e15afa88f2e7e7634",
"sha256": "dd8679f8e48fb9c67229906292a7542ef2a51e62b4c8976f8876a2c5f0b6b7bd"
},
"downloads": -1,
"filename": "micropython-dps310-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "2264a6ac4afadb7e15afa88f2e7e7634",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21270,
"upload_time": "2023-08-11T03:02:58",
"upload_time_iso_8601": "2023-08-11T03:02:58.026053Z",
"url": "https://files.pythonhosted.org/packages/41/54/e9bd49f530d056fca6865ab29d3f7f22e49de12615eaf76755816e0e91b1/micropython-dps310-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-11 03:02:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jposada202020",
"github_project": "MicroPython_dps310",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "micropython-dps310"
}