custom-step


Namecustom-step JSON
Version 2023.12.12 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/custom_step
SummaryA SEAMM plug-in for custom Python scripts in a flowchart.
upload_time2023-12-12 20:17:12
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm plug-in flowchart custom python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            ===========
Custom Step
===========

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

.. image:: https://github.com/molssi-seamm/custom_step/workflows/CI/badge.svg
   :target: https://github.com/molssi-seamm/custom_step/actions
   :alt: Build Status

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

.. image:: https://github.com/molssi-seamm/quickmin_step/workflows/CodeQL/badge.svg
   :target: https://github.com/molssi-seamm/quickmin_step/security/code-scanning
   :alt: Code Quality

.. image:: https://github.com/molssi-seamm/custom_step/workflows/Release/badge.svg
   :target: https://molssi-seamm.github.io/custom_step/index.html
   :alt: Documentation Status

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

Description
-----------

A SEAMM plug-in for custom Python scripts in a flowchart.

This plug-in provides custom python scripting in flowcharts. The
scripts have access to the variables in the flowchart, and can set
them as well as get their values. The scripts can access all of the
functionality in the SEAMM framework as well as other installed Python
packages.

* Free software: BSD license
* Documentation: https://molssi-seamm.github.io/custom_step/index.html

Features
--------

* Read and write access to flowchart variables.
* Access to the molecular system along with all of its methods.
* Access to the tables in the flowchart.
* Standard Python, including all installed packages.

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
award ACI-1547580

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


=======
History
=======
2023.12.3 -- Removed pinning for dependencies
   * Removed pinning for dependencies to allow for more flexibility in
     the versions of the dependencies that can be used.
   * Updated to new documentation, workflows, etc.

0.1.0 (13 February 2019)
------------------------

* First release on PyPI.

0.7.0 (17 December 2019)
------------------------

* Fixed a bug updating the display when hitting the Cancel button.

0.9 (15 April 2020)
-------------------

* Internal changes only:
  - Cleaned up the continuous integration scripts.
  - Cleaned up code and setup.

2020.12.4 (4 December 2020)
---------------------------

* Echoing the first lines of the script to Job.out to help understand
  and document the run.

2021.2.10 (10 Feb 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 to better searchability.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/custom_step",
    "name": "custom-step",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SEAMM,plug-in,flowchart,custom,python",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/0f/f4/66ce9c3984b2cda1eb4efa862d23a7ae5503a685b2b2f111642e919ca4fc/custom_step-2023.12.12.tar.gz",
    "platform": "Linux",
    "description": "===========\nCustom Step\n===========\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/custom_step\n   :target: https://github.com/molssi-seamm/custom_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/custom_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/custom_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/custom_step/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/custom_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/quickmin_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/quickmin_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/custom_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/custom_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/custom_step.svg\n   :target: https://pypi.python.org/pypi/custom_step\n   :alt: PyPi VERSION\n\nDescription\n-----------\n\nA SEAMM plug-in for custom Python scripts in a flowchart.\n\nThis plug-in provides custom python scripting in flowcharts. The\nscripts have access to the variables in the flowchart, and can set\nthem as well as get their values. The scripts can access all of the\nfunctionality in the SEAMM framework as well as other installed Python\npackages.\n\n* Free software: BSD license\n* Documentation: https://molssi-seamm.github.io/custom_step/index.html\n\nFeatures\n--------\n\n* Read and write access to flowchart variables.\n* Access to the molecular system along with all of its methods.\n* Access to the tables in the flowchart.\n* Standard Python, including all installed packages.\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\naward ACI-1547580\n\n.. _MolSSI: https://www.molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n2023.12.3 -- Removed pinning for dependencies\n   * Removed pinning for dependencies to allow for more flexibility in\n     the versions of the dependencies that can be used.\n   * Updated to new documentation, workflows, etc.\n\n0.1.0 (13 February 2019)\n------------------------\n\n* First release on PyPI.\n\n0.7.0 (17 December 2019)\n------------------------\n\n* Fixed a bug updating the display when hitting the Cancel button.\n\n0.9 (15 April 2020)\n-------------------\n\n* Internal changes only:\n  - Cleaned up the continuous integration scripts.\n  - Cleaned up code and setup.\n\n2020.12.4 (4 December 2020)\n---------------------------\n\n* Echoing the first lines of the script to Job.out to help understand\n  and document the run.\n\n2021.2.10 (10 Feb 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\n  installer.\n* Added keywords to better searchability.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in for custom Python scripts in a flowchart.",
    "version": "2023.12.12",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/custom_step"
    },
    "split_keywords": [
        "seamm",
        "plug-in",
        "flowchart",
        "custom",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b991e0bc170bf3853645ecf5f094b0fc1024c3e90d4474bf5424d821debddb4",
                "md5": "3f4499c5815243795eeb5e6e1df40d3b",
                "sha256": "12be59637ba0b62de36d9ac4a0481cfb2cbd8055c0f7893b8c07ec292823ce30"
            },
            "downloads": -1,
            "filename": "custom_step-2023.12.12-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f4499c5815243795eeb5e6e1df40d3b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20437,
            "upload_time": "2023-12-12T20:17:09",
            "upload_time_iso_8601": "2023-12-12T20:17:09.659561Z",
            "url": "https://files.pythonhosted.org/packages/4b/99/1e0bc170bf3853645ecf5f094b0fc1024c3e90d4474bf5424d821debddb4/custom_step-2023.12.12-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ff466ce9c3984b2cda1eb4efa862d23a7ae5503a685b2b2f111642e919ca4fc",
                "md5": "7cc425f54cbe5d471f7bc23790bf5705",
                "sha256": "2874e848c5ec9f38480f1026f16ef1e8340de69ce4f28134874937adc8c48182"
            },
            "downloads": -1,
            "filename": "custom_step-2023.12.12.tar.gz",
            "has_sig": false,
            "md5_digest": "7cc425f54cbe5d471f7bc23790bf5705",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 288071,
            "upload_time": "2023-12-12T20:17:12",
            "upload_time_iso_8601": "2023-12-12T20:17:12.091834Z",
            "url": "https://files.pythonhosted.org/packages/0f/f4/66ce9c3984b2cda1eb4efa862d23a7ae5503a685b2b2f111642e919ca4fc/custom_step-2023.12.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 20:17:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "custom_step",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "custom-step"
}
        
Elapsed time: 0.15045s