{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/12"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Adds JSON parsing and validation support to WTForms, enabling form validation against JSON data in RESTful API contexts.","skillfed_tags":["rest-api","form-validation","abandoned"],"use_cases":["Validate incoming JSON payloads in REST API endpoints using existing WTForms form definitions.","Populate WTForms fields directly from JSON request bodies without manual field-by-field assignment.","Reuse server-side form validation logic for API requests in addition to traditional HTML form submissions.","Enforce consistent validation rules across both web forms and JSON API clients using a single form schema."],"what_it_does":"WTForms-JSON bridges WTForms validation and JSON input by providing methods to populate and validate forms directly from JSON data. It's designed for REST API developers who want to reuse WTForms' declarative validation logic without parsing JSON manually into form fields.\n\nThe package has no runtime dependencies beyond WTForms itself, making it lightweight to add to an existing project. However, it has been abandoned since 2022-04-16 with no maintenance activity, meaning bugs, compatibility issues with newer Python or WTForms versions, and security concerns will not be addressed by the original author.","worth_installing":"No. The package is abandoned and has not been maintained since 2022-04-16. While it carries no known vulnerabilities and uses a permissive license, the lack of active maintenance means compatibility issues with modern Python versions and WTForms releases are likely unresolved. For new projects, consider maintained alternatives or implement JSON validation directly."},"id":"wtforms-json","links":{"html":"https://skillfed.io/packages/wtforms-json","md":"https://skillfed.io/packages/wtforms-json.md","pypi":"https://pypi.org/project/wtforms-json/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-04-16","license_spdx":null,"license_treatment":"permissive","name":"WTForms-JSON","python_support":"unspecified","summary":"Adds smart json support for WTForms. Useful for when using WTForms with RESTful APIs."},"popularity":{"monthly_downloads":381236,"position":7097,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.5"}
