Name | agility JSON |
Version |
0.0.3
JSON |
| download |
home_page | None |
Summary | Analysis tool for simulations of grain boundaries and interfaces |
upload_time | 2024-04-10 13:32:53 |
maintainer | Alexander Bonkowski |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2021 Alexander Bonkowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
grain boundaries
interfaces
science
analysis
|
VCS |
|
bugtrack_url |
|
requirements |
matplotlib
numpy
scipy
coveralls
coverage
seaborn
pandas
jupyter
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Documentation Status](https://readthedocs.org/projects/agility1/badge/?version=latest)](https://agility1.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/ab5424/agility/badge.svg?branch=main)](https://coveralls.io/github/ab5424/agility?branch=main)
[![code coverage](https://img.shields.io/codecov/c/gh/ab5424/agility)](https://codecov.io/gh/ab5424/agility)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ab5424/agility/main.svg)](https://results.pre-commit.ci/latest/github/ab5424/agility/main)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ab5424/agility/HEAD)
# Agility
**A**tomistic **G**rain Boundary and **I**nterface Uti**lity**. This is a library for pre- and postprocessing polycrystalline and grain-boundary structures to use with atomistic codes, e.g. LAMMPS and VASP. It allows top-level processing of those structures by utilizing established methods to differentiate between bulk and interface regions. This allows to extract static as well as dynamic properties of these structures.
## Implementations
While it is intendend that `agility` can be used with different "backends" such as ase, babel, pyiron, and others, the main functionality is (currently) implemented with ovito and LAMMPS.
## Installation
There are different ways to install `agility`. Choose what works best with your workflow.
### From source
To build from source, use
pip install -r requirements.txt
python setup.py build
python setup.py install
### Using `pip`
pip install agility
### Using `conda`
conda skeleton pypi agility
conda build agility
conda install --use-local agility
## Contributing
Any contributions or even questions about the code are welcome - please use the [Issue Tracker](https://github.com/ab5424/agility/issues) or [Pull Requests](https://github.com/ab5424/agility/pulls).
### Development
The development takes place on the `development` branch. Python 3.9 is the minimum requirement. Some backends (like ovito) currently do not support Python 3.10.
## Documentation
The user documentation will be written in python sphinx. The source files should be
stored in the `doc` directory.
## Run tests
After installation, in the home directory, use
```bash
% pytest
```
Raw data
{
"_id": null,
"home_page": null,
"name": "agility",
"maintainer": "Alexander Bonkowski",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "grain boundaries, interfaces, science, analysis",
"author": null,
"author_email": "Alexander Bonkowski <alexander.bonkowski@rwth-aachen.de>",
"download_url": "https://files.pythonhosted.org/packages/2d/20/5199dd432df189d1395dd38e7efab9f6dec33a1706e549abefe1941c2840/agility-0.0.3.tar.gz",
"platform": null,
"description": "[![Documentation Status](https://readthedocs.org/projects/agility1/badge/?version=latest)](https://agility1.readthedocs.io/en/latest/?badge=latest)\n[![Coverage Status](https://coveralls.io/repos/github/ab5424/agility/badge.svg?branch=main)](https://coveralls.io/github/ab5424/agility?branch=main)\n[![code coverage](https://img.shields.io/codecov/c/gh/ab5424/agility)](https://codecov.io/gh/ab5424/agility)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ab5424/agility/main.svg)](https://results.pre-commit.ci/latest/github/ab5424/agility/main)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ab5424/agility/HEAD)\n\n# Agility\n\n**A**tomistic **G**rain Boundary and **I**nterface Uti**lity**. This is a library for pre- and postprocessing polycrystalline and grain-boundary structures to use with atomistic codes, e.g. LAMMPS and VASP. It allows top-level processing of those structures by utilizing established methods to differentiate between bulk and interface regions. This allows to extract static as well as dynamic properties of these structures.\n\n## Implementations\n\nWhile it is intendend that `agility` can be used with different \"backends\" such as ase, babel, pyiron, and others, the main functionality is (currently) implemented with ovito and LAMMPS.\n\n\n\n## Installation\n\nThere are different ways to install `agility`. Choose what works best with your workflow.\n\n### From source\n\nTo build from source, use\n\n pip install -r requirements.txt\n\n python setup.py build\n\n python setup.py install\n\n### Using `pip`\n\n pip install agility\n\n### Using `conda`\n\n conda skeleton pypi agility\n\n conda build agility\n\n conda install --use-local agility\n\n## Contributing\n\nAny contributions or even questions about the code are welcome - please use the [Issue Tracker](https://github.com/ab5424/agility/issues) or [Pull Requests](https://github.com/ab5424/agility/pulls).\n\n### Development\n\nThe development takes place on the `development` branch. Python 3.9 is the minimum requirement. Some backends (like ovito) currently do not support Python 3.10.\n\n## Documentation\n\nThe user documentation will be written in python sphinx. The source files should be\nstored in the `doc` directory.\n\n## Run tests\n\nAfter installation, in the home directory, use\n\n```bash\n% pytest\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2021 Alexander Bonkowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Analysis tool for simulations of grain boundaries and interfaces",
"version": "0.0.3",
"project_urls": {
"Package": "https://pypi.org/project/agility/",
"Repo": "https://github.com/ab5424/agility"
},
"split_keywords": [
"grain boundaries",
" interfaces",
" science",
" analysis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2705fbc2abc7ef76d8904d68f2f5aeae84c5514f7dfbddf8ff940e3b0ce889ce",
"md5": "fd9d2e51ba5aa9c9782203a23c2665a9",
"sha256": "ac469fa2c5a66f86d84a412400a961d478f7bce505d1e79f5dd52d8a72a0fd5c"
},
"downloads": -1,
"filename": "agility-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd9d2e51ba5aa9c9782203a23c2665a9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 15335,
"upload_time": "2024-04-10T13:32:44",
"upload_time_iso_8601": "2024-04-10T13:32:44.437089Z",
"url": "https://files.pythonhosted.org/packages/27/05/fbc2abc7ef76d8904d68f2f5aeae84c5514f7dfbddf8ff940e3b0ce889ce/agility-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2d205199dd432df189d1395dd38e7efab9f6dec33a1706e549abefe1941c2840",
"md5": "74a9e3a9f8f2761cbee780f8706d938c",
"sha256": "7eeed810b505fc31f18d43722672e039dcc5a16f0eddab2628cb90194bd8dec0"
},
"downloads": -1,
"filename": "agility-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "74a9e3a9f8f2761cbee780f8706d938c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 16625,
"upload_time": "2024-04-10T13:32:53",
"upload_time_iso_8601": "2024-04-10T13:32:53.337940Z",
"url": "https://files.pythonhosted.org/packages/2d/20/5199dd432df189d1395dd38e7efab9f6dec33a1706e549abefe1941c2840/agility-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-10 13:32:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ab5424",
"github_project": "agility",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "matplotlib",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "coveralls",
"specs": []
},
{
"name": "coverage",
"specs": []
},
{
"name": "seaborn",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "jupyter",
"specs": []
}
],
"lcname": "agility"
}