===========================================
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": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "terminal, tty, console, formatting, style, color",
"author": "Kyle Meyer",
"author_email": "kyle@kyleam.com",
"download_url": "https://files.pythonhosted.org/packages/e1/99/96a25122921f9053bd0493de488446d6f8b1f73d270795545317bc3769e1/pyout-0.8.0.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.8.0",
"project_urls": {
"Homepage": "https://github.com/pyout/pyout.git"
},
"split_keywords": [
"terminal",
" tty",
" console",
" formatting",
" style",
" color"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "704b6bef530ad18f586b375d8a90e4577852116527be287bbcb58b681caaed50",
"md5": "11c6c7d2fbc8c5eba8e3b506973878cf",
"sha256": "432994a980df3bd03d1219edcffe1f30da0d3ba1a98d185de87689a0cded994d"
},
"downloads": -1,
"filename": "pyout-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "11c6c7d2fbc8c5eba8e3b506973878cf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 52938,
"upload_time": "2024-12-17T18:06:31",
"upload_time_iso_8601": "2024-12-17T18:06:31.011598Z",
"url": "https://files.pythonhosted.org/packages/70/4b/6bef530ad18f586b375d8a90e4577852116527be287bbcb58b681caaed50/pyout-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e19996a25122921f9053bd0493de488446d6f8b1f73d270795545317bc3769e1",
"md5": "dbb48880c227cb18136ce1e102c34067",
"sha256": "4b654d5b48d003927ff93212917f184a27998494fd8980b463f93a4c82b56be8"
},
"downloads": -1,
"filename": "pyout-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "dbb48880c227cb18136ce1e102c34067",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 46682,
"upload_time": "2024-12-17T18:06:32",
"upload_time_iso_8601": "2024-12-17T18:06:32.216245Z",
"url": "https://files.pythonhosted.org/packages/e1/99/96a25122921f9053bd0493de488446d6f8b1f73d270795545317bc3769e1/pyout-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 18:06:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pyout",
"github_project": "pyout",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"appveyor": true,
"tox": true,
"lcname": "pyout"
}