Metadata-Version: 2.1
Name: rdkit-step
Version: 2023.2.22
Summary: A SEAMM plugin for A SEAMM plug-in for RDKit
Home-page: https://github.com/molssi-seamm/rdkit_step
Author: Mohammad Mostafanejad
Author-email: sina.mostafanejad@gmail.com
License: BSD-3-Clause
Keywords: SEAMM,plug-in,flowchart
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

===================
SEAMM RDKit Plug-in
===================

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

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

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

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

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

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

A SEAMM plug-in for RDKit

* Free software: BSD-3-Clause
* Documentation: https://molssi-seamm.github.io/rdkit_step/index.html
* Code: https://github.com/molssi-seamm/rdkit_step

Features
--------

* Please edit this section!

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

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


=======
History
=======

2023.2.22 -- Fixed bug with dialog
    * Fixed bug creating dialog, due to changes in code SEAMM code.
    * Made the dialog fit most of the window to make it easier to use.
      
2022.1.11.1 -- Initial release!
    * The initial release of a SEAMM plug-in providing access the to features
      (descriptors) available in RDKit.
    * This version fixes a minor problem with the citation of the plug-in itself.
	
2022.1.11 -- Initial release!

2021.9.16 (2021-09-16)
    * Plug-in created using the SEAMM plug-in cookiecutter.
