.. 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
=======
2024.10.31 -- Bugfix: Issue recognizing chemical names
* Fixed an issue where the chemical name was handled as SMILES, causing the code to
crash.
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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "SEAMM, plug-in, flowchart, SMILES, molecule",
"author": "Paul Saxe",
"author_email": "psaxe@molssi.org",
"download_url": "https://files.pythonhosted.org/packages/25/bb/491f1200e0d3f32b2100f7b1a85b1d8b3e3af916918a5f8e1c1222850c30/from_smiles_step-2024.10.31.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=======\n2024.10.31 -- Bugfix: Issue recognizing chemical names\n * Fixed an issue where the chemical name was handled as SMILES, causing the code to\n crash. \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": "2024.10.31",
"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": "24969f336db3836e8a135b691b05ca5a7ee38b8c7aa85919bca119e0b76ab129",
"md5": "543b25a2d59bf939c1d9d00dceae36c7",
"sha256": "9153fdf24fddcebe15604004976f41e72e62de71af01736f81807e06e7e7a6b4"
},
"downloads": -1,
"filename": "from_smiles_step-2024.10.31-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "543b25a2d59bf939c1d9d00dceae36c7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 11897,
"upload_time": "2024-10-31T13:48:06",
"upload_time_iso_8601": "2024-10-31T13:48:06.046646Z",
"url": "https://files.pythonhosted.org/packages/24/96/9f336db3836e8a135b691b05ca5a7ee38b8c7aa85919bca119e0b76ab129/from_smiles_step-2024.10.31-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25bb491f1200e0d3f32b2100f7b1a85b1d8b3e3af916918a5f8e1c1222850c30",
"md5": "6a0f5ac225f13b5230266b0e1a10d7da",
"sha256": "4a9ed214f06449d5db62b6fd90d0e663e37f186c08118cf9c7e6f07f10be3d26"
},
"downloads": -1,
"filename": "from_smiles_step-2024.10.31.tar.gz",
"has_sig": false,
"md5_digest": "6a0f5ac225f13b5230266b0e1a10d7da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37792,
"upload_time": "2024-10-31T13:48:06",
"upload_time_iso_8601": "2024-10-31T13:48:06.964925Z",
"url": "https://files.pythonhosted.org/packages/25/bb/491f1200e0d3f32b2100f7b1a85b1d8b3e3af916918a5f8e1c1222850c30/from_smiles_step-2024.10.31.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 13:48:06",
"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"
}