сервис по сбору вакансий
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.0.8b0.tar.gz
(1.4 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
File details
Details for the file feedancy-0.0.8b0.tar.gz.
File metadata
- Download URL: feedancy-0.0.8b0.tar.gz
- Upload date:
- Size: 1.4 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 |
adac055eb227c0c957835ef5f741bc2d7ba96a9652803720e8077e3173711d23
|
|
| MD5 |
4051e812ec4f5a23feb1a8c889571573
|
|
| BLAKE2b-256 |
6b31ea0e54805bef73a291a93da74d6fdaece406b336c65b797553d6d9d3c19a
|
File details
Details for the file feedancy-0.0.8b0-py3-none-any.whl.
File metadata
- Download URL: feedancy-0.0.8b0-py3-none-any.whl
- Upload date:
- Size: 1.3 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 |
6bca6f8376004bdb7065b6b6e422dc9b6fbfc0fa7b293d0729529f0e56510f0e
|
|
| MD5 |
95f705fae66f1e9c61956cd47e804c19
|
|
| BLAKE2b-256 |
032389b8af48505758d89f7715319b4c0e539fad404235ccbf73942b658fc4f1
|