Python Package to connect to wappsto.com
Project description
wappsto-python
Python module for rapid prototyping for wappsto.com
Getting Started
Instantiating the wappsto module with input from the command line:
service = wappsto.Wappsto(sys.argv[1])
Or using a string:
service = wappsto.Wappsto("path/to/your/jsonfile.json")
Starting the service without custom connection info:
service.start()
With custom info:
service.start(address="127.0.0.1", port=8080)
Stopping the service:
service.stop()
The service will by default save the runtime data to a new JSON file, this can be disabled in the stop command as such:
service.stop(save=False)
Prerequisites
One of the requirements to use the wappsto module is to have a JSON file that has information about the network, devices, values and their states. This file can be generated from the wappsto website.
Installation using pip
Wappsto can be insalled using the Pything Package Index (PyPI).
$ pip install -U wappsto
License
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details.
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 wappsto-1.2.1.tar.gz
.
File metadata
- Download URL: wappsto-1.2.1.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1eb1538388388bce9f400ba5e3abada41b10cca90362ca829a5ae98650511d32 |
|
MD5 | ae49d2f432612c1cbd57bdf676608449 |
|
BLAKE2b-256 | 7c3f82d16a583fa7462ac11792fb10eccc5c82de1c7ce462217d84f017cb9854 |
Provenance
File details
Details for the file wappsto-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: wappsto-1.2.1-py3-none-any.whl
- Upload date:
- Size: 39.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56d20c334d12977ad05783ae9cafc0e47f8772754c8a56e9b4485f9cf4541c87 |
|
MD5 | 04fa63cf8a65fb5278c343e50fee4531 |
|
BLAKE2b-256 | 992a9561409ba8f07b698d3f3a1ba88b5e8d60dbcffdd88c1c0506c2fc74ad6f |