Skip to main content

A personal Python toolbox of utilities.

Project description

Sylriekit

A personal kitchen sink toolset I made for myself to speed up the creation of some random personal projects.

Warning: This is a personal project and may contain bugs or incomplete features. It is mainly coded for convenience over optimization. Use at your own risk.


Tools

ConfigLoader

  • A lightweight configuration manager that merges default values with optional external config data.

Diff

  • Multi-source text diff tool with configurable output formats including JSON, Git, and HTML.

Files

  • A cross-platform file and directory utility with path shortcut syntax.

FnPak

  • Function endpoint packager that stores one-argument Python functions as /endpoint/ handlers inside Base65k-compressed .fn.pak documents.

Learn

  • Automatic machine-learning regression module that searches ~12,000 model + hyperparameter + scaler + polynomial-feature combinations (30 sklearn models across 7 families) and keeps the best one. Supports numeric, boolean, and string/enum columns, CSV loading, train/test split scoring, a fully-trained _ut prediction model, and continuous background optimization via auto_optimize.

Logging

  • Structured log manager with named JSON log files, automatic size-capping (oldest entries removed first), convenience level methods (debug/info/warning/error/critical), an auto_log decorator that captures function arguments, return values, timing, and exception tracebacks, and filtered retrieval by level or count.

LLM

  • Multi-provider LLM client with tool calling, streaming, chat management, and threaded background processing.

PyIndex

  • Python source code indexer that parses .py files using AST analysis and returns structured data about classes, functions, imports, and cross-file symbol usage with configurable levels of detail.

ReLib

  • A chainable regex builder and text extraction utility.

Rust

  • Compile Rust code into importable Python modules via PyO3 and maturin.

Shell

  • Persistent interactive shell handler for running commands, interacting with REPLs, and managing long-lived shell sessions.

SMS

  • Multi-provider SMS client (TextBelt and Twilio) with single/batch sending, fire-and-forget async sends, whitelist/blacklist filtering, message length capping, and per-second rate limiting.

StartUp

  • Cross-platform startup manager for registering scripts to run at login via Task Scheduler, systemd, launchd, XDG autostart, Startup folder, or crontab.

Static Helpers

  • Stateless helper classes under sylriekit.Helpers.Static, currently including Base65k for high-Unicode text/byte encoding and decoding, and JHtml for bidirectional conversion between HTML strings and a structured JSON node tree.

Telegram

  • Telegram Bot API wrapper with background polling, message caching, rate limiting, and media support.

ToExecutable

  • Compile Python scripts into standalone executables via PyInstaller with configurable bundling options.

TTS

  • Multi-provider text-to-speech client with voice management, playback queues, and audio file support.

Window

  • HTML-based GUI application powered by webview that renders local HTML/CSS/JS files with configurable size, title, icon, and debug mode.

Change Log:

0.27.9:

  • Removed FakeTerminal, FancyTerminal, JMD, Database, Shell, and Redis tools (no longer needed).
  • Removed unused pip dependencies: redis, cryptography, bcrypt, boto3, moto[dynamodb].
  • Removed the JHL tool (no longer useful).
  • Removed the API tool (no longer useful).
  • Converted JHtml from a public tool into an internal static helper under sylriekit.Helpers.Static.JHtml.
  • Cleaned up Window tool: removed JHL compilation and API integration; simplified to a pure webview wrapper.
  • Updated Window documentation and tests to reflect the above changes.

0.27.8:

  • Added FnPak, a function endpoint packager for storing one-argument Python functions as executable /endpoint/ handlers in Base65k-compressed .fn.pak documents.
  • Added FnPak tests and documentation, including README, function reference, and LLM usage notes.

0.27.7:

  • Added conversion between JSON and JMD inside the JMD tool.
  • Removed the Learn tool
  • Removed the Website tool

Previous change log entries are visible in the description of older versions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sylriekit-0.27.9.tar.gz (58.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sylriekit-0.27.9-py3-none-any.whl (71.5 kB view details)

Uploaded Python 3

File details

Details for the file sylriekit-0.27.9.tar.gz.

File metadata

  • Download URL: sylriekit-0.27.9.tar.gz
  • Upload date:
  • Size: 58.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for sylriekit-0.27.9.tar.gz
Algorithm Hash digest
SHA256 3f0044b4b2d48ddbd090c94482740a66b3caee55d1848995755128e39b7c6647
MD5 0a94be120be8c220f0f5e516cf5991ee
BLAKE2b-256 d3c84e9f98192d273dc4e5fc74a9e18a8cd44ef985154f6b5bb763e9e5eb6868

See more details on using hashes here.

File details

Details for the file sylriekit-0.27.9-py3-none-any.whl.

File metadata

  • Download URL: sylriekit-0.27.9-py3-none-any.whl
  • Upload date:
  • Size: 71.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for sylriekit-0.27.9-py3-none-any.whl
Algorithm Hash digest
SHA256 752bfe7dcc4534f57cceb367f1ea7542856824e92e5c0e43a88dee329d26b410
MD5 722815ed94dbc8b5af71b49c5a311d5d
BLAKE2b-256 7ec918b3c61924b7f481b43ea16aade8ca90e63e2ee34061c225eefea0e8d582

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page