Metadata-Version: 2.3
Name: QuasarCode
Version: 0.21.1
Summary: A general purpose library for Python applications.
Project-URL: Documentation, https://github.com/QuasarX1/QuasarCode/tree/dev-python/QuasarCode_Python/README.md
Project-URL: Issues, https://github.com/QuasarX1/QuasarCode/issues
Project-URL: Source, https://github.com/QuasarX1/QuasarCode
Author-email: "Christopher J. R. Rowe" <contact@cjrrowe.com>
License: Copyright (c) 2024-present Christopher J. R. Rowe <contact@cjrrowe.com>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to
        use and copy 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 author (Christopher J. R. Rowe) is clearly & appropriately acknowledged and/or
        the Software source (https://github.com/QuasarX1/QuasarCode) is referenced.
        
        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.
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: scipy
Requires-Dist: typing-extensions
Requires-Dist: unyt
Description-Content-Type: text/markdown

# QuasarCode

[![PyPI - Version](https://img.shields.io/pypi/v/QuasarCode.svg)](https://pypi.org/project/QuasarCode)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/QuasarCode.svg)](https://pypi.org/project/QuasarCode)

A general purpose library for Python applications.

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

### PyPI

```console
pip install QuasarCode
```

### From Source

Download the latest source code [here](https://github.com/QuasarX1/QuasarCode/tree/dev-python/QuasarCode_Python/src).

## License

`QuasarCode` is distributed under the terms of the [included license](./LICENSE.txt).
