mbp


Namembp JSON
Version 1.6.1 PyPI version JSON
download
home_pagehttps://github.com/sudongqi/MoreBeautifulPython.git
SummaryMake Python even more beautiful :) This package includes implementations that you wish were in the standard library.
upload_time2024-12-21 02:24:32
maintainerNone
docs_urlNone
authorDongqi Su
requires_python>=3.11.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## More Beautiful Python

Make Python even more beautiful :) This package includes implementations that you wish were in the standard library.

### Setup

    python -m pip install mbp
    python -m mbp.info
    =================================== More Beautiful Python ===================================
    examples              https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py
    execution_directory   C:\Users\sudon\MoreBeautifulPython
    library_path          C:\Users\sudon\MoreBeautifulPython\src\mbp\core.py
    cpu_count             16
    version               1.6.01
    =============================================================================================

### Examples

https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py

-   replacement for logging
-   replacement for multiprocessing
-   syntax sugar for common utilities
-   tools for file system & data handling
-   tools for summarizations
-   tools for simple statistics
-   tools for llm (Large Language Model)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sudongqi/MoreBeautifulPython.git",
    "name": "mbp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dongqi Su",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/65/e3/ff195a43391321b201c4a4640a16d0694432ac89b4b9ed392ebe4ec50040/mbp-1.6.1.tar.gz",
    "platform": null,
    "description": "## More Beautiful Python\r\n\r\nMake Python even more beautiful :) This package includes implementations that you wish were in the standard library.\r\n\r\n### Setup\r\n\r\n    python -m pip install mbp\r\n    python -m mbp.info\r\n    =================================== More Beautiful Python ===================================\r\n    examples              https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py\r\n    execution_directory   C:\\Users\\sudon\\MoreBeautifulPython\r\n    library_path          C:\\Users\\sudon\\MoreBeautifulPython\\src\\mbp\\core.py\r\n    cpu_count             16\r\n    version               1.6.01\r\n    =============================================================================================\r\n\r\n### Examples\r\n\r\nhttps://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py\r\n\r\n-   replacement for logging\r\n-   replacement for multiprocessing\r\n-   syntax sugar for common utilities\r\n-   tools for file system & data handling\r\n-   tools for summarizations\r\n-   tools for simple statistics\r\n-   tools for llm (Large Language Model)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Make Python even more beautiful :) This package includes implementations that you wish were in the standard library.",
    "version": "1.6.1",
    "project_urls": {
        "Homepage": "https://github.com/sudongqi/MoreBeautifulPython.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "863190d78838e67e0ee0247bff247a456e813a4739ce6ba0e72cc1e4f363588a",
                "md5": "dc9f54c14fb01c6e707d6bebef6c6608",
                "sha256": "5e30a73a63a386a7939aaa2a19cda5e2ddc7356abb89cae02f8d2a071c4735b4"
            },
            "downloads": -1,
            "filename": "mbp-1.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc9f54c14fb01c6e707d6bebef6c6608",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.0",
            "size": 13057,
            "upload_time": "2024-12-21T02:24:30",
            "upload_time_iso_8601": "2024-12-21T02:24:30.251632Z",
            "url": "https://files.pythonhosted.org/packages/86/31/90d78838e67e0ee0247bff247a456e813a4739ce6ba0e72cc1e4f363588a/mbp-1.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65e3ff195a43391321b201c4a4640a16d0694432ac89b4b9ed392ebe4ec50040",
                "md5": "26a2d1c70e82ccc2388dcf6150c55f12",
                "sha256": "f6b4e7145f313e3e4e1b56e4477dd0733ddc61193cffd041f7ec99d8ec5ed591"
            },
            "downloads": -1,
            "filename": "mbp-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "26a2d1c70e82ccc2388dcf6150c55f12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.0",
            "size": 12973,
            "upload_time": "2024-12-21T02:24:32",
            "upload_time_iso_8601": "2024-12-21T02:24:32.163873Z",
            "url": "https://files.pythonhosted.org/packages/65/e3/ff195a43391321b201c4a4640a16d0694432ac89b4b9ed392ebe4ec50040/mbp-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 02:24:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sudongqi",
    "github_project": "MoreBeautifulPython",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mbp"
}
        
Elapsed time: 1.65750s