Metadata-Version: 1.2
Name: tbnns
Version: 0.2.0
Summary: TBNN-s - Tensor Basis Neural Network for Scalar Mixing
Home-page: https://github.com/pmmilani/tbnns.git
Author: Pedro M. Milani
Author-email: pmmilani@stanford.edu
License: Apache
Description: ## TBNN-s v0.2.0 - Tensor Basis Neural Network for Scalar Mixing (DEV)
        
        Author: Pedro M. Milani (email: pmmilani@stanford.edu)
        
        Last modified: 09/18/2019
        
        Developed and tested in Python 3.7
        
        ### Installation
        To install, run the following (optionally within a virtual environment): 
        
            pip install tbnns [--user] [--upgrade]
            
        This will install the stable version from the Python Package Index. Use
        the flag --user in case you do not have administrator privileges and the
        flag --upgrade to get the newest version.
            
        To test the program while it is being developed, run the command below
        from the current directory. This is useful when you are developing the
        code.
        
            pip install -e .
            
        To uninstall, run:
            
            pip uninstall tbnns
            
        The commands above will also install
        some dependencies (included in the file "requirements.txt")
        needed for this package.
        
        ### Examples and Testing
        
        Under construction.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
