Metadata-Version: 2.4
Name: scuq
Version: 1.0.5
Summary: Real and complex physical quantities with units with numpy support.
Author: Thomas Reidemeister
Author-email: Hans Georg Krauthäuser <hgk@ieee.org>
Maintainer-email: Hans Georg Krauthäuser <hgk@ieee.org>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://www.tu-dresden.de/et/tet
Project-URL: Repository, https://gitlab.hrz.tu-chemnitz.de/chair-of-electromagnetic-theory-and-compatibility-at-tu-dresden/mpylab/scuq.git
Project-URL: Documentation, https://scuq-b5d96a.gp.hrz.tu-chemnitz.de/
Keywords: measurements,laboratory
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
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 :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24.4
Provides-Extra: docs
Requires-Dist: sphinx<8.0,>=7.1; python_version < "3.10" and extra == "docs"
Requires-Dist: sphinx>=8.0; python_version >= "3.10" and extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: release
Requires-Dist: build>=1.2; extra == "release"
Requires-Dist: twine>=6.2; extra == "release"
Dynamic: license-file

# scuq

This is **scuq**. Scuq provides scalar (real) and complex physical quantities with units.


This software is distributed unter GPL-3 or higher. See LICENSE for details.

## Installation

```
pip3 install scuq
```

## License

GPL-3 or higher

## Repository

[https://gitlab.hrz.tu-chemnitz.de/chair-of-electromagnetic-theory-and-compatibility-at-tu-dresden/mpylab/scuq.git](https://gitlab.hrz.tu-chemnitz.de/chair-of-electromagnetic-theory-and-compatibility-at-tu-dresden/mpylab/scuq.git)

The documentation is also available from the gitlab server of TU Chemnitz:

[https://scuq-b5d96a.gp.hrz.tu-chemnitz.de/](https://scuq-b5d96a.gp.hrz.tu-chemnitz.de/)

## Contact

Prof. Dr. Hans Georg Krauthäuser (hgk@ieee.org)  
Chair for Electromagnetic Theory and Compatibility  
Technische Universität Dresden, Dresden, Germany
