сервис по сбору вакансий
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.31.tar.gz
(14.6 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.31-py3-none-any.whl
(72.1 kB
view details)
File details
Details for the file feedancy-0.1.31.tar.gz.
File metadata
- Download URL: feedancy-0.1.31.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90689d21543421b9f2ad75d54b39b07ca25984609ac79cdde079a015fe40049e
|
|
| MD5 |
1c29e730ad4e5c30874bdb78ef5c5aa9
|
|
| BLAKE2b-256 |
31a3be1fac1b904f1a88aed0c9f8d17985f3ac5f9d6ec5702baa1e3807bf5930
|
File details
Details for the file feedancy-0.1.31-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.31-py3-none-any.whl
- Upload date:
- Size: 72.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa2f94514971fa20e2aa27a54702652080beaea797320c6bcd159e933f05edd6
|
|
| MD5 |
4cf6a6cff61f2fbb0be72052ae931e20
|
|
| BLAKE2b-256 |
8aec51ea2a81ac7c03c47c3aa8b2baecabb6b31c8c0cc8d0260e6bae000ec064
|