сервис по сбору вакансий
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.21.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
feedancy-0.1.21-py3-none-any.whl
(80.0 kB
view details)
File details
Details for the file feedancy-0.1.21.tar.gz.
File metadata
- Download URL: feedancy-0.1.21.tar.gz
- Upload date:
- Size: 15.2 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 |
a61a8587be9ec0293ad087b1e8a3d34262a38188061976ac9944789778e3982d
|
|
| MD5 |
f0c12bc07a680310d444a60697e435ad
|
|
| BLAKE2b-256 |
1f0d4729b497a66f1097b2f5b7cb95f52e78d06442159c23bf874cbd021580f6
|
File details
Details for the file feedancy-0.1.21-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.21-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 |
5888162643845b746244b8e151ebb2fa1c65bbc8366f832cacc0af0d89da3aa5
|
|
| MD5 |
dbb1f2471c369df646eb9834d8e1fa4c
|
|
| BLAKE2b-256 |
30c20bf2d0247064f217c60f7d2f7031bd74ef1ceff24e15deacee88a4e435e6
|