Skip to content

Commit

Permalink
Update documentation after publishing python client to pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Nov 27, 2024
1 parent c97b3fb commit 70deee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions client/trailbase-py/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__pycache__/
poetry.lock
dist/
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 70deee0

Please sign in to comment.