Metadata-Version: 2.0
Name: pydad
Version: 0.0.3
Summary: Data structure, Algorithm and Design pattern written in python.
Home-page: https://github.com/crazy-canux/pydad
Author: Canux CHENG
Author-email: canuxcheng@gmail.com
License: GPL
Keywords: python algorithm
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules

.. image:: https://img.shields.io/pypi/v/pydad.svg?style=plastic
   :target: https://pypi.python.org/pypi/pydad/

.. image:: https://img.shields.io/pypi/dm/pydad.svg?style=plastic
   :target: https://pypi.python.org/pypi/pydad/

.. image:: https://travis-ci.org/crazy-canux/pydad.svg?branch=master
   :target: https://travis-ci.org/crazy-canux/pydad

.. image:: https://coveralls.io/repos/github/crazy-canux/pydad/badge.svg?branch=master
   :target: https://coveralls.io/github/crazy-canux/pydad?branch=master

=====
pydad
=====

Include data structure, algorithm and design pattern.

Related project:

<https://github.com/nryoung/algorithms>

<https://github.com/faif/python-patterns>

====
Todo
====

* Distribute 0.0.1 to pypi.

=============
Documentation
=============

`[Documentation] <http://pydad.readthedocs.io/en/latest/>`_

============
Contribution
============

`[Contribution] <https://github.com/crazy-canux/pydad/blob/master/CONTRIBUTING.rst>`_

=======
Authors
=======

`[Authors] <https://github.com/crazy-canux/pydad/blob/master/AUTHORS.rst>`_

=======
License
=======

`[License] <https://github.com/crazy-canux/pydad/blob/master/LICENSE>`_


