Skip to content

Commit

Permalink
fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ALittleMoron committed Aug 6, 2024
1 parent 282351d commit f90c11f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Dev utils
# SQLAlchemy Dev utils

![coverage](./coverage.svg)

## For what?

I made this project to avoid copy-pasting with utils in my projects. I was aiming to simplify
working with sqlalchemy, FastAPI and other libraries.
working with sqlalchemy.

See sources for more info about utils. README (or probably, separated documentation), will be
updated soon.
Expand All @@ -16,19 +16,19 @@ updated soon.
With pip:

```bash
pip install sqlalchemy_profiler
pip install sqlalchemy-dev-utils
```

With pdm:

```bash
pdm install sqlalchemy_profiler
pdm add sqlalchemy-dev-utils
```

With poetry:

```bash
poetry add sqlalchemy_profiler
poetry add sqlalchemy-dev-utils
```

Package has optional dependencies, so if you use it in some specific cases, install only needed
Expand Down

0 comments on commit f90c11f

Please sign in to comment.