Metadata-Version: 2.1
Name: simplepyble
Version: 0.0.2
Summary: The ultimate fully-fledged cross-platform BLE library, designed for simplicity and ease of use.
Home-page: UNKNOWN
Author: Kevin Dewald
Author-email: kevin@dewald.me
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
License-File: LICENSE

# SimplePyBLE - Python bindings for SimpleBLE
The ultimate fully-fledged cross-platform BLE library, designed for simplicity
and ease of use.

All specific operating system quirks are handled to provide a consistent behavior
across all platforms. Each major version of the library will have a stable API
that will be fully forwards compatible.

If you want to use the library and need help. **Please reach out!**
You can find me at: kevin at dewald dot me

## Instalation
```
pip install simplepyble
```

## Usage
Please review the provided examples in the source code. They are all self-contained
and can be run from the command line. More documentation will be available soon.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss
what you would like to change.

## License
All components within this project that have not been bundled from external creators,
are licensed under the terms of the [MIT Licence](LICENCE.md).


