from-smiles-step


Namefrom-smiles-step JSON
Version 2023.11.10 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/from_smiles_step
SummaryA SEAMM plug-in for creating structures from a SMILES string.
upload_time2023-11-10 11:15:07
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm plug-in flowchart smiles molecule
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/from_smiles_step
   :target: https://github.com/molssi-seamm/from_smiles_step/pulls
   :alt: GitHub pull requests

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

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

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

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

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

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

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5159800.svg
   :target: https://doi.org/10.5281/zenodo.5159800
   :alt: DOI

=========================
SEAMM From SMILES plug-in
=========================

A SEAMM plug-in for creating structures from a SMILES string.

This plug-in accepts SMILES_ (Simplified Molecular-Input Line Entry
System) string representing a structure, and creates the structure if
the current system/conformation in SEAMM. It uses the implementation
in `Open Babel`_ which has an extension for handling radicals_.

* Free software: BSD license
* Documentation: https://from-smiles-step.readthedocs.io.

.. _SMILES: https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system
.. _`Open Babel`: http://openbabel.org/wiki/Main_Page
.. _radicals: http://openbabel.org/wiki/Radicals_and_SMILES_extensions

Features
--------

* Accepts with a SMILES string directly or from a variable.
* The generated structure can optionally be optimized using one of
  several forcefields.

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: New configurations created incorrectly
    * New configurations made from other systems could remove the atoms in those
      systems.
      
2023.11.9.1 -- Removed using structure names when perceiving type
    * Using structure names is too dangerous to use by perceiving if text is a name of
      SMILES and there is no easy test for valid SMILES. So change to only using names
      if the user specifies names.
      
2023.11.9 -- Improved structure handling, added from names
    * Switched to standard structure handling, which adds more options
    * Added getting structures from Pubchem using the chemical name.
      
2023.7.18 -- Added support for InChI and InChIKeys

