This repository contains often used BLE wrappers around bleak.
Project description
Irnas Bluepie Software
This repository contains often used BLE wrappers around bleak.
Installation and updating
Use the package manager pip to install BluePie like below. Rerun this command to check for and install updates.
pip install bluepie
Developing
For development and testing the use of virtualenv
is suggested.
Install virtualenv
:
pip install virtualenv
Create and activate virtualenv
, run this from project root:
virtualenv venv
. /venv/bin/activate
To make development of the python package more smooth you can run below command from the project root directory.
Changes that you make in the source code will be automatically available instead of running pip install .
all time.
pip install --editable .
Creating a PyPi package
Important: bump version in setup.py
file.
Twine package is needed:
pip install twine
Create a wheel:
python3 setup.py sdist bdist_wheel
Check if everything is ok:
twine check dist/*
Upload to Test PyPi:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
After you made sure that everything is ok you can upload to PyPi:
twine upload dist/*
License
Firmware and software originating from this repository is licensed under the GNU General Public License v2.0.
Open-source licensing means the hardware, firmware, software and documentation may be used without paying a royalty, and knowing one will be able to use their version forever. One is also free to make changes, but if one shares these changes, they have to do so under the same conditions they are using themselves. The name IRNAS is a mark of IRNAS LTD. This name and term may only be used to attribute the appropriate entity as required by the Open Licence referred to above. The names and marks may not be used in any other way, and in particular may not be used to imply endorsement or authorization of any hardware one is designing, making or selling.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bluepie-1.0.0.tar.gz
.
File metadata
- Download URL: bluepie-1.0.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0be9a800618db97f0797fc994a28b4ebc4246b03c110638b3ad08aae5961bd9b |
|
MD5 | b4042df7fbb3cfb97ba206b4c68462dd |
|
BLAKE2b-256 | d6bb7b6e3b831265ac948e693b2f97791b6e16781859c9f31d3de9798fe81775 |
File details
Details for the file bluepie-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: bluepie-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8649237ace9bb1e65222ce9bb048d1a9560ddda5b65f8164bb416cafb892091 |
|
MD5 | 97f43b0c5c556f472d5eebdc4084bf95 |
|
BLAKE2b-256 | 3ff165e2d384bba3c383e94556a61ddb1dbdc95230f4c9b4e0ad224e6555ade6 |