seamm-widgets


Nameseamm-widgets JSON
Version 2024.10.10 PyPI version JSON
download
home_pagehttps://github.com/molssi-seam/seamm_widgets
Summaryseamm_widgets
upload_time2024-10-10 21:50:13
maintainerNone
docs_urlNone
authorPaul Saxe
requires_pythonNone
licenseBSD-3-Clause
keywords seamm_widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
SEAMM Widgets
=============


.. image:: https://img.shields.io/travis/molssi-seamm/seamm_widgets.svg
           :target: https://travis-ci.org/molssi-seamm/seamm_widgets
	   :alt: Build Status

.. image:: https://codecov.io/gh/molssi-seamm/seamm_widgets/branch/master/graph/badge.svg
	   :target: https://codecov.io/gh/molssi-seamm/seamm_widgets
	   :alt: Code Coverage

.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/seamm_widgets.svg?logo=lgtm&logoWidth=18
	   :target: https://lgtm.com/projects/g/molssi-seamm/seamm_widgets/context:python
	   :alt: Code Quality

.. image:: https://readthedocs.org/projects/mopac-step/badge/?version=latest
           :target: https://mopac-step.readthedocs.io/en/latest/?badge=latest
	   :alt: Documentation Status

.. image:: https://pyup.io/repos/github/molssi-seamm/seamm_widgets/shield.svg
	   :target: https://pyup.io/repos/github/molssi-seamm/seamm_widgets/
	   :alt: Updates for Dependencies

.. image:: https://img.shields.io/pypi/v/seamm_widgets.svg
           :target: https://pypi.python.org/pypi/seamm_widgets
	   :alt: PyPi VERSION


Tk widgets to support plugins in SEAMM


* Free software: BSD license
* Documentation: https://seamm-widgets.readthedocs.io.


Features
--------

* TODO

Credits
-------

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
awards OAC-1547580 and CHE-2136142

.. _MolSSI: https://www.molssi.org
.. _`National Science Foundation`: https://www.nsf.gov


=======
History
=======
2024.10.10 -- Enhancement: Added state method for some widgets
    * Added a state method to LabeledWidget, LabeledComboBox, LabeledEntry, UnitEntry
      and UnitComboBox. This method sets or returns the state of the widget

2024.7.21 -- Return the width of aligned labels
    * The align_labels procedure now returns the width of the labels. This is useful for
      laying out indented widgets.
      
2024.5.1 -- Enhancement to ScrolledColumns
    * Added optional separator columns for dividing sections of the table.
      
2022.10.28 -- Bugfix: problem deleting 2 or more keywords
  There was a crash if you deleted a second keyword in the Keywords tab of
  calculation.

0.1.0 (2019-04-02)
  * First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seam/seamm_widgets",
    "name": "seamm-widgets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "seamm_widgets",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/5e/36/5d80e40c1751d0793a5504b711d166dd8ae980d3a9dba780c31f2a51224b/seamm_widgets-2024.10.10.tar.gz",
    "platform": "Linux",
    "description": "=============\nSEAMM Widgets\n=============\n\n\n.. image:: https://img.shields.io/travis/molssi-seamm/seamm_widgets.svg\n           :target: https://travis-ci.org/molssi-seamm/seamm_widgets\n\t   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/seamm_widgets/branch/master/graph/badge.svg\n\t   :target: https://codecov.io/gh/molssi-seamm/seamm_widgets\n\t   :alt: Code Coverage\n\n.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/seamm_widgets.svg?logo=lgtm&logoWidth=18\n\t   :target: https://lgtm.com/projects/g/molssi-seamm/seamm_widgets/context:python\n\t   :alt: Code Quality\n\n.. image:: https://readthedocs.org/projects/mopac-step/badge/?version=latest\n           :target: https://mopac-step.readthedocs.io/en/latest/?badge=latest\n\t   :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/molssi-seamm/seamm_widgets/shield.svg\n\t   :target: https://pyup.io/repos/github/molssi-seamm/seamm_widgets/\n\t   :alt: Updates for Dependencies\n\n.. image:: https://img.shields.io/pypi/v/seamm_widgets.svg\n           :target: https://pypi.python.org/pypi/seamm_widgets\n\t   :alt: PyPi VERSION\n\n\nTk widgets to support plugins in SEAMM\n\n\n* Free software: BSD license\n* Documentation: https://seamm-widgets.readthedocs.io.\n\n\nFeatures\n--------\n\n* TODO\n\nCredits\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\nawards 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=======\n2024.10.10 -- Enhancement: Added state method for some widgets\n    * Added a state method to LabeledWidget, LabeledComboBox, LabeledEntry, UnitEntry\n      and UnitComboBox. This method sets or returns the state of the widget\n\n2024.7.21 -- Return the width of aligned labels\n    * The align_labels procedure now returns the width of the labels. This is useful for\n      laying out indented widgets.\n      \n2024.5.1 -- Enhancement to ScrolledColumns\n    * Added optional separator columns for dividing sections of the table.\n      \n2022.10.28 -- Bugfix: problem deleting 2 or more keywords\n  There was a crash if you deleted a second keyword in the Keywords tab of\n  calculation.\n\n0.1.0 (2019-04-02)\n  * First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "seamm_widgets",
    "version": "2024.10.10",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seam/seamm_widgets"
    },
    "split_keywords": [
        "seamm_widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05f6eaa8d121c013ce948fc4d4a15dcbfa45ee666adf9615274bb591bc191574",
                "md5": "6bd25bf0778e6ba23f67fb354e47c61b",
                "sha256": "321867b6d1b6fbd24eb60c900d9649431a6c274550a0bec6ff6bcc9d4ffcf8b2"
            },
            "downloads": -1,
            "filename": "seamm_widgets-2024.10.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bd25bf0778e6ba23f67fb354e47c61b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 51438,
            "upload_time": "2024-10-10T21:50:11",
            "upload_time_iso_8601": "2024-10-10T21:50:11.818834Z",
            "url": "https://files.pythonhosted.org/packages/05/f6/eaa8d121c013ce948fc4d4a15dcbfa45ee666adf9615274bb591bc191574/seamm_widgets-2024.10.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e365d80e40c1751d0793a5504b711d166dd8ae980d3a9dba780c31f2a51224b",
                "md5": "4078ac0def9ee1976a8d5014556cbec4",
                "sha256": "4d86465ad1366ec0e73c8f10c164d02caab171243a99e3c89da23bbc8d065d2e"
            },
            "downloads": -1,
            "filename": "seamm_widgets-2024.10.10.tar.gz",
            "has_sig": false,
            "md5_digest": "4078ac0def9ee1976a8d5014556cbec4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 67405,
            "upload_time": "2024-10-10T21:50:13",
            "upload_time_iso_8601": "2024-10-10T21:50:13.000744Z",
            "url": "https://files.pythonhosted.org/packages/5e/36/5d80e40c1751d0793a5504b711d166dd8ae980d3a9dba780c31f2a51224b/seamm_widgets-2024.10.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 21:50:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seam",
    "github_project": "seamm_widgets",
    "github_not_found": true,
    "lcname": "seamm-widgets"
}
        
Elapsed time: 0.48848s