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

Adding waterdynamics #91

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Changes from all commits
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
42 changes: 42 additions & 0 deletions mdakits/waterdynamics/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
project_name: waterdynamics

authors:
- https://github.com/MDAnalysis/waterdynamics/blob/main/AUTHORS.md

maintainers:
- IAlibay
- ianmkenney
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to list more folks here? (given current timelines)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was going to ask. Any candidates in mind?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unofficially a maintainer for everything that's MDA based in the registry because I get a ping & have to check it's not the registry breaking. You can put me here anyways but please ask on discord for extra volunteers please.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can help maintain this too at least in its current state

- lilyminium

description:
Analysis of water dynamics in molecular dynamics trajectories and water interactions with other molecules.

keywords:
- water
- hydrogenbonds
- MSD

license: GPL-2.0-or-later
project_home: https://github.com/MDAnalysis/waterdynamics/
documentation_home: https://mdanalysis.org/waterdynamics
documentation_type: API

install:
- pip install waterdynamics

src_install:
- pip install git+https://github.com/MDAnalysis/waterdynamics@main

import_name: waterdynamics
python_requires: ">=3.9"
mdanalysis_requires: ">=2.0.0"

run_tests:
- pytest --pyargs waterdynamics

test_dependencies:
- mamba install pytest MDAnalysisTests

project_org: MDAnalysis
development_status: Production/Stable
changelog: https://github.com/MDAnalysis/waterdynamics/blob/main/CHANGELOG.md
Loading