[console_scripts]
mlem = mlem.cli:app

[mlem.config]
core = mlem.config:MlemConfig
pandas = mlem.contrib.pandas:PandasConfig

[mlem.contrib]
artifact.dvc = mlem.contrib.dvc:DVCArtifact
builder.docker = mlem.contrib.docker.base:DockerImageBuilder
builder.docker_dir = mlem.contrib.docker.base:DockerDirBuilder
builder.pip = mlem.contrib.pip.base:PipBuilder
builder.whl = mlem.contrib.pip.base:WhlBuilder
client.rmq = mlem.contrib.rabbitmq:RabbitMQClient
data_reader.lightgbm = mlem.contrib.lightgbm:LightGBMDataReader
data_reader.numpy = mlem.contrib.numpy:NumpyArrayReader
data_reader.numpy_number = mlem.contrib.numpy:NumpyNumberReader
data_reader.pandas = mlem.contrib.pandas:PandasReader
data_reader.pandas_series = mlem.contrib.pandas:PandasSeriesReader
data_reader.torch = mlem.contrib.torch:TorchTensorReader
data_type.dataframe = mlem.contrib.pandas:DataFrameType
data_type.lightgbm = mlem.contrib.lightgbm:LightGBMDataType
data_type.ndarray = mlem.contrib.numpy:NumpyNdarrayType
data_type.number = mlem.contrib.numpy:NumpyNumberType
data_type.series = mlem.contrib.pandas:SeriesType
data_type.torch = mlem.contrib.torch:TorchTensorDataType
data_type.xgboost_dmatrix = mlem.contrib.xgboost:DMatrixDataType
data_writer.lightgbm = mlem.contrib.lightgbm:LightGBMDataWriter
data_writer.numpy = mlem.contrib.numpy:NumpyArrayWriter
data_writer.numpy_number = mlem.contrib.numpy:NumpyNumberWriter
data_writer.pandas = mlem.contrib.pandas:PandasWriter
data_writer.pandas_series = mlem.contrib.pandas:PandasSeriesWriter
data_writer.torch = mlem.contrib.torch:TorchTensorWriter
deploy_state.heroku = mlem.contrib.heroku.meta:HerokuState
deployment.heroku = mlem.contrib.heroku.meta:HerokuDeployment
docker_registry = mlem.contrib.docker.base:DockerRegistry
docker_registry.docker_io = mlem.contrib.docker.base:DockerIORegistry
docker_registry.heroku = mlem.contrib.heroku.build:HerokuRemoteRegistry
docker_registry.remote = mlem.contrib.docker.base:RemoteRegistry
env.heroku = mlem.contrib.heroku.meta:HerokuEnv
import.pandas = mlem.contrib.pandas:PandasImport
model_io.catboost_io = mlem.contrib.catboost:CatBoostModelIO
model_io.lightgbm_io = mlem.contrib.lightgbm:LightGBMModelIO
model_io.pickle = mlem.contrib.callable:PickleModelIO
model_io.torch_io = mlem.contrib.torch:TorchModelIO
model_io.xgboost_io = mlem.contrib.xgboost:XGBoostModelIO
model_type.callable = mlem.contrib.callable:CallableModelType
model_type.catboost = mlem.contrib.catboost:CatBoostModel
model_type.lightgbm = mlem.contrib.lightgbm:LightGBMModel
model_type.sklearn = mlem.contrib.sklearn:SklearnModel
model_type.sklearn_pipeline = mlem.contrib.sklearn:SklearnPipelineType
model_type.torch = mlem.contrib.torch:TorchModel
model_type.xgboost = mlem.contrib.xgboost:XGBoostModel
server.fastapi = mlem.contrib.fastapi:FastAPIServer
server.heroku = mlem.contrib.heroku.build:HerokuServer
server.rmq = mlem.contrib.rabbitmq:RabbitMQServer
storage.dvc = mlem.contrib.dvc:DVCStorage

