сервис по сбору вакансий
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.19.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.19-py3-none-any.whl
(79.8 kB
view details)
File details
Details for the file feedancy-0.1.19.tar.gz.
File metadata
- Download URL: feedancy-0.1.19.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 |
e77c64d78f789a18fe594d45bc56e4c644b43fcd8a5d3d67c89f40c32c0382fb
|
|
| MD5 |
0381dfd25dd06f1a2687b701b364a0e1
|
|
| BLAKE2b-256 |
c75cf5d32e898f6553260e09846ba598dd2405dd2c4e3ee29ede5350b2a29e7f
|
File details
Details for the file feedancy-0.1.19-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.19-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 |
1a19149b9b539e05f1a7a505faf68865021fef5254d247c4076e1b3201272664
|
|
| MD5 |
fcf9e32f882dfb8231209cb2e9e1b02c
|
|
| BLAKE2b-256 |
77a03314a8698776f1af80b8203d2248db782fe264da60a0cab79dbaaefa7e7f
|