LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
discovery_core.egg-info/PKG-INFO
discovery_core.egg-info/SOURCES.txt
discovery_core.egg-info/dependency_links.txt
discovery_core.egg-info/top_level.txt
ds_core/__init__.py
ds_core/components/__init__.py
ds_core/components/abstract_component.py
ds_core/components/core_commons.py
ds_core/handlers/__init__.py
ds_core/handlers/abstract_handlers.py
ds_core/handlers/pyarrow_handlers.py
ds_core/intent/__init__.py
ds_core/intent/abstract_intent.py
ds_core/properties/__init__.py
ds_core/properties/abstract_properties.py
ds_core/properties/decorator_patterns.py
ds_core/properties/property_manager.py
test/__init__.py
test/components/__init__.py
test/components/abstract_component_test.py
test/components/commons_test.py
test/handlers/__init__.py
test/handlers/connector_contract_test.py
test/handlers/handler_factory_test.py
test/intent/__init__.py
test/intent/abstract_intent_test.py
test/intent/pyarrow_intent_model.py
test/properties/__init__.py
test/properties/abstract_properties_manager_test.py
test/properties/property_manager_test.py