сервис по сбору вакансий
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.18.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.18-py3-none-any.whl
(79.9 kB
view details)
File details
Details for the file feedancy-0.1.18.tar.gz.
File metadata
- Download URL: feedancy-0.1.18.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 |
7e96db7f506e89b72ee1d00274a9acbafefe73a8eb110d8106e9e17b358be416
|
|
| MD5 |
1724cddb4aa6917d385c80fd7594e066
|
|
| BLAKE2b-256 |
03949b9e32e9eaf1c46aa053b79de167ec875efdfcdc0f65f7a8c4364f4c1e97
|
File details
Details for the file feedancy-0.1.18-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.18-py3-none-any.whl
- Upload date:
- Size: 79.9 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 |
dbcf3968e483d6dd266e3ae7b44d4f2cb518615fcd63bae8acc943319d207c04
|
|
| MD5 |
0cd36c7f9f694a53b8a1c979883b3d86
|
|
| BLAKE2b-256 |
057b5b77ea95b5a435e561b5c087cbfaa36a0685a8de4ff98a37f92bb61de326
|