сервис по сбору вакансий
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.1.tar.gz
(10.4 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.1-py3-none-any.whl
(75.8 kB
view details)
File details
Details for the file feedancy-0.1.1.tar.gz.
File metadata
- Download URL: feedancy-0.1.1.tar.gz
- Upload date:
- Size: 10.4 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 |
3267ca691aad243303040e106101900020195cb9605541b5bedeb2908a49eb84
|
|
| MD5 |
2fe6dd6cb51bd48511c5812fae6baee6
|
|
| BLAKE2b-256 |
398dd37d7d0dc491547f86409b0cc2a00e14f3694b284c1c9ac1c6e51b6be023
|
File details
Details for the file feedancy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.1-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.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fd666b976a7e69b5d4ed9cf97f56fdc3b746017110fdc284b909d73a5493043
|
|
| MD5 |
e3ca93ba202c56198fc5c9f7b27bed0a
|
|
| BLAKE2b-256 |
1221bd6c834e081f4c70d48120435e5120e8b6acb5de60140d664d60753b1f37
|