2021.2.10 (10 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.2.4 (4 February 2021)
--------------------------

* Internal Changes

  - Corrected an issue in CI.

2021.2.3 (3 February 2021)
--------------------------

* Internal Changes

  - Upgraded to be compatible with the improved version of the
    MolSystem classes for describing the molecular system.

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

* Internal Changes

  - Moved the continuous integration (CI) to GitHub Actions from
    TravisCI.
  - Moved documentation from ReadTheDocs to GitHub Pages and
    integrated with the rest of the SEAMM documentation.

2020.11.2 (2 November 2020)
---------------------------

* Moved to the new command-line argument handling.

2020.9.24.1 (24 September 2020)
-------------------------------

* Fixed small bug with the title of the system when generated from SMILES.

2020.9.24 (24 September 2020)
-----------------------------

* Updated to work with the new MolSystem classes describing the
  molecular system.

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

* Internal changes for compatibility.

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

* Internal changes cleaning the code.
  
0.1.0 (20 January 2018)
-----------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/from_smiles_step",
    "name": "from-smiles-step",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SEAMM,plug-in,flowchart,SMILES,molecule",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/f2/c7/69c8bce7d6436de223481e11ffe44c6e38891391e6395fc6a9fa6ba1fdaa/from_smiles_step-2023.11.10.tar.gz",
    "platform": "Linux",
    "description": ".. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/from_smiles_step\n   :target: https://github.com/molssi-seamm/from_smiles_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/from_smiles_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/from_smiles_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/from_smiles_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/from_smiles_step\n   :alt: Code Coverage\n\n.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/from_smiles_step.svg?logo=lgtm&logoWidth=18\n   :target: https://lgtm.com/projects/g/molssi-seamm/from_smiles_step/context:python\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/from_smiles_step/workflows/Documentation/badge.svg\n   :target: https://molssi-seamm.github.io/from_smiles_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/molssi-seamm/from_smiles_step/shield.svg\n   :target: https://pyup.io/repos/github/molssi-seamm/from_smiles_step/\n   :alt: Updates for Dependencies\n\n.. image:: https://img.shields.io/pypi/v/from_smiles_step.svg\n   :target: https://pypi.python.org/pypi/from_smiles_step\n   :alt: PyPi VERSION\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5159800.svg\n   :target: https://doi.org/10.5281/zenodo.5159800\n   :alt: DOI\n\n=========================\nSEAMM From SMILES plug-in\n=========================\n\nA SEAMM plug-in for creating structures from a SMILES string.\n\nThis plug-in accepts SMILES_ (Simplified Molecular-Input Line Entry\nSystem) string representing a structure, and creates the structure if\nthe current system/conformation in SEAMM. It uses the implementation\nin `Open Babel`_ which has an extension for handling radicals_.\n\n* Free software: BSD license\n* Documentation: https://from-smiles-step.readthedocs.io.\n\n.. _SMILES: https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system\n.. _`Open Babel`: http://openbabel.org/wiki/Main_Page\n.. _radicals: http://openbabel.org/wiki/Radicals_and_SMILES_extensions\n\nFeatures\n--------\n\n* Accepts with a SMILES string directly or from a variable.\n* The generated structure can optionally be optimized using one of\n  several forcefields.\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=======\n\n2023.11.10 -- Bugfix: New configurations created incorrectly\n    * New configurations made from other systems could remove the atoms in those\n      systems.\n      \n2023.11.9.1 -- Removed using structure names when perceiving type\n    * Using structure names is too dangerous to use by perceiving if text is a name of\n      SMILES and there is no easy test for valid SMILES. So change to only using names\n      if the user specifies names.\n      \n2023.11.9 -- Improved structure handling, added from names\n    * Switched to standard structure handling, which adds more options\n    * Added getting structures from Pubchem using the chemical name.\n      \n2023.7.18 -- Added support for InChI and InChIKeys\n\n2021.2.10 (10 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.2.4 (4 February 2021)\n--------------------------\n\n* Internal Changes\n\n  - Corrected an issue in CI.\n\n2021.2.3 (3 February 2021)\n--------------------------\n\n* Internal Changes\n\n  - Upgraded to be compatible with the improved version of the\n    MolSystem classes for describing the molecular system.\n\n2020.12.4 (4 December 2020)\n---------------------------\n\n* Internal Changes\n\n  - Moved the continuous integration (CI) to GitHub Actions from\n    TravisCI.\n  - Moved documentation from ReadTheDocs to GitHub Pages and\n    integrated with the rest of the SEAMM documentation.\n\n2020.11.2 (2 November 2020)\n---------------------------\n\n* Moved to the new command-line argument handling.\n\n2020.9.24.1 (24 September 2020)\n-------------------------------\n\n* Fixed small bug with the title of the system when generated from SMILES.\n\n2020.9.24 (24 September 2020)\n-----------------------------\n\n* Updated to work with the new MolSystem classes describing the\n  molecular system.\n\n0.9 (15 April 2020)\n-------------------\n\n* Internal changes for compatibility.\n\n0.7.0 (17 December 2019)\n------------------------\n\n* Internal changes cleaning the code.\n  \n0.1.0 (20 January 2018)\n-----------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in for creating structures from a SMILES string.",
    "version": "2023.11.10",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/from_smiles_step"
    },
    "split_keywords": [
        "seamm",
        "plug-in",
        "flowchart",
        "smiles",
        "molecule"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96f81ff2f55280b44e97bec16194517bd0db95ff97aae652156190b0c18d91a6",
                "md5": "6c54f2522ea72683886a2eaa01062255",
                "sha256": "980cd254978215a2a10b951abe1f0ab0bd50010b9afddb724aa488e5c4fc7483"
            },
            "downloads": -1,
            "filename": "from_smiles_step-2023.11.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c54f2522ea72683886a2eaa01062255",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 11752,
            "upload_time": "2023-11-10T11:15:05",
            "upload_time_iso_8601": "2023-11-10T11:15:05.592725Z",
            "url": "https://files.pythonhosted.org/packages/96/f8/1ff2f55280b44e97bec16194517bd0db95ff97aae652156190b0c18d91a6/from_smiles_step-2023.11.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2c769c8bce7d6436de223481e11ffe44c6e38891391e6395fc6a9fa6ba1fdaa",
                "md5": "b81016824393d855c44fc3de788c6d56",
                "sha256": "b897f410a91c068bf6e73408e7ba317c5247b29cbfcf671c4c30275239688331"
            },
            "downloads": -1,
            "filename": "from_smiles_step-2023.11.10.tar.gz",
            "has_sig": false,
            "md5_digest": "b81016824393d855c44fc3de788c6d56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37515,
            "upload_time": "2023-11-10T11:15:07",
            "upload_time_iso_8601": "2023-11-10T11:15:07.225645Z",
            "url": "https://files.pythonhosted.org/packages/f2/c7/69c8bce7d6436de223481e11ffe44c6e38891391e6395fc6a9fa6ba1fdaa/from_smiles_step-2023.11.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 11:15:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "from_smiles_step",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "from-smiles-step"
}
        
Elapsed time: 0.13737s