Aestate
Classes | Variables
aestate.work.commad Namespace Reference

Classes

class  Commands
 

Variables

string __version__ = '1.0.4a4'
 
string __description__ = "Aestate framework for Python,You can see:https://gitee.com/cacode_cctvadmin/aestate"
 
string __author__ = "CACode"
 
string __author_email__ = "cacode@163.com"
 
string __url__ = "https://gitee.com/cacode_cctvadmin/aestate"
 
string __license__ = 'Apache License 2.0'
 
string __project_name__ = 'Aestate'
 
string __logo__
 
string __log_logo__
 

Variable Documentation

◆ __author__

string aestate.work.commad.__author__ = "CACode"
private

Definition at line 8 of file commad.py.

◆ __author_email__

string aestate.work.commad.__author_email__ = "cacode@163.com"
private

Definition at line 9 of file commad.py.

◆ __description__

string aestate.work.commad.__description__ = "Aestate framework for Python,You can see:https://gitee.com/cacode_cctvadmin/aestate"
private

Definition at line 7 of file commad.py.

◆ __license__

string aestate.work.commad.__license__ = 'Apache License 2.0'
private

Definition at line 11 of file commad.py.

◆ __log_logo__

string aestate.work.commad.__log_logo__
private
Initial value:
1 = """
2  :: Aestate Framework :: (version:%s)
3  + __ _ _ __ +
4  + / / /\ | | | | \ \ +
5  + / / / \ ___ ___| |_ __ _| |_ ___ \ \ +
6  + | | / /\ \ / _ \/ __| __/ _` | __/ _ \ | | +
7  + \ \ / ____ \ __/\__ \ || (_| | || __/ / / +
8 ========\_\=/_/====\_\___||___/\__\__,_|\__\___|=/_/========
9 """ % __version__

Definition at line 23 of file commad.py.

◆ __logo__

string aestate.work.commad.__logo__
private
Initial value:
1 = """
2  :: Aestate Framework :: (version:%s)
3  + __ _ _ __ +
4  + / / /\ | | | | \ \ +
5  + / / / \ ___ ___| |_ __ _| |_ ___ \ \ +
6  + | | / /\ \ / _ \/ __| __/ _` | __/ _ \ | | +
7  + \ \ / ____ \ __/\__ \ || (_| | || __/ / / +
8 ========\_\=/_/====\_\___||___/\__\__,_|\__\___|=/_/========
9 """ % __version__

Definition at line 13 of file commad.py.

◆ __project_name__

string aestate.work.commad.__project_name__ = 'Aestate'
private

Definition at line 12 of file commad.py.

◆ __url__

string aestate.work.commad.__url__ = "https://gitee.com/cacode_cctvadmin/aestate"
private

Definition at line 10 of file commad.py.

◆ __version__

string aestate.work.commad.__version__ = '1.0.4a4'
private

Definition at line 6 of file commad.py.