README.md
pyproject.toml
mbpy/__about__.py
mbpy/__init__.py
mbpy/chars.py
mbpy/cli.py
mbpy/cmd.py
mbpy/collect.py
mbpy/create.py
mbpy/ctx.py
mbpy/docparser.py
mbpy/grammar.py
mbpy/heartbeat.py
mbpy/import_utils.py
mbpy/log.py
mbpy/main.py
mbpy/mbconvert.py
mbpy/parse.py
mbpy/plugin.py
mbpy/proxy2.py
mbpy/rag.py
mbpy/sock.py
mbpy/test_mbconvert.py
mbpy/test_system.py
mbpy/uv.py
mbpy.egg-info/PKG-INFO
mbpy.egg-info/SOURCES.txt
mbpy.egg-info/dependency_links.txt
mbpy.egg-info/entry_points.txt
mbpy.egg-info/requires.txt
mbpy.egg-info/top_level.txt
mbpy/bench/__init__.py
mbpy/bench/echoclient.py
mbpy/bench/echoserver.py
mbpy/bench/rlserver.py
mbpy/diff/__init__.py
mbpy/diff/core.py
mbpy/diff/diff.py
mbpy/diff/tests/__init__.py
mbpy/diff/tests/conftest.py
mbpy/diff/tests/test_core.py
mbpy/diff/tests/test_ui.py
mbpy/expect/__init__.py
mbpy/expect/aio.py
mbpy/expect/asyncspawn.py
mbpy/expect/exceptions.py
mbpy/expect/expect.py
mbpy/expect/pop.py
mbpy/expect/repl.py
mbpy/expect/searcher.py
mbpy/expect/spawn.py
mbpy/expect/spawnbase.py
mbpy/expect/utils.py
mbpy/helpers/__init__.py
mbpy/helpers/_acmd.py
mbpy/helpers/_cache.py
mbpy/helpers/_clean.py
mbpy/helpers/_cmd.py
mbpy/helpers/_compile.py
mbpy/helpers/_compile_cmd.py
mbpy/helpers/_display.py
mbpy/helpers/_dist.py
mbpy/helpers/_env.py
mbpy/helpers/_find.py
mbpy/helpers/_getopt.py
mbpy/helpers/_git_ctx.py
mbpy/helpers/_logging.py
mbpy/helpers/_lru.py
mbpy/helpers/_modified.py
mbpy/helpers/_naming.py
mbpy/helpers/_proto.py
mbpy/helpers/_search.py
mbpy/helpers/_setup.py
mbpy/helpers/_setup_py.py
mbpy/helpers/_show.py
mbpy/helpers/_spawn.py
mbpy/helpers/_sphinx.py
mbpy/helpers/_static.py
mbpy/helpers/_traceback.py
mbpy/helpers/_typing.py
mbpy/helpers/autopip.py
mbpy/helpers/cli.py
mbpy/helpers/gcliff.py
mbpy/helpers/gcommit.py
mbpy/helpers/traverse.py
mbpy/helpers/xmltodict.py
mbpy/helpers/_mypy/__init__.py
mbpy/helpers/_mypy/_array.py
mbpy/helpers/_mypy/_dataclass.py
mbpy/helpers/_mypy/_git.py
mbpy/helpers/_mypy/_metastore.py
mbpy/helpers/_mypy/_typed_dict.py
mbpy/helpers/_mypy/diff-cache.py
mbpy/helpers/_mypy/fastparse.py
mbpy/helpers/_mypy/fscache.py
mbpy/helpers/_mypy/fswatcher.py
mbpy/helpers/_mypy/gen_blog_post_html.py
mbpy/helpers/_mypy/generate_changelog.py
mbpy/helpers/_mypy/incremental_checker.py
mbpy/helpers/_mypy/perf_checker.py
mbpy/helpers/_mypy/perf_compare.py
mbpy/pkg/Identify_issues.py
mbpy/pkg/__init__.py
mbpy/pkg/bump.py
mbpy/pkg/dependency.py
mbpy/pkg/directive.py
mbpy/pkg/docparse2.py
mbpy/pkg/flow.py
mbpy/pkg/git.py
mbpy/pkg/graph.py
mbpy/pkg/manager.py
mbpy/pkg/mpip.py
mbpy/pkg/pypi.py
mbpy/pkg/pypi_cache.py
mbpy/pkg/repair.py
mbpy/pkg/requirements.py
mbpy/pkg/system.py
mbpy/pkg/toml.py
mbpy/scripts/__init__.py
mbpy/scripts/bench.sh
mbpy/scripts/cinit.sh
mbpy/scripts/clean.sh
mbpy/store/__init__.py
mbpy/store/hatch_metadata.py
mbpy/store/c/pycparser/_clean_tables.py
mbpy/store/c/pycparser/setup.py
mbpy/store/c/pycparser/examples/c_json.py
mbpy/store/c/pycparser/examples/c_to_c.py
mbpy/store/c/pycparser/examples/cdecl.py
mbpy/store/c/pycparser/examples/construct_ast_from_scratch.py
mbpy/store/c/pycparser/examples/dump_ast.py
mbpy/store/c/pycparser/examples/explore_ast.py
mbpy/store/c/pycparser/examples/func_calls.py
mbpy/store/c/pycparser/examples/func_defs.py
mbpy/store/c/pycparser/examples/func_defs_add_param.py
mbpy/store/c/pycparser/examples/rewrite_ast.py
mbpy/store/c/pycparser/examples/serialize_ast.py
mbpy/store/c/pycparser/examples/using_cpp_libc.py
mbpy/store/c/pycparser/examples/using_gcc_E_libc.py
mbpy/store/c/pycparser/pycparser/__init__.py
mbpy/store/c/pycparser/pycparser/_ast_gen.py
mbpy/store/c/pycparser/pycparser/_build_tables.py
mbpy/store/c/pycparser/pycparser/ast_transforms.py
mbpy/store/c/pycparser/pycparser/c_ast.py
mbpy/store/c/pycparser/pycparser/c_generator.py
mbpy/store/c/pycparser/pycparser/c_lexer.py
mbpy/store/c/pycparser/pycparser/c_parser.py
mbpy/store/c/pycparser/pycparser/plyparser.py
mbpy/store/c/pycparser/pycparser/ply/__init__.py
mbpy/store/c/pycparser/pycparser/ply/cpp.py
mbpy/store/c/pycparser/pycparser/ply/ctokens.py
mbpy/store/c/pycparser/pycparser/ply/lex.py
mbpy/store/c/pycparser/pycparser/ply/yacc.py
mbpy/store/c/pycparser/pycparser/ply/ygen.py
mbpy/store/c/pycparser/tests/__init__.py
mbpy/store/c/pycparser/tests/test_c_ast.py
mbpy/store/c/pycparser/tests/test_c_generator.py
mbpy/store/c/pycparser/tests/test_c_lexer.py
mbpy/store/c/pycparser/tests/test_c_parser.py
mbpy/store/c/pycparser/tests/test_examples.py
mbpy/store/c/pycparser/tests/test_general.py
mbpy/store/c/pycparser/tests/test_util.py
mbpy/store/c/pycparser/utils/benchmark/benchmark_parse.py
mbpy/store/c/pycparser/utils/internal/fake_includes.py
mbpy/store/c/pycparser/utils/internal/make_fake_typedefs.py
mbpy/store/c/pycparser/utils/internal/memprofiling.py
mbpy/store/c/pycparser/utils/internal/zz_ctoc.py
mbpy/store/c/pycparser/utils/internal/zz_parse.py
mbpy/store/py/__init__.py
mbpy/store/py/from_schema.py
mbpy/store/py/model/__init__.py
mbpy/store/py/model/hatch.py
mbpy/store/py/model/pyproject.py
mbpy/store/ros/__init__.py
mbpy/store/ros/rclpy.py
mbpy/store/schemas/__init__.py
mbpy/store/schemas/hatch.json
mbpy/store/schemas/pyproject.json
mbpy/store/schemas/uv.json
mbpy/store/ts/__init__.py
mbpy/tests/__init__.py
mbpy/tests/test_docparser.py