Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- micromamba_root/Lib/site-packages/material/__pycache__/__init__.cpython-314.pyc +0 -0
- micromamba_root/Lib/site-packages/material/extensions/__init__.py +19 -0
- micromamba_root/Lib/site-packages/material/extensions/emoji.py +97 -0
- micromamba_root/Lib/site-packages/material/extensions/preview.py +223 -0
- micromamba_root/Lib/site-packages/material/plugins/__init__.py +19 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/fontawesome/LICENSE.txt +165 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/logo-monochrome.svg +3 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/logo.svg +6 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/ab-testing.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/abacus.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/abjad-arabic.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/abjad-hebrew.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/abugida-devanagari.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/abugida-thai.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-check.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-minus.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-network-off.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-network.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-off.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-plus.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-remove.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-alert-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-alert.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-down-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-down.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-left-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-left.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-right-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-right.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-up-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-up.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-badge-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-badge.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-edit-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-minus-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-multiple-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-multiple.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-plus-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cancel-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cancel.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-card-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-card.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cash-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cash.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-check-outline.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-check.svg +1 -0
- micromamba_root/Lib/site-packages/material/templates/.icons/material/account-child-circle.svg +1 -0
micromamba_root/Lib/site-packages/material/__pycache__/__init__.cpython-314.pyc
ADDED
|
Binary file (165 Bytes). View file
|
|
|
micromamba_root/Lib/site-packages/material/extensions/__init__.py
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
|
| 2 |
+
|
| 3 |
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 4 |
+
# of this software and associated documentation files (the "Software"), to
|
| 5 |
+
# deal in the Software without restriction, including without limitation the
|
| 6 |
+
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
| 7 |
+
# sell copies of the Software, and to permit persons to whom the Software is
|
| 8 |
+
# furnished to do so, subject to the following conditions:
|
| 9 |
+
|
| 10 |
+
# The above copyright notice and this permission notice shall be included in
|
| 11 |
+
# all copies or substantial portions of the Software.
|
| 12 |
+
|
| 13 |
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 14 |
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 15 |
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
| 16 |
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 17 |
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 18 |
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
| 19 |
+
# IN THE SOFTWARE.
|
micromamba_root/Lib/site-packages/material/extensions/emoji.py
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
|
| 2 |
+
|
| 3 |
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 4 |
+
# of this software and associated documentation files (the "Software"), to
|
| 5 |
+
# deal in the Software without restriction, including without limitation the
|
| 6 |
+
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
| 7 |
+
# sell copies of the Software, and to permit persons to whom the Software is
|
| 8 |
+
# furnished to do so, subject to the following conditions:
|
| 9 |
+
|
| 10 |
+
# The above copyright notice and this permission notice shall be included in
|
| 11 |
+
# all copies or substantial portions of the Software.
|
| 12 |
+
|
| 13 |
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 14 |
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 15 |
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
| 16 |
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 17 |
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 18 |
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
| 19 |
+
# IN THE SOFTWARE.
|
| 20 |
+
|
| 21 |
+
from __future__ import annotations
|
| 22 |
+
|
| 23 |
+
import functools
|
| 24 |
+
import material
|
| 25 |
+
import os
|
| 26 |
+
|
| 27 |
+
from glob import iglob
|
| 28 |
+
from inspect import getfile
|
| 29 |
+
from markdown import Markdown
|
| 30 |
+
from pymdownx import emoji, twemoji_db
|
| 31 |
+
from xml.etree.ElementTree import Element
|
| 32 |
+
|
| 33 |
+
# -----------------------------------------------------------------------------
|
| 34 |
+
# Functions
|
| 35 |
+
# -----------------------------------------------------------------------------
|
| 36 |
+
|
| 37 |
+
# Create twemoji index
|
| 38 |
+
def twemoji(options: object, md: Markdown):
|
| 39 |
+
paths = options.get("custom_icons", [])[:]
|
| 40 |
+
return _load_twemoji_index(tuple(paths))
|
| 41 |
+
|
| 42 |
+
# Create emoji or icon
|
| 43 |
+
def to_svg(
|
| 44 |
+
index: str, shortname: str, alias: str, uc: str | None, alt: str,
|
| 45 |
+
title: str, category: str, options: object, md: Markdown
|
| 46 |
+
):
|
| 47 |
+
if not uc:
|
| 48 |
+
icons = md.inlinePatterns["emoji"].emoji_index["emoji"]
|
| 49 |
+
|
| 50 |
+
# Create and return element to host icon
|
| 51 |
+
el = Element("span", { "class": options.get("classes", index) })
|
| 52 |
+
el.text = md.htmlStash.store(_load(icons[shortname]["path"]))
|
| 53 |
+
return el
|
| 54 |
+
|
| 55 |
+
# Delegate to `pymdownx.emoji` extension
|
| 56 |
+
return emoji.to_svg(
|
| 57 |
+
index, shortname, alias, uc, alt, title, category, options, md
|
| 58 |
+
)
|
| 59 |
+
|
| 60 |
+
# -----------------------------------------------------------------------------
|
| 61 |
+
# Helper functions
|
| 62 |
+
# -----------------------------------------------------------------------------
|
| 63 |
+
|
| 64 |
+
# Load icon
|
| 65 |
+
@functools.lru_cache(maxsize = None)
|
| 66 |
+
def _load(file: str):
|
| 67 |
+
with open(file, encoding = "utf-8") as f:
|
| 68 |
+
return f.read()
|
| 69 |
+
|
| 70 |
+
# Load twemoji index and add icons
|
| 71 |
+
@functools.lru_cache(maxsize = None)
|
| 72 |
+
def _load_twemoji_index(paths):
|
| 73 |
+
index = {
|
| 74 |
+
"name": "twemoji",
|
| 75 |
+
"emoji": twemoji_db.emoji,
|
| 76 |
+
"aliases": twemoji_db.aliases
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
# Compute path to theme root and traverse all icon directories
|
| 80 |
+
root = os.path.dirname(getfile(material))
|
| 81 |
+
root = os.path.join(root, "templates", ".icons")
|
| 82 |
+
for path in [*paths, root]:
|
| 83 |
+
base = os.path.normpath(path)
|
| 84 |
+
|
| 85 |
+
# Index icons provided by the theme and via custom icons
|
| 86 |
+
glob = os.path.join(base, "**", "*.svg")
|
| 87 |
+
glob = iglob(os.path.normpath(glob), recursive = True)
|
| 88 |
+
for file in glob:
|
| 89 |
+
icon = file[len(base) + 1:-4].replace(os.path.sep, "-")
|
| 90 |
+
|
| 91 |
+
# Add icon to index
|
| 92 |
+
name = f":{icon}:"
|
| 93 |
+
if not any(name in index[key] for key in ["emoji", "aliases"]):
|
| 94 |
+
index["emoji"][name] = { "name": name, "path": file }
|
| 95 |
+
|
| 96 |
+
# Return index
|
| 97 |
+
return index
|
micromamba_root/Lib/site-packages/material/extensions/preview.py
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
|
| 2 |
+
|
| 3 |
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 4 |
+
# of this software and associated documentation files (the "Software"), to
|
| 5 |
+
# deal in the Software without restriction, including without limitation the
|
| 6 |
+
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
| 7 |
+
# sell copies of the Software, and to permit persons to whom the Software is
|
| 8 |
+
# furnished to do so, subject to the following conditions:
|
| 9 |
+
|
| 10 |
+
# The above copyright notice and this permission notice shall be included in
|
| 11 |
+
# all copies or substantial portions of the Software.
|
| 12 |
+
|
| 13 |
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 14 |
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 15 |
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
| 16 |
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 17 |
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 18 |
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
| 19 |
+
# IN THE SOFTWARE.
|
| 20 |
+
|
| 21 |
+
from __future__ import annotations
|
| 22 |
+
|
| 23 |
+
import logging
|
| 24 |
+
|
| 25 |
+
from material.utilities.filter import FileFilter, FilterConfig
|
| 26 |
+
from mkdocs.structure.pages import _RelativePathTreeprocessor
|
| 27 |
+
from markdown import Extension, Markdown
|
| 28 |
+
from markdown.treeprocessors import Treeprocessor
|
| 29 |
+
from mkdocs.exceptions import ConfigurationError
|
| 30 |
+
from urllib.parse import urlparse
|
| 31 |
+
from xml.etree.ElementTree import Element
|
| 32 |
+
|
| 33 |
+
# -----------------------------------------------------------------------------
|
| 34 |
+
# Classes
|
| 35 |
+
# -----------------------------------------------------------------------------
|
| 36 |
+
|
| 37 |
+
class PreviewProcessor(Treeprocessor):
|
| 38 |
+
"""
|
| 39 |
+
A Markdown treeprocessor to enable instant previews on links.
|
| 40 |
+
|
| 41 |
+
Note that this treeprocessor is dependent on the `relpath` treeprocessor
|
| 42 |
+
registered programmatically by MkDocs before rendering a page.
|
| 43 |
+
"""
|
| 44 |
+
|
| 45 |
+
def __init__(self, md: Markdown, config: dict):
|
| 46 |
+
"""
|
| 47 |
+
Initialize the treeprocessor.
|
| 48 |
+
|
| 49 |
+
Arguments:
|
| 50 |
+
md: The Markdown instance.
|
| 51 |
+
config: The configuration.
|
| 52 |
+
"""
|
| 53 |
+
super().__init__(md)
|
| 54 |
+
self.config = config
|
| 55 |
+
|
| 56 |
+
def run(self, root: Element):
|
| 57 |
+
"""
|
| 58 |
+
Run the treeprocessor.
|
| 59 |
+
|
| 60 |
+
Arguments:
|
| 61 |
+
root: The root element of the parsed Markdown document.
|
| 62 |
+
"""
|
| 63 |
+
at = self.md.treeprocessors.get_index_for_name("relpath")
|
| 64 |
+
|
| 65 |
+
# Hack: Python Markdown has no notion of where it is, i.e., which file
|
| 66 |
+
# is being processed. This seems to be a deliberate design decision, as
|
| 67 |
+
# it is not possible to access the file path of the current page, but
|
| 68 |
+
# it might also be an oversight that is now impossible to fix. However,
|
| 69 |
+
# since this extension is only useful in the context of Material for
|
| 70 |
+
# MkDocs, we can assume that the _RelativePathTreeprocessor is always
|
| 71 |
+
# present, telling us the file path of the current page. If that ever
|
| 72 |
+
# changes, we would need to wrap this extension in a plugin, but for
|
| 73 |
+
# the time being we are sneaky and will probably get away with it.
|
| 74 |
+
processor = self.md.treeprocessors[at]
|
| 75 |
+
if not isinstance(processor, _RelativePathTreeprocessor):
|
| 76 |
+
raise TypeError("Relative path processor not registered")
|
| 77 |
+
|
| 78 |
+
# Normalize configurations
|
| 79 |
+
configurations = self.config["configurations"]
|
| 80 |
+
configurations.append({
|
| 81 |
+
"sources": self.config.get("sources"),
|
| 82 |
+
"targets": self.config.get("targets")
|
| 83 |
+
})
|
| 84 |
+
|
| 85 |
+
# Walk through all configurations - @todo refactor so that we don't
|
| 86 |
+
# iterate multiple times over the same elements
|
| 87 |
+
for configuration in configurations:
|
| 88 |
+
|
| 89 |
+
# Skip, if the configuration defines nothing – we could also fix
|
| 90 |
+
# this in the file filter, but we first fix it here and check if
|
| 91 |
+
# it generalizes well enough to other inclusion/exclusion sites,
|
| 92 |
+
# because here, it would hinder the ability to automaticaly
|
| 93 |
+
# include all sources, while excluding specific targets.
|
| 94 |
+
if (
|
| 95 |
+
not configuration.get("sources") and
|
| 96 |
+
not configuration.get("targets")
|
| 97 |
+
):
|
| 98 |
+
continue
|
| 99 |
+
|
| 100 |
+
# Skip if page should not be considered
|
| 101 |
+
filter = get_filter(configuration, "sources")
|
| 102 |
+
if not filter(processor.file):
|
| 103 |
+
continue
|
| 104 |
+
|
| 105 |
+
# Walk through all links and add preview attributes
|
| 106 |
+
filter = get_filter(configuration, "targets")
|
| 107 |
+
for el in root.iter("a"):
|
| 108 |
+
href = el.get("href")
|
| 109 |
+
if not href:
|
| 110 |
+
continue
|
| 111 |
+
|
| 112 |
+
# Skip footnotes
|
| 113 |
+
if "footnote-ref" in el.get("class", ""):
|
| 114 |
+
continue
|
| 115 |
+
|
| 116 |
+
# Skip external links
|
| 117 |
+
url = urlparse(href)
|
| 118 |
+
if url.scheme or url.netloc:
|
| 119 |
+
continue
|
| 120 |
+
|
| 121 |
+
# Add preview attribute to internal links
|
| 122 |
+
for path in processor._possible_target_uris(
|
| 123 |
+
processor.file, url.path,
|
| 124 |
+
processor.config.use_directory_urls
|
| 125 |
+
):
|
| 126 |
+
target = processor.files.get_file_from_path(path)
|
| 127 |
+
if not target:
|
| 128 |
+
continue
|
| 129 |
+
|
| 130 |
+
# Include, if filter matches
|
| 131 |
+
if filter(target):
|
| 132 |
+
el.set("data-preview", "")
|
| 133 |
+
|
| 134 |
+
# -----------------------------------------------------------------------------
|
| 135 |
+
|
| 136 |
+
class PreviewExtension(Extension):
|
| 137 |
+
"""
|
| 138 |
+
A Markdown extension to enable instant previews on links.
|
| 139 |
+
|
| 140 |
+
This extensions allows to automatically add the `data-preview` attribute to
|
| 141 |
+
internal links matching specific criteria, so Material for MkDocs renders a
|
| 142 |
+
nice preview on hover as part of a tooltip. It is the recommended way to
|
| 143 |
+
add previews to links in a programmatic way.
|
| 144 |
+
"""
|
| 145 |
+
|
| 146 |
+
def __init__(self, *args, **kwargs):
|
| 147 |
+
"""
|
| 148 |
+
"""
|
| 149 |
+
self.config = {
|
| 150 |
+
"configurations": [[], "Filter configurations"],
|
| 151 |
+
"sources": [{}, "Link sources"],
|
| 152 |
+
"targets": [{}, "Link targets"]
|
| 153 |
+
}
|
| 154 |
+
super().__init__(*args, **kwargs)
|
| 155 |
+
|
| 156 |
+
def extendMarkdown(self, md: Markdown):
|
| 157 |
+
"""
|
| 158 |
+
Register Markdown extension.
|
| 159 |
+
|
| 160 |
+
Arguments:
|
| 161 |
+
md: The Markdown instance.
|
| 162 |
+
"""
|
| 163 |
+
md.registerExtension(self)
|
| 164 |
+
|
| 165 |
+
# Create and register treeprocessor - we use the same priority as the
|
| 166 |
+
# `relpath` treeprocessor, the latter of which is guaranteed to run
|
| 167 |
+
# after our treeprocessor, so we can check the original Markdown URIs
|
| 168 |
+
# before they are resolved to URLs.
|
| 169 |
+
processor = PreviewProcessor(md, self.getConfigs())
|
| 170 |
+
md.treeprocessors.register(processor, "preview", 0)
|
| 171 |
+
|
| 172 |
+
# -----------------------------------------------------------------------------
|
| 173 |
+
# Functions
|
| 174 |
+
# -----------------------------------------------------------------------------
|
| 175 |
+
|
| 176 |
+
def get_filter(settings: dict, key: str):
|
| 177 |
+
"""
|
| 178 |
+
Get file filter from settings.
|
| 179 |
+
|
| 180 |
+
Arguments:
|
| 181 |
+
settings: The settings.
|
| 182 |
+
key: The key in the settings.
|
| 183 |
+
|
| 184 |
+
Returns:
|
| 185 |
+
The file filter.
|
| 186 |
+
"""
|
| 187 |
+
config = FilterConfig()
|
| 188 |
+
config.load_dict(settings.get(key) or {})
|
| 189 |
+
|
| 190 |
+
# Validate filter configuration
|
| 191 |
+
errors, warnings = config.validate()
|
| 192 |
+
for _, w in warnings:
|
| 193 |
+
log.warning(
|
| 194 |
+
f"Error reading filter configuration in '{key}':\n"
|
| 195 |
+
f"{w}"
|
| 196 |
+
)
|
| 197 |
+
for _, e in errors:
|
| 198 |
+
raise ConfigurationError(
|
| 199 |
+
f"Error reading filter configuration in '{key}':\n"
|
| 200 |
+
f"{e}"
|
| 201 |
+
)
|
| 202 |
+
|
| 203 |
+
# Return file filter
|
| 204 |
+
return FileFilter(config = config) # type: ignore
|
| 205 |
+
|
| 206 |
+
def makeExtension(**kwargs):
|
| 207 |
+
"""
|
| 208 |
+
Register Markdown extension.
|
| 209 |
+
|
| 210 |
+
Arguments:
|
| 211 |
+
**kwargs: Configuration options.
|
| 212 |
+
|
| 213 |
+
Returns:
|
| 214 |
+
The Markdown extension.
|
| 215 |
+
"""
|
| 216 |
+
return PreviewExtension(**kwargs)
|
| 217 |
+
|
| 218 |
+
# -----------------------------------------------------------------------------
|
| 219 |
+
# Data
|
| 220 |
+
# -----------------------------------------------------------------------------
|
| 221 |
+
|
| 222 |
+
# Set up logging
|
| 223 |
+
log = logging.getLogger("mkdocs.material.extensions.preview")
|
micromamba_root/Lib/site-packages/material/plugins/__init__.py
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) 2016-2025 Martin Donath <martin.donath@squidfunk.com>
|
| 2 |
+
|
| 3 |
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 4 |
+
# of this software and associated documentation files (the "Software"), to
|
| 5 |
+
# deal in the Software without restriction, including without limitation the
|
| 6 |
+
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
| 7 |
+
# sell copies of the Software, and to permit persons to whom the Software is
|
| 8 |
+
# furnished to do so, subject to the following conditions:
|
| 9 |
+
|
| 10 |
+
# The above copyright notice and this permission notice shall be included in
|
| 11 |
+
# all copies or substantial portions of the Software.
|
| 12 |
+
|
| 13 |
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 14 |
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 15 |
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
| 16 |
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 17 |
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 18 |
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
| 19 |
+
# IN THE SOFTWARE.
|
micromamba_root/Lib/site-packages/material/templates/.icons/fontawesome/LICENSE.txt
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Fonticons, Inc. (https://fontawesome.com)
|
| 2 |
+
|
| 3 |
+
--------------------------------------------------------------------------------
|
| 4 |
+
|
| 5 |
+
Font Awesome Free License
|
| 6 |
+
|
| 7 |
+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
| 8 |
+
commercial projects, open source projects, or really almost whatever you want.
|
| 9 |
+
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
| 10 |
+
|
| 11 |
+
--------------------------------------------------------------------------------
|
| 12 |
+
|
| 13 |
+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
| 14 |
+
|
| 15 |
+
The Font Awesome Free download is licensed under a Creative Commons
|
| 16 |
+
Attribution 4.0 International License and applies to all icons packaged
|
| 17 |
+
as SVG and JS file types.
|
| 18 |
+
|
| 19 |
+
--------------------------------------------------------------------------------
|
| 20 |
+
|
| 21 |
+
# Fonts: SIL OFL 1.1 License
|
| 22 |
+
|
| 23 |
+
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
| 24 |
+
packaged as web and desktop font files.
|
| 25 |
+
|
| 26 |
+
Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
|
| 27 |
+
with Reserved Font Name: "Font Awesome".
|
| 28 |
+
|
| 29 |
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
| 30 |
+
This license is copied below, and is also available with a FAQ at:
|
| 31 |
+
http://scripts.sil.org/OFL
|
| 32 |
+
|
| 33 |
+
SIL OPEN FONT LICENSE
|
| 34 |
+
Version 1.1 - 26 February 2007
|
| 35 |
+
|
| 36 |
+
PREAMBLE
|
| 37 |
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
| 38 |
+
development of collaborative font projects, to support the font creation
|
| 39 |
+
efforts of academic and linguistic communities, and to provide a free and
|
| 40 |
+
open framework in which fonts may be shared and improved in partnership
|
| 41 |
+
with others.
|
| 42 |
+
|
| 43 |
+
The OFL allows the licensed fonts to be used, studied, modified and
|
| 44 |
+
redistributed freely as long as they are not sold by themselves. The
|
| 45 |
+
fonts, including any derivative works, can be bundled, embedded,
|
| 46 |
+
redistributed and/or sold with any software provided that any reserved
|
| 47 |
+
names are not used by derivative works. The fonts and derivatives,
|
| 48 |
+
however, cannot be released under any other type of license. The
|
| 49 |
+
requirement for fonts to remain under this license does not apply
|
| 50 |
+
to any document created using the fonts or their derivatives.
|
| 51 |
+
|
| 52 |
+
DEFINITIONS
|
| 53 |
+
"Font Software" refers to the set of files released by the Copyright
|
| 54 |
+
Holder(s) under this license and clearly marked as such. This may
|
| 55 |
+
include source files, build scripts and documentation.
|
| 56 |
+
|
| 57 |
+
"Reserved Font Name" refers to any names specified as such after the
|
| 58 |
+
copyright statement(s).
|
| 59 |
+
|
| 60 |
+
"Original Version" refers to the collection of Font Software components as
|
| 61 |
+
distributed by the Copyright Holder(s).
|
| 62 |
+
|
| 63 |
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
| 64 |
+
or substituting — in part or in whole — any of the components of the
|
| 65 |
+
Original Version, by changing formats or by porting the Font Software to a
|
| 66 |
+
new environment.
|
| 67 |
+
|
| 68 |
+
"Author" refers to any designer, engineer, programmer, technical
|
| 69 |
+
writer or other person who contributed to the Font Software.
|
| 70 |
+
|
| 71 |
+
PERMISSION & CONDITIONS
|
| 72 |
+
Permission is hereby granted, free of charge, to any person obtaining
|
| 73 |
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
| 74 |
+
redistribute, and sell modified and unmodified copies of the Font
|
| 75 |
+
Software, subject to the following conditions:
|
| 76 |
+
|
| 77 |
+
1) Neither the Font Software nor any of its individual components,
|
| 78 |
+
in Original or Modified Versions, may be sold by itself.
|
| 79 |
+
|
| 80 |
+
2) Original or Modified Versions of the Font Software may be bundled,
|
| 81 |
+
redistributed and/or sold with any software, provided that each copy
|
| 82 |
+
contains the above copyright notice and this license. These can be
|
| 83 |
+
included either as stand-alone text files, human-readable headers or
|
| 84 |
+
in the appropriate machine-readable metadata fields within text or
|
| 85 |
+
binary files as long as those fields can be easily viewed by the user.
|
| 86 |
+
|
| 87 |
+
3) No Modified Version of the Font Software may use the Reserved Font
|
| 88 |
+
Name(s) unless explicit written permission is granted by the corresponding
|
| 89 |
+
Copyright Holder. This restriction only applies to the primary font name as
|
| 90 |
+
presented to the users.
|
| 91 |
+
|
| 92 |
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
| 93 |
+
Software shall not be used to promote, endorse or advertise any
|
| 94 |
+
Modified Version, except to acknowledge the contribution(s) of the
|
| 95 |
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
| 96 |
+
permission.
|
| 97 |
+
|
| 98 |
+
5) The Font Software, modified or unmodified, in part or in whole,
|
| 99 |
+
must be distributed entirely under this license, and must not be
|
| 100 |
+
distributed under any other license. The requirement for fonts to
|
| 101 |
+
remain under this license does not apply to any document created
|
| 102 |
+
using the Font Software.
|
| 103 |
+
|
| 104 |
+
TERMINATION
|
| 105 |
+
This license becomes null and void if any of the above conditions are
|
| 106 |
+
not met.
|
| 107 |
+
|
| 108 |
+
DISCLAIMER
|
| 109 |
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| 110 |
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
| 111 |
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
| 112 |
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
| 113 |
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
| 114 |
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
| 115 |
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 116 |
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
| 117 |
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
| 118 |
+
|
| 119 |
+
--------------------------------------------------------------------------------
|
| 120 |
+
|
| 121 |
+
# Code: MIT License (https://opensource.org/licenses/MIT)
|
| 122 |
+
|
| 123 |
+
In the Font Awesome Free download, the MIT license applies to all non-font and
|
| 124 |
+
non-icon files.
|
| 125 |
+
|
| 126 |
+
Copyright 2025 Fonticons, Inc.
|
| 127 |
+
|
| 128 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 129 |
+
this software and associated documentation files (the "Software"), to deal in the
|
| 130 |
+
Software without restriction, including without limitation the rights to use, copy,
|
| 131 |
+
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
| 132 |
+
and to permit persons to whom the Software is furnished to do so, subject to the
|
| 133 |
+
following conditions:
|
| 134 |
+
|
| 135 |
+
The above copyright notice and this permission notice shall be included in all
|
| 136 |
+
copies or substantial portions of the Software.
|
| 137 |
+
|
| 138 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
| 139 |
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
| 140 |
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
| 141 |
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
| 142 |
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
| 143 |
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
| 144 |
+
|
| 145 |
+
--------------------------------------------------------------------------------
|
| 146 |
+
|
| 147 |
+
# Attribution
|
| 148 |
+
|
| 149 |
+
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
| 150 |
+
Awesome Free files already contain embedded comments with sufficient
|
| 151 |
+
attribution, so you shouldn't need to do anything additional when using these
|
| 152 |
+
files normally.
|
| 153 |
+
|
| 154 |
+
We've kept attribution comments terse, so we ask that you do not actively work
|
| 155 |
+
to remove them from files, especially code. They're a great way for folks to
|
| 156 |
+
learn about Font Awesome.
|
| 157 |
+
|
| 158 |
+
--------------------------------------------------------------------------------
|
| 159 |
+
|
| 160 |
+
# Brand Icons
|
| 161 |
+
|
| 162 |
+
All brand icons are trademarks of their respective owners. The use of these
|
| 163 |
+
trademarks does not indicate endorsement of the trademark holder by Font
|
| 164 |
+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
| 165 |
+
to represent the company, product, or service to which they refer.**
|
micromamba_root/Lib/site-packages/material/templates/.icons/logo-monochrome.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/logo.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/ab-testing.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/abacus.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/abjad-arabic.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/abjad-hebrew.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/abugida-devanagari.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/abugida-thai.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-check.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-minus.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-network-off.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-network.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-off.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-plus.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point-remove.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/access-point.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-alert-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-alert.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-down-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-down.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-left-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-left.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-right-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-right.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-up-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-arrow-up.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-badge-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-badge.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-edit-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-minus-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-multiple-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-multiple.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box-plus-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-box.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cancel-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cancel.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-card-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-card.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cash-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-cash.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-check-outline.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-check.svg
ADDED
|
|
micromamba_root/Lib/site-packages/material/templates/.icons/material/account-child-circle.svg
ADDED
|
|