seamm-installer


Nameseamm-installer JSON
Version 2024.4.22 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/seamm_installer
SummaryThe installer/updater for SEAMM (Simulation Environment for Atomistic and Molecular Simulations).
upload_time2024-04-22 21:45:17
maintainerNone
docs_urlNone
authorPaul Saxe
requires_pythonNone
licenseGNU Lesser General Public License v3+
keywords seamm plug-in flowchart installer updater
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================
SEAMM Installer Step
====================

| |pull| |CI| |docs| |coverage| |lgtm| |PyUp|
| |Release| |PyPi|

The installer/updater for SEAMM.

* Free software: GNU Lesser General Public License v3+
* Documentation: https://molssi-seamm.github.io/seamm_installer/index.html

.. |pull| image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/seamm_installer
   :target: https://github.com/molssi-seamm/seamm_installer/pulls
   :alt: GitHub pull requests

.. |CI| image:: https://github.com/molssi-seamm/seamm_installer/workflows/CI/badge.svg
   :target: https://github.com/molssi-seamm/seamm_installer/actions?query=workflow%3ACI
   :alt: CI status

.. |docs| image:: https://github.com/molssi-seamm/seamm_installer/workflows/Documentation/badge.svg
   :target: https://github.com/molssi-seamm/seamm_installer/actions?query=workflow%3ADocumentation
   :alt: Documentation Status

.. |coverage| image:: https://codecov.io/gh/molssi-seamm/seamm_installer/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/molssi-seamm/seamm_installer
   :alt: Code coverage

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

.. |PyUp| image:: https://pyup.io/repos/github/molssi-seamm/seamm_installer/shield.svg
   :target: https://pyup.io/repos/github/molssi-seamm/seamm_installer/
   :alt: Updates for requirements

.. |Release| image:: https://github.com/molssi-seamm/seamm_installer/workflows/Release/badge.svg
   :target: https://github.com/molssi-seamm/seamm_installer/actions?query=workflow%3ARelease
   :alt: CI status for releases

.. |PyPi| image:: https://img.shields.io/pypi/v/seamm_installer.svg
   :target: https://pypi.python.org/pypi/seamm_installer
   :alt: Release version

Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the
`molssi-seamm/cookiecutter-seamm-plugin`_ project template.

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://molssi.org
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin



=======
History
=======
2024.4.22 -- Moving user preferences to ~/.seamm.d
    * Moved seamm.ini from ~/SEAMM to ~/seamm.d since it only contains personal preferences.

2024.3.17 Enhancements
    * Install and update now use the latest version unless the package is pinned in the
      packing list.
    * Changes to support the plug-ion specific installs, which are now handling the
      specific <code>.ini files.
      
2024.3.11 Updating to work with new packing list.
    * Versions of packages are now stored as strings and compared using semver, since
      the older approach is being deprecated in Python.
      
2023.11.3 BugFix: Internal update due to changes for versioneer

2023.11.2 Bugfix: Fixed a crash casued by a minor change in the Zenodo API

2023.6.7 Bugfix: Ensuring the LaunchAgents directory exists on Mac

2023.4.2 Bugfix: Updating full conda environment breaks pinning.
   So removed that capability.
   
2023.4.1.1 Bugfix: Problem with JobServer service

2023.4.1 Bugfix: get latest version from Zenodo

2023.3.31.1 Switching to Zenodo
   * Getting the package list from Zenodo
   * Added ability to pin packages.

2023.3.31
   * Added new plug-in: QCArchive

2023.3.23
   * Added new plug-ins: Gaussian, TorchANI and NWChem
   * Updated creating the JobServer service to handle changes in the JobServer

