Update documentation after publishing python client to pypi.

This commit is contained in:
Sebastian Jeltsch
2024-11-27 23:33:18 +01:00
parent c97b3fb037
commit 70deee0c98
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ Moreover, client packages and containers are available via:
- [JavaScript/Typescript client](https://www.npmjs.com/package/trailbase)
- [Dart/Flutter client](https://pub.dev/packages/trailbase)
- [C#/.Net](https://www.nuget.org/packages/TrailBase/)
- [Python](https://github.com/trailbaseio/trailbase/tree/main/client/trailbase-py)
- [Python](https://pypi.org/project/trailbase/)
## Running
+1
View File
@@ -1,2 +1,3 @@
**/__pycache__/
poetry.lock
dist/
+1 -1
View File
@@ -139,7 +139,7 @@ import { Duration100kInsertsChart } from "./reference/_benchmarks/benchmarks.tsx
<Image margin={0} class="p-0 m-0" width={42} height={52} src={flutterLogo} alt="Flutter" />
</a>
<a href="https://github.com/trailbaseio/trailbase/tree/main/client/trailbase-py">
<a href="https://pypi.org/project/trailbase/">
<Image margin={0} class="p-0 m-0" width={52} height={52} src={pythonLogo} alt="Dotnet" />
</a>