← 返回首页
GitHub - labstack/labstack-python: Official Python client library for the LabStack platform · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

labstack/labstack-python

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

Python Client

Installation

pip install labstack

Quick Start

Sign up to get an API key

Create a file app.py with the following content:

from labstack import Client, LabStackError client = new Client('<API_KEY>') geocode = client.geocode() try: response = geocode.address('eiffel tower') print(response) except APIError as error: print(error)

From terminal run your app:

python app.py

About

Official Python client library for the LabStack platform

Resources

License

Stars

8 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.