fgpv-vpgf / rcs

RAMP Configuration Service
http://fgpv-vpgf.github.io/rcs
1 stars 8 forks source link

Migrate RCS to use Python v3 #79

Open james-rae opened 6 years ago

james-rae commented 6 years ago

Update rcs to use Python v3.6.4. The main impetus for the upgrade is to gain access to enhanced https/ssl support. It's also generally good to upgrade to a more modern version (v3.0.0 came out in late 2008; v2.0.1 was in 2001).

Most of the python source code in rcs should be compatible with v3.x. There will be a few changes. A useful reference point is changes made for CIP project in this commit (private repo, sorry outside viewers). It's a large initial commit but contains updated python files.

Primary tasks