/pytango-db

A python implementation of the Tango Database device server

Primary LanguagePython

Python Tango Database DS

A python implementation of the Tango Database device server using PyTango.

The Tango interface is the same as the official C++ Tango Database device server.

It comes with a two backends which use either

  • an sqlite3 database
  • a tree of YAML files

Installation

$ pip install pytango-db

Start server

$ DataBaseds --db_access=sqlite3 --port=10000 2

That's all folks!