https://github.com/hat-open/hat-doit
Hat build utility functions
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Hat build utility functions
Basic Info
- Host: GitHub
- Owner: hat-open
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://hat-open.com
- Size: 103 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 4 years ago
· Last pushed 9 months ago
Metadata Files
Readme
License
README.rst
.. _pydoit: https://pydoit.org
.. _git repository: https://github.com/hat-open/hat-doit.git
.. _PyPI project: https://pypi.org/project/hat-doit
.. _Hat Open: https://hat-open.com
.. _Končar Digital: https://www.koncar.hr/en
hat-doit - Hat build utility functions
======================================
Hat open projects uses `pydoit`_ as build automation tool. This repository
provides utility functions commonly used in definition of doit tasks.
For more information see `git repository`_.
Runtime requirements
--------------------
* python >=3.10
Install
-------
`hat-doit` is available as `PyPI project`_::
$ pip install hat-doit
Build
-----
To install editable installation, together with python dependencies, run::
$ pip install -e .
To install only python dependencies, run::
$ pip install -r requirements.pip.txt
Build tool used for `hat-doit` is pydoit. For listing available doit tasks,
use::
$ doit list
Default task::
$ doit
creates wheel package inside `build` directory.
Hat Open
--------
`hat-doit` 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-2025 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.
Owner
- Name: Hat Open
- Login: hat-open
- Kind: organization
- Website: https://hat-open.com
- Repositories: 28
- Profile: https://github.com/hat-open
GitHub Events
Total
- Push event: 6
- Create event: 4
Last Year
- Push event: 6
- Create event: 4
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| bozo.kopic | b****o@k****z | 76 |
| Adam Trstenjak | a****k@k****r | 1 |
| zlatsic | z****a@k****r | 1 |
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 7,293 last-month
- Total dependent packages: 20
- Total dependent repositories: 24
- Total versions: 70
- Total maintainers: 1
pypi.org: hat-doit
Hat build utility functions
- Homepage: http://hat-open.com
- Documentation: https://hat-doit.readthedocs.io/
- License: Apache-2.0
-
Latest release: 0.16.2
published about 1 year ago
Rankings
Dependent packages count: 1.0%
Dependent repos count: 3.0%
Downloads: 8.5%
Average: 14.0%
Stargazers count: 27.9%
Forks count: 29.8%
Maintainers (1)
Last synced:
7 months ago
Dependencies
pyproject.toml
pypi
- doit >=0.36.0
- flake8 >=6.1.0
- furo >=2023.9.10
- mkwhl ~=0.3.0
- packaging >=23.1
- pdoc >=14.1.0
- pytest >=7.4.3
- pytest-asyncio >=0.21.1
- pytest-cov >=4.1.0
- pytest-timeout >=2.2.0
- sphinx >=7.2.6
- tomli ~=2.0.1
requirements.pip.txt
pypi
- doit >=0.36.0
- flake8 >=6.1.0
- furo >=2023.9.10
- mkwhl *
- packaging >=23.1
- pdoc >=14.1.0
- pytest >=7.4.3
- pytest-asyncio >=0.21.1
- pytest-cov >=4.1.0
- pytest-timeout >=2.2.0
- sphinx >=7.2.6
- tomli *