An SDK to use the Truework API
Reason this release was yanked:
Issue with deserialization
Project description
Truework Python SDK
A first party Python SDK for the Truework API.
Code in this repository is licensed under the MIT license, see LICENSE for details.
Installation
pip install truework
Requirements
- python 2.7 or python 3.6+
Usage
import truework
truework.API_TOKEN = '<your_token>'
# Get the first 10 companies that match the query "International"
truework.Company.search('International', offset=0, limit=10)
Development
First you need to install some additional packages by running
pip install -r requirements-dev.txt -r requirements-test.txt
Then to test run:
tox
This will test the SDK in both python2
and python3
environments.
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
truework-0.0.1.tar.gz
(7.6 kB
view details)
File details
Details for the file truework-0.0.1.tar.gz
.
File metadata
- Download URL: truework-0.0.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81d0f3c1533c4ba3cc262ac98865e29035e0d6fe90eb4fd6ffc99b464a897764 |
|
MD5 | 77eb2a6e69e7cea2a134429c7c8c9bf7 |
|
BLAKE2b-256 | bbe10e62ef799ef345a3af37e0158d7de2bc887d6d5bf5a3b98242f78c454903 |