utool


Nameutool JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/Erotemic/utool
SummaryUseful utilities and the kitchen sink
upload_time2024-04-14 00:37:26
maintainerNone
docs_urlNone
authorJon Crall
requires_python>=3.8
licenseApache 2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            |Pypi| |Downloads| |Codecov| |GithubActions|

utool
-----

Notice: This is a "kitchen sink" library. While it is still somewhat maintained, I am trying to "end-of-life" it as soon as possible. I have refactored it into several other projects. Please see https://github.com/Erotemic/ubelt for a well-maintained curated collection of utilities. Also see https://github.com/Erotemic/xdev for ports of the more developer-y functions in this libray.

This project is only maintained for the benefit of
https://github.com/Erotemic/ibeis and is being phased whenever possible.

----

Useful Utility Tools For You!

The `utool` library is a collection of tools that I've found useful. I've
written most of them from scratch, but there are a few I've taken or partially
taken from StackOverflow. References are given in most locations.  

In my experience the most useful functions in this library are:

* `ut.flatten`
* `ut.take`
* `ut.take_column`
* `ut.compress`
* `ut.ichunks`
* `ut.itertwo`
* `ut.isiterable`
* `ut.group_items`
* `ut.dict_subset`
* `ut.dict_hist`
* `ut.map_dict_vals`
* `ut.map_dict_keys`
* `ut.memoize`
* `ut.get_argflag`
* `ut.get_argval`
* `ut.ProgIter`
* `ut.Timer`
* `ut.Timerit`
* `ut.MemoryTracker`
* `ut.InteractiveIter`
* `ut.color_print`
* `ut.ensuredir`
* `ut.glob`
* `ut.grep`
* `ut.sed`
* `ut.ls`
* `ut.repr2`

Warning: This module does contain personalized functions that help glue
together my projects.  Over time these will be removed.  While many of the
functions in this repo are mature, the repo itself is a work in progress.  Some
functions may be broken, deprecated, unfinished, or undocumented. Thus, some
APIs may refactored or removed in the future.


Documenation
------------
http://erotemic.github.io/utool


Installation
--------------
Installation can now be done via pypi

.. code:: bash

    pip install utool



.. |CircleCI| image:: https://circleci.com/gh/Erotemic/utool.svg?style=svg
    :target: https://circleci.com/gh/Erotemic/utool
.. |Travis| image:: https://img.shields.io/travis/Erotemic/utool/main.svg?label=Travis%20CI
   :target: https://travis-ci.org/Erotemic/utool?branch=main
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Erotemic/utool?branch=main&svg=True
   :target: https://ci.appveyor.com/project/Erotemic/utool/branch/main
.. |Codecov| image:: https://codecov.io/github/Erotemic/utool/badge.svg?branch=main&service=github
   :target: https://codecov.io/github/Erotemic/utool?branch=main
.. |Pypi| image:: https://img.shields.io/pypi/v/utool.svg
   :target: https://pypi.python.org/pypi/utool
.. |Downloads| image:: https://img.shields.io/pypi/dm/utool.svg
   :target: https://pypistats.org/packages/utool
.. |ReadTheDocs| image:: https://readthedocs.org/projects/utool/badge/?version=latest
    :target: http://utool.readthedocs.io/en/latest/
