Generic schema with full typing support and minimal boilerplate
Go to file
Daniil Fajnberg 25cbe8de4b
Add isort and ruff as dev dependencies;
 remove `flake8` dependency (replaced by `ruff`);
change `lint.sh` script to use `isort`, `ruff`, and `black`
2023-03-11 16:23:25 +01:00
docs 🎉 Initial commit 2023-03-11 16:23:21 +01:00
requirements Add isort and ruff as dev dependencies; 2023-03-11 16:23:25 +01:00
scripts Add isort and ruff as dev dependencies; 2023-03-11 16:23:25 +01:00
src/marshmallow_generic Add isort and ruff as dev dependencies; 2023-03-11 16:23:25 +01:00
tests Add isort and ruff as dev dependencies; 2023-03-11 16:23:25 +01:00
.gitignore 🎉 Initial commit 2023-03-11 16:23:21 +01:00
LICENSE 🎉 Initial commit 2023-03-11 16:23:21 +01:00
mkdocs.yaml 🎉 Initial commit 2023-03-11 16:23:21 +01:00
pyproject.toml Add isort and ruff as dev dependencies; 2023-03-11 16:23:25 +01:00
README.md 🎉 Initial commit 2023-03-11 16:23:21 +01:00

marshmallow-generic

Generic schema with full typing support and minimal boilerplate

Usage

...

Installation

pip install marshmallow-generic

Dependencies

Python Version ..., OS ...