сервис по сбору вакансий
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.0.4a0.tar.gz
(8.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
File details
Details for the file feedancy-0.0.4a0.tar.gz.
File metadata
- Download URL: feedancy-0.0.4a0.tar.gz
- Upload date:
- Size: 8.6 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 |
d3ec83dbaa392b883969430da4c6487570208400e35f4720df29e33767fe7846
|
|
| MD5 |
9d2142772aa601566424a6839da97934
|
|
| BLAKE2b-256 |
05dd9d48b9c1adaabc2c491f086d6ce64d7e7a0de3404ceb9d19d22e3f63e372
|
File details
Details for the file feedancy-0.0.4a0-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.0.4a0-py3-none-any.whl
- Upload date:
- Size: 71.0 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 |
66bef05cd33bbdfa9953faf7823905b6e3431d44af3f370424179e28ab3ab162
|
|
| MD5 |
c10a29d0f90c0042b371327c6f8ecd70
|
|
| BLAKE2b-256 |
416a872c8198879384bcb55366c5097f9e92bd0c097a62025ad4c59559e127df
|