Metadata-Version: 2.1
Name: pbcluster
Version: 0.1.2
Summary: Analyze particle clusters in boxes with periodic boundaries
Home-page: https://github.com/benlindsay/pbcluster
Author: Ben Lindsay
Author-email: benjlindsay@gmail.com
License: MIT license
Keywords: pbcluster
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: networkx (>=2.1)
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotnine
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: pygraphviz

=========
PBCluster
=========


.. image:: https://img.shields.io/pypi/v/pbcluster.svg
        :target: https://pypi.python.org/pypi/pbcluster

.. image:: https://img.shields.io/travis/benlindsay/pbcluster.svg
        :target: https://travis-ci.org/benlindsay/pbcluster

.. image:: https://readthedocs.org/projects/pbcluster/badge/?version=latest
        :target: https://pbcluster.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/benlindsay/pbcluster/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/benlindsay/pbcluster




Analyze particle clusters in boxes with periodic boundaries


* Free software: MIT license
* Documentation: https://pbcluster.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-04-28)
------------------

* First release on PyPI.


