===================
SEAMM Table Plug-in
===================
.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/table_step
:target: https://github.com/molssi-seamm/table_step/pulls
:alt: GitHub pull requests
.. image:: https://github.com/molssi-seamm/table_step/workflows/CI/badge.svg
:target: https://github.com/molssi-seamm/table_step/actions
:alt: Build Status
.. image:: https://codecov.io/gh/molssi-seamm/table_step/branch/master/graph/badge.svg
:target: https://codecov.io/gh/molssi-seamm/table_step
:alt: Code Coverage
.. image:: https://github.com/molssi-seamm/table_step/workflows/CodeQL/badge.svg
:target: https://github.com/molssi-seamm/table_step/security/code-scanning
:alt: Code Quality
.. image:: https://github.com/molssi-seamm/table_step/workflows/Release/badge.svg
:target: https://molssi-seamm.github.io/table_step/index.html
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/table_step.svg
:target: https://pypi.python.org/pypi/table_step
:alt: PyPi VERSION
A SEAMM plug-in for data tables in a flowchart.
* Free software: BSD-3-Clause
* Documentation: https://molssi-seamm.github.io/table_step/index.html
* Code: https://github.com/molssi-seamm/table_step
Features
--------
* Creation of datatables with named, typed columns.
* Reading and writing data to the table.
* Printing and saving to CSV files.
* Accessible in custom_ scripts.
* Can loop_ over the rows in a flowchart.
.. _custom: https://molssi-seamm.github.io/custom_step/index.html
.. _loop: https://molssi-seamm.github.io/loop_step/index.html
Acknowledgements
----------------
This package was created with Cookiecutter_ and the `molssi-seamm/cookiecutter-seamm-plugin`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin
Developed by the Molecular Sciences Software Institute (MolSSI_),
which receives funding from the `National Science Foundation`_ under
award OAC-1547580 and CHE-2136142.
.. _MolSSI: https://www.molssi.org
.. _`National Science Foundation`: https://www.nsf.gov
=======
History
=======
2023.11.10 -- Bugfix: title of edit dialog was wrong
2023.10.30 -- Cleaned up output
* Nothing large, just made the output properly indented, etc.
2023.7.25 -- Bug fix and Enhancements
* Fixed bug with reading table using a variable for the filename, but asking for the
type from the extension.
* Add ability to save tables with a frequency of other than ever call.
2023.2.15 -- Bugs fixes and documentation
* Restructured documentation and moved to new theme
* Fixed bug with access rows of tables with non-integer indexes as well as "current"
index
* Added support for lists of tables in pulldowns in the GUI
2021.12.22 -- Improved the handling of index columns, added formats.
* Improved the handling of the index column
* Added Save as
* Added Excel and JSON formats.
2021.10.14 -- Updated for Python
* Now supporting Python 3.8 and 3.9
2021.2.12 (12 February 2021)
----------------------------
* Updated the README file to give a better description.
* Updated the short description in setup.py to work with the new installer.
* Added keywords for better searchability.
2020.12.5 (5 December 2020)
---------------------------
* Internal: switching CI from TravisCI to GitHub Actions, and in the
process moving documentation from ReadTheDocs to GitHub Pages where
it is consolidated with the main SEAMM documentation.
* Updated to be compatible with the new command-line argument
handling.
0.9 (15 April 2020)
-------------------
* General bug fixing and code cleanup.
* Part of release of all modules.
0.7.0 (17 December 2019)
------------------------
* General clean-up of code and output.
* Part of release of all modules.
0.3.0 (20 August 2019)
----------------------
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/molssi-seamm/table_step",
"name": "table-step",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "SEAMM,plug-in,flowchart,table,data,csv",
"author": "Paul Saxe",
"author_email": "psaxe@molssi.org",
"download_url": "https://files.pythonhosted.org/packages/c1/c1/d7a8a11a088f300d5ef94dee176b2fe0f874456ad4c540cbbf6c88d26f21/table_step-2023.11.10.tar.gz",
"platform": "Linux",
"description": "===================\nSEAMM Table Plug-in\n===================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/table_step\n :target: https://github.com/molssi-seamm/table_step/pulls\n :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/table_step/workflows/CI/badge.svg\n :target: https://github.com/molssi-seamm/table_step/actions\n :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/table_step/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/molssi-seamm/table_step\n :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/table_step/workflows/CodeQL/badge.svg\n :target: https://github.com/molssi-seamm/table_step/security/code-scanning\n :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/table_step/workflows/Release/badge.svg\n :target: https://molssi-seamm.github.io/table_step/index.html\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/table_step.svg\n :target: https://pypi.python.org/pypi/table_step\n :alt: PyPi VERSION\n\nA SEAMM plug-in for data tables in a flowchart.\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/table_step/index.html\n* Code: https://github.com/molssi-seamm/table_step\n\n\nFeatures\n--------\n\n* Creation of datatables with named, typed columns.\n* Reading and writing data to the table.\n* Printing and saving to CSV files.\n* Accessible in custom_ scripts.\n* Can loop_ over the rows in a flowchart.\n\n.. _custom: https://molssi-seamm.github.io/custom_step/index.html\n.. _loop: https://molssi-seamm.github.io/loop_step/index.html\n\nAcknowledgements\n----------------\n\nThis package was created with Cookiecutter_ and the `molssi-seamm/cookiecutter-seamm-plugin`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin\n\nDeveloped by the Molecular Sciences Software Institute (MolSSI_),\nwhich receives funding from the `National Science Foundation`_ under\naward OAC-1547580 and CHE-2136142.\n\n.. _MolSSI: https://www.molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n2023.11.10 -- Bugfix: title of edit dialog was wrong\n\n2023.10.30 -- Cleaned up output\n * Nothing large, just made the output properly indented, etc.\n\n2023.7.25 -- Bug fix and Enhancements\n * Fixed bug with reading table using a variable for the filename, but asking for the\n type from the extension.\n * Add ability to save tables with a frequency of other than ever call.\n \n2023.2.15 -- Bugs fixes and documentation\n * Restructured documentation and moved to new theme\n * Fixed bug with access rows of tables with non-integer indexes as well as \"current\"\n index \n * Added support for lists of tables in pulldowns in the GUI\n \n2021.12.22 -- Improved the handling of index columns, added formats.\n * Improved the handling of the index column\n * Added Save as\n * Added Excel and JSON formats.\n\n2021.10.14 -- Updated for Python\n * Now supporting Python 3.8 and 3.9\n \n2021.2.12 (12 February 2021)\n----------------------------\n\n* Updated the README file to give a better description.\n* Updated the short description in setup.py to work with the new installer.\n* Added keywords for better searchability.\n\n2020.12.5 (5 December 2020)\n---------------------------\n\n* Internal: switching CI from TravisCI to GitHub Actions, and in the\n process moving documentation from ReadTheDocs to GitHub Pages where\n it is consolidated with the main SEAMM documentation.\n* Updated to be compatible with the new command-line argument\n handling.\n\n0.9 (15 April 2020)\n-------------------\n\n* General bug fixing and code cleanup.\n* Part of release of all modules.\n\n0.7.0 (17 December 2019)\n------------------------\n\n* General clean-up of code and output.\n* Part of release of all modules.\n\n\n0.3.0 (20 August 2019)\n----------------------\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A SEAMM plug-in for data tables in a flowchart.",
"version": "2023.11.10",
"project_urls": {
"Homepage": "https://github.com/molssi-seamm/table_step"
},
"split_keywords": [
"seamm",
"plug-in",
"flowchart",
"table",
"data",
"csv"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1c90a3c5c9b6c5941a1412854af4e5784e0c033d50c3d5dea2712b4d1e63c159",
"md5": "4d29a005e8a96cb7abd4cae508a402a3",
"sha256": "b44ee855fa7f11a461d5e9eb5bb31cf37da1e9fab753a3e0e2f92e35f72d0f20"
},
"downloads": -1,
"filename": "table_step-2023.11.10-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4d29a005e8a96cb7abd4cae508a402a3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 14129,
"upload_time": "2023-11-10T11:20:56",
"upload_time_iso_8601": "2023-11-10T11:20:56.377997Z",
"url": "https://files.pythonhosted.org/packages/1c/90/a3c5c9b6c5941a1412854af4e5784e0c033d50c3d5dea2712b4d1e63c159/table_step-2023.11.10-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1c1d7a8a11a088f300d5ef94dee176b2fe0f874456ad4c540cbbf6c88d26f21",
"md5": "97daec8d0f27c1ad01c27a28adfdd347",
"sha256": "2e60042e39b5c6712e57552cd2e74ea5e675ab721dcbd3d6b8674a8c759f1f38"
},
"downloads": -1,
"filename": "table_step-2023.11.10.tar.gz",
"has_sig": false,
"md5_digest": "97daec8d0f27c1ad01c27a28adfdd347",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 287636,
"upload_time": "2023-11-10T11:20:58",
"upload_time_iso_8601": "2023-11-10T11:20:58.073985Z",
"url": "https://files.pythonhosted.org/packages/c1/c1/d7a8a11a088f300d5ef94dee176b2fe0f874456ad4c540cbbf6c88d26f21/table_step-2023.11.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-10 11:20:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "molssi-seamm",
"github_project": "table_step",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "table-step"
}