сервис по сбору вакансий
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.28.tar.gz
(14.6 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.28-py3-none-any.whl
(72.0 kB
view details)
File details
Details for the file feedancy-0.1.28.tar.gz.
File metadata
- Download URL: feedancy-0.1.28.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c96770b2685fb97d877cf7691c3923e9378987709d6e84d9dcddeaa7807cf3c
|
|
| MD5 |
f704958cf8f04c07496998d05a785d48
|
|
| BLAKE2b-256 |
2e4ce9120e8a1d2c607a8680c2ef46c8ec2299f89c29f3f28700740582fca2e9
|
File details
Details for the file feedancy-0.1.28-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.28-py3-none-any.whl
- Upload date:
- Size: 72.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.0 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e56c2172a579e5689ca7d28c7779d4cd3249fe0a477e0789a3ba6255b54b0ce
|
|
| MD5 |
37c337be9881df864e884f54a4076266
|
|
| BLAKE2b-256 |
501cb1e4771adb8af4e421ae7e0a59f376376282f7932a31336ed359833241eb
|