Metadata-Version: 2.1
Name: hat-doit
Version: 0.8.0
Summary: Hat build utility functions
Home-page: https://github.com/hat-open/hat-doit
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: packaging (>=21.2)

hat-doit - Hat build utility functions
======================================

This library 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 - Power Plant and Electric Traction Engineering Inc.
(Končar KET - `<https://www.koncar-ket.hr>`_).

For more information see:

    * hat-doit git repository - `<https://github.com/hat-open/hat-doit.git>`_
    * Hat Open homepage - `<https://hat-open.com>`_

.. warning::

    This project is currently in state of active development. Features,
    functionality and API are unstable.


About
-----

Hat open projects uses `pydoit <https://pydoit.org/>`_ as build automation
tool. This repository provides utility functions commonly used in
definition of doit tasks.


Install
-------

::

    $ pip install hat-doit


License
-------

Copyright 2020-2021 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.

