сервис по сбору вакансий
Project description
feedancy
The client is provided with async and sync adapters.
To install the async version with all its dependencies use:
pip install feedancy[asyncio]
To install the sync version with all its dependencies use:
pip install feedancy[sync]
To install both versions with all their dependencies use:
pip install feedancy[asyncio,sync]
Client instantiation example
from feedancy import new_client, Configuration
from feedancy.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.1.2.tar.gz
(10.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
feedancy-0.1.2-py3-none-any.whl
(75.8 kB
view details)
File details
Details for the file feedancy-0.1.2.tar.gz.
File metadata
- Download URL: feedancy-0.1.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-1041-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e00db1b77332fc369d109b602a7d8a9b73666b06e94d6312161fd8afecc18369
|
|
| MD5 |
aa7af0825368dae96e3f45c09839e2eb
|
|
| BLAKE2b-256 |
f482b505876d9cfa5789a8cbb12f065f10471c33d55266ebb7daef35bd81e705
|
File details
Details for the file feedancy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 75.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-1041-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30a67a879048784a7ed8d7be708e175815d47dc5f4d0d7ede1611874b14e5d14
|
|
| MD5 |
a2895959fe2269b46d93f3d0926ae14f
|
|
| BLAKE2b-256 |
db6c73c637ce9de6c96b39bffb4dde308d5ec87959a208615285f721cb960d60
|