Metadata-Version: 2.4
Name: mathphys
Version: 2.11.0
Summary: LNLS Math and Physics Utilities
Home-page: https://github.com/lnls-fac/mathphys
Download-URL: https://github.com/lnls-fac/mathphys
Author: lnls-fac
Author-email: xresende@gmail.com
Maintainer-email: Ana Oliveira <ana.clara@lnls.br>, Ximenes Resende <xresende@gmail.com>, "Fernando H. de Sá" <fernandohds564@gmail.com>, Murilo Barbosa Alves <alvesb.murilo@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/lnls-fac/mathphys
Project-URL: Download, https://github.com/lnls-fac/mathphys
Project-URL: Repository, https://github.com/lnls-fac/mathphys.git
Project-URL: Issues, https://github.com/lnls-fac/mathphys/issues
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata
Requires-Dist: numpy<=1.23,>=1.18
Requires-Dist: matplotlib>=3.1.2
Requires-Dist: h5py>=3.1.0
Dynamic: author-email
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

mathphys
========

![Latest tag](https://img.shields.io/github/tag/lnls-fac/mathphys.svg?style=flat)
[![Latest release](https://img.shields.io/github/release/lnls-fac/mathphys.svg?style=flat)](https://github.com/lnls-fac/mathphys/releases)
[![PyPI version fury.io](https://badge.fury.io/py/mathphys.svg)](https://pypi.python.org/pypi/mathphys/)


Python library with math functions, physical constants and auxiliary functions

For installation instructions, read INSTALL.

INSTALL - mathphys
------------------

This package can be installed using setuptools (>=16.0) or via PyPi. Developed and tested with Python 3 (3.4).

To list commonly used commands, run
```command
make help
```

To install to a default Python directory, run

```command
make install
```

Use the appropriate command in `<python>`. Depending on permissions, it may be
necessary to run the command with sudo or as superuser.

To install a development version, with a link to the local package files in the
default Python directory, run
```command
make develop
```

Details and further options can be found in setuptools documentation.
