сервис по сбору вакансий
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.12.tar.gz
(15.1 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.12-py3-none-any.whl
(79.8 kB
view details)
File details
Details for the file feedancy-0.1.12.tar.gz.
File metadata
- Download URL: feedancy-0.1.12.tar.gz
- Upload date:
- Size: 15.1 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 |
0132ad1faee927e6c165a22489d53b9340a72dc685cea10370842d86eacf2f8f
|
|
| MD5 |
e0d47164419badac0b732e1ebd700dfa
|
|
| BLAKE2b-256 |
2411d18bad2fa1fd2dd4a16d47dd510496e26688fed3c100c62d3568b3c0c416
|
File details
Details for the file feedancy-0.1.12-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.12-py3-none-any.whl
- Upload date:
- Size: 79.8 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 |
10fc31e9d6e65521f2c284d1cd91fea14b776adc989e972c40a1369de0073055
|
|
| MD5 |
022ea7ce7a50676a6ea8bf3df68b7ea5
|
|
| BLAKE2b-256 |
db4c7b871f9334a8139d14a3e35c328b82b2fa22d7a134da96d3727c3790a2ac
|