Metadata-Version: 1.2
Name: simplenet
Version: 0.1.0
Summary: A simple neural network in Python
Home-page: https://github.com/n8henrie/simplenet
Author: Nathan Henrie
Author-email: nate@n8henrie.com
License: MIT
Description-Content-Type: UNKNOWN
Description: # SimpleNet
        
        [![Build Status](https://travis-ci.org/n8henrie/simplenet.svg?branch=master)](https://travis-ci.org/n8henrie/simplenet)
        
        A simple neural network in Python
        
        - Free software: MIT
        - Documentation: https://simplenet.readthedocs.org
        
        ## Features
        
        - TODO
        
        ## Introduction
        
        - TODO
        
        ## Dependencies
        
        - Python >= 3.6
        - See `requirements.txt`
        
        ## Quickstart
        
        1. `pip3 install simplenet`
        - TODO
        
        ### Development Setup
        
        1. Clone the repo: `git clone https://github.com/n8henrie/simplenet && cd
           simplenet`
        1. Make a virtualenv: `python3 -m venv venv`
        - TODO
        
        ## Configuration
        
        - TODO
        
        ## Acknowledgements
        
        - TODO
        
        ## Troubleshooting / FAQ
        
        - How can I install an older / specific version of SimpleNet?
            - Install from a tag:
                - pip install git+git://github.com/n8henrie/simplenet.git@v0.1.0
            - Install from a specific commit:
                - pip install git+git://github.com/n8henrie/simplenet.git@aabc123def456ghi789
        
        
        # [Changelog](https://keepachangelog.com)
        
        ## 0.1.0 :: 2017-10-02
        
        - First release on PyPI.
        
Keywords: simplenet
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
