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()
upload = photolink.upload_image(file_path='doppi.png')
print(upload)
Async Example
import asyncio
from photolink.aio import PhotoLink
async def main():
photolink = PhotoLink()
print(await photolink(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-0.0.6.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for photolink-0.0.6-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 35bc45e61fea4f7c887f1860e775c7c232d7bfeb07101416e09627a588018847 |
|
| MD5 | 9d3f954adeff2915011085d40f5de8a8 |
|
| BLAKE2b-256 | 8528e3ab74e5c81ea9c08288b2ebfec3512ee0db31c262d1b4b7b7f1727c4a30 |