Metadata-Version: 2.1
Name: neuralogic
Version: 0.0.1
Summary: PyNeuraLogic is a framework which combines relational and deep learning.
Home-page: https://github.com/LukasZahradnik/PyNeuraLogic
Author: Lukáš Zahradník
Author-email: lukaszahradnik96@seznam.cz
License: MIT
Description: 
        # PyNeuraLogic
        
        [Documentation]() | [Examples](#examples) | [Papers]()
        
        PyNeuraLogic is a framework built on top of [NeuraLogic](https://github.com/GustikS/NeuraLogic) which combines relational and deep learning.
        
        ---
        
        ### General
        
        
        
        ##### Supported backends (WIP):
        - [PyTorch Geometric (PyG)](https://github.com/rusty1s/pytorch_geometric)
        - [DyNet](https://github.com/clab/dynet)
        - [Deep Graph Library (DGL)](https://github.com/dmlc/dgl)
        
        ### Getting started
        
        ### Installation
        
        ```commandline
        $ pip install neuralogic
        ```
        
        ### How to use
        
        #### With PyTorch Geometric
        
        ```python
        
        ```
        
        #### With DyNet
        
        ```python
        
        ```
        
        #### With Deep Graph Library
        
        ```python
        
        ```
        
        ### Development
        
        ```commandline
        
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
