Metadata-Version: 2.1
Name: reneu
Version: 0.0.1
Summary: computation for real neural networks.
Home-page: https://github.com/jingpengw/reneu
Author: Jingpeng Wu
Author-email: jingpeng.wu@gmail.com
License: Apache License 2.0
Description: [![Build Status](https://travis-ci.org/jingpengw/reneu.svg?branch=master)](https://travis-ci.org/jingpengw/reneu)
        Computation for REal NEUral networks
        
        # Development
        
        compile C++ backend
        
            python setup.py develop
        
        export conda environment
        
            conda env export > environment.yml
        
        ## Release
        
        ```
        python setup.py bdist_wheel
        auditwheel repair dist/reneu-0.0.1-cp37-cp37m-linux_x86_64.whl
        twine upload 
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
