awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesReal-time Input Validation

Provides immediate feedback on syntactical correctness as code is typed into an interactive buffer.

Distinct from Syntax Validation: Distinct from general syntax validation: focuses on the real-time, interactive feedback loop during input rather than static file analysis.

Explore 2 awesome GitHub repositories matching data & databases · Real-time Input Validation. Refine with filters or upvote what's useful.

Awesome Real-time Input Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • prompt-toolkit/ptpythonprompt-toolkit 的头像

    prompt-toolkit/ptpython

    5,439在 GitHub 上查看↗

    ptpython is an enhanced interactive Python REPL and asynchronous console built on the prompt-toolkit library. It provides a customizable command-line interface for executing Python code with support for multiline editing, autocompletion, and syntax highlighting. The environment supports top-level await statements and asynchronous execution via an integrated event loop. It allows for extensive interface customization, including configurable key bindings for Vi or Emacs navigation and personalized color schemes. The shell includes capabilities for real-time syntax validation and the execution

    Implements real-time syntax validation that highlights errors with cursor warnings before code is executed.

    Python
    在 GitHub 上查看↗5,439
  • wp-graphql/wp-graphqlwp-graphql 的头像

    wp-graphql/wp-graphql

    3,780在 GitHub 上查看↗

    WPGraphQL is a GraphQL interface for WordPress that transforms a WordPress installation into a headless content source. It functions as a GraphQL schema provider that maps database structures and relational data into a standardized schema, exposing posts, pages, and custom data types through a single flexible endpoint. The project includes an integrated API query builder and schema explorer, allowing for the visual composition of queries and real-time validation of responses. It provides a system for extending the schema with custom fields and relationships to expose specific business data.

    Utilizes an integrated IDE to test queries and validate responses in real time.

    PHP
    在 GitHub 上查看↗3,780
  1. Home
  2. Data & Databases
  3. SQL Abstract Syntax Tree Parsing
  4. Syntax Validation
  5. Real-time Input Validation

探索子标签

  • API Query ValidationProviding real-time feedback on the syntactical and structural correctness of API queries during composition. **Distinct from Real-time Input Validation:** Specifically targets the validation of GraphQL queries within an IDE, rather than general SQL or shell syntax.