Metadata-Version: 2.1
Name: synacell
Version: 0.0.0
Summary: Synapses and cells
Home-page: https://github.com/GinkoBalboa/synacell
Author: Ginko Balboa
Author-email: ginkobalboa3@gmail.com
License: UNKNOWN
Description: # SynaCell
        
        Synapses and cells.
        
        Spiking neural network (SNN) consisted of cells with processing algorithms, connected by synapses with realistic signal transmission properties. The engine that runs the SNN is written in plain C++ with interface in Python, for simplicity and platform mobility.
        
        ## Usefull commands
        
        ### How to make Microsoft Visual Studio project from CMakeLists.txt
        
        By running the following command from the folder where CMakeLists.txt lies, you can make a .sln project files and use it in Visual Studio IDE:
        
        ```
        cmake -G "Visual Studio 15 2017" -A x64
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: C++
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
