switchgrass


Nameswitchgrass JSON
Version 0.1.0a1 PyPI version JSON
download
home_pageNone
SummaryA homegrown CLI framework
upload_time2024-10-27 02:51:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords cli console framework terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Switchgrass 🌾
A homegrown python framework for building CLI applications

### What?
The idea is to make all the input, output, and state management of a CLI program easier. So the goal of this project is to build a package that allows developers to build CLIs, representing different menus as nodes on a graph.

_We'll see how this goes_

Wish me luck!

### Help
If you've come across this repo somehow and this project seems interesting, feel free to join and help out!


### Show your support
Obviously no one is using this, but I learned you can custom-make badges! Like this:
[![Grown with Switchgrass](https://img.shields.io/badge/grown%20with-switchgrass%20🌾-2e7d32)](https://github.com/webecke/switchgrass)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "switchgrass",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "cli, console, framework, terminal",
    "author": null,
    "author_email": "Dallin Webecke <me@webecke.dev>",
    "download_url": "https://files.pythonhosted.org/packages/67/6f/d3e90922198990195597d019974aa15a832d8d09d13cb372291a7f1563bf/switchgrass-0.1.0a1.tar.gz",
    "platform": null,
    "description": "# Switchgrass \ud83c\udf3e\nA homegrown python framework for building CLI applications\n\n### What?\nThe idea is to make all the input, output, and state management of a CLI program easier. So the goal of this project is to build a package that allows developers to build CLIs, representing different menus as nodes on a graph.\n\n_We'll see how this goes_\n\nWish me luck!\n\n### Help\nIf you've come across this repo somehow and this project seems interesting, feel free to join and help out!\n\n\n### Show your support\nObviously no one is using this, but I learned you can custom-make badges! Like this:\n[![Grown with Switchgrass](https://img.shields.io/badge/grown%20with-switchgrass%20\ud83c\udf3e-2e7d32)](https://github.com/webecke/switchgrass)",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A homegrown CLI framework",
    "version": "0.1.0a1",
    "project_urls": {
        "Homepage": "https://github.com/webecke/switchgrass",
        "Repository": "https://github.com/webecke/switchgrass"
    },
    "split_keywords": [
        "cli",
        " console",
        " framework",
        " terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55859ed70f9150883c9ff660f013bce196eb057dc5944d235030727e245f22ff",
                "md5": "edad25ae8b558fd997cbc65f5e069d30",
                "sha256": "37058a745e005f8d121c834fc4aad9857c30b650a63ad2eb9990cd7d021800fd"
            },
            "downloads": -1,
            "filename": "switchgrass-0.1.0a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "edad25ae8b558fd997cbc65f5e069d30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4424,
            "upload_time": "2024-10-27T02:51:20",
            "upload_time_iso_8601": "2024-10-27T02:51:20.383583Z",
            "url": "https://files.pythonhosted.org/packages/55/85/9ed70f9150883c9ff660f013bce196eb057dc5944d235030727e245f22ff/switchgrass-0.1.0a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "676fd3e90922198990195597d019974aa15a832d8d09d13cb372291a7f1563bf",
                "md5": "ba2881be85e28a85010859230df5a354",
                "sha256": "c794a01d0e31f8b144635cb07f84fdcf790f4faeb34f16b97100050984fc78f2"
            },
            "downloads": -1,
            "filename": "switchgrass-0.1.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba2881be85e28a85010859230df5a354",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3679,
            "upload_time": "2024-10-27T02:51:21",
            "upload_time_iso_8601": "2024-10-27T02:51:21.891460Z",
            "url": "https://files.pythonhosted.org/packages/67/6f/d3e90922198990195597d019974aa15a832d8d09d13cb372291a7f1563bf/switchgrass-0.1.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 02:51:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "webecke",
    "github_project": "switchgrass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "switchgrass"
}
        
Elapsed time: 0.49661s