сервис по сбору вакансий
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.8.tar.gz
(14.5 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.8-py3-none-any.whl
(77.4 kB
view details)
File details
Details for the file feedancy-0.1.8.tar.gz.
File metadata
- Download URL: feedancy-0.1.8.tar.gz
- Upload date:
- Size: 14.5 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 |
b242a59ccabdb6d0fed6edc4a4d0d2fc853d31935578273cefc7d91a5fbf7da1
|
|
| MD5 |
5f6e68d75bc67ed9d6e102dc327aa288
|
|
| BLAKE2b-256 |
fced755496c46d3c0ed2c7105229da1fcada2095b3a82ed6a97c1a2afd249cdb
|
File details
Details for the file feedancy-0.1.8-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.8-py3-none-any.whl
- Upload date:
- Size: 77.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 |
17e71865030448f8545a734e5bf2c3895ac762e3aaead093a9b8712ad3ae4fb8
|
|
| MD5 |
50fee266e2d4650a3b1f4ff77e0eba86
|
|
| BLAKE2b-256 |
df00c678ee892890b26795e69fe1e4ffeeef5f45b9c0d04a5d8a33627a04d645
|