Skip to main content

Official Python API wrapper for Artilities

Project description

Artilipy is an official API wrapper written in Python

The library is made for easier interactions with Artilities API using Python. The library is maintained by Artilities Team.

Installation:

pip install artilipy

Client initialisation example:

from artilipy import client

# client init
artilities_client = client.Client()

# generate an idea
generated_idea = artilities_client.generate_idea()

Add-on client initialisation example:

from artilipy import addons

# add-on client init
addon_client = addons.ClientWithAddOns()

# fill ideas' cache
_ = [addon_client.generate_idea() for i in range(10)]

# use add-on functionality to beatify cached responses
print(addon_client.beautifyIdeaCache(lang='ru'))

Read more about the wrapper in the docs:

https://artilities.github.io/artilipy/

Explore other open-source projects provided by Artilities team:

https://github.com/artilities

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

artilipy-0.0.4-py3-none-any.whl (5.8 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