Metadata-Version: 2.4
Name: EstraPy
Version: 1.0.6
Summary: An input-file oriented EXAFS analysis toolbox
Home-page: https://github.com/ramsteak/estrapy
Author: Marco Stecca, Carlo Meneghini, Paolo Centomo
License: MIT License
Keywords: estrapy,syncrotron,xray,exafs,xas,xanes
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: xraydb
Requires-Dist: colorlog
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# EstraPy

EstraPy is a synchrotron analysis tool, built in Python 3.
It uses input files, written in a simple to read syntax, to perform analysis of synchrotron data files. The program supports the import, main data handling, plotting and output data. The documentation is available [here](https://ramsteak.github.io/EstraPy/).
EstraPy is run by the command line, and executes the commands one by one.

To download the latest release of EstraPy, navigate to the [releases](https://github.com/ramsteak/EstraPy/releases) section and download the latest release. Install with your python package manager, such as:

```sh
py -m pip install estrapy-1.0.1-py3-none-any.whl
```

Alternatively, you clone the github repository and build from source:

```sh
gh repo clone ramsteak/EstraPy
cd ./EstraPy
python -m build
```

To test if the installation was successful, run

```sh
$ estrapy --version

EstraPy 1.0.1
```

## License

EstraPy is distributed by an [MIT license](https://github.com/ramsteak/EstraPy/blob/main/LICENSE).

## Contributing

To report issues with the program, you can create a new [issue](https://github.com/ramsteak/EstraPy/issues) in the github section. Be sure to upload both your input file and the relevant data files, along with the output log file.
