codekingpro commited on
Commit
d0e89a8
·
verified ·
1 Parent(s): e98b0a7

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +343 -0
  2. llvm/bin/amdgpu-arch.exe +3 -0
  3. llvm/bin/clang++.exe +3 -0
  4. llvm/bin/clang-apply-replacements.exe +3 -0
  5. llvm/bin/clang-change-namespace.exe +3 -0
  6. llvm/bin/clang-check.exe +3 -0
  7. llvm/bin/clang-cl.exe +3 -0
  8. llvm/bin/clang-cpp.exe +3 -0
  9. llvm/bin/clang-doc.exe +3 -0
  10. micromamba_root/DLLs/instrumented/_ctypes.pyd +3 -0
  11. micromamba_root/DLLs/instrumented/_ctypes_test.pyd +3 -0
  12. micromamba_root/DLLs/instrumented/_decimal.pyd +3 -0
  13. micromamba_root/DLLs/instrumented/_sqlite3.pyd +3 -0
  14. micromamba_root/DLLs/instrumented/_ssl.pyd +3 -0
  15. micromamba_root/DLLs/instrumented/_testcapi.pyd +3 -0
  16. micromamba_root/DLLs/instrumented/_testlimitedcapi.pyd +3 -0
  17. micromamba_root/DLLs/instrumented/unicodedata.pyd +3 -0
  18. micromamba_root/Lib/site-packages/mergedeep-1.3.4.dist-info/WHEEL +5 -0
  19. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/INSTALLER +1 -0
  20. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/METADATA +143 -0
  21. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/RECORD +213 -0
  22. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/REQUESTED +0 -0
  23. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/WHEEL +4 -0
  24. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/direct_url.json +1 -0
  25. micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/entry_points.txt +9 -0
  26. micromamba_root/Lib/site-packages/mkdocs/__init__.py +5 -0
  27. micromamba_root/Lib/site-packages/mkdocs/__main__.py +370 -0
  28. micromamba_root/Lib/site-packages/mkdocs/exceptions.py +41 -0
  29. micromamba_root/Lib/site-packages/mkdocs/localization.py +92 -0
  30. micromamba_root/Lib/site-packages/mkdocs/plugins.py +697 -0
  31. micromamba_root/Lib/site-packages/mkdocs/py.typed +0 -0
  32. micromamba_root/Lib/site-packages/mkdocs/theme.py +166 -0
  33. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/INSTALLER +1 -0
  34. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/METADATA +102 -0
  35. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/RECORD +18 -0
  36. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/REQUESTED +0 -0
  37. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/WHEEL +4 -0
  38. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/direct_url.json +1 -0
  39. micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/entry_points.txt +2 -0
  40. micromamba_root/Lib/site-packages/mkdocs_get_deps/__init__.py +231 -0
  41. micromamba_root/Lib/site-packages/mkdocs_get_deps/__main__.py +61 -0
  42. micromamba_root/Lib/site-packages/mkdocs_get_deps/cache.py +70 -0
  43. micromamba_root/Lib/site-packages/mkdocs_get_deps/py.typed +0 -0
  44. micromamba_root/Lib/site-packages/mkdocs_get_deps/yaml_util.py +50 -0
  45. micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/INSTALLER +1 -0
  46. micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/METADATA +412 -0
  47. micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/RECORD +0 -0
  48. micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/REQUESTED +0 -0
  49. micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/WHEEL +4 -0
  50. micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/direct_url.json +1 -0
.gitattributes CHANGED
@@ -3186,3 +3186,346 @@ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_cont
3186
  micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_discrete_distns.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3187
  micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_distn_infrastructure.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3188
  micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_distribution_infrastructure.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3186
  micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_discrete_distns.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3187
  micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_distn_infrastructure.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3188
  micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_distribution_infrastructure.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3189
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_hypotests.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3190
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_morestats.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3191
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_mstats_basic.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3192
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_multivariate.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3193
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_qmc.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3194
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_resampling.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3195
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/__pycache__/_stats_py.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3196
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_continuous.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3197
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_distributions.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3198
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_hypotests.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3199
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_morestats.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3200
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_mstats_basic.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3201
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_multivariate.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3202
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_qmc.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3203
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_resampling.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3204
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/stats/tests/__pycache__/test_stats.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3205
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/special/__pycache__/_add_newdocs.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3206
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/special/__pycache__/_basic.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3207
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/special/tests/__pycache__/test_basic.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3208
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/special/tests/__pycache__/test_legendre.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3209
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/special/tests/__pycache__/test_mpmath.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3210
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/transform/_rigid_transform_cy.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3211
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/transform/_rotation_cy.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3212
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/__pycache__/distance.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3213
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/transform/__pycache__/_rotation.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3214
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/transform/tests/__pycache__/test_rigid_transform.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3215
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/transform/tests/__pycache__/test_rotation.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3216
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/tests/__pycache__/test_distance.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3217
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/spatial/tests/__pycache__/test_kdtree.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3218
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_flow.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3219
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_matching.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3220
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_min_spanning_tree.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3221
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_reordering.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3222
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_shortest_path.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3223
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_tools.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3224
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/csgraph/_traversal.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3225
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/linalg/_propack.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3226
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/__pycache__/_coo.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3227
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/tests/__pycache__/test_base.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3228
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/tests/__pycache__/test_coo.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3229
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/linalg/_dsolve/_superlu.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3230
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/sparse/linalg/_eigen/arpack/_arpacklib.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3231
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/__pycache__/_filter_design.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3232
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/__pycache__/_ltisys.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3233
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/__pycache__/_short_time_fft.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3234
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/__pycache__/_signaltools.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3235
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/__pycache__/_spectral_py.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3236
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/windows/__pycache__/_windows.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3237
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/tests/__pycache__/test_filter_design.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3238
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/tests/__pycache__/test_signaltools.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3239
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/signal/tests/__pycache__/test_spectral.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3240
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/_highspy/_core.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3241
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/_highspy/_highs_options.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3242
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/_trlib/_trlib.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3243
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/__pycache__/_optimize.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3244
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/tests/__pycache__/test_linprog.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3245
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/tests/__pycache__/test_optimize.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3246
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/optimize/tests/__pycache__/test__differential_evolution.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3247
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/ndimage/__pycache__/_morphology.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3248
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/ndimage/tests/__pycache__/test_filters.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3249
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/ndimage/tests/__pycache__/test_interpolation.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3250
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/ndimage/tests/__pycache__/test_measurements.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3251
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/ndimage/tests/__pycache__/test_morphology.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3252
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/linalg/tests/__pycache__/test_basic.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3253
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/linalg/tests/__pycache__/test_decomp.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3254
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/linalg/tests/__pycache__/test_decomp_update.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3255
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/linalg/tests/__pycache__/test_lapack.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3256
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/io/matlab/_mio5_utils.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3257
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/io/matlab/_streams.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3258
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/io/_fast_matrix_market/_fmm_core.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3259
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/interpolate/__pycache__/_bsplines.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3260
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/interpolate/__pycache__/_fitpack2.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3261
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/interpolate/__pycache__/_interpolate.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3262
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/interpolate/tests/__pycache__/test_bsplines.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3263
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/interpolate/tests/__pycache__/test_fitpack2.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3264
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/interpolate/tests/__pycache__/test_interpolate.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3265
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/integrate/__pycache__/_lebedev.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3266
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/fft/_pocketfft/pypocketfft.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3267
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/constants/__pycache__/_codata.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3268
+ micromamba_root/envs/pytorch_env/Lib/site-packages/scipy/cluster/__pycache__/hierarchy.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3269
+ micromamba_root/envs/pytorch_env/Lib/site-packages/rich/__pycache__/console.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3270
+ micromamba_root/envs/pytorch_env/Lib/site-packages/rich/__pycache__/_emoji_codes.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3271
+ micromamba_root/envs/pytorch_env/Lib/site-packages/regex/__pycache__/_regex_core.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3272
+ micromamba_root/envs/pytorch_env/Lib/site-packages/regex/tests/__pycache__/test_regex.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3273
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pypika/__pycache__/queries.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3274
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pypika/__pycache__/terms.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3275
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pypdf/__pycache__/_page.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3276
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pypdf/__pycache__/_writer.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3277
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pypdf/_codecs/__pycache__/adobe_glyphs.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3278
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pypdf/_codecs/__pycache__/core_font_metrics.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3279
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pygments/lexers/__pycache__/lisp.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3280
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pydantic_core/__pycache__/core_schema.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3281
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pydantic/__pycache__/json_schema.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3282
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pydantic/__pycache__/types.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3283
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pydantic/_internal/__pycache__/_generate_schema.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3284
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe filter=lfs diff=lfs merge=lfs -text
3285
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/distlib/t64.exe filter=lfs diff=lfs merge=lfs -text
3286
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe filter=lfs diff=lfs merge=lfs -text
3287
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/distlib/w64.exe filter=lfs diff=lfs merge=lfs -text
3288
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3289
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3290
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3291
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3292
+ micromamba_root/envs/pytorch_env/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3293
+ micromamba_root/envs/pytorch_env/Lib/site-packages/PIL/__pycache__/Image.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3294
+ micromamba_root/envs/pytorch_env/Lib/site-packages/PIL/__pycache__/TiffImagePlugin.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3295
+ micromamba_root/envs/pytorch_env/Lib/site-packages/onnxruntime/capi/onnxruntime.dll filter=lfs diff=lfs merge=lfs -text
3296
+ micromamba_root/envs/pytorch_env/Lib/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.pyd filter=lfs diff=lfs merge=lfs -text
3297
+ micromamba_root/envs/pytorch_env/Lib/site-packages/onnxruntime/transformers/__pycache__/convert_generation.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3298
+ micromamba_root/envs/pytorch_env/Lib/site-packages/onnxruntime/tools/__pycache__/symbolic_shape_infer.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3299
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp310-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3300
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3301
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp312-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3302
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3303
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp314-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3304
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp314t-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3305
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/nvcomp/nvcomp_impl.cp39-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3306
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/libnvcomp/bin/nvcomp64_5.dll filter=lfs diff=lfs merge=lfs -text
3307
+ micromamba_root/envs/pytorch_env/Lib/site-packages/nvidia/libnvcomp/bin/nvcomp_cpu64_5.dll filter=lfs diff=lfs merge=lfs -text
3308
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/fft/_pocketfft_umath.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3309
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/linalg/_umath_linalg.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3310
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/bit_generator.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3311
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/mtrand.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3312
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/_bounded_integers.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3313
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/_common.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3314
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/_generator.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3315
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/_multiarray_umath.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3316
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/_simd.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3317
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/lib/npymath.lib filter=lfs diff=lfs merge=lfs -text
3318
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/__pycache__/fromnumeric.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3319
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/__pycache__/_add_newdocs.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3320
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_datetime.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3321
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_dtype.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3322
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_indexing.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3323
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_multiarray.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3324
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_nditer.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3325
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_numeric.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3326
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_regression.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3327
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_stringdtype.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3328
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_ufunc.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3329
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/_core/tests/__pycache__/test_umath.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3330
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3331
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/testing/_private/__pycache__/utils.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3332
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3333
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/lib/npyrandom.lib filter=lfs diff=lfs merge=lfs -text
3334
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3335
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/tests/__pycache__/test_random.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3336
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3337
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/ma/__pycache__/core.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3338
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3339
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3340
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/linalg/__pycache__/_linalg.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3341
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3342
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/lib/__pycache__/_function_base_impl.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3343
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/lib/__pycache__/_npyio_impl.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3344
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3345
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3346
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3347
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3348
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3349
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/distutils/__pycache__/misc_util.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3350
+ micromamba_root/envs/pytorch_env/Lib/site-packages/numpy/distutils/__pycache__/system_info.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3351
+ micromamba_root/envs/pytorch_env/Lib/site-packages/networkx/drawing/__pycache__/nx_pylab.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3352
+ micromamba_root/envs/pytorch_env/Lib/site-packages/networkx/drawing/tests/__pycache__/test_pylab.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3353
+ micromamba_root/envs/pytorch_env/Lib/site-packages/networkx/algorithms/isomorphism/tests/__pycache__/test_vf2pp_helpers.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3354
+ micromamba_root/envs/pytorch_env/Lib/site-packages/mpmath/__pycache__/function_docs.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3355
+ micromamba_root/envs/pytorch_env/Lib/site-packages/mpmath/tests/__pycache__/test_fp.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3356
+ micromamba_root/envs/pytorch_env/Lib/site-packages/mpmath/tests/__pycache__/test_functions2.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3357
+ micromamba_root/envs/pytorch_env/Lib/site-packages/langsmith/__pycache__/async_client.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3358
+ micromamba_root/envs/pytorch_env/Lib/site-packages/langsmith/__pycache__/client.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3359
+ micromamba_root/envs/pytorch_env/Lib/site-packages/langsmith/evaluation/__pycache__/_runner.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3360
+ micromamba_root/envs/pytorch_env/Lib/site-packages/langchain_core/runnables/__pycache__/base.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3361
+ micromamba_root/envs/pytorch_env/Lib/site-packages/langchain_core/language_models/__pycache__/chat_models.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3362
+ micromamba_root/envs/pytorch_env/Lib/site-packages/langchain_community/__pycache__/cache.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3363
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/admissionregistration_v1alpha1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3364
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/admissionregistration_v1beta1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3365
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/admissionregistration_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3366
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/apiextensions_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3367
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/apiregistration_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3368
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/apps_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3369
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/autoscaling_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3370
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/autoscaling_v2_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3371
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/batch_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3372
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/certificates_v1beta1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3373
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/certificates_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3374
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/coordination_v1alpha2_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3375
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/coordination_v1beta1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3376
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/coordination_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3377
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/core_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3378
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/custom_objects_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3379
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/discovery_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3380
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/events_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3381
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/flowcontrol_apiserver_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3382
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/internal_apiserver_v1alpha1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3383
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/networking_v1beta1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3384
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/networking_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3385
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/policy_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3386
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/rbac_authorization_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3387
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/resource_v1alpha3_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3388
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/resource_v1beta1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3389
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/resource_v1beta2_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3390
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/resource_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3391
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/scheduling_v1alpha1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3392
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/storagemigration_v1beta1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3393
+ micromamba_root/envs/pytorch_env/Lib/site-packages/kubernetes/client/api/__pycache__/storage_v1_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3394
+ micromamba_root/envs/pytorch_env/Lib/site-packages/jsonschema/tests/__pycache__/test_validators.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3395
+ micromamba_root/envs/pytorch_env/Lib/site-packages/joblib/test/__pycache__/test_parallel.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3396
+ micromamba_root/envs/pytorch_env/Lib/site-packages/jinja2/__pycache__/compiler.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3397
+ micromamba_root/envs/pytorch_env/Lib/site-packages/idna/__pycache__/idnadata.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3398
+ micromamba_root/envs/pytorch_env/Lib/site-packages/idna/__pycache__/uts46data.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3399
+ micromamba_root/envs/pytorch_env/Lib/site-packages/huggingface_hub/__pycache__/hf_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3400
+ micromamba_root/envs/pytorch_env/Lib/site-packages/huggingface_hub/inference/__pycache__/_client.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3401
+ micromamba_root/envs/pytorch_env/Lib/site-packages/huggingface_hub/inference/_generated/__pycache__/_async_client.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3402
+ micromamba_root/envs/pytorch_env/Lib/site-packages/httptools/parser/parser.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3403
+ micromamba_root/envs/pytorch_env/Lib/site-packages/grpc/_cython/cygrpc.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3404
+ micromamba_root/envs/pytorch_env/Lib/site-packages/grpc/__pycache__/_channel.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3405
+ micromamba_root/envs/pytorch_env/Lib/site-packages/google/_upb/_message.pyd filter=lfs diff=lfs merge=lfs -text
3406
+ micromamba_root/envs/pytorch_env/Lib/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3407
+ micromamba_root/envs/pytorch_env/Lib/site-packages/fsspec/__pycache__/spec.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3408
+ micromamba_root/envs/pytorch_env/Lib/site-packages/click/__pycache__/core.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3409
+ micromamba_root/envs/pytorch_env/Lib/site-packages/chromadb/test/__pycache__/test_api.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3410
+ micromamba_root/envs/pytorch_env/Lib/site-packages/chromadb/test/api/__pycache__/test_schema.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3411
+ micromamba_root/envs/pytorch_env/Lib/site-packages/chromadb/test/api/__pycache__/test_schema_e2e.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3412
+ micromamba_root/envs/pytorch_env/Lib/site-packages/chromadb/api/__pycache__/types.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3413
+ micromamba_root/envs/pytorch_env/Lib/site-packages/attr/__pycache__/_make.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3414
+ micromamba_root/envs/pytorch_env/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3415
+ micromamba_root/envs/pytorch_env/Lib/site-packages/aiohttp/_websocket/reader_c.cp311-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3416
+ micromamba_root/envs/pytorch_env/Lib/pydoc_data/__pycache__/topics.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3417
+ micromamba_root/envs/pytorch_env/Lib/idlelib/__pycache__/configdialog.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3418
+ micromamba_root/envs/pytorch_env/Lib/ensurepip/_bundled/pip-24.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
3419
+ micromamba_root/envs/pytorch_env/Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
3420
+ micromamba_root/envs/pytorch_env/Lib/email/__pycache__/_header_value_parser.cpython-311.pyc filter=lfs diff=lfs merge=lfs -text
3421
+ micromamba_root/envs/hf_sync/DLLs/unicodedata.pyd filter=lfs diff=lfs merge=lfs -text
3422
+ micromamba_root/envs/hf_sync/DLLs/_ctypes.pyd filter=lfs diff=lfs merge=lfs -text
3423
+ micromamba_root/envs/hf_sync/DLLs/_ctypes_test.pyd filter=lfs diff=lfs merge=lfs -text
3424
+ micromamba_root/envs/hf_sync/DLLs/_decimal.pyd filter=lfs diff=lfs merge=lfs -text
3425
+ micromamba_root/envs/hf_sync/DLLs/_sqlite3.pyd filter=lfs diff=lfs merge=lfs -text
3426
+ micromamba_root/envs/hf_sync/DLLs/_ssl.pyd filter=lfs diff=lfs merge=lfs -text
3427
+ micromamba_root/envs/hf_sync/DLLs/_testcapi.pyd filter=lfs diff=lfs merge=lfs -text
3428
+ micromamba_root/envs/hf_sync/DLLs/_testlimitedcapi.pyd filter=lfs diff=lfs merge=lfs -text
3429
+ micromamba_root/envs/hf_sync/libs/python3.lib filter=lfs diff=lfs merge=lfs -text
3430
+ micromamba_root/envs/hf_sync/libs/python314.lib filter=lfs diff=lfs merge=lfs -text
3431
+ micromamba_root/envs/hf_sync/Library/bin/concrt140.dll filter=lfs diff=lfs merge=lfs -text
3432
+ micromamba_root/envs/hf_sync/Library/bin/libcrypto-3-x64.dll filter=lfs diff=lfs merge=lfs -text
3433
+ micromamba_root/envs/hf_sync/Library/bin/libcrypto-3-x64.pdb filter=lfs diff=lfs merge=lfs -text
3434
+ micromamba_root/envs/hf_sync/Library/bin/libexpat.dll filter=lfs diff=lfs merge=lfs -text
3435
+ micromamba_root/envs/hf_sync/Library/bin/liblzma.dll filter=lfs diff=lfs merge=lfs -text
3436
+ micromamba_root/envs/hf_sync/Library/bin/libmpdec-4.dll filter=lfs diff=lfs merge=lfs -text
3437
+ micromamba_root/envs/hf_sync/Library/bin/libssl-3-x64.dll filter=lfs diff=lfs merge=lfs -text
3438
+ micromamba_root/envs/hf_sync/Library/bin/libssl-3-x64.pdb filter=lfs diff=lfs merge=lfs -text
3439
+ micromamba_root/envs/hf_sync/Library/bin/libzstd.dll filter=lfs diff=lfs merge=lfs -text
3440
+ micromamba_root/envs/hf_sync/Library/bin/msvcp140.dll filter=lfs diff=lfs merge=lfs -text
3441
+ micromamba_root/envs/hf_sync/Library/bin/msvcp140_2.dll filter=lfs diff=lfs merge=lfs -text
3442
+ micromamba_root/envs/hf_sync/Library/bin/openssl.exe filter=lfs diff=lfs merge=lfs -text
3443
+ micromamba_root/envs/hf_sync/Library/bin/openssl.pdb filter=lfs diff=lfs merge=lfs -text
3444
+ micromamba_root/envs/hf_sync/Library/bin/sqlite3.dll filter=lfs diff=lfs merge=lfs -text
3445
+ micromamba_root/envs/hf_sync/Library/bin/tcl86t.dll filter=lfs diff=lfs merge=lfs -text
3446
+ micromamba_root/envs/hf_sync/Library/bin/tk86t.dll filter=lfs diff=lfs merge=lfs -text
3447
+ micromamba_root/envs/hf_sync/Library/bin/ucrtbase.dll filter=lfs diff=lfs merge=lfs -text
3448
+ micromamba_root/envs/hf_sync/Library/bin/vcamp140.dll filter=lfs diff=lfs merge=lfs -text
3449
+ micromamba_root/envs/hf_sync/Library/bin/vccorlib140.dll filter=lfs diff=lfs merge=lfs -text
3450
+ micromamba_root/envs/hf_sync/Library/bin/vcomp140.dll filter=lfs diff=lfs merge=lfs -text
3451
+ micromamba_root/envs/hf_sync/Library/bin/vcruntime140.dll filter=lfs diff=lfs merge=lfs -text
3452
+ micromamba_root/envs/hf_sync/Library/bin/yaml.dll filter=lfs diff=lfs merge=lfs -text
3453
+ micromamba_root/envs/hf_sync/Library/bin/zlib1.dll filter=lfs diff=lfs merge=lfs -text
3454
+ micromamba_root/envs/hf_sync/Library/bin/zstd.dll filter=lfs diff=lfs merge=lfs -text
3455
+ micromamba_root/envs/hf_sync/Library/bin/zstd.exe filter=lfs diff=lfs merge=lfs -text
3456
+ micromamba_root/envs/hf_sync/Library/lib/bzip2_static.lib filter=lfs diff=lfs merge=lfs -text
3457
+ micromamba_root/envs/hf_sync/Library/lib/libbz2_static.lib filter=lfs diff=lfs merge=lfs -text
3458
+ micromamba_root/envs/hf_sync/Library/lib/libcrypto.lib filter=lfs diff=lfs merge=lfs -text
3459
+ micromamba_root/envs/hf_sync/Library/lib/libssl.lib filter=lfs diff=lfs merge=lfs -text
3460
+ micromamba_root/envs/hf_sync/Library/lib/tcl86t.lib filter=lfs diff=lfs merge=lfs -text
3461
+ micromamba_root/envs/hf_sync/Library/lib/tk86t.lib filter=lfs diff=lfs merge=lfs -text
3462
+ micromamba_root/envs/hf_sync/Library/lib/itcl4.2.3/itcl423t.dll filter=lfs diff=lfs merge=lfs -text
3463
+ micromamba_root/envs/hf_sync/Library/lib/sqlite3.40.0/sqlite3400t.dll filter=lfs diff=lfs merge=lfs -text
3464
+ micromamba_root/envs/hf_sync/Library/lib/thread2.8.8/thread288t.dll filter=lfs diff=lfs merge=lfs -text
3465
+ micromamba_root/envs/hf_sync/Library/lib/tk8.6/demos/images/teapot.ppm filter=lfs diff=lfs merge=lfs -text
3466
+ micromamba_root/envs/hf_sync/Lib/site-packages/_brotli.cp314-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3467
+ micromamba_root/envs/hf_sync/Lib/__pycache__/argparse.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3468
+ micromamba_root/envs/hf_sync/Lib/__pycache__/doctest.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3469
+ micromamba_root/envs/hf_sync/Lib/__pycache__/inspect.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3470
+ micromamba_root/envs/hf_sync/Lib/__pycache__/mailbox.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3471
+ micromamba_root/envs/hf_sync/Lib/__pycache__/pdb.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3472
+ micromamba_root/envs/hf_sync/Lib/__pycache__/pydoc.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3473
+ micromamba_root/envs/hf_sync/Lib/__pycache__/tarfile.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3474
+ micromamba_root/envs/hf_sync/Lib/__pycache__/turtle.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3475
+ micromamba_root/envs/hf_sync/Lib/__pycache__/typing.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3476
+ micromamba_root/envs/hf_sync/Lib/__pycache__/_pydatetime.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3477
+ micromamba_root/envs/hf_sync/Lib/__pycache__/_pydecimal.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3478
+ micromamba_root/envs/hf_sync/Lib/__pycache__/_pyio.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3479
+ micromamba_root/envs/hf_sync/Lib/zipfile/__pycache__/__init__.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3480
+ micromamba_root/envs/hf_sync/Lib/venv/scripts/nt/python.exe filter=lfs diff=lfs merge=lfs -text
3481
+ micromamba_root/envs/hf_sync/Lib/venv/scripts/nt/pythonw.exe filter=lfs diff=lfs merge=lfs -text
3482
+ micromamba_root/envs/hf_sync/Lib/venv/scripts/nt/venvlauncher.exe filter=lfs diff=lfs merge=lfs -text
3483
+ micromamba_root/envs/hf_sync/Lib/venv/scripts/nt/venvwlauncher.exe filter=lfs diff=lfs merge=lfs -text
3484
+ micromamba_root/envs/hf_sync/Lib/unittest/__pycache__/mock.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3485
+ micromamba_root/envs/hf_sync/Lib/tkinter/__pycache__/__init__.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3486
+ micromamba_root/envs/hf_sync/Lib/test/support/__pycache__/__init__.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3487
+ micromamba_root/envs/hf_sync/Lib/site-packages/hf_xet/hf_xet.pyd filter=lfs diff=lfs merge=lfs -text
3488
+ micromamba_root/envs/hf_sync/Lib/site-packages/yaml/_yaml.cp314-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
3489
+ micromamba_root/envs/hf_sync/Lib/site-packages/__pycache__/typing_extensions.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3490
+ micromamba_root/envs/hf_sync/Lib/site-packages/rich/__pycache__/console.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3491
+ micromamba_root/envs/hf_sync/Lib/site-packages/rich/__pycache__/_emoji_codes.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3492
+ micromamba_root/envs/hf_sync/Lib/site-packages/pygments/lexers/__pycache__/lisp.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3493
+ micromamba_root/envs/hf_sync/Lib/site-packages/pygments/lexers/__pycache__/matlab.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3494
+ micromamba_root/envs/hf_sync/Lib/site-packages/pygments/lexers/__pycache__/_cocoa_builtins.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3495
+ micromamba_root/envs/hf_sync/Lib/site-packages/pygments/lexers/__pycache__/_lilypond_builtins.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3496
+ micromamba_root/envs/hf_sync/Lib/site-packages/idna/__pycache__/idnadata.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3497
+ micromamba_root/envs/hf_sync/Lib/site-packages/idna/__pycache__/uts46data.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3498
+ micromamba_root/envs/hf_sync/Lib/site-packages/huggingface_hub/__pycache__/hf_api.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3499
+ micromamba_root/envs/hf_sync/Lib/site-packages/huggingface_hub/inference/__pycache__/_client.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3500
+ micromamba_root/envs/hf_sync/Lib/site-packages/huggingface_hub/inference/_generated/__pycache__/_async_client.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3501
+ micromamba_root/envs/hf_sync/Lib/site-packages/hpack/__pycache__/huffman_table.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3502
+ micromamba_root/envs/hf_sync/Lib/site-packages/click/__pycache__/core.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3503
+ micromamba_root/envs/hf_sync/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3504
+ micromamba_root/envs/hf_sync/Lib/pydoc_data/__pycache__/topics.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3505
+ micromamba_root/envs/hf_sync/Lib/idlelib/__pycache__/configdialog.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3506
+ micromamba_root/envs/hf_sync/Lib/ensurepip/_bundled/pip-26.0.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
3507
+ micromamba_root/envs/hf_sync/Lib/email/__pycache__/_header_value_parser.cpython-314.pyc filter=lfs diff=lfs merge=lfs -text
3508
+ micromamba_root/envs/hf_sync/DLLs/instrumented/unicodedata.pyd filter=lfs diff=lfs merge=lfs -text
3509
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_ctypes.pyd filter=lfs diff=lfs merge=lfs -text
3510
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_ctypes_test.pyd filter=lfs diff=lfs merge=lfs -text
3511
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_decimal.pyd filter=lfs diff=lfs merge=lfs -text
3512
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_sqlite3.pyd filter=lfs diff=lfs merge=lfs -text
3513
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_ssl.pyd filter=lfs diff=lfs merge=lfs -text
3514
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_testcapi.pyd filter=lfs diff=lfs merge=lfs -text
3515
+ micromamba_root/envs/hf_sync/DLLs/instrumented/_testlimitedcapi.pyd filter=lfs diff=lfs merge=lfs -text
3516
+ micromamba_root/DLLs/instrumented/unicodedata.pyd filter=lfs diff=lfs merge=lfs -text
3517
+ micromamba_root/DLLs/instrumented/_ctypes.pyd filter=lfs diff=lfs merge=lfs -text
3518
+ micromamba_root/DLLs/instrumented/_ctypes_test.pyd filter=lfs diff=lfs merge=lfs -text
3519
+ micromamba_root/DLLs/instrumented/_decimal.pyd filter=lfs diff=lfs merge=lfs -text
3520
+ micromamba_root/DLLs/instrumented/_sqlite3.pyd filter=lfs diff=lfs merge=lfs -text
3521
+ micromamba_root/DLLs/instrumented/_ssl.pyd filter=lfs diff=lfs merge=lfs -text
3522
+ micromamba_root/DLLs/instrumented/_testcapi.pyd filter=lfs diff=lfs merge=lfs -text
3523
+ micromamba_root/DLLs/instrumented/_testlimitedcapi.pyd filter=lfs diff=lfs merge=lfs -text
3524
+ llvm/bin/amdgpu-arch.exe filter=lfs diff=lfs merge=lfs -text
3525
+ llvm/bin/clang++.exe filter=lfs diff=lfs merge=lfs -text
3526
+ llvm/bin/clang-apply-replacements.exe filter=lfs diff=lfs merge=lfs -text
3527
+ llvm/bin/clang-change-namespace.exe filter=lfs diff=lfs merge=lfs -text
3528
+ llvm/bin/clang-check.exe filter=lfs diff=lfs merge=lfs -text
3529
+ llvm/bin/clang-cl.exe filter=lfs diff=lfs merge=lfs -text
3530
+ llvm/bin/clang-cpp.exe filter=lfs diff=lfs merge=lfs -text
3531
+ llvm/bin/clang-doc.exe filter=lfs diff=lfs merge=lfs -text
llvm/bin/amdgpu-arch.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fed21149c8fa2c690b18ae2b18b520601aa96f9f74648c1cdb44eb6bf5d2f54
3
+ size 446976
llvm/bin/clang++.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2dc31e5e3de39fe893021ae995cfd266f4294fa169870660276b9664c18ecf
3
+ size 87159808
llvm/bin/clang-apply-replacements.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0e603f100bc357d3714ea962c5534d8e5c7559358373283f089d32e0c94c57
3
+ size 3561472
llvm/bin/clang-change-namespace.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789d3571b1b90c1df89b8b93d36188688745e0e0851dd4ad8d75f78bcd1ccad0
3
+ size 31257600
llvm/bin/clang-check.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf805b25dd6e7218d49207c25ae1d3c6e57bb266214a5ea708a9b5f6c4c1bfe9
3
+ size 67810304
llvm/bin/clang-cl.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2dc31e5e3de39fe893021ae995cfd266f4294fa169870660276b9664c18ecf
3
+ size 87159808
llvm/bin/clang-cpp.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2dc31e5e3de39fe893021ae995cfd266f4294fa169870660276b9664c18ecf
3
+ size 87159808
llvm/bin/clang-doc.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5e0730583b3f11c17a7ecb53e97be698633d371cabe2ef467c83e04d0cbb06
3
+ size 30996992
micromamba_root/DLLs/instrumented/_ctypes.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb3fa8ad55a532c35b95caa9d2233cbe6a17c3bcd5867fb6ce374b9f0d9e578
3
+ size 195072
micromamba_root/DLLs/instrumented/_ctypes_test.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a593c16f9fb3be0b5310973d274c121a98481d5775e72fae1651843983146cc3
3
+ size 119296
micromamba_root/DLLs/instrumented/_decimal.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31882d51077bb14230b25007b1eeffe785b36f8d13e31cbdf04955dbd8cc1265
3
+ size 198656
micromamba_root/DLLs/instrumented/_sqlite3.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4dadb2605004f1643debbf0b2b52fbbc8c759b698fccb1bf2b000e336a5a7ae
3
+ size 154112
micromamba_root/DLLs/instrumented/_ssl.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a16fd8b879a013894a2abaa7ad2c05e2371c414869a9b8117141549af012c5
3
+ size 227328
micromamba_root/DLLs/instrumented/_testcapi.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1958f0ea0a1925c0f2fd1d452519439feccfdec2ab9a78cf1581f97f6d2ed89a
3
+ size 290816
micromamba_root/DLLs/instrumented/_testlimitedcapi.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c429df6fd8530d5aeedf52ad788b8e91a2868e07199f56f1c149dfbf105292
3
+ size 140800
micromamba_root/DLLs/instrumented/unicodedata.pyd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8565552a76569e559dabfc4dffb15e655dcf41bdc8f55bc6556012f119e298a9
3
+ size 755712
micromamba_root/Lib/site-packages/mergedeep-1.3.4.dist-info/WHEEL ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ conda
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/METADATA ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: mkdocs
3
+ Version: 1.6.1
4
+ Summary: Project documentation with Markdown.
5
+ Project-URL: Documentation, https://www.mkdocs.org/
6
+ Project-URL: Source, https://github.com/mkdocs/mkdocs
7
+ Project-URL: Issues, https://github.com/mkdocs/mkdocs/issues
8
+ Project-URL: History, https://www.mkdocs.org/about/release-notes/
9
+ Author-email: Tom Christie <tom@tomchristie.com>
10
+ License-Expression: BSD-2-Clause
11
+ License-File: LICENSE
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Environment :: Console
14
+ Classifier: Environment :: Web Environment
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: License :: OSI Approved :: BSD License
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3 :: Only
21
+ Classifier: Programming Language :: Python :: 3.8
22
+ Classifier: Programming Language :: Python :: 3.9
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: Implementation :: CPython
27
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
28
+ Classifier: Topic :: Documentation
29
+ Classifier: Topic :: Text Processing
30
+ Requires-Python: >=3.8
31
+ Requires-Dist: click>=7.0
32
+ Requires-Dist: colorama>=0.4; platform_system == 'Windows'
33
+ Requires-Dist: ghp-import>=1.0
34
+ Requires-Dist: importlib-metadata>=4.4; python_version < '3.10'
35
+ Requires-Dist: jinja2>=2.11.1
36
+ Requires-Dist: markdown>=3.3.6
37
+ Requires-Dist: markupsafe>=2.0.1
38
+ Requires-Dist: mergedeep>=1.3.4
39
+ Requires-Dist: mkdocs-get-deps>=0.2.0
40
+ Requires-Dist: packaging>=20.5
41
+ Requires-Dist: pathspec>=0.11.1
42
+ Requires-Dist: pyyaml-env-tag>=0.1
43
+ Requires-Dist: pyyaml>=5.1
44
+ Requires-Dist: watchdog>=2.0
45
+ Provides-Extra: i18n
46
+ Requires-Dist: babel>=2.9.0; extra == 'i18n'
47
+ Provides-Extra: min-versions
48
+ Requires-Dist: babel==2.9.0; extra == 'min-versions'
49
+ Requires-Dist: click==7.0; extra == 'min-versions'
50
+ Requires-Dist: colorama==0.4; (platform_system == 'Windows') and extra == 'min-versions'
51
+ Requires-Dist: ghp-import==1.0; extra == 'min-versions'
52
+ Requires-Dist: importlib-metadata==4.4; (python_version < '3.10') and extra == 'min-versions'
53
+ Requires-Dist: jinja2==2.11.1; extra == 'min-versions'
54
+ Requires-Dist: markdown==3.3.6; extra == 'min-versions'
55
+ Requires-Dist: markupsafe==2.0.1; extra == 'min-versions'
56
+ Requires-Dist: mergedeep==1.3.4; extra == 'min-versions'
57
+ Requires-Dist: mkdocs-get-deps==0.2.0; extra == 'min-versions'
58
+ Requires-Dist: packaging==20.5; extra == 'min-versions'
59
+ Requires-Dist: pathspec==0.11.1; extra == 'min-versions'
60
+ Requires-Dist: pyyaml-env-tag==0.1; extra == 'min-versions'
61
+ Requires-Dist: pyyaml==5.1; extra == 'min-versions'
62
+ Requires-Dist: watchdog==2.0; extra == 'min-versions'
63
+ Description-Content-Type: text/markdown
64
+
65
+ # MkDocs
66
+
67
+ > *Project documentation with Markdown*
68
+
69
+ [![PyPI Version][pypi-v-image]][pypi-v-link]
70
+ [![Build Status][GHAction-image]][GHAction-link]
71
+ [![Coverage Status][codecov-image]][codecov-link]
72
+
73
+ MkDocs is a **fast**, **simple** and **downright gorgeous** static site
74
+ generator that's geared towards building project documentation. Documentation
75
+ source files are written in Markdown, and configured with a single YAML
76
+ configuration file. It is designed to be easy to use and can be extended with
77
+ third-party themes, plugins, and Markdown extensions.
78
+
79
+ Please see the [Documentation][mkdocs] for an introductory tutorial and a full
80
+ user guide.
81
+
82
+ ## Features
83
+
84
+ - Build static HTML files from Markdown files.
85
+ - Use Plugins and Markdown Extensions to enhance MkDocs.
86
+ - Use the built-in themes, third party themes or create your own.
87
+ - Publish your documentation anywhere that static files can be served.
88
+ - Much more!
89
+
90
+ ## Support
91
+
92
+ If you need help with MkDocs, do not hesitate to get in contact with us!
93
+
94
+ - For questions and high-level discussions, use **[Discussions]** on GitHub.
95
+ - For small questions, a good alternative is the **[Chat room]** on
96
+ Gitter/Matrix.
97
+ - To report a bug or make a feature request, open an **[Issue]** on GitHub.
98
+
99
+ Please note that we may only provide
100
+ support for problems/questions regarding core features of MkDocs. Any
101
+ questions or bug reports about features of third-party themes, plugins,
102
+ extensions or similar should be made to their respective projects.
103
+ But, such questions are *not* banned from the [chat room].
104
+
105
+ Make sure to stick around to answer some questions as well!
106
+
107
+ ## Links
108
+
109
+ - [Official Documentation][mkdocs]
110
+ - [Latest Release Notes][release-notes]
111
+ - [Catalog of third-party plugins, themes and recipes][catalog]
112
+
113
+ ## Contributing to MkDocs
114
+
115
+ The MkDocs project welcomes, and depends on, contributions from developers and
116
+ users in the open source community. Please see the [Contributing Guide] for
117
+ information on how you can help.
118
+
119
+ ## Code of Conduct
120
+
121
+ Everyone interacting in the MkDocs project's codebases, issue trackers, and
122
+ discussion forums is expected to follow the [PyPA Code of Conduct].
123
+
124
+ <!-- Badges -->
125
+ [codecov-image]: https://codecov.io/github/mkdocs/mkdocs/coverage.svg?branch=master
126
+ [codecov-link]: https://codecov.io/github/mkdocs/mkdocs?branch=master
127
+ [pypi-v-image]: https://img.shields.io/pypi/v/mkdocs.svg
128
+ [pypi-v-link]: https://pypi.org/project/mkdocs/
129
+ [GHAction-image]: https://github.com/mkdocs/mkdocs/workflows/CI/badge.svg?branch=master&event=push
130
+ [GHAction-link]: https://github.com/mkdocs/mkdocs/actions?query=event%3Apush+branch%3Amaster
131
+ <!-- Links -->
132
+ [mkdocs]: https://www.mkdocs.org
133
+ [Issue]: https://github.com/mkdocs/mkdocs/issues
134
+ [Discussions]: https://github.com/mkdocs/mkdocs/discussions
135
+ [Chat room]: https://gitter.im/mkdocs/community
136
+ [release-notes]: https://www.mkdocs.org/about/release-notes/
137
+ [Contributing Guide]: https://www.mkdocs.org/about/contributing/
138
+ [PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/
139
+ [catalog]: https://github.com/mkdocs/catalog
140
+
141
+ ## License
142
+
143
+ [BSD-2-Clause](https://github.com/mkdocs/mkdocs/blob/master/LICENSE)
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/RECORD ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ../../../bin/mkdocs,sha256=LbuzcWUPylaqQVCQx3wOP9BD093DSviERusyMUpeQek,495
2
+ mkdocs-1.6.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3
+ mkdocs-1.6.1.dist-info/METADATA,sha256=Mhz9reV3GMt3CGW6nxWhmU9lpqCHHpUOPJJNTKbhSms,6038
4
+ mkdocs-1.6.1.dist-info/RECORD,,
5
+ mkdocs-1.6.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ mkdocs-1.6.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ mkdocs-1.6.1.dist-info/direct_url.json,sha256=vbzLdHRhsmw5NPgKrEc8x50f4u0Wk-8H660W8XFHYPU,102
8
+ mkdocs-1.6.1.dist-info/entry_points.txt,sha256=olJ3d1HkCNSrkbCAKE5Rtk3y3YaJKBLqmK04Q_JtH18,196
9
+ mkdocs-1.6.1.dist-info/licenses/LICENSE,sha256=JgQb1iX8OUEdxLMnSCFiNpMckErbkMKz4LppcJCl1U4,1292
10
+ mkdocs/__init__.py,sha256=CM6fXpcAypQJdOR870hzC8BI6ODBroluo883muCYFAc,126
11
+ mkdocs/__main__.py,sha256=GW6_cc176Q7nUkEHBc1lsN0aMGAuGXUP8czbwgX5N5k,12347
12
+ mkdocs/__pycache__/__init__.cpython-39.pyc,,
13
+ mkdocs/__pycache__/__main__.cpython-39.pyc,,
14
+ mkdocs/__pycache__/exceptions.cpython-39.pyc,,
15
+ mkdocs/__pycache__/localization.cpython-39.pyc,,
16
+ mkdocs/__pycache__/plugins.cpython-39.pyc,,
17
+ mkdocs/__pycache__/theme.cpython-39.pyc,,
18
+ mkdocs/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
+ mkdocs/commands/__pycache__/__init__.cpython-39.pyc,,
20
+ mkdocs/commands/__pycache__/build.cpython-39.pyc,,
21
+ mkdocs/commands/__pycache__/gh_deploy.cpython-39.pyc,,
22
+ mkdocs/commands/__pycache__/new.cpython-39.pyc,,
23
+ mkdocs/commands/__pycache__/serve.cpython-39.pyc,,
24
+ mkdocs/commands/build.py,sha256=d_sBNdE_FCIwZqYMWn4Ck-Mz0eaksFjOu7bYrPjMOCU,13615
25
+ mkdocs/commands/gh_deploy.py,sha256=6ee6X-a2f3n4rBIW_w-76Nw1P4TJN7pqIDlypDvEv88,5231
26
+ mkdocs/commands/new.py,sha256=ZUAvcu8wSGsA3-5MPUPQ-xvmSFmaY8zrmz5HpfUU1SA,1454
27
+ mkdocs/commands/serve.py,sha256=VGAK9polBI1BYidxagYZtDZQ86KHsc2rRxGdEtYYeR0,3402
28
+ mkdocs/config/__init__.py,sha256=QWZu_iAoCERFc8db2BPveqifk9S0JP5EvflVFMjTSew,88
29
+ mkdocs/config/__pycache__/__init__.cpython-39.pyc,,
30
+ mkdocs/config/__pycache__/base.cpython-39.pyc,,
31
+ mkdocs/config/__pycache__/config_options.cpython-39.pyc,,
32
+ mkdocs/config/__pycache__/defaults.cpython-39.pyc,,
33
+ mkdocs/config/base.py,sha256=XhrwK0o6hZvjAAlzxNG-HpwmsIji8QyBMFLpLHZIaE4,13159
34
+ mkdocs/config/config_options.py,sha256=9CBOsYjttV4vTviyf3ejQ0tzgLLhGIWgiRqB3lfQUzA,44182
35
+ mkdocs/config/defaults.py,sha256=7f8lbuM85nr5ul1LHoQjLg-HnDwIFKpnUy7nLcGfMuc,8948
36
+ mkdocs/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
+ mkdocs/contrib/__pycache__/__init__.cpython-39.pyc,,
38
+ mkdocs/contrib/search/__init__.py,sha256=us1t6l9N6WRv3b2fBzuC-qgpbvLnKZRprFN1RvRUYGI,5230
39
+ mkdocs/contrib/search/__pycache__/__init__.cpython-39.pyc,,
40
+ mkdocs/contrib/search/__pycache__/search_index.cpython-39.pyc,,
41
+ mkdocs/contrib/search/lunr-language/lunr.ar.js,sha256=5XFK5SUF07V7Y2ulXy7F7ed4O2ZbRT69W_gTd9FO9_c,24542
42
+ mkdocs/contrib/search/lunr-language/lunr.da.js,sha256=s84Yrl2YBCFKkFiK5dvQBAqn9dldJr0kZM4OcE6BZ3c,10349
43
+ mkdocs/contrib/search/lunr-language/lunr.de.js,sha256=aevkyhNU6cajut4vKiZxAoN6qceloNScot33X7WiFJ4,13949
44
+ mkdocs/contrib/search/lunr-language/lunr.du.js,sha256=aLTkKil4PTimWAt06TcRpQRvOTEoG94fcrfIjz5hR_U,15330
45
+ mkdocs/contrib/search/lunr-language/lunr.es.js,sha256=ZFlaaT3mAopuxvTWOGa4oCactnwa2tGeeWTOnrTSs9Y,24406
46
+ mkdocs/contrib/search/lunr-language/lunr.fi.js,sha256=P_a2VUvpcNtFWbAd2yAT74QB0UP1hdlFJTeGbnHkB5c,20949
47
+ mkdocs/contrib/search/lunr-language/lunr.fr.js,sha256=PrfCmo7XIjiA2G6Y19F-3xTIVg2_Gj5mUHY2cOq_CzQ,25654
48
+ mkdocs/contrib/search/lunr-language/lunr.hi.js,sha256=Dthf_pxrNSsCLVh8veRiCk52IFp51EQF1MLtD7CvpPU,6212
49
+ mkdocs/contrib/search/lunr-language/lunr.hu.js,sha256=431FjR-fL4jZf8i5Wih_d3zgGZU4euhAJLHBrihfw0g,21265
50
+ mkdocs/contrib/search/lunr-language/lunr.hy.js,sha256=ebMtL27SAEbufDy6iif4Yu2WogIvtERUHOQXfn5bKcU,3164
51
+ mkdocs/contrib/search/lunr-language/lunr.it.js,sha256=pZdx24ksoGISiknws_6_nnHcuKYIzEOTLOQm60m4hA0,24077
52
+ mkdocs/contrib/search/lunr-language/lunr.ja.js,sha256=gxodamZbyDrCP71-5ohunytnmXJZSgB-li9A5rf82pE,6125
53
+ mkdocs/contrib/search/lunr-language/lunr.jp.js,sha256=6e9YiYWoxsFIKK0KE3veDFCEyYt5RsblRgwQzCuzoOs,273
54
+ mkdocs/contrib/search/lunr-language/lunr.kn.js,sha256=v6cK1GSJ79gTlizS-lxS3C4CTUpUAlqIaJIdPa3MNWQ,5458
55
+ mkdocs/contrib/search/lunr-language/lunr.ko.js,sha256=fW4qXl6iI4S5kjCXuTxThyckmp2sP5nhWQeJn8FHQeI,10344
56
+ mkdocs/contrib/search/lunr-language/lunr.multi.js,sha256=sJag6Ct5xV3IO511BuuHHAxO-VMk4ksdmFgz3aLg-zk,3288
57
+ mkdocs/contrib/search/lunr-language/lunr.nl.js,sha256=cvDNRkgL63I6RYCmwD8ZCL3XbXsvwWMDUv8wBqYi5sU,15134
58
+ mkdocs/contrib/search/lunr-language/lunr.no.js,sha256=fOCrIH96sO-ij_Cqa68ZhIIntjZCoM_C5c2uVTwByvg,9947
59
+ mkdocs/contrib/search/lunr-language/lunr.pt.js,sha256=82C6R_9_IUNBzg3yBYQQSInn-tz9GTk5AhOtOQcxtY4,22141
60
+ mkdocs/contrib/search/lunr-language/lunr.ro.js,sha256=ryRFf5m-pFpKkweQit9aaIrQQGaw0VVx8wUK7mm884s,23157
61
+ mkdocs/contrib/search/lunr-language/lunr.ru.js,sha256=3LW77hj3QpKEiBFcVJy77jDO964EzUwbf2Nf2XzxJE0,19114
62
+ mkdocs/contrib/search/lunr-language/lunr.sa.js,sha256=MI5Bdw6Szv1qCBTpYCiTNGgHLj9dH-H2v5Oo8cXATMo,6884
63
+ mkdocs/contrib/search/lunr-language/lunr.stemmer.support.js,sha256=ms-xIarhB4KNxU8Vz3ee9KFRzaqt4Vi-cFom5uluxhg,13504
64
+ mkdocs/contrib/search/lunr-language/lunr.sv.js,sha256=fJp5i-qIwJ2SNHt6bNIV5jBTfN-CPxr87703UbKYsYc,9635
65
+ mkdocs/contrib/search/lunr-language/lunr.ta.js,sha256=xJ69UtKJK5pJ4Ryz35s2UrPZY-d2zOAWkhlExVCHuOc,4841
66
+ mkdocs/contrib/search/lunr-language/lunr.te.js,sha256=C5atCD2Unv689FR4z02rIDnJnSSuDPyy_ArAB6oZJFg,4730
67
+ mkdocs/contrib/search/lunr-language/lunr.th.js,sha256=qfjbQOtN9lDqZemvLFpeWVodxj25T8LEzSADQUNzSfY,3070
68
+ mkdocs/contrib/search/lunr-language/lunr.tr.js,sha256=TkDHrtJbAm8hhr8Wg4nS0HQp7hnAM0eX2mCSJTL2azU,38283
69
+ mkdocs/contrib/search/lunr-language/lunr.vi.js,sha256=c9PegCJZRrb-FfGDBUEY1qEgXPk1auWM8Imj9que5S0,2558
70
+ mkdocs/contrib/search/lunr-language/lunr.zh.js,sha256=yEFkkw8yiMN8CFii0mvxR9V__svV2LQP3KnsGspNSz0,5018
71
+ mkdocs/contrib/search/lunr-language/tinyseg.js,sha256=GwRMI5YQ72X87_YDlWdEK7FpLUE_Xuhob-6BsaMGd2E,22878
72
+ mkdocs/contrib/search/prebuild-index.js,sha256=uZ2PjuhG4_wowoQeM2yGAWozPXqosQSCNQYlS_YQ5d8,1496
73
+ mkdocs/contrib/search/search_index.py,sha256=So7H4Z1wfpDcmwfCAURFjns8_bSg9-JiDUwD5q0qdjw,7945
74
+ mkdocs/contrib/search/templates/search/lunr.js,sha256=waKNnpUWMpL7zAf_eU8fDhreh0HFE6_pbVsQRqGBELw,99805
75
+ mkdocs/contrib/search/templates/search/main.js,sha256=IpYbNFzrqbOpFGV3GQZyp7HGiBu4TAW-weLQ86MxI4k,3206
76
+ mkdocs/contrib/search/templates/search/worker.js,sha256=tIbqtmgtArfG7HvclluwUWYe4sakK7NEK1Wcssbixzw,3724
77
+ mkdocs/exceptions.py,sha256=fc5w4g1vBs93FAoWYVjWy7ZZPXDVqoQU9xeQlmgZlz0,1018
78
+ mkdocs/livereload/__init__.py,sha256=AkBz97wJiWc_J9LQHd1LlPJehjjSUBWHWVjZrzLTVnM,13530
79
+ mkdocs/livereload/__pycache__/__init__.cpython-39.pyc,,
80
+ mkdocs/localization.py,sha256=cLzJfqC-boozgkwF554BhuG66hDU5wcpAi3gHEVwAtY,3049
81
+ mkdocs/plugins.py,sha256=ZSHNPxKplBQ2jr07I1IK6tkw62YLfU6SU8L46HuHwxA,25265
82
+ mkdocs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
+ mkdocs/structure/__init__.py,sha256=qsbGdqyWhBW79PjnSX5GtNWteF1EM_ju-WPw_z77jhk,945
84
+ mkdocs/structure/__pycache__/__init__.cpython-39.pyc,,
85
+ mkdocs/structure/__pycache__/files.cpython-39.pyc,,
86
+ mkdocs/structure/__pycache__/nav.cpython-39.pyc,,
87
+ mkdocs/structure/__pycache__/pages.cpython-39.pyc,,
88
+ mkdocs/structure/__pycache__/toc.cpython-39.pyc,,
89
+ mkdocs/structure/files.py,sha256=QTLlWmPGHpo0lNnZE_Jomi9glqgR_GZBEXrbNYYXJuQ,23569
90
+ mkdocs/structure/nav.py,sha256=WCwr4aIwnFki3TiCIzo04-c4UVJWT-3h2KPmSJ1EoQk,9033
91
+ mkdocs/structure/pages.py,sha256=KMxkwvi4W5Jy1J8PLrJjhR-G7Zl5b4pZOxHAx_vRG_I,22168
92
+ mkdocs/structure/toc.py,sha256=8eNe9mcwplFUtnwtw4rE6HbkQhSjod8bNaEQ2-ZxCy8,2248
93
+ mkdocs/templates/sitemap.xml,sha256=CVB2bWQqyZnHS2gVCjmpYaUQO9peLZ13R_TAZSLBGxg,499
94
+ mkdocs/theme.py,sha256=IxnlfftIGdrhEnhFxIX2k98FdW98hQHhFIuwLM-PrCk,5304
95
+ mkdocs/themes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
+ mkdocs/themes/__pycache__/__init__.cpython-39.pyc,,
97
+ mkdocs/themes/mkdocs/404.html,sha256=D6zQ5J04vvm4V58PBOCdCvyCuLcEZ9w7svhEDmRYfTE,332
98
+ mkdocs/themes/mkdocs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
+ mkdocs/themes/mkdocs/__pycache__/__init__.cpython-39.pyc,,
100
+ mkdocs/themes/mkdocs/base.html,sha256=zNLhLKXlldM1NezZ5xiyhxu5B-bKdw1LbdAlT_G8QI8,14314
101
+ mkdocs/themes/mkdocs/content.html,sha256=5y0Am5t8KXfR7lG9eBowCLc-xgXTl6VIpVFLH1VgK_I,204
102
+ mkdocs/themes/mkdocs/css/base.css,sha256=Da5NvDCPjrEIlGpmDR7IKaH8tLrKB9fqF_FCRL2PipE,8461
103
+ mkdocs/themes/mkdocs/css/bootstrap.min.css,sha256=UWALBbCbbM649IZa_rYTILDmnfc-fXuZQQ2awYBChIs,235601
104
+ mkdocs/themes/mkdocs/css/bootstrap.min.css.map,sha256=WLl-J5pJPTsGq5c8azX59LgBjI2KywJCmQcC8HymZwg,88399
105
+ mkdocs/themes/mkdocs/css/brands.min.css,sha256=Mh5evqB307O-A_WwIYzqsiWc9ukwNaqGROeXCgVP1oc,19307
106
+ mkdocs/themes/mkdocs/css/fontawesome.min.css,sha256=jrW0TOWXGlAeWheVTEZLgKugxGBGdbVgOn9FZFmviKE,80795
107
+ mkdocs/themes/mkdocs/css/solid.min.css,sha256=uK-kJD3Rv3NfUScI2lM1sO0xTZ5YoKHPG3gSUM9fsAQ,572
108
+ mkdocs/themes/mkdocs/css/v4-font-face.min.css,sha256=hpjrsqMEMwZfMeOSzw5Wp_vpd5jaZzFjYGJCx8qFruY,1736
109
+ mkdocs/themes/mkdocs/img/favicon.ico,sha256=8WtFvVP7rKos2PIuhILbXFngzvm9ITlEdKQpoYqY_9A,1150
110
+ mkdocs/themes/mkdocs/img/grid.png,sha256=bipYUDSUpwgQWsZG069cCMjIkDJbt4GiV9EPkf-Wipw,1458
111
+ mkdocs/themes/mkdocs/js/base.js,sha256=6hPYRJwh5aTlI1ci5nv79FAJ6MYcvo6Y5FPMOfRkGe0,8242
112
+ mkdocs/themes/mkdocs/js/bootstrap.bundle.min.js,sha256=gvZPYrsDwbwYJLD5yeBfcNujPhRoGOY831wwbIzz3t0,80663
113
+ mkdocs/themes/mkdocs/js/bootstrap.bundle.min.js.map,sha256=GaWwuI0k1rFUxEYolsljHAsxfXHyLuu_C55AXbQ1H9E,331886
114
+ mkdocs/themes/mkdocs/js/darkmode.js,sha256=ZmDKkKCzS-aO3QUDEC0BPm1OotTtj_3KHvF-K2kibZA,2618
115
+ mkdocs/themes/mkdocs/keyboard-modal.html,sha256=fPQIwoz1wuZel55EGs6rIdPBa17TfiLSY-bNB8y7xLc,1702
116
+ mkdocs/themes/mkdocs/locales/de/LC_MESSAGES/messages.mo,sha256=sr5-YJ6ZRKCR9ZKDIpcz_lpKDBTjSivx_67RkfM1Y1A,1519
117
+ mkdocs/themes/mkdocs/locales/es/LC_MESSAGES/messages.mo,sha256=SxR9Cvu-vSswm5x0hTfdarCmQOVD0r6uDcsXK40taN0,1515
118
+ mkdocs/themes/mkdocs/locales/fa/LC_MESSAGES/messages.mo,sha256=hXyzxu9PrIYpyelgZkvN49jaxz9wEUkmrRVfbhjR5ho,1619
119
+ mkdocs/themes/mkdocs/locales/fr/LC_MESSAGES/messages.mo,sha256=E-CPumLp6OPdXIoeJn_42jwL7u6PVKaLWznbrA8CgXY,1436
120
+ mkdocs/themes/mkdocs/locales/id/LC_MESSAGES/messages.mo,sha256=jSdq8fUTcZzSTWw-xGlYmQqWER23TmI9l058pGM7JEY,1500
121
+ mkdocs/themes/mkdocs/locales/it/LC_MESSAGES/messages.mo,sha256=Uv6DmLEM58bpUsaLp13zbIS4q2aU3_sSREBZ0n_W_Do,1496
122
+ mkdocs/themes/mkdocs/locales/ja/LC_MESSAGES/messages.mo,sha256=0X5_GldsvMsUS-znOvUplk3lN7XAVAX48EeE5BVZyBA,1548
123
+ mkdocs/themes/mkdocs/locales/nb/LC_MESSAGES/messages.mo,sha256=1yIuHkO8CFUq54bmK7IJbS8O3WPeh5-ztQT631v-rx4,1452
124
+ mkdocs/themes/mkdocs/locales/nl/LC_MESSAGES/messages.mo,sha256=UHG_N_jTLz88bvQnxdCThRn5iX70Misc01UFXDizyts,1459
125
+ mkdocs/themes/mkdocs/locales/nn/LC_MESSAGES/messages.mo,sha256=3cTHxeSPZZia9Wx-YsJnhk1Zjab_66AcZLwkLF7tdgI,1433
126
+ mkdocs/themes/mkdocs/locales/pl/LC_MESSAGES/messages.mo,sha256=Reth8olMHIGq58HSCYtL-2dVk3CyH62sZPGf7BP0nDo,1572
127
+ mkdocs/themes/mkdocs/locales/pt_BR/LC_MESSAGES/messages.mo,sha256=uQifg77Qj-HPSPQND71hlveJuYxKZ-7pCHSvcdk3BfA,1503
128
+ mkdocs/themes/mkdocs/locales/ru/LC_MESSAGES/messages.mo,sha256=ocEhspWhcQa3119bFY1hZqJCY9JQncsTE5EItEf-pUg,1842
129
+ mkdocs/themes/mkdocs/locales/tr/LC_MESSAGES/messages.mo,sha256=kityy_d2LsRQdWnEwfNhzGk0GGIZH-9zcDQaPK4d5Rc,1455
130
+ mkdocs/themes/mkdocs/locales/uk/LC_MESSAGES/messages.mo,sha256=Ca0wurHBh0IzeV7o72SblyZ4gcOt12hkyV_52gZsfwI,1767
131
+ mkdocs/themes/mkdocs/locales/zh_CN/LC_MESSAGES/messages.mo,sha256=VcU8Ldm9GLxq5s8jQ1gb0bbneHnUkye2BwnilVVk7Pg,1455
132
+ mkdocs/themes/mkdocs/locales/zh_TW/LC_MESSAGES/messages.mo,sha256=u9TrQ_q7ij8N924G11kqGDTddb3WLmt5KTOCrGr_NXk,1475
133
+ mkdocs/themes/mkdocs/main.html,sha256=vjPt1rM1f5zFcD_eOLeXAMaaxqA30qUp2UKE5ydTa70,379
134
+ mkdocs/themes/mkdocs/mkdocs_theme.yml,sha256=56RGtPUc7tiN0yRN5Hn13pwFDkHVu6Qd9MOR7g3ratk,420
135
+ mkdocs/themes/mkdocs/nav-sub.html,sha256=8beFqbbCOh4xvMxn340ipPvZ_sRkR7X87vLQzi08Uzc,470
136
+ mkdocs/themes/mkdocs/search-modal.html,sha256=WT9Mp33rpRN63z_yN2StvBnAyfxN_C0gXIalij6f7y8,1197
137
+ mkdocs/themes/mkdocs/toc.html,sha256=qEFKqBanXlDOGapxqtYKgcVKRGtDJ6nh6jvL-wfiY_4,1077
138
+ mkdocs/themes/mkdocs/webfonts/fa-brands-400.ttf,sha256=VlbVlrxZcWWkIYL2eyufF9KuR6nj7xsEK5pylzlzBwU,207972
139
+ mkdocs/themes/mkdocs/webfonts/fa-brands-400.woff2,sha256=OokkzVIDooYocWrttc7wlD2kw7ROP_zukKsGOHtBxJA,117372
140
+ mkdocs/themes/mkdocs/webfonts/fa-regular-400.ttf,sha256=XQLcm4WOPIWnlPh-N5hX9P7cTibPFQAXFKmg4LHSKU0,68004
141
+ mkdocs/themes/mkdocs/webfonts/fa-regular-400.woff2,sha256=K8zs8Lx-ls1c5AA6vrOunuSj0ZFYxObt_S3zLS8NVyE,25452
142
+ mkdocs/themes/mkdocs/webfonts/fa-solid-900.ttf,sha256=-78G10N6ow881EyWg4AZNUWo_D6t-3rYl7uxAe7-xaI,419720
143
+ mkdocs/themes/mkdocs/webfonts/fa-solid-900.woff2,sha256=n8hfOkVEqw1XDH-Pm7uI242Sw1mycHWA6osHx1Zz6uI,156496
144
+ mkdocs/themes/mkdocs/webfonts/fa-v4compatibility.ttf,sha256=CWY6NvwF5xkK-DJLhVEFxbtRGtlPlLgbNK_uUDJ57KI,10832
145
+ mkdocs/themes/mkdocs/webfonts/fa-v4compatibility.woff2,sha256=TUotf9HGaEhFyxdP3X_Ac71ky3QShvskf4t2wre4UsQ,4792
146
+ mkdocs/themes/readthedocs/404.html,sha256=YvoXdUQRPCqPIvhZFc8QwS3HxeKycu7Ddv8hErcQ2so,170
147
+ mkdocs/themes/readthedocs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
148
+ mkdocs/themes/readthedocs/__pycache__/__init__.cpython-39.pyc,,
149
+ mkdocs/themes/readthedocs/base.html,sha256=uByZWy7LExk_KZX3hwQxog6wfzC1wOxG7exd3FBkg9k,7915
150
+ mkdocs/themes/readthedocs/breadcrumbs.html,sha256=5piH5GhCc7WI7gm30ksvwfSWPLOjf3UwtH4dHMauPZA,2487
151
+ mkdocs/themes/readthedocs/css/fonts/Roboto-Slab-Bold.woff,sha256=n-yHytviQTslXx7Fd1c6g_HKLhw3qgI9vrzTp7hkY2o,87624
152
+ mkdocs/themes/readthedocs/css/fonts/Roboto-Slab-Bold.woff2,sha256=GgwCTdGiZ8UtVXVGn_6FcNHoQWTefTk880FLr9F9egw,67312
153
+ mkdocs/themes/readthedocs/css/fonts/Roboto-Slab-Regular.woff,sha256=nzJjDiwMUTW_HobjbLZbOTLkQQZEI1vCvZlenH9v8Rc,86288
154
+ mkdocs/themes/readthedocs/css/fonts/Roboto-Slab-Regular.woff2,sha256=h05CIihW168Ds_Q40h2SOkKA1H_mfEhRDiF0oVeXle8,66444
155
+ mkdocs/themes/readthedocs/css/fonts/fontawesome-webfont.eot,sha256=e_yrbbmdXPvxcFygU23ceFhUMsxfpBu9etDwCQM7KXk,165742
156
+ mkdocs/themes/readthedocs/css/fonts/fontawesome-webfont.svg,sha256=rWFXkmwWIrpOHQPUePFUE2hSS_xG9R5C_g2UX37zI-Q,444379
157
+ mkdocs/themes/readthedocs/css/fonts/fontawesome-webfont.ttf,sha256=qljzPyOaD7AvXHpsRcBD16msmgkzNYBmlOzW1O3A1qg,165548
158
+ mkdocs/themes/readthedocs/css/fonts/fontawesome-webfont.woff,sha256=ugxZ3rVFD1y0Gz-TYJ7i0NmVQVh33foiPoqKdTNHTwc,98024
159
+ mkdocs/themes/readthedocs/css/fonts/fontawesome-webfont.woff2,sha256=Kt78vAQefRj88tQXh53FoJmXqmTWdbejxLbOM9oT8_4,77160
160
+ mkdocs/themes/readthedocs/css/fonts/lato-bold-italic.woff,sha256=mAyFkuVIjfJWGSyZnpLbj9MC24zYkJt_omamhON-Rfg,323344
161
+ mkdocs/themes/readthedocs/css/fonts/lato-bold-italic.woff2,sha256=wJFqMzQNBj97BWeeCAMecp0YiERHBvBIBHBdpZZtiV0,193308
162
+ mkdocs/themes/readthedocs/css/fonts/lato-bold.woff,sha256=DlaxfRQus2bIAHAx0U402kjHC0qdmgykkuaWp7rkXh4,309728
163
+ mkdocs/themes/readthedocs/css/fonts/lato-bold.woff2,sha256=roj8DXqWGDL4CVJ9ML05g6aGbUL2alat4j9UNoFZTbY,184912
164
+ mkdocs/themes/readthedocs/css/fonts/lato-normal-italic.woff,sha256=JjGKFGel5crxCwTPqULQeWMlYM16Kc7FZf0dyffsUIE,328412
165
+ mkdocs/themes/readthedocs/css/fonts/lato-normal-italic.woff2,sha256=RGV2Xy9u3c2tNP_XyrVZ5WvA515F4ZL4XpVisHcUgdw,195704
166
+ mkdocs/themes/readthedocs/css/fonts/lato-normal.woff,sha256=W5Al3aTXaI4zEbDBft3FARM7gH3vM-_672WThDz1QW4,309192
167
+ mkdocs/themes/readthedocs/css/fonts/lato-normal.woff2,sha256=mDsMrzNuhUIhT8FwGaT8XgNghkuSgGyhTVXB_BwsWg8,182708
168
+ mkdocs/themes/readthedocs/css/theme.css,sha256=VMg5EVIQesKyJdtDNwDipIIjl3oW_Wn_7v_H2kzzmAg,135539
169
+ mkdocs/themes/readthedocs/css/theme_extra.css,sha256=qiFTULEJjPIO_q-4yJ7e0cGlE40lIAfRN2otmY0BCdw,4656
170
+ mkdocs/themes/readthedocs/footer.html,sha256=3rCw41HdMFupbzQGhDdCDBNfE-m4w8uZzsQVnOvPZzw,1349
171
+ mkdocs/themes/readthedocs/img/favicon.ico,sha256=8WtFvVP7rKos2PIuhILbXFngzvm9ITlEdKQpoYqY_9A,1150
172
+ mkdocs/themes/readthedocs/js/html5shiv.min.js,sha256=PUWPUbxVn3hVmV4h_SIlwy9mDWA5cCZ7N2wje-wIIy8,2731
173
+ mkdocs/themes/readthedocs/js/jquery-3.6.0.min.js,sha256=_xUj-3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej_m4,89501
174
+ mkdocs/themes/readthedocs/js/theme.js,sha256=pkz-cYyob7GqyNIoDAdB1p56-iJuX_-zc3QLTSiodRQ,5066
175
+ mkdocs/themes/readthedocs/js/theme_extra.js,sha256=e3_jPqSn2juCqhUfdHo6RUnV8dgbtXdnWbyQmdm1C0Y,195
176
+ mkdocs/themes/readthedocs/locales/de/LC_MESSAGES/messages.mo,sha256=v6yaejMjwsyyCychzPSTbz8CYqspXv8Nv6DBWi__h7I,1528
177
+ mkdocs/themes/readthedocs/locales/es/LC_MESSAGES/messages.mo,sha256=_o3u1FmUgGI8LI4-lIyu46vSvz3luh2FUcheecrjzPQ,1570
178
+ mkdocs/themes/readthedocs/locales/fa/LC_MESSAGES/messages.mo,sha256=1zhDZ3OXhSZGZ5S0JRAJFUnqfpgcfi0sn82bCVH-Sgc,1605
179
+ mkdocs/themes/readthedocs/locales/fr/LC_MESSAGES/messages.mo,sha256=Z4vHZRUGoBuHYJGYlbLSJr9YuzFs1h4GfOlF_nmPQaA,1542
180
+ mkdocs/themes/readthedocs/locales/id/LC_MESSAGES/messages.mo,sha256=gxzPg7otDrrK0LgvL0EvDaykVVa9yto0ZtxmpOJh8a0,1498
181
+ mkdocs/themes/readthedocs/locales/it/LC_MESSAGES/messages.mo,sha256=rczGLZ29IIqF1Em6f3RfGP-YKzM9RrInUsvdflVLrsg,1548
182
+ mkdocs/themes/readthedocs/locales/ja/LC_MESSAGES/messages.mo,sha256=qzCL6fo0sQrkjS_If-ieHBEx7vMHdM1kFnnWsQ_pzn8,1605
183
+ mkdocs/themes/readthedocs/locales/nl/LC_MESSAGES/messages.mo,sha256=W_9sdQwSUK5NucPzwFwW7O6kVXqYlW1DAEiRwXoH4wE,1518
184
+ mkdocs/themes/readthedocs/locales/pl/LC_MESSAGES/messages.mo,sha256=og-xXQyILuoOP8eskF5kdMMkMlJyrdn0mgWsyhie118,1623
185
+ mkdocs/themes/readthedocs/locales/pt_BR/LC_MESSAGES/messages.mo,sha256=EtLD5tCSOWG9qyqDdmDFNRfANmX9PxXkjJam4YTwfaQ,1526
186
+ mkdocs/themes/readthedocs/locales/ru/LC_MESSAGES/messages.mo,sha256=36ETR-W20NQ9uWqCbHFXe-WPVYOo1f73u3CmzX54kZw,1867
187
+ mkdocs/themes/readthedocs/locales/tr/LC_MESSAGES/messages.mo,sha256=-YZ_tNVNX7cqfU_DSuJ-t1eOqFT3Zt7FE0OalCORIwY,1490
188
+ mkdocs/themes/readthedocs/locales/uk/LC_MESSAGES/messages.mo,sha256=6UToVogHhueBwOyfMFJ5JsB8nwEUj31jyE3NfdO316M,1822
189
+ mkdocs/themes/readthedocs/locales/zh_CN/LC_MESSAGES/messages.mo,sha256=Tzu2yejlhBxT_MK1LjHdxMwaDri-xqM5uyeaCUodW9g,1477
190
+ mkdocs/themes/readthedocs/locales/zh_TW/LC_MESSAGES/messages.mo,sha256=tJ2wo0qKgqUfNdVZIjMiMviuidiUD57bxenz1p0mWVc,1475
191
+ mkdocs/themes/readthedocs/main.html,sha256=1nUyTMexotyrwn-qGEO4cWfocvcDwbGj0wIWAUOaNkU,384
192
+ mkdocs/themes/readthedocs/mkdocs_theme.yml,sha256=sAh_MNgEGW4azQdobd--4RekQySiaFCLHaA9aj45MHE,411
193
+ mkdocs/themes/readthedocs/nav.html,sha256=Xbf7VkInMg7VY3rIA_d3mQw0HH3DYRUAfQw1I-3WVHk,1187
194
+ mkdocs/themes/readthedocs/search.html,sha256=cx7ZjCl3Z03GoF_rFbnLGw9_3ve7baYeCBRSushqtmM,757
195
+ mkdocs/themes/readthedocs/searchbox.html,sha256=QXvYZge-LhbKC-FT6bDUnqA3hCOvcPgDQi_ubwkadqU,326
196
+ mkdocs/themes/readthedocs/toc.html,sha256=lpYBKPgs-3vLAqpbXHHi-fvjIg84TeXMcoYleNEUjp4,486
197
+ mkdocs/themes/readthedocs/versions.html,sha256=ERj5uDW1tipT8HW33zTEko8sPH7ke3sl_6PIwVqq8Tg,1250
198
+ mkdocs/utils/__init__.py,sha256=3vvHo2cA2lBFze6oS-raEq7TjKnZvqjHiD7ebLgDcKo,12280
199
+ mkdocs/utils/__pycache__/__init__.cpython-39.pyc,,
200
+ mkdocs/utils/__pycache__/babel_stub.cpython-39.pyc,,
201
+ mkdocs/utils/__pycache__/cache.cpython-39.pyc,,
202
+ mkdocs/utils/__pycache__/filters.cpython-39.pyc,,
203
+ mkdocs/utils/__pycache__/meta.cpython-39.pyc,,
204
+ mkdocs/utils/__pycache__/rendering.cpython-39.pyc,,
205
+ mkdocs/utils/__pycache__/templates.cpython-39.pyc,,
206
+ mkdocs/utils/__pycache__/yaml.cpython-39.pyc,,
207
+ mkdocs/utils/babel_stub.py,sha256=m27PHctJhwsjPlesAlE5l9ovZlw47MKsNvWi1QuAuW8,860
208
+ mkdocs/utils/cache.py,sha256=HJ-Y983yquCDQ6DU1N-dlecYvJUn0dwDIUb5zSqEvPY,1127
209
+ mkdocs/utils/filters.py,sha256=M3SgGc_a5ZMEgtTieFJdjBZU1-LGhSzjc5lv5LN7KT4,67
210
+ mkdocs/utils/meta.py,sha256=jqzjLGre-Iq7lZUe7pC6a4wTvY9lxQD2IA5gwKQdheI,3645
211
+ mkdocs/utils/rendering.py,sha256=dy9vaF--IJXd7FKumGua91XR9NYlvFIiEnveVAURLgI,3504
212
+ mkdocs/utils/templates.py,sha256=wtjH79b3dJXaDJpFtP0tUbfBf7x9tTlmYgDOOlwfBSQ,1740
213
+ mkdocs/utils/yaml.py,sha256=NYZjwdPVusUYbRX1OcT9fgbuhPDpK66QWnaFU_gN4DY,5108
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/REQUESTED ADDED
File without changes
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/direct_url.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dir_info": {}, "url": "file:///home/conda/feedstock_root/build_artifacts/mkdocs_1734344575329/work"}
micromamba_root/Lib/site-packages/mkdocs-1.6.1.dist-info/entry_points.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [console_scripts]
2
+ mkdocs = mkdocs.__main__:cli
3
+
4
+ [mkdocs.plugins]
5
+ search = mkdocs.contrib.search:SearchPlugin
6
+
7
+ [mkdocs.themes]
8
+ mkdocs = mkdocs.themes.mkdocs
9
+ readthedocs = mkdocs.themes.readthedocs
micromamba_root/Lib/site-packages/mkdocs/__init__.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+
3
+
4
+ # For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
5
+ __version__ = '1.6.1'
micromamba_root/Lib/site-packages/mkdocs/__main__.py ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+
3
+ from __future__ import annotations
4
+
5
+ import logging
6
+ import os
7
+ import shutil
8
+ import sys
9
+ import textwrap
10
+ import traceback
11
+ import warnings
12
+
13
+ import click
14
+
15
+ from mkdocs import __version__, config, utils
16
+
17
+ if sys.platform.startswith("win"):
18
+ try:
19
+ import colorama
20
+ except ImportError:
21
+ pass
22
+ else:
23
+ colorama.init()
24
+
25
+ log = logging.getLogger(__name__)
26
+
27
+
28
+ def _showwarning(message, category, filename, lineno, file=None, line=None):
29
+ try:
30
+ # Last stack frames:
31
+ # * ...
32
+ # * Location of call to deprecated function <-- include this
33
+ # * Location of call to warn() <-- include this
34
+ # * (stdlib) Location of call to showwarning function
35
+ # * (this function) Location of call to extract_stack()
36
+ stack = [frame for frame in traceback.extract_stack() if frame.line][-4:-2]
37
+ # Make sure the actual affected file's name is still present (the case of syntax warning):
38
+ if not any(frame.filename == filename for frame in stack):
39
+ stack = stack[-1:] + [traceback.FrameSummary(filename, lineno, '')]
40
+
41
+ tb = ''.join(traceback.format_list(stack))
42
+ except Exception:
43
+ tb = f' File "{filename}", line {lineno}'
44
+
45
+ log.info(f'{category.__name__}: {message}\n{tb}')
46
+
47
+
48
+ def _enable_warnings():
49
+ # When `python -W...` or `PYTHONWARNINGS` are used, `sys.warnoptions` is set.
50
+ # In that case, we skip warnings configuration since
51
+ # we don't want to overwrite the user configuration.
52
+ if not sys.warnoptions:
53
+ from mkdocs.commands import build
54
+
55
+ build.log.addFilter(utils.DuplicateFilter())
56
+
57
+ warnings.simplefilter('module', DeprecationWarning)
58
+ warnings.showwarning = _showwarning
59
+
60
+
61
+ class ColorFormatter(logging.Formatter):
62
+ colors = {
63
+ 'CRITICAL': 'red',
64
+ 'ERROR': 'red',
65
+ 'WARNING': 'yellow',
66
+ 'DEBUG': 'blue',
67
+ }
68
+
69
+ text_wrapper = textwrap.TextWrapper(
70
+ width=shutil.get_terminal_size(fallback=(0, 0)).columns,
71
+ replace_whitespace=False,
72
+ break_long_words=False,
73
+ break_on_hyphens=False,
74
+ initial_indent=' ' * 11,
75
+ subsequent_indent=' ' * 11,
76
+ )
77
+
78
+ def format(self, record):
79
+ message = super().format(record)
80
+ prefix = f'{record.levelname:<8}- '
81
+ if record.levelname in self.colors:
82
+ prefix = click.style(prefix, fg=self.colors[record.levelname])
83
+ if self.text_wrapper.width:
84
+ # Only wrap text if a terminal width was detected
85
+ msg = '\n'.join(self.text_wrapper.fill(line) for line in message.splitlines())
86
+ # Prepend prefix after wrapping so that color codes don't affect length
87
+ return prefix + msg[11:]
88
+ return prefix + message
89
+
90
+
91
+ class State:
92
+ """Maintain logging level."""
93
+
94
+ def __init__(self, log_name='mkdocs', level=logging.INFO):
95
+ self.logger = logging.getLogger(log_name)
96
+ self.logger.setLevel(level)
97
+ self.logger.propagate = False
98
+
99
+ self.stream = logging.StreamHandler()
100
+ self.stream.setFormatter(ColorFormatter())
101
+ self.stream.name = 'MkDocsStreamHandler'
102
+ self.logger.addHandler(self.stream)
103
+
104
+ def __del__(self):
105
+ self.logger.removeHandler(self.stream)
106
+
107
+
108
+ pass_state = click.make_pass_decorator(State, ensure=True)
109
+
110
+ clean_help = "Remove old files from the site_dir before building (the default)."
111
+ config_help = (
112
+ "Provide a specific MkDocs config. This can be a file name, or '-' to read from stdin."
113
+ )
114
+ dev_addr_help = "IP address and port to serve documentation locally (default: localhost:8000)"
115
+ serve_open_help = "Open the website in a Web browser after the initial build finishes."
116
+ strict_help = "Enable strict mode. This will cause MkDocs to abort the build on any warnings."
117
+ theme_help = "The theme to use when building your documentation."
118
+ theme_choices = sorted(utils.get_theme_names())
119
+ site_dir_help = "The directory to output the result of the documentation build."
120
+ use_directory_urls_help = "Use directory URLs when building pages (the default)."
121
+ reload_help = "Enable the live reloading in the development server (this is the default)"
122
+ no_reload_help = "Disable the live reloading in the development server."
123
+ serve_dirty_help = "Only re-build files that have changed."
124
+ serve_clean_help = (
125
+ "Build the site without any effects of `mkdocs serve` - pure `mkdocs build`, then serve."
126
+ )
127
+ commit_message_help = (
128
+ "A commit message to use when committing to the "
129
+ "GitHub Pages remote branch. Commit {sha} and MkDocs {version} are available as expansions"
130
+ )
131
+ remote_branch_help = (
132
+ "The remote branch to commit to for GitHub Pages. This "
133
+ "overrides the value specified in config"
134
+ )
135
+ remote_name_help = (
136
+ "The remote name to commit to for GitHub Pages. This overrides the value specified in config"
137
+ )
138
+ force_help = "Force the push to the repository."
139
+ no_history_help = "Replace the whole Git history with one new commit."
140
+ ignore_version_help = (
141
+ "Ignore check that build is not being deployed with an older version of MkDocs."
142
+ )
143
+ watch_theme_help = (
144
+ "Include the theme in list of files to watch for live reloading. "
145
+ "Ignored when live reload is not used."
146
+ )
147
+ shell_help = "Use the shell when invoking Git."
148
+ watch_help = "A directory or file to watch for live reloading. Can be supplied multiple times."
149
+ projects_file_help = (
150
+ "URL or local path of the registry file that declares all known MkDocs-related projects."
151
+ )
152
+
153
+
154
+ def add_options(*opts):
155
+ def inner(f):
156
+ for i in reversed(opts):
157
+ f = i(f)
158
+ return f
159
+
160
+ return inner
161
+
162
+
163
+ def verbose_option(f):
164
+ def callback(ctx, param, value):
165
+ state = ctx.ensure_object(State)
166
+ if value:
167
+ state.logger.setLevel(logging.DEBUG)
168
+
169
+ return click.option(
170
+ '-v',
171
+ '--verbose',
172
+ is_flag=True,
173
+ expose_value=False,
174
+ help='Enable verbose output',
175
+ callback=callback,
176
+ )(f)
177
+
178
+
179
+ def quiet_option(f):
180
+ def callback(ctx, param, value):
181
+ state = ctx.ensure_object(State)
182
+ if value:
183
+ state.logger.setLevel(logging.ERROR)
184
+
185
+ return click.option(
186
+ '-q',
187
+ '--quiet',
188
+ is_flag=True,
189
+ expose_value=False,
190
+ help='Silence warnings',
191
+ callback=callback,
192
+ )(f)
193
+
194
+
195
+ def color_option(f):
196
+ def callback(ctx, param, value):
197
+ state = ctx.ensure_object(State)
198
+ if value is False or (
199
+ value is None
200
+ and (
201
+ not sys.stdout.isatty()
202
+ or os.environ.get('NO_COLOR')
203
+ or os.environ.get('TERM') == 'dumb'
204
+ )
205
+ ):
206
+ state.stream.setFormatter(logging.Formatter('%(levelname)-8s- %(message)s'))
207
+
208
+ return click.option(
209
+ '--color/--no-color',
210
+ is_flag=True,
211
+ default=None,
212
+ expose_value=False,
213
+ help="Force enable or disable color and wrapping for the output. Default is auto-detect.",
214
+ callback=callback,
215
+ )(f)
216
+
217
+
218
+ common_options = add_options(quiet_option, verbose_option)
219
+ common_config_options = add_options(
220
+ click.option('-f', '--config-file', type=click.File('rb'), help=config_help),
221
+ # Don't override config value if user did not specify --strict flag
222
+ # Conveniently, load_config drops None values
223
+ click.option('-s', '--strict/--no-strict', is_flag=True, default=None, help=strict_help),
224
+ click.option('-t', '--theme', type=click.Choice(theme_choices), help=theme_help),
225
+ # As with --strict, set the default to None so that this doesn't incorrectly
226
+ # override the config file
227
+ click.option(
228
+ '--use-directory-urls/--no-directory-urls',
229
+ is_flag=True,
230
+ default=None,
231
+ help=use_directory_urls_help,
232
+ ),
233
+ )
234
+
235
+ PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}"
236
+
237
+ PKG_DIR = os.path.dirname(os.path.abspath(__file__))
238
+
239
+
240
+ @click.group(context_settings=dict(help_option_names=['-h', '--help'], max_content_width=120))
241
+ @click.version_option(
242
+ __version__,
243
+ '-V',
244
+ '--version',
245
+ message=f'%(prog)s, version %(version)s from { PKG_DIR } (Python { PYTHON_VERSION })',
246
+ )
247
+ @common_options
248
+ @color_option
249
+ def cli():
250
+ """MkDocs - Project documentation with Markdown."""
251
+
252
+
253
+ @cli.command(name="serve")
254
+ @click.option('-a', '--dev-addr', help=dev_addr_help, metavar='<IP:PORT>')
255
+ @click.option('-o', '--open', 'open_in_browser', help=serve_open_help, is_flag=True)
256
+ @click.option('--no-livereload', 'livereload', flag_value=False, help=no_reload_help)
257
+ @click.option('--livereload', 'livereload', flag_value=True, default=True, hidden=True)
258
+ @click.option('--dirtyreload', 'build_type', flag_value='dirty', hidden=True)
259
+ @click.option('--dirty', 'build_type', flag_value='dirty', help=serve_dirty_help)
260
+ @click.option('-c', '--clean', 'build_type', flag_value='clean', help=serve_clean_help)
261
+ @click.option('--watch-theme', help=watch_theme_help, is_flag=True)
262
+ @click.option(
263
+ '-w', '--watch', help=watch_help, type=click.Path(exists=True), multiple=True, default=[]
264
+ )
265
+ @common_config_options
266
+ @common_options
267
+ def serve_command(**kwargs):
268
+ """Run the builtin development server."""
269
+ from mkdocs.commands import serve
270
+
271
+ _enable_warnings()
272
+ serve.serve(**kwargs)
273
+
274
+
275
+ @cli.command(name="build")
276
+ @click.option('-c', '--clean/--dirty', is_flag=True, default=True, help=clean_help)
277
+ @common_config_options
278
+ @click.option('-d', '--site-dir', type=click.Path(), help=site_dir_help)
279
+ @common_options
280
+ def build_command(clean, **kwargs):
281
+ """Build the MkDocs documentation."""
282
+ from mkdocs.commands import build
283
+
284
+ _enable_warnings()
285
+ cfg = config.load_config(**kwargs)
286
+ cfg.plugins.on_startup(command='build', dirty=not clean)
287
+ try:
288
+ build.build(cfg, dirty=not clean)
289
+ finally:
290
+ cfg.plugins.on_shutdown()
291
+
292
+
293
+ @cli.command(name="gh-deploy")
294
+ @click.option('-c', '--clean/--dirty', is_flag=True, default=True, help=clean_help)
295
+ @click.option('-m', '--message', help=commit_message_help)
296
+ @click.option('-b', '--remote-branch', help=remote_branch_help)
297
+ @click.option('-r', '--remote-name', help=remote_name_help)
298
+ @click.option('--force', is_flag=True, help=force_help)
299
+ @click.option('--no-history', is_flag=True, help=no_history_help)
300
+ @click.option('--ignore-version', is_flag=True, help=ignore_version_help)
301
+ @click.option('--shell', is_flag=True, help=shell_help)
302
+ @common_config_options
303
+ @click.option('-d', '--site-dir', type=click.Path(), help=site_dir_help)
304
+ @common_options
305
+ def gh_deploy_command(
306
+ clean, message, remote_branch, remote_name, force, no_history, ignore_version, shell, **kwargs
307
+ ):
308
+ """Deploy your documentation to GitHub Pages."""
309
+ from mkdocs.commands import build, gh_deploy
310
+
311
+ _enable_warnings()
312
+ cfg = config.load_config(remote_branch=remote_branch, remote_name=remote_name, **kwargs)
313
+ cfg.plugins.on_startup(command='gh-deploy', dirty=not clean)
314
+ try:
315
+ build.build(cfg, dirty=not clean)
316
+ finally:
317
+ cfg.plugins.on_shutdown()
318
+ gh_deploy.gh_deploy(
319
+ cfg,
320
+ message=message,
321
+ force=force,
322
+ no_history=no_history,
323
+ ignore_version=ignore_version,
324
+ shell=shell,
325
+ )
326
+
327
+
328
+ @cli.command(name="get-deps")
329
+ @verbose_option
330
+ @click.option('-f', '--config-file', type=click.File('rb'), help=config_help)
331
+ @click.option(
332
+ '-p',
333
+ '--projects-file',
334
+ default=None,
335
+ help=projects_file_help,
336
+ show_default=True,
337
+ )
338
+ def get_deps_command(config_file, projects_file):
339
+ """Show required PyPI packages inferred from plugins in mkdocs.yml."""
340
+ from mkdocs_get_deps import get_deps, get_projects_file
341
+
342
+ from mkdocs.config.base import _open_config_file
343
+
344
+ warning_counter = utils.CountHandler()
345
+ warning_counter.setLevel(logging.WARNING)
346
+ logging.getLogger('mkdocs').addHandler(warning_counter)
347
+
348
+ with get_projects_file(projects_file) as p:
349
+ with _open_config_file(config_file) as f:
350
+ deps = get_deps(config_file=f, projects_file=p)
351
+
352
+ for dep in deps:
353
+ print(dep) # noqa: T201
354
+
355
+ if warning_counter.get_counts():
356
+ sys.exit(1)
357
+
358
+
359
+ @cli.command(name="new")
360
+ @click.argument("project_directory")
361
+ @common_options
362
+ def new_command(project_directory):
363
+ """Create a new MkDocs project."""
364
+ from mkdocs.commands import new
365
+
366
+ new.new(project_directory)
367
+
368
+
369
+ if __name__ == '__main__': # pragma: no cover
370
+ cli()
micromamba_root/Lib/site-packages/mkdocs/exceptions.py ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ from click import ClickException, echo
4
+
5
+
6
+ class MkDocsException(ClickException):
7
+ """
8
+ The base class which all MkDocs exceptions inherit from. This should
9
+ not be raised directly. One of the subclasses should be raised instead.
10
+ """
11
+
12
+
13
+ class Abort(MkDocsException, SystemExit):
14
+ """Abort the build."""
15
+
16
+ code = 1
17
+
18
+ def show(self, *args, **kwargs) -> None:
19
+ echo('\n' + self.format_message())
20
+
21
+
22
+ class ConfigurationError(MkDocsException):
23
+ """
24
+ This error is raised by configuration validation when a validation error
25
+ is encountered. This error should be raised by any configuration options
26
+ defined in a plugin's [config_scheme][].
27
+ """
28
+
29
+
30
+ class BuildError(MkDocsException):
31
+ """
32
+ This error may be raised by MkDocs during the build process. Plugins should
33
+ not raise this error.
34
+ """
35
+
36
+
37
+ class PluginError(BuildError):
38
+ """
39
+ A subclass of [`mkdocs.exceptions.BuildError`][] which can be raised by plugin
40
+ events.
41
+ """
micromamba_root/Lib/site-packages/mkdocs/localization.py ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import logging
4
+ import os
5
+ from typing import TYPE_CHECKING, Sequence
6
+
7
+ from jinja2.ext import Extension, InternationalizationExtension
8
+
9
+ from mkdocs.config.base import ValidationError
10
+
11
+ if TYPE_CHECKING:
12
+ import jinja2
13
+
14
+ try:
15
+ from babel.core import Locale, UnknownLocaleError
16
+ from babel.support import NullTranslations, Translations
17
+
18
+ has_babel = True
19
+ except ImportError: # pragma: no cover
20
+ from mkdocs.utils.babel_stub import Locale, UnknownLocaleError # type: ignore
21
+
22
+ has_babel = False
23
+
24
+
25
+ log = logging.getLogger(__name__)
26
+ base_path = os.path.dirname(os.path.abspath(__file__))
27
+
28
+
29
+ class NoBabelExtension(InternationalizationExtension): # pragma: no cover
30
+ def __init__(self, environment):
31
+ Extension.__init__(self, environment)
32
+ environment.extend(
33
+ install_null_translations=self._install_null,
34
+ newstyle_gettext=False,
35
+ )
36
+
37
+
38
+ def parse_locale(locale: str) -> Locale:
39
+ try:
40
+ return Locale.parse(locale, sep='_')
41
+ except (ValueError, UnknownLocaleError, TypeError) as e:
42
+ raise ValidationError(f'Invalid value for locale: {e}')
43
+
44
+
45
+ def install_translations(
46
+ env: jinja2.Environment, locale: Locale, theme_dirs: Sequence[str]
47
+ ) -> None:
48
+ if has_babel:
49
+ env.add_extension('jinja2.ext.i18n')
50
+ translations = _get_merged_translations(theme_dirs, 'locales', locale)
51
+ if translations is not None:
52
+ env.install_gettext_translations(translations) # type: ignore[attr-defined]
53
+ else:
54
+ env.install_null_translations() # type: ignore[attr-defined]
55
+ if locale.language != 'en':
56
+ log.warning(
57
+ f"No translations could be found for the locale '{locale}'. "
58
+ 'Defaulting to English.'
59
+ )
60
+ else: # pragma: no cover
61
+ # no babel installed, add dummy support for trans/endtrans blocks
62
+ env.add_extension(NoBabelExtension)
63
+ env.install_null_translations() # type: ignore[attr-defined]
64
+
65
+
66
+ def _get_merged_translations(
67
+ theme_dirs: Sequence[str], locales_dir: str, locale: Locale
68
+ ) -> Translations | None:
69
+ merged_translations: Translations | None = None
70
+
71
+ log.debug(f"Looking for translations for locale '{locale}'")
72
+ if locale.territory:
73
+ locale_str = f"{locale.language}_{locale.territory}"
74
+ else:
75
+ locale_str = locale.language
76
+ for theme_dir in reversed(theme_dirs):
77
+ dirname = os.path.join(theme_dir, locales_dir)
78
+ translations = Translations.load(dirname, [locale_str])
79
+
80
+ if type(translations) is NullTranslations:
81
+ log.debug(f"No translations found here: '{dirname}'")
82
+ continue
83
+ if TYPE_CHECKING:
84
+ assert isinstance(translations, Translations)
85
+
86
+ log.debug(f"Translations found here: '{dirname}'")
87
+ if merged_translations is None:
88
+ merged_translations = translations
89
+ else:
90
+ merged_translations.merge(translations)
91
+
92
+ return merged_translations
micromamba_root/Lib/site-packages/mkdocs/plugins.py ADDED
@@ -0,0 +1,697 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Implements the plugin API for MkDocs."""
2
+
3
+ from __future__ import annotations
4
+
5
+ import logging
6
+ import sys
7
+ from typing import TYPE_CHECKING, Any, Callable, Generic, Literal, MutableMapping, TypeVar, overload
8
+
9
+ if sys.version_info >= (3, 10):
10
+ from importlib.metadata import EntryPoint, entry_points
11
+ else:
12
+ from importlib_metadata import EntryPoint, entry_points
13
+
14
+ if TYPE_CHECKING:
15
+ import jinja2.environment
16
+
17
+ from mkdocs import utils
18
+ from mkdocs.config.base import Config, ConfigErrors, ConfigWarnings, LegacyConfig, PlainConfigSchema
19
+
20
+ if TYPE_CHECKING:
21
+ from mkdocs.config.defaults import MkDocsConfig
22
+ from mkdocs.livereload import LiveReloadServer
23
+ from mkdocs.structure.files import Files
24
+ from mkdocs.structure.nav import Navigation
25
+ from mkdocs.structure.pages import Page
26
+ from mkdocs.utils.templates import TemplateContext
27
+
28
+ if TYPE_CHECKING:
29
+ from typing_extensions import Concatenate, ParamSpec
30
+ else:
31
+ ParamSpec = TypeVar
32
+
33
+ P = ParamSpec('P')
34
+ T = TypeVar('T')
35
+
36
+
37
+ log = logging.getLogger('mkdocs.plugins')
38
+
39
+
40
+ def get_plugins() -> dict[str, EntryPoint]:
41
+ """Return a dict of all installed Plugins as {name: EntryPoint}."""
42
+ plugins = entry_points(group='mkdocs.plugins')
43
+
44
+ # Allow third-party plugins to override core plugins
45
+ pluginmap = {}
46
+ for plugin in plugins:
47
+ if plugin.name in pluginmap and plugin.value.startswith("mkdocs.contrib."):
48
+ continue
49
+
50
+ pluginmap[plugin.name] = plugin
51
+
52
+ return pluginmap
53
+
54
+
55
+ SomeConfig = TypeVar('SomeConfig', bound=Config)
56
+
57
+
58
+ class BasePlugin(Generic[SomeConfig]):
59
+ """
60
+ Plugin base class.
61
+
62
+ All plugins should subclass this class.
63
+ """
64
+
65
+ config_class: type[SomeConfig] = LegacyConfig # type: ignore[assignment]
66
+ config_scheme: PlainConfigSchema = ()
67
+ config: SomeConfig = {} # type: ignore[assignment]
68
+
69
+ supports_multiple_instances: bool = False
70
+ """Set to true in subclasses to declare support for adding the same plugin multiple times."""
71
+
72
+ def __class_getitem__(cls, config_class: type[Config]):
73
+ """Eliminates the need to write `config_class = FooConfig` when subclassing BasePlugin[FooConfig]."""
74
+ name = f'{cls.__name__}[{config_class.__name__}]'
75
+ return type(name, (cls,), dict(config_class=config_class))
76
+
77
+ def __init_subclass__(cls):
78
+ if not issubclass(cls.config_class, Config):
79
+ raise TypeError(
80
+ f"config_class {cls.config_class} must be a subclass of `mkdocs.config.base.Config`"
81
+ )
82
+ if cls.config_class is not LegacyConfig:
83
+ cls.config_scheme = cls.config_class._schema # For compatibility.
84
+
85
+ def load_config(
86
+ self, options: dict[str, Any], config_file_path: str | None = None
87
+ ) -> tuple[ConfigErrors, ConfigWarnings]:
88
+ """Load config from a dict of options. Returns a tuple of (errors, warnings)."""
89
+ if self.config_class is LegacyConfig:
90
+ self.config = LegacyConfig(self.config_scheme, config_file_path=config_file_path) # type: ignore
91
+ else:
92
+ self.config = self.config_class(config_file_path=config_file_path)
93
+
94
+ self.config.load_dict(options)
95
+
96
+ return self.config.validate()
97
+
98
+ # One-time events
99
+
100
+ def on_startup(self, *, command: Literal['build', 'gh-deploy', 'serve'], dirty: bool) -> None:
101
+ """
102
+ The `startup` event runs once at the very beginning of an `mkdocs` invocation.
103
+
104
+ New in MkDocs 1.4.
105
+
106
+ The presence of an `on_startup` method (even if empty) migrates the plugin to the new
107
+ system where the plugin object is kept across builds within one `mkdocs serve`.
108
+
109
+ Note that for initializing variables, the `__init__` method is still preferred.
110
+ For initializing per-build variables (and whenever in doubt), use the `on_config` event.
111
+
112
+ Args:
113
+ command: the command that MkDocs was invoked with, e.g. "serve" for `mkdocs serve`.
114
+ dirty: whether `--dirty` flag was passed.
115
+ """
116
+
117
+ def on_shutdown(self) -> None:
118
+ """
119
+ The `shutdown` event runs once at the very end of an `mkdocs` invocation, before exiting.
120
+
121
+ This event is relevant only for support of `mkdocs serve`, otherwise within a
122
+ single build it's undistinguishable from `on_post_build`.
123
+
124
+ New in MkDocs 1.4.
125
+
126
+ The presence of an `on_shutdown` method (even if empty) migrates the plugin to the new
127
+ system where the plugin object is kept across builds within one `mkdocs serve`.
128
+
129
+ Note the `on_post_build` method is still preferred for cleanups, when possible, as it has
130
+ a much higher chance of actually triggering. `on_shutdown` is "best effort" because it
131
+ relies on detecting a graceful shutdown of MkDocs.
132
+ """
133
+
134
+ def on_serve(
135
+ self, server: LiveReloadServer, /, *, config: MkDocsConfig, builder: Callable
136
+ ) -> LiveReloadServer | None:
137
+ """
138
+ The `serve` event is only called when the `serve` command is used during
139
+ development. It runs only once, after the first build finishes.
140
+ It is passed the `Server` instance which can be modified before
141
+ it is activated. For example, additional files or directories could be added
142
+ to the list of "watched" files for auto-reloading.
143
+
144
+ Args:
145
+ server: `livereload.Server` instance
146
+ config: global configuration object
147
+ builder: a callable which gets passed to each call to `server.watch`
148
+
149
+ Returns:
150
+ `livereload.Server` instance
151
+ """
152
+ return server
153
+
154
+ # Global events
155
+
156
+ def on_config(self, config: MkDocsConfig) -> MkDocsConfig | None:
157
+ """
158
+ The `config` event is the first event called on build and is run immediately
159
+ after the user configuration is loaded and validated. Any alterations to the
160
+ config should be made here.
161
+
162
+ Args:
163
+ config: global configuration object
164
+
165
+ Returns:
166
+ global configuration object
167
+ """
168
+ return config
169
+
170
+ def on_pre_build(self, *, config: MkDocsConfig) -> None:
171
+ """
172
+ The `pre_build` event does not alter any variables. Use this event to call
173
+ pre-build scripts.
174
+
175
+ Args:
176
+ config: global configuration object
177
+ """
178
+
179
+ def on_files(self, files: Files, /, *, config: MkDocsConfig) -> Files | None:
180
+ """
181
+ The `files` event is called after the files collection is populated from the
182
+ `docs_dir`. Use this event to add, remove, or alter files in the
183
+ collection. Note that Page objects have not yet been associated with the
184
+ file objects in the collection. Use [Page Events](plugins.md#page-events) to manipulate page
185
+ specific data.
186
+
187
+ Args:
188
+ files: global files collection
189
+ config: global configuration object
190
+
191
+ Returns:
192
+ global files collection
193
+ """
194
+ return files
195
+
196
+ def on_nav(
197
+ self, nav: Navigation, /, *, config: MkDocsConfig, files: Files
198
+ ) -> Navigation | None:
199
+ """
200
+ The `nav` event is called after the site navigation is created and can
201
+ be used to alter the site navigation.
202
+
203
+ Args:
204
+ nav: global navigation object
205
+ config: global configuration object
206
+ files: global files collection
207
+
208
+ Returns:
209
+ global navigation object
210
+ """
211
+ return nav
212
+
213
+ def on_env(
214
+ self, env: jinja2.Environment, /, *, config: MkDocsConfig, files: Files
215
+ ) -> jinja2.Environment | None:
216
+ """
217
+ The `env` event is called after the Jinja template environment is created
218
+ and can be used to alter the
219
+ [Jinja environment](https://jinja.palletsprojects.com/en/latest/api/#jinja2.Environment).
220
+
221
+ Args:
222
+ env: global Jinja environment
223
+ config: global configuration object
224
+ files: global files collection
225
+
226
+ Returns:
227
+ global Jinja Environment
228
+ """
229
+ return env
230
+
231
+ def on_post_build(self, *, config: MkDocsConfig) -> None:
232
+ """
233
+ The `post_build` event does not alter any variables. Use this event to call
234
+ post-build scripts.
235
+
236
+ Args:
237
+ config: global configuration object
238
+ """
239
+
240
+ def on_build_error(self, *, error: Exception) -> None:
241
+ """
242
+ The `build_error` event is called after an exception of any kind
243
+ is caught by MkDocs during the build process.
244
+ Use this event to clean things up before MkDocs terminates. Note that any other
245
+ events which were scheduled to run after the error will have been skipped. See
246
+ [Handling Errors](plugins.md#handling-errors) for more details.
247
+
248
+ Args:
249
+ error: exception raised
250
+ """
251
+
252
+ # Template events
253
+
254
+ def on_pre_template(
255
+ self, template: jinja2.Template, /, *, template_name: str, config: MkDocsConfig
256
+ ) -> jinja2.Template | None:
257
+ """
258
+ The `pre_template` event is called immediately after the subject template is
259
+ loaded and can be used to alter the template.
260
+
261
+ Args:
262
+ template: a Jinja2 [Template](https://jinja.palletsprojects.com/en/latest/api/#jinja2.Template) object
263
+ template_name: string filename of template
264
+ config: global configuration object
265
+
266
+ Returns:
267
+ a Jinja2 [Template](https://jinja.palletsprojects.com/en/latest/api/#jinja2.Template) object
268
+ """
269
+ return template
270
+
271
+ def on_template_context(
272
+ self, context: TemplateContext, /, *, template_name: str, config: MkDocsConfig
273
+ ) -> TemplateContext | None:
274
+ """
275
+ The `template_context` event is called immediately after the context is created
276
+ for the subject template and can be used to alter the context for that specific
277
+ template only.
278
+
279
+ Args:
280
+ context: dict of template context variables
281
+ template_name: string filename of template
282
+ config: global configuration object
283
+
284
+ Returns:
285
+ dict of template context variables
286
+ """
287
+ return context
288
+
289
+ def on_post_template(
290
+ self, output_content: str, /, *, template_name: str, config: MkDocsConfig
291
+ ) -> str | None:
292
+ """
293
+ The `post_template` event is called after the template is rendered, but before
294
+ it is written to disc and can be used to alter the output of the template.
295
+ If an empty string is returned, the template is skipped and nothing is is
296
+ written to disc.
297
+
298
+ Args:
299
+ output_content: output of rendered template as string
300
+ template_name: string filename of template
301
+ config: global configuration object
302
+
303
+ Returns:
304
+ output of rendered template as string
305
+ """
306
+ return output_content
307
+
308
+ # Page events
309
+
310
+ def on_pre_page(self, page: Page, /, *, config: MkDocsConfig, files: Files) -> Page | None:
311
+ """
312
+ The `pre_page` event is called before any actions are taken on the subject
313
+ page and can be used to alter the `Page` instance.
314
+
315
+ Args:
316
+ page: `mkdocs.structure.pages.Page` instance
317
+ config: global configuration object
318
+ files: global files collection
319
+
320
+ Returns:
321
+ `mkdocs.structure.pages.Page` instance
322
+ """
323
+ return page
324
+
325
+ def on_page_read_source(self, /, *, page: Page, config: MkDocsConfig) -> str | None:
326
+ """
327
+ > DEPRECATED: Instead of this event, prefer one of these alternatives:
328
+ >
329
+ > * Since MkDocs 1.6, instead set `content_bytes`/`content_string` of a `File` inside [`on_files`][].
330
+ > * Usually (although it's not an exact alternative), `on_page_markdown` can serve the same purpose.
331
+
332
+ The `on_page_read_source` event can replace the default mechanism to read
333
+ the contents of a page's source from the filesystem.
334
+
335
+ Args:
336
+ page: `mkdocs.structure.pages.Page` instance
337
+ config: global configuration object
338
+
339
+ Returns:
340
+ The raw source for a page as unicode string. If `None` is returned, the
341
+ default loading from a file will be performed.
342
+ """
343
+ return None
344
+
345
+ def on_page_markdown(
346
+ self, markdown: str, /, *, page: Page, config: MkDocsConfig, files: Files
347
+ ) -> str | None:
348
+ """
349
+ The `page_markdown` event is called after the page's markdown is loaded
350
+ from file and can be used to alter the Markdown source text. The meta-
351
+ data has been stripped off and is available as `page.meta` at this point.
352
+
353
+ Args:
354
+ markdown: Markdown source text of page as string
355
+ page: `mkdocs.structure.pages.Page` instance
356
+ config: global configuration object
357
+ files: global files collection
358
+
359
+ Returns:
360
+ Markdown source text of page as string
361
+ """
362
+ return markdown
363
+
364
+ def on_page_content(
365
+ self, html: str, /, *, page: Page, config: MkDocsConfig, files: Files
366
+ ) -> str | None:
367
+ """
368
+ The `page_content` event is called after the Markdown text is rendered to
369
+ HTML (but before being passed to a template) and can be used to alter the
370
+ HTML body of the page.
371
+
372
+ Args:
373
+ html: HTML rendered from Markdown source as string
374
+ page: `mkdocs.structure.pages.Page` instance
375
+ config: global configuration object
376
+ files: global files collection
377
+
378
+ Returns:
379
+ HTML rendered from Markdown source as string
380
+ """
381
+ return html
382
+
383
+ def on_page_context(
384
+ self, context: TemplateContext, /, *, page: Page, config: MkDocsConfig, nav: Navigation
385
+ ) -> TemplateContext | None:
386
+ """
387
+ The `page_context` event is called after the context for a page is created
388
+ and can be used to alter the context for that specific page only.
389
+
390
+ Args:
391
+ context: dict of template context variables
392
+ page: `mkdocs.structure.pages.Page` instance
393
+ config: global configuration object
394
+ nav: global navigation object
395
+
396
+ Returns:
397
+ dict of template context variables
398
+ """
399
+ return context
400
+
401
+ def on_post_page(self, output: str, /, *, page: Page, config: MkDocsConfig) -> str | None:
402
+ """
403
+ The `post_page` event is called after the template is rendered, but
404
+ before it is written to disc and can be used to alter the output of the
405
+ page. If an empty string is returned, the page is skipped and nothing is
406
+ written to disc.
407
+
408
+ Args:
409
+ output: output of rendered template as string
410
+ page: `mkdocs.structure.pages.Page` instance
411
+ config: global configuration object
412
+
413
+ Returns:
414
+ output of rendered template as string
415
+ """
416
+ return output
417
+
418
+
419
+ EVENTS = tuple(k[3:] for k in BasePlugin.__dict__ if k.startswith("on_"))
420
+
421
+ # The above definitions were just for docs and type checking, we don't actually want them.
422
+ for k in EVENTS:
423
+ delattr(BasePlugin, 'on_' + k)
424
+
425
+
426
+ def event_priority(priority: float) -> Callable[[T], T]:
427
+ """
428
+ A decorator to set an event priority for an event handler method.
429
+
430
+ Recommended priority values:
431
+ `100` "first", `50` "early", `0` "default", `-50` "late", `-100` "last".
432
+ As different plugins discover more precise relations to each other, the values should be further tweaked.
433
+
434
+ Usage example:
435
+
436
+ ```python
437
+ @plugins.event_priority(-100) # Wishing to run this after all other plugins' `on_files` events.
438
+ def on_files(self, files, config, **kwargs):
439
+ ...
440
+ ```
441
+
442
+ New in MkDocs 1.4.
443
+ Recommended shim for backwards compatibility:
444
+
445
+ ```python
446
+ try:
447
+ from mkdocs.plugins import event_priority
448
+ except ImportError:
449
+ event_priority = lambda priority: lambda f: f # No-op fallback
450
+ ```
451
+ """
452
+
453
+ def decorator(event_method):
454
+ event_method.mkdocs_priority = priority
455
+ return event_method
456
+
457
+ return decorator
458
+
459
+
460
+ class CombinedEvent(Generic[P, T]):
461
+ """
462
+ A descriptor that allows defining multiple event handlers and declaring them under one event's name.
463
+
464
+ Usage example:
465
+
466
+ ```python
467
+ @plugins.event_priority(100)
468
+ def _on_page_markdown_1(self, markdown: str, **kwargs):
469
+ ...
470
+
471
+ @plugins.event_priority(-50)
472
+ def _on_page_markdown_2(self, markdown: str, **kwargs):
473
+ ...
474
+
475
+ on_page_markdown = plugins.CombinedEvent(_on_page_markdown_1, _on_page_markdown_2)
476
+ ```
477
+
478
+ NOTE: The names of the sub-methods **can't** start with `on_`;
479
+ instead they can start with `_on_` like in the the above example, or anything else.
480
+ """
481
+
482
+ def __init__(self, *methods: Callable[Concatenate[Any, P], T]):
483
+ self.methods = methods
484
+
485
+ # This is only for mypy, so CombinedEvent can be a valid override of the methods in BasePlugin
486
+ def __call__(self, instance: BasePlugin, *args: P.args, **kwargs: P.kwargs) -> T:
487
+ raise TypeError(f"{type(self).__name__!r} object is not callable")
488
+
489
+ def __get__(self, instance, owner=None):
490
+ return CombinedEvent(*(f.__get__(instance, owner) for f in self.methods))
491
+
492
+
493
+ class PluginCollection(dict, MutableMapping[str, BasePlugin]):
494
+ """
495
+ A collection of plugins.
496
+
497
+ In addition to being a dict of Plugin instances, each event method is registered
498
+ upon being added. All registered methods for a given event can then be run in order
499
+ by calling `run_event`.
500
+ """
501
+
502
+ _current_plugin: str | None
503
+
504
+ def __init__(self, *args, **kwargs) -> None:
505
+ super().__init__(*args, **kwargs)
506
+ self.events: dict[str, list[Callable]] = {k: [] for k in EVENTS}
507
+ self._event_origins: dict[Callable, str] = {}
508
+
509
+ def _register_event(
510
+ self, event_name: str, method: CombinedEvent | Callable, plugin_name: str | None = None
511
+ ) -> None:
512
+ """Register a method for an event."""
513
+ if isinstance(method, CombinedEvent):
514
+ for sub in method.methods:
515
+ self._register_event(event_name, sub, plugin_name=plugin_name)
516
+ else:
517
+ events = self.events[event_name]
518
+ if event_name == 'page_read_source' and len(events) == 1:
519
+ plugin1 = self._event_origins.get(next(iter(events)), '<unknown>')
520
+ plugin2 = plugin_name or '<unknown>'
521
+ log.warning(
522
+ "Multiple 'on_page_read_source' handlers can't work "
523
+ f"(both plugins '{plugin1}' and '{plugin2}' registered one)."
524
+ )
525
+ utils.insort(events, method, key=lambda m: -getattr(m, 'mkdocs_priority', 0))
526
+ if plugin_name:
527
+ try:
528
+ self._event_origins[method] = plugin_name
529
+ except TypeError: # If the method is somehow not hashable.
530
+ pass
531
+
532
+ def __getitem__(self, key: str) -> BasePlugin:
533
+ return super().__getitem__(key)
534
+
535
+ def __setitem__(self, key: str, value: BasePlugin) -> None:
536
+ super().__setitem__(key, value)
537
+ # Register all of the event methods defined for this Plugin.
538
+ for event_name in (x for x in dir(value) if x.startswith('on_')):
539
+ method = getattr(value, event_name, None)
540
+ if callable(method):
541
+ self._register_event(event_name[3:], method, plugin_name=key)
542
+
543
+ @overload
544
+ def run_event(self, name: str, **kwargs) -> Any:
545
+ ...
546
+
547
+ @overload
548
+ def run_event(self, name: str, item: T, **kwargs) -> T:
549
+ ...
550
+
551
+ def run_event(self, name: str, item=None, **kwargs):
552
+ """
553
+ Run all registered methods of an event.
554
+
555
+ `item` is the object to be modified or replaced and returned by the event method.
556
+ If it isn't given the event method creates a new object to be returned.
557
+ All other keywords are variables for context, but would not generally
558
+ be modified by the event method.
559
+ """
560
+ pass_item = item is not None
561
+ for method in self.events[name]:
562
+ self._current_plugin = self._event_origins.get(method, '<unknown>')
563
+ if log.getEffectiveLevel() <= logging.DEBUG:
564
+ log.debug(f"Running `{name}` event from plugin '{self._current_plugin}'")
565
+ if pass_item:
566
+ result = method(item, **kwargs)
567
+ else:
568
+ result = method(**kwargs)
569
+ # keep item if method returned `None`
570
+ if result is not None:
571
+ item = result
572
+ self._current_plugin = None
573
+ return item
574
+
575
+ def on_startup(self, *, command: Literal['build', 'gh-deploy', 'serve'], dirty: bool) -> None:
576
+ return self.run_event('startup', command=command, dirty=dirty)
577
+
578
+ def on_shutdown(self) -> None:
579
+ return self.run_event('shutdown')
580
+
581
+ def on_serve(
582
+ self, server: LiveReloadServer, *, config: MkDocsConfig, builder: Callable
583
+ ) -> LiveReloadServer:
584
+ return self.run_event('serve', server, config=config, builder=builder)
585
+
586
+ def on_config(self, config: MkDocsConfig) -> MkDocsConfig:
587
+ return self.run_event('config', config)
588
+
589
+ def on_pre_build(self, *, config: MkDocsConfig) -> None:
590
+ return self.run_event('pre_build', config=config)
591
+
592
+ def on_files(self, files: Files, *, config: MkDocsConfig) -> Files:
593
+ return self.run_event('files', files, config=config)
594
+
595
+ def on_nav(self, nav: Navigation, *, config: MkDocsConfig, files: Files) -> Navigation:
596
+ return self.run_event('nav', nav, config=config, files=files)
597
+
598
+ def on_env(self, env: jinja2.Environment, *, config: MkDocsConfig, files: Files):
599
+ return self.run_event('env', env, config=config, files=files)
600
+
601
+ def on_post_build(self, *, config: MkDocsConfig) -> None:
602
+ return self.run_event('post_build', config=config)
603
+
604
+ def on_build_error(self, *, error: Exception) -> None:
605
+ return self.run_event('build_error', error=error)
606
+
607
+ def on_pre_template(
608
+ self, template: jinja2.Template, *, template_name: str, config: MkDocsConfig
609
+ ) -> jinja2.Template:
610
+ return self.run_event('pre_template', template, template_name=template_name, config=config)
611
+
612
+ def on_template_context(
613
+ self, context: TemplateContext, *, template_name: str, config: MkDocsConfig
614
+ ) -> TemplateContext:
615
+ return self.run_event(
616
+ 'template_context', context, template_name=template_name, config=config
617
+ )
618
+
619
+ def on_post_template(
620
+ self, output_content: str, *, template_name: str, config: MkDocsConfig
621
+ ) -> str:
622
+ return self.run_event(
623
+ 'post_template', output_content, template_name=template_name, config=config
624
+ )
625
+
626
+ def on_pre_page(self, page: Page, *, config: MkDocsConfig, files: Files) -> Page:
627
+ return self.run_event('pre_page', page, config=config, files=files)
628
+
629
+ def on_page_read_source(self, *, page: Page, config: MkDocsConfig) -> str | None:
630
+ return self.run_event('page_read_source', page=page, config=config)
631
+
632
+ def on_page_markdown(
633
+ self, markdown: str, *, page: Page, config: MkDocsConfig, files: Files
634
+ ) -> str:
635
+ return self.run_event('page_markdown', markdown, page=page, config=config, files=files)
636
+
637
+ def on_page_content(self, html: str, *, page: Page, config: MkDocsConfig, files: Files) -> str:
638
+ return self.run_event('page_content', html, page=page, config=config, files=files)
639
+
640
+ def on_page_context(
641
+ self, context: TemplateContext, *, page: Page, config: MkDocsConfig, nav: Navigation
642
+ ) -> TemplateContext:
643
+ return self.run_event('page_context', context, page=page, config=config, nav=nav)
644
+
645
+ def on_post_page(self, output: str, *, page: Page, config: MkDocsConfig) -> str:
646
+ return self.run_event('post_page', output, page=page, config=config)
647
+
648
+
649
+ class PrefixedLogger(logging.LoggerAdapter):
650
+ """A logger adapter to prefix log messages."""
651
+
652
+ def __init__(self, prefix: str, logger: logging.Logger) -> None:
653
+ """
654
+ Initialize the logger adapter.
655
+
656
+ Arguments:
657
+ prefix: The string to insert in front of every message.
658
+ logger: The logger instance.
659
+ """
660
+ super().__init__(logger, {})
661
+ self.prefix = prefix
662
+
663
+ def process(self, msg: str, kwargs: MutableMapping[str, Any]) -> tuple[str, Any]:
664
+ """
665
+ Process the message.
666
+
667
+ Arguments:
668
+ msg: The message:
669
+ kwargs: Remaining arguments.
670
+
671
+ Returns:
672
+ The processed message.
673
+ """
674
+ return f"{self.prefix}: {msg}", kwargs
675
+
676
+
677
+ def get_plugin_logger(name: str) -> PrefixedLogger:
678
+ """
679
+ Return a logger for plugins.
680
+
681
+ Arguments:
682
+ name: The name to use with `logging.getLogger`.
683
+
684
+ Returns:
685
+ A logger configured to work well in MkDocs,
686
+ prefixing each message with the plugin package name.
687
+
688
+ Example:
689
+ ```python
690
+ from mkdocs.plugins import get_plugin_logger
691
+
692
+ log = get_plugin_logger(__name__)
693
+ log.info("My plugin message")
694
+ ```
695
+ """
696
+ logger = logging.getLogger(f"mkdocs.plugins.{name}")
697
+ return PrefixedLogger(name.split(".", 1)[0], logger)
micromamba_root/Lib/site-packages/mkdocs/py.typed ADDED
File without changes
micromamba_root/Lib/site-packages/mkdocs/theme.py ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import logging
4
+ import os
5
+ import warnings
6
+ from typing import Any, Collection, MutableMapping
7
+
8
+ import jinja2
9
+ import yaml
10
+
11
+ try:
12
+ from yaml import CSafeLoader as SafeLoader
13
+ except ImportError: # pragma: no cover
14
+ from yaml import SafeLoader # type: ignore
15
+
16
+ from mkdocs import localization, utils
17
+ from mkdocs.config.base import ValidationError
18
+ from mkdocs.utils import templates
19
+
20
+ log = logging.getLogger(__name__)
21
+
22
+
23
+ class Theme(MutableMapping[str, Any]):
24
+ """
25
+ A Theme object.
26
+
27
+ Args:
28
+ name: The name of the theme as defined by its entrypoint.
29
+ custom_dir: User defined directory for custom templates.
30
+ static_templates: A list of templates to render as static pages.
31
+
32
+ All other keywords are passed as-is and made available as a key/value mapping.
33
+ """
34
+
35
+ def __init__(
36
+ self,
37
+ name: str | None = None,
38
+ *,
39
+ custom_dir: str | None = None,
40
+ static_templates: Collection[str] = (),
41
+ locale: str | None = None,
42
+ **user_config,
43
+ ) -> None:
44
+ self.name = name
45
+ self._custom_dir = custom_dir
46
+ _vars: dict[str, Any] = {'name': name, 'locale': 'en'}
47
+ self.__vars = _vars
48
+
49
+ # MkDocs provided static templates are always included
50
+ package_dir = os.path.abspath(os.path.dirname(__file__))
51
+ mkdocs_templates = os.path.join(package_dir, 'templates')
52
+ self.static_templates = set(os.listdir(mkdocs_templates))
53
+
54
+ # Build self.dirs from various sources in order of precedence
55
+ self.dirs = []
56
+
57
+ if custom_dir is not None:
58
+ self.dirs.append(custom_dir)
59
+
60
+ if name:
61
+ self._load_theme_config(name)
62
+
63
+ # Include templates provided directly by MkDocs (outside any theme)
64
+ self.dirs.append(mkdocs_templates)
65
+
66
+ # Handle remaining user configs. Override theme configs (if set)
67
+ self.static_templates.update(static_templates)
68
+ _vars.update(user_config)
69
+
70
+ # Validate locale and convert to Locale object
71
+ if locale is None:
72
+ locale = _vars['locale']
73
+ _vars['locale'] = localization.parse_locale(locale)
74
+
75
+ name: str | None
76
+
77
+ @property
78
+ def locale(self) -> localization.Locale:
79
+ return self['locale']
80
+
81
+ @property
82
+ def custom_dir(self) -> str | None:
83
+ return self._custom_dir
84
+
85
+ @property
86
+ def _vars(self) -> dict[str, Any]:
87
+ warnings.warn(
88
+ "Do not access Theme._vars, instead access the keys of Theme directly.",
89
+ DeprecationWarning,
90
+ )
91
+ return self.__vars
92
+
93
+ dirs: list[str]
94
+
95
+ static_templates: set[str]
96
+
97
+ def __repr__(self) -> str:
98
+ return "{}(name={!r}, dirs={!r}, static_templates={!r}, {})".format(
99
+ self.__class__.__name__,
100
+ self.name,
101
+ self.dirs,
102
+ self.static_templates,
103
+ ', '.join(f'{k}={v!r}' for k, v in self.items()),
104
+ )
105
+
106
+ def __getitem__(self, key: str) -> Any:
107
+ return self.__vars[key]
108
+
109
+ def __setitem__(self, key: str, value):
110
+ self.__vars[key] = value
111
+
112
+ def __delitem__(self, key: str):
113
+ del self.__vars[key]
114
+
115
+ def __contains__(self, item: object) -> bool:
116
+ return item in self.__vars
117
+
118
+ def __len__(self):
119
+ return len(self.__vars)
120
+
121
+ def __iter__(self):
122
+ return iter(self.__vars)
123
+
124
+ def _load_theme_config(self, name: str) -> None:
125
+ """Recursively load theme and any parent themes."""
126
+ theme_dir = utils.get_theme_dir(name)
127
+ utils.get_themes.cache_clear()
128
+ self.dirs.append(theme_dir)
129
+
130
+ try:
131
+ file_path = os.path.join(theme_dir, 'mkdocs_theme.yml')
132
+ with open(file_path, 'rb') as f:
133
+ theme_config = yaml.load(f, SafeLoader)
134
+ except OSError as e:
135
+ log.debug(e)
136
+ raise ValidationError(
137
+ f"The theme '{name}' does not appear to have a configuration file. "
138
+ f"Please upgrade to a current version of the theme."
139
+ )
140
+
141
+ if theme_config is None:
142
+ theme_config = {}
143
+
144
+ log.debug(f"Loaded theme configuration for '{name}' from '{file_path}': {theme_config}")
145
+
146
+ if parent_theme := theme_config.pop('extends', None):
147
+ themes = utils.get_theme_names()
148
+ if parent_theme not in themes:
149
+ raise ValidationError(
150
+ f"The theme '{name}' inherits from '{parent_theme}', which does not appear to be installed. "
151
+ f"The available installed themes are: {', '.join(themes)}"
152
+ )
153
+ self._load_theme_config(parent_theme)
154
+
155
+ self.static_templates.update(theme_config.pop('static_templates', []))
156
+ self.__vars.update(theme_config)
157
+
158
+ def get_env(self) -> jinja2.Environment:
159
+ """Return a Jinja environment for the theme."""
160
+ loader = jinja2.FileSystemLoader(self.dirs)
161
+ # No autoreload because editing a template in the middle of a build is not useful.
162
+ env = jinja2.Environment(loader=loader, auto_reload=False)
163
+ env.filters['url'] = templates.url_filter
164
+ env.filters['script_tag'] = templates.script_tag_filter
165
+ localization.install_translations(env, self.locale, self.dirs)
166
+ return env
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ conda
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/METADATA ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: mkdocs-get-deps
3
+ Version: 0.2.2
4
+ Summary: An extra command for MkDocs that infers required PyPI packages from `plugins` in mkdocs.yml
5
+ Project-URL: Source, https://github.com/mkdocs/get-deps
6
+ Project-URL: Issues, https://github.com/mkdocs/get-deps/issues
7
+ Project-URL: History, https://github.com/mkdocs/get-deps/releases
8
+ Author-email: Oleh Prypin <oleh@pryp.in>
9
+ License-Expression: MIT
10
+ License-File: LICENSE.md
11
+ Keywords: mkdocs
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Environment :: Console
14
+ Classifier: Environment :: Web Environment
15
+ Classifier: Intended Audience :: Information Technology
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Topic :: Software Development :: Documentation
25
+ Classifier: Typing :: Typed
26
+ Requires-Python: >=3.9
27
+ Requires-Dist: importlib-metadata>=4.3; python_version < '3.10'
28
+ Requires-Dist: mergedeep>=1.3.4
29
+ Requires-Dist: platformdirs>=2.2.0
30
+ Requires-Dist: pyyaml>=5.1
31
+ Description-Content-Type: text/markdown
32
+
33
+ # mkdocs-get-deps
34
+
35
+ **An extra command for [MkDocs][] that infers required PyPI packages from `plugins` in mkdocs.yml.**
36
+
37
+ [![PyPI](https://img.shields.io/pypi/v/mkdocs-get-deps)](https://pypi.org/project/mkdocs-get-deps/)
38
+ [![License](https://img.shields.io/github/license/mkdocs/get-deps)](https://github.com/mkdocs/get-deps/blob/master/LICENSE.md)
39
+ [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mkdocs/get-deps/ci.yml.svg)](https://github.com/mkdocs/get-deps/actions?query=event%3Apush+branch%3Amaster)
40
+
41
+ <table>
42
+ <tr><td>Installation:</td><td>Alternatively through MkDocs itself:</td></tr>
43
+ <tr><td>
44
+
45
+ ```bash
46
+ pip install mkdocs-get-deps
47
+ ```
48
+
49
+ </td><td>
50
+
51
+ ```bash
52
+ pip install mkdocs
53
+ ```
54
+
55
+ </td>
56
+ </tr></table>
57
+
58
+
59
+ This command guesses the Python dependencies that a MkDocs site requires in order to build. It simply prints the PyPI packages that need to be installed. In the terminal it can be combined directly with a `pip install` command, as per the last example below:
60
+
61
+ <table>
62
+ <tr><td>Usage:</td><td>Alternatively through MkDocs itself:</td></tr>
63
+ <tr><td>
64
+
65
+ ```bash
66
+ # Print dependencies of the current project
67
+ mkdocs-get-deps
68
+ # Save them into a file
69
+ mkdocs-get-deps > requirements.txt
70
+ # Install dependencies on the fly
71
+ pip install $(mkdocs-get-deps)
72
+ ```
73
+
74
+ </td><td>
75
+
76
+ ```bash
77
+
78
+ mkdocs get-deps
79
+
80
+ mkdocs get-deps > requirements.txt
81
+ pip install -r requirements.txt
82
+
83
+ pip install $(mkdocs get-deps)
84
+ ```
85
+
86
+ </td>
87
+ </tr></table>
88
+
89
+ The idea is that right after running this command, you can directly follow it up with `mkdocs build` and it will almost always "just work", without needing to think which dependencies to install.
90
+
91
+ The way it works is by scanning [`mkdocs.yml`] for `themes:`, `plugins:`, `markdown_extensions:` items and doing a reverse lookup based on a large list of known projects (catalog, see below).
92
+
93
+ Of course, you're encouraged to use a "virtualenv" with such a command. Also note that for environments that require stability (for example CI) directly installing deps in this way is not a very reliable approach as it precludes dependency pinning.
94
+
95
+ The command allows overriding which config file is used (instead of `mkdocs.yml` in the current directory) as well as which catalog of projects is used (instead of downloading it from the default location). See [`mkdocs get-deps --help`](https://www.mkdocs.org/user-guide/cli/#mkdocs-get-deps).
96
+
97
+ ## MkDocs' official catalog of plugins
98
+
99
+ Check out <https://github.com/mkdocs/catalog> and add all your general-purpose plugins, themes and extensions there, so that they can be looked up through `mkdocs get-deps`.
100
+
101
+ [MkDocs]: https://www.mkdocs.org/
102
+ [`mkdocs.yml`]: https://www.mkdocs.org/user-guide/configuration/
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/RECORD ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ../../../bin/mkdocs-get-deps,sha256=-UMWICnHiA3ytEJErDe3yCUgjKBQmazVtEXOAYBcnD4,452
2
+ mkdocs_get_deps-0.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3
+ mkdocs_get_deps-0.2.2.dist-info/METADATA,sha256=eBGenkEXSMgZiBDoG59cWjDWsIJdyEFsHlt4EL2FSH4,4029
4
+ mkdocs_get_deps-0.2.2.dist-info/RECORD,,
5
+ mkdocs_get_deps-0.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ mkdocs_get_deps-0.2.2.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
7
+ mkdocs_get_deps-0.2.2.dist-info/direct_url.json,sha256=D-B2VLC6AwQYQx1bPi6onJA-81R7QtRVzN76UOjXKA4,111
8
+ mkdocs_get_deps-0.2.2.dist-info/entry_points.txt,sha256=R9haBy-7_n-3Cn7cqzWrG0TuFSvzCI1qjT9a55kthQE,65
9
+ mkdocs_get_deps-0.2.2.dist-info/licenses/LICENSE.md,sha256=5QJLrptOyt2jUYTiAoKoHLJRZGINL_sCYebaMkmqt7I,1083
10
+ mkdocs_get_deps/__init__.py,sha256=rsW-17VXwXiiBoXUhM_Z8K9dMS8uiO2jQvTopwCRlgc,7593
11
+ mkdocs_get_deps/__main__.py,sha256=k0EbPma4RuP7Bw7Z7-EPzRVaN1VKibvON5pSXdYLaaA,1619
12
+ mkdocs_get_deps/__pycache__/__init__.cpython-310.pyc,,
13
+ mkdocs_get_deps/__pycache__/__main__.cpython-310.pyc,,
14
+ mkdocs_get_deps/__pycache__/cache.cpython-310.pyc,,
15
+ mkdocs_get_deps/__pycache__/yaml_util.cpython-310.pyc,,
16
+ mkdocs_get_deps/cache.py,sha256=zTAmZc_ac9HZ6r7M_4mghwdUIEq6L-cIQPmE5qCRqKw,2467
17
+ mkdocs_get_deps/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ mkdocs_get_deps/yaml_util.py,sha256=dM0ElWotYj6IJldla-AxoM5va8bUY-Um8lVtkbp-Z-0,1562
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/REQUESTED ADDED
File without changes
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/direct_url.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dir_info": {}, "url": "file:///home/conda/feedstock_root/build_artifacts/mkdocs-get-deps_1773570568227/work"}
micromamba_root/Lib/site-packages/mkdocs_get_deps-0.2.2.dist-info/entry_points.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [console_scripts]
2
+ mkdocs-get-deps = mkdocs_get_deps.__main__:cli
micromamba_root/Lib/site-packages/mkdocs_get_deps/__init__.py ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ __version__ = "0.2.2"
4
+
5
+ import dataclasses
6
+ import datetime
7
+ import functools
8
+ import io
9
+ import logging
10
+ import os
11
+ import sys
12
+ import urllib.parse
13
+ from collections.abc import Collection, Mapping, Sequence
14
+ from typing import IO, Any, BinaryIO
15
+
16
+ import yaml
17
+
18
+ from . import cache, yaml_util
19
+
20
+ log = logging.getLogger(f"mkdocs.{__name__}")
21
+
22
+
23
+ DEFAULT_PROJECTS_FILE = "https://raw.githubusercontent.com/mkdocs/catalog/main/projects.yaml"
24
+
25
+ BUILTIN_THEMES = {"mkdocs", "readthedocs"}
26
+ BUILTIN_PLUGINS = {"search"}
27
+ _BUILTIN_EXTENSIONS = [
28
+ "abbr",
29
+ "admonition",
30
+ "attr_list",
31
+ "codehilite",
32
+ "def_list",
33
+ "extra",
34
+ "fenced_code",
35
+ "footnotes",
36
+ "md_in_html",
37
+ "meta",
38
+ "nl2br",
39
+ "sane_lists",
40
+ "smarty",
41
+ "tables",
42
+ "toc",
43
+ "wikilinks",
44
+ "legacy_attrs",
45
+ "legacy_em",
46
+ ]
47
+ BUILTIN_EXTENSIONS = {
48
+ *_BUILTIN_EXTENSIONS,
49
+ *(f"markdown.extensions.{e}" for e in _BUILTIN_EXTENSIONS),
50
+ }
51
+
52
+ _NotFound = ()
53
+
54
+
55
+ def _dig(cfg, keys: str):
56
+ """
57
+ Receives a string such as 'foo.bar' and returns `cfg['foo']['bar']`, or `_NotFound`.
58
+
59
+ A list of single-item dicts gets converted to a flat dict. This is intended for `plugins` config.
60
+ """
61
+ key, _, rest = keys.partition(".")
62
+ try:
63
+ cfg = cfg[key]
64
+ except (KeyError, TypeError):
65
+ return _NotFound
66
+ if isinstance(cfg, list):
67
+ orig_cfg = cfg
68
+ cfg = {}
69
+ for item in reversed(orig_cfg):
70
+ if isinstance(item, dict) and len(item) == 1:
71
+ cfg.update(item)
72
+ elif isinstance(item, str):
73
+ cfg[item] = {}
74
+ if not rest:
75
+ return cfg
76
+ return _dig(cfg, rest)
77
+
78
+
79
+ def _strings(obj) -> Sequence[str]:
80
+ if isinstance(obj, str):
81
+ return (obj,)
82
+ else:
83
+ return tuple(obj)
84
+
85
+
86
+ @functools.cache
87
+ def _entry_points(group: str) -> Mapping[str, Any]:
88
+ if sys.version_info >= (3, 10):
89
+ from importlib.metadata import entry_points
90
+ else:
91
+ from importlib_metadata import entry_points
92
+
93
+ eps = {ep.name: ep for ep in entry_points(group=group)}
94
+ log.debug(f"Available '{group}' entry points: {sorted(eps)}")
95
+ return eps
96
+
97
+
98
+ @dataclasses.dataclass(frozen=True)
99
+ class _PluginKind:
100
+ projects_key: str
101
+ entry_points_key: str
102
+
103
+ def __str__(self) -> str:
104
+ return self.projects_key.rpartition("_")[-1]
105
+
106
+
107
+ def get_projects_file(path: str | None = None) -> BinaryIO:
108
+ if path is None:
109
+ path = DEFAULT_PROJECTS_FILE
110
+ if urllib.parse.urlsplit(path).scheme in ("http", "https"):
111
+ content = cache.download_and_cache_url(path, datetime.timedelta(days=1))
112
+ else:
113
+ with open(path, "rb") as f:
114
+ content = f.read()
115
+ return io.BytesIO(content)
116
+
117
+
118
+ def get_deps(
119
+ config_file: IO | os.PathLike | str | None = None,
120
+ projects_file: IO | None = None,
121
+ ) -> Collection[str]:
122
+ """
123
+ Print PyPI package dependencies inferred from a mkdocs.yml file based on a reverse mapping of known projects.
124
+
125
+ Args:
126
+ config_file: Non-default mkdocs.yml file - content as a buffer, or path.
127
+ projects_file: File/buffer that declares all known MkDocs-related projects.
128
+ The file is in YAML format and contains `projects: [{mkdocs_theme:, mkdocs_plugin:, markdown_extension:}]
129
+ """
130
+ if config_file is None:
131
+ if os.path.isfile("mkdocs.yml"):
132
+ config_file = "mkdocs.yml"
133
+ elif os.path.isfile("mkdocs.yaml"):
134
+ config_file = "mkdocs.yaml"
135
+ else:
136
+ config_file = "mkdocs.yml"
137
+ opened_config_file: IO
138
+ if isinstance(config_file, (str, os.PathLike)):
139
+ config_file = os.path.abspath(config_file)
140
+ opened_config_file = open(config_file, "rb")
141
+ else:
142
+ opened_config_file = config_file
143
+
144
+ log.debug(f"Loading configuration file: {config_file}")
145
+ with opened_config_file:
146
+ cfg = yaml_util.yaml_load(opened_config_file)
147
+ if not isinstance(cfg, dict):
148
+ raise ValueError(
149
+ f"The configuration is invalid. Expected a key-value mapping but received {type(cfg)}"
150
+ )
151
+
152
+ packages_to_install = set()
153
+
154
+ if all(c not in cfg for c in ("site_name", "theme", "plugins", "markdown_extensions")):
155
+ log.warning(f"The file {config_file!r} doesn't seem to be a mkdocs.yml config file")
156
+ else:
157
+ if _dig(cfg, "theme.locale") not in (_NotFound, "en"):
158
+ packages_to_install.add("mkdocs[i18n]")
159
+ else:
160
+ packages_to_install.add("mkdocs")
161
+
162
+ try:
163
+ theme = cfg["theme"]["name"]
164
+ except (KeyError, TypeError):
165
+ theme = cfg.get("theme")
166
+ themes = {theme} if theme else set()
167
+
168
+ plugins = set(_strings(_dig(cfg, "plugins")))
169
+ extensions = set(_strings(_dig(cfg, "markdown_extensions")))
170
+
171
+ wanted_plugins = (
172
+ (_PluginKind("mkdocs_theme", "mkdocs.themes"), themes - BUILTIN_THEMES),
173
+ (_PluginKind("mkdocs_plugin", "mkdocs.plugins"), plugins - BUILTIN_PLUGINS),
174
+ (_PluginKind("markdown_extension", "markdown.extensions"), extensions - BUILTIN_EXTENSIONS),
175
+ )
176
+ for kind, wanted in wanted_plugins:
177
+ log.debug(f"Wanted {kind}s: {sorted(wanted)}")
178
+
179
+ if projects_file is None:
180
+ projects_file = get_projects_file()
181
+ with projects_file:
182
+ projects = yaml.load(projects_file, Loader=yaml_util.SafeLoader)["projects"] # noqa: S506
183
+
184
+ for project in projects:
185
+ for kind, wanted in wanted_plugins:
186
+ available = _strings(project.get(kind.projects_key, ()))
187
+ for entry_name in available:
188
+ if ( # Also check theme-namespaced plugin names against the current theme.
189
+ "/" in entry_name
190
+ and theme is not None
191
+ and kind.projects_key == "mkdocs_plugin"
192
+ and entry_name.startswith(f"{theme}/")
193
+ and entry_name[len(theme) + 1 :] in wanted
194
+ and entry_name not in wanted
195
+ ):
196
+ entry_name = entry_name[len(theme) + 1 :]
197
+ if entry_name in wanted:
198
+ if "pypi_id" in project:
199
+ install_name = project["pypi_id"]
200
+ elif "github_id" in project:
201
+ install_name = "git+https://github.com/{github_id}".format_map(project)
202
+ else:
203
+ log.error(
204
+ f"Can't find how to install {kind} '{entry_name}' although it was identified as {project}"
205
+ )
206
+ continue
207
+ packages_to_install.add(install_name)
208
+ for extra_key, extra_pkgs in project.get("extra_dependencies", {}).items():
209
+ if _dig(cfg, extra_key) is not _NotFound:
210
+ packages_to_install.update(_strings(extra_pkgs))
211
+
212
+ wanted.remove(entry_name)
213
+
214
+ for kind, wanted in wanted_plugins:
215
+ for entry_name in sorted(wanted):
216
+ dist_name = None
217
+ ep = _entry_points(kind.entry_points_key).get(entry_name)
218
+ if ep is not None and ep.dist is not None:
219
+ dist_name = ep.dist.name
220
+ warning = (
221
+ f"{str(kind).capitalize()} '{entry_name}' is not provided by any registered project"
222
+ )
223
+ if ep is not None:
224
+ warning += " but is installed locally"
225
+ if dist_name:
226
+ warning += f" from '{dist_name}'"
227
+ log.info(warning)
228
+ else:
229
+ log.warning(warning)
230
+
231
+ return sorted(packages_to_install)
micromamba_root/Lib/site-packages/mkdocs_get_deps/__main__.py ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import argparse
4
+ import logging
5
+ import sys
6
+
7
+ from . import get_deps, get_projects_file
8
+
9
+ parser = argparse.ArgumentParser(
10
+ description="Show required PyPI packages inferred from plugins in mkdocs.yml."
11
+ )
12
+ parser.add_argument("-v", "--verbose", action="store_true", help="Enable verbose output")
13
+ parser.add_argument(
14
+ "-f",
15
+ "--config-file",
16
+ type=argparse.FileType("r"),
17
+ help="Provide a specific MkDocs config. This can be a file name, or '-' to read from stdin.",
18
+ default=None,
19
+ )
20
+ parser.add_argument(
21
+ "-p",
22
+ "--projects-file",
23
+ help="URL or local path of the registry file that declares all known MkDocs-related projects.",
24
+ default="https://raw.githubusercontent.com/mkdocs/catalog/main/projects.yaml",
25
+ )
26
+
27
+
28
+ class CountHandler(logging.NullHandler):
29
+ warning_count = 0
30
+
31
+ def handle(self, record):
32
+ rv = self.filter(record)
33
+ if rv:
34
+ self.warning_count += 1
35
+ return rv
36
+
37
+
38
+ def cli():
39
+ args = parser.parse_args()
40
+
41
+ logging.basicConfig(
42
+ level=logging.DEBUG if args.verbose else logging.INFO,
43
+ format="%(levelname)s - mkdocs-get-deps: %(message)s",
44
+ )
45
+
46
+ warning_counter = CountHandler()
47
+ warning_counter.setLevel(logging.WARNING)
48
+ logging.getLogger("mkdocs").addHandler(warning_counter)
49
+
50
+ with get_projects_file(args.projects_file) as projects_file:
51
+ deps = get_deps(config_file=args.config_file, projects_file=projects_file)
52
+
53
+ for dep in deps:
54
+ print(dep) # noqa: T201
55
+
56
+ if warning_counter.warning_count:
57
+ sys.exit(1)
58
+
59
+
60
+ if __name__ == "__main__":
61
+ cli()
micromamba_root/Lib/site-packages/mkdocs_get_deps/cache.py ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import datetime
4
+ import hashlib
5
+ import logging
6
+ import os
7
+ import random
8
+ import urllib.request
9
+ from typing import Callable
10
+
11
+ import platformdirs
12
+
13
+ from . import __version__
14
+
15
+ log = logging.getLogger(f"mkdocs.{__name__}")
16
+
17
+
18
+ def _download_url(url: str) -> bytes:
19
+ req = urllib.request.Request(url, headers={"User-Agent": f"mkdocs-get-deps/{__version__}"})
20
+ with urllib.request.urlopen(req) as resp:
21
+ return resp.read()
22
+
23
+
24
+ def download_and_cache_url(
25
+ url: str,
26
+ cache_duration: datetime.timedelta,
27
+ *,
28
+ download: Callable[[str], bytes] = _download_url,
29
+ comment: bytes = b"# ",
30
+ ) -> bytes:
31
+ """Downloads a file from the URL, stores it under ~/.cache/, and returns its content.
32
+
33
+ For tracking the age of the content, a prefix is inserted into the stored file, rather than relying on mtime.
34
+
35
+ Args:
36
+ url: URL to use.
37
+ download: Callback that will accept the URL and actually perform the download.
38
+ cache_duration: How long to consider the URL content cached.
39
+ comment: The appropriate comment prefix for this file format.
40
+ """
41
+ directory = os.path.join(platformdirs.user_cache_dir("mkdocs"), "mkdocs_url_cache")
42
+ name_hash = hashlib.sha256(url.encode()).hexdigest()[:32]
43
+ path = os.path.join(directory, name_hash + os.path.splitext(url)[1])
44
+
45
+ now = int(datetime.datetime.now(datetime.timezone.utc).timestamp())
46
+ prefix = b"%s%s downloaded at timestamp " % (comment, url.encode())
47
+ # Check for cached file and try to return it
48
+ if os.path.isfile(path):
49
+ try:
50
+ with open(path, "rb") as f:
51
+ line = f.readline()
52
+ if line.startswith(prefix):
53
+ line = line[len(prefix) :]
54
+ timestamp = int(line)
55
+ if datetime.timedelta(seconds=(now - timestamp)) <= cache_duration:
56
+ log.debug(f"Using cached '{path}' for '{url}'")
57
+ return f.read()
58
+ except (OSError, ValueError) as e:
59
+ log.debug(f"{type(e).__name__}: {e}")
60
+
61
+ # Download and cache the file
62
+ log.debug(f"Downloading '{url}' to '{path}'")
63
+ content = download(url)
64
+ os.makedirs(directory, exist_ok=True)
65
+ temp_filename = f"{path}.{random.randrange(1 << 32):08x}.part"
66
+ with open(temp_filename, "wb") as f:
67
+ f.write(b"%s%d\n" % (prefix, now))
68
+ f.write(content)
69
+ os.replace(temp_filename, path)
70
+ return content
micromamba_root/Lib/site-packages/mkdocs_get_deps/py.typed ADDED
File without changes
micromamba_root/Lib/site-packages/mkdocs_get_deps/yaml_util.py ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import logging
4
+ import os
5
+ import os.path
6
+ from typing import IO, Any
7
+
8
+ import mergedeep # type: ignore[import-untyped]
9
+ import yaml
10
+
11
+ try:
12
+ from yaml import CSafeLoader as SafeLoader
13
+ except ImportError:
14
+ from yaml import SafeLoader # type: ignore[assignment]
15
+
16
+ log = logging.getLogger(f"mkdocs.{__name__}")
17
+
18
+
19
+ class YamlLoader(SafeLoader):
20
+ pass
21
+
22
+
23
+ # Prevent errors from trying to access external modules which may not be installed yet.
24
+ YamlLoader.add_constructor("!ENV", lambda loader, node: None)
25
+ YamlLoader.add_constructor("!relative", lambda loader, node: None)
26
+ YamlLoader.add_multi_constructor(
27
+ "tag:yaml.org,2002:python/name:", lambda loader, suffix, node: None
28
+ )
29
+ YamlLoader.add_multi_constructor(
30
+ "tag:yaml.org,2002:python/object/apply:", lambda loader, suffix, node: None
31
+ )
32
+
33
+
34
+ def yaml_load(source: IO | str) -> dict[str, Any]:
35
+ """Return dict of source YAML file using loader, recursively deep merging inherited parent."""
36
+ result = yaml.load(source, Loader=YamlLoader) # noqa: S506
37
+ if result is None:
38
+ return {}
39
+ if (
40
+ "INHERIT" in result
41
+ and not isinstance(source, str)
42
+ and getattr(source, "name", None) is not None
43
+ ):
44
+ relpath = result.pop("INHERIT")
45
+ abspath = os.path.normpath(os.path.join(os.path.dirname(source.name), relpath))
46
+ log.debug(f"Loading inherited configuration file: {abspath}")
47
+ with open(abspath, "rb") as f:
48
+ parent = yaml_load(f)
49
+ result = mergedeep.merge(parent, result)
50
+ return result
micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ conda
micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/METADATA ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: mkdocs-material
3
+ Version: 9.7.6
4
+ Summary: Documentation that simply works
5
+ Project-URL: Documentation, https://squidfunk.github.io/mkdocs-material/
6
+ Project-URL: Source, https://github.com/squidfunk/mkdocs-material
7
+ Project-URL: Changelog, https://squidfunk.github.io/mkdocs-material/changelog/
8
+ Project-URL: Issues, https://github.com/squidfunk/mkdocs-material/issues
9
+ Author-email: Martin Donath <martin.donath@squidfunk.com>
10
+ License-Expression: MIT
11
+ License-File: LICENSE
12
+ Keywords: documentation,mkdocs,theme
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Environment :: Web Environment
15
+ Classifier: Framework :: MkDocs
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Programming Language :: JavaScript
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Topic :: Documentation
20
+ Classifier: Topic :: Software Development :: Documentation
21
+ Classifier: Topic :: Text Processing :: Markup :: HTML
22
+ Requires-Python: >=3.8
23
+ Requires-Dist: babel>=2.10
24
+ Requires-Dist: backrefs>=5.7.post1
25
+ Requires-Dist: colorama>=0.4
26
+ Requires-Dist: jinja2>=3.1
27
+ Requires-Dist: markdown>=3.2
28
+ Requires-Dist: mkdocs-material-extensions>=1.3
29
+ Requires-Dist: mkdocs<2,>=1.6
30
+ Requires-Dist: paginate>=0.5
31
+ Requires-Dist: pygments>=2.16
32
+ Requires-Dist: pymdown-extensions>=10.2
33
+ Requires-Dist: requests>=2.30
34
+ Provides-Extra: git
35
+ Requires-Dist: mkdocs-git-committers-plugin-2>=1.1; extra == 'git'
36
+ Requires-Dist: mkdocs-git-revision-date-localized-plugin>=1.2.4; extra == 'git'
37
+ Provides-Extra: imaging
38
+ Requires-Dist: cairosvg>=2.6; extra == 'imaging'
39
+ Requires-Dist: pillow>=10.2; extra == 'imaging'
40
+ Provides-Extra: recommended
41
+ Requires-Dist: mkdocs-minify-plugin>=0.7; extra == 'recommended'
42
+ Requires-Dist: mkdocs-redirects>=1.2; extra == 'recommended'
43
+ Requires-Dist: mkdocs-rss-plugin>=1.6; extra == 'recommended'
44
+ Description-Content-Type: text/markdown
45
+
46
+ <p align="center">
47
+ <a href="https://squidfunk.github.io/mkdocs-material/">
48
+ <img src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/logo.svg" width="320" alt="Material for MkDocs">
49
+ </a>
50
+ </p>
51
+
52
+ <p align="center">
53
+ <strong>
54
+ A powerful documentation framework on top of
55
+ <a href="https://www.mkdocs.org/">MkDocs</a>
56
+ </strong>
57
+ </p>
58
+
59
+ <p align="center">
60
+ <a href="https://github.com/squidfunk/mkdocs-material/actions"><img
61
+ src="https://github.com/squidfunk/mkdocs-material/workflows/build/badge.svg"
62
+ alt="Build"
63
+ /></a>
64
+ <a href="https://pypistats.org/packages/mkdocs-material"><img
65
+ src="https://img.shields.io/pypi/dm/mkdocs-material.svg"
66
+ alt="Downloads"
67
+ /></a>
68
+ <a href="https://pypi.org/project/mkdocs-material"><img
69
+ src="https://img.shields.io/pypi/v/mkdocs-material.svg"
70
+ alt="Python Package Index"
71
+ /></a>
72
+ <a href="https://hub.docker.com/r/squidfunk/mkdocs-material/"><img
73
+ src="https://img.shields.io/docker/pulls/squidfunk/mkdocs-material"
74
+ alt="Docker Pulls"
75
+ /></a>
76
+ </p>
77
+
78
+ <p align="center">
79
+ Write your documentation in Markdown and create a professional static site for
80
+ your Open Source or commercial project in minutes – searchable, customizable,
81
+ more than 60 languages, for all devices.
82
+ </p>
83
+
84
+ <p align="center">
85
+ <a href="https://squidfunk.github.io/mkdocs-material/getting-started/">
86
+ <img src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/screenshot.png" width="700" />
87
+ </a>
88
+ </p>
89
+
90
+ <p align="center">
91
+ <em>
92
+ Check out the demo –
93
+ <a
94
+ href="https://squidfunk.github.io/mkdocs-material/"
95
+ >squidfunk.github.io/mkdocs-material</a>.
96
+ </em>
97
+ </p>
98
+
99
+ <h2></h2>
100
+ <p id="premium-sponsors">&nbsp;</p>
101
+ <p align="center"><strong>Silver sponsors</strong></p>
102
+ <p align="center">
103
+ <a href="https://fastapi.tiangolo.com/" target=_blank><img
104
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-fastapi.png" height="120"
105
+ /></a>
106
+ <a href="https://www.trendpop.com/" target=_blank><img
107
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-trendpop.png" height="120"
108
+ /></a>
109
+ <a href="https://documentation.sailpoint.com/" target=_blank><img
110
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-sailpoint.png" height="120"
111
+ /></a>
112
+ <a href="https://futureplc.com/" target=_blank><img
113
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-future.svg" width="332" height="120"
114
+ /></a>
115
+ <a href="https://opensource.siemens.com/" target=_blank><img
116
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-siemens.png" height="120"
117
+ /></a>
118
+ </p>
119
+ <p>&nbsp;</p>
120
+ <p align="center"><strong>Bronze sponsors</strong></p>
121
+ <p align="center">
122
+ <a href="https://cirrus-ci.org/" target=_blank><img
123
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-cirrus-ci.png" height="58"
124
+ /></a>
125
+ <a href="https://docs.baslerweb.com/" target=_blank><img
126
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-basler.png" height="58"
127
+ /></a>
128
+ <a href="https://kx.com/" target=_blank><img
129
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-kx.png" height="58"
130
+ /></a>
131
+ <a href="https://orion-docs.prefect.io/" target=_blank><img
132
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-prefect.png" height="58"
133
+ /></a>
134
+ <a href="https://www.zenoss.com/" target=_blank><img
135
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-zenoss.png" height="58"
136
+ /></a>
137
+ <a href="https://docs.posit.co" target=_blank><img
138
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-posit.png" height="58"
139
+ /></a>
140
+ <a href="https://n8n.io" target=_blank><img
141
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-n8n.png" height="58"
142
+ /></a>
143
+ <a href="https://www.dogado.de" target=_blank><img
144
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-dogado.png" height="58"
145
+ /></a>
146
+ <a href="https://wwt.com" target=_blank><img
147
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-wwt.png" height="58"
148
+ /></a>
149
+ <a href="https://elastic.co" target=_blank><img
150
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-elastic.png" height="58"
151
+ /></a>
152
+ <a href="https://ipfabric.io/" target=_blank><img
153
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-ip-fabric.png" height="58"
154
+ /></a>
155
+ <a href="https://www.apex.ai/" target=_blank><img
156
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-apex-ai.png" height="58"
157
+ /></a>
158
+ <a href="https://jitterbit.com/" target=_blank><img
159
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-jitterbit.png" height="58"
160
+ /></a>
161
+ <a href="https://sparkfun.com/" target=_blank><img
162
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-sparkfun.png" height="58"
163
+ /></a>
164
+ <a href="https://eccenca.com/" target=_blank><img
165
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-eccenca.png" height="58"
166
+ /></a>
167
+ <a href="https://neptune.ai/" target=_blank><img
168
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-neptune-ai.png" height="58"
169
+ /></a>
170
+ <a href="https://rackn.com/" target=_blank><img
171
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-rackn.png" height="58"
172
+ /></a>
173
+ <a href="https://civicactions.com/" target=_blank><img
174
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-civic-actions.png" height="58"
175
+ /></a>
176
+ <a href="https://getscreen.me/" target=_blank><img
177
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-getscreenme.png" height="58"
178
+ /></a>
179
+ <a href="https://botcity.dev/" target=_blank><img
180
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-botcity.png" height="58"
181
+ /></a>
182
+ <a href="https://kolena.io/" target=_blank><img
183
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-kolena.png" height="58"
184
+ /></a>
185
+ <a href="https://www.evergiving.com/" target=_blank><img
186
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-evergiving.png" height="58"
187
+ /></a>
188
+ <a href="https://astral.sh/" target=_blank><img
189
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-astral.png" height="58"
190
+ /></a>
191
+ <a href="https://oikolab.com/" target=_blank><img
192
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-oikolab.png" height="58"
193
+ /></a>
194
+ <a href="https://www.buhlergroup.com/" target=_blank><img
195
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-buhler.png" height="58"
196
+ /></a>
197
+ <a href="https://3dr.com/" target=_blank><img
198
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-3dr.png" height="58"
199
+ /></a>
200
+ <a href="https://spotware.com/" target=_blank><img
201
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-spotware.png" height="58"
202
+ /></a>
203
+ <a href="https://milfordasset.com/" target=_blank><img
204
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-milford.png" height="58"
205
+ /></a>
206
+ <a href="https://www.lechler.com/" target=_blank><img
207
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-lechler.png" height="58"
208
+ /></a>
209
+ <a href="https://invers.com/" target=_blank><img
210
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-invers.png" height="58"
211
+ /></a>
212
+ <a href="https://vantor.com/" target=_blank><img
213
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-vantor.png" height="58"
214
+ /></a>
215
+ <a href="https://www.equipmentshare.com/" target=_blank><img
216
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-equipmentshare.png" height="58"
217
+ /></a>
218
+ <a href="https://hummingbot.org/" target=_blank><img
219
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-hummingbot.png" height="58"
220
+ /></a>
221
+ <a href="https://octoperf.com/" target=_blank><img
222
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-octoperf.png" height="58"
223
+ /></a>
224
+ <a href="https://intercomestibles.ch/" target=_blank><img
225
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-intercomestibles.png" height="58"
226
+ /></a>
227
+ <a href="https://www.centara.com/" target=_blank><img
228
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-centara.png" height="58"
229
+ /></a>
230
+ <a href="https://pydantic.dev/logfire/" target=_blank><img
231
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-logfire.png" height="58"
232
+ /></a>
233
+ <a href="https://www.vector.com/" target=_blank><img
234
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-vector.png" height="58"
235
+ /></a>
236
+ <a href="https://second.tech/" target=_blank><img
237
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-second.png" height="58"
238
+ /></a>
239
+ <a href="https://mvtec.com/" target=_blank><img
240
+ src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/sponsors/sponsor-mvtec.png" height="58"
241
+ /></a>
242
+ </p>
243
+ <p>&nbsp;</p>
244
+
245
+ ## Everything you would expect
246
+
247
+ ### It's just Markdown
248
+
249
+ Focus on the content of your documentation and create a professional static site
250
+ in minutes. No need to know HTML, CSS or JavaScript – let Material for MkDocs do
251
+ the heavy lifting for you.
252
+
253
+ ### Works on all devices
254
+
255
+ Serve your documentation with confidence – Material for MkDocs automatically
256
+ adapts to perfectly fit the available screen estate, no matter the type or size
257
+ of the viewing device. Desktop. Tablet. Mobile. All great.
258
+
259
+ ### Made to measure
260
+
261
+ Make it yours – change the colors, fonts, language, icons, logo, and more with
262
+ a few lines of configuration. Material for MkDocs can be easily extended and
263
+ provides many options to alter appearance and behavior.
264
+
265
+ ### Fast and lightweight
266
+
267
+ Don't let your users wait – get incredible value with a small footprint by using
268
+ one of the fastest themes available with excellent performance, yielding optimal
269
+ search engine rankings and happy users that return.
270
+
271
+ ### Maintain ownership
272
+
273
+ Own your documentation's complete sources and outputs, guaranteeing both
274
+ integrity and security – no need to entrust the backbone of your product
275
+ knowledge to third-party platforms. Retain full control.
276
+
277
+ ### Open Source
278
+
279
+ You're in good company – choose a mature and actively maintained solution built
280
+ with state-of-the-art Open Source technologies, trusted by more than 50,000
281
+ individuals and organizations. Licensed under MIT.
282
+
283
+ ## Quick start
284
+
285
+ Material for MkDocs can be installed with `pip`:
286
+
287
+ ``` sh
288
+ pip install mkdocs-material
289
+ ```
290
+
291
+ Add the following lines to `mkdocs.yml`:
292
+
293
+ ``` yaml
294
+ theme:
295
+ name: material
296
+ ```
297
+
298
+ For detailed installation instructions, configuration options, and a demo, visit
299
+ [squidfunk.github.io/mkdocs-material][Material for MkDocs]
300
+
301
+ [Material for MkDocs]: https://squidfunk.github.io/mkdocs-material/
302
+
303
+ ## Trusted by ...
304
+
305
+ ### ... industry leaders
306
+
307
+ [ArXiv](https://info.arxiv.org),
308
+ [Atlassian](https://atlassian.github.io/data-center-helm-charts/),
309
+ [AWS](https://aws.github.io/copilot-cli/),
310
+ [Bloomberg](https://bloomberg.github.io/selekt/),
311
+ [CERN](http://abpcomputing.web.cern.ch/),
312
+ [Datadog](https://datadoghq.dev/integrations-core/),
313
+ [Google](https://google.github.io/accompanist/),
314
+ [Harvard](https://informatics.fas.harvard.edu/),
315
+ [Hewlett Packard](https://hewlettpackard.github.io/squest/),
316
+ [HSBC](https://hsbc.github.io/pyratings/),
317
+ [ING](https://ing-bank.github.io/baker/),
318
+ [Intel](https://open-amt-cloud-toolkit.github.io/docs/),
319
+ [JetBrains](https://jetbrains.github.io/projector-client/mkdocs/),
320
+ [LinkedIn](https://linkedin.github.io/school-of-sre/),
321
+ [Microsoft](https://microsoft.github.io/code-with-engineering-playbook/),
322
+ [Mozilla](https://mozillafoundation.github.io/engineering-handbook/),
323
+ [Netflix](https://netflix.github.io/titus/),
324
+ [OpenAI](https://openai.github.io/openai-agents-python/),
325
+ [Red Hat](https://ansible.readthedocs.io/projects/lint/),
326
+ [Roboflow](https://inference.roboflow.com/),
327
+ [Salesforce](https://policy-sentry.readthedocs.io/),
328
+ [SIEMENS](https://opensource.siemens.com/),
329
+ [Slack](https://slackhq.github.io/circuit/),
330
+ [Square](https://square.github.io/okhttp/),
331
+ [Uber](https://uber-go.github.io/fx/),
332
+ [Zalando](https://opensource.zalando.com/skipper/)
333
+
334
+ ### ... and successful Open Source projects
335
+
336
+ [Amp](https://amp.rs/docs/),
337
+ [Apache Iceberg](https://iceberg.apache.org/),
338
+ [Arduino](https://arduino.github.io/arduino-cli/),
339
+ [Asahi Linux](https://asahilinux.org/docs/),
340
+ [Auto-GPT](https://docs.agpt.co/),
341
+ [AutoKeras](https://autokeras.com/),
342
+ [BFE](https://www.bfe-networks.net/),
343
+ [CentOS](https://docs.infra.centos.org/),
344
+ [Crystal](https://crystal-lang.org/reference/),
345
+ [eBPF](https://ebpf-go.dev/),
346
+ [ejabberd](https://docs.ejabberd.im/),
347
+ [Electron](https://www.electron.build/),
348
+ [FastAPI](https://fastapi.tiangolo.com/),
349
+ [FlatBuffers](https://flatbuffers.dev/),
350
+ [{fmt}](https://fmt.dev/),
351
+ [Freqtrade](https://www.freqtrade.io/en/stable/),
352
+ [GoReleaser](https://goreleaser.com/),
353
+ [GraphRAG](https://microsoft.github.io/graphrag/),
354
+ [Headscale](https://headscale.net/),
355
+ [HedgeDoc](https://docs.hedgedoc.org/),
356
+ [Hummingbot](https://hummingbot.org/),
357
+ [Knative](https://knative.dev/docs/),
358
+ [Kubernetes](https://kops.sigs.k8s.io/),
359
+ [kSQL](https://docs.ksqldb.io/),
360
+ [LeakCanary](https://square.github.io/leakcanary/),
361
+ [LlamaIndex](https://docs.llamaindex.ai/),
362
+ [NetBox](https://netboxlabs.com/docs/netbox/en/stable/),
363
+ [Nokogiri](https://nokogiri.org/),
364
+ [OpenAI](https://openai.github.io/openai-agents-python/),
365
+ [OpenFaaS](https://docs.openfaas.com/),
366
+ [OpenSSL](https://docs.openssl.org/),
367
+ [Orchard Core](https://docs.orchardcore.net/en/latest/),
368
+ [Percona](https://docs.percona.com/percona-monitoring-and-management/),
369
+ [Pi-Hole](https://docs.pi-hole.net/),
370
+ [Polars](https://docs.pola.rs/),
371
+ [Pydantic](https://pydantic-docs.helpmanual.io/),
372
+ [PyPI](https://docs.pypi.org/),
373
+ [Quivr](https://core.quivr.com/),
374
+ [Renovate](https://docs.renovatebot.com/),
375
+ [RetroPie](https://retropie.org.uk/docs/),
376
+ [Ruff](https://docs.astral.sh/ruff/),
377
+ [Supervision](https://supervision.roboflow.com/latest/),
378
+ [Textual](https://textual.textualize.io/),
379
+ [Traefik](https://docs.traefik.io/),
380
+ [Trivy](https://aquasecurity.github.io/trivy/),
381
+ [Typer](https://typer.tiangolo.com/),
382
+ [tinygrad](https://docs.tinygrad.org/),
383
+ [Ultralytics](https://docs.ultralytics.com/),
384
+ [UV](https://docs.astral.sh/uv/),
385
+ [Vapor](https://docs.vapor.codes/),
386
+ [WebKit](https://docs.webkit.org/),
387
+ [WTF](https://wtfutil.com/),
388
+ [ZeroNet](https://zeronet.io/docs/)
389
+
390
+ ## License
391
+
392
+ **MIT License**
393
+
394
+ Copyright (c) 2016-2025 Martin Donath
395
+
396
+ Permission is hereby granted, free of charge, to any person obtaining a copy
397
+ of this software and associated documentation files (the "Software"), to
398
+ deal in the Software without restriction, including without limitation the
399
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
400
+ sell copies of the Software, and to permit persons to whom the Software is
401
+ furnished to do so, subject to the following conditions:
402
+
403
+ The above copyright notice and this permission notice shall be included in
404
+ all copies or substantial portions of the Software.
405
+
406
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
407
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
408
+ FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
409
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
410
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
411
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
412
+ IN THE SOFTWARE.
micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/RECORD ADDED
The diff for this file is too large to render. See raw diff
 
micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/REQUESTED ADDED
File without changes
micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
micromamba_root/Lib/site-packages/mkdocs_material-9.7.6.dist-info/direct_url.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dir_info": {}, "url": "file:///home/conda/feedstock_root/build_artifacts/bld/rattler-build_mkdocs-material_1774620149/work"}