Skip to main content

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


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)

Uploaded Source

Built Distribution

photolink-0.0.6-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page