Skip to main content

сервис по сбору вакансий

Project description

feedancy-client

The client is provided with async and sync adapters.

To install the async version with all its dependencies use:

pip install feedancy-client[asyncio]

To install the sync version with all its dependencies use:

pip install feedancy-client[sync]

To install both versions with all their dependencies use:

pip install feedancy-client[asyncio,sync]

Client instantiation example

from feedancy_client import new_client, Configuration
from feedancy_client.lib.adapter.requests import RequestsAdapter

client = new_client(RequestsAdapter(), Configuration(host="<your openapi server URL>"))

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

feedancy_client-0.0.5.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

feedancy_client-0.0.5-py3-none-any.whl (76.4 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