PhotoLink API wrapper
Project description
PhotoLink
Python PhotoLink API wrapper
$ python3 -m pip install photolink
# with asyncio support
$ python3 -m pip install 'photolink[aio]'
Example
from photolink import PhotoLink
photolink = PhotoLink(client_id='lSeA0sSUgd')
upload = photolink.upload_image(file_path='doppi.png')
print(upload)
Async Example
import asyncio
from photolink.aio import PhotoLink
async def main():
photolink = PhotoLink(client_id='lSeA0sSUgd')
print(await photolink.upload_image(file_path='doppi.png'))
asyncio.run(main())
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
photolink-1.0.1.tar.gz
(4.3 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 photolink-1.0.1.tar.gz.
File metadata
- Download URL: photolink-1.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2605d06b5ffad7c4e93528c5f76a2e1dd4d388b0f45ce15922a0e4fdcfcd6582
|
|
| MD5 |
b358871a8c7a460bfac6c591086cc0db
|
|
| BLAKE2b-256 |
a30e56f7ae77028204cb112f6d0058959ae37e00780f00067eb2f7536de0660f
|
File details
Details for the file photolink-1.0.1-py3-none-any.whl.
File metadata
- Download URL: photolink-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37a80e24d0ceb1a908ddfd6da939dc64d4ef9b5e998a7705a9c6bd50da798d00
|
|
| MD5 |
6e9d88f300660e376181d5f39ba1f700
|
|
| BLAKE2b-256 |
16261745d61a5059fd56ac03c6de08c0c4e8d5c01366a4b4174a2c40956c0c61
|