сервис по сбору вакансий
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.10.tar.gz
(14.7 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.10-py3-none-any.whl
(78.4 kB
view details)
File details
Details for the file feedancy-0.1.10.tar.gz.
File metadata
- Download URL: feedancy-0.1.10.tar.gz
- Upload date:
- Size: 14.7 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 |
26fefba31a8f22febce1361bea3d0fb3a8d0e1a6627b09f40bd50c93ecfa8746
|
|
| MD5 |
e0a3da0d4bb00065578dfa68dc3083a4
|
|
| BLAKE2b-256 |
9822aa704239e06e6c69db2a9929ba3833192e2cbe1ac43dd30afe017c642052
|
File details
Details for the file feedancy-0.1.10-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.1.10-py3-none-any.whl
- Upload date:
- Size: 78.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 |
ce142a6e31742c9295a4ad86f653c804b27821d2355c7a7977ace2d01a22ac08
|
|
| MD5 |
f5a373e3947480e4649e2a1bc06c18e2
|
|
| BLAKE2b-256 |
a90a26bbae50312383739f9674f9748372a55fe8f578f622edda0f40d568f0b6
|