сервис по сбору вакансий
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.7.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.7-py3-none-any.whl
(83.2 kB
view details)
File details
Details for the file feedancy-0.1.7.tar.gz.
File metadata
- Download URL: feedancy-0.1.7.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/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
159d5f16da769a44ed574d91b484cf7ff1a0816521716a09f7bae68d4ad4ac7b
|
|
| MD5 |
3b3c04220e3677ca4c68999d9cb1c804
|
|
| BLAKE2b-256 |
2b58b108d20ef7211c9e897d1776541bb8b537781a4d449516c0b00568e39c89
|
File details
Details for the file feedancy-0.1.7-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.7-py3-none-any.whl
- Upload date:
- Size: 83.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0da3affc0133f08e85e48fd4a43a29e2e96232e94599b0a1b4207edc2a9d2132
|
|
| MD5 |
73b13250feb19fe1e271220f3c11e1d7
|
|
| BLAKE2b-256 |
91dcc49fc986db696bd34aae6502e830a2ae992bbbc0c44b2cab370fe782e0a1
|