# 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "utility, utilities, tools",
"author": "Vince Reuter",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/18/90/bae0f4eaa394b8b12c2eb097889b015d804b6ffc7fb588fe162398a37e2f/ubiquerg-0.8.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.8.0",
"project_urls": {
"Homepage": "https://github.com/pepkit/ubiquerg/"
},
"split_keywords": [
"utility",
" utilities",
" tools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7a7bf708f04e997fc9a011ed387c080ccdd4531744538334f4f4af1969a9aabf",
"md5": "898069c0e2ca8dc8e9be9705e7312de3",
"sha256": "d98c2583e6c2f88c7700492de9a0cc49797214680fde679b1b440b27163e69e3"
},
"downloads": -1,
"filename": "ubiquerg-0.8.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "898069c0e2ca8dc8e9be9705e7312de3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 17536,
"upload_time": "2024-04-02T21:03:09",
"upload_time_iso_8601": "2024-04-02T21:03:09.712064Z",
"url": "https://files.pythonhosted.org/packages/7a/7b/f708f04e997fc9a011ed387c080ccdd4531744538334f4f4af1969a9aabf/ubiquerg-0.8.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1890bae0f4eaa394b8b12c2eb097889b015d804b6ffc7fb588fe162398a37e2f",
"md5": "23b690c50ad6c7395d4a8082b9f9448d",
"sha256": "3dd8e817c736e45c563bbf9e0d9b252e2a0456729c5644203376a447ffc7e04f"
},
"downloads": -1,
"filename": "ubiquerg-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "23b690c50ad6c7395d4a8082b9f9448d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27810,
"upload_time": "2024-04-02T21:03:10",
"upload_time_iso_8601": "2024-04-02T21:03:10.838120Z",
"url": "https://files.pythonhosted.org/packages/18/90/bae0f4eaa394b8b12c2eb097889b015d804b6ffc7fb588fe162398a37e2f/ubiquerg-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-02 21:03:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pepkit",
"github_project": "ubiquerg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ubiquerg"
}