Metadata-Version: 2.4
Name: fastmdx
Version: 0.2.0
Summary: Alias for FastMDXplorer; installs the canonical 'fastmdxplorer' package.
Author: Adekunle Aina, Derrick Kwan
License: MIT
Project-URL: Homepage, https://github.com/aai-research-lab/FastMDXplorer
Project-URL: Repository, https://github.com/aai-research-lab/FastMDXplorer
Keywords: fastmdxplorer,fastmdx,molecular-dynamics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fastmdxplorer>=0.2.0

# fastmdx

PyPI alias for [**FastMDXplorer**](https://github.com/aai-research-lab/FastMDXplorer).

The canonical package is [`fastmdxplorer`](https://pypi.org/project/fastmdxplorer/). This shim exists so that `pip install fastmdx` works for users who reach for the shorter name. Installing it transparently installs `fastmdxplorer` underneath.

## Recommended usage

```python
import fastmdxplorer as fastmdx
```

The bare `import fastmdx` form also works and re-exports the `fastmdxplorer` namespace, emitting a one-time notice suggesting the recommended idiom above.

## CLI

The CLI command is also `fastmdx`. It is provided by the canonical `fastmdxplorer` package, so it is available regardless of whether you `pip install fastmdxplorer` or `pip install fastmdx`.

```bash
fastmdx explore -system protein.pdb
fastmdx xplore -pdb-id 1L2Y
```

## Source code

All code, documentation, examples, and issue tracker live at the canonical repository:

**https://github.com/aai-research-lab/FastMDXplorer**

## Citation

> Aina, A.; Kwan, D. *FastMDAnalysis: Software for Automated Analysis of Molecular Dynamics Trajectories.* J. Comput. Chem. **2026**, 47, e70350. DOI: [10.1002/jcc.70350](https://doi.org/10.1002/jcc.70350)

## License

MIT — see the canonical repository for the full text.
