Hat simple binary serializer
Project description
Hat Open is open-source framework of tools and libraries for developing applications used for remote monitoring, control and management of intelligent electronic devices such as IoT devices, PLCs, industrial automation or home automation systems.
Hat Core is part of Hat Open providing collection of components and libraries on which Hat Open system is based.
Development of Hat Open and associated repositories is sponsored by Končar - Power Plant and Electric Traction Engineering Inc. (Končar KET - https://www.koncar-ket.hr).
For more information see:
Hat Open homepage - in development
Hat Core homepage - https://hat-open.github.io/hat-core
Hat Core documentation - https://hat-open.github.io/hat-core/docs
Hat Core git repository - https://github.com/hat-open/hat-core.git
Hat Core issues - https://github.com/hat-open/hat-core/issues
Installation
Hat Open consists of multiple interconnected parts. Each part implements a specific functionality. For easier reusability, provided implementation is split into multiple packages:
Python packages
Python packages require Python 3.8 and can be installed with pip:
$ pip install <package-name>
where package-name is one of following:
Utility module
Parsing expression grammar
Simple binary serialization
Juggler communication protocol
JavaScript packages
JavaScript packages can be installed with npm:
$ npm install <package-name>
where package-name is one of following:
Utility module
Virtual DOM renderer
Async Future implementation
Build
Build tool used for Hat is pydoit (http://pydoit.org/). It can be installed with pip by running:
$ pip install doit
For listing available doit tasks, use:
$ doit list
Default task:
$ doit
creates dist folder containing built packages.
Dependencies
Package managers used for managing dependencies:
pacman
Package manager of Arch linux distribution. Available on Windows as part of msys2 (http://www.msys2.org/).
pip
Package manager available as part of CPython installation.
List of all dependencies for building and running hat components is available in:
requirements.pacman.win.txt (windows only)
requirements.pacman.linux.txt (archlinux only)
requirements.pip.txt
Python code targets CPython 3.8 only.
Documentation
Documentation can be built with:
$ doit docs
which creates build/docs folder containing documentation.
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 Distributions
Built Distribution
Hashes for hat_sbs-0.4.0.dev20200405-cp38-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4aa22006d510e93507b61d9c36d999229bee8d1717b29a60a1d410574b6133b7 |
|
MD5 | ca214bd4d8331610223a1d0669e428f8 |
|
BLAKE2b-256 | dd7147834490fb5c38e8b143b670dff0e9662eec21b660cf29bebc5c5d6a2612 |