https://github.com/hat-open/hat-stc

Statechart library

https://github.com/hat-open/hat-stc

Science Score: 13.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
  • 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

Statechart library

Basic Info
  • Host: GitHub
  • Owner: hat-open
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Homepage: https://hat-stc.hat-open.com
  • Size: 172 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.rst

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


hat-stc - Statechart library
============================

For more information see:

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


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

* python >=3.10


Install
-------

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

    $ pip install hat-stc


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-stc` is `pydoit`_. For listing available doit tasks,
use::

    $ doit list

Default task::

    $ doit

creates wheel package inside `build` directory.


Hat Open
--------

`hat-stc` 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

GitHub Events

Total
  • Push event: 8
  • Create event: 2
Last Year
  • Push event: 8
  • Create event: 2

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 25
  • Total Committers: 2
  • Avg Commits per committer: 12.5
  • Development Distribution Score (DDS): 0.04
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
bozo.kopic b****o@k****z 24
Jakov Krstulovic Opara j****c@g****m 1
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 74 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 22
  • Total maintainers: 1
pypi.org: hat-stc

Hat statechart engine

  • Versions: 22
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 74 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Average: 22.6%
Downloads: 23.5%
Stargazers count: 27.8%
Forks count: 29.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/docs.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/main.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
pyproject.toml pypi
  • hat-aio ~= 0.7.9
requirements.pip.txt pypi
  • hat-aio *
  • hat-doit *
  • sphinxcontrib-drawio >=0.0.16