FIoT-Client Python
The FIoT-Client Python is a Python library that eases the use of IoT and Context APIs from FIWARE platform.
Getting Started
Prerequisites
Python 3.6+
Installing
You can install the latest stable version of the library from the Python package index, with the following command:
pip install fiotclient
or install directly from the cloned repository folder:
cd fiot-client-python/
pip install -e .
Running the tests
To run the available unit tests, you should first configure a local FIWARE stack or use an external stack which you are granted access, so that the communication from the library to the FIWARE platform components can be tested.
Here you can find a docker-compose file that can be used to run a local instance of the required components.
Next, you should configure the config.json file, placed on tests/file folder with the configured FIWARE stack params (addresses and ports).
Finally, the tests can be executed using the following command:
python -m unittest
Deployment
Contributing
Versioning
Authors
- Lucas Cristiano Calixto Dantas - Initial work and developer
- Lucas Ramon Bandeira da Silva - Project collaborator
- Carlos Eduardo da Silva - Professor advisor
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
Release files for fiotclient 0.7.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fiotclient-0.7.16.tar.gz | 15.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fiotclient-0.7.16-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 31.8 kB
Release files / fiotclient-0.7.16.tar.gz
| Download URL | fiotclient-0.7.16.tar.gz |
|---|---|
| Size | 15.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a7f860a6bc7f8469cff222633201edee8b68e267164ef86804532838a99ce02
|
|
BLAKE2b-256 checksum How to use checksums |
06514be19a6c9081067b47b43fd087652f0704c52610d1503c06f7daed0d23e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.4
|
Release files / fiotclient-0.7.16-py2.py3-none-any.whl
| Download URL | fiotclient-0.7.16-py2.py3-none-any.whl |
|---|---|
| Size | 16.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ae49cd304597b2c96ca22bd260bbe7d533b15b7dc6a94bab1e3f32bdc2f8d2de
|
|
BLAKE2b-256 checksum How to use checksums |
2d08cce50ba46a6f8257b842589b206652e930978e827f946b2fae84513ab24b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.4
|