mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-06 16:51:30 -05:00
Update documentation after publishing python client to pypi.
This commit is contained in:
@@ -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,2 +1,3 @@
|
||||
**/__pycache__/
|
||||
poetry.lock
|
||||
dist/
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user