Skip to content

A python implementation of the Tango Database device server

Notifications You must be signed in to change notification settings

ALBA-Synchrotron/pytango-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 default backend which uses sqlite3.

Installation

$ pip install pytango-db

Start server

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

That's all folks!

About

A python implementation of the Tango Database device server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published