Metadata-Version: 2.1
Name: pymds
Version: 0.1.2
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
Requires-Dist: cycler (>=0.10.0)
Requires-Dist: dill (>=0.2.8.2)
Requires-Dist: kiwisolver (>=1.0.1)
Requires-Dist: matplotlib (>=2.2.2)
Requires-Dist: multiprocess (>=0.70.6.1)
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: pandas (>=0.23.1)
Requires-Dist: pathos (>=0.2.2)
Requires-Dist: pox (>=0.2.4)
Requires-Dist: ppft (>=1.6.4.8)
Requires-Dist: pyparsing (>=2.2.0)
Requires-Dist: python-dateutil (>=2.7.3)
Requires-Dist: pytz (>=2018.5)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: six (>=1.11.0)

# 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.


