Name | supersullytools JSON |
Version |
14.1.0
JSON |
| download |
home_page | None |
Summary | This is a Python package that brings together a suite of utilities and helpers across several domains of software development. |
upload_time | 2025-02-11 21:26:34 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | The MIT License (MIT) Copyright © 2023 <copyright holders> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
streamlit
dynamodb
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
SuperSully Tools
================
**Latest Version:** 14.1.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.
Raw data
{
"_id": null,
"home_page": null,
"name": "supersullytools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "streamlit, dynamodb",
"author": null,
"author_email": "Sully <sully@sadburger.com>",
"download_url": "https://files.pythonhosted.org/packages/4f/d0/1a5442713199f2fcec22d27d38818a2588009bac4cf50357c40f84b81916/supersullytools-14.1.0.tar.gz",
"platform": null,
"description": "SuperSully Tools\n================\n\n**Latest Version:** 14.1.0\n\n**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. \n\nThis library isn\u2019t necessarily designed for others to use directly, but there are plenty of useful pieces that might serve as inspiration\u2014or be worth borrowing for your own projects.\n\n## Some modules contained within...\n\n### `supersullytools.gcalendar_access`\nProvides 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.\n\n### `supersullytools.utils.fuzzy_finder`\nImplements 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.\n\n### `supersullytools.utils.media_manager`\nManages 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.\n\n### `supersullytools.utils.reminder_templates`\nProvides 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.\n\n### `supersullytools.streamlit.paginator`\nImplements 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.\n\n### `supersullytools.llm`\nContains 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.\n\n",
"bugtrack_url": null,
"license": "The MIT License (MIT) Copyright \u00a9 2023 <copyright holders> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "This is a Python package that brings together a suite of utilities and helpers across several domains of software development.",
"version": "14.1.0",
"project_urls": {
"Homepage": "https://github.com/msull/supersullytools"
},
"split_keywords": [
"streamlit",
" dynamodb"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "62d5fc84f9297d983886f05e513163798639b58fc836f867c43aba8ae686fcbc",
"md5": "413a8d09fa0c12a0e3d4ca70051faa60",
"sha256": "80ba960866f25256dfbb485bc0e6605d281b1ad5f4275a72700e5092a396d755"
},
"downloads": -1,
"filename": "supersullytools-14.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "413a8d09fa0c12a0e3d4ca70051faa60",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 51549,
"upload_time": "2025-02-11T21:26:31",
"upload_time_iso_8601": "2025-02-11T21:26:31.375458Z",
"url": "https://files.pythonhosted.org/packages/62/d5/fc84f9297d983886f05e513163798639b58fc836f867c43aba8ae686fcbc/supersullytools-14.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4fd01a5442713199f2fcec22d27d38818a2588009bac4cf50357c40f84b81916",
"md5": "f74fa406c654b6d3f53dd892e53d5a39",
"sha256": "1d3a2f4e8a9556c52fb4c7a98ca012284c3173c868e6dfbefd9ef19ceb8d19dd"
},
"downloads": -1,
"filename": "supersullytools-14.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f74fa406c654b6d3f53dd892e53d5a39",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 48069,
"upload_time": "2025-02-11T21:26:34",
"upload_time_iso_8601": "2025-02-11T21:26:34.600866Z",
"url": "https://files.pythonhosted.org/packages/4f/d0/1a5442713199f2fcec22d27d38818a2588009bac4cf50357c40f84b81916/supersullytools-14.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-11 21:26:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "msull",
"github_project": "supersullytools",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "supersullytools"
}