Metadata-Version: 2.1
Name: elgas
Version: 24.1.0b1
Summary: A Python library for the ELGAS protocol
Home-page: https://github.com/u9n/elgas
Author: Henrik Palmlund Wahlgren @ Palmlund Wahlgren Innovative Technology AB
Author-email: henrik.wahlgren@utilitarian.io
Maintainer: Henrik Palmlund Wahlgren @ Palmlund Wahlgren Innovative Technology AB
Maintainer-email: henrik.wahlgren@utilitarian.io
Project-URL: Bug Tracker, https://github.com/u9n/elgas/issues
Project-URL: Source Code, https://github.com/u9n/elgas
Keywords: AMR,Metering,smart meters,MDM,elgas,elcor,gas
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs >=21.4.0
Requires-Dist: cryptography ==42.0.5
Requires-Dist: marshmallow >=3.14.1
Requires-Dist: structlog >=21.5.0
Requires-Dist: pyserial ==3.5
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# ELGAS
Python implementation of the ELGAS protocol


# Licensing
This library is licenced under the "Business Source Licens 1.1" (BSL 1.1).

Any release of the software will be made available under the MIT license four years after its release date.
Before change in license you are allowed to use the software in non-commercial products or services.

If you are interested in using this software in a commercial product or service,
or have questions about this license, please contact us on info@pwit.se.

# Training / Consultancy / Commercial Support
We offer consultancy service and training services around this library.
If you are interested in our services just reach out to us.



# Changelog
All notable changes to this project will be documented in this file.


The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Calendar Versioning](https://calver.org/)

## Unreleased


### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [22.2.1] - 2022-05-04

### Fixed

* correct padding of password

## [22.2.0] - 2022-05-03

### Added
* Serial Transport

### Fixed
* padding of passwords
* Raising exception on error response in encrypted response



## [22.1.0] - 2022-05-02

Initial implementation
