Metadata-Version: 2.1
Name: dsf-python
Version: 3.3.2
Summary: Python interface to access DuetSoftwareFramework
Home-page: https://github.com/Duet3D/dsf-python
Author: Duet3D Ltd.
Author-email: pkg@duet3d.com
License: UNKNOWN
Project-URL: Duet3D Support, https://forum.duet3d.com/
Project-URL: Bug Reports, https://github.com/Duet3D/dsf-python/issues
Project-URL: Source, https://github.com/Duet3D/dsf-python/
Keywords: Duet3D,DuetSoftwareFramework,DSF,dsf-python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Duet Software Framework Python Bindings

This is also availabe as a [pip package on pypi](https://pypi.org/project/dsf-python/)

Find out more about [Duet Software Framework](https://github.com/Duet3D/DuetSoftwareFramework).

Find out more about [Duet Software Framework Python Bindings](https://github.com/Duet3D/dsf-python).

Get in touch with the community at [Duet Software Framework Forum](https://forum.duet3d.com/category/31/dsf-development) for bug reports, discussion and any kind of exchange.

## Installation
This package contains a `setup.py` so it can be installed with `python3 setup.py install`.

## Usage
See included `examples/` folder for various use cases.


