linkahead package
Subpackages
- linkahead.common package
- linkahead.connection package
- linkahead.utils package
- Submodules
- linkahead.utils.caosdb_admin module
- linkahead.utils.checkFileSystemConsistency module
- linkahead.utils.create_revision module
- linkahead.utils.escape module
- linkahead.utils.get_entity module
- linkahead.utils.git_utils module
- linkahead.utils.linkahead_admin module
- linkahead.utils.plantuml module
- linkahead.utils.register_tests module
- linkahead.utils.server_side_scripting module
- Module contents
- Submodules
Submodules
- linkahead.apiutils module
EntityMergeConflictError
apply_to_ids()
compare_entities()
create_flat_list()
create_id_query()
describe_diff()
empty_diff()
getBranchIn()
getCommitIn()
getDiffIn()
getOriginUrlIn()
get_type_of_entity_with()
id_query()
merge_entities()
new_record()
resolve_reference()
retrieve_entities_with_ids()
retrieve_entity_with_id()
- linkahead.cached module
- linkahead.configuration module
- linkahead.exceptions module
AmbiguousEntityError
AuthorizationError
BadQueryError
CaosDBConnectionError
CaosDBException
ConfigurationError
ConsistencyError
EmptyUniqueQueryError
EntityDoesNotExistError
EntityError
EntityHasNoAclError
EntityHasNoDatatypeError
HTTPClientError
HTTPForbiddenError
HTTPResourceNotFoundError
HTTPServerError
HTTPURITooLongError
LinkAheadConnectionError
LinkAheadException
LoginFailedError
MismatchingEntitiesError
PagingConsistencyError
QueryNotUniqueError
ServerConfigurationException
TransactionError
UniqueNamesError
UnqualifiedParentsError
UnqualifiedPropertiesError
- linkahead.high_level_api module
CaosDBMultiProperty
CaosDBPropertyMetaData
CaosDBPythonEntity
CaosDBPythonEntity.add_parent()
CaosDBPythonEntity.attribute_as_list()
CaosDBPythonEntity.description
CaosDBPythonEntity.deserialize()
CaosDBPythonEntity.file
CaosDBPythonEntity.get_parents()
CaosDBPythonEntity.get_properties()
CaosDBPythonEntity.get_property()
CaosDBPythonEntity.get_property_metadata()
CaosDBPythonEntity.has_parent()
CaosDBPythonEntity.id
CaosDBPythonEntity.name
CaosDBPythonEntity.path
CaosDBPythonEntity.property_exists()
CaosDBPythonEntity.resolve_references()
CaosDBPythonEntity.serialize()
CaosDBPythonEntity.set_property()
CaosDBPythonEntity.use_parameter()
CaosDBPythonEntity.version
CaosDBPythonFile
CaosDBPythonProperty
CaosDBPythonRecord
CaosDBPythonRecordType
CaosDBPythonUnresolved
CaosDBPythonUnresolvedParent
CaosDBPythonUnresolvedReference
convert_to_entity()
convert_to_python_object()
create_entity_container()
create_record()
high_level_type_for_role()
high_level_type_for_standard_type()
load_external_record()
new_high_level_entity()
query()
standard_type_for_high_level_type()
- linkahead.yamlapi module
Module contents
LinkAhead Python bindings.
Tries to read from the inifile specified in the environment variable PYLINKAHEADINI or alternatively in ~/.pylinkahead.ini upon import. After that, the ini file pylinkahead.ini in the current working directory will be read additionally, if it exists.