- Notifications
You must be signed in to change notification settings - Fork2
Official Python client library for the LabStack platform
License
NotificationsYou must be signed in to change notification settings
labstack/labstack-python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
pip install labstack
Sign up to get an API key
Create a fileapp.py with the following content:
fromlabstackimportClient,LabStackErrorclient=newClient('<API_KEY>')geocode=client.geocode()try:response=geocode.address('eiffel tower')print(response)exceptAPIErroraserror:print(error)
From terminal run your app:
python app.py
About
Official Python client library for the LabStack platform
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.