сервис по сбору вакансий
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.29.tar.gz
(14.6 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.29-py3-none-any.whl
(72.0 kB
view details)
File details
Details for the file feedancy-0.1.29.tar.gz.
File metadata
- Download URL: feedancy-0.1.29.tar.gz
- Upload date:
- Size: 14.6 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 |
06a611c083c375cb9b2c27321eaac4ad60b176a03d97688b08ae6a9fcc101f73
|
|
| MD5 |
d66f287050d852ccaa1c241b94b47dc9
|
|
| BLAKE2b-256 |
fdbb83d3ae9e566254f073ebcf809847eb3abc6c6f4e97e73c818d443a1f2f4c
|
File details
Details for the file feedancy-0.1.29-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.29-py3-none-any.whl
- Upload date:
- Size: 72.0 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 |
fe07a0fddc881b67c44c4f30ea6aaa6a4c81f963c632c2b9e6dbed708207514f
|
|
| MD5 |
9a853064832b7d8855cfead8ea923229
|
|
| BLAKE2b-256 |
2407b8f51e1c59db17bec8d714c7c7b3315ecf19ebd5be51071aec067e359c66
|