Index

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | R | S | T | U | V | W | Y

A

add_argument_group() (thutils.option.ArgumentParserObject method)
add_dry_run_option() (thutils.option.ArgumentParserObject method)
add_profile_argument_group() (thutils.option.ArgumentParserObject method)
add_run_option() (thutils.option.ArgumentParserObject method)
add_sql_argument_group() (thutils.option.ArgumentParserObject method)
add_time_argument_group() (thutils.option.ArgumentParserObject method)
add_time_range_argument_group() (thutils.option.ArgumentParserObject method)
additional_format_len (thutils.data_property.DataPeroperty attribute)
addMakeArgumentGroup() (thutils.option.ArgumentParserObject method)
Align (class in thutils.data_property)
align (thutils.data_property.ColumnDataPeroperty attribute)
(thutils.data_property.DataPeroperty attribute)
AN_DB_CREATE_TIME (thutils.sqlite.SqliteWrapper attribute)
AN_DB_NAME (thutils.sqlite.SqliteWrapper attribute)
AN_DB_VERSION (thutils.sqlite.SqliteWrapper attribute)
append_table() (in module thutils.sqlite)
ArgumentParserObject (class in thutils.option)
ArgumentParserObject.GroupName (class in thutils.option)
AttributeNotFoundError
AUTO (thutils.data_property.Align attribute)
average() (thutils.common.MinMaxObject method)

B

BaseObject (class in thutils.common)
BINARY (thutils.gfile.FileTypeChecker.FileType attribute)
BinaryWriter (class in thutils.binary_writer)
bytes_to_humanreadable() (in module thutils.common)

C

cache_lifetime_sec (thutils.cache.CommandCache attribute)
CENTER (thutils.data_property.Align attribute)
check_connection() (thutils.sqlite.SqliteWrapper method)
check_database_name() (thutils.sqlite.SqliteWrapper method)
check_database_version() (thutils.sqlite.SqliteWrapper method)
check_file_existence() (in module thutils.gfile)
checkAccessPermission() (thutils.sqlite.SqliteWrapper method)
chmod() (thutils.gfile.FileManager class method)
CLEAN (thutils.option.MakeOption attribute)
clear() (thutils.cache.CommandCache class method)
clear_log() (thutils.logger.logger class method)
close() (thutils.sqlite.SqliteWrapper method)
ColumnDataPeroperty (class in thutils.data_property)
command_to_filename() (in module thutils.common)
CommandCache (class in thutils.cache)
commit() (thutils.sqlite.SqliteWrapper method)
compare_version() (in module thutils.common)
connect() (thutils.sqlite.SqliteWrapper method)
connect_sqlite_database() (in module thutils.sqlite)
connect_sqlite_db_mem() (in module thutils.sqlite)
connection (thutils.sqlite.SqliteWrapper attribute)
convert_value() (in module thutils.common)
convertHumanReadableToSecond() (in module thutils.gtime)
copy_file() (thutils.gfile.FileManager class method)
copy_table() (in module thutils.sqlite)
create_db_info_table() (thutils.sqlite.SqliteWrapper method)
create_table() (thutils.sqlite.SqliteWrapper method)
create_table_with_data() (thutils.sqlite.SqliteWrapper method)
createIndex() (thutils.sqlite.SqliteWrapper method)
createIndexList() (thutils.sqlite.SqliteWrapper method)

D

data (thutils.data_property.DataPeroperty attribute)
database_path (thutils.sqlite.SqliteWrapper attribute)
DatabaseError
DataPeroperty (class in thutils.data_property)
DATE (thutils.gtime.Format.ISO attribute)
(thutils.gtime.Format.ISO8601.Basic attribute)
(thutils.gtime.Format.ISO8601.Extended attribute)
(thutils.gtime.RegularExpression.ISO attribute)
DATETIME (thutils.gtime.Format.ISO attribute)
(thutils.gtime.Format.ISO8601.Basic attribute)
(thutils.gtime.Format.ISO8601.Extended attribute)
(thutils.gtime.RegularExpression.ISO attribute)
DATETIME_LIST (thutils.gtime.Format attribute)
DATETIME_WITH_TZ (thutils.gtime.RegularExpression.ISO attribute)
DateTimeRange (class in thutils.gtime)
debug() (thutils.common.BaseObject method)
(thutils.logger.logger class method)
debug_dict() (in module thutils.common)
debug_logging_count() (thutils.logger.logger class method)
decimal_places (thutils.data_property.ColumnDataPeroperty attribute)
(thutils.data_property.DataPeroperty attribute)
diff() (thutils.common.MinMaxObject method)
diffItemList() (in module thutils.common)
DIRECTORY (thutils.gfile.FileType attribute)
discard() (thutils.gtime.DateTimeRange method)
drop_table() (thutils.sqlite.SqliteWrapper method)
dry_run (thutils.sqlite.SqliteWrapper attribute)
(thutils.subprocwrapper.SubprocessWrapper attribute)
dump_dict() (in module thutils.common)

