сервис по сбору вакансий
Project description
feedancy-client
The client is provided with async and sync adapters.
To install the async version with all its dependencies use:
pip install feedancy-client[asyncio]
To install the sync version with all its dependencies use:
pip install feedancy-client[sync]
To install both versions with all their dependencies use:
pip install feedancy-client[asyncio,sync]
Client instantiation example
from feedancy_client import new_client, Configuration
from feedancy_client.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_client-0.0.3.tar.gz
(12.9 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_client-0.0.3.tar.gz.
File metadata
- Download URL: feedancy_client-0.0.3.tar.gz
- Upload date:
- Size: 12.9 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 |
68ac59a0cc466a0f3c4a8f04d4501dafab2731c7a2917ad72addaf3436b6e2d8
|
|
| MD5 |
e7e53be0c307fbc8fb00eeb88d31dcdc
|
|
| BLAKE2b-256 |
b6697a7d20621647b82e234f3c6682a5ce5ecd71d0b8fe749033bdcb3d6418f5
|
File details
Details for the file feedancy_client-0.0.3-py3-none-any.whl.
File metadata
- Download URL: feedancy_client-0.0.3-py3-none-any.whl
- Upload date:
- Size: 92.1 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 |
c1925d4664b44f597bcd1b0021171e30e55cadf9ca25de0022e981993689f27a
|
|
| MD5 |
14d24c0cb214c1c310eac0f2dc0ac205
|
|
| BLAKE2b-256 |
17e6e738ad603d68448045b07d9f2af8c0ecdf1f7260821a8cdd288b0fa2704d
|