able-recipe


Nameable-recipe JSON
Version 1.0.14 PyPI version JSON
download
home_pagehttps://github.com/b3b/able
SummaryBluetooth Low Energy for Android
upload_time2023-07-23 20:49:06
maintainer
docs_urlNone
authorb3b
requires_python
licenseMIT
keywords android ble bluetooth kivy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Android Bluetooth Low Energy
============================

.. start-badges
.. image:: https://img.shields.io/pypi/v/able_recipe.svg
    :target: https://pypi.python.org/pypi/able_recipe
    :alt: Latest version on PyPi
.. end-badges

`Python <https://github.com/kivy/python-for-android>`_ interface to Android Bluetooth Low Energy API.

:Code repository: https://github.com/b3b/able
:Documentation: https://herethere.me/able
:Changelog: https://github.com/b3b/able/blob/master/CHANGELOG.rst

Quick start development environment
-----------------------------------

*able* is included in `PythonHere <https://herethere.me/pythonhere>`_ app, together with the `Jupyter Notebook <https://jupyter.org/>`_ it could be used as a development environment.

Usage example: https://herethere.me/pythonhere/examples/ble.html


Build
-----

The following instructions are for building app with `buildozer <https://github.com/kivy/buildozer/>`_ tool.

*able_recipe* recipe should be added to buildozer.spec requirements::

   requirements = python3,kivy,android,able_recipe


Bluetooth permissions should be requested in buildozer.spec::

    android.permissions = BLUETOOTH, BLUETOOTH_ADMIN, BLUETOOTH_SCAN, BLUETOOTH_CONNECT, BLUETOOTH_ADVERTISE, ACCESS_FINE_LOCATION


App configuration example: `buildozer.spec <https://github.com/b3b/able/tree/master/examples/alert/buildozer.spec>`_


Build with a local version
--------------------------

To build app with a local (modified) version of *able*,

path to *able* recipes directory should be set in buildozer.spec::

    p4a.local_recipes = /path/to/cloned/repo/recipes


Contributors
------------

Thanks,

.. csv-table::

    `andfmart <https://github.com/andfmart>`_
    `andreamerello <https://github.com/andreamerello>`_
    `datmaniac95  <https://github.com/datmaniac95>`_
    `dgatf <https://github.com/dgatf>`_
    `dwmoffatt <https://github.com/dwmoffatt>`_
    `Enkumicahel <https://github.com/Enkumicahel>`_
    `hailesir <https://github.com/hailesir>`_
    `HelaFaye <https://github.com/HelaFaye>`_
    `jacklinquan <https://github.com/jacklinquan>`_
    `juasiepo <https://github.com/juasiepo>`_
    `PapoKarlo <https://github.com/PapoKarlo>`_
    `RoberWare <https://github.com/RoberWare>`_
    `Rowataro <https://github.com/Rowataro>`_
    `robgar2001 <https://github.com/robgar2001>`_
    `sodef <https://github.com/sodef>`_
    `sooko_io <https://github.com/sooko>`_
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/b3b/able",
    "name": "able-recipe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "android ble bluetooth kivy",
    "author": "b3b",
    "author_email": "ash.b3b@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b4/d0/afc462be404c019951761c83db3d20e8e9e8b966fca94cdfd80c507b2279/able_recipe-1.0.14.tar.gz",
    "platform": null,
    "description": "Android Bluetooth Low Energy\n============================\n\n.. start-badges\n.. image:: https://img.shields.io/pypi/v/able_recipe.svg\n    :target: https://pypi.python.org/pypi/able_recipe\n    :alt: Latest version on PyPi\n.. end-badges\n\n`Python <https://github.com/kivy/python-for-android>`_ interface to Android Bluetooth Low Energy API.\n\n:Code repository: https://github.com/b3b/able\n:Documentation: https://herethere.me/able\n:Changelog: https://github.com/b3b/able/blob/master/CHANGELOG.rst\n\nQuick start development environment\n-----------------------------------\n\n*able* is included in `PythonHere <https://herethere.me/pythonhere>`_ app, together with the `Jupyter Notebook <https://jupyter.org/>`_ it could be used as a development environment.\n\nUsage example: https://herethere.me/pythonhere/examples/ble.html\n\n\nBuild\n-----\n\nThe following instructions are for building app with `buildozer <https://github.com/kivy/buildozer/>`_ tool.\n\n*able_recipe* recipe should be added to buildozer.spec requirements::\n\n   requirements = python3,kivy,android,able_recipe\n\n\nBluetooth permissions should be requested in buildozer.spec::\n\n    android.permissions = BLUETOOTH, BLUETOOTH_ADMIN, BLUETOOTH_SCAN, BLUETOOTH_CONNECT, BLUETOOTH_ADVERTISE, ACCESS_FINE_LOCATION\n\n\nApp configuration example: `buildozer.spec <https://github.com/b3b/able/tree/master/examples/alert/buildozer.spec>`_\n\n\nBuild with a local version\n--------------------------\n\nTo build app with a local (modified) version of *able*,\n\npath to *able* recipes directory should be set in buildozer.spec::\n\n    p4a.local_recipes = /path/to/cloned/repo/recipes\n\n\nContributors\n------------\n\nThanks,\n\n.. csv-table::\n\n    `andfmart <https://github.com/andfmart>`_\n    `andreamerello <https://github.com/andreamerello>`_\n    `datmaniac95  <https://github.com/datmaniac95>`_\n    `dgatf <https://github.com/dgatf>`_\n    `dwmoffatt <https://github.com/dwmoffatt>`_\n    `Enkumicahel <https://github.com/Enkumicahel>`_\n    `hailesir <https://github.com/hailesir>`_\n    `HelaFaye <https://github.com/HelaFaye>`_\n    `jacklinquan <https://github.com/jacklinquan>`_\n    `juasiepo <https://github.com/juasiepo>`_\n    `PapoKarlo <https://github.com/PapoKarlo>`_\n    `RoberWare <https://github.com/RoberWare>`_\n    `Rowataro <https://github.com/Rowataro>`_\n    `robgar2001 <https://github.com/robgar2001>`_\n    `sodef <https://github.com/sodef>`_\n    `sooko_io <https://github.com/sooko>`_",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bluetooth Low Energy for Android",
    "version": "1.0.14",
    "project_urls": {
        "Changelog": "https://github.com/b3b/able/blob/master/CHANGELOG.rst",
        "Homepage": "https://github.com/b3b/able"
    },
    "split_keywords": [
        "android",
        "ble",
        "bluetooth",
        "kivy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4d0afc462be404c019951761c83db3d20e8e9e8b966fca94cdfd80c507b2279",
                "md5": "aa217bef5807f6387097613e9717e0ed",
                "sha256": "efa37d8e22ed05d9fa1e285108748c2fb74d50129e031b3b680ac7887a7c07e4"
            },
            "downloads": -1,
            "filename": "able_recipe-1.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "aa217bef5807f6387097613e9717e0ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21294,
            "upload_time": "2023-07-23T20:49:06",
            "upload_time_iso_8601": "2023-07-23T20:49:06.510538Z",
            "url": "https://files.pythonhosted.org/packages/b4/d0/afc462be404c019951761c83db3d20e8e9e8b966fca94cdfd80c507b2279/able_recipe-1.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-23 20:49:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "b3b",
    "github_project": "able",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "able-recipe"
}
        
b3b
Elapsed time: 0.09270s