{"library":"springfield","title":"Springfield","type":"library","description":"A backend agnostic data modeling entity library. Current version 0.9.1, release cadence is irregular. Designed for flexible data modeling with support for multiple backends.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install springfield"],"cli":null},"imports":["from springfield import Entity","from springfield import Field"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"http://springfield.readthedocs.org","github":"http://github.com/plynth/springfield","docs":null,"changelog":null,"pypi":"https://pypi.org/project/springfield/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from springfield import Entity, Field\n\nclass Person(Entity):\n    name: str = Field()\n    age: int = Field(default=0)\n\nperson = Person(name='Alice', age=30)\nprint(person.dict())","lang":"python","description":"Define an entity model with fields and instantiate it.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}