pybites-tools
pybites-tools copied to clipboard
A repo to commit common Python utility scripts and snippets
+ Will use the package `tweepy`. + User will be able to make a tweet from the command line. + Will give an interface using the `rich` library.
Can use this: https://github.com/PyBites-Open-Source/pybites-alarm/blob/main/.github/workflows/publish-to-test-pypi.yml
As we're adding tools it would be nice to have one central command that can invoke all the tools. Maybe a nice opportunity to look at `typer` and / or...
Hey @rhyspowell any idea why meaning.py fails only on 3.7? https://github.com/PyBites-Open-Source/pybites-tools/actions/runs/3948290311/jobs/6758111574 Thanks, Bob
https://github.com/PyBites-Open-Source/pybites-tools/blob/main/pybites_tools/worldclock.py I think we should have `convert_time` return the result so we can use it in another module, then move the print to the if name == main block. I...
Seems year, month and day are optional args but when you leave them off only using hour + minute, then this if never becomes true: ``` if ( hour in...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...25.11.0)