Reimplementing utilities folder across multiple Python projects... Nevermore!
r4ven_utils is all of those of utilities you keep reimplementing across your Python projects, that all got together and decided to live in harmony.
Here are some of the utilities that r4ven keep under it's wings:
- log4me - convenient way to implement logging in Python applications, ensuring that logs are organized and execution times are recorded accurately.
The source code is currently hosted on GitHub at: https://github.com/VictorFantucci/r4ven_utils_dev
Binary installers for the latest released version are available at the Python Package Index (PyPI).
# or PyPI
pip install r4ven-utils
All my scripts have very detailed docstrings and comments that make their use intuitive and simple. As the project grows and takes shape I plan to write a proper documentation for it.
"Once upon a midnight dreary, while I pondered, weak and weary,
Over many a quaint and curious volume of forgotten lore..."
Edgar Allan Poe
This is how I felt every time I needed re-implement utilities folders over and over again through my Python projects... so work on r4ven
started as an idea to gather all the scripts, code and functions that were constantly appearing in the utilities folder of my Python projects.
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
If you are simply looking to start working with the r4ven codebase, navigate to the GitHub "issues" tab and start looking through interesting issues.
Or maybe through using r4ven you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!
Feel free to ask questions through my email which can be found on the main page of my Github.