Conversation
…le operations, and sanitization - Introduced new regex constants for request IDs and special character validation. - Implemented datetime utility functions for timezone handling, ISO conversion, and timestamp generation. - Added HTTP utility functions for synchronous and asynchronous connectivity checks. - Created file I/O utilities for asynchronous and synchronous operations, including directory and file management. - Developed sanitization functions for HTML and URL escaping, as well as special character sanitization. - Implemented validation functions for truthy/falsy checks, request ID validation, and special character detection. - Updated test cases to reflect changes in module imports and initialization logging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request renames the main Python utilities package throughout the codebase and documentation from
potato_utilstopotato_util. The change ensures consistency in naming across all files, installation instructions, import statements, scripts, and documentation references.Package/module renaming:
potato_utilstopotato_util, including import statements in__init__.py, the example code, and all documentation references. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Documentation and usage updates:
README.md,docs/getting-started/installation.md, and related documentation files to use the newpotato_utilname. [1] [2] [3] [4] [5] [6]Script and configuration updates:
pyproject.toml. [1] [2] [3] [4] [5]These changes ensure a consistent and correct package name throughout the project, reducing confusion and installation errors.