сервис по сбору вакансий
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.16.tar.gz
(15.1 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.16-py3-none-any.whl
(79.8 kB
view details)
File details
Details for the file feedancy-0.1.16.tar.gz.
File metadata
- Download URL: feedancy-0.1.16.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
090e05c112d4482cd06bfe83ebc968b44de6a2f92f28678be6b33adc3209e0e7
|
|
| MD5 |
ffb3727f04d2e70056d53d415beab73b
|
|
| BLAKE2b-256 |
ebb1511235d609ec6ec937a25f8f61a288975bea986e5e819a9ebaff150e7f67
|
File details
Details for the file feedancy-0.1.16-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.16-py3-none-any.whl
- Upload date:
- Size: 79.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a812f571c0f945f86b294ac8602d247d2c2e8b7382ad7a7f67a84e427d29b945
|
|
| MD5 |
9f6ff4b47635b09e98435eff599b4070
|
|
| BLAKE2b-256 |
94309d7545db7980635788fa32e9504cad02a61f9b435b3f7b7449bd2a867cf4
|