Metadata-Version: 2.1
Name: acceltools
Version: 0.2.0
Summary: Extension tools for ACCeL: document export, ECD/UV/NMR analysis, plotting, and puckering.
Home-page: https://github.com/kfchem/acceltools
Author: Keisuke Fukaya
Author-email: kfukaya@pu-toyama.ac.jp
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: accel (>=0.3.0)
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: all
Requires-Dist: python-docx ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Provides-Extra: doc
Requires-Dist: python-docx ; extra == 'doc'
Provides-Extra: table
Requires-Dist: pandas ; extra == 'table'

acceltools
==========

**acceltools** is an extension toolkit for `ACCeL <https://github.com/kfchem/accel>`_,
designed to enhance molecular structure analysis and computational chemistry workflows.

It supports document export, ECD/UV/NMR analysis, reaction plotting, puckering
parameter evaluation, and structural scanning, all based on molecular data
managed by ACCeL.

Features
--------

- Export molecular data to TXT / DOCX formats
- Calculate and visualize ECD and UV spectra
- Assign and compare NMR chemical shifts
- Generate reaction energy diagrams and scatter plots
- Analyze Cremer–Pople puckering parameters
- Perform bond/angle/dihedral coordinate scanning
- Output structured results as pandas.DataFrame

Installation
------------

.. code-block:: bash

    pip install acceltools

Dependencies
------------

- ACCeL (https://github.com/kfchem/accel)
- Python >= 3.9
- numpy, pandas, matplotlib, scipy, python-docx

License
-------

MIT License

Repository
----------

GitHub: https://github.com/kfchem/acceltools


