python-toolbox


Namepython-toolbox JSON
Version 1.2.5 PyPI version JSON
download
home_pageNone
SummaryA collection of Python tools for various tasks
upload_time2025-07-14 07:05:42
maintainerNone
docs_urlNone
authorRam Rachum
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
The Python Toolbox is a collection of Python tools for various tasks. It
contains:

 - ``python_toolbox.caching``: Tools for caching functions, class instances and
    properties.

 - ``python_toolbox.cute_iter_tools``: Tools for manipulating iterables. Adds
    useful functions not found in Python's built-in ``itertools``.

 - ``python_toolbox.context_management``: Pimping up your context managers.

 - ``python_toolbox.emitting``: A publisher-subscriber framework that doesn't
    abuse strings.

 - And many, *many* more! The Python Toolbox contains **100+** useful
   little tools.


Documentation: http://python-toolbox.readthedocs.io

Python Toolbox on GitHub: https://github.com/cool-RR/python_toolbox

Python Toolbox on PyPI: https://pypi.python.org/pypi/python_toolbox

Tests
=====

Test can be run by running the ``_test_python_toolbox.py`` script that's
installed automatically with the Python Toolbox.

When ``python_toolbox`` isn't installed, you may run ``pytest`` at the repo
root to run the tests.


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

The Python Toolbox was created by Ram Rachum. I provide
`Development services in Python and Django <https://chipmunkdev.com>`_.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-toolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ram Rachum",
    "author_email": "ram@rachum.com",
    "download_url": null,
    "platform": null,
    "description": "\r\nThe Python Toolbox is a collection of Python tools for various tasks. It\r\ncontains:\r\n\r\n - ``python_toolbox.caching``: Tools for caching functions, class instances and\r\n    properties.\r\n\r\n - ``python_toolbox.cute_iter_tools``: Tools for manipulating iterables. Adds\r\n    useful functions not found in Python's built-in ``itertools``.\r\n\r\n - ``python_toolbox.context_management``: Pimping up your context managers.\r\n\r\n - ``python_toolbox.emitting``: A publisher-subscriber framework that doesn't\r\n    abuse strings.\r\n\r\n - And many, *many* more! The Python Toolbox contains **100+** useful\r\n   little tools.\r\n\r\n\r\nDocumentation: http://python-toolbox.readthedocs.io\r\n\r\nPython Toolbox on GitHub: https://github.com/cool-RR/python_toolbox\r\n\r\nPython Toolbox on PyPI: https://pypi.python.org/pypi/python_toolbox\r\n\r\nTests\r\n=====\r\n\r\nTest can be run by running the ``_test_python_toolbox.py`` script that's\r\ninstalled automatically with the Python Toolbox.\r\n\r\nWhen ``python_toolbox`` isn't installed, you may run ``pytest`` at the repo\r\nroot to run the tests.\r\n\r\n\r\n-------------------------------------------------------\r\n\r\nThe Python Toolbox was created by Ram Rachum. I provide\r\n`Development services in Python and Django <https://chipmunkdev.com>`_.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of Python tools for various tasks",
    "version": "1.2.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c611dffed19303fb5621678947ed8ecd63de1bd16bec6779ed1f3dc7310a9ce",
                "md5": "1f3869791a67b67f00726a1b8cfede5e",
                "sha256": "826071115feb3c59af480719676e427a10f549d2bd5ee7f9818a656a49f9de97"
            },
            "downloads": -1,
            "filename": "python_toolbox-1.2.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f3869791a67b67f00726a1b8cfede5e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 533450,
            "upload_time": "2025-07-14T07:05:42",
            "upload_time_iso_8601": "2025-07-14T07:05:42.326535Z",
            "url": "https://files.pythonhosted.org/packages/2c/61/1dffed19303fb5621678947ed8ecd63de1bd16bec6779ed1f3dc7310a9ce/python_toolbox-1.2.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 07:05:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-toolbox"
}
        
Elapsed time: 1.62074s