IoTPy - Python for Streams
Project description
IoTPy: Python + Streams
Description
IoTPy is a Python package that helps you to build applications that operate on streams of data.
The two goals of IoTPy:
-
Build non-terminating functions that operate on endless streams by reusing terminating functions, such as those in libraries like NumPy and SciPy.
-
Build multithreaded, multicore, distributed applications by simply connecting streams.
Sensors, social media, news feeds, webcams and other sources generate streams of data. Many applications ingest and analyze data streams to control actuators, generate alerts, and feed continuous displays. IoTPy helps you to build such applications.
IoTPy is currently distributed under the 3-Clause BSD license.
Installation
Dependencies
- Python (>=3.5)
- NumPy (>=1.18.4)
For distributed applications, additional dependencies include the following:
- Pika (1.1.0) Note that Pika may require other software to run.
User Installation
The easiest way to install IoTPy is using pip3
as shows below.
pip3 install IoTPy
To install from source, please proceed as shown below:
git clone https://github.com/AssembleSoftware/IoTPy.git
cd IoTPy
python3 setup.py install
Examples
- Please see the Jupyter Notebooks inside the Examples directory above. We have several examples demonstrating a variety of applications that have been developed using IoTPy.
Documentation
-
Our project website is AssembleSoftware. We request anyone using IoTPy to visit the website to develop a better understading of IoTPy and its aims.
-
Documentation for the Code will be released soon.
Contributors
Several people have contributed to IoTPy. To view the list of contributors, please visit this link on AssembleSoftware.
Contributing
- We will soon create specific instructions for contributing to IoTPy.
Project details
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 IoTPy-1.1.0.tar.gz
.
File metadata
- Download URL: IoTPy-1.1.0.tar.gz
- Upload date:
- Size: 111.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe3f37df0edbd00796f6ced03e2812964cc5eb9b69a54042889986585feb496a |
|
MD5 | 6a0047f7e5974051cb6ebe438522bbae |
|
BLAKE2b-256 | 96c48aa416a8398732985094641e8eb8386cefdbb5ce8e06b72a19a229087044 |
File details
Details for the file IoTPy-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: IoTPy-1.1.0-py3-none-any.whl
- Upload date:
- Size: 139.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc537d77841eced97f2feee395b50043d521b31dc1c31880c34b0885c51189f4 |
|
MD5 | 3ee8da9855c4478caf03e2b589a07c52 |
|
BLAKE2b-256 | 2aaa58f7e66e257609f7a3011c3267ec164d5d5100b9b2aed90b4ed129c1395e |