Metadata-Version: 2.1
Name: AaronTools
Version: 1.0b9
Summary: Tools for measuring and manipulating molecular structures
Home-page: https://github.com/QChASM/AaronTools.py
Author: QChASM
Author-email: qchasm@uga.edu
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/QChASM/AaronTools.py/issues
Project-URL: Source, https://github.com/QChASM/AaronTools.py
Description: # AaronTools.py
        This Python implimentation of AaronTools provides a collection of tools for automating routine tasks encountered when running quantum chemistry computations.
        
        These tools can be used either directly within a Python script using AaronTools objects, or via a series of command-line scripts. 
        
        See the <a href="https://github.com/QChASM/AaronTools.py/wiki">Wiki</a> for installation and usage.
        
        A description of the Python AaronTools implementation is described in
        "QChASM: Quantum Chemistry Automation and Structure Manipulation" <a href="http://dx.doi.org/10.1002/wcms.1510" target="_blank"><i>WIREs Comp. Mol. Sci.</i> (in press, 2021)</a>.
        
        A Perl implementation of AaronTools is also <a href="https://github.com/QChASM/AaronTools">available here.</a>
        However, users are <em>strongly urged</em> to use the Python version since it has far more powerful features and, unlike the Perl version, will continue to be developed and supported.
        
        ## Citation
        If you use the Python AaronTools, please cite:
        "QChASM: Quantum Chemistry Automation and Structure Manipulation" <a href="http://dx.doi.org/10.1002/wcms.1510" target="_blank"><i>WIREs Comp. Mol. Sci.</i> (in press, 2021)</a>
        
        ## Contact
        If you have any questions, feel free to contact us at qchasm@uga.edu
        
Keywords: computational chemistry utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Provides-Extra: extras
