Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transport-analysis as MDAKit #89

Merged
merged 2 commits into from
Oct 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions mdakits/transport-analysis/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Required entries
project_name: transport-analysis
authors:
- https://github.com/MDAnalysis/transport-analysis/blob/main/AUTHORS.md
maintainers:
- xhgchen
- hmacdope
- orionarcher
description:
A Python package to compute and analyze transport properties from molecular simulations.
keywords:
- transport properties
- molecular dynamics
license: GPL-2.0
project_home: https://github.com/MDAnalysis/transport-analysis
documentation_home: https://transport-analysis.readthedocs.io
documentation_type: UserGuide + API

# Optional entries
install:
hmacdope marked this conversation as resolved.
Show resolved Hide resolved
- pip install git+https://github.com/MDAnalysis/transport-analysis@main
src_install:
- pip install git+https://github.com/MDAnalysis/transport-analysis@main
import_name: transport_analysis
python_requires: ">=3.9"
mdanalysis_requires: ">=2.0.0"
run_tests:
- pytest --pyargs transport_analysis.tests
test_dependencies:
- mamba install pytest MDAnalysisTests
project_org: MDAnalysis
development_status: Alpha
community_home: https://github.com/MDAnalysis/transport-analysis/discussions
changelog: https://github.com/MDAnalysis/transport-analysis/blob/main/CHANGELOG.md
Loading