сервис по сбору вакансий
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.9.tar.gz
(14.7 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.9-py3-none-any.whl
(78.4 kB
view details)
File details
Details for the file feedancy-0.1.9.tar.gz.
File metadata
- Download URL: feedancy-0.1.9.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
768c8edac9d2b3e1defa504ebe3387e2a68e4f2b7391282686a96ccb3355f7a9
|
|
| MD5 |
5c749488699102e42f62c68a4db6e470
|
|
| BLAKE2b-256 |
a7eb9649c351726831897adfdc0b122dc312ac4cf1c73b989f0a6902cef18356
|
File details
Details for the file feedancy-0.1.9-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.9-py3-none-any.whl
- Upload date:
- Size: 78.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0215ebf94674331140d4b70dbda27f27dd07098da43a2e7cdc3c992adc0a86cf
|
|
| MD5 |
878901608bb22cc4e97ba649afd8bce3
|
|
| BLAKE2b-256 |
c55d35fe6fd4671b2fee0058415aed5f8c2e733e94d46de01dc9720f6fad51f1
|