Welcome to PyTango documentation!

PyTango is a python module that exposes to Python the complete Tango C++ API. This means that you can write not only tango applications (scripts, CLIs, GUIs) that access tango device servers but also tango device servers themselves, all of this in pure python.

Check out the getting started guide to learn how to build and/or install PyTango and after that the quick tour can help you with the first steps in the PyTango world. If you need help understanding what Tango itself really is, you can check the Tango homepage where you will find plenty of documentation, FAQ and tutorials.

Report a bug

Bugs can be reported as issues in PyTango GitLab.

It is also helpful if you can put in the issue description the PyTango information. It can be a dump of:

$ python -c "from tango.utils import info; print(info())"