common-pyutil


Namecommon-pyutil JSON
Version 0.8.7 PyPI version JSON
download
home_pagehttps://github.com/akshaybadola/common-pyutil
SummarySome common python utility functions
upload_time2023-07-05 08:29:53
maintainer
docs_urlNone
authorAkshay
requires_python>=3.7,<4.0
licenseMIT
keywords utilities functional
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # common-pyutil
Bunch of common utility functions I've used in various projects. This package
provides a uniform interface to them.

# Features

- Pure python stdlib with no external dependencies (except [requests](https://github.com/psf/requests))
- Bunch of useful modules like:
  1. A simple hierarchical argument parser.
  2. Functional programming library.
  3. A `Timer` context for easy monitoring
  4. A `Tag` decorator for function tagging
  5. A logging module to get generate a logger with sensible defaults.
  6. A `Get` class with progress tracking.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akshaybadola/common-pyutil",
    "name": "common-pyutil",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "utilities,functional",
    "author": "Akshay",
    "author_email": "atavist13@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/c5/4e91c57981e4433a6314705de8964a024ce6826707d88ae5683390d19298/common-pyutil-0.8.7.tar.gz",
    "platform": null,
    "description": "# common-pyutil\nBunch of common utility functions I've used in various projects. This package\nprovides a uniform interface to them.\n\n# Features\n\n- Pure python stdlib with no external dependencies (except [requests](https://github.com/psf/requests))\n- Bunch of useful modules like:\n  1. A simple hierarchical argument parser.\n  2. Functional programming library.\n  3. A `Timer` context for easy monitoring\n  4. A `Tag` decorator for function tagging\n  5. A logging module to get generate a logger with sensible defaults.\n  6. A `Get` class with progress tracking.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Some common python utility functions",
    "version": "0.8.7",
    "project_urls": {
        "Homepage": "https://github.com/akshaybadola/common-pyutil"
    },
    "split_keywords": [
        "utilities",
        "functional"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b65df8c611e464265b4605bff1d820c49d9909e2348530284209d56680ec3b96",
                "md5": "d2f9e9dad28b5a729dfce24c1c4799d7",
                "sha256": "8b877a418b45ac8e4d63c52b04d38d0fd69d009aa848f2d28febfb99ca7b8ce5"
            },
            "downloads": -1,
            "filename": "common_pyutil-0.8.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2f9e9dad28b5a729dfce24c1c4799d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 18205,
            "upload_time": "2023-07-05T08:29:55",
            "upload_time_iso_8601": "2023-07-05T08:29:55.241964Z",
            "url": "https://files.pythonhosted.org/packages/b6/5d/f8c611e464265b4605bff1d820c49d9909e2348530284209d56680ec3b96/common_pyutil-0.8.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71c54e91c57981e4433a6314705de8964a024ce6826707d88ae5683390d19298",
                "md5": "c80203580e8dc0b9bff2337652735f68",
                "sha256": "9a2463be3efeecf8add8bc98b43db018e3d5a7ee46a89b04ffdf9483d9b084e8"
            },
            "downloads": -1,
            "filename": "common-pyutil-0.8.7.tar.gz",
            "has_sig": false,
            "md5_digest": "c80203580e8dc0b9bff2337652735f68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 15546,
            "upload_time": "2023-07-05T08:29:53",
            "upload_time_iso_8601": "2023-07-05T08:29:53.925978Z",
            "url": "https://files.pythonhosted.org/packages/71/c5/4e91c57981e4433a6314705de8964a024ce6826707d88ae5683390d19298/common-pyutil-0.8.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 08:29:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akshaybadola",
    "github_project": "common-pyutil",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "common-pyutil"
}
        
Elapsed time: 0.08510s