Metadata-Version: 2.1
Name: plotly-ecdf
Version: 0.1.2
Summary: Enables plotting ECDF curves using Plotly with a similar API to Plotly Express
Home-page: https://github.com/benlindsay/plotly-ecdf
Author: Ben Lindsay
Author-email: benjlindsay@gmail.com
License: MIT license
Keywords: plotly-ecdf
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.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: plotly (>=4.0.0)

===========
Plotly ECDF
===========


.. image:: https://img.shields.io/pypi/v/plotly-ecdf.svg
        :target: https://pypi.python.org/pypi/plotly-ecdf

.. image:: https://img.shields.io/travis/benlindsay/plotly-ecdf.svg
        :target: https://travis-ci.com/benlindsay/plotly-ecdf

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


.. image:: https://pyup.io/repos/github/benlindsay/plotly-ecdf/shield.svg
     :target: https://pyup.io/repos/github/benlindsay/plotly-ecdf/
     :alt: Updates



Enables plotting ECDF curves using Plotly with a similar API to Plotly Express


* Free software: MIT license
* Documentation: https://plotly-ecdf.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 (2020-09-07)
------------------

* First release on PyPI.


