Metadata-Version: 2.1
Name: hat-asn1
Version: 0.7.1
Summary: Hat ASN.1 parser and encoder
Description-Content-Type: text/x-rst
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: hat-json ~=0.6.8
Requires-Dist: hat-peg ~=0.5.11
Requires-Dist: hat-util ~=0.6.22
Requires-Python: >=3.10
Project-URL: Homepage, http://hat-open.com
Project-URL: Repository, https://github.com/hat-open/hat-asn1.git
Project-URL: Documentation, http://hat-asn1.hat-open.com

.. _online documentation: https://hat-asn1.hat-open.com
.. _git repository: https://github.com/hat-open/hat-asn1.git
.. _PyPI project: https://pypi.org/project/hat-asn1
.. _pydoit: https://pydoit.org
.. _Hat Open: https://hat-open.com
.. _Končar Digital: https://www.koncar.hr/en


hat-asn1 - Abstract Syntax Notation One
=======================================

For more information see:

* `online documentation`_
* `git repository`_


Runtime requirements
--------------------

* python >=3.10


Install
-------

`hat-asn1` is available as `PyPI project`_::

    $ pip install hat-asn1


Build
-----

To install editable installation, together with python development
dependencies, run::

    $ pip install --group dev -e .

Build tool used for `hat-asn1` is `pydoit`_. For listing available doit tasks,
use::

    $ doit list

Default task::

    $ doit

creates wheel package inside `build` directory.


Hat Open
--------

`hat-asn1` is part of `Hat Open`_ project - 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.

Development of Hat Open and associated repositories is sponsored by
`Končar Digital`_.


License
-------

Copyright 2020-2026 Hat Open AUTHORS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
