seamm-util


Nameseamm-util JSON
Version 2024.4.30 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/seamm_util
Summaryseamm_util
upload_time2024-04-30 21:55:31
maintainerNone
docs_urlNone
authorPaul Saxe
requires_pythonNone
licenseBSD-3-Clause
keywords seamm_util
VCS
bugtrack_url
requirements Pint statsmodels
Travis-CI
coveralls test coverage
            ==========
SEAMM Util
==========


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

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

.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/seamm_util.svg?logo=lgtm&logoWidth=18
	   :target: https://lgtm.com/projects/g/molssi-seamm/seamm_util/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_util/shield.svg
	   :target: https://pyup.io/repos/github/molssi-seamm/seamm_util/
	   :alt: Updates for Dependencies

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


Utility classes and functions that support other SEAMM tools


* Free software: BSD license
* Documentation: https://seamm-util.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.4.30 -- Added utility for handling list definitions
    * Add list_definition.py with parse_list()
    * Updated makefile for doctests.

2024.4.26 -- Removed debug printing
    * Some debug printing was accidentally left in the code.
      
2024.4.22 -- Moving user preferences to ~/.seamm.d
    * To better support Docker, moving ~/.seammrc to ~/.seamm.d/seamrc
    * Moved seamm.ini from ~/SEAMM to ~/seamm.d since it only contains personal preferences.

2023.11.12 -- Internal update
    * Versioneer needed to be updated to account for changes in configparser.

2023.11.11 -- Updated for changes in Zenodo
    * Zenodo updated and made small changes to their API, which required changes in
      SEAMM.
    * Consolidated all private information about the user and their keys for Zenodo in
      ~/.seammrc

2023.6.4 -- Added more unit conversions to support thermochemistry
  * added E_h/K --> kJ/mol/K

2023.4.6 -- Added more unit conversions to support Buckingham potentials
  * added e.g. eV*Å^6 to kcal/mol*Å^6 to support Buckingham pontetials
    
2023.2.28 -- Added a compact JSON encoder
  * To make the schema-type JSON more human-readable.
    
2022.11.3 -- More conversions involving substance (mol) to number
  * Added energy/mol/Å^2 --> energy/Å^2 for force constants
  * Added energy/mol/Å^3 --> energy/Å^3 for stress/pressure/elastic constants

0.1.0 (2017-12-07)
  * First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/seamm_util",
    "name": "seamm-util",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "seamm_util",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/11/11/c580288a9f16ff14bfd5c39e0f76e161db9834f5f94fd4a5b9475a5cc7ae/seamm_util-2024.4.30.tar.gz",
    "platform": "Linux",
    "description": "==========\nSEAMM Util\n==========\n\n\n.. image:: https://img.shields.io/travis/molssi-seamm/seamm_util.svg\n           :target: https://travis-ci.org/molssi-seamm/seamm_util\n\t   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/seamm_util/branch/master/graph/badge.svg\n\t   :target: https://codecov.io/gh/molssi-seamm/seamm_util\n\t   :alt: Code Coverage\n\n.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/seamm_util.svg?logo=lgtm&logoWidth=18\n\t   :target: https://lgtm.com/projects/g/molssi-seamm/seamm_util/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_util/shield.svg\n\t   :target: https://pyup.io/repos/github/molssi-seamm/seamm_util/\n\t   :alt: Updates for Dependencies\n\n.. image:: https://img.shields.io/pypi/v/seamm_util.svg\n           :target: https://pypi.python.org/pypi/seamm_util\n\t   :alt: PyPi VERSION\n\n\nUtility classes and functions that support other SEAMM tools\n\n\n* Free software: BSD license\n* Documentation: https://seamm-util.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.4.30 -- Added utility for handling list definitions\n    * Add list_definition.py with parse_list()\n    * Updated makefile for doctests.\n\n2024.4.26 -- Removed debug printing\n    * Some debug printing was accidentally left in the code.\n      \n2024.4.22 -- Moving user preferences to ~/.seamm.d\n    * To better support Docker, moving ~/.seammrc to ~/.seamm.d/seamrc\n    * Moved seamm.ini from ~/SEAMM to ~/seamm.d since it only contains personal preferences.\n\n2023.11.12 -- Internal update\n    * Versioneer needed to be updated to account for changes in configparser.\n\n2023.11.11 -- Updated for changes in Zenodo\n    * Zenodo updated and made small changes to their API, which required changes in\n      SEAMM.\n    * Consolidated all private information about the user and their keys for Zenodo in\n      ~/.seammrc\n\n2023.6.4 -- Added more unit conversions to support thermochemistry\n  * added E_h/K --> kJ/mol/K\n\n2023.4.6 -- Added more unit conversions to support Buckingham potentials\n  * added e.g. eV*\u00c5^6 to kcal/mol*\u00c5^6 to support Buckingham pontetials\n    \n2023.2.28 -- Added a compact JSON encoder\n  * To make the schema-type JSON more human-readable.\n    \n2022.11.3 -- More conversions involving substance (mol) to number\n  * Added energy/mol/\u00c5^2 --> energy/\u00c5^2 for force constants\n  * Added energy/mol/\u00c5^3 --> energy/\u00c5^3 for stress/pressure/elastic constants\n\n0.1.0 (2017-12-07)\n  * First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "seamm_util",
    "version": "2024.4.30",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/seamm_util"
    },
    "split_keywords": [
        "seamm_util"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de0690fce6e5badc2c61cf97e71fc4ca26dd190189aecd67592b05828ebdb284",
                "md5": "1d7f24845ab1a4aed5ce997a81457c27",
                "sha256": "1169ceb6f3a0cab746cd032c30367f0370c040099430aa9c9c52e7bd7f102ef4"
            },
            "downloads": -1,
            "filename": "seamm_util-2024.4.30-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d7f24845ab1a4aed5ce997a81457c27",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 50509,
            "upload_time": "2024-04-30T21:55:29",
            "upload_time_iso_8601": "2024-04-30T21:55:29.004975Z",
            "url": "https://files.pythonhosted.org/packages/de/06/90fce6e5badc2c61cf97e71fc4ca26dd190189aecd67592b05828ebdb284/seamm_util-2024.4.30-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1111c580288a9f16ff14bfd5c39e0f76e161db9834f5f94fd4a5b9475a5cc7ae",
                "md5": "dca7236065634a7c67a10b97a4fd8327",
                "sha256": "4de4b91071af0b18273487a360c246bed442cf78e21383d5ea51bd39798414ee"
            },
            "downloads": -1,
            "filename": "seamm_util-2024.4.30.tar.gz",
            "has_sig": false,
            "md5_digest": "dca7236065634a7c67a10b97a4fd8327",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 79999,
            "upload_time": "2024-04-30T21:55:31",
            "upload_time_iso_8601": "2024-04-30T21:55:31.254960Z",
            "url": "https://files.pythonhosted.org/packages/11/11/c580288a9f16ff14bfd5c39e0f76e161db9834f5f94fd4a5b9475a5cc7ae/seamm_util-2024.4.30.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 21:55:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "seamm_util",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "Pint",
            "specs": [
                [
                    "==",
                    "0.16.1"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    "==",
                    "0.12.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "seamm-util"
}
        
Elapsed time: 0.26875s