Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 688 Bytes

gres is the Progress backend. It does the backend data management and allows access via Python imports. It does not include a TCP or HTTP frontend; these are provided by gresd and pygres.

Version

gres uses Semantic Versioning. This is version 1.0.0 of gres. The public API is defined by docstrings in the main module (gres.py) and modules imported from there.

Dependencies

  • Python 3.3