Python library to authenticate with CARTO
Project description
carto-auth
Python library to authenticate with CARTO.
Install
pip install carto-auth
To install the CARTO DW extension:
pip install carto-auth[carto-dw]
Installing from source
git clone https://github.com/cartodb/carto-auth
cd carto-auth
pip install .
Usage
from carto_auth import CartoAuth
# Authentication
carto_auth = CartoAuth.from_oauth()
# carto_auth = CartoAuth.from_m2m("./carto_credentials.json")
# Get access token
access_token = carto_auth.get_access_token()
# CARTO Data Warehouse
carto_dw_project, carto_dw_token = carto_auth.get_carto_dw_credentials()
carto_dw_client = carto_auth.get_carto_dw_client()
For more information, check the examples section.
Development
Make commands:
- init: create the environment and install dependencies
- lint: run linter (black + flake8)
- test: run tests (pytest)
- docs: build the documentation
- publish-pypi: publish package in pypi.org
- publish-test-pypi: publish package in test.pypi.org
- clean: remove the environment
Check the development documentation section.
Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
carto-auth-0.1.0b5.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for carto_auth-0.1.0b5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc22ba5f4d4a8186a152ce51d2077d87807b996fd46aafad35fed54ee15b891d |
|
MD5 | e960f45d8859fd8a8e0ad58d364b2b50 |
|
BLAKE2b-256 | 0f0c68d249949499bca7e5bdd67dfb27a3edd1c647bd2a82ad53e4af40f91505 |