Metadata-Version: 1.1
Name: chemical-formula
Version: 2021.7.26
Summary: chemical_formula
Home-page: https://github.com/molssi-seamm/chemical_formula
Author: Paul Saxe
Author-email: psaxe@molssi.org
License: BSD-3-Clause
Description: .. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/chemical_formula
           :target: https://github.com/molssi-seamm/chemical_formula/pulls
           :alt: GitHub pull requests
        
        .. image:: https://github.com/molssi-seamm/chemical_formula/workflows/CI/badge.svg
           :target: https://github.com/molssi-seamm/chemical_formula/actions
           :alt: Build Status
        
        .. image:: https://codecov.io/gh/molssi-seamm/chemical_formula/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/molssi-seamm/chemical_formula
           :alt: Code Coverage
        
        .. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/chemical_formula.svg?logo=lgtm&logoWidth=18
           :target: https://lgtm.com/projects/g/molssi-seamm/chemical_formula/context:python
           :alt: Code Quality
        
        .. image:: https://github.com/molssi-seamm/chemical_formula/workflows/Documentation/badge.svg
           :target: https://molssi-seamm.github.io/chemical_formula/index.html
           :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/molssi-seamm/chemical_formula/shield.svg
           :target: https://pyup.io/repos/github/molssi-seamm/chemical_formula/
           :alt: Updates for Dependencies
        
        .. image:: https://img.shields.io/pypi/v/chemical_formula.svg
           :target: https://pypi.python.org/pypi/chemical_formula
           :alt: PyPi VERSION
        
        =========================
        Chemical Formula
        =========================
        
        A package for handling a `chemical formula`_: parsing text formulae, producing standard
        text formats, and other useful utilities.
        
        * Free software: Lesser GPL (LGPL)
        * Documentation: https://chemical-formula.readthedocs.io.
        
        .. _chemical formula: https://en.wikipedia.org/wiki/Chemical_formula
        
        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 ACI-1547580
        
        .. _MolSSI: https://www.molssi.org
        .. _`National Science Foundation`: https://www.nsf.gov
        
        
        =======
        History
        =======
        
        0.1.0 (2017-12-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: chemical_formula
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
