Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorfantucci/r4ven_utils
Reimplementing utilities folder across multiple Python projects... Nevermore!
https://github.com/victorfantucci/r4ven_utils
python python-package python-utils r4ven-project
Last synced: about 2 months ago
JSON representation
Reimplementing utilities folder across multiple Python projects... Nevermore!
- Host: GitHub
- URL: https://github.com/victorfantucci/r4ven_utils
- Owner: VictorFantucci
- License: gpl-3.0
- Created: 2022-11-07T15:15:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T22:41:57.000Z (8 months ago)
- Last Synced: 2024-11-13T12:44:58.590Z (about 2 months ago)
- Topics: python, python-package, python-utils, r4ven-project
- Language: Python
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
-----------------
# r4ven: The companion that holds your grab-bag of utility functions and objects
> Reimplementing utilities folder across multiple Python projects... Nevermore!
-----------------
## What is it?
**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.
## Main Features
Here are some of the utilities that r4ven keep under it's wings:- [**log4me**][log-4-me] - convenient way to implement logging in Python applications, ensuring that logs are organized and execution times are recorded accurately.
[log-4-me]: r4ven_utils/log4me.py
## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/VictorFantucci/r4ven_utils_devBinary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/r4ven_utils).
```sh
# or PyPI
pip install r4ven-utils
```## License
[GPLv3](LICENSE)## Documentation
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.## Background
> "*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.
## Contributing to r4ven
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](https://github.com/VictorFantucci/r4ven_utils_dev/issues) 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**](https://github.com/VictorFantucci).