This is a Python package that brings together a suite of utilities and helpers across several domains of software development.
Project description
SuperSully Tools
Latest Version: 14.2.0
SuperSullyTools is a personal Python toolkit for prototyping and proof-of-concept development. It includes various utilities and helpers that I use when building projects, mostly in Python and Streamlit.
This library isn’t necessarily designed for others to use directly, but there are plenty of useful pieces that might serve as inspiration—or be worth borrowing for your own projects.
Some modules contained within...
supersullytools.gcalendar_access
Provides a convenience wrapper for interacting with Google Calendar via the v3 API. Supports authentication, listing calendars, retrieving events, adding and updating events, and handling time zones seamlessly. Useful for automating calendar tasks and integrating with scheduling workflows.
supersullytools.utils.fuzzy_finder
Implements fuzzy searching with Levenshtein distance to match and rank similar strings in a collection. Supports customizable scoring for insertions, deletions, and substitutions. Includes tools for ranking search results, handling structured objects, and efficiently retrieving the most relevant matches. Ideal for building intelligent search features and improving text-based lookups.
supersullytools.utils.media_manager
Manages media files stored in Amazon S3 with metadata in DynamoDB. Supports uploading, retrieving, preview generation, and deletion of media files. Includes optional gzip compression and encryption for efficient and secure storage. Useful for handling images, audio, video, PDFs, and other file types in cloud-based applications.
supersullytools.utils.reminder_templates
Provides a lightweight templating system for generating date-based reminders. Supports placeholders like {current_year}
, {age(YYYY-MM-DD)}
, {years_since(YYYY-MM-DD)}
, and {days_until(YYYY-MM-DD)}
. Useful for dynamically inserting calculated dates in reminder messages.
supersullytools.streamlit.paginator
Implements a simple paginator for Streamlit applications, allowing users to navigate through lists of items efficiently. Supports both numeric and named items, optional keypress navigation, and customizable item actions. Useful for displaying and interacting with paginated content in Streamlit apps.
supersullytools.llm
Contains tools for working with large language models (LLMs). Includes a generic completion interface compatible with AWS Bedrock, Ollama, and OpenAI, along with a custom agent for experimenting with AI-driven workflows. Designed for flexible AI integration and testing various agent-based interactions.
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
File details
Details for the file supersullytools-14.2.0.tar.gz
.
File metadata
- Download URL: supersullytools-14.2.0.tar.gz
- Upload date:
- Size: 48.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e925a911f2df4041b88dc7fa32149d4d68da0c03a629df65502ba4f7a7856cf
|
|
MD5 |
170094784dd2330a0484b01f867316b6
|
|
BLAKE2b-256 |
23c24c5c837b01fb4cf61c2c1ca93328072273ceef3edea15f45d4dbd31ef38e
|
File details
Details for the file supersullytools-14.2.0-py3-none-any.whl
.
File metadata
- Download URL: supersullytools-14.2.0-py3-none-any.whl
- Upload date:
- Size: 51.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
00b1610619016e94b4f1b7c9b44e623b708483f5da14cb096385aec5602521d1
|
|
MD5 |
ec13316c151ece95e1f940406c60e17b
|
|
BLAKE2b-256 |
db78c893d9c5670900b15c7082f1df962d6e8f401d6e7b619cd1c162d6a8b0c6
|