Skip to content

Commit 86d96c0

Browse files
authored
feat: ✨ Project example
1 parent 100d011 commit 86d96c0

File tree

29 files changed

+98
-411
lines changed

29 files changed

+98
-411
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ before_commit: lint mypy pytest
33
install:
44
uv sync
55

6+
upgrade:
7+
uv lock --upgrade
8+
uv sync
9+
610
lint:
711
uv run ruff format
812
uv run ruff check --fix

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-injection
22

33
[![CI](https://github.com/100nm/python-injection/actions/workflows/ci.yml/badge.svg)](https://github.com/100nm/python-injection)
4-
[![PyPI](https://img.shields.io/pypi/v/python-injection.svg?color=blue)](https://pypi.org/project/python-injection/)
4+
[![PyPI](https://img.shields.io/pypi/v/python-injection.svg?color=blue)](https://pypi.org/project/python-injection)
55
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
66

77
Fast and easy dependency injection framework.
@@ -60,4 +60,4 @@ if __name__ == "__main__":
6060
* [**Advanced usage**](https://github.com/100nm/python-injection/tree/prod/documentation/advanced-usage.md)
6161
* [**Utils**](https://github.com/100nm/python-injection/tree/prod/documentation/utils.md)
6262
* [**Integrations**](https://github.com/100nm/python-injection/tree/prod/documentation/integrations.md)
63-
* [**Concrete example**](https://github.com/100nm/python-injection/tree/prod/documentation/example)
63+
* [**Concrete example**](https://github.com/100nm/python-injection-example)

documentation/example/__init__.py

Whitespace-only changes.

documentation/example/conftest.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

documentation/example/main.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/example/sources/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/example/sources/factories/__init__.py

Whitespace-only changes.

documentation/example/sources/factories/user_factory.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

documentation/example/sources/models.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

documentation/example/sources/services/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)