Metadata-Version: 2.1
Name: tl-utilities
Version: 3.0.1
Summary: Utility classes/methods used in VRM cloudless system
Home-page: https://github.com/thanhledev/utilities
Author: Thanh Le
Author-email: thanhledev@gmail.com
License: MIT
Description: 
        ## Virtual Resource Management in Cloudless System
        
        - singleton.py: provides Singleton metaclass that is used in various systems.
        - tinydb_wrapper.py: provides HostTinyDbWrapper & QueryCriteriaTinyDbWrapper classes that is used to interact with tinydb, and encapsulates useful methods to store/retrieve/remove hosts as well as necessary daemon information of each hosts.
        - helper.py: provides useful helper methods (e.g., convert yaml to json, extract docker configuration from yaml)
        
        #### Versions:
        - `1.x.x`: used with vrmjobs-ver2
        - `2.x.x`: used with vrmjobs-ver3
        - `3.x.x`: used with vrmjobs-ver3 for **combined collector-monitor system**
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
