digi-connectcore-ble


Namedigi-connectcore-ble JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/digi-embedded/connectcore-ble-python
SummaryDigi ConnectCore Bluetooth Low Energy library
upload_time2023-05-09 09:16:13
maintainer
docs_urlNone
authorDigi International Inc.
requires_python>=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
licenseMozilla Public License 2.0 (MPL 2.0)
keywords bluetooth connectcore ble digi xbee
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Digi ConnectCore Bluetooth Low Energy Python library |pypiversion| |pythonversion|
==================================================================================

This project contains the source code of the ConnectCore Bluetooth Low Energy
Python library, an easy-to-use API developed in Python that allows your Digi
International's `ConnectCore <https://www.digi.com/products/browse/connectcore>`_
modules to interact with mobile applications using the `Digi XBee Mobile SDK
<https://www.digi.com/resources/documentation/digidocs/PDFs/90002361.pdf>`_
through Bluetooth Low Energy.

This source has been contributed by Digi International.


Installation
------------

You can install ConnectCore Bluetooth Low Energy Python library using `pip
<https://pip.pypa.io/en/stable/>`_::

    $ pip install digi-connectcore-ble


Install from Source
-------------------

You can install ConnectCore Bluetooth Low Energy Python library directly from
sources. To do so, extract the source code to your computer and execute the
following command::

    $ pip install <path_to_connectcore-ble-python_dir>


Documentation
-------------

XBee Python library has user guide and API reference documentation hosted on
Read the Docs. You can find the latest, most up to date, documentation at
`latest docs <https://digi-connectcore-ble.readthedocs.io/en/latest/>`_. To see only those
features which have been released, check out the
`stable docs <https://digi-connectcore-ble.readthedocs.io/en/stable/>`_.


How to contribute
-----------------

The contributing guidelines are in the `CONTRIBUTING.rst document
<https://github.com/digi-embedded/connectcore-ble-python/blob/master/CONTRIBUTING.rst>`_.


License
-------

Copyright 2022,2023, Digi International Inc.

The `MPL 2.0 license <https://github.com/digi-embedded/connectcore-ble-python/blob/master/LICENSE.txt>`_
covers the majority of this project with the following exceptions:

* The `ISC license <https://github.com/digi-embedded/connectcore-ble-python/blob/master/examples/LICENSE.txt>`_
  covers the contents of the examples directory.

.. |pypiversion| image:: https://badge.fury.io/py/digi-connectcore-ble.svg
    :target: https://pypi.org/project/digi-connectcore-ble/
.. |pythonversion| image:: https://img.shields.io/pypi/pyversions/digi-connectcore-ble.svg
    :alt: PyPI - Python Version
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/digi-embedded/connectcore-ble-python",
    "name": "digi-connectcore-ble",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
    "maintainer_email": "",
    "keywords": "bluetooth,connectcore,ble,digi,xbee",
    "author": "Digi International Inc.",
    "author_email": "tech.support@digi.com",
    "download_url": "https://files.pythonhosted.org/packages/bf/1c/a23502913f1f76212dc36c414d0930349fb44dfa4fa963f16e3a43a12397/digi-connectcore-ble-1.0.5.tar.gz",
    "platform": null,
    "description": "Digi ConnectCore Bluetooth Low Energy Python library |pypiversion| |pythonversion|\n==================================================================================\n\nThis project contains the source code of the ConnectCore Bluetooth Low Energy\nPython library, an easy-to-use API developed in Python that allows your Digi\nInternational's `ConnectCore <https://www.digi.com/products/browse/connectcore>`_\nmodules to interact with mobile applications using the `Digi XBee Mobile SDK\n<https://www.digi.com/resources/documentation/digidocs/PDFs/90002361.pdf>`_\nthrough Bluetooth Low Energy.\n\nThis source has been contributed by Digi International.\n\n\nInstallation\n------------\n\nYou can install ConnectCore Bluetooth Low Energy Python library using `pip\n<https://pip.pypa.io/en/stable/>`_::\n\n    $ pip install digi-connectcore-ble\n\n\nInstall from Source\n-------------------\n\nYou can install ConnectCore Bluetooth Low Energy Python library directly from\nsources. To do so, extract the source code to your computer and execute the\nfollowing command::\n\n    $ pip install <path_to_connectcore-ble-python_dir>\n\n\nDocumentation\n-------------\n\nXBee Python library has user guide and API reference documentation hosted on\nRead the Docs. You can find the latest, most up to date, documentation at\n`latest docs <https://digi-connectcore-ble.readthedocs.io/en/latest/>`_. To see only those\nfeatures which have been released, check out the\n`stable docs <https://digi-connectcore-ble.readthedocs.io/en/stable/>`_.\n\n\nHow to contribute\n-----------------\n\nThe contributing guidelines are in the `CONTRIBUTING.rst document\n<https://github.com/digi-embedded/connectcore-ble-python/blob/master/CONTRIBUTING.rst>`_.\n\n\nLicense\n-------\n\nCopyright 2022,2023, Digi International Inc.\n\nThe `MPL 2.0 license <https://github.com/digi-embedded/connectcore-ble-python/blob/master/LICENSE.txt>`_\ncovers the majority of this project with the following exceptions:\n\n* The `ISC license <https://github.com/digi-embedded/connectcore-ble-python/blob/master/examples/LICENSE.txt>`_\n  covers the contents of the examples directory.\n\n.. |pypiversion| image:: https://badge.fury.io/py/digi-connectcore-ble.svg\n    :target: https://pypi.org/project/digi-connectcore-ble/\n.. |pythonversion| image:: https://img.shields.io/pypi/pyversions/digi-connectcore-ble.svg\n    :alt: PyPI - Python Version",
    "bugtrack_url": null,
    "license": "Mozilla Public License 2.0 (MPL 2.0)",
    "summary": "Digi ConnectCore Bluetooth Low Energy library",
    "version": "1.0.5",
    "project_urls": {
        "Documentation": "https://digi-connectcore-ble.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/digi-embedded/connectcore-ble-python",
        "Source": "https://github.com/digi-embedded/connectcore-ble-python",
        "Tracker": "https://github.com/digi-embedded/connectcore-ble-python/issues"
    },
    "split_keywords": [
        "bluetooth",
        "connectcore",
        "ble",
        "digi",
        "xbee"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf1ca23502913f1f76212dc36c414d0930349fb44dfa4fa963f16e3a43a12397",
                "md5": "72f9e7c7d86377609fec6a9df051a70c",
                "sha256": "624defe1c471891d47bde150d969baf7986795aebaf8ee2aacb5dd9075701ecc"
            },
            "downloads": -1,
            "filename": "digi-connectcore-ble-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "72f9e7c7d86377609fec6a9df051a70c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*",
            "size": 26572,
            "upload_time": "2023-05-09T09:16:13",
            "upload_time_iso_8601": "2023-05-09T09:16:13.754498Z",
            "url": "https://files.pythonhosted.org/packages/bf/1c/a23502913f1f76212dc36c414d0930349fb44dfa4fa963f16e3a43a12397/digi-connectcore-ble-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 09:16:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "digi-embedded",
    "github_project": "connectcore-ble-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "digi-connectcore-ble"
}
        
Elapsed time: 0.08519s