RTk.GPIO Python Library
Project description
RTk Python Library
=====
This library contains 2 main modules. GPIO and smbus.
The RTk.GPIO Library aims to replicate most functions found in the RPi.GPIO Library. You should be able to use existing code and tutorials by changing "RPi.GPIO" to "RTk.GPIO".
You can also import it using either "from RTk import GPIO" or "import RTk.GPIO as GPIO" like you can with RPi.GPIO.
The RTk.smbus library aims to replicate the python-smbus library used to access I2C devices on the Raspberry Pi. You can import it by importing "RTk.smbus".
Documentation can be found on our wiki on how to use these.
License
=====
This code is distributed under the GNU GPL V3 license and is Copyright Ryanteck LTD. 2016.
In short the GNU GPL V3 License allows modification, distribution, commerical use, and more as long as the source code and any changes are re-distributed.
However there is no warranty provided with this software.
The full license can be found in the License file.
GPIO Library originally based on AnyIO by David Whale (@whaleygeek) which is licensed under the MIT license and can be found at https://github.com/whaleygeek/anyio. Big thank you for the basis of this software.
This library requires pyserial and other python libraries to work. These are distributed under their own licenses.
=====
This library contains 2 main modules. GPIO and smbus.
The RTk.GPIO Library aims to replicate most functions found in the RPi.GPIO Library. You should be able to use existing code and tutorials by changing "RPi.GPIO" to "RTk.GPIO".
You can also import it using either "from RTk import GPIO" or "import RTk.GPIO as GPIO" like you can with RPi.GPIO.
The RTk.smbus library aims to replicate the python-smbus library used to access I2C devices on the Raspberry Pi. You can import it by importing "RTk.smbus".
Documentation can be found on our wiki on how to use these.
License
=====
This code is distributed under the GNU GPL V3 license and is Copyright Ryanteck LTD. 2016.
In short the GNU GPL V3 License allows modification, distribution, commerical use, and more as long as the source code and any changes are re-distributed.
However there is no warranty provided with this software.
The full license can be found in the License file.
GPIO Library originally based on AnyIO by David Whale (@whaleygeek) which is licensed under the MIT license and can be found at https://github.com/whaleygeek/anyio. Big thank you for the basis of this software.
This library requires pyserial and other python libraries to work. These are distributed under their own licenses.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
RTk-0.3.14-py2.py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file RTk-0.3.14-py2.py3-none-any.whl
.
File metadata
- Download URL: RTk-0.3.14-py2.py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67dbc66b781a66a88890b552f1ee3be0a904ba2ef0ff2a1e20c44cbffda95647 |
|
MD5 | eafc8ee7e6f2df0e66f01f57fd27a597 |
|
BLAKE2b-256 | f107fdc2c8577aae9e3276e5d23da770cc029481ea568b7af3cc9c9f1794dc84 |