azely.consts module#
Azely’s consts module (constants).
This module provides static constants used for default values of functions and constants indicating Azely’s directory/files, which are dinamically determined by some environment variables of client.
- DAYFIRST = False#
Default value for the
dayfirst
argument.
- FRAME = 'icrs'#
Default value for the
frame
argument.
- FREQ = '10T'#
Default value for the
freq
argument.
- HERE = 'here'#
Special value for getting location information by current IP address.
- NOW = 'now'#
Special value for getting current time information.
- TIMEOUT = 10#
Default value for the
timeout
argument.
- TODAY = 'today'#
Special value for getting today’s time information.
- YEARFIRST = False#
Default value for the
yearfirst
argument.