Metadata-Version: 2.1
Name: hat-aio
Version: 0.7.10
Summary: Hat async utility library
Description-Content-Type: text/x-rst
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Provides-Extra: dev
Requires-Dist: hat-doit ~=0.15.13; extra == 'dev'
Requires-Python: >=3.10
Project-URL: Homepage, http://hat-open.com
Project-URL: Repository, https://github.com/hat-open/hat-aio.git
Project-URL: Documentation, http://hat-aio.hat-open.com

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


hat-aio - Python async utility library
======================================

For more information see:

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


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

* python >=3.10


Install
-------

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

    $ pip install hat-aio


Build
-----

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

    $ pip install -e '.[dev]'

To install only python development dependencies, run::

    $ pip install -r requirements.pip.txt

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

    $ doit list

Default task::

    $ doit

creates wheel package inside `build` directory.


Hat Open
--------

`hat-aio` 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-2023 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.
