.gitignore
.pre-commit-config.yaml
CHANGELOG.md
COMPARASION.md
CONTRIBUTING.md
LICENSE
README.md
calculator.py
changelog.py
git.sh
index.html
init.sh
mermaid.md
pifunc-graph.png
publish.sh
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
simple_service.py
test.sh
tox.ini
version.sh
src/pifunc/__init__.py
src/pifunc/_version.py
src/pifunc/cli.py
src/pifunc/generator.py
src/pifunc.egg-info/PKG-INFO
src/pifunc.egg-info/SOURCES.txt
src/pifunc.egg-info/dependency_links.txt
src/pifunc.egg-info/entry_points.txt
src/pifunc.egg-info/requires.txt
src/pifunc.egg-info/top_level.txt
src/pifunc/adapters/__init__.py
src/pifunc/adapters/amqp_adapter.py
src/pifunc/adapters/graphql_adapter.py
src/pifunc/adapters/grpc_adapter.py
src/pifunc/adapters/http_adapter.py
src/pifunc/adapters/mqtt_adapter.py
src/pifunc/adapters/redis_adapter.py
src/pifunc/adapters/websocket_adapter.py
src/pifunc/adapters/zeromq_adapter.py
src/pifunc/example/clients_examples.py
src/pifunc/example/multi_protocol_clients.py
src/pifunc/example/multi_protocol_service.py
src/pifunc/example/pro.py
tests/test_cli.py
tests/test_http_adapter.py
tests/test_integration.py
tests/test_service.py