E

EKN_DateTime (thutils.environment.EnvironmentInfo attribute)
EKN_PlatformMachine (thutils.environment.EnvironmentInfo attribute)
EKN_PlatformNode (thutils.environment.EnvironmentInfo attribute)
EKN_PlatformProcessor (thutils.environment.EnvironmentInfo attribute)
EKN_PlatformRelease (thutils.environment.EnvironmentInfo attribute)
EKN_PlatformSystem (thutils.environment.EnvironmentInfo attribute)
EKN_PlatformVersion (thutils.environment.EnvironmentInfo attribute)
EKN_ProgramVersion (thutils.environment.EnvironmentInfo attribute)
EKN_PythonVersion (thutils.environment.EnvironmentInfo attribute)
EmptyFileError
end_datetime (thutils.gtime.DateTimeRange attribute)
EnvironmentInfo (class in thutils.environment)
equals() (thutils.gtime.DateTimeRange method)
ERROR (thutils.logger.LogLevelText attribute)
error() (thutils.logger.logger class method)
exception() (thutils.logger.logger class method)
execute() (thutils.cache.CommandCache class method)
execute_insert() (thutils.sqlite.SqliteWrapper method)
execute_insert_many() (thutils.sqlite.SqliteWrapper method)
execute_select() (thutils.sqlite.SqliteWrapper method)
extract_column_property_list() (thutils.data_property.PropertyExtractor class method)
extract_data_property_matrix() (thutils.data_property.PropertyExtractor class method)

F

FATAL (thutils.logger.LogLevelText attribute)
fatal() (thutils.logger.logger class method)
FILE (thutils.gfile.FileType attribute)
FileManager (class in thutils.gfile)
FileNotFoundError
FileType (class in thutils.gfile)
FileTypeChecker (class in thutils.gfile)
FileTypeChecker.FileType (class in thutils.gfile)
findDirectory() (in module thutils.gfile)
findFile() (in module thutils.gfile)
findFileAll() (in module thutils.gfile)
findValidTimeFormat() (in module thutils.gtime)
FLOAT (thutils.data_property.Typecode attribute)
Format (class in thutils.gtime)
Format.ISO (class in thutils.gtime)
Format.ISO8601 (class in thutils.gtime)
Format.ISO8601.Basic (class in thutils.gtime)
Format.ISO8601.Extended (class in thutils.gtime)

G

get_additional_format_len() (thutils.data_property.PropertyExtractor static method)
get_align_from_typecode() (thutils.data_property.PropertyExtractor class method)
get_attribute_name_list() (thutils.sqlite.SqliteWrapper method)
get_attribute_type_list() (thutils.sqlite.SqliteWrapper method)
get_base_float_len() (thutils.data_property.PropertyExtractor static method)
get_database_name() (thutils.sqlite.SqliteWrapper method)
get_database_version() (thutils.sqlite.SqliteWrapper method)
get_execution_command() (in module thutils.common)
get_file_type() (thutils.gfile.FileTypeChecker class method)
get_integer_digit() (in module thutils.common)
get_list_item() (in module thutils.common)
get_log() (thutils.logger.logger class method)
get_number_of_digit() (in module thutils.common)
get_profile() (thutils.sqlite.SqliteWrapper method)
get_table_name_list() (thutils.sqlite.SqliteWrapper method)
get_text_len() (in module thutils.common)
get_total_changes() (thutils.sqlite.SqliteWrapper method)
get_typecode_from_bitmap() (thutils.data_property.Typecode class method)
get_var_name() (in module thutils.common)
get_write_binary_data() (thutils.binary_writer.BinaryWriter method)
getDeltaSecond() (thutils.gtime.DateTimeRange method)
getEndTimeText() (thutils.gtime.DateTimeRange method)
getGeneralInfoDict() (thutils.environment.EnvironmentInfo class method)
getGeneralInfoMatrix() (thutils.environment.EnvironmentInfo class method)
getGeneralOptionList() (in module thutils.option)
getListFromQueryResult() (in module thutils.sqlite)
getOptionString() (thutils.gtime.DateTimeRange method)
getStartTimeText() (thutils.gtime.DateTimeRange method)
getTimeDelta() (thutils.gtime.DateTimeRange method)
getTimeDeltaSecond() (in module thutils.gtime)
getTimeUnitSecondsCoefficient() (in module thutils.gtime)
getValue() (thutils.sqlite.SqliteWrapper method)
getValueList() (thutils.sqlite.SqliteWrapper method)

