Metadata-Version: 2.1
Name: easycrystallography
Version: 0.2.0
Summary: Crystallography in easyScience
Home-page: https://github.com/easyScience/easyCrystallography
License: BSD-3-Clause
Author: Simon Ward
Requires-Python: >=3.8,<=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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Physics
Provides-Extra: docs
Provides-Extra: graphics
Provides-Extra: test
Requires-Dist: Sphinx (>=4.0.2,<6.0.0); extra == "docs"
Requires-Dist: codecov (>=2.1.11,<3.0.0); extra == "test"
Requires-Dist: doc8 (>=0.11.0,<0.12.0); extra == "docs"
Requires-Dist: easysciencecore (>=0.3.0,<0.4.0)
Requires-Dist: flake8 (>=5.0,<6.0); extra == "test"
Requires-Dist: gemmi (>=0.5.8,<0.6.0)
Requires-Dist: periodictable (>=1.6.1,<2.0.0)
Requires-Dist: pytest (>=7.0.0,<8.0.0); extra == "test"
Requires-Dist: pytest-cov (>=3,<5); extra == "test"
Requires-Dist: readme-renderer (>=35,<38); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.12.0,<2.0.0); extra == "docs"
Requires-Dist: sphinx-gallery (>=0.10,<0.12); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0); extra == "docs"
Requires-Dist: tox-gh-actions (>=2.11,<4.0)
Project-URL: Documentation, https://github.com/easyScience/easyCrystallography
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/easyCrystallography/develop/resources/images/ec_logo.svg" height="65">

**easyCrystallography** is a library that can be used for the generation and manipulation of crystal structures.

## Install

**easyCrystallography** can be downloaded using pip:

```pip install easyCrystallography```

Or direct from the repository:

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

## Test

After installation, launch the test suite:

```python -m pytest```

[//]: # (## Documentation)

[//]: # ()
[//]: # (Documentation can be found at:)

[//]: # ()
[//]: # ([https://easyScience.github.io/easyCore]&#40;https://easyScience.github.io/easyCore&#41;)

## 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

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

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

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


<!---Release--->

[32]: https://img.shields.io/pypi/v/easysciencecore?color=green

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


<!---License--->

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

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


<!---Downloads--->

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

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

<!---Code statistics--->

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

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

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

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

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

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

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

