Abstraction class to use Isogeo REST API
Project description
Python minimalist SDK to use Isogeo REST API
Lib still under development. Unofficial.
Installing
To use:
pip install isogeo-pysdk
For developers:
git clone git@github.com:Guts/isogeo-api-py-minsdk.git
cd isogeo-api-py-minsdk
python setup.py install
Getting Help
There is a basic documentation about the Isogeo API.
Sample
from isogeo_pysdk import Isogeo
isogeo = Isogeo(client_id=share_id,
client_secret=share_token)
# check which sub resources are available
print(isogeo.sub_resources_available)
print(isogeo.tr_types_label_fr)
# getting a token
jeton = isogeo.connect()
search = isogeo.search(jeton)
print(search.keys())
print(search.get('query'))
print("Total count of metadatas shared: ", search.get("total"))
print("Count of resources got by request: {}\n".format(len(search.get("results"))))
Others samples are available in the source repository.
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
isogeo-pysdk-2.16.0.zip
(31.2 kB
view hashes)
Built Distribution
Close
Hashes for isogeo_pysdk-2.16.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcd18e2b4b0f49ca5f96f0b014722f4a7ecb88fa876b3ee13882d093397ddfb5 |
|
MD5 | f85e398904179feef5ca0b757987af4b |
|
BLAKE2b-256 | da3f169a5c01cceaa0b35a110c99a389b65c01cb22dea770b4d08ad0514e9924 |