Metadata-Version: 2.3
Name: pypanasonic
Version: 0.0.5
Summary: Panasonic PLC mewtocol lib via serial port
Project-URL: Homepage, https://github.com/hy1stax/pypanasonic
Project-URL: Documentation, https://github.com/hy1stax/pypanasonic/README.md
Project-URL: Repository, https://github.com/hy1stax/pypanasonic.git
Project-URL: Bug Tracker, https://github.com/hy1stax/pypanasonic/issues
Project-URL: Changelog, https://github.com/hy1stax/pypanasonic/CHANGELOG.md
Author-email: hy1stax <130333760+hy1stax@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: Mewtocol,PLC,Panasonic,Protocol,Serial
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: regex
Description-Content-Type: text/markdown

# pypanasonic

[![PyPI - Version](https://img.shields.io/pypi/v/pypanasonic.svg)](https://pypi.org/project/pypanasonic)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pypanasonic.svg)](https://pypi.org/project/pypanasonic)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pypanasonic
```

## License

`pypanasonic` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
