Installation¶
PyDSDL is compatible with and is tested against all current versions of Python. It should, in theory, work on any platform and with any Python implementation. There are no third-party dependencies.
PyDSDL can be installed from PyPI:
pip install pydsdl
Alternatively, embed this repository into your codebase, add its root to the Python import lookup paths, and you’re ready to roll.
Bundled third-party software¶
The library is bundled with the following third-party software libraries (by virtue of being bundled, they are not listed as dependencies and need not be installed by the user):
Parsimonious by Erik Rose, MIT license.
Six by Benjamin Peterson, MIT license; needed for Parsimonious.
Please refer to the projects’ homepages for more information, including the legal information on licensing.