Metadata-Version: 2.1
Name: gcoreutils
Version: 1.1.5
Summary: A versatile python utility library.
Home-page: https://github.com/CMT-MU/GCoreUtils
Author: Hiroaki Kusunose
Author-email: hiroaki.kusunose@gmail.com
License: MIT
Keywords: numpy,scipy,sympy,pandas,LaTeX
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: sympy
Requires-Dist: pandas (<1.5)
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'

# GCoreUtils

A versatile python utility library.

## Installation

GCoreUtils can be installed from PyPI using pip on Python >= 3.8:
```
pip install gcoreutils
```
You can also visit
[PyPI](https://pypi.org/project/gcoreutils/) or [GitHub](https://github.com/CMT-MU/GCoreUtils) to download the source.

## Authors
Hiroaki Kusunose

## Documentation

Refer to the [documentation](https://cmt-mu.github.io/GCoreUtils/) for detailed installation and usage details.
