Metadata-Version: 2.1
Name: tcrutils
Version: 0.0.66
Summary: Useful stuff for tcr projects
Home-page: https://example.com/
Author: TheCreatorrrr
License: The Unlicense
Project-URL: Source, https://example.com/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: >=3.10,<3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colored

# TCRUtils

Useful stuff for tcr projects.

## Todo
- [x] if in timestr.to_int() there are both and only 1 each of: x.y.z and a\:b:c syntaxes then `days -= 1`
- [x] `to_str2` which shows in format `1d + 23:45:57`
- [x] update gp_scum.py to use tcrutils from pypi
- [x] `timestr.to_int()` should support weekdays
- [x] Add all docstrings
- [x] Fix floats not recognized and negative numbers not recognized
- [x] Also weekdays now need `days -= 1` (`((number_of_date_syntaxes) ^ (number_of_weekday_syntaxes) == 1) and`)
- [x] Add docstring to dict_zip and others
- [x] make docstrings use \<h1> // ###
- [ ] add to timestr: random and someday
- [ ] add "+" timestr to add random few minutes
- [ ] timestr.to_int() by parts, [("weekday", 1000), ("robostr", 20)]
- [x] Add optional syntax highlighting to print_iterable
  - [ ] *Rewrite print_iterable, maybeeee?*
- [ ] dir2()


~~<style>s{color: crimson;} b,strong{text-decoration:underline}</style>~~
<!-- I am MEGUMIN the greatest mage among crimson demons and wielder of EXPLOSION MAGIC -->
~~<style>p, li{font-family: "Hubot Sans Bold"; font-size: 17px}</style>~~
~~<style>code, pre{font-family: Consolas}</style>~~
~~<style>code{background-color: #271a45; border-radius: 4px; padding: 2px; padding-left: 5px; padding-right: 5px;}</style>~~
