.editorconfig
.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
pytest.ini
ruff.toml
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yaml
.github/workflows/release.yml
src/armonik_analytics/__init__.py
src/armonik_analytics/_version.py
src/armonik_analytics/hello.py
src/armonik_analytics.egg-info/PKG-INFO
src/armonik_analytics.egg-info/SOURCES.txt
src/armonik_analytics.egg-info/dependency_links.txt
src/armonik_analytics.egg-info/requires.txt
src/armonik_analytics.egg-info/top_level.txt
tests/contest.py
tests/unit/__init__.py
tests/unit/test_hello.py