сервис по сбору вакансий
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.17.tar.gz
(15.2 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.17-py3-none-any.whl
(79.9 kB
view details)
File details
Details for the file feedancy-0.1.17.tar.gz.
File metadata
- Download URL: feedancy-0.1.17.tar.gz
- Upload date:
- Size: 15.2 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 |
523ebc12b1587e86e0edd72a7ef11bb9f9f9c79cc339f7f66112ece342db7b23
|
|
| MD5 |
fe15e5a170e8f6cd0e6270774ccf909c
|
|
| BLAKE2b-256 |
fca5bd4c80fc335c997e317683429a73a8f3b0e68e397dcce89b569dc0ef3b6c
|
File details
Details for the file feedancy-0.1.17-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.17-py3-none-any.whl
- Upload date:
- Size: 79.9 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 |
ad33f3b3120786ca50ab4ad411a535d6135a80ca4b6b914544c272e8dbe3ec07
|
|
| MD5 |
85ce070b48d65c122a58be3958a6ffcc
|
|
| BLAKE2b-256 |
7008c64d4aa724fe6a86434a22ead203569d14561e1b176841c0ac2d30a16adf
|