сервис по сбору вакансий
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.22.tar.gz
(15.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.22-py3-none-any.whl
(80.0 kB
view details)
File details
Details for the file feedancy-0.1.22.tar.gz.
File metadata
- Download URL: feedancy-0.1.22.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdac0b7add1fbfc17a54078679ab5624f9de90e75c8b9dc1c60b4ceda1c212bb
|
|
| MD5 |
b472631bdf0d074fa59f3afd83be30d7
|
|
| BLAKE2b-256 |
37745f1db49c9c38581bc1efe3e9d60d244dfa71cd8875916a9a3444d00f0f72
|
File details
Details for the file feedancy-0.1.22-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.22-py3-none-any.whl
- Upload date:
- Size: 80.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e76a46aa3d432000646831bb159c8119ec9dfe84aab9eb35d98abafa6475d408
|
|
| MD5 |
29e2f84f14825c83f6981c22920a1762
|
|
| BLAKE2b-256 |
0b20e7688957227d6de9b85ed01d0b67d06aac98a761010698836c26dfdc27ff
|