We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8247be9 commit a335e91Copy full SHA for a335e91
.github/workflows/perper-agent-python.yml
@@ -30,4 +30,5 @@ jobs:
30
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
31
run: |
32
python setup.py sdist bdist_wheel
33
+ twine check dist/*
34
twine upload dist/*
agent/python/README.md
@@ -1 +1,5 @@
1
-
+# Perper
2
+
3
+Stream-based, horizontally scalable framework for asynchronous data
4
+processing, built on top of [Apache Ignite](https://ignite.apache.org/)
5
+and [Azure Functions Host](https://github.com/Azure/azure-functions-host).
0 commit comments