Metadata-Version: 2.1
Name: pslpython
Version: 2.3.3
Summary: A python inferface to the PSL SRL/ML software.
Home-page: https://psl.linqs.org
Author: LINQS
Author-email: psl-users@googlegroups.com
License: UNKNOWN
Keywords: PSL ML SRL
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.24.1)
Requires-Dist: pyyaml (>=3.13)
Provides-Extra: neural
Requires-Dist: tensorflow (>=2.5.1) ; extra == 'neural'

## pslpython

A Python interface to the PSL SRL framework.

`tensorflow>=2.4.0` must be installed to use neural functionality.

PSL information can be found at: [psl.linqs.org](https://psl.linqs.org/).
Example usage can be in the [PSL Examples repository](https://github.com/linqs/psl-examples).


