Metadata-Version: 2.1
Name: hat-util
Version: 0.6.10
Summary: Hat utility library
Home-page: https://github.com/hat-open/hat-util
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE

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


hat-util - Python, JavaScript and C utility library
===================================================

For more information see:

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


Install
-------

`hat-util` python library is available as `PyPI project`_::

    $ pip install hat-util

`hat-util` JavaScript library is available as `npm package`_::

    $ npm add @hat-open/util


Build
-----

Build tool used for `hat-util` is `pydoit`_. It can be installed together
with other python dependencies by running::

    $ pip install -r requirements.pip.dev.txt

For listing available doit tasks, use::

    $ doit list

Default task::

    $ doit

creates wheel package and npm package inside `build` directory.


Hat Open
--------

`hat-util` 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.
