r4ven-utils


Namer4ven-utils JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/VictorFantucci/r4ven_utils_dev
SummaryThe companion that holds your grab-bag of utility functions and objects
upload_time2024-04-30 22:43:20
maintainerNone
docs_urlNone
authorVictor Vinci Fantucci
requires_pythonNone
licenseGPLv3
keywords r4ven_utils utils logs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img src="https://substackcdn.com/image/fetch/w_176,h_176,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffe99049e-8950-4c81-9b70-4ab5fd15c84a_500x500.png"><br>
</div>

-----------------

# 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_dev

Binary 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,<br>
Over many a quaint and curious volume of forgotten lore...*"<br>
*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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/VictorFantucci/r4ven_utils_dev",
    "name": "r4ven-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "r4ven_utils, utils, logs",
    "author": "Victor Vinci Fantucci",
    "author_email": "victor.v.fantucci@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/9c/44849ffce27b1d08b385f617c699adf1c06d46077b126bd2d086a5653b02/r4ven_utils-0.0.7.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img src=\"https://substackcdn.com/image/fetch/w_176,h_176,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffe99049e-8950-4c81-9b70-4ab5fd15c84a_500x500.png\"><br>\n</div>\n\n-----------------\n\n# r4ven: The companion that holds your grab-bag of utility functions and objects\n\n> Reimplementing utilities folder across multiple Python projects... Nevermore!\n\n-----------------\n\n## What is it?\n\n**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.\n\n## Main Features\nHere are some of the utilities that r4ven keep under it's wings:\n\n  - [**log4me**][log-4-me] - convenient way to implement logging in Python applications, ensuring that logs are organized and execution times are recorded accurately.\n\n   [log-4-me]: r4ven_utils/log4me.py\n\n## Where to get it\nThe source code is currently hosted on GitHub at:\nhttps://github.com/VictorFantucci/r4ven_utils_dev\n\nBinary installers for the latest released version are available at the [Python\nPackage Index (PyPI)](https://pypi.org/project/r4ven_utils).\n```sh\n# or PyPI\npip install r4ven-utils\n```\n\n## License\n[GPLv3](LICENSE)\n\n## Documentation\nAll 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.\n\n## Background\n> \"*Once upon a midnight dreary, while I pondered, weak and weary,<br>\nOver many a quaint and curious volume of forgotten lore...*\"<br>\n*Edgar Allan Poe*\n\nThis 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.\n\n## Contributing to r4ven\n\nAll contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.\n\nIf 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.\n\nOr maybe through using r4ven you have an idea of your own or are looking for something in the documentation and thinking \u2018this can be improved\u2019...you can do something about it!\n\nFeel free to ask questions through my email which can be found on the main page of my [**Github**](https://github.com/VictorFantucci).\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "The companion that holds your grab-bag of utility functions and objects",
    "version": "0.0.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/VictorFantucci/r4ven_utils_dev/issues",
        "Download": "https://github.com/VictorFantucci/r4ven_utils/releases/tag/alpha",
        "Homepage": "https://github.com/VictorFantucci/r4ven_utils_dev"
    },
    "split_keywords": [
        "r4ven_utils",
        " utils",
        " logs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e38804f294e14399578b54569e69b39ee0419abdafb686e3de367abaf12c0a6",
                "md5": "1dc15c72be9af0ef6e525aab0ae1a1e9",
                "sha256": "4ec2ecd50118080cc4a75c01b8654f025c25a7e78e765df57ecbbd6677d2810e"
            },
            "downloads": -1,
            "filename": "r4ven_utils-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1dc15c72be9af0ef6e525aab0ae1a1e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16753,
            "upload_time": "2024-04-30T22:43:18",
            "upload_time_iso_8601": "2024-04-30T22:43:18.627812Z",
            "url": "https://files.pythonhosted.org/packages/3e/38/804f294e14399578b54569e69b39ee0419abdafb686e3de367abaf12c0a6/r4ven_utils-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f9c44849ffce27b1d08b385f617c699adf1c06d46077b126bd2d086a5653b02",
                "md5": "f5a05eebc0f39b2d6aa0dec7ebff2669",
                "sha256": "bdf6e13f02aba4c5fcf260fa4a8666d47e95ef066752446d355461e031d06ef8"
            },
            "downloads": -1,
            "filename": "r4ven_utils-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f5a05eebc0f39b2d6aa0dec7ebff2669",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16652,
            "upload_time": "2024-04-30T22:43:20",
            "upload_time_iso_8601": "2024-04-30T22:43:20.549816Z",
            "url": "https://files.pythonhosted.org/packages/2f/9c/44849ffce27b1d08b385f617c699adf1c06d46077b126bd2d086a5653b02/r4ven_utils-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 22:43:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "VictorFantucci",
    "github_project": "r4ven_utils_dev",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "r4ven-utils"
}
        
Elapsed time: 0.26236s