Metadata-Version: 2.0
Name: neuralpuzzle
Version: 0.1.0a0
Summary: A Simple Python package that helps anyone
                   on building and running deep neural network
                   in a second.
Home-page: https://github.com/cxmaro-s/neuralpuzzle
Author: Runze Sun
Author-email: fihyer@me.com
License: GNU General Public License v3
Keywords: neuralpuzzle
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: numpy

===============================
NeuralPuzzle
===============================


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

.. image:: https://img.shields.io/travis/cxmaro-s/neuralpuzzle.svg
        :target: https://travis-ci.org/cxmaro-s/neuralpuzzle
        :alt: Build status on Travis CI

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

.. image:: https://pyup.io/repos/github/cxmaro-s/neuralpuzzle/shield.svg
     :target: https://pyup.io/repos/github/cxmaro-s/neuralpuzzle/
     :alt: Updates

.. image:: http://ci.appveyor.com/api/projects/status/github/cxmaro-s/neuralpuzzle?branch=master
     :target: https://ci.appveyor.com/project/cxmaro-s/neuralpuzzle/branch/master
     :alt: Windows build status on Appveyor


A simple Python package that helps anyone on building and running a deep neural network
in second.


* Free software: GNU General Public License v3
* Documentation: https://neuralpuzzle.readthedocs.io.

Quickstart
---------


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 (2017-04-18)
------------------

* First release on PyPI.


