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

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

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

2 个仓库

Awesome GitHub RepositoriesInteractive Formatting

Formatting of code blocks within an interactive shell or REPL before execution.

Distinct from Interactive Coding Environments: Focuses on applying style to transient interactive code rather than a persistent collaborative environment

Explore 2 awesome GitHub repositories matching development tools & productivity · Interactive Formatting. Refine with filters or upvote what's useful.

Awesome Interactive Formatting GitHub Repositories

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

    google/yapf

    13,978在 GitHub 上查看↗

    YAPF 是一个 Python 代码格式化程序和样式合规工具。它作为一个基于 AST 的重格式化程序运行,使用具体语法树来确保源文件之间的结构一致性和统一的视觉呈现。 该引擎利用基于惩罚的布局优化器,通过计算不同格式化选择的数值成本来确定最佳换行符。它采用多进程代码处理器将多个文件的格式化分布到多个 CPU 核心上。 该工具涵盖了通过就地文件修改、差异分析和处理部分代码片段进行的源代码重格式化。它包括一个用于管理样式预设、布局规则和项目级设置的基于规则的配置系统。 集成能力包括用于持续集成流水线的样式合规验证、Git 钩子自动化以及基于编辑器的保存时格式化功能。

    Formats individual code blocks within an interactive shell or REPL immediately before execution.

    Python
    在 GitHub 上查看↗13,978
  • ipython-contrib/jupyter_contrib_nbextensionsipython-contrib 的头像

    ipython-contrib/jupyter_contrib_nbextensions

    5,276在 GitHub 上查看↗

    该项目是一个由社区开发的插件集合及模块化框架,旨在扩展 Jupyter notebook 环境的功能。它作为一个自定义工具,通过注入脚本、样式表和交互式组件来修改基于浏览器的开发工作区。 该框架利用元数据驱动的配置来管理独立界面组件的生命周期和注册。用户可以通过配置菜单启用或禁用特定工具,从而在不修改核心应用源码的情况下定制工作区。 现有的扩展涵盖了多个生产力领域,包括自动源代码格式化、通过交互式目录进行文档导航以及运行时变量检查。其他功能还包括管理 notebook 结构、控制输出显示以及将交互式文档导出为静态格式以便分享的工具。

    Applies style and syntax improvements to code blocks within the interactive notebook environment.

    JavaScript
    在 GitHub 上查看↗5,276
  1. Home
  2. Development Tools & Productivity
  3. AI Coding Assistants
  4. Interactive Coding Environments
  5. Interactive Formatting