сервис по сбору вакансий
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.24.tar.gz
(14.5 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.24-py3-none-any.whl
(72.8 kB
view details)
File details
Details for the file feedancy-0.1.24.tar.gz.
File metadata
- Download URL: feedancy-0.1.24.tar.gz
- Upload date:
- Size: 14.5 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 |
1b6920508a9a6b45cc9b7a65de3da68b726c53ed8dccd2a17d4cb78fc9283f27
|
|
| MD5 |
3cd16ab7c7cb95b1c04419b3d3813d73
|
|
| BLAKE2b-256 |
9bd709e283c21b4f7662e1027db4a773d01b5b7bd832cbea63879f6d154df2b6
|
File details
Details for the file feedancy-0.1.24-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.24-py3-none-any.whl
- Upload date:
- Size: 72.8 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 |
23bfb2eedf92675991f14d3e2ba27cf75e76f7a3e3847bbd2d5dd5e8fb489b13
|
|
| MD5 |
b19847b201da18ea96656e28ddd8620a
|
|
| BLAKE2b-256 |
8af28e8ffc2bf5a144a2bcfbd1c7fef38a95bfc263293c5aa83e2bf591779c92
|