Skip to content

Commit

Permalink
Merge pull request #18 from hexfrost/dev
Browse files Browse the repository at this point in the history
Update configs and README
  • Loading branch information
kaziamov authored Jan 27, 2024
2 parents 9f4464d + 08a5c24 commit 90a9912
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry install --no-root
- name: Run compatibility tests
run: poetry run pytest
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint-test
name: flake8

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/d33ecb2661fb7aedf516/maintainability)](https://codeclimate.com/github/hexfrost/sqlalchemy-models-commands/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/d33ecb2661fb7aedf516/test_coverage)](https://codeclimate.com/github/hexfrost/sqlalchemy-models-commands/test_coverage)
[![flake8](https://github.com/hexfrost/simplecrud/actions/workflows/linter.yml/badge.svg?branch=staging)](https://github.com/hexfrost/simplecrud/actions/workflows/linter.yml)

# SimpleCRUD
SimpleCRUD is a library that provides a simple way to create CRUD commands for SQLAlchemy models.
Expand Down Expand Up @@ -76,11 +77,14 @@ async def example_func():
- `bulk_delete` - bulk delete objects
- `bulk_delete_by_id` - bulk delete objects by id

## License


## Contributing

This project is open for contributions. Feel free to open an issue or create a pull request.

[![flake8](https://github.com/hexfrost/simplecrud/actions/workflows/linter.yml/badge.svg?branch=dev)](https://github.com/hexfrost/simplecrud/actions/workflows/linter.yml)



Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.6"
sqlalchemy = "^2.0.0"
pytest-cov = "^4.1.0"

Expand Down

0 comments on commit 90a9912

Please sign in to comment.