Metadata-Version: 2.1
Name: easysciencecore
Version: 0.2.0
Summary: Generic logic for easyScience libraries
Home-page: https://github.com/easyScience/easyCore
License: BSD-3-Clause
Author: Simon Ward
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: DFO-LS (>=1.2,<2.0)
Requires-Dist: asteval (>=0.9.23,<0.10.0)
Requires-Dist: bumps (>=0.8,<0.9)
Requires-Dist: lmfit (>=1.0,<2.0)
Requires-Dist: numpy (>=1.19,<2.0)
Requires-Dist: pint (>=0.17,<0.19)
Requires-Dist: uncertainties (>=3.1,<4.0)
Requires-Dist: xarray (>=0.16,<0.21)
Project-URL: Documentation, https://github.com/easyScience/easyCore
Description-Content-Type: text/markdown

# [![License][50]][51] [![Release][32]][33] [![Downloads][70]][71] [![CI Build][20]][21] 

[![CodeFactor][83]][84] [![Lines of code][81]](<>) [![Total lines][80]](<>) [![Files][82]](<>)


<img height="80"><img src="https://raw.githubusercontent.com/easyScience/easyCore/master/resources/images/ec_logo.svg" height="65">

**easyCore** is the foundation of the *easyScience* universe, providing the building blocks for libraries and applications which aim to make scientific data simulation and analysis easier.

## Install

**easyCore** can be downloaded using pip:

```pip install easysciencecore```

Or direct from the repository:

```pip install https://github.com/easyScience/easyCore```

## Test

After installation, launch the test suite:

```python -m pytest```

## Documentation

Documentation can be found at:

[https://easyScience.github.io/easyCore](https://easyScience.github.io/easyCore)

## Contributing
We absolutely welcome contributions. **easyCore** is maintained by the ESS and on a volunteer basis and thus we need to foster a community that can support user questions and develop new features to make this software a useful tool for all users while encouraging every member of the community to share their ideas.

## License
While **easyCore** is under the BSD-3 license, DFO_LS is subject to the GPL license.

<!---CI Build Status--->

[20]: https://github.com/easyScience/easyCore/workflows/CI%20using%20pip/badge.svg

[21]: https://github.com/easyScience/easyCore/actions


<!---Release--->

[32]: https://img.shields.io/pypi/v/easyScienceCore.svg

[33]: https://pypi.org/project/easyScienceCore


<!---License--->

[50]: https://img.shields.io/github/license/easyScience/easyCore.svg

[51]: https://github.com/easyScience/easyCore/blob/master/LICENSE.md


<!---Downloads--->

[70]: https://img.shields.io/pypi/dm/easyScienceCore.svg

[71]: https://pypi.org/project/easyScienceCore

<!---Code statistics--->

[80]: https://tokei.rs/b1/github/easyScience/easyCore

[81]: https://tokei.rs/b1/github/easyScience/easyCore?category=code

[82]: https://tokei.rs/b1/github/easyScience/easyCore?category=files

[83]: https://www.codefactor.io/repository/github/easyscience/easycore/badge

[84]: https://www.codefactor.io/repository/github/easyscience/easycore

