Skip to main content

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

IoTPy-1.1.0.tar.gz (111.2 kB view hashes)

Uploaded Source

Built Distribution

IoTPy-1.1.0-py3-none-any.whl (139.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page