adafruit-python-shell


Nameadafruit-python-shell JSON
Version 1.10.0 PyPI version JSON
download
home_pageNone
SummaryPython helper for running Shell scripts in Python
upload_time2025-08-06 22:09:50
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords adafruit blinka circuitpython micropython python shell installation raspberry pi console terminal installer
VCS
bugtrack_url
requirements clint Adafruit-PlatformDetect
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

.. image:: https://readthedocs.org/projects/adafruit-python-shell/badge/?version=latest
    :target: https://circuitpython.readthedocs.io/projects/shell/en/latest/
    :alt: Documentation Status

.. image:: https://img.shields.io/discord/327254708534116352.svg
    :target: https://adafru.it/discord
    :alt: Discord

.. image:: https://github.com/adafruit/Adafruit_Python_Shell/workflows/Build%20CI/badge.svg
    :target: https://github.com/adafruit/Adafruit_Python_Shell/actions
    :alt: Build Status

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

Python helper for running Shell scripts in Python


Dependencies
=============
This driver depends on:

* Linux

Installing from PyPI
=====================
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-python-shell/>`_. To install for current user:

.. code-block:: shell

    pip3 install adafruit-python-shell

To install system-wide (this may be required in some cases):

.. code-block:: shell

    sudo pip3 install adafruit-python-shell

To install in a virtual environment in your current project:

.. code-block:: shell

    mkdir project-name && cd project-name
    python3 -m venv .env
    source .env/bin/activate
    pip3 install adafruit-python-shell

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_Python_Shell/blob/master/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

Documentation
=============

For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "adafruit-python-shell",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "adafruit, blinka, circuitpython, micropython, python, shell, installation, raspberry, pi, console, terminal, installer",
    "author": null,
    "author_email": "Adafruit Industries <circuitpython@adafruit.com>",
    "download_url": "https://files.pythonhosted.org/packages/a3/dc/3b9768f30c697768c78a507f2a601d6309bed307d87bcd46fc8d507fcdcb/adafruit_python_shell-1.10.0.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-python-shell/badge/?version=latest\n    :target: https://circuitpython.readthedocs.io/projects/shell/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/discord/327254708534116352.svg\n    :target: https://adafru.it/discord\n    :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_Python_Shell/workflows/Build%20CI/badge.svg\n    :target: https://github.com/adafruit/Adafruit_Python_Shell/actions\n    :alt: Build Status\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\nPython helper for running Shell scripts in Python\n\n\nDependencies\n=============\nThis driver depends on:\n\n* Linux\n\nInstalling from PyPI\n=====================\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI <https://pypi.org/project/adafruit-python-shell/>`_. To install for current user:\n\n.. code-block:: shell\n\n    pip3 install adafruit-python-shell\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install adafruit-python-shell\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n    mkdir project-name && cd project-name\n    python3 -m venv .env\n    source .env/bin/activate\n    pip3 install adafruit-python-shell\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_Python_Shell/blob/master/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n\nDocumentation\n=============\n\nFor information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python helper for running Shell scripts in Python",
    "version": "1.10.0",
    "project_urls": {
        "Homepage": "https://github.com/adafruit/Adafruit_Python_Shell"
    },
    "split_keywords": [
        "adafruit",
        " blinka",
        " circuitpython",
        " micropython",
        " python",
        " shell",
        " installation",
        " raspberry",
        " pi",
        " console",
        " terminal",
        " installer"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7843e47a57c302a8600be9abd890aa903edc8845bde16eedb13e8c92b1d744a4",
                "md5": "6a1dea8bf1a86269dab10dd806f8d716",
                "sha256": "366074d046b3c5f98ab694984ff3136849e498f19130ebd0ffd69a4cc30e700c"
            },
            "downloads": -1,
            "filename": "adafruit_python_shell-1.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a1dea8bf1a86269dab10dd806f8d716",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10124,
            "upload_time": "2025-08-06T22:09:49",
            "upload_time_iso_8601": "2025-08-06T22:09:49.886497Z",
            "url": "https://files.pythonhosted.org/packages/78/43/e47a57c302a8600be9abd890aa903edc8845bde16eedb13e8c92b1d744a4/adafruit_python_shell-1.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3dc3b9768f30c697768c78a507f2a601d6309bed307d87bcd46fc8d507fcdcb",
                "md5": "3a925c26a06d3af872a41ff9d01e497d",
                "sha256": "feebbf0bfd0bb882de386a0c960875a2339ddbe57229102865214fdbe1e115f7"
            },
            "downloads": -1,
            "filename": "adafruit_python_shell-1.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3a925c26a06d3af872a41ff9d01e497d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30414,
            "upload_time": "2025-08-06T22:09:50",
            "upload_time_iso_8601": "2025-08-06T22:09:50.742452Z",
            "url": "https://files.pythonhosted.org/packages/a3/dc/3b9768f30c697768c78a507f2a601d6309bed307d87bcd46fc8d507fcdcb/adafruit_python_shell-1.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 22:09:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adafruit",
    "github_project": "Adafruit_Python_Shell",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "clint",
            "specs": []
        },
        {
            "name": "Adafruit-PlatformDetect",
            "specs": []
        }
    ],
    "lcname": "adafruit-python-shell"
}
        
Elapsed time: 1.29556s