сервис по сбору вакансий
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.3b0.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
File details
Details for the file feedancy-0.1.3b0.tar.gz.
File metadata
- Download URL: feedancy-0.1.3b0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91215a36ad102f6be8e0545bbabb25b9721a3a8663b7f8173a8227149e6c0bf5
|
|
| MD5 |
2a34997d23563f3492ff0ffa1cca6883
|
|
| BLAKE2b-256 |
e0f3ddf0ea5f64246150d59814daac4fa2009d019bf744563061c0cb82460597
|
File details
Details for the file feedancy-0.1.3b0-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.3b0-py3-none-any.whl
- Upload date:
- Size: 86.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c6316dee57b0ad5b93b17684c457c6a66aa2b5aafd2f93995fcc69d74963cd0
|
|
| MD5 |
f18679ee4eaac99594dee63abd9df2eb
|
|
| BLAKE2b-256 |
7945cf53de5395bf637748f1c7510968c47958049cf18fccbb265e0511b42513
|