H

has_attribute() (thutils.sqlite.SqliteWrapper method)
has_attribute_list() (thutils.sqlite.SqliteWrapper method)
has_table() (thutils.sqlite.SqliteWrapper method)
humanreadable_to_byte() (in module thutils.common)
humanreadable_to_kb() (in module thutils.common)

I

INFO (thutils.logger.LogLevelText attribute)
info() (thutils.logger.logger class method)
initialize() (thutils.cache.CommandCache class method)
(thutils.gfile.FileManager class method)
(thutils.logger.logger class method)
initialize_library() (in module thutils)
INT (thutils.data_property.Typecode attribute)
integer_digits (thutils.data_property.DataPeroperty attribute)
InvalidFilePathError
is_connected() (thutils.sqlite.SqliteWrapper method)
is_datetime() (in module thutils.gtime)
is_empty_list_or_tuple() (in module thutils.common)
is_empty_string() (in module thutils.common)
is_float() (in module thutils.common)
is_hex() (in module thutils.common)
is_install_command() (in module thutils.common)
is_integer() (in module thutils.common)
is_list_or_tuple() (in module thutils.common)
is_nan() (in module thutils.common)
is_not_empty_list_or_tuple() (in module thutils.common)
is_not_empty_string() (in module thutils.common)
is_text_file() (thutils.gfile.FileTypeChecker class method)
is_valid_time_format() (in module thutils.gtime)
ISO_DATETIME_LIST (thutils.gtime.Format attribute)
isValidTimeRange() (thutils.gtime.DateTimeRange method)
isWithin() (thutils.gtime.DateTimeRange method)

J

JsonLoader (class in thutils.loader)
JST_DATE (thutils.gtime.Format attribute)

K

KEYBOARD_INTERRUPT_FORMAT (thutils.main.Main attribute)
KN_DistributionName (thutils.environment.EnvironmentInfo attribute)
KN_DistributionVersion (thutils.environment.EnvironmentInfo attribute)

L

LEFT (thutils.data_property.Align attribute)
LINK (thutils.gfile.FileType attribute)
load() (thutils.loader.JsonLoader class method)
loads() (thutils.loader.JsonLoader class method)
LOG_EXTENSION (thutils.logger.logger attribute)
logger (class in thutils.logger)
logging (thutils.gtime.TimeMeasure attribute)
LogLevelText (class in thutils.logger)

M

Main (class in thutils.main)
MAKE (thutils.option.MakeOption attribute)
make() (thutils.option.ArgumentParserObject method)
make_datetimerange_where_list() (thutils.sqlite.SqlQuery class method)
make_directory() (thutils.gfile.FileManager class method)
make_insert() (thutils.sqlite.SqlQuery class method)
make_select() (thutils.sqlite.SqlQuery class method)
make_where() (thutils.sqlite.SqlQuery class method)
make_where_in() (thutils.sqlite.SqlQuery class method)
make_where_not_in() (thutils.sqlite.SqlQuery class method)
MakeOption (class in thutils.option)
max_value (thutils.common.MinMaxObject attribute)
memoize (class in thutils.cache)
message (thutils.gtime.TimeMeasure attribute)
min_value (thutils.common.MinMaxObject attribute)
MinMaxObject (class in thutils.common)
MISC (thutils.option.ArgumentParserObject.GroupName attribute)
MISC_TABLE_LIST (thutils.sqlite.SqliteWrapper attribute)
MissmatchError
mode (thutils.sqlite.SqliteWrapper attribute)
moveFile() (thutils.gfile.FileManager class method)

N

NONE (thutils.data_property.Typecode attribute)
NotInstallError, [1]
NullDatabaseConnectionError
NullPathError

O

OVERWRITE (thutils.option.MakeOption attribute)

P

padding_len (thutils.data_property.ColumnDataPeroperty attribute)
parse_args() (thutils.option.ArgumentParserObject method)
parseLsPermissionText() (in module thutils.gfile)
parsePermission3Char() (in module thutils.gfile)
PermissionError
popen_command() (thutils.subprocwrapper.SubprocessWrapper method)
PROFILE (thutils.option.ArgumentParserObject.GroupName attribute)
PropertyExtractor (class in thutils.data_property)

R

