Skip to content

Initial commit#1

Merged
ahosgood merged 12 commits into
mainfrom
wip
Oct 30, 2025
Merged

Initial commit#1
ahosgood merged 12 commits into
mainfrom
wip

Conversation

@ahosgood

Copy link
Copy Markdown
Member

No description provided.

…nversion

- Created `test_query.py` to test the `QueryStringManipulator` class, covering initialization, filtering, adding, updating, removing filters, and toggling filter values.
- Created `test_strtobool.py` to test the `strtobool` function, validating truthy and falsy string inputs, as well as handling invalid inputs.
- Implemented `strtobool` function in `__init__.py` to convert string representations of truth to boolean values.
- Refactored `currency.py` to include an option for simplifying output in currency formatting functions.
- Enhanced date handling functions in `datetime.py` to support various input types and improve date formatting.
- Introduced `QueryStringManipulator` class in `query.py` for managing query parameters effectively.
- Removed deprecated `request.py` as its functionality is now covered by the new `QueryStringManipulator`.
- Updated string utility functions in `string.py` to include docstrings for better documentation.
@ahosgood ahosgood merged commit 4281cb4 into main Oct 30, 2025
9 checks passed
@ahosgood ahosgood deleted the wip branch October 30, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant