Skip to main content

No project description provided

Project description

logo

Upload Python Package

Simple and powerful python container dependency injection module

installation

> poetry add logos_cdi

usage

create main.py file and create logos_cdi.application:Application instance with a modules for usage.

from logos_cdi.application import Application


app = Application([
    'logos_cdi',
    'logos_cdi.command'
])

in your terminal with venv actived type logos -h command and press enter.


> logos -h
usage: logos [-h] {} ...

options:
  -h, --help  show this help message and exit

command:
  {}          command to execute

this is your app's command manager all your commands you can see here

PS. your commands are loaded from the modules used in the application, you can implement them, see ./logos_cdi/command.py file to understand how to create a module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

logos_cdi-0.3.2.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

logos_cdi-0.3.2-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page