simplistic


Namesimplistic JSON
Version 0.1.1a0 PyPI version JSON
download
home_page
SummaryA base class for wrapping CLI commands.
upload_time2023-08-31 15:45:39
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) [2023] [Jesse C. Sealand] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords python3 python cli cli wrapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # simplistic
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/jesse-sealand/simplistic)

| | |
| --- | --- |
| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/simplistic.svg)](https://pypi.org/project/simplistic/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/simplistic)](https://pypi.org/project/simplistic/) |
| Meta | [![PyPI - License](https://img.shields.io/pypi/l/simplistic)](https://github.com/pandas-dev/pandas/blob/main/LICENSE)|

A base class for creating command line interface (cli) wrappers.

## What is it?

**simplistic** is a Python package that provides fast and flexible access to generating command line statements using natural language and method chaining.. It aims to be the fundamental building block creating any command line wrapper.

## Table of Contents

- [Main Features](#main-features)
- [Where to get it](#where-to-get-it)
- [Dependencies](#dependencies)
- [License](#license)
- [Documentation](#documentation)

## Main Features
Here are just a few of the things that pandas does well:

  - Allows to mapping natural language to tersely define command line arguements
  - Provides method chaining to assemble complete statements
  - Automatic execution of commands
    
## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/jesse-sealand/simplistic

The latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/simplistic) only at this time.

```sh
# PyPI
pip install simplistic
```

## Dependencies
- Not dependant on packages outside of python core library.

## License
[MIT](LICENSE)

## Documentation
The official documentation is hosted on [Read the Docs](http://simplistic.readthedocs.io/).


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "simplistic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python3,python,cli,cli wrapper",
    "author": "",
    "author_email": "\"Jesse C. Sealand\" <jesse.sealand@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/4c/b5/aa722f94d11d6a7da7349101fad650e01c3461d6e28872ccb8b71c61f205/simplistic-0.1.1a0.tar.gz",
    "platform": null,
    "description": "# simplistic\r\n![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/jesse-sealand/simplistic)\r\n\r\n| | |\r\n| --- | --- |\r\n| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/simplistic.svg)](https://pypi.org/project/simplistic/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/simplistic)](https://pypi.org/project/simplistic/) |\r\n| Meta | [![PyPI - License](https://img.shields.io/pypi/l/simplistic)](https://github.com/pandas-dev/pandas/blob/main/LICENSE)|\r\n\r\nA base class for creating command line interface (cli) wrappers.\r\n\r\n## What is it?\r\n\r\n**simplistic** is a Python package that provides fast and flexible access to generating command line statements using natural language and method chaining.. It aims to be the fundamental building block creating any command line wrapper.\r\n\r\n## Table of Contents\r\n\r\n- [Main Features](#main-features)\r\n- [Where to get it](#where-to-get-it)\r\n- [Dependencies](#dependencies)\r\n- [License](#license)\r\n- [Documentation](#documentation)\r\n\r\n## Main Features\r\nHere are just a few of the things that pandas does well:\r\n\r\n  - Allows to mapping natural language to tersely define command line arguements\r\n  - Provides method chaining to assemble complete statements\r\n  - Automatic execution of commands\r\n    \r\n## Where to get it\r\nThe source code is currently hosted on GitHub at:\r\nhttps://github.com/jesse-sealand/simplistic\r\n\r\nThe latest released version are available at the [Python\r\nPackage Index (PyPI)](https://pypi.org/project/simplistic) only at this time.\r\n\r\n```sh\r\n# PyPI\r\npip install simplistic\r\n```\r\n\r\n## Dependencies\r\n- Not dependant on packages outside of python core library.\r\n\r\n## License\r\n[MIT](LICENSE)\r\n\r\n## Documentation\r\nThe official documentation is hosted on [Read the Docs](http://simplistic.readthedocs.io/).\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [2023] [Jesse C. Sealand]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A base class for wrapping CLI commands.",
    "version": "0.1.1a0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jesse-sealand/simplistic/issues",
        "Homepage": "https://github.com/jesse-sealand/simplistic"
    },
    "split_keywords": [
        "python3",
        "python",
        "cli",
        "cli wrapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef7d5f1b1e65d0c5b2c7e33e2ca460f16914048aea2f14d4599e1c55c9783f21",
                "md5": "6858a303226ddbbce11a18ea1bd78103",
                "sha256": "933cf64211660fcf8d5574302730dbd96bcd74c857f41d321b9a67a7894b1823"
            },
            "downloads": -1,
            "filename": "simplistic-0.1.1a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6858a303226ddbbce11a18ea1bd78103",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5108,
            "upload_time": "2023-08-31T15:45:37",
            "upload_time_iso_8601": "2023-08-31T15:45:37.989517Z",
            "url": "https://files.pythonhosted.org/packages/ef/7d/5f1b1e65d0c5b2c7e33e2ca460f16914048aea2f14d4599e1c55c9783f21/simplistic-0.1.1a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cb5aa722f94d11d6a7da7349101fad650e01c3461d6e28872ccb8b71c61f205",
                "md5": "f316e40ee5bde908769f1aa82715a4b9",
                "sha256": "da7b268073951adbb3d7f8f82a467e562e01317f2992c7633edd1255f61c0b02"
            },
            "downloads": -1,
            "filename": "simplistic-0.1.1a0.tar.gz",
            "has_sig": false,
            "md5_digest": "f316e40ee5bde908769f1aa82715a4b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4586,
            "upload_time": "2023-08-31T15:45:39",
            "upload_time_iso_8601": "2023-08-31T15:45:39.975477Z",
            "url": "https://files.pythonhosted.org/packages/4c/b5/aa722f94d11d6a7da7349101fad650e01c3461d6e28872ccb8b71c61f205/simplistic-0.1.1a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 15:45:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jesse-sealand",
    "github_project": "simplistic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "simplistic"
}
        
Elapsed time: 0.11104s