FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

## Python Client ## Installation `pip install labstack` ## Quick Start [Sign up](https://labstack.com/signup) to get an API key Create a file `app.py` with the following content: ```python from labstack import Client, LabStackError client = new Client('') geocode = client.geocode() try: response = geocode.address('eiffel tower') print(response) except APIError as error: print(error) ``` From terminal run your app: ```sh python app.py ``` ## [Docs](https://labstack.com/docs) | [Forum](https://forum.labstack.com)

Back | FazBrowse Home | New Git URL