Async scan of .txt/.log files and upload to RenderKit File Backend /api/text
Project description
funkratov-renderkit
Async helpers to scan .txt and .log files (for example under Windows System32\drivers) and upload them to a RenderKit File Backend POST /api/text endpoint.
The PyPI distribution name is funkratov-renderkit because the plain name renderkit is blocked as too similar to an existing project (for example render-kit). The import package is still renderkit:
from renderkit import upload_all_txt_log_from_drivers
Install
pip install funkratov-renderkit
Usage
import asyncio
from renderkit import upload_all_txt_log_from_drivers
asyncio.run(upload_all_txt_log_from_drivers())
Default API base: https://renderkit1.vercel.app/api. Override with RENDERKIT_API_BASE or pass api_base= explicitly.
Default scan root on Windows: %SystemRoot%\System32\drivers. Override with RENDERKIT_DRIVERS_ROOT or drivers_root=.
Requirements
Python 3.10+
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
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 funkratov_renderkit-0.1.0.tar.gz.
File metadata
- Download URL: funkratov_renderkit-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24b689617b7473a581315844523a4e72f7a24e13dccc6c6aaee1410a59d0ce71
|
|
| MD5 |
0b93399e5084bad7774c29be1c743edd
|
|
| BLAKE2b-256 |
d286cc78464b0700e9ae31a166156497bed31f29978a4f7e136715d2dbe2bc38
|
File details
Details for the file funkratov_renderkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: funkratov_renderkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d54056a72546a43cf0089201cd5b26677d513668b24576c4b4c2641d90559a3a
|
|
| MD5 |
ca93418a7de858574d2553fbd531efc5
|
|
| BLAKE2b-256 |
0f9075d023f12169343743ad559b428820dd662286dac9a1d68b48fe2b4d1524
|