Metadata-Version: 2.4
Name: dssl
Version: 0.0.1
Summary: Distributed Situation Semantics Library (DSSL)
Author-email: Adrian Brasoveanu <abrsvn@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/abrsvn/dssl
Project-URL: Repository, https://github.com/abrsvn/dssl
Project-URL: Bug Tracker, https://github.com/abrsvn/dssl/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy>=1.15
Requires-Dist: pandas>=1.1.2
Requires-Dist: packaging
Requires-Dist: pyparsing
Requires-Dist: requests
Requires-Dist: torch>=1.11

# dssl

Distributed Situation Semantics Library (DSSL) is a python3 library reimplementing and generalizing
Stefan Frank et al's Distributed Situation Space framework.

DSSL also provides fairly extensive support for teaching a rigorous, but still hands-on, course or series of courses introducing ...

To install the most recent version available on [pypi](https://pypi.org/project/dssl/):

```console
pip3 install dssl
```

To install the most recent version available [here on github](https://github.com/abrsvn/dssl) (likely more recent than what's available on pypi):

```console
git clone git@github.com:abrsvn/dssl.git
cd dssl
pip3 install .
```

The library is compatible with Python versions `>=3.12`.

If you use this library in your work, please cite it. Here's a basic BibTeX entry:

```
@misc{dssl,
    author = {Adrian Brasoveanu, Jakub Dotlacil},
    title  = {{DSSL (Distributed Situation Semantics Library): ...}},
    year   = 2025,
    url    = {https://github.com/abrsvn/dssl}
}
```

