picle


Namepicle JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/dmulyalin/picle
SummaryPython Interactive Command Line Shells
upload_time2024-09-29 11:07:29
maintainerNone
docs_urlNone
authorDenis Mulyalin
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PICLE - Python Interactive Command Line Shells

PICLE is a module to construct interactive command line shell
applications using Pydantic models.

Built on top of Python's standard library 
[CMD module](https://docs.python.org/3/library/cmd.html) and 
uses [Pydantic](https://docs.pydantic.dev/) models to construct 
shell environments.

Welcome to [documentation](https://dmulyalin.github.io/picle/) to
explore it further.

# Comparison With Other Projects

[python-nubia](https://github.com/facebookarchive/python-nubia) by 
Facebook - unfortunately this project no longer maintained, it also 
provides no integration with Pydantic.

Why not [python-fire](https://github.com/google/python-fire), 
[click](https://github.com/pallets/click) or 
[argparse](https://docs.python.org/3/library/argparse.html) - 
all these libraries are great for building command line tools, 
but they provide no support for interactive shell or input 
comprehensive validation supported by Pydantic.

Why not 
[prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) 
or [textual](https://github.com/Textualize/textual) - those are extremely 
good libraries for building Terminal User Interface (TUI) applications but 
they provide no support for interactive shell and Pydantic validation of 
input.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dmulyalin/picle",
    "name": "picle",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Denis Mulyalin",
    "author_email": "d.mulyalin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/21/d66f455f2173b97efab86bff49245365d7a7603bdeafd80e7ee2f3bd2a6a/picle-0.7.3.tar.gz",
    "platform": null,
    "description": "# PICLE - Python Interactive Command Line Shells\n\nPICLE is a module to construct interactive command line shell\napplications using Pydantic models.\n\nBuilt on top of Python's standard library \n[CMD module](https://docs.python.org/3/library/cmd.html) and \nuses [Pydantic](https://docs.pydantic.dev/) models to construct \nshell environments.\n\nWelcome to [documentation](https://dmulyalin.github.io/picle/) to\nexplore it further.\n\n# Comparison With Other Projects\n\n[python-nubia](https://github.com/facebookarchive/python-nubia) by \nFacebook - unfortunately this project no longer maintained, it also \nprovides no integration with Pydantic.\n\nWhy not [python-fire](https://github.com/google/python-fire), \n[click](https://github.com/pallets/click) or \n[argparse](https://docs.python.org/3/library/argparse.html) - \nall these libraries are great for building command line tools, \nbut they provide no support for interactive shell or input \ncomprehensive validation supported by Pydantic.\n\nWhy not \n[prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) \nor [textual](https://github.com/Textualize/textual) - those are extremely \ngood libraries for building Terminal User Interface (TUI) applications but \nthey provide no support for interactive shell and Pydantic validation of \ninput.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Interactive Command Line Shells",
    "version": "0.7.3",
    "project_urls": {
        "Documentation": "https://dmulyalin.github.io/picle/",
        "Homepage": "https://github.com/dmulyalin/picle",
        "Repository": "https://github.com/dmulyalin/picle"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d031dea2fccb7664bb78262f336037b597a0933c7be10b0c05f6d6ad0d066df2",
                "md5": "863f257706aa822b435e71d898fba1f1",
                "sha256": "3a485e430ca8ce1442a8aada6027a92b999dfc9a52fb03d1c982887436e1c6be"
            },
            "downloads": -1,
            "filename": "picle-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "863f257706aa822b435e71d898fba1f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 14040,
            "upload_time": "2024-09-29T11:07:27",
            "upload_time_iso_8601": "2024-09-29T11:07:27.404747Z",
            "url": "https://files.pythonhosted.org/packages/d0/31/dea2fccb7664bb78262f336037b597a0933c7be10b0c05f6d6ad0d066df2/picle-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4821d66f455f2173b97efab86bff49245365d7a7603bdeafd80e7ee2f3bd2a6a",
                "md5": "60b8f7ca4849408ead44b82d34e136d6",
                "sha256": "4d31cda0658b6d2e5da14a0795f0be420c833b5e86ca14745e037b8785183105"
            },
            "downloads": -1,
            "filename": "picle-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "60b8f7ca4849408ead44b82d34e136d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 13231,
            "upload_time": "2024-09-29T11:07:29",
            "upload_time_iso_8601": "2024-09-29T11:07:29.121774Z",
            "url": "https://files.pythonhosted.org/packages/48/21/d66f455f2173b97efab86bff49245365d7a7603bdeafd80e7ee2f3bd2a6a/picle-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 11:07:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dmulyalin",
    "github_project": "picle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "picle"
}
        
Elapsed time: 0.37917s