pydantic-factories
starlite

pydantic-factories | starlite | |
---|---|---|
11 | 73 | |
8 | 2,019 | |
- | - | |
7.6 | 9.4 | |
almost 2 years ago | almost 2 years 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.
starlite
-
Renaming Starlite to LiteStar
For the past one and a half years 😁. Checkout our docs https://starliteproject.dev/
-
Starlite updates March '22 | 2.0 is coming
#1286 is the issue tracking the removal of our last internal Pydantic datastructure, and PR #1382 has the addition of attrs based signature modelling. Once those are merged you will be able to use Starlite without Pydantic.
-
How do I gzip/compress my API responses?
You can go to Open an Issue and open an issue for a feature request/enhancement and describe basically the behavior you are wanting to see.
-
Is something wrong with FastAPI?
Falcon FastAPI Sanic Starlite (disclosure: I do work here)
- Is ruby a language still worth learning for web development?
- Starlite February Updates
-
Best framework to learn if I don't care about getting a job and just want to make projects
for server side , starliteproject.dev/, only python async framwork worth looking into.
-
Python projects with best practices on Github?
Well, I'm not objective but I'd say Starlite (https://github.com/starlite-api/starlite) is a might fine codebase. You can also learn a lot about tooling and typing going through it.
-
Is learning Flask before Django or FastAPI a good way to introduce myself in Python Web Development?
I have mentioned your concerns to the Starlite discussions board - https://github.com/starlite-api/starlite/discussions/1183
-
Starlite v1.51.0 Released
You can find the complete changelog on our v1.51.0 GitHub release page.
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.
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
odmantic - Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
BlackSheep - Fast ASGI web framework for Python
fastapi-dramatiq-data-ingestion - Sample project showing reliable data ingestion application using FastAPI and dramatiq
starlette - The little ASGI framework that shines. 🌟
asgi-correlation-id - Request ID propagation for ASGI apps
fastapi-crudrouter - A dynamic FastAPI router that automatically creates CRUD routes for your models
polyfactory - Simple and powerful factories for mock data generation
starlite-pg-redis-docker - Example Litestar project using Postgresql, Redis and Docker [Moved to: https://github.com/litestar-org/litestar-pg-redis-docker]
FastAPI-template - Feature rich robust FastAPI template.
pydantic - Data validation using Python type hints
