A client library for interacting with the ImportIO API
Project description
ImportIO Client
A Python client library for interacting with the ImportIO API.
Installation
You can install the ImportIO Client using pip:
pip install importio-client
Usage
Here's a basic example of how to use the ImportIO Client:
from importio_client import ImportIOClient
# Initialize the client
client = ImportIOClient(api_key="your_api_key_here")
# Get an extractor
extractor = client.extractor("your_extractor_id")
# Start a run
run_info = extractor.start_run()
print(run_info)
# Get crawl run information
crawl_run = client.crawl_run()
info = crawl_run.get_info("your_crawl_run_id")
print(info)
For more detailed information, please refer to the documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file importio_client-0.1.2.tar.gz.
File metadata
- Download URL: importio_client-0.1.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
666a01cc401e2bb3b2e2166a2af5b852f8f220dc0186960ce040c97bcbfcd32f
|
|
| MD5 |
a4019bec6273fe5e568ec4a994038420
|
|
| BLAKE2b-256 |
887d400689d775906bb7401dc4893a4713e2bead557bdc59d91a8c4cadb7fd0b
|
File details
Details for the file importio_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: importio_client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53d3127d5efcdef919f13570c8b9cd3c3fc8dc834a8286b71293e232fd18c824
|
|
| MD5 |
fbe68cb2bfc7346e26023c84e166b65a
|
|
| BLAKE2b-256 |
99abf369681452b97041ffaee3eb604f454ce98bdf7fac1b7f2ee6fd440b839f
|