.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CNAME
COMPARASION.md
CONTRIBUTING.md
Dockerfile
LICENSE
PROTOCOLS.md
README.md
calculator.py
calculator.sh
calculator2.py
changelog.py
git.sh
img.png
increment_init.py
increment_setup.py
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
calculator/.env.example
calculator/Dockerfile
calculator/README.md
calculator/client.py
calculator/docker-compose.yml
calculator/requirements.txt
calculator/service.py
calculator/test_http.sh
calculator/test_service.py
calculator/static/index.html
cron/example_client_cron.py
cron/product.py
cron/service.py
http/product.py
mqtt/mqtt.py
src/pifunc/__init__.py
src/pifunc/_version.py
src/pifunc/cli.py
src/pifunc/pifunc_client.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/cron_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/rest_adapter.py
src/pifunc/adapters/websocket_adapter.py
src/pifunc/adapters/zeromq_adapter.py
src/pifunc/example/README.md
src/pifunc/example/basic_calculator.py
src/pifunc/example/clients_examples.py
src/pifunc/example/data_structure_functions.py
src/pifunc/example/database_operations.py
src/pifunc/example/docker-compose-basic.yml
src/pifunc/example/docker-compose-microservices.yml
src/pifunc/example/docker-compose-monitoring.yml
src/pifunc/example/docker-compose-tests.yml
src/pifunc/example/docker-compose.yml
src/pifunc/example/file_operations.py
src/pifunc/example/math_functions.py
src/pifunc/example/multi_protocol_clients.py
src/pifunc/example/multi_protocol_service.py
src/pifunc/example/network_operations.py
src/pifunc/example/pro.py
src/pifunc/example/protocol_data_structures.py
src/pifunc/example/protocol_math_functions.py
src/pifunc/example/protocol_string_functions.py
src/pifunc/example/string_functions.py
src/pifunc/example/data_service/client.py
src/pifunc/example/data_service/docker-compose.yml
src/pifunc/example/data_service/requirements.txt
src/pifunc/example/data_service/service.py
src/pifunc/example/math_service/Dockerfile
src/pifunc/example/math_service/client.py
src/pifunc/example/math_service/docker-compose.yml
src/pifunc/example/math_service/requirements.txt
src/pifunc/example/math_service/service.py
src/pifunc/example/string_service/Dockerfile
src/pifunc/example/string_service/client.py
src/pifunc/example/string_service/docker-compose.yml
src/pifunc/example/string_service/requirements.txt
src/pifunc/example/string_service/service.py
tests/test_cli.py
tests/test_http_adapter.py
tests/test_integration.py
tests/test_service.py
zeromq/CHANGELOG.md
zeromq/README.md
zeromq/changelog.py
zeromq/checker.sh
zeromq/requirements.txt
zeromq/service.py
zeromq/test.sh