pydantic-factories
FastAPI-template
pydantic-factories | FastAPI-template | |
---|---|---|
11 | 3 | |
8 | 2,096 | |
- | 3.6% | |
7.6 | 5.4 | |
almost 2 years ago | 30 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pydantic-factories
-
Starlite: v1.27.0 updates
Last but not least, we moved pydantic-factories from my GitHub namespace (Goldziher) into the starlite-api GitHub organization, so its now an official package of the org.
-
Looking for contributors and maintainers
I'm the author and sole maintainer of a library called pydantic-factories.
-
Pydantic-Factories: Type Based mock data generation
You can see the docs here.
-
GitHub - Goldziher/pydantic-factories: Pydantic based mock data generation
Here is the link: https://github.com/Goldziher/pydantic-factories
- What is a normal pylint score and what is its significance?
-
pydantic-factories v1.0.0
I'm glad to say pydantic-factories is now at v1.0.0 and includes support for pydantic v1.9.0+.
- Ask HN: Good Python projects to read for modern Python?
-
pydantic-factories
So - some of you perhaps read my previous post regarding pydantic-factories, but for those who didn't- its a python package that allows you to generate mock data for your pydantic models and dataclasses. It also works for vanilla python dataclasses, so its actually not only for pydantic.
-
How to take off an open-source project?
looking at your badges - i don't care your "docs" pipeline is passing, what I am not seeing is test coverage. I suggest you checkout integrating sonar-cloud with your github repository. You can see how this looks here: https://github.com/Goldziher/pydantic-factories
-
Pydantic Factories
Here is a link to the repository - https://github.com/Goldziher/pydantic-factories, I would of course love getting more stars. But I would especially love getting more users and contributors - really do feel free to add PRs, write issues and suggestions etc.
FastAPI-template
-
Do you recommend any FastAPI SaaS Strater-kit?
I'm pretty partial to s3rius's template boiler plate. Used it while contracting a while back and it just tackled everything I'd want for the first few months leaving me time to focus on CRUD / business logic instead of Devops stuff. Do wish it used ruff but that was an ultra easy swap.
-
Fastapi minimal starter template
I found myself rebuilding a lot of basic stuff such as sign up, login, async database functionality and unit tests every time I wanted to quickly POC something. Now I like to keep things simple and customisable when starting and thus usually don't opt for using one of the already existing templates (such as this great generator: https://github.com/s3rius/FastAPI-template) since I feel I spend more time cutting stuff out I don't need.
- Show HN: Lightweight FastAPI Project Generator
What are some alternatives?
datamodel-code-generator - Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
cookiecutter-data-science - A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
fastapi-dramatiq-data-ingestion - Sample project showing reliable data ingestion application using FastAPI and dramatiq
fastgen - A CLI for your next FastAPI project
odmantic - Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
fastapi-admin - A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin
asgi-correlation-id - Request ID propagation for ASGI apps
cookiecutter-django-wagtail - Cookiecutter Django + Wagtail
polyfactory - Simple and powerful factories for mock data generation
flask-graphql-boilerplate - a flask boilerplate to get you up and running. Packed with GraphQL and an authentication system out of the box.
starlite - Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]
wolt-python-package-cookiecutter - Cookiecutter for rapidly creating modern & high-quality Python packages