сервис по сбору вакансий
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.4.tar.gz
(14.5 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.4-py3-none-any.whl
(82.6 kB
view details)
File details
Details for the file feedancy-0.1.4.tar.gz.
File metadata
- Download URL: feedancy-0.1.4.tar.gz
- Upload date:
- Size: 14.5 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 |
842b2dab00006c8dc0f70e67847ea47ebead4fabf9ad66c52f898e4407383f69
|
|
| MD5 |
903640013a3c3ac798efd87df612d763
|
|
| BLAKE2b-256 |
e9776a2e167a2f892efb0d0ac10fb350b12e5ec63c1c8df7ccf3d00cc2227a17
|
File details
Details for the file feedancy-0.1.4-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.4-py3-none-any.whl
- Upload date:
- Size: 82.6 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 |
783ee99df7376cdc23b86155e7dc514429d7b8394f6fcc4e0c7a525d40b3f2bc
|
|
| MD5 |
4411ae507fa3e0b49dc761907d03d73c
|
|
| BLAKE2b-256 |
7b9878f8eb66df237b1b231b4802a892e37a3a89e3d2ac06199f1af463f779dc
|