mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2025-12-28 15:28:11 +01:00
72 lines
2.3 KiB
Markdown
72 lines
2.3 KiB
Markdown
# Heisskleber
|
|
|
|
[][pypi status]
|
|
[][pypi status]
|
|
[][pypi status]
|
|
[][license]
|
|
|
|
[][read the docs]
|
|
[][tests]
|
|
[](https://codecov.io/gh/flucto-gmbh/heisskleber)
|
|
|
|
[][pre-commit]
|
|
[][black]
|
|
|
|
[pypi status]: https://pypi.org/project/heisskleber/
|
|
[read the docs]: https://heisskleber.readthedocs.io/
|
|
[tests]: https://github.com/flucto-gmbh/heisskleber/actions?workflow=Tests
|
|
[pre-commit]: https://github.com/pre-commit/pre-commit
|
|
[black]: https://github.com/psf/black
|
|
|
|
## Installation
|
|
|
|
You can install _Heisskleber_ via [pip] from [PyPI]:
|
|
|
|
```console
|
|
$ pip install heisskleber
|
|
```
|
|
|
|
Configuration files for zmq, mqtt and other heisskleber related settings should be placed in the user's config directory, usually `$HOME/.config`. Config file templates can be found in the `config`
|
|
directory of the package.
|
|
|
|
## Development
|
|
|
|
1. Install poetry
|
|
|
|
```
|
|
curl -sSL https://install.python-poetry.org | python3 -
|
|
```
|
|
|
|
2. clone repository
|
|
|
|
```
|
|
git clone https://github.com/flucto-gmbh/heisskleber.git
|
|
cd heisskleber
|
|
```
|
|
|
|
3. setup
|
|
|
|
```
|
|
make install
|
|
```
|
|
|
|
## License
|
|
|
|
Distributed under the terms of the [MIT license][license],
|
|
_Heisskleber_ is free and open source software.
|
|
|
|
## Issues
|
|
|
|
If you encounter any problems,
|
|
please [file an issue] along with a detailed description.
|
|
|
|
[pip]: https://pip.pypa.io/
|
|
[file an issue]: https://github.com/flucto-gmbh/heisskleber/issues
|
|
[pypi]: https://pypi.org/
|
|
|
|
<!-- github-only -->
|
|
|
|
[license]: https://github.com/flucto-gmbh/heisskleber/blob/main/LICENSE
|
|
[contributor guide]: https://github.com/flucto-gmbh/heisskleber/blob/main/CONTRIBUTING.md
|
|
[command-line reference]: https://heisskleber.readthedocs.io/en/latest/usage.html
|