.. |GithubActions| image:: https://github.com/Erotemic/utool/actions/workflows/tests.yml/badge.svg?branch=main
    :target: https://github.com/Erotemic/utool/actions?query=branch%3Amain

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Erotemic/utool",
    "name": "utool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jon Crall",
    "author_email": "erotemic@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/f1/c787e6da236f18e423785371de2ecd724f52acc63ae6458a2406a61cd9ea/utool-2.2.0.tar.gz",
    "platform": null,
    "description": "|Pypi| |Downloads| |Codecov| |GithubActions|\n\nutool\n-----\n\nNotice: This is a \"kitchen sink\" library. While it is still somewhat maintained, I am trying to \"end-of-life\" it as soon as possible. I have refactored it into several other projects. Please see https://github.com/Erotemic/ubelt for a well-maintained curated collection of utilities. Also see https://github.com/Erotemic/xdev for ports of the more developer-y functions in this libray.\n\nThis project is only maintained for the benefit of\nhttps://github.com/Erotemic/ibeis and is being phased whenever possible.\n\n----\n\nUseful Utility Tools For You!\n\nThe `utool` library is a collection of tools that I've found useful. I've\nwritten most of them from scratch, but there are a few I've taken or partially\ntaken from StackOverflow. References are given in most locations.  \n\nIn my experience the most useful functions in this library are:\n\n* `ut.flatten`\n* `ut.take`\n* `ut.take_column`\n* `ut.compress`\n* `ut.ichunks`\n* `ut.itertwo`\n* `ut.isiterable`\n* `ut.group_items`\n* `ut.dict_subset`\n* `ut.dict_hist`\n* `ut.map_dict_vals`\n* `ut.map_dict_keys`\n* `ut.memoize`\n* `ut.get_argflag`\n* `ut.get_argval`\n* `ut.ProgIter`\n* `ut.Timer`\n* `ut.Timerit`\n* `ut.MemoryTracker`\n* `ut.InteractiveIter`\n* `ut.color_print`\n* `ut.ensuredir`\n* `ut.glob`\n* `ut.grep`\n* `ut.sed`\n* `ut.ls`\n* `ut.repr2`\n\nWarning: This module does contain personalized functions that help glue\ntogether my projects.  Over time these will be removed.  While many of the\nfunctions in this repo are mature, the repo itself is a work in progress.  Some\nfunctions may be broken, deprecated, unfinished, or undocumented. Thus, some\nAPIs may refactored or removed in the future.\n\n\nDocumenation\n------------\nhttp://erotemic.github.io/utool\n\n\nInstallation\n--------------\nInstallation can now be done via pypi\n\n.. code:: bash\n\n    pip install utool\n\n\n\n.. |CircleCI| image:: https://circleci.com/gh/Erotemic/utool.svg?style=svg\n    :target: https://circleci.com/gh/Erotemic/utool\n.. |Travis| image:: https://img.shields.io/travis/Erotemic/utool/main.svg?label=Travis%20CI\n   :target: https://travis-ci.org/Erotemic/utool?branch=main\n.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Erotemic/utool?branch=main&svg=True\n   :target: https://ci.appveyor.com/project/Erotemic/utool/branch/main\n.. |Codecov| image:: https://codecov.io/github/Erotemic/utool/badge.svg?branch=main&service=github\n   :target: https://codecov.io/github/Erotemic/utool?branch=main\n.. |Pypi| image:: https://img.shields.io/pypi/v/utool.svg\n   :target: https://pypi.python.org/pypi/utool\n.. |Downloads| image:: https://img.shields.io/pypi/dm/utool.svg\n   :target: https://pypistats.org/packages/utool\n.. |ReadTheDocs| image:: https://readthedocs.org/projects/utool/badge/?version=latest\n    :target: http://utool.readthedocs.io/en/latest/\n.. |GithubActions| image:: https://github.com/Erotemic/utool/actions/workflows/tests.yml/badge.svg?branch=main\n    :target: https://github.com/Erotemic/utool/actions?query=branch%3Amain\n",
    "bugtrack_url": null,
    "license": "Apache 2",
    "summary": "Useful utilities and the kitchen sink",
    "version": "2.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Erotemic/utool"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d03acdfe7ec12f2f4e40dd8ea9c045b2373b73975c0ce3c1e858d741b79a461",
                "md5": "ff708d6d9f11988e17c5913ebb27fae4",
                "sha256": "af5a2e84ad01847795b3c52fc1985866b1c2d31714317fff27c1e4886027932d"
            },
            "downloads": -1,
            "filename": "utool-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff708d6d9f11988e17c5913ebb27fae4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 566484,
            "upload_time": "2024-04-14T00:37:23",
            "upload_time_iso_8601": "2024-04-14T00:37:23.174390Z",
            "url": "https://files.pythonhosted.org/packages/6d/03/acdfe7ec12f2f4e40dd8ea9c045b2373b73975c0ce3c1e858d741b79a461/utool-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ef1c787e6da236f18e423785371de2ecd724f52acc63ae6458a2406a61cd9ea",
                "md5": "59b65a3d44e02e36f4fb835a53525d8d",
                "sha256": "793e1889cb7b2e8ba30ed145512a96536b52b70bae3eae0117096e28fada66eb"
            },
            "downloads": -1,
            "filename": "utool-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "59b65a3d44e02e36f4fb835a53525d8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 538058,
            "upload_time": "2024-04-14T00:37:26",
            "upload_time_iso_8601": "2024-04-14T00:37:26.207462Z",
            "url": "https://files.pythonhosted.org/packages/6e/f1/c787e6da236f18e423785371de2ecd724f52acc63ae6458a2406a61cd9ea/utool-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 00:37:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Erotemic",
    "github_project": "utool",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "requirements": [],
    "lcname": "utool"
}
        
Elapsed time: 0.28465s