Python SDK for the Pinarkive API (v2.0)
Reason this release was yanked:
Deprecated. Please upgrade to 3.0.x – this version uses the deprecated API v2.
Project description
Pinarkive Python SDK
Python client for the Pinarkive API.
Installation
pip install requests
Copy pinarkive_client.py to your project or install from your repository if you publish it.
Usage
from pinarkive_client import PinarkiveClient
client = PinarkiveClient(api_key='YOUR_API_KEY')
# Upload a file
client.upload_file('document.pdf')
# List files
client.list_uploads()
Authentication
- JWT:
token='...' - API Key:
api_key='...'
Documentation
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
pinarkive_sdk-2.0.0.tar.gz
(2.4 kB
view details)
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 pinarkive_sdk-2.0.0.tar.gz.
File metadata
- Download URL: pinarkive_sdk-2.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b112fb7cb69855cdac5f281511cbc541e2faeeec811f2f2a98640fe0f0643ae5
|
|
| MD5 |
f26a7d4de5b8f209cc15437d48ee7555
|
|
| BLAKE2b-256 |
c0bc34adaf6dae7b88c1b06b9bce21dc535f0937856728fc33962b8716708e54
|
File details
Details for the file pinarkive_sdk-2.0.0-py3-none-any.whl.
File metadata
- Download URL: pinarkive_sdk-2.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90c2336a5cb38a2c2349da09dc418051229d78a0473e1aba70643bee50c846f8
|
|
| MD5 |
894be3eccc6e605b0b4ea543dc18f0ed
|
|
| BLAKE2b-256 |
5d52cb136005dd3d8f5f0d35201c64e9007b611680d385ea1a9dea16f98d477a
|