сервис по сбору вакансий
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.3a0.tar.gz
(15.2 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.1.3a0.tar.gz.
File metadata
- Download URL: feedancy-0.1.3a0.tar.gz
- Upload date:
- Size: 15.2 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 |
40f350dd3346da4a3e080f72dd102b776148e1ecea0545b53d1559c5db91d634
|
|
| MD5 |
e59c4377fb2255e5f7b7171afbf385fe
|
|
| BLAKE2b-256 |
cdd786cd145ff548c83f8e07dfcb7c5606851492f918b4b26b7883efb51f3e44
|
File details
Details for the file feedancy-0.1.3a0-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.3a0-py3-none-any.whl
- Upload date:
- Size: 86.5 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 |
df27311935d5c0d742ec24dd6df6cfbd970db292e5a0f14aec77f454f6833389
|
|
| MD5 |
bece4a3ccc56cd93dda70deddce506dd
|
|
| BLAKE2b-256 |
8825f4972f23d41e74a683f4463293ea77681e0c45365043b46d1faf1c427269
|