pyout


Namepyout JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://github.com/pyout/pyout.git
SummaryTerminal styling for tabular data
upload_time2023-03-28 13:29:00
maintainer
docs_urlNone
authorKyle Meyer
requires_python>=3.7
licenseMIT
keywords terminal tty console formatting style color
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========================================
pyout: Terminal styling for structured data
===========================================

.. image:: https://travis-ci.org/pyout/pyout.svg?branch=master
    :target: https://travis-ci.org/pyout/pyout
.. image:: https://codecov.io/github/pyout/pyout/coverage.svg?branch=master
    :target: https://codecov.io/github/pyout/pyout?branch=master
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT

``pyout`` is a Python package that defines an interface for writing
structured records as a table in a terminal.  It is being developed to
replace custom code for displaying tabular data in in ReproMan_ and
DataLad_. See the Examples_ folder for how to get started.

A primary goal of the interface is the separation of content from
style and presentation.  Current capabilities include

- automatic width adjustment and updating of previous values

- styling based on a field value or specified interval

- defining a transform function that maps a raw value to the displayed
  value

- defining a summary function that generates a summary of a column
  (e.g., value totals)

- support for delayed, asynchronous values that are added to the table
  as they come in


Status
======

This package is currently in early stages of development.  While it
should be usable in its current form, it may change in substantial
ways that break backward compatibility, and many aspects currently
lack polish and documentation.

``pyout`` requires Python 3 (>= 3.7).  It is developed and tested in
GNU/Linux environments and is expected to work in macOS environments
as well.  There is currently very limited Windows support.


License
=======

``pyout`` is under the MIT License.  See the COPYING file.


.. _DataLad: https://datalad.org
.. _ReproMan: http://reproman.repronim.org
.. _Examples: examples/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyout/pyout.git",
    "name": "pyout",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "terminal,tty,console,formatting,style,color",
    "author": "Kyle Meyer",
    "author_email": "kyle@kyleam.com",
    "download_url": "https://files.pythonhosted.org/packages/33/82/15ced8183fe0913d7e7aeba3e2d2c61b7b67d49a70647972611f2696a288/pyout-0.7.3.tar.gz",
    "platform": null,
    "description": "===========================================\npyout: Terminal styling for structured data\n===========================================\n\n.. image:: https://travis-ci.org/pyout/pyout.svg?branch=master\n    :target: https://travis-ci.org/pyout/pyout\n.. image:: https://codecov.io/github/pyout/pyout/coverage.svg?branch=master\n    :target: https://codecov.io/github/pyout/pyout?branch=master\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n    :target: https://opensource.org/licenses/MIT\n\n``pyout`` is a Python package that defines an interface for writing\nstructured records as a table in a terminal.  It is being developed to\nreplace custom code for displaying tabular data in in ReproMan_ and\nDataLad_. See the Examples_ folder for how to get started.\n\nA primary goal of the interface is the separation of content from\nstyle and presentation.  Current capabilities include\n\n- automatic width adjustment and updating of previous values\n\n- styling based on a field value or specified interval\n\n- defining a transform function that maps a raw value to the displayed\n  value\n\n- defining a summary function that generates a summary of a column\n  (e.g., value totals)\n\n- support for delayed, asynchronous values that are added to the table\n  as they come in\n\n\nStatus\n======\n\nThis package is currently in early stages of development.  While it\nshould be usable in its current form, it may change in substantial\nways that break backward compatibility, and many aspects currently\nlack polish and documentation.\n\n``pyout`` requires Python 3 (>= 3.7).  It is developed and tested in\nGNU/Linux environments and is expected to work in macOS environments\nas well.  There is currently very limited Windows support.\n\n\nLicense\n=======\n\n``pyout`` is under the MIT License.  See the COPYING file.\n\n\n.. _DataLad: https://datalad.org\n.. _ReproMan: http://reproman.repronim.org\n.. _Examples: examples/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Terminal styling for tabular data",
    "version": "0.7.3",
    "split_keywords": [
        "terminal",
        "tty",
        "console",
        "formatting",
        "style",
        "color"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f9ae57e226afca5867f9e4a2a99081241b35a8ad8e4a759a55c955c42483d7b",
                "md5": "9062b9501d89d5ff8fd58c117a12f6b3",
                "sha256": "b1753616b107b0e25b5be0573f99193197f3ad584e5fe3e3351d9f7ff3ad3c2c"
            },
            "downloads": -1,
            "filename": "pyout-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9062b9501d89d5ff8fd58c117a12f6b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 51735,
            "upload_time": "2023-03-28T13:28:58",
            "upload_time_iso_8601": "2023-03-28T13:28:58.762702Z",
            "url": "https://files.pythonhosted.org/packages/8f/9a/e57e226afca5867f9e4a2a99081241b35a8ad8e4a759a55c955c42483d7b/pyout-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "338215ced8183fe0913d7e7aeba3e2d2c61b7b67d49a70647972611f2696a288",
                "md5": "6345b0211e67e01795d09342ca662269",
                "sha256": "b1419597af4617886a76a3769577573cecba874f263278474a91269a5ee69138"
            },
            "downloads": -1,
            "filename": "pyout-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6345b0211e67e01795d09342ca662269",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 45726,
            "upload_time": "2023-03-28T13:29:00",
            "upload_time_iso_8601": "2023-03-28T13:29:00.754205Z",
            "url": "https://files.pythonhosted.org/packages/33/82/15ced8183fe0913d7e7aeba3e2d2c61b7b67d49a70647972611f2696a288/pyout-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 13:29:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pyout",
    "github_project": "pyout.git",
    "lcname": "pyout"
}
        
Elapsed time: 0.04896s