{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/7"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"},{"label":"HTTP Servers","url":"https://skillfed.io/packages/category/internet-www-http-http-servers"}],"enrichment":{"capability":"Provides utilities and base classes to reduce boilerplate when building FastAPI applications, including resource-based CRUD patterns, class-based views, and common helper types.","skillfed_tags":["fastapi-utilities","crud-patterns","abandoned"],"use_cases":["Build CRUD endpoints quickly using the Resource class with standard OOP method patterns instead of writing individual route handlers.","Organize related endpoints as class-based views to share dependencies and reduce signature repetition across multiple routes.","Add request timing and logging middleware to monitor API performance without manual instrumentation in each route.","Use the GUID type and APIModel base class to standardize database primary keys and request/response schemas across projects.","Configure FastAPI applications through environment variables using the APISettings helper class."],"what_it_does":"fastapi-restful is a collection of utilities and base classes designed to accelerate FastAPI development by reducing repetitive code. It provides a Resource base class for implementing CRUD operations using object-oriented patterns, class-based views to avoid repeating dependency declarations, middleware for request timing, and helper types like APIModel, APISettings, and GUID for common data-handling tasks.\n\nThe package wraps around fastapi, pydantic, and psutil to offer conveniences like SQLAlchemy session management, OpenAPI spec simplification, and string enum utilities. It targets developers building RESTful APIs who want to write less boilerplate and follow established patterns, though its abandoned maintenance status means it receives no updates or bug fixes.","worth_installing":"No\u2014while the package offers useful FastAPI utilities and has low install friction, the repository is archived and abandoned. There is no active maintenance, bug fixes, or compatibility assurance with current FastAPI and pydantic versions. Consider maintained alternatives or check whether FastAPI itself now provides equivalent functionality before adopting this package."},"id":"fastapi-restful","links":{"html":"https://skillfed.io/packages/fastapi-restful","md":"https://skillfed.io/packages/fastapi-restful.md","pypi":"https://pypi.org/project/fastapi-restful/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2024-05-07","license_spdx":null,"license_treatment":"permissive","name":"fastapi-restful","python_support":"supports_current","summary":"Quicker FastApi developing tools"},"popularity":{"monthly_downloads":220994,"position":9287,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
