ubiquerg


Nameubiquerg JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/pepkit/ubiquerg/
SummaryVarious utility functions
upload_time2024-02-01 21:09:16
maintainer
docs_urlNone
authorVince Reuter
requires_python
licenseBSD-2-Clause
keywords utility utilities tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ubiquerg

![Run pytests](https://github.com/pepkit/ubiquerg/workflows/Run%20pytests/badge.svg)
[![codecov](https://codecov.io/gh/pepkit/ubiquerg/branch/master/graph/badge.svg)](https://codecov.io/gh/pepkit/ubiquerg)
[![PEP compatible](https://pepkit.github.io/img/PEP-compatible-green.svg)](https://pepkit.github.io)

Ubiquerg is a utility package with a collection of helpful universally useful functions. The name means work (erg) everywhere (ubique), indicating our intention for these to be low-level functions that can be used in lots of different places. Functions are divided into groups, including:

- collection
- environment
- files
- paths
- system
- web
- cli_tools

## Development guidelines

- Ubiquerg should have no dependencies outside of standard built-in python modules. Please do not add any functions that introduce a new dependency.
- Functions should be generic. They should perform basic, low-level processing that is not specific to a particular application.
- Functions should only be added to ubiquerg if they are used in at least 2 existing modules.
- Functions should be kept relatively small and simple (ideally <50 lines of code).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pepkit/ubiquerg/",
    "name": "ubiquerg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "utility,utilities,tools",
    "author": "Vince Reuter",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4b/13/b56b2312b941a3e13469920c2effea79d9c1370111233da0f13019796a4b/ubiquerg-0.7.0.tar.gz",
    "platform": null,
    "description": "# ubiquerg\n\n![Run pytests](https://github.com/pepkit/ubiquerg/workflows/Run%20pytests/badge.svg)\n[![codecov](https://codecov.io/gh/pepkit/ubiquerg/branch/master/graph/badge.svg)](https://codecov.io/gh/pepkit/ubiquerg)\n[![PEP compatible](https://pepkit.github.io/img/PEP-compatible-green.svg)](https://pepkit.github.io)\n\nUbiquerg is a utility package with a collection of helpful universally useful functions. The name means work (erg) everywhere (ubique), indicating our intention for these to be low-level functions that can be used in lots of different places. Functions are divided into groups, including:\n\n- collection\n- environment\n- files\n- paths\n- system\n- web\n- cli_tools\n\n## Development guidelines\n\n- Ubiquerg should have no dependencies outside of standard built-in python modules. Please do not add any functions that introduce a new dependency.\n- Functions should be generic. They should perform basic, low-level processing that is not specific to a particular application.\n- Functions should only be added to ubiquerg if they are used in at least 2 existing modules.\n- Functions should be kept relatively small and simple (ideally <50 lines of code).\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Various utility functions",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/pepkit/ubiquerg/"
    },
    "split_keywords": [
        "utility",
        "utilities",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa1b786f9f16e26857c56175cc00833b308fccf5375353d89364ef84e5302958",
                "md5": "072a6acfa4c870fdc1e51a1eb647418d",
                "sha256": "aa74083cef9fa0546580414f04ccbf5411e16f914957c01d915cc1f8970cf66f"
            },
            "downloads": -1,
            "filename": "ubiquerg-0.7.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "072a6acfa4c870fdc1e51a1eb647418d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 17467,
            "upload_time": "2024-02-01T21:09:14",
            "upload_time_iso_8601": "2024-02-01T21:09:14.436498Z",
            "url": "https://files.pythonhosted.org/packages/aa/1b/786f9f16e26857c56175cc00833b308fccf5375353d89364ef84e5302958/ubiquerg-0.7.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b13b56b2312b941a3e13469920c2effea79d9c1370111233da0f13019796a4b",
                "md5": "ccafd90cf999cdc6f436ea2b81e8193b",
                "sha256": "b873ff87651e500fb32ac24a7850abe6261fde65c4c07bf6e0b5f14e32cd9387"
            },
            "downloads": -1,
            "filename": "ubiquerg-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ccafd90cf999cdc6f436ea2b81e8193b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27549,
            "upload_time": "2024-02-01T21:09:16",
            "upload_time_iso_8601": "2024-02-01T21:09:16.169011Z",
            "url": "https://files.pythonhosted.org/packages/4b/13/b56b2312b941a3e13469920c2effea79d9c1370111233da0f13019796a4b/ubiquerg-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 21:09:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pepkit",
    "github_project": "ubiquerg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ubiquerg"
}
        
Elapsed time: 0.20663s