RE_LogExtension (thutils.logger.logger attribute)
RegularExpression (class in thutils.gtime)
RegularExpression.ISO (class in thutils.gtime)
remove_directory() (thutils.gfile.FileManager class method)
remove_file() (thutils.gfile.FileManager class method)
remove_object() (thutils.gfile.FileManager class method)
removeItemFromList() (in module thutils.common)
removeListFromList() (in module thutils.common)
removeMatchDirectory() (thutils.gfile.FileManager class method)
removeMatchFileRecursively() (thutils.gfile.FileManager class method)
rename() (thutils.gfile.FileManager class method)
replace_symbol() (in module thutils.gfile)
RIGHT (thutils.data_property.Align attribute)
rollback() (thutils.sqlite.SqliteWrapper method)
run() (thutils.subprocwrapper.SubprocessWrapper method)

S

safe_division() (in module thutils.common)
sanitize() (thutils.sqlite.SqlQuery class method)
sanitize_file_name() (in module thutils.gfile)
SKIP (thutils.option.MakeOption attribute)
sleep_wrapper() (in module thutils.common)
split_line_list() (in module thutils.common)
SQL (thutils.option.ArgumentParserObject.GroupName attribute)
SqliteWrapper (class in thutils.sqlite)
SqlQuery (class in thutils.sqlite)
squeezeTimeRange() (thutils.gtime.DateTimeRange method)
start() (thutils.gtime.TimeMeasure method)
start_datetime (thutils.gtime.DateTimeRange attribute)
stop() (thutils.gtime.TimeMeasure method)
str_len (thutils.data_property.DataPeroperty attribute)
STRING (thutils.data_property.Typecode attribute)
strtobool_wrapper() (in module thutils.common)
SubprocessWrapper (class in thutils.subprocwrapper)

T

TableNotFoundError
TEXT (thutils.gfile.FileTypeChecker.FileType attribute)
thutils (module)
thutils.binary_writer (module)
thutils.cache (module)
thutils.common (module)
thutils.data_property (module)
thutils.environment (module)
thutils.gfile (module)
thutils.gtime (module)
thutils.loader (module)
thutils.logger (module)
thutils.main (module)
thutils.option (module)
thutils.sqlite (module)
thutils.subprocwrapper (module)
TIME (thutils.gtime.Format.ISO attribute)
(thutils.gtime.Format.ISO8601.Basic attribute)
(thutils.gtime.Format.ISO8601.Extended attribute)
(thutils.gtime.RegularExpression.ISO attribute)
TIME_RANGE (thutils.option.ArgumentParserObject.GroupName attribute)
TimeMeasure (class in thutils.gtime)
TIMEZONE (thutils.gtime.RegularExpression.ISO attribute)
TN_DB_INFO (thutils.sqlite.SqliteWrapper attribute)
TN_SQL_PROFILE (thutils.sqlite.SqliteWrapper attribute)
TN_TABLE_CONFIG (thutils.sqlite.SqliteWrapper attribute)
to_attr_str() (thutils.sqlite.SqlQuery class method)
to_attr_str_list() (thutils.sqlite.SqlQuery class method)
to_string() (thutils.common.BaseObject method)
(thutils.gtime.DateTimeRange method)
to_table_str() (thutils.sqlite.SqlQuery class method)
to_value_str() (thutils.sqlite.SqlQuery class method)
to_value_str_list() (thutils.sqlite.SqlQuery class method)
toDateTime() (in module thutils.gtime)
toDateTimeEx() (in module thutils.gtime)
touch() (thutils.gfile.FileManager class method)
type_format (thutils.data_property.DataPeroperty attribute)
Typecode (class in thutils.data_property)
typecode (thutils.data_property.ColumnDataPeroperty attribute)
(thutils.data_property.DataPeroperty attribute)

U

update() (thutils.common.MinMaxObject method)
update_body() (thutils.data_property.ColumnDataPeroperty method)
update_header() (thutils.data_property.ColumnDataPeroperty method)
update_padding_len() (thutils.data_property.ColumnDataPeroperty method)

V

validate_path() (in module thutils.gfile)
validate_time_range_option() (thutils.option.ArgumentParserObject static method)
verify_attribute_existence() (thutils.sqlite.SqliteWrapper method)
verify_install_command() (in module thutils.common)
verify_table_existence() (thutils.sqlite.SqliteWrapper method)
verifyTimeRange() (thutils.gtime.DateTimeRange method)

W

WARN (thutils.logger.LogLevelText attribute)
warn() (thutils.logger.logger class method)
widenTimeRange() (thutils.gtime.DateTimeRange method)
write() (thutils.logger.logger class method)
write_binary() (thutils.binary_writer.BinaryWriter method)

Y

YEAR (thutils.gtime.RegularExpression.ISO attribute)