Metadata-Version: 2.1
Name: molspecutils
Version: 0.3.1
Summary: Modules for working with molecular spectroscopy data
Home-page: https://github.com/gkowzan/molspecutils
Author: Grzegorz Kowzan
Author-email: gkowzan@umk.pl
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Typing :: Typed
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs (>=21.4.0)
Requires-Dist: numpy (>=1.16.5)
Requires-Dist: scipy (>=1.3)
Requires-Dist: appdirs (>=1.4.4)
Requires-Dist: SQLAlchemy (>=1.4.6)
Provides-Extra: doc
Requires-Dist: Sphinx ; extra == 'doc'
Requires-Dist: sphinx-book-theme ; extra == 'doc'

`molspecutils` contains various classes and functions useful in analyzing
molecular spectroscopy measurements.

# Installation
The package is available on the Python Package Index and can be most easily installed with `pip`:

``` sh
pip install molspecutils
```

# Documentation
Documentation is available at <https://molspecutils.readthedocs.io/>.

# License
The package is licensed under the open source MIT license.

Copyright 2022 Grzegorz Kowzan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

molspecutils bundles [HAPI library](https://hitran.org/hapi/) which is also available under the MIT license. The authors of HAPI request that you cite the following article: 

R.V. Kochanov, I.E. Gordon, L.S. Rothman, P. Wcislo, C. Hill, J.S. Wilzewski, HITRAN Application Programming Interface (HAPI): A comprehensive approach to working with spectroscopic data, J. Quant. Spectrosc. Radiat. Transfer 177, 15-30 (2016)
