PyHodl  0.2.8
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.app.ConfigManager Class Reference
Inheritance diagram for pyhodl.app.ConfigManager:

Public Member Functions

def __init__ (self, config_file)
 
def create_config (self)
 
def get (self, key)
 
def save (self)
 

Public Attributes

 config_file
 
 raw
 
 data
 

Detailed Description

Manages config files for app 

Constructor & Destructor Documentation

def pyhodl.app.ConfigManager.__init__ (   self,
  config_file 
)

Member Function Documentation

def pyhodl.app.ConfigManager.create_config (   self)
:return: void
    Creates config file
def pyhodl.app.ConfigManager.get (   self,
  key 
)
:param key: str
    What you want
:return: {}
    Item you want
def pyhodl.app.ConfigManager.save (   self)
:return: void
    Saves app data to local config file

Member Data Documentation

pyhodl.app.ConfigManager.config_file
pyhodl.app.ConfigManager.data
pyhodl.app.ConfigManager.raw

The documentation for this class was generated from the following file: