Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chariot-base

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chariot-base

Chariot base micro-service

  • 0.16.0
  • PyPI
  • Socket score

Maintainers
2

====================== Chariot Base

|epl|_ |pypi|_ |doc|_

Base utilities for chariot micro-services.

Development

Encrypt application secrets, with the folling command

.. code-block:: console

$ gpg --symmetric --batch --passphrase $TEST_CONFIG_PASSPHRASE --output tests/config.json.gpg tests/config.json

Features

  • Connection to Influx DB
  • Connection to MQTT broker
  • Connection to Cloudant
  • Connection to IBM Watson IoT service

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

.. |epl| image:: https://img.shields.io/badge/License-EPL-green.svg .. _epl: https://opensource.org/licenses/EPL-1.0

.. |pypi| image:: https://img.shields.io/pypi/v/chariot-base.svg .. _pypi: https://pypi.python.org/pypi/chariot-base

.. |doc| image:: https://readthedocs.org/projects/chariot-base/badge/?version=latest .. _doc: https://chariot-base.readthedocs.io/en/latest/?badge=latest

========= Changelog

0.5.3 (2019-02-25)

  • Add IoTLWrapper

0.5.0 (2019-02-19)

  • Each data point gets a random guid.
  • Add support for distributed tracing.
  • Read JSON configuration.
  • Migrate to gmqtt, drop use of python-mqtt.

0.2.3 (2018-11-12)

  • Pass connection options to cloudant data storage
  • Pass connection options to watson connector
  • Modify how I write to the local storage
  • Add test for data point
  • Add test for sign & verify
  • Custom (Integrated Encryption Scheme) IES encrypt/decrypt
  • Bitwise permission checking

0.1.10 (2018-10-01)

  • Add connector
  • Update model
  • Add various data source utilities

0.1.1 (2018-10-01)

  • Add common model files

0.1.0 (2018-09-28)

  • First release on GitLab.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc