Metadata-Version: 2.1
Name: easysciencecore
Version: 0.3.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,<3.12
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
Provides-Extra: ci
Provides-Extra: docs
Provides-Extra: full
Provides-Extra: graphics
Provides-Extra: test
Requires-Dist: DFO-LS (>=1.2,<2.0); extra == "full" or extra == "test" or extra == "ci"
Requires-Dist: Sphinx (>=4.0.2,<5.0.0); extra == "docs"
Requires-Dist: asteval (>=0.9.27,<0.10.0)
Requires-Dist: bumps (>=0.8,<0.10)
Requires-Dist: codecov (>=2.1.11,<3.0.0); extra == "test" or extra == "ci"
Requires-Dist: doc8 (>=0.11.0,<0.12.0); extra == "docs"
Requires-Dist: flake8 (>=5.0,<6.0); extra == "test" or extra == "ci"
Requires-Dist: lmfit (>=1.0,<2.0)
Requires-Dist: numpy (>=1.21,<2.0)
Requires-Dist: pint (>=0.17,<0.19)
Requires-Dist: pytest (>=7.0.0,<8.0.0); extra == "test" or extra == "ci"
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0); extra == "test" or extra == "ci"
Requires-Dist: readme-renderer (>=35.0,<36.0); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.12.0,<2.0.0); extra == "docs"
Requires-Dist: sphinx-gallery (>=0.10.0,<0.11.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0); extra == "docs"
Requires-Dist: tox-gh-actions (>=2.11,<3.0); extra == "ci"
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] [![Codecov][85]][86]
[![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?color=green

[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

[85]: https://img.shields.io/codecov/c/github/easyScience/easyCore?color=green

[86]: https://app.codecov.io/gh/easyScience/easyCore/
