cmdix


Namecmdix JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/jaraco/cmdix
SummaryUnix commands in Pure Python
upload_time2023-12-20 17:18:29
maintainer
docs_urlNone
authorJason R. Coombs
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://img.shields.io/pypi/v/cmdix.svg
   :target: https://pypi.org/project/cmdix

.. image:: https://img.shields.io/pypi/pyversions/cmdix.svg

.. image:: https://github.com/jaraco/cmdix/actions/workflows/main.yml/badge.svg
   :target: https://github.com/jaraco/cmdix/actions?query=workflow%3A%22tests%22
   :alt: tests

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

.. image:: https://readthedocs.org/projects/cmdix/badge/?version=latest
   :target: https://cmdix.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/skeleton-2023-informational
   :target: https://blog.jaraco.com/skeleton

cmdix is a pure Python implementation of various standard UNIX commands,
like 'ls', 'cp' and 'sleep'. It also contains a shell-like environment which
will make Unix-users feel right at home on the Windows command-prompt.

Forked from the abandoned `pycoreutils project
<https://pypi.org/project/pycoreutils>`_ by Hans van Leeuwen.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jaraco/cmdix",
    "name": "cmdix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jason R. Coombs",
    "author_email": "jaraco@jaraco.com",
    "download_url": "https://files.pythonhosted.org/packages/18/a6/2039ed2ff467b4cf61fbc7134c84432c3725b498972841e347a2ff01b518/cmdix-3.1.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/cmdix.svg\n   :target: https://pypi.org/project/cmdix\n\n.. image:: https://img.shields.io/pypi/pyversions/cmdix.svg\n\n.. image:: https://github.com/jaraco/cmdix/actions/workflows/main.yml/badge.svg\n   :target: https://github.com/jaraco/cmdix/actions?query=workflow%3A%22tests%22\n   :alt: tests\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/astral-sh/ruff\n    :alt: Ruff\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Code style: Black\n\n.. image:: https://readthedocs.org/projects/cmdix/badge/?version=latest\n   :target: https://cmdix.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/skeleton-2023-informational\n   :target: https://blog.jaraco.com/skeleton\n\ncmdix is a pure Python implementation of various standard UNIX commands,\nlike 'ls', 'cp' and 'sleep'. It also contains a shell-like environment which\nwill make Unix-users feel right at home on the Windows command-prompt.\n\nForked from the abandoned `pycoreutils project\n<https://pypi.org/project/pycoreutils>`_ by Hans van Leeuwen.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Unix commands in Pure Python",
    "version": "3.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jaraco/cmdix"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afc2ce0283bdffd0f25df0003c5f0de63cd7099394541e87a93ba0bbc529a486",
                "md5": "2860c33a04ba20ba5faa9e57de9d5f59",
                "sha256": "5ffa6369bf8956602807183d62a8fe40ecb6dde4bbf9d89ad37c3508fd2d3e12"
            },
            "downloads": -1,
            "filename": "cmdix-3.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2860c33a04ba20ba5faa9e57de9d5f59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 55640,
            "upload_time": "2023-12-20T17:18:27",
            "upload_time_iso_8601": "2023-12-20T17:18:27.214336Z",
            "url": "https://files.pythonhosted.org/packages/af/c2/ce0283bdffd0f25df0003c5f0de63cd7099394541e87a93ba0bbc529a486/cmdix-3.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18a62039ed2ff467b4cf61fbc7134c84432c3725b498972841e347a2ff01b518",
                "md5": "9ebd472ca000a86cbe4e7802ad5b54c8",
                "sha256": "d4e1344d9e48cdbab78eae0681d4f8eb91106ce3d73a091c160992fcd1b8ecf6"
            },
            "downloads": -1,
            "filename": "cmdix-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9ebd472ca000a86cbe4e7802ad5b54c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 44926,
            "upload_time": "2023-12-20T17:18:29",
            "upload_time_iso_8601": "2023-12-20T17:18:29.609261Z",
            "url": "https://files.pythonhosted.org/packages/18/a6/2039ed2ff467b4cf61fbc7134c84432c3725b498972841e347a2ff01b518/cmdix-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 17:18:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jaraco",
    "github_project": "cmdix",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "cmdix"
}
        
Elapsed time: 0.14780s