Added Python client, updated TS typings, readme

This commit is contained in:
2023-08-28 14:22:41 +03:00
parent 909819d89f
commit 90e469feac
755 changed files with 97840 additions and 11 deletions

23
src/cinode-py-client/.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
__pycache__/
build/
dist/
*.egg-info/
.pytest_cache/
# pyenv
.python-version
# Environments
.env
.venv
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# JetBrains
.idea/
/coverage.xml
/.coverage