Python Library to interact with LibLynx
Project description
liblynx
Python Library to interact with LibLynx https://www.liblynx.com/
Usage example:
import liblynx
CLIENT_ID = "< your ID >"
CLIENT_SECRET = "< your SECRET >"
access_token = liblynx.access_token(CLIENT_ID, CLIENT_SECRET)
api = liblynx.endpoint(access_token)
assert "_links" in api
liblynx.new_identification(access_token, api, "127.0.0.127", "https://example.com/foo/", "Python-LibLynx-Testing/0.1")
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
LibLynx-0.2.tar.gz
(3.5 kB
view details)
File details
Details for the file LibLynx-0.2.tar.gz
.
File metadata
- Download URL: LibLynx-0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf52c46ae47362c4add5effe4a84004e02b4f1556590a32934481a6e033c3619 |
|
MD5 | fd7cc4b623b0607421b653f9dec7f1d0 |
|
BLAKE2b-256 | 2e6652f8fa4f174e0eaf3cb528327faf5eb031577d6f8dc7657794106a252ad3 |