[billingstack.manage]
pg-register = billingstack.manage.provider:ProvidersRegister
pg-list = billingstack.manage.provider:ProvidersList

[billingstack.central.storage]
sqlalchemy = billingstack.central.storage.impl_sqlalchemy:SQLAlchemyEngine

[billingstack.biller.storage]
sqlalchemy = billingstack.biller.storage.impl_sqlalchemy:SQLAlchemyEngine

[billingstack.rater.storage]
sqlalchemy = billingstack.rater.storage.impl_sqlalchemy:SQLAlchemyEngine

[console_scripts]
billingstack-api = billingstack.api.app:start
billingstack-biller = billingstack.biller.service:launch
billingstack-rater = billingstack.rater.service:launch
billingstack-collector = billingstack.collector.service:launch
billingstack-central = billingstack.central.service:launch

[billingstack.payment_gateway]
dummy = billingstack.payment_gateway.dummy:DummyProvider

[billingstack.collector.storage]
sqlalchemy = billingstack.collector.storage.impl_sqlalchemy:SQLAlchemyEngine

