Metadata-Version: 2.1
Name: pymds
Version: 0.1.0
Summary: Metric multidimensional scaling in python.
Home-page: https://github.com/acorg/pymds
Author: David Pattinson
Author-email: djp65@cam.ac.uk
Maintainer: David Pattinson
Maintainer-email: djp65@cam.ac.uk
License: MIT
Download-URL: https://github.com/acorg/pymds/releases/latest
Keywords: python,mds,antigenic cartography
Platform: MacOS
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown

# pymds

Metric multidimensional scaling in python.

## Install

It can be installed from command-line using
[pip](https://pypi.python.org/pypi/pip):

```bash
pip install pymds
```

## Documentation

Check out [pymds.readthedocs.io](https://pymds.readthedocs.io).

## License

This project is licensed under the MIT license.


