Package xingyun
The entry point of xingyun.
Expand source code
'''
The entry point of xingyun.
'''
from .universal import *
from .time import *
from .savecode import *
from .random import *
from .logger import *
from .cloud import *
Sub-modules
xingyun.cloud
-
This module provides methods to interact with AWS S3.
xingyun.logger
-
This module provides methods to manage and save data.
xingyun.random
-
This module provides some utils about random numbers.
xingyun.savecode
-
This module provides methods to save the code of current project.
xingyun.time
-
This module provides methods to help estimate running time.
xingyun.universal
-
Some universal utils.