сервис по сбору вакансий
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.3.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.3-py3-none-any.whl
(85.1 kB
view details)
File details
Details for the file feedancy-0.1.3.tar.gz.
File metadata
- Download URL: feedancy-0.1.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
554f2167e64cd6ec6efa4d96b8c234987724700374d09b1b1ae922d443eb0d1e
|
|
| MD5 |
bbbe90876928ec25fe075469322fdc76
|
|
| BLAKE2b-256 |
8e7f7c03444bc9cef940d879bd5b40dae6467e3013ae8d0649dbbbb677648a26
|
File details
Details for the file feedancy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 85.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.12 Linux/5.15.0-76-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f09ae6547fd68d29740482b2ae0ef6c71376e46ef3c34a74ba7345841cdc19
|
|
| MD5 |
623a36843471e67136e3d62259349c1b
|
|
| BLAKE2b-256 |
5a56490be485cab4cb2cf680c66cd30f591ca146162faabb45ac89c2af468fe7
|