2022.10.25
  Added QuickMin and ensured the Dashboard is included.
  Also hardened the code, handling more errors gracefully.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/seamm_installer",
    "name": "seamm-installer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SEAMM, plug-in, flowchart, installer, updater",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/d6/bc/717b380f54513b7083ff7b42d3fec365e2cb5fdaead4ad3ed6c066f46aaf/seamm_installer-2024.4.22.tar.gz",
    "platform": "Linux",
    "description": "====================\nSEAMM Installer Step\n====================\n\n| |pull| |CI| |docs| |coverage| |lgtm| |PyUp|\n| |Release| |PyPi|\n\nThe installer/updater for SEAMM.\n\n* Free software: GNU Lesser General Public License v3+\n* Documentation: https://molssi-seamm.github.io/seamm_installer/index.html\n\n.. |pull| image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/seamm_installer\n   :target: https://github.com/molssi-seamm/seamm_installer/pulls\n   :alt: GitHub pull requests\n\n.. |CI| image:: https://github.com/molssi-seamm/seamm_installer/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/seamm_installer/actions?query=workflow%3ACI\n   :alt: CI status\n\n.. |docs| image:: https://github.com/molssi-seamm/seamm_installer/workflows/Documentation/badge.svg\n   :target: https://github.com/molssi-seamm/seamm_installer/actions?query=workflow%3ADocumentation\n   :alt: Documentation Status\n\n.. |coverage| image:: https://codecov.io/gh/molssi-seamm/seamm_installer/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/seamm_installer\n   :alt: Code coverage\n\n.. |lgtm| image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/seamm_installer.svg?logo=lgtm&logoWidth=18\n   :target: https://lgtm.com/projects/g/molssi-seamm/seamm_installer/context:python\n   :alt: Code Quality\n\n.. |PyUp| image:: https://pyup.io/repos/github/molssi-seamm/seamm_installer/shield.svg\n   :target: https://pyup.io/repos/github/molssi-seamm/seamm_installer/\n   :alt: Updates for requirements\n\n.. |Release| image:: https://github.com/molssi-seamm/seamm_installer/workflows/Release/badge.svg\n   :target: https://github.com/molssi-seamm/seamm_installer/actions?query=workflow%3ARelease\n   :alt: CI status for releases\n\n.. |PyPi| image:: https://img.shields.io/pypi/v/seamm_installer.svg\n   :target: https://pypi.python.org/pypi/seamm_installer\n   :alt: Release version\n\nFeatures\n--------\n\n* TODO\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the\n`molssi-seamm/cookiecutter-seamm-plugin`_ project template.\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://molssi.org\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin\n\n\n\n=======\nHistory\n=======\n2024.4.22 -- Moving user preferences to ~/.seamm.d\n    * Moved seamm.ini from ~/SEAMM to ~/seamm.d since it only contains personal preferences.\n\n2024.3.17 Enhancements\n    * Install and update now use the latest version unless the package is pinned in the\n      packing list.\n    * Changes to support the plug-ion specific installs, which are now handling the\n      specific <code>.ini files.\n      \n2024.3.11 Updating to work with new packing list.\n    * Versions of packages are now stored as strings and compared using semver, since\n      the older approach is being deprecated in Python.\n      \n2023.11.3 BugFix: Internal update due to changes for versioneer\n\n2023.11.2 Bugfix: Fixed a crash casued by a minor change in the Zenodo API\n\n2023.6.7 Bugfix: Ensuring the LaunchAgents directory exists on Mac\n\n2023.4.2 Bugfix: Updating full conda environment breaks pinning.\n   So removed that capability.\n   \n2023.4.1.1 Bugfix: Problem with JobServer service\n\n2023.4.1 Bugfix: get latest version from Zenodo\n\n2023.3.31.1 Switching to Zenodo\n   * Getting the package list from Zenodo\n   * Added ability to pin packages.\n\n2023.3.31\n   * Added new plug-in: QCArchive\n\n2023.3.23\n   * Added new plug-ins: Gaussian, TorchANI and NWChem\n   * Updated creating the JobServer service to handle changes in the JobServer\n\n2022.10.25\n  Added QuickMin and ensured the Dashboard is included.\n  Also hardened the code, handling more errors gracefully.\n",
    "bugtrack_url": null,
    "license": "GNU Lesser General Public License v3+",
    "summary": "The installer/updater for SEAMM (Simulation Environment for Atomistic and Molecular Simulations).",
    "version": "2024.4.22",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/seamm_installer"
    },
    "split_keywords": [
        "seamm",
        " plug-in",
        " flowchart",
        " installer",
        " updater"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84c0e92787cd66bd96f13d5563dc6d2b3371c8df259633793a78ffce24f45905",
                "md5": "31dcb8fa43c030dc0aee0d983e626260",
                "sha256": "7ca0273549714b8adccc9981d9efc8bb7860883e147fb18cc62314b8df3f1afa"
            },
            "downloads": -1,
            "filename": "seamm_installer-2024.4.22-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31dcb8fa43c030dc0aee0d983e626260",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 360638,
            "upload_time": "2024-04-22T21:45:14",
            "upload_time_iso_8601": "2024-04-22T21:45:14.568123Z",
            "url": "https://files.pythonhosted.org/packages/84/c0/e92787cd66bd96f13d5563dc6d2b3371c8df259633793a78ffce24f45905/seamm_installer-2024.4.22-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6bc717b380f54513b7083ff7b42d3fec365e2cb5fdaead4ad3ed6c066f46aaf",
                "md5": "b48e9735374c5884337abf4c45c1773a",
                "sha256": "9e95ff1002253c9febaf008f72286560fbc5b1296a35044e085cefddac36d13a"
            },
            "downloads": -1,
            "filename": "seamm_installer-2024.4.22.tar.gz",
            "has_sig": false,
            "md5_digest": "b48e9735374c5884337abf4c45c1773a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 378003,
            "upload_time": "2024-04-22T21:45:17",
            "upload_time_iso_8601": "2024-04-22T21:45:17.101948Z",
            "url": "https://files.pythonhosted.org/packages/d6/bc/717b380f54513b7083ff7b42d3fec365e2cb5fdaead4ad3ed6c066f46aaf/seamm_installer-2024.4.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 21:45:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "seamm_installer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "seamm-installer"
}
        
Elapsed time: 0.23493s