Metadata-Version: 2.1
Name: qcportal
Version: 0.15.6
Summary: A client interface to the QC Archive Project.
Home-page: UNKNOWN
Author: MolSSI
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

QCPortal
==============================
[//]: # (Badges)
[![Continuous Integration](https://github.com/MolSSI/QCPortal/workflows/CI%20workflow%20for%20GHA/badge.svg)](https://github.com/MolSSI/QCPortal/actions?query=workflow%3A%22CI+workflow+for+GHA%22)

A client interface to the QC Archive Project.

This standalone client serves to hook into QCFractal instances from remote or local 
locations and is designed for end-users who which to access the QCFractal stores.

### Issues

All issues should be reported to the [QCFractal issue tracker](https://github.com/MolSSI/QCFractal/issues/new/choose).
This repository is automatically updated from the main QCFractal source code and is only used for deployment of the QCPortal package.

### QCPortal Version descriptions with QCFractal

QCPortal's release versions mostly match QCFractal's releases with the following standard form

```X.Y.Z```

for Major (X), Minor(Y), and Patch(Z) version respectively. However, because Portal is intrinsicly linked to
Fractal, the following rules must be adhered to:
1. Major release version **must** be the same as Fractal
2. Minor release version **must** be the same as Fractal
3. Patch version is unrestricted and can differ from Fractal

### Copyright

Copyright (c) 2018, Molecular Software Sciences Institute (MolSSI)  


#### Acknowledgements
 
Project based on the 
[Computational Chemistry Python Cookiecutter](https://github.com/choderalab/cookiecutter-python-comp-chem)



