Metadata-Version: 2.4
Name: simple_container
Version: 1.0.2
Summary: A simple dependency injection container
Home-page: https://github.com/icanbwell/simple-container
Author: Imran
Author-email: imran.qureshi@bwell.com
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# simple_container

A simple dependency injection container

## Quickstart
- `make init` to set up the local dev environment.
- `make up` to start the Docker dev stack.
- `make tests` to run tests in the dev container.

## Common Tasks
- `make shell` to open a shell in the dev container.
- `make run-pre-commit` to run linting and formatting hooks.
- `make build` to build the package artifacts.

## Publishing
- Set a token: `export TWINE_PASSWORD=pypi-xxx`
- `make package` to publish to PyPI or `make testpackage` for TestPyPI.

## Project Metadata
- Repo: https://github.com/icanbwell/simple-container
- Author: Imran <imran.qureshi@bwell.com>
