conntextual


Nameconntextual JSON
Version 1.3.5 PyPI version JSON
download
home_pagehttps://github.com/vkottler/conntextual
SummaryA network-application TUI using textual.
upload_time2024-06-22 21:35:40
maintainerNone
docs_urlNone
authorVaughn Kottler
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
    =====================================
    generator=datazen
    version=3.1.4
    hash=0e2fbdb8a8dcbb003fd2be2072402f40
    =====================================
-->

# conntextual ([1.3.5](https://pypi.org/project/conntextual/))

[![python](https://img.shields.io/pypi/pyversions/conntextual.svg)](https://pypi.org/project/conntextual/)
![Build Status](https://github.com/vkottler/conntextual/workflows/Python%20Package/badge.svg)
[![codecov](https://codecov.io/gh/vkottler/conntextual/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/conntextual)
![PyPI - Status](https://img.shields.io/pypi/status/conntextual)
![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/conntextual)

*A network-application TUI using textual.*

## Documentation

### Generated

* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/conntextual)
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
* By [pydoc](https://vkottler.github.io/python/pydoc/conntextual.html)
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)

## Python Version Support

This package is tested with the following Python minor versions:

* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)

## Platform Support

This package is tested on the following platforms:

* `ubuntu-latest`
* `macos-latest`

# Introduction

# Command-line Options

```
$ ./venv3.12/bin/conntextual -h

usage: conntextual [-h] [--version] [-v] [-q] [--curses] [--no-uvloop]
                   [-C DIR]
                   {client,ui,noop} ...

A network-application TUI using textual.

options:
  -h, --help         show this help message and exit
  --version          show program's version number and exit
  -v, --verbose      set to increase logging verbosity
  -q, --quiet        set to reduce output
  --curses           whether or not to use curses.wrapper when starting
  --no-uvloop        whether or not to disable uvloop as event loop driver
  -C DIR, --dir DIR  execute from a specific directory

commands:
  {client,ui,noop}   set of available commands
    client           attempt to connect a client to a remote session
    ui               run a user interface for runtimepy applications
    noop             command stub (does nothing)

```

# Internal Dependency Graph

A coarse view of the internal structure and scale of
`conntextual`'s source.
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
`mk python-deps`).

![conntextual's Dependency Graph](im/pydeps.svg)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vkottler/conntextual",
    "name": "conntextual",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Vaughn Kottler <vaughnkottler@gmail.com>",
    "keywords": null,
    "author": "Vaughn Kottler",
    "author_email": "Vaughn Kottler <vaughnkottler@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ec/83/fdbd36463e75d6a9fdf7786fac8cdae33ef99af9eff6505e19bd6418c8d4/conntextual-1.3.5.tar.gz",
    "platform": null,
    "description": "<!--\n    =====================================\n    generator=datazen\n    version=3.1.4\n    hash=0e2fbdb8a8dcbb003fd2be2072402f40\n    =====================================\n-->\n\n# conntextual ([1.3.5](https://pypi.org/project/conntextual/))\n\n[![python](https://img.shields.io/pypi/pyversions/conntextual.svg)](https://pypi.org/project/conntextual/)\n![Build Status](https://github.com/vkottler/conntextual/workflows/Python%20Package/badge.svg)\n[![codecov](https://codecov.io/gh/vkottler/conntextual/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/conntextual)\n![PyPI - Status](https://img.shields.io/pypi/status/conntextual)\n![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/conntextual)\n\n*A network-application TUI using textual.*\n\n## Documentation\n\n### Generated\n\n* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/conntextual)\n(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)\n* By [pydoc](https://vkottler.github.io/python/pydoc/conntextual.html)\n(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)\n\n## Python Version Support\n\nThis package is tested with the following Python minor versions:\n\n* [`python3.11`](https://docs.python.org/3.11/)\n* [`python3.12`](https://docs.python.org/3.12/)\n\n## Platform Support\n\nThis package is tested on the following platforms:\n\n* `ubuntu-latest`\n* `macos-latest`\n\n# Introduction\n\n# Command-line Options\n\n```\n$ ./venv3.12/bin/conntextual -h\n\nusage: conntextual [-h] [--version] [-v] [-q] [--curses] [--no-uvloop]\n                   [-C DIR]\n                   {client,ui,noop} ...\n\nA network-application TUI using textual.\n\noptions:\n  -h, --help         show this help message and exit\n  --version          show program's version number and exit\n  -v, --verbose      set to increase logging verbosity\n  -q, --quiet        set to reduce output\n  --curses           whether or not to use curses.wrapper when starting\n  --no-uvloop        whether or not to disable uvloop as event loop driver\n  -C DIR, --dir DIR  execute from a specific directory\n\ncommands:\n  {client,ui,noop}   set of available commands\n    client           attempt to connect a client to a remote session\n    ui               run a user interface for runtimepy applications\n    noop             command stub (does nothing)\n\n```\n\n# Internal Dependency Graph\n\nA coarse view of the internal structure and scale of\n`conntextual`'s source.\nGenerated using [pydeps](https://github.com/thebjorn/pydeps) (via\n`mk python-deps`).\n\n![conntextual's Dependency Graph](im/pydeps.svg)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A network-application TUI using textual.",
    "version": "1.3.5",
    "project_urls": {
        "Homepage": "https://github.com/vkottler/conntextual"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdcf24c8a46bdc2eb335cb74504b82697730e7c0b3ecbae44f9eaade96f63614",
                "md5": "99bd15c4fbbd60ad91b271ef518e78e9",
                "sha256": "18987ad556096c17a8bb08ce78315459804e7d64702f20c3e291fa434eb3a78b"
            },
            "downloads": -1,
            "filename": "conntextual-1.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99bd15c4fbbd60ad91b271ef518e78e9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 29860,
            "upload_time": "2024-06-22T21:35:38",
            "upload_time_iso_8601": "2024-06-22T21:35:38.860408Z",
            "url": "https://files.pythonhosted.org/packages/bd/cf/24c8a46bdc2eb335cb74504b82697730e7c0b3ecbae44f9eaade96f63614/conntextual-1.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec83fdbd36463e75d6a9fdf7786fac8cdae33ef99af9eff6505e19bd6418c8d4",
                "md5": "a61ea51eb1eac44bc8c6455033c11548",
                "sha256": "e0921e5bc259cadb200e0fcfe5a52b0e6caf2dbca5fa3436b2e56ecff3ad33db"
            },
            "downloads": -1,
            "filename": "conntextual-1.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a61ea51eb1eac44bc8c6455033c11548",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 21405,
            "upload_time": "2024-06-22T21:35:40",
            "upload_time_iso_8601": "2024-06-22T21:35:40.282212Z",
            "url": "https://files.pythonhosted.org/packages/ec/83/fdbd36463e75d6a9fdf7786fac8cdae33ef99af9eff6505e19bd6418c8d4/conntextual-1.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 21:35:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vkottler",
    "github_project": "conntextual",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "conntextual"
}
        
Elapsed time: 0.25946s