сервис по сбору вакансий
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
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
feedancy-0.0.6rc0.tar.gz
(1.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 feedancy-0.0.6rc0.tar.gz.
File metadata
- Download URL: feedancy-0.0.6rc0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e06efde50a1e63c748d3913e5ca26a25021c9cecbf3b33dd6b5d93002602795
|
|
| MD5 |
cc185c4a8ba1167f688c4c0e5043c25e
|
|
| BLAKE2b-256 |
a949cccdda720650f9d033d7d91cd3b0c01d2a5e730b48ba8617bd8c2e943643
|
File details
Details for the file feedancy-0.0.6rc0-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.0.6rc0-py3-none-any.whl
- Upload date:
- Size: 1.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acfc10d0032e3ea66ad5dc33591051a17e9e6869798333e3a94c87ff5f8f7f6f
|
|
| MD5 |
47b9bd837a42b8dbf2b822a614598972
|
|
| BLAKE2b-256 |
a3648f1b1c97ee13ae532c22ab211771487294d1a904e9737e01805877fd1b61
|