diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/teams/python/python-tier-1-manifest.scm | 68 | ||||
| -rw-r--r-- | etc/teams/python/python-tier-2-manifest.scm | 39 | ||||
| -rw-r--r-- | etc/teams/python/python-tier-3-manifest.scm | 302 | ||||
| -rw-r--r-- | etc/teams/python/python-tier-4-manifest.scm | 1349 | ||||
| -rw-r--r-- | etc/teams/python/python-tier-5-manifest.scm | 1406 |
5 files changed, 3164 insertions, 0 deletions
diff --git a/etc/teams/python/python-tier-1-manifest.scm b/etc/teams/python/python-tier-1-manifest.scm new file mode 100644 index 00000000000..12d55fb40e2 --- /dev/null +++ b/etc/teams/python/python-tier-1-manifest.scm | |||
| @@ -0,0 +1,68 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2026 Sharlatan Hellseher <sharlatanus@gmail.com> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | ;;; This manifest is a list of packages that user care about (collected via an | ||
| 20 | ;;; online form). It corresponds to the “Important packages” of GCD 005. | ||
| 21 | |||
| 22 | (specifications->manifest | ||
| 23 | (list "python-toml" | ||
| 24 | "python-flit-core-bootstrap" | ||
| 25 | "python-tomli" | ||
| 26 | "python-flit-core" | ||
| 27 | "python-packaging-bootstrap" | ||
| 28 | "python-setuptools-scm" | ||
| 29 | "python-trove-classifiers" | ||
| 30 | "python-pluggy" | ||
| 31 | "python-pathspec" | ||
| 32 | "python-hatchling" | ||
| 33 | "python-setuptools-scm-bootstrap" | ||
| 34 | "python-hatchling-bootstrap" | ||
| 35 | "python-hatch-vcs-bootstrap" | ||
| 36 | "python-iniconfig" | ||
| 37 | "python-pygments-bootstrap" | ||
| 38 | "python-pytest-bootstrap" | ||
| 39 | "python-pygments" | ||
| 40 | "python-hatch-vcs" | ||
| 41 | "python-more-itertools" | ||
| 42 | "python-typing-extensions" | ||
| 43 | "python-pretend" | ||
| 44 | "python-backports-tarfile" | ||
| 45 | "python-packaging" | ||
| 46 | "python-jaraco-classes" | ||
| 47 | "python-typeguard" | ||
| 48 | "python-inflect" | ||
| 49 | "python-autocommand" | ||
| 50 | "python-jaraco-context" | ||
| 51 | "python-jaraco-functools" | ||
| 52 | "python-testpath" | ||
| 53 | "python-colorama" | ||
| 54 | "python-platformdirs-bootstrap" | ||
| 55 | "python-filelock-bootstrap" | ||
| 56 | "python-jaraco-text" | ||
| 57 | "python-pyproject-hooks" | ||
| 58 | "python-distlib" | ||
| 59 | "python-virtualenv-bootstrap" | ||
| 60 | "python-wheel" | ||
| 61 | "python-path" | ||
| 62 | "python-jaraco-collections" | ||
| 63 | "python-pypa-build" | ||
| 64 | "python-jaraco-test" | ||
| 65 | "python-jaraco-path" | ||
| 66 | "python-jaraco-envs-bootstrap" | ||
| 67 | "python-pip" | ||
| 68 | "python-setuptools")) | ||
diff --git a/etc/teams/python/python-tier-2-manifest.scm b/etc/teams/python/python-tier-2-manifest.scm new file mode 100644 index 00000000000..1d6bf1d7833 --- /dev/null +++ b/etc/teams/python/python-tier-2-manifest.scm | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2026 Sharlatan Hellseher <sharlatanus@gmail.com> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | ;;; This manifest is a list of packages that user care about (collected via an | ||
| 20 | ;;; online form). It corresponds to the “Important packages” of GCD 005. | ||
| 21 | |||
| 22 | (specifications->manifest | ||
| 23 | (list "python-lxml" | ||
| 24 | "python-sortedcontainers" | ||
| 25 | "python-hypothesis" | ||
| 26 | "python-elementpath" | ||
| 27 | "python-hatch-fancy-pypi-readme" | ||
| 28 | "python-attrs-bootstrap" | ||
| 29 | "python-xmlschema" | ||
| 30 | "python-pytest" | ||
| 31 | "python-cython" | ||
| 32 | "python-pytest-asyncio" | ||
| 33 | "python-pytest-mock" | ||
| 34 | "python-filelock" | ||
| 35 | "python-execnet" | ||
| 36 | "python-pytest-xdist" | ||
| 37 | "python-markupsafe" | ||
| 38 | "python-pyyaml" | ||
| 39 | "python-ply")) | ||
diff --git a/etc/teams/python/python-tier-3-manifest.scm b/etc/teams/python/python-tier-3-manifest.scm new file mode 100644 index 00000000000..706af20558a --- /dev/null +++ b/etc/teams/python/python-tier-3-manifest.scm | |||
| @@ -0,0 +1,302 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2026 Sharlatan Hellseher <sharlatanus@gmail.com> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | ;;; This manifest is a list of packages that user care about (collected via an | ||
| 20 | ;;; online form). It corresponds to the “Important packages” of GCD 005. | ||
| 21 | |||
| 22 | (specifications->manifest | ||
| 23 | (list "python-six" | ||
| 24 | "python-nose2" | ||
| 25 | "python-semantic-version" | ||
| 26 | "python-setuptools-rust" | ||
| 27 | "python-pycparser" | ||
| 28 | "python-cffi" | ||
| 29 | "python-click" | ||
| 30 | "python-py-cpuinfo" | ||
| 31 | "python-pytest-benchmark" | ||
| 32 | "python-certifi" | ||
| 33 | "python-pytest-randomly" | ||
| 34 | "python-cryptography-vectors" | ||
| 35 | "python-cryptography" | ||
| 36 | "python-idna" | ||
| 37 | "python-lit" | ||
| 38 | "python-mako" | ||
| 39 | "python-pytest-rerunfailures" | ||
| 40 | "python-pyopenssl" | ||
| 41 | "python-attrs" | ||
| 42 | "python-pyasn1" | ||
| 43 | "python-pyasn1-modules" | ||
| 44 | "python-service-identity" | ||
| 45 | "python-trustme" | ||
| 46 | "python-pyproject-metadata" | ||
| 47 | "python-meson" | ||
| 48 | "python-outcome" | ||
| 49 | "python-async-generator" | ||
| 50 | "python-sniffio" | ||
| 51 | "python-trio" | ||
| 52 | "python-jinja2" | ||
| 53 | "python-docutils" | ||
| 54 | "python-dateutil" | ||
| 55 | "python-poetry-core" | ||
| 56 | "python-ptyprocess" | ||
| 57 | "python-pexpect" | ||
| 58 | "python-markdown" | ||
| 59 | "python-pytest-instafail" | ||
| 60 | "python-psleak" | ||
| 61 | "python-pyperf" | ||
| 62 | "python-psutil" | ||
| 63 | "python-pysocks" | ||
| 64 | "python-urllib3" | ||
| 65 | "python-charset-normalizer" | ||
| 66 | "python-pytest-timeout" | ||
| 67 | "python-requests" | ||
| 68 | "python-pytz" | ||
| 69 | "python-watchdog" | ||
| 70 | "python-ephemeral-port-reserve" | ||
| 71 | "python-werkzeug" | ||
| 72 | "python-freezegun" | ||
| 73 | "python-parameterized" | ||
| 74 | "python-appdirs" | ||
| 75 | "python-platformdirs" | ||
| 76 | "python-smartypants" | ||
| 77 | "python-typogrify" | ||
| 78 | "gi-docgen" | ||
| 79 | "python-regex" | ||
| 80 | "python-mock" | ||
| 81 | "python-mypy-extensions" | ||
| 82 | "python-tappy" | ||
| 83 | "python-dbus" | ||
| 84 | "python-tzdata" | ||
| 85 | "python-numpy" | ||
| 86 | "python-simplejson" | ||
| 87 | "python-pkgconfig" | ||
| 88 | "python-pdm-backend" | ||
| 89 | "python-tzlocal" | ||
| 90 | "python-graphviz" | ||
| 91 | "python-brotli" | ||
| 92 | "python-types-python-dateutil" | ||
| 93 | "python-dateparser" | ||
| 94 | "python-arrow" | ||
| 95 | "python-objgraph" | ||
| 96 | "python-jsonpointer" | ||
| 97 | "python-strict-rfc3339" | ||
| 98 | "python-referencing" | ||
| 99 | "python-rfc3987" | ||
| 100 | "python-webcolors" | ||
| 101 | "python-rfc3339-validator" | ||
| 102 | "python-fqdn" | ||
| 103 | "python-isoduration" | ||
| 104 | "python-jsonschema-specifications" | ||
| 105 | "python-jsonpath-ng" | ||
| 106 | "python-uri-template" | ||
| 107 | "python-rfc3986-validator" | ||
| 108 | "python-jsonschema" | ||
| 109 | "python-jaraco-itertools" | ||
| 110 | "python-zipp" | ||
| 111 | "python-expandvars" | ||
| 112 | "python-frozenlist" | ||
| 113 | "python-propcache" | ||
| 114 | "python-pycares" | ||
| 115 | "python-multidict" | ||
| 116 | "python-backports-zstd" | ||
| 117 | "python-re-assert" | ||
| 118 | "python-aiodns" | ||
| 119 | "python-aiosignal" | ||
| 120 | "python-zlib-ng" | ||
| 121 | "python-yarl" | ||
| 122 | "python-aiohappyeyeballs" | ||
| 123 | "python-aiohttp" | ||
| 124 | "python-chardet" | ||
| 125 | "python-pynose" | ||
| 126 | "python-mistune" | ||
| 127 | "python-truststore" | ||
| 128 | "python-uvloop" | ||
| 129 | "python-forbiddenfruit" | ||
| 130 | "python-blockbuster" | ||
| 131 | "python-anyio" | ||
| 132 | "python-pyfakefs" | ||
| 133 | "python-decorator" | ||
| 134 | "python-importlib-metadata" | ||
| 135 | "python-asgiref" | ||
| 136 | "python-pycryptodome-test-vectors" | ||
| 137 | "python-pytokens" | ||
| 138 | "python-pycryptodome" | ||
| 139 | "python-black" | ||
| 140 | "python-eth-hash" | ||
| 141 | "python-validators" | ||
| 142 | "python-faker" | ||
| 143 | "python-pytest-dependency" | ||
| 144 | "python-typing-inspection" | ||
| 145 | "python-pytest-order" | ||
| 146 | "python-dotenv" | ||
| 147 | "python-annotated-types" | ||
| 148 | "python-pytest-run-parallel" | ||
| 149 | "python-pytest-examples" | ||
| 150 | "python-pydantic-core" | ||
| 151 | "python-pydantic" | ||
| 152 | "python-blinker" | ||
| 153 | "python-itsdangerous" | ||
| 154 | "python-flask" | ||
| 155 | "python-websockets" | ||
| 156 | "python-greenlet" | ||
| 157 | "python-pytest-trio" | ||
| 158 | "python-dirty-equals" | ||
| 159 | "python-zstandard" | ||
| 160 | "python-h11" | ||
| 161 | "python-wsproto" | ||
| 162 | "python-hpack" | ||
| 163 | "python-hyperframe" | ||
| 164 | "python-socksio" | ||
| 165 | "python-h2" | ||
| 166 | "python-watchfiles" | ||
| 167 | "python-trio-typing" | ||
| 168 | "python-httptools" | ||
| 169 | "python-brotlicffi" | ||
| 170 | "python-a2wsgi" | ||
| 171 | "python-uvicorn" | ||
| 172 | "python-flasgger" | ||
| 173 | "python-httpbin" | ||
| 174 | "python-pytest-httpbin" | ||
| 175 | "python-httpcore" | ||
| 176 | "python-httpx" | ||
| 177 | "python-pylsqpack" | ||
| 178 | "python-aioquic" | ||
| 179 | "python-dnspython" | ||
| 180 | "python-pyserial" | ||
| 181 | "python-cssselect" | ||
| 182 | "python-scour" | ||
| 183 | "python-binaryornot" | ||
| 184 | "python-test2ref" | ||
| 185 | "python-anytree" | ||
| 186 | "python-defusedxml" | ||
| 187 | "glad" | ||
| 188 | "python-markdown2" | ||
| 189 | "python-olefile" | ||
| 190 | "python-pillow" | ||
| 191 | "python-pyparsing" | ||
| 192 | "python-babel" | ||
| 193 | "python-types-setuptools" | ||
| 194 | "python-snowballstemmer" | ||
| 195 | "python-versioneer" | ||
| 196 | "python-imagesize" | ||
| 197 | "python-roman-numerals" | ||
| 198 | "python-sphinxcontrib-serializinghtml" | ||
| 199 | "python-sphinxcontrib-qthelp" | ||
| 200 | "python-sphinx-alabaster-theme" | ||
| 201 | "python-sphinxcontrib-devhelp" | ||
| 202 | "python-sphinxcontrib-htmlhelp" | ||
| 203 | "python-sphinxcontrib-applehelp" | ||
| 204 | "python-sphinxcontrib-jsmath" | ||
| 205 | "python-sphinx" | ||
| 206 | "python-flaky" | ||
| 207 | "python-pytest-httpserver" | ||
| 208 | "python-importlib-resources" | ||
| 209 | "python-pytest-localserver" | ||
| 210 | "python-bcrypt" | ||
| 211 | "python-pytest-datadir" | ||
| 212 | "python-pytest-regressions" | ||
| 213 | "python-llvmlite" | ||
| 214 | "python-mistletoe" | ||
| 215 | "python-commonmark" | ||
| 216 | "python-panflute" | ||
| 217 | "python-uc-micro-py" | ||
| 218 | "python-numba" | ||
| 219 | "python-mpmath" | ||
| 220 | "python-linkify-it-py" | ||
| 221 | "python-mdurl" | ||
| 222 | "python-markdown-it-py" | ||
| 223 | "python-bottleneck" | ||
| 224 | "python-numexpr" | ||
| 225 | "python-pandas" | ||
| 226 | "python-gast" | ||
| 227 | "python-beniget" | ||
| 228 | "python-pythran" | ||
| 229 | "python-pyasyncore" | ||
| 230 | "python-cppy" | ||
| 231 | "python-wurlitzer" | ||
| 232 | "python-kiwisolver" | ||
| 233 | "python-wrapt" | ||
| 234 | "python-cycler" | ||
| 235 | "python-contourpy" | ||
| 236 | "python-matplotlib" | ||
| 237 | "python-tokenize-rt" | ||
| 238 | "python-time-machine" | ||
| 239 | "python-pyasynchat" | ||
| 240 | "python-rich" | ||
| 241 | "python-pysendfile" | ||
| 242 | "python-pytest-freezer" | ||
| 243 | "python-pyftpdlib" | ||
| 244 | "python-pytest-localftpserver" | ||
| 245 | "python-pooch" | ||
| 246 | "python-threadpoolctl" | ||
| 247 | "python-scipy" | ||
| 248 | "python-termcolor" | ||
| 249 | "python-webencodings" | ||
| 250 | "python-pytest-env" | ||
| 251 | "python-virtualenv" | ||
| 252 | "python-pytest" | ||
| 253 | "python-wcwidth" | ||
| 254 | "python-coverage" | ||
| 255 | "python-tqdm" | ||
| 256 | "python-tornado" | ||
| 257 | "python-pytest-subprocess" | ||
| 258 | "python-cattrs-minimal" | ||
| 259 | "python-scikit-build-core" | ||
| 260 | "python-astroid" | ||
| 261 | "python-html5lib" | ||
| 262 | "python-cchardet" | ||
| 263 | "python-soupsieve" | ||
| 264 | "python-beautifulsoup4" | ||
| 265 | "python-asttokens" | ||
| 266 | "python-littleutils" | ||
| 267 | "python-executing" | ||
| 268 | "python-mypy" | ||
| 269 | "python-pyzmq" | ||
| 270 | "python-pytest-cov" | ||
| 271 | "python-docopt" | ||
| 272 | "python-pyxdg" | ||
| 273 | "python-distro" | ||
| 274 | "python-traitlets" | ||
| 275 | "python-json-spec" | ||
| 276 | "python-fastjsonschema" | ||
| 277 | "python-parso" | ||
| 278 | "python-check-manifest" | ||
| 279 | "python-prompt-toolkit" | ||
| 280 | "python-jedi" | ||
| 281 | "python-pytest-console-scripts" | ||
| 282 | "python-jupyter-core" | ||
| 283 | "python-pep440" | ||
| 284 | "python-libarchive-c" | ||
| 285 | "python-nbformat" | ||
| 286 | "python-fsspec" | ||
| 287 | "python-argon2-cffi-bindings" | ||
| 288 | "python-argon2-cffi" | ||
| 289 | "python-pure-eval" | ||
| 290 | "python-zope-interface" | ||
| 291 | "python-stack-data" | ||
| 292 | "python-matplotlib-inline" | ||
| 293 | "python-ipython-pygments-lexers" | ||
| 294 | "python-pytest-asyncio" | ||
| 295 | "python-pytest-enabler" | ||
| 296 | "python-ipython" | ||
| 297 | "python-cloudpickle" | ||
| 298 | "python-scikit-build" | ||
| 299 | "python-protobuf" | ||
| 300 | "python-lz4" | ||
| 301 | "python-untangle" | ||
| 302 | "python-pydevd")) | ||
diff --git a/etc/teams/python/python-tier-4-manifest.scm b/etc/teams/python/python-tier-4-manifest.scm new file mode 100644 index 00000000000..065ed79f490 --- /dev/null +++ b/etc/teams/python/python-tier-4-manifest.scm | |||
| @@ -0,0 +1,1349 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2026 Sharlatan Hellseher <sharlatanus@gmail.com> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | ;;; This manifest is a list of packages that user care about (collected via an | ||
| 20 | ;;; online form). It corresponds to the “Important packages” of GCD 005. | ||
| 21 | |||
| 22 | (specifications->manifest | ||
| 23 | (list "python-jaraco-text" | ||
| 24 | "python-setuptools" | ||
| 25 | "python-pytest" | ||
| 26 | "python-cryptography" | ||
| 27 | "python-service-identity" | ||
| 28 | "python-meson" | ||
| 29 | "python-trio" | ||
| 30 | "python-psutil" | ||
| 31 | "python-urllib3" | ||
| 32 | "gi-docgen" | ||
| 33 | "python-dbus" | ||
| 34 | "python-numpy" | ||
| 35 | "python-dateparser" | ||
| 36 | "python-arrow" | ||
| 37 | "python-jsonschema" | ||
| 38 | "python-yarl" | ||
| 39 | "python-aiohttp" | ||
| 40 | "python-uvloop" | ||
| 41 | "python-anyio" | ||
| 42 | "python-black" | ||
| 43 | "python-pydantic-core" | ||
| 44 | "python-pydantic" | ||
| 45 | "python-flask" | ||
| 46 | "python-watchfiles" | ||
| 47 | "python-uvicorn" | ||
| 48 | "python-httpbin" | ||
| 49 | "python-httpcore" | ||
| 50 | "python-httpx" | ||
| 51 | "python-aioquic" | ||
| 52 | "python-dnspython" | ||
| 53 | "python-pillow" | ||
| 54 | "python-sphinx" | ||
| 55 | "python-markdown-it-py" | ||
| 56 | "python-pandas" | ||
| 57 | "python-matplotlib" | ||
| 58 | "python-pooch" | ||
| 59 | "python-scipy" | ||
| 60 | "python-virtualenv" | ||
| 61 | "python-pytest" | ||
| 62 | "python-scikit-build-core" | ||
| 63 | "python-beautifulsoup4" | ||
| 64 | "python-mypy" | ||
| 65 | "python-pyzmq" | ||
| 66 | "python-nbformat" | ||
| 67 | "python-fsspec" | ||
| 68 | "python-stack-data" | ||
| 69 | "python-ipython" | ||
| 70 | "python-scikit-build" | ||
| 71 | "python-pydevd" | ||
| 72 | "python-jupyter-client" | ||
| 73 | "python-pyarrow" | ||
| 74 | "python-ipykernel" | ||
| 75 | "python-blosc" | ||
| 76 | "python-partd" | ||
| 77 | "python-dask" | ||
| 78 | "python-twisted" | ||
| 79 | "trytond" | ||
| 80 | "trytond-country" | ||
| 81 | "trytond-party" | ||
| 82 | "trytond-currency" | ||
| 83 | "trytond-company" | ||
| 84 | "python-jupyter-packaging" | ||
| 85 | "python-polars-runtime-32" | ||
| 86 | "python-ipywidgets" | ||
| 87 | "python-duckdb" | ||
| 88 | "python-narwhals" | ||
| 89 | "trytond-product" | ||
| 90 | "python-astropy-minimal" | ||
| 91 | "python-asdf" | ||
| 92 | "python-aiobotocore" | ||
| 93 | "python-pytest-astropy" | ||
| 94 | "python-asdf-astropy" | ||
| 95 | "python-skyfield" | ||
| 96 | "python-astropy" | ||
| 97 | "trytond-account" | ||
| 98 | "python-responses" | ||
| 99 | "trytond-analytic-account" | ||
| 100 | "trytond-account-product" | ||
| 101 | "trytond-account-invoice" | ||
| 102 | "trytond-stock" | ||
| 103 | "python-starlette" | ||
| 104 | "python-scikit-learn" | ||
| 105 | "python-django" | ||
| 106 | "python-numcodecs" | ||
| 107 | "python-zarr" | ||
| 108 | "python-milc" | ||
| 109 | "qmk" | ||
| 110 | "trytond-account-invoice-stock" | ||
| 111 | "python-scipy-minimal" | ||
| 112 | "python-pydantic-settings" | ||
| 113 | "python-nbclient" | ||
| 114 | "python-scikit-image" | ||
| 115 | "python-pyqt" | ||
| 116 | "python-pytest-mpl" | ||
| 117 | "python-xarray" | ||
| 118 | "python-nbconvert" | ||
| 119 | "onnx" | ||
| 120 | "onnx-optimizer" | ||
| 121 | "python-gevent" | ||
| 122 | "python-pytorch" | ||
| 123 | "dblatex" | ||
| 124 | "python-statsmodels" | ||
| 125 | "python-paramiko" | ||
| 126 | "python-msgspec" | ||
| 127 | "trytond-sale" | ||
| 128 | "python-redis" | ||
| 129 | "python-netcdf4" | ||
| 130 | "python-jsonpickle" | ||
| 131 | "trytond-purchase" | ||
| 132 | "python-asdf-wcs-schemas" | ||
| 133 | "python-httplib2" | ||
| 134 | "python-gwcs" | ||
| 135 | "python-pysam" | ||
| 136 | "python-mkdocs" | ||
| 137 | "python-distributed" | ||
| 138 | "python-regions" | ||
| 139 | "python-inline-snapshot" | ||
| 140 | "python-requests-toolbelt" | ||
| 141 | "python-pyproj" | ||
| 142 | "python-mike" | ||
| 143 | "python-json-logger" | ||
| 144 | "python-openapi-spec-validator" | ||
| 145 | "python-seaborn" | ||
| 146 | "python-awkward" | ||
| 147 | "python-loompy" | ||
| 148 | "python-jupyter-events" | ||
| 149 | "python-pyqt" | ||
| 150 | "python-jupyter-server" | ||
| 151 | "python-scverse-misc" | ||
| 152 | "python-radio-beam" | ||
| 153 | "python-stestr" | ||
| 154 | "python-casa-formats-io" | ||
| 155 | "python-graphql-core" | ||
| 156 | "python-spectral-cube" | ||
| 157 | "python-anndata" | ||
| 158 | "python-numpy" | ||
| 159 | "python-pyogrio" | ||
| 160 | "python-keyring" | ||
| 161 | "python-azure-core" | ||
| 162 | "python-pydantic-extra-types" | ||
| 163 | "python-geopandas" | ||
| 164 | "yt-dlp" | ||
| 165 | "python-aws-sam-translator" | ||
| 166 | "trytond-purchase-request" | ||
| 167 | "python-fastapi" | ||
| 168 | "python-grpcio" | ||
| 169 | "python-aws-xray-sdk" | ||
| 170 | "python-myst-parser" | ||
| 171 | "python-cfn-lint" | ||
| 172 | "python-moto" | ||
| 173 | "trytond-stock-supply" | ||
| 174 | "python-pyvo" | ||
| 175 | "python-specutils" | ||
| 176 | "trytond-product-price-list" | ||
| 177 | "python-plotly" | ||
| 178 | "python-pygame-ce" | ||
| 179 | "python-google-auth" | ||
| 180 | "python-smart-open" | ||
| 181 | "python-schwifty" | ||
| 182 | "python-vcrpy" | ||
| 183 | "python-deepdiff" | ||
| 184 | "python-pygithub" | ||
| 185 | "python-umap-learn" | ||
| 186 | "trytond-bank" | ||
| 187 | "python-pyopengl" | ||
| 188 | "trytond-carrier" | ||
| 189 | "python-blosc2" | ||
| 190 | "python-fakeredis" | ||
| 191 | "trytond-sale-price-list" | ||
| 192 | "trytond-account-statement" | ||
| 193 | "trytond-stock-shipment-cost" | ||
| 194 | "python-bokeh" | ||
| 195 | "python-tables" | ||
| 196 | "python-google-api-core" | ||
| 197 | "python-cattrs" | ||
| 198 | "trytond-account-dunning" | ||
| 199 | "trytond-sale-subscription" | ||
| 200 | "python-urwid" | ||
| 201 | "gunicorn" | ||
| 202 | "python-cheroot" | ||
| 203 | "trytond-stock-lot" | ||
| 204 | "python-rapidfuzz" | ||
| 205 | "python-nbclassic" | ||
| 206 | "python-pylint" | ||
| 207 | "python-pygame" | ||
| 208 | "python-parfive" | ||
| 209 | "trytond-sale-history" | ||
| 210 | "python-scanpy" | ||
| 211 | "python-arviz-base" | ||
| 212 | "python-notebook" | ||
| 213 | "python-oslo-utils" | ||
| 214 | "python-rasterio" | ||
| 215 | "python-mpl-animators" | ||
| 216 | "trytond-sale-promotion" | ||
| 217 | "python-sunpy-minimal" | ||
| 218 | "python-zope-component" | ||
| 219 | "python-pecan" | ||
| 220 | "python-arviz-stats" | ||
| 221 | "python-dask-image" | ||
| 222 | "python-oslo-serialization" | ||
| 223 | "trytond-sale-supply" | ||
| 224 | "python-crds-minimal" | ||
| 225 | "trytond-sale-amendment" | ||
| 226 | "python-oslo-context" | ||
| 227 | "python-falcon" | ||
| 228 | "python-synphot" | ||
| 229 | "python-reproject" | ||
| 230 | "python-sphinx" | ||
| 231 | "python-arviz-plots" | ||
| 232 | "trytond-sale-shipment-grouping" | ||
| 233 | "trytond-production" | ||
| 234 | "python-rad" | ||
| 235 | "python-photutils" | ||
| 236 | "python-pydata-sphinx-theme" | ||
| 237 | "python-huggingface-hub" | ||
| 238 | "python-zeep" | ||
| 239 | "trytond-sale-shipment-cost" | ||
| 240 | "python-oslo-config" | ||
| 241 | "python-roman-datamodels" | ||
| 242 | "trytond-account-payment" | ||
| 243 | "python-asyncssh" | ||
| 244 | "python-pyqtgraph" | ||
| 245 | "trytond-product-measurements" | ||
| 246 | "python-pyglet" | ||
| 247 | "snakemake" | ||
| 248 | "python-google-cloud-storage" | ||
| 249 | "python-pybedtools" | ||
| 250 | "python-stdatamodels-minimal" | ||
| 251 | "python-stsynphot" | ||
| 252 | "python-respx" | ||
| 253 | "python-pint" | ||
| 254 | "python-pyramid" | ||
| 255 | "trytond-stock-split" | ||
| 256 | "python-sphinx-autoapi" | ||
| 257 | "python-qtconsole" | ||
| 258 | "python-ipython-minimal" | ||
| 259 | "python-pytest-cases" | ||
| 260 | "python-robotframework" | ||
| 261 | "python-openapi-core" | ||
| 262 | "trytond-sale-supply-drop-shipment" | ||
| 263 | "trytond-stock-package" | ||
| 264 | "python-crds" | ||
| 265 | "python-astroquery" | ||
| 266 | "python-geventhttpclient" | ||
| 267 | "python-testrepository" | ||
| 268 | "python-transformers" | ||
| 269 | "python-afdko" | ||
| 270 | "python-socks" | ||
| 271 | "python-srsly" | ||
| 272 | "python-drms" | ||
| 273 | "python-psycopg" | ||
| 274 | "python-mpl-scatter-density" | ||
| 275 | "python-astrodendro" | ||
| 276 | "trytond-account-stock-continental" | ||
| 277 | "python-glymur" | ||
| 278 | "trytond-stock-shipment-measurements" | ||
| 279 | "python-xmlsec" | ||
| 280 | "python-construct" | ||
| 281 | "python-requests-cache" | ||
| 282 | "python-jupyterlab-server" | ||
| 283 | "python-cu2qu" | ||
| 284 | "python-healpy" | ||
| 285 | "python-cherrypy" | ||
| 286 | "python-ufo2ft" | ||
| 287 | "python-getdist" | ||
| 288 | "python-glue-core" | ||
| 289 | "python-jupyter-console" | ||
| 290 | "python-owslib" | ||
| 291 | "trytond-company-work-time" | ||
| 292 | "trytond-sale-point" | ||
| 293 | "python-spherical-geometry" | ||
| 294 | "python-sunpy" | ||
| 295 | "python-trimesh" | ||
| 296 | "python-dulwich" | ||
| 297 | "python-pyspnego" | ||
| 298 | "python-wxpython" | ||
| 299 | "python-torchvision" | ||
| 300 | "python-ci-watson" | ||
| 301 | "python-fiona" | ||
| 302 | "python-cloudpathlib" | ||
| 303 | "python-cooler" | ||
| 304 | "python-hypothesmith" | ||
| 305 | "trytond-timesheet" | ||
| 306 | "trytond-web-user" | ||
| 307 | "trytond-account-stock-anglo-saxon" | ||
| 308 | "python-pikepdf" | ||
| 309 | "python-nh3" | ||
| 310 | "python-asgi-lifespan" | ||
| 311 | "tensile" | ||
| 312 | "python-iminuit" | ||
| 313 | "python-jupyterlite-core" | ||
| 314 | "trytond-purchase-shipment-cost" | ||
| 315 | "python-ginga" | ||
| 316 | "python-tldextract" | ||
| 317 | "python-cartopy" | ||
| 318 | "python-pycrdt" | ||
| 319 | "python-hmmlearn" | ||
| 320 | "python-stsci-tools" | ||
| 321 | "python-pyvirtualdisplay" | ||
| 322 | "python-weasel" | ||
| 323 | "python-sentry-sdk" | ||
| 324 | "python-pycurl" | ||
| 325 | "multiqc" | ||
| 326 | "python-thinc" | ||
| 327 | "trytond-purchase-requisition" | ||
| 328 | "python-alembic" | ||
| 329 | "python-spacy" | ||
| 330 | "python-pyvips" | ||
| 331 | "trytond-stock-package-shipping" | ||
| 332 | "python-pyqtwebengine" | ||
| 333 | "aw-core" | ||
| 334 | "python-kombu" | ||
| 335 | "python-vosk" | ||
| 336 | "python-elastic-transport" | ||
| 337 | "python-hypercorn" | ||
| 338 | "python-treq" | ||
| 339 | "beancount" | ||
| 340 | "trytond-account-asset" | ||
| 341 | "python-httpx-ws" | ||
| 342 | "trytond-sale-opportunity" | ||
| 343 | "python-rpy2-rinterface" | ||
| 344 | "python-gfloat" | ||
| 345 | "python-matrix-nio" | ||
| 346 | "trytond-account-statement-rule" | ||
| 347 | "trytond-product-image" | ||
| 348 | "python-pysiaf" | ||
| 349 | "trytond-product-attribute" | ||
| 350 | "python-lenstronomy-minimal" | ||
| 351 | "python-xcffib" | ||
| 352 | "python-tweakwcs" | ||
| 353 | "python-lsp-server" | ||
| 354 | "python-fgivenx" | ||
| 355 | "python-pymupdf" | ||
| 356 | "python-os-testr" | ||
| 357 | "python-autobahn" | ||
| 358 | "python-camb" | ||
| 359 | "python-selenium" | ||
| 360 | "python-agate" | ||
| 361 | "python-nestcheck" | ||
| 362 | "python-py7zr" | ||
| 363 | "python-fastbencode" | ||
| 364 | "python-pywavelets" | ||
| 365 | "trytond-account-tax-rule-country" | ||
| 366 | "python-coolest" | ||
| 367 | "python-engineio" | ||
| 368 | "python-jiter" | ||
| 369 | "python-authlib" | ||
| 370 | "python-ndcube" | ||
| 371 | "python-cobaya" | ||
| 372 | "trytond-purchase-request-quotation" | ||
| 373 | "python-rpy2-robjects" | ||
| 374 | "python-zeus-mcmc" | ||
| 375 | "python-dynesty" | ||
| 376 | "python-nautilus-sampler" | ||
| 377 | "python-renpy" | ||
| 378 | "python-leidenalg" | ||
| 379 | "python-mir-eval" | ||
| 380 | "python-stanza" | ||
| 381 | "python-dropbox" | ||
| 382 | "python-pycrdt-websocket" | ||
| 383 | "trytond-stock-supply-production" | ||
| 384 | "python-google-api-client" | ||
| 385 | "hypercorn" | ||
| 386 | "trytond-account-invoice-line-standalone" | ||
| 387 | "trytond-account-payment-clearing" | ||
| 388 | "python-cramjam" | ||
| 389 | "python-pyamg" | ||
| 390 | "python-schema-salad" | ||
| 391 | "htseq" | ||
| 392 | "trytond-sale-invoice-grouping" | ||
| 393 | "python-persist-queue" | ||
| 394 | "cutadapt" | ||
| 395 | "trytond-inbound-email" | ||
| 396 | "python-oslo-log" | ||
| 397 | "python-xgboost" | ||
| 398 | "python-pendulum" | ||
| 399 | "python-keystoneauth1" | ||
| 400 | "python-elasticsearch" | ||
| 401 | "python-anaconda-cli-base" | ||
| 402 | "python-osqp" | ||
| 403 | "python-lazr-restfulclient" | ||
| 404 | "python-colossus" | ||
| 405 | "python-celery-minimal" | ||
| 406 | "python-cairocffi" | ||
| 407 | "python-oslo-i18n" | ||
| 408 | "trytond-account-eu" | ||
| 409 | "trytond-account-payment-sepa" | ||
| 410 | "python-openai" | ||
| 411 | "python-quart" | ||
| 412 | "python-yt" | ||
| 413 | "renpy" | ||
| 414 | "python-devpi-server" | ||
| 415 | "python-socketio" | ||
| 416 | "python-flask-restful" | ||
| 417 | "python-lightning-cloud" | ||
| 418 | "python-sanic-bootstrap" | ||
| 419 | "python-sphinx-autobuild" | ||
| 420 | "python-uqbar" | ||
| 421 | "python-launchpadlib" | ||
| 422 | "python-glyphslib" | ||
| 423 | "python-jupyter-ydoc" | ||
| 424 | "python-trezor-agent" | ||
| 425 | "python-sphinx-gallery" | ||
| 426 | "trytond-purchase-history" | ||
| 427 | "trytond-stock-secondary-unit" | ||
| 428 | "python-pysaml2" | ||
| 429 | "python-scikit-fem" | ||
| 430 | "trytond-account-invoice-defer" | ||
| 431 | "python-oslo-concurrency" | ||
| 432 | "python-cliff" | ||
| 433 | "python-ducc0" | ||
| 434 | "python-argostranslate" | ||
| 435 | "python-torchmetrics" | ||
| 436 | "python-jupyter-mimetypes" | ||
| 437 | "python-mathics-core" | ||
| 438 | "python-zulip" | ||
| 439 | "aw-client" | ||
| 440 | "trytond-web-shortener" | ||
| 441 | "trytond-sale-promotion-coupon" | ||
| 442 | "macs" | ||
| 443 | "trytond-incoterm" | ||
| 444 | "python-django-allauth" | ||
| 445 | "python-django-redis" | ||
| 446 | "python-sse-starlette" | ||
| 447 | "trytond-document-incoming" | ||
| 448 | "python-approvaltests" | ||
| 449 | "python-anaconda-client" | ||
| 450 | "python-jsonargparse" | ||
| 451 | "python-omegaconf" | ||
| 452 | "python-scooby" | ||
| 453 | "python-sqlalchemy-utils" | ||
| 454 | "python-can" | ||
| 455 | "trytond-production-routing" | ||
| 456 | "python-poppy" | ||
| 457 | "python-pyopengl-accelerate" | ||
| 458 | "trytond-account-invoice-secondary-unit" | ||
| 459 | "trytond-project" | ||
| 460 | "python-translate-toolkit" | ||
| 461 | "python-pillow-heif" | ||
| 462 | "trytond-sale-blanket-agreement" | ||
| 463 | "trytond-sale-gift-card" | ||
| 464 | "python-galsim" | ||
| 465 | "python-lenstronomy" | ||
| 466 | "python-scs" | ||
| 467 | "python-pifpaf" | ||
| 468 | "python-pytest-celery" | ||
| 469 | "python-naima" | ||
| 470 | "python-stcal" | ||
| 471 | "python-stpipe" | ||
| 472 | "trytond-marketing" | ||
| 473 | "python-jellyfish" | ||
| 474 | "python-tablib" | ||
| 475 | "trytond-web-shop" | ||
| 476 | "ansible-core" | ||
| 477 | "python-proton-core" | ||
| 478 | "python-astroscrappy" | ||
| 479 | "python-stwcs" | ||
| 480 | "trytond-analytic-invoice" | ||
| 481 | "python-pixell" | ||
| 482 | "python-unicode-linebreak" | ||
| 483 | "python-cvxpy" | ||
| 484 | "python-marsilea" | ||
| 485 | "python-dogtail" | ||
| 486 | "python-kivy" | ||
| 487 | "python-deal" | ||
| 488 | "trytond-sale-product-customer" | ||
| 489 | "python-pandera" | ||
| 490 | "python-pyvista" | ||
| 491 | "python-celery" | ||
| 492 | "trytond-sale-advance-payment" | ||
| 493 | "python-mechanize" | ||
| 494 | "python-pyquery" | ||
| 495 | "python-nbmake" | ||
| 496 | "python-pillow-jxl-plugin" | ||
| 497 | "conda-bootstrap" | ||
| 498 | "python-libmambapy" | ||
| 499 | "python-orange-canvas-core" | ||
| 500 | "python-tempest-lib" | ||
| 501 | "python-hacking" | ||
| 502 | "python-globus-sdk" | ||
| 503 | "python-autoray" | ||
| 504 | "python-stamina" | ||
| 505 | "python-pykakasi" | ||
| 506 | "python-okonomiyaki" | ||
| 507 | "python-nbxmpp" | ||
| 508 | "mopidy" | ||
| 509 | "python-os-service-types" | ||
| 510 | "python-tempest" | ||
| 511 | "python-pyqtwebengine" | ||
| 512 | "python-pytorch-lightning" | ||
| 513 | "python-pytorch" | ||
| 514 | "python-linear-operator" | ||
| 515 | "python-django-mailman3" | ||
| 516 | "python-jupyter-kernel-client" | ||
| 517 | "python-apricot-select" | ||
| 518 | "python-captum" | ||
| 519 | "python-urwid" | ||
| 520 | "python-minikanren" | ||
| 521 | "python-matplotx" | ||
| 522 | "python-mizani" | ||
| 523 | "trytond-sale-payment" | ||
| 524 | "python-papermill" | ||
| 525 | "python-jupyter-server-ydoc" | ||
| 526 | "python-voila" | ||
| 527 | "python-yubikey-manager" | ||
| 528 | "python-onnx-ir" | ||
| 529 | "trytond-edocument-unece" | ||
| 530 | "trytond-timesheet-cost" | ||
| 531 | "python-dcor" | ||
| 532 | "b4" | ||
| 533 | "breezy" | ||
| 534 | "trytond-customs" | ||
| 535 | "python-pyreadstat" | ||
| 536 | "pyspice" | ||
| 537 | "python-beangulp" | ||
| 538 | "python-trezor" | ||
| 539 | "python-textual" | ||
| 540 | "python-pyscf" | ||
| 541 | "behave" | ||
| 542 | "vdirsyncer" | ||
| 543 | "python-tortoise-orm" | ||
| 544 | "python-rq" | ||
| 545 | "python-acme" | ||
| 546 | "python-django-debug-toolbar" | ||
| 547 | "python-django-haystack" | ||
| 548 | "python-arboreto" | ||
| 549 | "python-gffutils" | ||
| 550 | "python-deeptools" | ||
| 551 | "python-pybio" | ||
| 552 | "python-mudata" | ||
| 553 | "python-bioframe" | ||
| 554 | "python-parsel" | ||
| 555 | "python-tweepy" | ||
| 556 | "trytond-party-siret" | ||
| 557 | "borg" | ||
| 558 | "python-soxr" | ||
| 559 | "python-ctxcore" | ||
| 560 | "python-pybbi" | ||
| 561 | "python-phenograph" | ||
| 562 | "python-cwl-utils" | ||
| 563 | "trytond-purchase-amendment" | ||
| 564 | "python-pypeit-minimal" | ||
| 565 | "python-stpsf" | ||
| 566 | "trytond-account-dunning-letter" | ||
| 567 | "trytond-stock-consignment" | ||
| 568 | "python-stdatamodels" | ||
| 569 | "python-gammapy" | ||
| 570 | "trytond-commission" | ||
| 571 | "python-prawcore" | ||
| 572 | "python-devpi-client" | ||
| 573 | "python-astroml" | ||
| 574 | "python-pynbody" | ||
| 575 | "python-casacore" | ||
| 576 | "python-pysat" | ||
| 577 | "onionshare-cli" | ||
| 578 | "python-soxs" | ||
| 579 | "python-sqltrie" | ||
| 580 | "python-cle" | ||
| 581 | "python-commonroad-io" | ||
| 582 | "python-vispy" | ||
| 583 | "python-pivy" | ||
| 584 | "python-zxcvbn-rs-py" | ||
| 585 | "python-core-sr-ht" | ||
| 586 | "python-onnxscript" | ||
| 587 | "python-pytest-shutil" | ||
| 588 | "python-gcovr" | ||
| 589 | "trytond-account-es" | ||
| 590 | "trytond-account-stock-landed-cost" | ||
| 591 | "python-numbagg" | ||
| 592 | "python-persim" | ||
| 593 | "python-librosa" | ||
| 594 | "python-pytorch-geometric" | ||
| 595 | "python-pip-run" | ||
| 596 | "python-folium" | ||
| 597 | "python-pythonanywhere-core" | ||
| 598 | "python-mkdocs-material" | ||
| 599 | "duplicity" | ||
| 600 | "python-scikit-learn" | ||
| 601 | "python-jupyter-nbmodel-client" | ||
| 602 | "trytond-product-price-list-cache" | ||
| 603 | "python-icontract" | ||
| 604 | "uv" | ||
| 605 | "python-taggd" | ||
| 606 | "python-brian2" | ||
| 607 | "python-pandas" | ||
| 608 | "python-plotnine" | ||
| 609 | "khal" | ||
| 610 | "python-databases" | ||
| 611 | "python-pyregion" | ||
| 612 | "python-sqlite-utils" | ||
| 613 | "trytond-project-revenue" | ||
| 614 | "python-robotframework-seleniumlibrary" | ||
| 615 | "python-fastparquet" | ||
| 616 | "python-particle" | ||
| 617 | "python-anndata" | ||
| 618 | "python-ads" | ||
| 619 | "python-formulaic" | ||
| 620 | "python-pytensor" | ||
| 621 | "python-param" | ||
| 622 | "python-calcos" | ||
| 623 | "trytond-account-payment-stripe" | ||
| 624 | "python-pybiomart" | ||
| 625 | "trytond-sale-product-recommendation" | ||
| 626 | "python-pgspecial" | ||
| 627 | "python-pyvistaqt" | ||
| 628 | "python-pandas-stubs" | ||
| 629 | "trytond-product-classification" | ||
| 630 | "python-histoprint" | ||
| 631 | "python-pyglet" | ||
| 632 | "python-moderngl-window" | ||
| 633 | "python-nethsm" | ||
| 634 | "trytond-web-shop-vue-storefront" | ||
| 635 | "python-nitrokey" | ||
| 636 | "python-specreduce" | ||
| 637 | "python-cachy" | ||
| 638 | "python-lmfit" | ||
| 639 | "python-jschon" | ||
| 640 | "gajim" | ||
| 641 | "python-decoupler" | ||
| 642 | "trytond-product-cost-fifo" | ||
| 643 | "python-md-ulb-pwrap" | ||
| 644 | "nwg-shell-config" | ||
| 645 | "nwg-displays" | ||
| 646 | "nwg-readme-browser" | ||
| 647 | "azote" | ||
| 648 | "nwg-clipman" | ||
| 649 | "nwg-panel" | ||
| 650 | "trytond-sale-discount" | ||
| 651 | "cwltool" | ||
| 652 | "python-copydetect" | ||
| 653 | "mailman" | ||
| 654 | "python-cookiecutter" | ||
| 655 | "trytond-document-incoming-invoice" | ||
| 656 | "python-pem" | ||
| 657 | "python-ezdxf" | ||
| 658 | "python-streamtracer" | ||
| 659 | "python-presto" | ||
| 660 | "beets" | ||
| 661 | "python-genomic-regions" | ||
| 662 | "pyscenic" | ||
| 663 | "python-zulip-bots" | ||
| 664 | "synapse" | ||
| 665 | "python-scprep" | ||
| 666 | "trytond-document-incoming-ocr" | ||
| 667 | "python-pplpy" | ||
| 668 | "python-scvelo" | ||
| 669 | "python-pegasusio" | ||
| 670 | "python-hicmatrix" | ||
| 671 | "trytond-account-stock-shipment-cost" | ||
| 672 | "python-scrublet" | ||
| 673 | "trytond-edocument-uncefact" | ||
| 674 | "python-clingraph" | ||
| 675 | "python-euphonic" | ||
| 676 | "python-sunpy-soar" | ||
| 677 | "python-coolbox" | ||
| 678 | "python-pycifrw" | ||
| 679 | "python-opentsne" | ||
| 680 | "python-conda-libmamba-solver" | ||
| 681 | "python-safety-schemas" | ||
| 682 | "python-pymanopt" | ||
| 683 | "python-mofapy2" | ||
| 684 | "python-orange-widget-base" | ||
| 685 | "python-pomegranate" | ||
| 686 | "python-torchaudio" | ||
| 687 | "python-cell2cell" | ||
| 688 | "magic-wormhole-mailbox-server" | ||
| 689 | "trytond-carrier-carriage" | ||
| 690 | "python-doubletdetection" | ||
| 691 | "python-superqt" | ||
| 692 | "python-keystoneclient" | ||
| 693 | "python-openstacksdk" | ||
| 694 | "python-pytesseract" | ||
| 695 | "python-biom-format" | ||
| 696 | "python-gpytorch" | ||
| 697 | "streamlink" | ||
| 698 | "python-sanic" | ||
| 699 | "python-django-q2" | ||
| 700 | "daphne" | ||
| 701 | "python-astrocut" | ||
| 702 | "python-django-compressor" | ||
| 703 | "python-rchitect" | ||
| 704 | "diffoscope" | ||
| 705 | "python-sunraster" | ||
| 706 | "python-mcp" | ||
| 707 | "ciel" | ||
| 708 | "python-csxcad" | ||
| 709 | "python-essentials-openapi" | ||
| 710 | "python-ccdproc" | ||
| 711 | "python-devpi-process" | ||
| 712 | "python-yewtube" | ||
| 713 | "python-qemu-qmp" | ||
| 714 | "python-slixmpp" | ||
| 715 | "python-cf-units" | ||
| 716 | "python-online-judge-api-client" | ||
| 717 | "python-sphinx-reredirects" | ||
| 718 | "python-pyramid-debugtoolbar" | ||
| 719 | "python-flask-limiter" | ||
| 720 | "python-spacepy" | ||
| 721 | "python-sphinx-tags" | ||
| 722 | "python-losoto" | ||
| 723 | "python-sphobjinv" | ||
| 724 | "python-httpcore2" | ||
| 725 | "python-duniterpy" | ||
| 726 | "python-proton-vpn-api-core" | ||
| 727 | "fava" | ||
| 728 | "python-ledgerblue" | ||
| 729 | "python-pysm3" | ||
| 730 | "python-astropy" | ||
| 731 | "python-dkist" | ||
| 732 | "python-androguard" | ||
| 733 | "sdkmanager" | ||
| 734 | "electrum-aionostr" | ||
| 735 | "python-fpylll" | ||
| 736 | "python-afdko" | ||
| 737 | "calibre" | ||
| 738 | "python-smart-open" | ||
| 739 | "python-romanisim" | ||
| 740 | "trytond-marketing-automation" | ||
| 741 | "python-jwst" | ||
| 742 | "python-apprise" | ||
| 743 | "python-asgi-csrf" | ||
| 744 | "python-txtorcon" | ||
| 745 | "trytond-account-budget" | ||
| 746 | "trytond-production-work" | ||
| 747 | "python-guardpost" | ||
| 748 | "python-omnipath" | ||
| 749 | "buku" | ||
| 750 | "python-aiocoap" | ||
| 751 | "python-extruct" | ||
| 752 | "python-pandapower" | ||
| 753 | "python-docrepr" | ||
| 754 | "trytond-sale-secondary-unit" | ||
| 755 | "python-imgviz" | ||
| 756 | "python-csb43" | ||
| 757 | "python-pysynphot" | ||
| 758 | "python-stsci-skypac" | ||
| 759 | "python-pvextractor" | ||
| 760 | "trytond-purchase-price-list" | ||
| 761 | "python-apscheduler" | ||
| 762 | "trytond-account-credit-limit" | ||
| 763 | "python-stpreview" | ||
| 764 | "trytond-product-cost-history" | ||
| 765 | "trytond-marketing-email" | ||
| 766 | "trytond-account-fr" | ||
| 767 | "python-pycpl" | ||
| 768 | "python-django-extensions" | ||
| 769 | "python-numdifftools" | ||
| 770 | "trytond-purchase-blanket-agreement" | ||
| 771 | "python-sncosmo" | ||
| 772 | "python-eventio" | ||
| 773 | "trytond-stock-forecast" | ||
| 774 | "python-jaraco-vcs" | ||
| 775 | "python-graphtools" | ||
| 776 | "python-scikit-optimize" | ||
| 777 | "python-pyirf" | ||
| 778 | "python-dvc-objects" | ||
| 779 | "python-mastodon-py" | ||
| 780 | "sugar-browse-activity" | ||
| 781 | "sugar-turtleart-activity" | ||
| 782 | "python-decoupler-py" | ||
| 783 | "python-multicore-tsne" | ||
| 784 | "aerich" | ||
| 785 | "python-pytest-perf" | ||
| 786 | "crossmap" | ||
| 787 | "python-slamdunk" | ||
| 788 | "python-pyega3" | ||
| 789 | "librelane" | ||
| 790 | "sugar-portfolio-activity" | ||
| 791 | "python-phylophlan" | ||
| 792 | "python-pymol" | ||
| 793 | "python-episcanpy" | ||
| 794 | "python-cmseq" | ||
| 795 | "python-scdamandtools" | ||
| 796 | "python-platypush" | ||
| 797 | "xandikos" | ||
| 798 | "python-circe" | ||
| 799 | "datasette" | ||
| 800 | "python-cgatcore" | ||
| 801 | "python-pytest-mypy-plugins" | ||
| 802 | "aacircuit" | ||
| 803 | "python-django-rq" | ||
| 804 | "python-prisma" | ||
| 805 | "python-hdlconvertor" | ||
| 806 | "lctime" | ||
| 807 | "python-pairtools" | ||
| 808 | "scregseg" | ||
| 809 | "python-weblogo" | ||
| 810 | "mycli" | ||
| 811 | "python-esptool" | ||
| 812 | "didjvu" | ||
| 813 | "docker-compose" | ||
| 814 | "sugar-chat-activity" | ||
| 815 | "sugar-commander-activity" | ||
| 816 | "litecli" | ||
| 817 | "silkaj" | ||
| 818 | "toot" | ||
| 819 | "mazo" | ||
| 820 | "fusesoc" | ||
| 821 | "python-openems" | ||
| 822 | "umi-tools" | ||
| 823 | "trytond-sale-complaint" | ||
| 824 | "flair" | ||
| 825 | "deluge" | ||
| 826 | "stig" | ||
| 827 | "osc" | ||
| 828 | "bundlewrap" | ||
| 829 | "trytond-analytic-budget" | ||
| 830 | "python-gdstk" | ||
| 831 | "tractor" | ||
| 832 | "python-cnmf" | ||
| 833 | "pwntools" | ||
| 834 | "charlib" | ||
| 835 | "watson" | ||
| 836 | "python-crate" | ||
| 837 | "onionshare" | ||
| 838 | "todoman" | ||
| 839 | "python-piccolo" | ||
| 840 | "letsencrypt" | ||
| 841 | "yoyo-migrations" | ||
| 842 | "certbot" | ||
| 843 | "papis" | ||
| 844 | "cobib" | ||
| 845 | "gallia" | ||
| 846 | "bcnc" | ||
| 847 | "pgcli" | ||
| 848 | "python-lcapy" | ||
| 849 | "sugar-write-activity" | ||
| 850 | "syncthing-gtk" | ||
| 851 | "python-ikarus" | ||
| 852 | "python-channels" | ||
| 853 | "trytond-account-rule" | ||
| 854 | "trytond-account-stock-shipment-cost-weight" | ||
| 855 | "clipper-peak" | ||
| 856 | "python-bbknn" | ||
| 857 | "python-timezonefinder" | ||
| 858 | "trytond-stock-product-location" | ||
| 859 | "python-django-dbbackup" | ||
| 860 | "python-cellbender" | ||
| 861 | "python-splicekit" | ||
| 862 | "reprotest" | ||
| 863 | "rtv" | ||
| 864 | "fandango" | ||
| 865 | "tuir" | ||
| 866 | "cnvkit" | ||
| 867 | "trytond-stock-package-shipping-mygls" | ||
| 868 | "radicale" | ||
| 869 | "python-hotspotsc" | ||
| 870 | "python-amaranth" | ||
| 871 | "trytond-account-invoice-watermark" | ||
| 872 | "trytond-account-tax-non-deductible" | ||
| 873 | "trytond-stock-assign-manual" | ||
| 874 | "trytond-account-consolidation" | ||
| 875 | "trytond-sale-credit-limit" | ||
| 876 | "python-pyhalo" | ||
| 877 | "python-sunkit-spex" | ||
| 878 | "python-sndata" | ||
| 879 | "python-pyxsim" | ||
| 880 | "python-viresclient" | ||
| 881 | "python-bdsf" | ||
| 882 | "python-petrofit" | ||
| 883 | "python-pyspedas" | ||
| 884 | "python-kanon" | ||
| 885 | "spot-nik" | ||
| 886 | "python-astronify" | ||
| 887 | "python-pysatmadrigal" | ||
| 888 | "trytond-account-receivable-rule" | ||
| 889 | "trytond-product-price-list-parent" | ||
| 890 | "python-raccoon" | ||
| 891 | "python-romancal" | ||
| 892 | "python-orbitalpy" | ||
| 893 | "python-hierarc" | ||
| 894 | "trytond-sale-invoice-date" | ||
| 895 | "tangos" | ||
| 896 | "python-space-dolphin" | ||
| 897 | "python-sbpy" | ||
| 898 | "python-edps" | ||
| 899 | "python-astroplan" | ||
| 900 | "trytond-production-outsourcing" | ||
| 901 | "python-ctaplot" | ||
| 902 | "python-pint-pulsar" | ||
| 903 | "python-aiapy" | ||
| 904 | "python-spisea" | ||
| 905 | "python-pypeit" | ||
| 906 | "trytond-stock-location-sequence" | ||
| 907 | "trytond-account-move-line-grouping" | ||
| 908 | "trytond-production-work-timesheet" | ||
| 909 | "trytond-carrier-weight" | ||
| 910 | "ginga" | ||
| 911 | "python-internetarchive" | ||
| 912 | "python-tibanna" | ||
| 913 | "offpunk" | ||
| 914 | "qutebrowser" | ||
| 915 | "syncplay" | ||
| 916 | "python-lephare" | ||
| 917 | "python-mapsims" | ||
| 918 | "python-astromartini" | ||
| 919 | "trytond-stock-location-move" | ||
| 920 | "python-regularizepsf" | ||
| 921 | "python-drizzlepac" | ||
| 922 | "python-holodeck" | ||
| 923 | "python-pyastronomy" | ||
| 924 | "trytond-currency-ro" | ||
| 925 | "python-aplpy" | ||
| 926 | "protonvpn-cli" | ||
| 927 | "proton-vpn-cli" | ||
| 928 | "sshoot" | ||
| 929 | "python-swiftsimsoap" | ||
| 930 | "openshot" | ||
| 931 | "ytcc" | ||
| 932 | "svtplay-dl" | ||
| 933 | "gaupol" | ||
| 934 | "ffmpeg-normalize" | ||
| 935 | "jellyfin-mpv-shim" | ||
| 936 | "python-acstools" | ||
| 937 | "python-pysatspaceweather" | ||
| 938 | "python-libstempo" | ||
| 939 | "csvkit" | ||
| 940 | "python-radiospectra" | ||
| 941 | "python-sunkit-magex" | ||
| 942 | "python-halotools" | ||
| 943 | "xpra" | ||
| 944 | "xpra" | ||
| 945 | "ulauncher" | ||
| 946 | "arandr" | ||
| 947 | "quicktile" | ||
| 948 | "qtile" | ||
| 949 | "python-healpy" | ||
| 950 | "python-scanorama" | ||
| 951 | "python-ega-download-client" | ||
| 952 | "taxtastic" | ||
| 953 | "python-pysnptools" | ||
| 954 | "python-mofax" | ||
| 955 | "python-mgatk" | ||
| 956 | "python-genomepy" | ||
| 957 | "stpipeline" | ||
| 958 | "python-astrodata" | ||
| 959 | "python-cooltools" | ||
| 960 | "trytond-party-avatar" | ||
| 961 | "trytond-product-cost-warehouse" | ||
| 962 | "trytond-sale-supply-production" | ||
| 963 | "trytond-sale-extra" | ||
| 964 | "python-glue-astronomy" | ||
| 965 | "python-adari-core" | ||
| 966 | "sugar-turtlepond-activity" | ||
| 967 | "python-goatools" | ||
| 968 | "python-drep" | ||
| 969 | "rseqc" | ||
| 970 | "python-snaptools" | ||
| 971 | "python-cyvcf2" | ||
| 972 | "python-pygenometracks" | ||
| 973 | "python-celltypist" | ||
| 974 | "python-demuxem" | ||
| 975 | "python-pygam" | ||
| 976 | "python-magic-impute" | ||
| 977 | "python-liana-py" | ||
| 978 | "python-muon" | ||
| 979 | "trytond-account-invoice-correction" | ||
| 980 | "trytond-stock-package-shipping-ups" | ||
| 981 | "trytond-stock-quantity-early-planning" | ||
| 982 | "trytond-purchase-secondary-unit" | ||
| 983 | "gdc-client" | ||
| 984 | "tadbit" | ||
| 985 | "tbsp" | ||
| 986 | "python-peaks2utr" | ||
| 987 | "scvelo" | ||
| 988 | "python-baltica" | ||
| 989 | "trytond-sale-product-recommendation-association-rule" | ||
| 990 | "trytond-account-tax-cash" | ||
| 991 | "trytond-quality" | ||
| 992 | "trytond-account-be" | ||
| 993 | "trytond-project-plan" | ||
| 994 | "python-cesium" | ||
| 995 | "python-glue-qt" | ||
| 996 | "python-astroalign" | ||
| 997 | "python-sunkit-image" | ||
| 998 | "python-bulkvis" | ||
| 999 | "python-asdf-compression" | ||
| 1000 | "trytond-ldap-authentication" | ||
| 1001 | "trytond-marketing-campaign" | ||
| 1002 | "trytond-stock-shipment-cost-weight" | ||
| 1003 | "trytond-stock-package-shipping-dpd" | ||
| 1004 | "trytond-gis" | ||
| 1005 | "trytond-web-shop-vue-storefront-stripe" | ||
| 1006 | "trytond-carrier-subdivision" | ||
| 1007 | "python-spacetrack" | ||
| 1008 | "python-glue-vispy-viewers" | ||
| 1009 | "python-metacells" | ||
| 1010 | "mageck" | ||
| 1011 | "python-whatshap" | ||
| 1012 | "instrain" | ||
| 1013 | "python-changeo" | ||
| 1014 | "python-scikit-bio" | ||
| 1015 | "trytond-production-split" | ||
| 1016 | "trytond-account-de-skr03" | ||
| 1017 | "trytond-sale-product-quantity" | ||
| 1018 | "trytond-account-fr-chorus" | ||
| 1019 | "trytond-account-stock-eu" | ||
| 1020 | "python-fanc" | ||
| 1021 | "python-locust" | ||
| 1022 | "borgmatic" | ||
| 1023 | "vorta" | ||
| 1024 | "cable" | ||
| 1025 | "python-pyroomacoustics" | ||
| 1026 | "r128gain" | ||
| 1027 | "audio-to-midi" | ||
| 1028 | "trytond-product-image-attribute" | ||
| 1029 | "python-pyzx" | ||
| 1030 | "python-pingouin" | ||
| 1031 | "python-anndata-minimal" | ||
| 1032 | "trytond-currency-rs" | ||
| 1033 | "python-scikit-allel" | ||
| 1034 | "python-salib" | ||
| 1035 | "python-tdda" | ||
| 1036 | "python-vedo" | ||
| 1037 | "python-manim" | ||
| 1038 | "trytond-account-statement-sepa" | ||
| 1039 | "python-omero-py" | ||
| 1040 | "python-cyclopts" | ||
| 1041 | "bpython" | ||
| 1042 | "python-dbus-python" | ||
| 1043 | "python-numpy-documentation" | ||
| 1044 | "python-clickhouse-connect" | ||
| 1045 | "python-pudb" | ||
| 1046 | "python-dm-tree" | ||
| 1047 | "staticsite" | ||
| 1048 | "python-textdistance" | ||
| 1049 | "python-decaylanguage" | ||
| 1050 | "python-scikit-survival" | ||
| 1051 | "python-hist" | ||
| 1052 | "python-vaex-core" | ||
| 1053 | "trytond-sale-stock-quantity" | ||
| 1054 | "python-nibabel" | ||
| 1055 | "python-modin" | ||
| 1056 | "python-pynsee" | ||
| 1057 | "python-pyjanitor" | ||
| 1058 | "python-uproot" | ||
| 1059 | "python-dvc-data" | ||
| 1060 | "python-multiscale-spatial-image" | ||
| 1061 | "python-pandarallel" | ||
| 1062 | "trytond-account-deposit" | ||
| 1063 | "trytond-commission-waiting" | ||
| 1064 | "trytond-party-relationship" | ||
| 1065 | "python-canmatrix" | ||
| 1066 | "python-flox" | ||
| 1067 | "python-vector" | ||
| 1068 | "python-dask-gateway" | ||
| 1069 | "trytond-carrier-percentage" | ||
| 1070 | "python-doc8" | ||
| 1071 | "python-pytest-virtualenv" | ||
| 1072 | "python-mypy-protobuf" | ||
| 1073 | "printrun" | ||
| 1074 | "tuned-minimal" | ||
| 1075 | "tuned" | ||
| 1076 | "python-clinguin" | ||
| 1077 | "trytond-account-payment-braintree" | ||
| 1078 | "dynaconf" | ||
| 1079 | "trytond-google-maps" | ||
| 1080 | "trytond-sale-promotion-coupon-payment" | ||
| 1081 | "trytond-stock-inventory-location" | ||
| 1082 | "pmbootstrap" | ||
| 1083 | "python-qutip" | ||
| 1084 | "python-cyten" | ||
| 1085 | "python-physics-tenpy" | ||
| 1086 | "rapid-photo-downloader" | ||
| 1087 | "flyer-composer" | ||
| 1088 | "trytond-sale-subscription-asset" | ||
| 1089 | "python-kivymd" | ||
| 1090 | "python-crosshair" | ||
| 1091 | "python-tox" | ||
| 1092 | "python-nox" | ||
| 1093 | "python-coveralls" | ||
| 1094 | "trytond-product-price-list-dates" | ||
| 1095 | "trytond-authentication-saml" | ||
| 1096 | "trytond-account-statement-mt940" | ||
| 1097 | "python-pythonanywhere" | ||
| 1098 | "trytond-stock-quantity-issue" | ||
| 1099 | "python-pyee" | ||
| 1100 | "python-matplotlib-documentation" | ||
| 1101 | "python-vncdotool" | ||
| 1102 | "pdfarranger" | ||
| 1103 | "weasyprint" | ||
| 1104 | "patool" | ||
| 1105 | "patchwork" | ||
| 1106 | "himitsu-secret-service" | ||
| 1107 | "impass" | ||
| 1108 | "python-robotframework-datadriver" | ||
| 1109 | "python-flask-restplus" | ||
| 1110 | "trytond-project-invoice" | ||
| 1111 | "python-txacme" | ||
| 1112 | "python-fastapi-pagination" | ||
| 1113 | "python-aiohttp-client-cache" | ||
| 1114 | "python-pyfxa" | ||
| 1115 | "python-cloud-init" | ||
| 1116 | "python-sdmx1" | ||
| 1117 | "python-flask-combo-jsonapi" | ||
| 1118 | "python-httpx2" | ||
| 1119 | "whoogle-search" | ||
| 1120 | "trytond-analytic-purchase" | ||
| 1121 | "trytond-attendance" | ||
| 1122 | "trytond-purchase-invoice-line-standalone" | ||
| 1123 | "trytond-stock-supply-day" | ||
| 1124 | "trytond-account-cash-rounding" | ||
| 1125 | "trytond-product-kit" | ||
| 1126 | "offlate" | ||
| 1127 | "meson-python" | ||
| 1128 | "python-woob" | ||
| 1129 | "python-transient" | ||
| 1130 | "python-mechanicalsoup" | ||
| 1131 | "python-linetools" | ||
| 1132 | "python-irispy-lmsal" | ||
| 1133 | "python-casa-cube" | ||
| 1134 | "python-miio" | ||
| 1135 | "fdroidserver" | ||
| 1136 | "python-pyflct" | ||
| 1137 | "fail2ban" | ||
| 1138 | "python-alpaca-py" | ||
| 1139 | "px" | ||
| 1140 | "debops" | ||
| 1141 | "solaar" | ||
| 1142 | "python-statmorph" | ||
| 1143 | "python-czml3" | ||
| 1144 | "python-ctapipe" | ||
| 1145 | "trytond-account-invoice-history" | ||
| 1146 | "python-zope-copy" | ||
| 1147 | "python-kubernetes" | ||
| 1148 | "thefuck" | ||
| 1149 | "python-scrapy" | ||
| 1150 | "trytond-stock-lot-unit" | ||
| 1151 | "trytond-analytic-sale" | ||
| 1152 | "trytond-account-statement-coda" | ||
| 1153 | "trytond-sale-shipment-tolerance" | ||
| 1154 | "trytond-authentication-sms" | ||
| 1155 | "trytond-account-stock-landed-cost-weight" | ||
| 1156 | "trytond-account-dunning-email" | ||
| 1157 | "python-mediapy" | ||
| 1158 | "python-sendgrid" | ||
| 1159 | "python-ipyparallel" | ||
| 1160 | "trytond-account-payment-sepa-cfonb" | ||
| 1161 | "python-imagecodecs" | ||
| 1162 | "kalamine" | ||
| 1163 | "python-pydoc-markdown" | ||
| 1164 | "python-twine" | ||
| 1165 | "python-flex" | ||
| 1166 | "trytond-stock-package-shipping-sendcloud" | ||
| 1167 | "trytond-account-statement-aeb43" | ||
| 1168 | "python-apispec-webframeworks" | ||
| 1169 | "python-zodb" | ||
| 1170 | "grip" | ||
| 1171 | "python-cloudscraper" | ||
| 1172 | "python-pybadges" | ||
| 1173 | "python-zope-security" | ||
| 1174 | "python-starsessions" | ||
| 1175 | "awscli" | ||
| 1176 | "python-flask-restx" | ||
| 1177 | "python-diff-cover" | ||
| 1178 | "python-rustworkx" | ||
| 1179 | "python-git-hammer" | ||
| 1180 | "python-dicomweb-client" | ||
| 1181 | "python-blacksheep" | ||
| 1182 | "awscli" | ||
| 1183 | "python-databricks-cli" | ||
| 1184 | "python-enoslib" | ||
| 1185 | "python-ldaptor" | ||
| 1186 | "python-rich-tables" | ||
| 1187 | "python-pymodbus" | ||
| 1188 | "python-cantools" | ||
| 1189 | "python-jupytext" | ||
| 1190 | "python-nbdime" | ||
| 1191 | "python-ipykernel" | ||
| 1192 | "python-ipydatawidgets" | ||
| 1193 | "limnoria" | ||
| 1194 | "mypaint" | ||
| 1195 | "hydrus-network" | ||
| 1196 | "mcomix" | ||
| 1197 | "trytond-product-classification-taxonomic" | ||
| 1198 | "python-safety" | ||
| 1199 | "python-pocket-tts" | ||
| 1200 | "trytond-account-dunning-fee" | ||
| 1201 | "trytond-user-role" | ||
| 1202 | "trytond-account-es-sii" | ||
| 1203 | "trytond-document-incoming-ocr-typless" | ||
| 1204 | "trytond-web-shop-shopify" | ||
| 1205 | "tryton" | ||
| 1206 | "trytond-stock-supply-forecast" | ||
| 1207 | "labelme" | ||
| 1208 | "python-onnx-asr" | ||
| 1209 | "libretranslate" | ||
| 1210 | "python-cleanlab" | ||
| 1211 | "python-deepxde" | ||
| 1212 | "python-burr" | ||
| 1213 | "python-visdom" | ||
| 1214 | "fenics" | ||
| 1215 | "trash-cli" | ||
| 1216 | "xonsh" | ||
| 1217 | "python-setools" | ||
| 1218 | "python-metpy" | ||
| 1219 | "yubikey-oath-dmenu" | ||
| 1220 | "python-gpy" | ||
| 1221 | "tlpui" | ||
| 1222 | "reuse" | ||
| 1223 | "python-mathlibtools" | ||
| 1224 | "python-islenska" | ||
| 1225 | "terminator" | ||
| 1226 | "soundconverter" | ||
| 1227 | "gnome-plots" | ||
| 1228 | "python-pynitrokey" | ||
| 1229 | "python-pgmpy" | ||
| 1230 | "udiskie" | ||
| 1231 | "yle-dl" | ||
| 1232 | "python-klaus" | ||
| 1233 | "pre-commit" | ||
| 1234 | "bazaar" | ||
| 1235 | "trytond-dashboard" | ||
| 1236 | "python-radian" | ||
| 1237 | "python-sshfs" | ||
| 1238 | "h-client" | ||
| 1239 | "python-asyncua" | ||
| 1240 | "python-scikit-rf" | ||
| 1241 | "python-cmsis-pack-manager" | ||
| 1242 | "mbed-tools" | ||
| 1243 | "trytond-notification-email" | ||
| 1244 | "trytond-purchase-product-quantity" | ||
| 1245 | "electron-cash" | ||
| 1246 | "python-ta-lib" | ||
| 1247 | "electrum" | ||
| 1248 | "rayforge" | ||
| 1249 | "liquidctl" | ||
| 1250 | "volctl" | ||
| 1251 | "xdot" | ||
| 1252 | "gpodder" | ||
| 1253 | "visidata" | ||
| 1254 | "python-jupyter-sphinx" | ||
| 1255 | "python-obspy" | ||
| 1256 | "python-ogr2osm" | ||
| 1257 | "python-verde" | ||
| 1258 | "python-lifelines" | ||
| 1259 | "python-osmnx" | ||
| 1260 | "gramps" | ||
| 1261 | "sc-controller" | ||
| 1262 | "unknown-horizons" | ||
| 1263 | "tuxemon" | ||
| 1264 | "python-sphinx-theme-builder" | ||
| 1265 | "plover" | ||
| 1266 | "python-pymc" | ||
| 1267 | "python-altair" | ||
| 1268 | "python-scitools-iris" | ||
| 1269 | "python-angr" | ||
| 1270 | "python-irc" | ||
| 1271 | "gajim-omemo" | ||
| 1272 | "mygnuhealth" | ||
| 1273 | "nwg-shell" | ||
| 1274 | "typobuster" | ||
| 1275 | "nicotine+" | ||
| 1276 | "opensnitch-ui" | ||
| 1277 | "python-music21" | ||
| 1278 | "python-hyperopt" | ||
| 1279 | "python-robotframework-sshlibrary" | ||
| 1280 | "python-screenkey" | ||
| 1281 | "python-pypugjs" | ||
| 1282 | "dosage" | ||
| 1283 | "sonata" | ||
| 1284 | "aw-notify" | ||
| 1285 | "python-carbon" | ||
| 1286 | "glances" | ||
| 1287 | "zulip-term" | ||
| 1288 | "jack-select" | ||
| 1289 | "assword" | ||
| 1290 | "poetry" | ||
| 1291 | "conan" | ||
| 1292 | "hatch" | ||
| 1293 | "pipx" | ||
| 1294 | "conda" | ||
| 1295 | "orange" | ||
| 1296 | "python-dns-lexicon" | ||
| 1297 | "pelican" | ||
| 1298 | "python-multiplex" | ||
| 1299 | "trytond-stock-lot-sled" | ||
| 1300 | "trytond-account-statement-ofx" | ||
| 1301 | "frescobaldi" | ||
| 1302 | "picard" | ||
| 1303 | "quodlibet" | ||
| 1304 | "python-reno" | ||
| 1305 | "python-swiftclient" | ||
| 1306 | "python-pyopencl" | ||
| 1307 | "python-csb43" | ||
| 1308 | "python-ipython-documentation" | ||
| 1309 | "python-hdbscan" | ||
| 1310 | "python-sentence-transformers" | ||
| 1311 | "python-funsor" | ||
| 1312 | "python-dlib" | ||
| 1313 | "python-pytorch-avx" | ||
| 1314 | "python-faster-whisper" | ||
| 1315 | "python-gymnasium" | ||
| 1316 | "python-botorch" | ||
| 1317 | "python-onnx" | ||
| 1318 | "poezio" | ||
| 1319 | "python-sacrebleu" | ||
| 1320 | "xapers" | ||
| 1321 | "sage" | ||
| 1322 | "rednotebook" | ||
| 1323 | "kapidox" | ||
| 1324 | "python-jupyter-mcp-server" | ||
| 1325 | "python-spyder-kernels" | ||
| 1326 | "repo2docker" | ||
| 1327 | "python-jupyter-client" | ||
| 1328 | "python-pot" | ||
| 1329 | "python-brian2tools" | ||
| 1330 | "python-synapse-s3-storage-provider" | ||
| 1331 | "pantalaimon" | ||
| 1332 | "python-mathicsscript" | ||
| 1333 | "veusz" | ||
| 1334 | "python-mathics-django" | ||
| 1335 | "python-libensemble" | ||
| 1336 | "postorius" | ||
| 1337 | "python-hyperkitty" | ||
| 1338 | "llama-cpp-scripts" | ||
| 1339 | "afew" | ||
| 1340 | "nikola" | ||
| 1341 | "rfcat" | ||
| 1342 | "qspectrumanalyzer" | ||
| 1343 | "chirp" | ||
| 1344 | "urh" | ||
| 1345 | "python-meshtastic" | ||
| 1346 | "python-quimb" | ||
| 1347 | "notifymuch" | ||
| 1348 | "magic-wormhole" | ||
| 1349 | "alot")) | ||
diff --git a/etc/teams/python/python-tier-5-manifest.scm b/etc/teams/python/python-tier-5-manifest.scm new file mode 100644 index 00000000000..8fa94a5d693 --- /dev/null +++ b/etc/teams/python/python-tier-5-manifest.scm | |||
| @@ -0,0 +1,1406 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2026 Sharlatan Hellseher <sharlatanus@gmail.com> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 19 | ;;; This manifest is a list of packages that user care about (collected via an | ||
| 20 | ;;; online form). It corresponds to the “Important packages” of GCD 005. | ||
| 21 | |||
| 22 | (specifications->manifest | ||
| 23 | (list "xpra" | ||
| 24 | "xpra" | ||
| 25 | "xlsx2csv" | ||
| 26 | "python-pyxb-x" | ||
| 27 | "xkeysnail" | ||
| 28 | "xkblayout" | ||
| 29 | "ulauncher" | ||
| 30 | "autorandr" | ||
| 31 | "arandr" | ||
| 32 | "python-wmctrl" | ||
| 33 | "quicktile" | ||
| 34 | "qtile" | ||
| 35 | "quickswitch-i3" | ||
| 36 | "csvkit" | ||
| 37 | "anonip" | ||
| 38 | "awslogs" | ||
| 39 | "python-internetarchive" | ||
| 40 | "python-tibanna" | ||
| 41 | "offpunk" | ||
| 42 | "websockify" | ||
| 43 | "linkchecker" | ||
| 44 | "python-clf" | ||
| 45 | "av-98" | ||
| 46 | "leo" | ||
| 47 | "qutebrowser" | ||
| 48 | "wfetch" | ||
| 49 | "meteo-qt" | ||
| 50 | "protonvpn-cli" | ||
| 51 | "proton-vpn-cli" | ||
| 52 | "sshuttle" | ||
| 53 | "gp-saml-gui" | ||
| 54 | "sshoot" | ||
| 55 | "vpn-slice" | ||
| 56 | "python-transient" | ||
| 57 | "qmpbackup" | ||
| 58 | "python-pynvim" | ||
| 59 | "twitchy" | ||
| 60 | "qtfaststart" | ||
| 61 | "openshot" | ||
| 62 | "ytcc" | ||
| 63 | "you-get" | ||
| 64 | "gallery-dl" | ||
| 65 | "svtplay-dl" | ||
| 66 | "gaupol" | ||
| 67 | "ffmpeg-normalize" | ||
| 68 | "vapoursynth" | ||
| 69 | "jellyfin-mpv-shim" | ||
| 70 | "syncplay" | ||
| 71 | "yle-dl" | ||
| 72 | "python-klaus" | ||
| 73 | "pre-commit" | ||
| 74 | "bazaar" | ||
| 75 | "gita" | ||
| 76 | "python-git-multimail" | ||
| 77 | "heatwave" | ||
| 78 | "grokmirror" | ||
| 79 | "gitlint" | ||
| 80 | "trac" | ||
| 81 | "vcstool" | ||
| 82 | "python-hg-evolve" | ||
| 83 | "trytond-dashboard" | ||
| 84 | "trytond-notification-email" | ||
| 85 | "trytond-purchase-product-quantity" | ||
| 86 | "trytond-product-price-list-dates" | ||
| 87 | "trytond-authentication-saml" | ||
| 88 | "trytond-stock-quantity-issue" | ||
| 89 | "trytond-carrier-percentage" | ||
| 90 | "trytond-stock-lot-unit" | ||
| 91 | "trytond-analytic-sale" | ||
| 92 | "trytond-account-statement-coda" | ||
| 93 | "trytond-sale-shipment-tolerance" | ||
| 94 | "trytond-authentication-sms" | ||
| 95 | "trytond-account-stock-landed-cost-weight" | ||
| 96 | "trytond-account-dunning-email" | ||
| 97 | "trytond-stock-package-shipping-sendcloud" | ||
| 98 | "trytond-account-statement-aeb43" | ||
| 99 | "trytond-analytic-purchase" | ||
| 100 | "trytond-attendance" | ||
| 101 | "trytond-purchase-invoice-line-standalone" | ||
| 102 | "trytond-stock-supply-day" | ||
| 103 | "trytond-account-cash-rounding" | ||
| 104 | "trytond-product-kit" | ||
| 105 | "trytond-account-invoice-history" | ||
| 106 | "trytond-project-invoice" | ||
| 107 | "trytond-currency-rs" | ||
| 108 | "trytond-sale-stock-quantity" | ||
| 109 | "trytond-account-deposit" | ||
| 110 | "trytond-commission-waiting" | ||
| 111 | "trytond-party-relationship" | ||
| 112 | "trytond-account-payment-sepa-cfonb" | ||
| 113 | "trytond-stock-lot-sled" | ||
| 114 | "trytond-account-statement-ofx" | ||
| 115 | "trytond-account-payment-braintree" | ||
| 116 | "trytond-sale-subscription-asset" | ||
| 117 | "trytond-google-maps" | ||
| 118 | "trytond-sale-promotion-coupon-payment" | ||
| 119 | "trytond-stock-inventory-location" | ||
| 120 | "trytond-account-statement-mt940" | ||
| 121 | "trytond-account-dunning-fee" | ||
| 122 | "trytond-user-role" | ||
| 123 | "trytond-account-es-sii" | ||
| 124 | "trytond-document-incoming-ocr-typless" | ||
| 125 | "trytond-web-shop-shopify" | ||
| 126 | "tryton" | ||
| 127 | "trytond-stock-supply-forecast" | ||
| 128 | "trytond-product-classification-taxonomic" | ||
| 129 | "trytond-account-statement-sepa" | ||
| 130 | "trytond-currency-ro" | ||
| 131 | "trytond-account-receivable-rule" | ||
| 132 | "trytond-product-price-list-parent" | ||
| 133 | "trytond-stock-location-move" | ||
| 134 | "trytond-production-work-timesheet" | ||
| 135 | "trytond-carrier-weight" | ||
| 136 | "trytond-production-outsourcing" | ||
| 137 | "trytond-account-tax-non-deductible" | ||
| 138 | "trytond-stock-assign-manual" | ||
| 139 | "trytond-account-consolidation" | ||
| 140 | "trytond-sale-credit-limit" | ||
| 141 | "trytond-stock-location-sequence" | ||
| 142 | "trytond-account-move-line-grouping" | ||
| 143 | "trytond-stock-shipment-cost-weight" | ||
| 144 | "trytond-stock-package-shipping-dpd" | ||
| 145 | "trytond-gis" | ||
| 146 | "trytond-web-shop-vue-storefront-stripe" | ||
| 147 | "trytond-carrier-subdivision" | ||
| 148 | "trytond-sale-invoice-date" | ||
| 149 | "trytond-account-fr-chorus" | ||
| 150 | "trytond-sale-product-recommendation-association-rule" | ||
| 151 | "trytond-account-tax-cash" | ||
| 152 | "trytond-quality" | ||
| 153 | "trytond-account-be" | ||
| 154 | "trytond-project-plan" | ||
| 155 | "trytond-ldap-authentication" | ||
| 156 | "trytond-marketing-campaign" | ||
| 157 | "trytond-production-split" | ||
| 158 | "trytond-account-de-skr03" | ||
| 159 | "trytond-sale-product-quantity" | ||
| 160 | "trytond-product-image-attribute" | ||
| 161 | "trytond-account-stock-eu" | ||
| 162 | "trytond-party-avatar" | ||
| 163 | "trytond-product-cost-warehouse" | ||
| 164 | "trytond-sale-supply-production" | ||
| 165 | "trytond-sale-extra" | ||
| 166 | "trytond-account-invoice-correction" | ||
| 167 | "trytond-stock-package-shipping-ups" | ||
| 168 | "trytond-stock-quantity-early-planning" | ||
| 169 | "trytond-purchase-secondary-unit" | ||
| 170 | "trytond-account-stock-shipment-cost-weight" | ||
| 171 | "trytond-account-rule" | ||
| 172 | "trytond-account-invoice-watermark" | ||
| 173 | "trytond-stock-package-shipping-mygls" | ||
| 174 | "trytond-stock-product-location" | ||
| 175 | "trytond-sale-complaint" | ||
| 176 | "trytond-analytic-budget" | ||
| 177 | "python-tree-sitter-javascript" | ||
| 178 | "python-tree-sitter-python" | ||
| 179 | "python-tree-sitter-json" | ||
| 180 | "python-tree-sitter-html" | ||
| 181 | "python-tree-sitter-rust" | ||
| 182 | "python-terminaltexteffects" | ||
| 183 | "tractor" | ||
| 184 | "nyx" | ||
| 185 | "onionshare" | ||
| 186 | "nuklear" | ||
| 187 | "python-libtmux" | ||
| 188 | "letsencrypt" | ||
| 189 | "certbot" | ||
| 190 | "termdown" | ||
| 191 | "python-relativetimebuilder" | ||
| 192 | "python-pytz-deprecation-shim" | ||
| 193 | "python-timezonefinder" | ||
| 194 | "python-pytzdata" | ||
| 195 | "papis" | ||
| 196 | "tldr" | ||
| 197 | "pandoc-include" | ||
| 198 | "cobib" | ||
| 199 | "typstwriter" | ||
| 200 | "manuskript" | ||
| 201 | "rassumfrassum" | ||
| 202 | "rubber" | ||
| 203 | "t-todo-manager" | ||
| 204 | "todoman" | ||
| 205 | "annextimelog" | ||
| 206 | "clikan" | ||
| 207 | "watson" | ||
| 208 | "vit" | ||
| 209 | "tuir" | ||
| 210 | "rtv" | ||
| 211 | "morss" | ||
| 212 | "syncthing-gtk" | ||
| 213 | "sugar-write-activity" | ||
| 214 | "sugar-physics-activity" | ||
| 215 | "sugar-log-activity" | ||
| 216 | "sugar-cellgame-activity" | ||
| 217 | "sugar-river-crossing-activity" | ||
| 218 | "sugar-read-activity" | ||
| 219 | "sugar-portfolio-activity" | ||
| 220 | "sugar-turtleart-activity" | ||
| 221 | "sugar-jukebox-activity" | ||
| 222 | "sugar-browse-activity" | ||
| 223 | "sugar-commander-activity" | ||
| 224 | "sugar-block-party-activity" | ||
| 225 | "sugar-classify-cats-activity" | ||
| 226 | "sugar-help-activity" | ||
| 227 | "sugar-typing-turtle-activity" | ||
| 228 | "sugar-maze-activity" | ||
| 229 | "sugar-chat-activity" | ||
| 230 | "sugar-turtlepond-activity" | ||
| 231 | "sugar-terminal-activity" | ||
| 232 | "plover" | ||
| 233 | "python-mapie" | ||
| 234 | "python-hdmedians" | ||
| 235 | "python-pymc" | ||
| 236 | "python-altair" | ||
| 237 | "python-lifelines" | ||
| 238 | "python-statannotations" | ||
| 239 | "python-pgmpy" | ||
| 240 | "python-chaospy" | ||
| 241 | "python-radian" | ||
| 242 | "python-sshfs" | ||
| 243 | "webssh" | ||
| 244 | "clustershell" | ||
| 245 | "visidata" | ||
| 246 | "python-sphinxcontrib-github-alt" | ||
| 247 | "python-sphinx-autodoc-typehints" | ||
| 248 | "python-jupyter-sphinx" | ||
| 249 | "python-sphinx-me" | ||
| 250 | "python-sphinx-tabs" | ||
| 251 | "python-sphinx-pytest" | ||
| 252 | "python-sphinx-theme-builder" | ||
| 253 | "python-onnx-asr" | ||
| 254 | "python-pocket-tts" | ||
| 255 | "python-scm-sr-ht" | ||
| 256 | "fenics" | ||
| 257 | "python-fenics-ufl" | ||
| 258 | "python-open-simulation-interface" | ||
| 259 | "python-pygmsh" | ||
| 260 | "python-simpy" | ||
| 261 | "python-commonroad-route-planner" | ||
| 262 | "shell-functools" | ||
| 263 | "trash-cli" | ||
| 264 | "xonsh" | ||
| 265 | "python-feather-format" | ||
| 266 | "python-ckdl" | ||
| 267 | "python-setools" | ||
| 268 | "python-pynitrokey" | ||
| 269 | "yubikey-oath-dmenu" | ||
| 270 | "xapers" | ||
| 271 | "sage" | ||
| 272 | "rednotebook" | ||
| 273 | "python-sparqlwrapper" | ||
| 274 | "rfcat" | ||
| 275 | "nanovna-saver" | ||
| 276 | "qspectrumanalyzer" | ||
| 277 | "chirp" | ||
| 278 | "urh" | ||
| 279 | "python-meshtastic" | ||
| 280 | "python-quimb" | ||
| 281 | "python-qt.py" | ||
| 282 | "python-perfplot" | ||
| 283 | "python-daemonize" | ||
| 284 | "python-click-threading" | ||
| 285 | "python-gipc" | ||
| 286 | "python-version" | ||
| 287 | "python-slugid" | ||
| 288 | "python-colorful" | ||
| 289 | "nikola" | ||
| 290 | "python-simplegeneric" | ||
| 291 | "python-flit" | ||
| 292 | "python-lfdfiles" | ||
| 293 | "python-doxypypy" | ||
| 294 | "python-hissp" | ||
| 295 | "python-keeper-secrets-manager-helper" | ||
| 296 | "python-pynixutil" | ||
| 297 | "python-readlike" | ||
| 298 | "python-proto-matcher" | ||
| 299 | "python-pdoc3" | ||
| 300 | "python-sarge" | ||
| 301 | "python-forex-python" | ||
| 302 | "python-icegrams" | ||
| 303 | "python-titlecase" | ||
| 304 | "python-robotframework-sshlibrary" | ||
| 305 | "python-pydantic-cli" | ||
| 306 | "python-rst-linker" | ||
| 307 | "python-crc" | ||
| 308 | "python-screenkey" | ||
| 309 | "python-pyprind" | ||
| 310 | "python-pyclibrary" | ||
| 311 | "python-pymonad" | ||
| 312 | "python-gorilla" | ||
| 313 | "python-pyroutelib3" | ||
| 314 | "python-py3dns" | ||
| 315 | "python-glom" | ||
| 316 | "python-sentry-sdk-minimal" | ||
| 317 | "python-flake8-isort" | ||
| 318 | "python-eris" | ||
| 319 | "python-honcho" | ||
| 320 | "python-redo" | ||
| 321 | "python-pystitcher" | ||
| 322 | "python-mdx-gh-links" | ||
| 323 | "python-pypugjs" | ||
| 324 | "dosage" | ||
| 325 | "python-pyfuse3" | ||
| 326 | "python-shshsh" | ||
| 327 | "python-referencing-bootstrap" | ||
| 328 | "python-csb43" | ||
| 329 | "python-nanoid" | ||
| 330 | "python-pywal16" | ||
| 331 | "python-serpent" | ||
| 332 | "python-pygdbmi" | ||
| 333 | "python-crayons" | ||
| 334 | "python-urwidgets" | ||
| 335 | "python-gh-md-to-html" | ||
| 336 | "python-fastentrypoints" | ||
| 337 | "python-autoflake8" | ||
| 338 | "python-jsonplus" | ||
| 339 | "python-multiplex" | ||
| 340 | "python-box" | ||
| 341 | "python-angr" | ||
| 342 | "python-nrepl" | ||
| 343 | "python-helpdev" | ||
| 344 | "python-pytidylib" | ||
| 345 | "python-docx" | ||
| 346 | "python-logfury" | ||
| 347 | "python-qnorm" | ||
| 348 | "python-matplotlib-venn" | ||
| 349 | "python-xdg" | ||
| 350 | "python-deepmerge" | ||
| 351 | "python-securetar" | ||
| 352 | "python-pyemd" | ||
| 353 | "python-fit-nbinom" | ||
| 354 | "python-safety" | ||
| 355 | "python-mdx-include" | ||
| 356 | "python-labjack" | ||
| 357 | "python-vendetect" | ||
| 358 | "python-file" | ||
| 359 | "python-tempdir" | ||
| 360 | "python-argopt" | ||
| 361 | "python-dns-lexicon" | ||
| 362 | "python-simpervisor" | ||
| 363 | "pelican" | ||
| 364 | "python-readability" | ||
| 365 | "python-flake8-debugger" | ||
| 366 | "python-gatt" | ||
| 367 | "python-flake8-todo" | ||
| 368 | "python-types-simplejson" | ||
| 369 | "python-py-consul" | ||
| 370 | "python-munch" | ||
| 371 | "python-diceware" | ||
| 372 | "python-ipython-documentation" | ||
| 373 | "python-chevron" | ||
| 374 | "python-rassumfrassum" | ||
| 375 | "python-pythonanywhere" | ||
| 376 | "python-pywatchman" | ||
| 377 | "python-pixelmatch" | ||
| 378 | "python-citeproc-py" | ||
| 379 | "python-jinja2-fragments" | ||
| 380 | "python-robotframework-datadriver" | ||
| 381 | "python-pyee" | ||
| 382 | "python-flake8-quotes" | ||
| 383 | "python-apipkg" | ||
| 384 | "python-hypy-utils" | ||
| 385 | "python-whenever" | ||
| 386 | "python-bsdiff4" | ||
| 387 | "python-backcall" | ||
| 388 | "python-pybloom-live" | ||
| 389 | "python-types-freezegun" | ||
| 390 | "python-matplotlib-documentation" | ||
| 391 | "python-parallel" | ||
| 392 | "python-fusepy" | ||
| 393 | "python-robotframework-pabot" | ||
| 394 | "python-gitignore-parser" | ||
| 395 | "python-altgraph" | ||
| 396 | "python-vncdotool" | ||
| 397 | "python-importmagic" | ||
| 398 | "python-attr" | ||
| 399 | "python-types-docutils" | ||
| 400 | "python-yaspin" | ||
| 401 | "python-ast-decompiler" | ||
| 402 | "python-zipfly" | ||
| 403 | "python-pylatex" | ||
| 404 | "python-json-e" | ||
| 405 | "python-djvulibre" | ||
| 406 | "python-pyinotify-cli" | ||
| 407 | "python-exitcode" | ||
| 408 | "python-sre-yield" | ||
| 409 | "python-pytest-check-links" | ||
| 410 | "python-orgparse" | ||
| 411 | "python-numpy-documentation" | ||
| 412 | "python-poyo" | ||
| 413 | "python-telethon" | ||
| 414 | "python-jinxed" | ||
| 415 | "nbss-upload" | ||
| 416 | "python-icdiff" | ||
| 417 | "python-json2html" | ||
| 418 | "python-iteround" | ||
| 419 | "python-toposort" | ||
| 420 | "jube" | ||
| 421 | "python-cplot" | ||
| 422 | "python-bigfloat" | ||
| 423 | "python-grako" | ||
| 424 | "shrinkwrap" | ||
| 425 | "python-clickhouse-connect" | ||
| 426 | "python-pudb" | ||
| 427 | "python-py-tes" | ||
| 428 | "ptpython" | ||
| 429 | "python-esprima" | ||
| 430 | "python-posix-ipc" | ||
| 431 | "python-py3status" | ||
| 432 | "python-rst2ansi" | ||
| 433 | "python-pubmed-parser" | ||
| 434 | "python-whichcraft" | ||
| 435 | "python-ipython-sql" | ||
| 436 | "python-logzero" | ||
| 437 | "python-json-log-formatter" | ||
| 438 | "python-crossenv" | ||
| 439 | "python-arpeggio" | ||
| 440 | "python-dm-tree" | ||
| 441 | "python-jinja2-cli" | ||
| 442 | "python-numpysane" | ||
| 443 | "python-ncclient" | ||
| 444 | "python-stltools" | ||
| 445 | "python-poetry-plugin-export" | ||
| 446 | "python-musical-scales" | ||
| 447 | "staticsite" | ||
| 448 | "python-cairosvg" | ||
| 449 | "python-bsddb3" | ||
| 450 | "dynaconf" | ||
| 451 | "python-pyld" | ||
| 452 | "python-flatten-json" | ||
| 453 | "python-discovery" | ||
| 454 | "python-lsp-black" | ||
| 455 | "python-datrie" | ||
| 456 | "python-roundrobin" | ||
| 457 | "python-wheel-filename" | ||
| 458 | "python-fastprogress" | ||
| 459 | "python-bz2file" | ||
| 460 | "python-vcversioner" | ||
| 461 | "python-textdistance" | ||
| 462 | "python-kazoo" | ||
| 463 | "python-ddlparse" | ||
| 464 | "python-treelib" | ||
| 465 | "python-pydevtool" | ||
| 466 | "python-onetimepass" | ||
| 467 | "python-pyfavicon" | ||
| 468 | "python-omero-py" | ||
| 469 | "python-concurrent-log-handler" | ||
| 470 | "python-get-version" | ||
| 471 | "python-pywinrm" | ||
| 472 | "python-cyclopts" | ||
| 473 | "bpython" | ||
| 474 | "python-click-plugins-1" | ||
| 475 | "python-dbus-python" | ||
| 476 | "python-nestedtext" | ||
| 477 | "python-node-semver" | ||
| 478 | "python-autoflake" | ||
| 479 | "python-cachetools" | ||
| 480 | "python-biblib" | ||
| 481 | "python-canmatrix" | ||
| 482 | "python-pyan3" | ||
| 483 | "python-aionotify" | ||
| 484 | "python-puccinialin" | ||
| 485 | "python-clikit" | ||
| 486 | "python-easy-ansi" | ||
| 487 | "python-gpxpy" | ||
| 488 | "python-pybtex-apa-style" | ||
| 489 | "python-mkdocs-markdownextradata-plugin" | ||
| 490 | "python-pdoc" | ||
| 491 | "python-osc" | ||
| 492 | "python-udapi" | ||
| 493 | "python-swagger-spec-validator" | ||
| 494 | "python-translitcodec" | ||
| 495 | "python-reparser" | ||
| 496 | "python-flake8-pyi" | ||
| 497 | "python-flake8-print" | ||
| 498 | "python-extract-dtb" | ||
| 499 | "python-flake8-implicit-str-concat" | ||
| 500 | "python-pylsp-mypy" | ||
| 501 | "python-calmjs-parse" | ||
| 502 | "python-asn1tools" | ||
| 503 | "python-glob2" | ||
| 504 | "python-flake8-blind-except" | ||
| 505 | "python-pymemcache" | ||
| 506 | "python-bip39" | ||
| 507 | "python-three-merge" | ||
| 508 | "python-imagecodecs" | ||
| 509 | "python-pytelegrambotapi" | ||
| 510 | "online-judge-tools" | ||
| 511 | "python-num2words" | ||
| 512 | "python-numpy-stl" | ||
| 513 | "python-pylsp-rope" | ||
| 514 | "kalamine" | ||
| 515 | "python-calver" | ||
| 516 | "python-plotext" | ||
| 517 | "python-async-timeout" | ||
| 518 | "python-pydoc-markdown" | ||
| 519 | "python-sbsv" | ||
| 520 | "python-yamlcore-0.0.2" | ||
| 521 | "python-huey" | ||
| 522 | "python-roifile" | ||
| 523 | "python-singledispatch" | ||
| 524 | "python-twine" | ||
| 525 | "python-flex" | ||
| 526 | "python-pyct" | ||
| 527 | "python-inotify" | ||
| 528 | "python-types-dateutil" | ||
| 529 | "python-flake8-continuation" | ||
| 530 | "python-dialog" | ||
| 531 | "python-dirsync" | ||
| 532 | "python-qstylizer" | ||
| 533 | "python-commandlines" | ||
| 534 | "python-termstyle" | ||
| 535 | "python-mediapy" | ||
| 536 | "python-apispec-webframeworks" | ||
| 537 | "python-ipyparallel" | ||
| 538 | "python-duet" | ||
| 539 | "python-mwclient" | ||
| 540 | "python-graphene" | ||
| 541 | "python-diff-cover" | ||
| 542 | "python-tftpy" | ||
| 543 | "python-catppuccin" | ||
| 544 | "python-cantools" | ||
| 545 | "python-ld" | ||
| 546 | "python-sshpubkeys" | ||
| 547 | "python-multiprocessing-logging" | ||
| 548 | "python-plotille" | ||
| 549 | "python-wand" | ||
| 550 | "python-pdftotext" | ||
| 551 | "python-djitellopy" | ||
| 552 | "python-yamlloader" | ||
| 553 | "python-hy" | ||
| 554 | "python-nb-clean" | ||
| 555 | "python-user-agents" | ||
| 556 | "python-annexremote" | ||
| 557 | "python-colored" | ||
| 558 | "python-zipstream-new" | ||
| 559 | "python-ratelimiter" | ||
| 560 | "python-sh" | ||
| 561 | "python-pyuca" | ||
| 562 | "python-logwrap" | ||
| 563 | "python-ipfsspec" | ||
| 564 | "python-devtools" | ||
| 565 | "python-pynamecheap" | ||
| 566 | "python-pythondialog" | ||
| 567 | "python-rbfly" | ||
| 568 | "python-langcodes" | ||
| 569 | "python-sinfo" | ||
| 570 | "python-takethetime" | ||
| 571 | "python-etcd3" | ||
| 572 | "python-clrprint" | ||
| 573 | "python-quantlaw" | ||
| 574 | "python-pdf2image" | ||
| 575 | "python-click-aliases" | ||
| 576 | "python-sacn" | ||
| 577 | "python-doxyqml" | ||
| 578 | "python-miniboa" | ||
| 579 | "python-anyascii" | ||
| 580 | "python-namex" | ||
| 581 | "python-schedule" | ||
| 582 | "python-portpicker" | ||
| 583 | "python-fancycompleter" | ||
| 584 | "python-executor" | ||
| 585 | "python-awesomeversion" | ||
| 586 | "python-pyment" | ||
| 587 | "python-git-hammer" | ||
| 588 | "python-zeroc-ice" | ||
| 589 | "python-q" | ||
| 590 | "python-rich-tables" | ||
| 591 | "python-pymodbus" | ||
| 592 | "python-pylru" | ||
| 593 | "python-pytooling" | ||
| 594 | "python-grandalf" | ||
| 595 | "python-pyls-spyder" | ||
| 596 | "python-rustworkx" | ||
| 597 | "python-ilinkedlist" | ||
| 598 | "offlate" | ||
| 599 | "python-click-option-group" | ||
| 600 | "python-universal-pathlib" | ||
| 601 | "python-schematics" | ||
| 602 | "python-misskey" | ||
| 603 | "python-simpleaudio" | ||
| 604 | "python-session-info" | ||
| 605 | "python-icmplib" | ||
| 606 | "python-lunr" | ||
| 607 | "python-miniupnpc" | ||
| 608 | "python-style" | ||
| 609 | "python-flake8-bugbear" | ||
| 610 | "python-robotframework-seleniumscreenshots" | ||
| 611 | "python-straight-plugin" | ||
| 612 | "meson-python" | ||
| 613 | "python-isoweek" | ||
| 614 | "python-ipdb" | ||
| 615 | "python-jaraco-packaging" | ||
| 616 | "python-jsonalias" | ||
| 617 | "python-flask-migrate" | ||
| 618 | "python-pyscss" | ||
| 619 | "python-wikidata" | ||
| 620 | "python-sendgrid" | ||
| 621 | "python-openid-teams" | ||
| 622 | "python-flask-restx" | ||
| 623 | "python-waybackpack" | ||
| 624 | "python-flask-principal" | ||
| 625 | "python-flask-paginate" | ||
| 626 | "python-pynetbox" | ||
| 627 | "python-beren" | ||
| 628 | "python-aiohttp-retry" | ||
| 629 | "python-requests-ftp" | ||
| 630 | "python-htmlmin" | ||
| 631 | "python-aiohttp-client-cache" | ||
| 632 | "python-docusign-esign" | ||
| 633 | "python-flask-multistatic" | ||
| 634 | "whoogle-search" | ||
| 635 | "python-feedgen" | ||
| 636 | "python-whereismyip" | ||
| 637 | "python-ndg-httpsclient" | ||
| 638 | "python-falcon-cors" | ||
| 639 | "python-robotframework-requests" | ||
| 640 | "python-txacme" | ||
| 641 | "python-furl" | ||
| 642 | "python-behave-web-api" | ||
| 643 | "python-fastapi-pagination" | ||
| 644 | "python-mechanicalsoup" | ||
| 645 | "python-tornado-6" | ||
| 646 | "python-zope-copy" | ||
| 647 | "python-werkzeug" | ||
| 648 | "python-wtforms-sqlalchemy" | ||
| 649 | "python-hookdns" | ||
| 650 | "python-flask-markdown" | ||
| 651 | "python-hstspreload" | ||
| 652 | "s3cmd" | ||
| 653 | "python-domain-connect-dyndns" | ||
| 654 | "python-tornado-http-auth" | ||
| 655 | "python-kubernetes" | ||
| 656 | "python-uritemplate" | ||
| 657 | "python-google" | ||
| 658 | "python-alpaca-py" | ||
| 659 | "python-flask-restplus" | ||
| 660 | "python-pybrowserid" | ||
| 661 | "python-flask-assets" | ||
| 662 | "python-canvasapi" | ||
| 663 | "python-pyfxa" | ||
| 664 | "python-cloud-init" | ||
| 665 | "python-whitenoise" | ||
| 666 | "python-ws4py" | ||
| 667 | "python-flask-htmlmin" | ||
| 668 | "python-pathy" | ||
| 669 | "python-sdmx1" | ||
| 670 | "python-openid-cla" | ||
| 671 | "python-stripe" | ||
| 672 | "python-flask-combo-jsonapi" | ||
| 673 | "python-woob" | ||
| 674 | "python-zodb" | ||
| 675 | "python-wsgiproxy2" | ||
| 676 | "python-fastapi-pagination-minimal" | ||
| 677 | "python-flask-oidc" | ||
| 678 | "python-mohawk" | ||
| 679 | "python-warcio" | ||
| 680 | "python-azure-storage-nspkg" | ||
| 681 | "python-ovh" | ||
| 682 | "grip" | ||
| 683 | "python-minio" | ||
| 684 | "python-cloudscraper" | ||
| 685 | "python-flask-httpauth" | ||
| 686 | "python-pybadges" | ||
| 687 | "python-zope-security" | ||
| 688 | "python-mwparserfromhell" | ||
| 689 | "python-justhtml" | ||
| 690 | "python-flask-seasurf" | ||
| 691 | "python-random-user-agent" | ||
| 692 | "python-opentelemetry-test-utils" | ||
| 693 | "python-starsessions" | ||
| 694 | "python-webrtcvad-wheels" | ||
| 695 | "awscli" | ||
| 696 | "python-flask-restful-swagger" | ||
| 697 | "python-pyzabbix" | ||
| 698 | "python-slowapi" | ||
| 699 | "python-jose" | ||
| 700 | "python-dicomweb-client" | ||
| 701 | "python-sockjs-tornado" | ||
| 702 | "python-ajsonrpc" | ||
| 703 | "python-blacksheep" | ||
| 704 | "awscli" | ||
| 705 | "python-giturlparse" | ||
| 706 | "python-databricks-cli" | ||
| 707 | "python-urlgrabber" | ||
| 708 | "python-asyncer" | ||
| 709 | "python-querystring-parser" | ||
| 710 | "python-enoslib" | ||
| 711 | "python-quart-trio" | ||
| 712 | "python-imap-tools" | ||
| 713 | "python-ldaptor" | ||
| 714 | "python-fastapi-csrf-protect" | ||
| 715 | "python-vf-1" | ||
| 716 | "python-port-for" | ||
| 717 | "python-aiohttp-cors" | ||
| 718 | "python-scrapy" | ||
| 719 | "python-httpx2" | ||
| 720 | "python-pymcubes" | ||
| 721 | "python-scikit-surprise" | ||
| 722 | "python-snakemake-interface-software-deployment-plugins" | ||
| 723 | "python-upsetplot" | ||
| 724 | "python-decaylanguage" | ||
| 725 | "python-scikit-survival" | ||
| 726 | "python-hist" | ||
| 727 | "python-vaex-core" | ||
| 728 | "python-mpsplines" | ||
| 729 | "python-tspex" | ||
| 730 | "python-nibabel" | ||
| 731 | "python-scikit-fuzzy" | ||
| 732 | "python-numba-stats" | ||
| 733 | "python-modin" | ||
| 734 | "python-pynsee" | ||
| 735 | "python-pynrrd" | ||
| 736 | "python-pyjanitor" | ||
| 737 | "python-simple-pid" | ||
| 738 | "python-dask-gateway" | ||
| 739 | "python-scikit-opt" | ||
| 740 | "python-dvc-data" | ||
| 741 | "python-multiscale-spatial-image" | ||
| 742 | "python-xarray-schema" | ||
| 743 | "python-snakemake-executor-plugin-slurm" | ||
| 744 | "python-pandarallel" | ||
| 745 | "python-flox" | ||
| 746 | "python-vector" | ||
| 747 | "python-uproot" | ||
| 748 | "python-qdldl" | ||
| 749 | "python-pyzx" | ||
| 750 | "pyzo" | ||
| 751 | "python-pingouin" | ||
| 752 | "python-pyts" | ||
| 753 | "python-scikit-misc" | ||
| 754 | "python-anndata-minimal" | ||
| 755 | "python-pyfma" | ||
| 756 | "python-scikit-allel" | ||
| 757 | "python-asap3" | ||
| 758 | "python-pyet" | ||
| 759 | "python-apted" | ||
| 760 | "python-salib" | ||
| 761 | "python-pynetdicom" | ||
| 762 | "python-tdda" | ||
| 763 | "python-vedo" | ||
| 764 | "python-deepdish" | ||
| 765 | "python-manim" | ||
| 766 | "python-asynckivy" | ||
| 767 | "python-kivymd" | ||
| 768 | "python-pylibscrypt" | ||
| 769 | "python-pgpy" | ||
| 770 | "python-kerberos" | ||
| 771 | "python-zxcvbn" | ||
| 772 | "python-mcuboot-imgtool" | ||
| 773 | "python-ntlm-auth" | ||
| 774 | "python-sop" | ||
| 775 | "python-axolotl-curve25519" | ||
| 776 | "python-scrypt" | ||
| 777 | "python-certipy" | ||
| 778 | "python-bcj-cffi" | ||
| 779 | "python-deflate" | ||
| 780 | "python-bitshuffle" | ||
| 781 | "python-python-snappy" | ||
| 782 | "python-ppmd-cffi" | ||
| 783 | "python-robber" | ||
| 784 | "python-crosshair" | ||
| 785 | "python-codacy-coverage" | ||
| 786 | "python-tox" | ||
| 787 | "python-nox" | ||
| 788 | "python-coveralls" | ||
| 789 | "python-pytest-mpi" | ||
| 790 | "python-vulture" | ||
| 791 | "python-robotframework-jsonlibrary" | ||
| 792 | "python-flake8-docstrings" | ||
| 793 | "python-doc8" | ||
| 794 | "python-flake8-comprehensions" | ||
| 795 | "python-flake8-builtins" | ||
| 796 | "python-pylint-venv" | ||
| 797 | "python-pytest-testmon" | ||
| 798 | "python-pytest-cookies" | ||
| 799 | "python-nose" | ||
| 800 | "python-pytest-pydocstyle" | ||
| 801 | "python-pytest-doctest-custom" | ||
| 802 | "python-eradicate" | ||
| 803 | "python-lsp-ruff" | ||
| 804 | "python-pytest-csv" | ||
| 805 | "python-flake8-class-newline" | ||
| 806 | "python-pytest-virtualenv" | ||
| 807 | "python-pytest-black" | ||
| 808 | "python-pytest-parawtf" | ||
| 809 | "python-pytest-random-order" | ||
| 810 | "python-flake8-import-order" | ||
| 811 | "python-pytest-fail-slow" | ||
| 812 | "python-scspell3k" | ||
| 813 | "python-green" | ||
| 814 | "python-flake8-deprecated" | ||
| 815 | "python-pep8-naming" | ||
| 816 | "python-pypa-installer" | ||
| 817 | "python-pytoml" | ||
| 818 | "python-wheel" | ||
| 819 | "pulsemixer" | ||
| 820 | "python-nanopb" | ||
| 821 | "python-pure-protobuf" | ||
| 822 | "python-protobuf" | ||
| 823 | "python-mypy-protobuf" | ||
| 824 | "printrun" | ||
| 825 | "tuned-minimal" | ||
| 826 | "tuned" | ||
| 827 | "python-clingox" | ||
| 828 | "python-clintest" | ||
| 829 | "python-asprin" | ||
| 830 | "python-plingo" | ||
| 831 | "python-telingo" | ||
| 832 | "python-clinguin" | ||
| 833 | "pmbootstrap" | ||
| 834 | "python-qutip" | ||
| 835 | "python-cyten" | ||
| 836 | "python-physics-tenpy" | ||
| 837 | "rapid-photo-downloader" | ||
| 838 | "stapler" | ||
| 839 | "flyer-composer" | ||
| 840 | "impressive" | ||
| 841 | "flyer-composer-cli" | ||
| 842 | "pdfposter" | ||
| 843 | "pdfarranger" | ||
| 844 | "weasyprint" | ||
| 845 | "patool" | ||
| 846 | "patchwork" | ||
| 847 | "pwclient" | ||
| 848 | "himitsu-secret-service" | ||
| 849 | "impass" | ||
| 850 | "cpass" | ||
| 851 | "assword" | ||
| 852 | "pass-git-helper" | ||
| 853 | "secretsd" | ||
| 854 | "lesspass" | ||
| 855 | "xkcdpass" | ||
| 856 | "pass-rotate" | ||
| 857 | "python-simple-slurm" | ||
| 858 | "python-pathos" | ||
| 859 | "poetry" | ||
| 860 | "conan" | ||
| 861 | "hatch" | ||
| 862 | "pipx" | ||
| 863 | "python-gyp" | ||
| 864 | "conda" | ||
| 865 | "orange" | ||
| 866 | "python-reno" | ||
| 867 | "python-openstackdocstheme" | ||
| 868 | "python-git-review" | ||
| 869 | "python-swiftclient" | ||
| 870 | "python-bonsai" | ||
| 871 | "python-pyopencl" | ||
| 872 | "nwg-shell" | ||
| 873 | "nwg-hello" | ||
| 874 | "typobuster" | ||
| 875 | "python-scrape-schema-recipe" | ||
| 876 | "nicotine+" | ||
| 877 | "shadowsocks" | ||
| 878 | "python-pysctp" | ||
| 879 | "python-ipy" | ||
| 880 | "pagekite" | ||
| 881 | "opensnitch-ui" | ||
| 882 | "httpstat" | ||
| 883 | "python-isrcsubmit" | ||
| 884 | "python-music21" | ||
| 885 | "abjad-ext-nauert" | ||
| 886 | "jack-select" | ||
| 887 | "beets-beetcamp" | ||
| 888 | "mopidy-mopiqtt" | ||
| 889 | "beets-bandcamp" | ||
| 890 | "abjad" | ||
| 891 | "frescobaldi" | ||
| 892 | "picard" | ||
| 893 | "abjad-ext-rmakers" | ||
| 894 | "quodlibet" | ||
| 895 | "python-abjad-ext-nauert" | ||
| 896 | "instantmusic" | ||
| 897 | "python-abjad-ext-rmakers" | ||
| 898 | "mopidy-local" | ||
| 899 | "isrcsubmit" | ||
| 900 | "sonata" | ||
| 901 | "aw-notify" | ||
| 902 | "python-whisper" | ||
| 903 | "zabbix-cli" | ||
| 904 | "aw-qt" | ||
| 905 | "aw-watcher-input" | ||
| 906 | "temper-exporter" | ||
| 907 | "python-carbon" | ||
| 908 | "glances" | ||
| 909 | "aw-watcher-window" | ||
| 910 | "weechat-wee-slack" | ||
| 911 | "zulip-term" | ||
| 912 | "poezio" | ||
| 913 | "python-zulip-botserver" | ||
| 914 | "python-irc" | ||
| 915 | "twtxt" | ||
| 916 | "gajim-omemo" | ||
| 917 | "mygnuhealth" | ||
| 918 | "python-matrix-client" | ||
| 919 | "python-synapse-s3-storage-provider" | ||
| 920 | "pantalaimon" | ||
| 921 | "python-mathicsscript" | ||
| 922 | "veusz" | ||
| 923 | "python-constraint2" | ||
| 924 | "python-mathics-django" | ||
| 925 | "python-ndim" | ||
| 926 | "python-libensemble" | ||
| 927 | "python-mathics3-notebook-frontends" | ||
| 928 | "python-cylp" | ||
| 929 | "python-markdownify" | ||
| 930 | "postorius" | ||
| 931 | "getmail" | ||
| 932 | "offlineimap3" | ||
| 933 | "offlineimap" | ||
| 934 | "python-hyperkitty" | ||
| 935 | "alot" | ||
| 936 | "afew" | ||
| 937 | "rss2email" | ||
| 938 | "getmail6" | ||
| 939 | "urlscan" | ||
| 940 | "notifymuch" | ||
| 941 | "python-mailman-hyperkitty" | ||
| 942 | "magic-wormhole" | ||
| 943 | "python-torchfile" | ||
| 944 | "llama-cpp-scripts" | ||
| 945 | "argos-translate-gui" | ||
| 946 | "python-geomloss" | ||
| 947 | "python-hdbscan" | ||
| 948 | "python-mord" | ||
| 949 | "python-sentence-transformers" | ||
| 950 | "python-brian2tools" | ||
| 951 | "python-funsor" | ||
| 952 | "python-cmaes" | ||
| 953 | "python-dlib" | ||
| 954 | "python-pytorch-avx" | ||
| 955 | "python-torchdiffeq" | ||
| 956 | "python-ml-collections" | ||
| 957 | "python-faster-whisper" | ||
| 958 | "python-gymnasium" | ||
| 959 | "python-botorch" | ||
| 960 | "python-onnx" | ||
| 961 | "python-pot" | ||
| 962 | "python-fasttext" | ||
| 963 | "python-cma" | ||
| 964 | "python-libsvm" | ||
| 965 | "python-sacrebleu" | ||
| 966 | "python-hyperopt" | ||
| 967 | "libretranslate" | ||
| 968 | "python-ripser" | ||
| 969 | "python-cleanlab" | ||
| 970 | "python-deepxde" | ||
| 971 | "python-scikit-rebate" | ||
| 972 | "python-burr" | ||
| 973 | "python-visdom" | ||
| 974 | "python-gpy" | ||
| 975 | "wllvm" | ||
| 976 | "kconfig-hardened-check" | ||
| 977 | "kernel-hardening-checker" | ||
| 978 | "python-libgpiod" | ||
| 979 | "tlpui" | ||
| 980 | "python-pamela" | ||
| 981 | "iotop-python" | ||
| 982 | "reuse" | ||
| 983 | "licenseheaders" | ||
| 984 | "python-capablerobot-usbhub" | ||
| 985 | "unoconv" | ||
| 986 | "python-pycanberra" | ||
| 987 | "python-mathlibtools" | ||
| 988 | "python-islenska" | ||
| 989 | "kapidox" | ||
| 990 | "python-jupyter-mcp-server" | ||
| 991 | "python-spyder-kernels" | ||
| 992 | "repo2docker" | ||
| 993 | "python-jupyter-client" | ||
| 994 | "python-nbstripout" | ||
| 995 | "python-pari-jupyter" | ||
| 996 | "python-jupytext" | ||
| 997 | "python-nbdime" | ||
| 998 | "python-ipykernel" | ||
| 999 | "python-ipydatawidgets" | ||
| 1000 | "python-jupyter-lsp" | ||
| 1001 | "java-antlr4-runtime-python" | ||
| 1002 | "python-iso639" | ||
| 1003 | "python-country-converter" | ||
| 1004 | "limnoria" | ||
| 1005 | "imgp" | ||
| 1006 | "mypaint" | ||
| 1007 | "hydrus-network" | ||
| 1008 | "mcomix" | ||
| 1009 | "labelme" | ||
| 1010 | "ibus-theme-tools" | ||
| 1011 | "python-usbrelay" | ||
| 1012 | "h-client" | ||
| 1013 | "liquidctl" | ||
| 1014 | "volctl" | ||
| 1015 | "gprof2dot" | ||
| 1016 | "python-pygraphviz" | ||
| 1017 | "xdot" | ||
| 1018 | "python-vtraag-louvain" | ||
| 1019 | "gpodder" | ||
| 1020 | "pius" | ||
| 1021 | "python-pygpgme" | ||
| 1022 | "terminator" | ||
| 1023 | "soundconverter" | ||
| 1024 | "gnome-plots" | ||
| 1025 | "mdpo" | ||
| 1026 | "python-geoip2" | ||
| 1027 | "python-metpy" | ||
| 1028 | "python-overpass" | ||
| 1029 | "python-obspy" | ||
| 1030 | "python-ogr2osm" | ||
| 1031 | "python-verde" | ||
| 1032 | "python-haversine" | ||
| 1033 | "python-geoip2fast" | ||
| 1034 | "python-scitools-iris" | ||
| 1035 | "python-osmnx" | ||
| 1036 | "gramps" | ||
| 1037 | "bambam" | ||
| 1038 | "retux" | ||
| 1039 | "sc-controller" | ||
| 1040 | "redeal" | ||
| 1041 | "unknown-horizons" | ||
| 1042 | "endgame-singularity" | ||
| 1043 | "seahorse-adventures" | ||
| 1044 | "tuxemon" | ||
| 1045 | "mc2mt" | ||
| 1046 | "rpatool" | ||
| 1047 | "python-pyxel" | ||
| 1048 | "udiskie" | ||
| 1049 | "nototools" | ||
| 1050 | "python-statmake" | ||
| 1051 | "python-beziers" | ||
| 1052 | "me-cleaner" | ||
| 1053 | "trezor-agent" | ||
| 1054 | "electron-cash" | ||
| 1055 | "python-mt-940" | ||
| 1056 | "python-ta-lib" | ||
| 1057 | "electrum" | ||
| 1058 | "keepkey-agent" | ||
| 1059 | "ledger-agent" | ||
| 1060 | "silkaj" | ||
| 1061 | "fava-envelope-airmail" | ||
| 1062 | "trezor-gpg-pinentry-tk" | ||
| 1063 | "dbxfs" | ||
| 1064 | "toot" | ||
| 1065 | "python-mastodon-py" | ||
| 1066 | "folders" | ||
| 1067 | "python-pandapipes" | ||
| 1068 | "python-platypush" | ||
| 1069 | "python-esptool" | ||
| 1070 | "wireviz" | ||
| 1071 | "python-motulator" | ||
| 1072 | "bcnc" | ||
| 1073 | "python-lcapy" | ||
| 1074 | "rayforge" | ||
| 1075 | "python-asyncua" | ||
| 1076 | "python-scikit-rf" | ||
| 1077 | "python-keithley2600" | ||
| 1078 | "stcgal" | ||
| 1079 | "python-cmsis-pack-manager" | ||
| 1080 | "mbed-tools" | ||
| 1081 | "west" | ||
| 1082 | "python-psptrace" | ||
| 1083 | "python-amaranth" | ||
| 1084 | "python-pyuvm" | ||
| 1085 | "python-surf" | ||
| 1086 | "fusesoc" | ||
| 1087 | "python-openems" | ||
| 1088 | "python-gdstk" | ||
| 1089 | "python-pyxhdl" | ||
| 1090 | "python-pydigitalwavetools" | ||
| 1091 | "charlib" | ||
| 1092 | "librelane" | ||
| 1093 | "python-migen" | ||
| 1094 | "aacircuit" | ||
| 1095 | "python-vsg" | ||
| 1096 | "python-hdlconvertor" | ||
| 1097 | "python-pyucis" | ||
| 1098 | "lctime" | ||
| 1099 | "python-myhdl" | ||
| 1100 | "python-pyrtl" | ||
| 1101 | "python-hdlmake" | ||
| 1102 | "python-cocotbext-axi" | ||
| 1103 | "toutenclic" | ||
| 1104 | "mazo" | ||
| 1105 | "shirah" | ||
| 1106 | "epub-thumbnailer" | ||
| 1107 | "docker-compose" | ||
| 1108 | "dnsupdate" | ||
| 1109 | "didjvu" | ||
| 1110 | "python-django-statici18n" | ||
| 1111 | "python-django-contact-form" | ||
| 1112 | "python-django-rq" | ||
| 1113 | "python-django-environ" | ||
| 1114 | "python-crispy-bootstrap3" | ||
| 1115 | "python-django-jinja" | ||
| 1116 | "python-django-storages" | ||
| 1117 | "python-django-widget-tweaks" | ||
| 1118 | "python-channels" | ||
| 1119 | "python-django-sortedm2m" | ||
| 1120 | "python-django-configurations" | ||
| 1121 | "python-django-auth-ldap" | ||
| 1122 | "python-django-localflavor" | ||
| 1123 | "python-django-cors-headers" | ||
| 1124 | "python-django-webtest" | ||
| 1125 | "python-django-mailer" | ||
| 1126 | "python-django-q" | ||
| 1127 | "python-django-simple-math-captcha" | ||
| 1128 | "python-django-logging-json" | ||
| 1129 | "python-django-contrib-comments" | ||
| 1130 | "python-django-dbbackup" | ||
| 1131 | "python-django-taggit" | ||
| 1132 | "python-django-override-storage" | ||
| 1133 | "python-django-tagging" | ||
| 1134 | "python-easy-thumbnails" | ||
| 1135 | "python-django-netfields" | ||
| 1136 | "python-django-url-filter" | ||
| 1137 | "python-django-htmx" | ||
| 1138 | "python-crispy-bootstrap4" | ||
| 1139 | "pydf" | ||
| 1140 | "python-parted" | ||
| 1141 | "greaseweazle-host-tools" | ||
| 1142 | "python-pyparted" | ||
| 1143 | "ranger" | ||
| 1144 | "reprotest" | ||
| 1145 | "trydiffoscope" | ||
| 1146 | "fandango" | ||
| 1147 | "python-fiu" | ||
| 1148 | "radicale" | ||
| 1149 | "xandikos" | ||
| 1150 | "python-sqlitedict" | ||
| 1151 | "datasette" | ||
| 1152 | "python-sadisplay" | ||
| 1153 | "python-prisma" | ||
| 1154 | "python-ccm" | ||
| 1155 | "mycli" | ||
| 1156 | "python-pypika" | ||
| 1157 | "litecli" | ||
| 1158 | "aerich" | ||
| 1159 | "python-pickleshare" | ||
| 1160 | "pgcli" | ||
| 1161 | "python-alchemy-mock" | ||
| 1162 | "yoyo-migrations" | ||
| 1163 | "python-mysql-connector-python" | ||
| 1164 | "python-piccolo" | ||
| 1165 | "python-lmdb" | ||
| 1166 | "python-crate" | ||
| 1167 | "pwntools" | ||
| 1168 | "gallia" | ||
| 1169 | "python-jsonnet" | ||
| 1170 | "podman-compose" | ||
| 1171 | "konsave" | ||
| 1172 | "bundlewrap" | ||
| 1173 | "xenon" | ||
| 1174 | "lcov-cobertura" | ||
| 1175 | "cmakelang" | ||
| 1176 | "python-pyscf-properties" | ||
| 1177 | "python-pymol" | ||
| 1178 | "python-geometric" | ||
| 1179 | "python-pyscf-dispersion" | ||
| 1180 | "python-pytest-perf" | ||
| 1181 | "python-scripttest" | ||
| 1182 | "python-pytest-dotenv" | ||
| 1183 | "mbake" | ||
| 1184 | "python-pytest-flakes" | ||
| 1185 | "python-pytest-nunit" | ||
| 1186 | "python-pytest-mypy-plugins" | ||
| 1187 | "python-pytest-freezegun" | ||
| 1188 | "date2name" | ||
| 1189 | "adl-submit" | ||
| 1190 | "python-waf" | ||
| 1191 | "compdb" | ||
| 1192 | "osc" | ||
| 1193 | "compiledb" | ||
| 1194 | "patman" | ||
| 1195 | "stig" | ||
| 1196 | "deluge" | ||
| 1197 | "flair" | ||
| 1198 | "seqmagick" | ||
| 1199 | "umi-tools" | ||
| 1200 | "python-hotspotsc" | ||
| 1201 | "cnvkit" | ||
| 1202 | "python-splicekit" | ||
| 1203 | "python-twobitreader" | ||
| 1204 | "python-cellbender" | ||
| 1205 | "python-bbknn" | ||
| 1206 | "python-pyliftover" | ||
| 1207 | "clipper-peak" | ||
| 1208 | "checkm" | ||
| 1209 | "python-phylophlan" | ||
| 1210 | "vembrane" | ||
| 1211 | "python-slamdunk" | ||
| 1212 | "crossmap" | ||
| 1213 | "python-multicore-tsne" | ||
| 1214 | "python-decoupler-py" | ||
| 1215 | "python-pairtools" | ||
| 1216 | "python-weblogo" | ||
| 1217 | "python-circe" | ||
| 1218 | "python-cgatcore" | ||
| 1219 | "scregseg" | ||
| 1220 | "python-cyvcf2" | ||
| 1221 | "python-pygenometracks" | ||
| 1222 | "python-illumina-utils" | ||
| 1223 | "python-pyfit-sne" | ||
| 1224 | "python-celltypist" | ||
| 1225 | "python-demuxem" | ||
| 1226 | "python-pyspoa" | ||
| 1227 | "python-pygam" | ||
| 1228 | "python-magic-impute" | ||
| 1229 | "python-bcbio-gff" | ||
| 1230 | "nanosv" | ||
| 1231 | "python-pyani" | ||
| 1232 | "python-liana-py" | ||
| 1233 | "python-baltica" | ||
| 1234 | "python-ikarus" | ||
| 1235 | "python-cnmf" | ||
| 1236 | "python-scdamandtools" | ||
| 1237 | "python-cmseq" | ||
| 1238 | "gdc-client" | ||
| 1239 | "tadbit" | ||
| 1240 | "python-modbedtools" | ||
| 1241 | "python-telomerecat" | ||
| 1242 | "tbsp" | ||
| 1243 | "python-pdbfixer" | ||
| 1244 | "python-screed" | ||
| 1245 | "python-hclust2" | ||
| 1246 | "python-peaks2utr" | ||
| 1247 | "scvelo" | ||
| 1248 | "python-muon" | ||
| 1249 | "python-hic2cool" | ||
| 1250 | "python-vireosnp" | ||
| 1251 | "python-pyega3" | ||
| 1252 | "python-episcanpy" | ||
| 1253 | "python-pyrodigal" | ||
| 1254 | "python-harmonypy" | ||
| 1255 | "python-bwapy" | ||
| 1256 | "rseqc" | ||
| 1257 | "python-snaptools" | ||
| 1258 | "taxtastic" | ||
| 1259 | "cpat" | ||
| 1260 | "python-pysnptools" | ||
| 1261 | "tetoolkit" | ||
| 1262 | "python-iced" | ||
| 1263 | "python-mofax" | ||
| 1264 | "python-mgatk" | ||
| 1265 | "python-genomepy" | ||
| 1266 | "stpipeline" | ||
| 1267 | "python-drep" | ||
| 1268 | "python-pyahocorasick" | ||
| 1269 | "pairadise" | ||
| 1270 | "python-cooltools" | ||
| 1271 | "python-goatools" | ||
| 1272 | "python-bulkvis" | ||
| 1273 | "python-metacells" | ||
| 1274 | "mageck" | ||
| 1275 | "python-ngesh" | ||
| 1276 | "python-whatshap" | ||
| 1277 | "instrain" | ||
| 1278 | "python-changeo" | ||
| 1279 | "python-scikit-bio" | ||
| 1280 | "python-scanorama" | ||
| 1281 | "python-ega-download-client" | ||
| 1282 | "python-fanc" | ||
| 1283 | "python-locust" | ||
| 1284 | "python-benchexec" | ||
| 1285 | "benchexec" | ||
| 1286 | "borgmatic" | ||
| 1287 | "vorta" | ||
| 1288 | "rdiff-backup" | ||
| 1289 | "python-augeas" | ||
| 1290 | "python-pyliblo" | ||
| 1291 | "cable" | ||
| 1292 | "python-pyalsaaudio" | ||
| 1293 | "python-pyroomacoustics" | ||
| 1294 | "python-sounddevice" | ||
| 1295 | "rtcqs" | ||
| 1296 | "python-pysox" | ||
| 1297 | "r128gain" | ||
| 1298 | "audio-to-midi" | ||
| 1299 | "python-glue-astronomy" | ||
| 1300 | "python-adari-core" | ||
| 1301 | "python-viresclient" | ||
| 1302 | "python-euclidlike" | ||
| 1303 | "python-cesium" | ||
| 1304 | "python-glue-qt" | ||
| 1305 | "python-astroalign" | ||
| 1306 | "python-gw-sky" | ||
| 1307 | "python-fits-schema" | ||
| 1308 | "python-sunkit-image" | ||
| 1309 | "python-glue-vispy-viewers" | ||
| 1310 | "python-cianna" | ||
| 1311 | "python-p-winds" | ||
| 1312 | "python-asdf-compression" | ||
| 1313 | "python-costools" | ||
| 1314 | "python-openspace-api" | ||
| 1315 | "python-spacetrack" | ||
| 1316 | "python-astrodata" | ||
| 1317 | "python-pyesorex" | ||
| 1318 | "python-romancal" | ||
| 1319 | "python-orbitalpy" | ||
| 1320 | "python-hierarc" | ||
| 1321 | "python-sbpy" | ||
| 1322 | "python-chiantipy" | ||
| 1323 | "python-edps" | ||
| 1324 | "python-astroplan" | ||
| 1325 | "python-lofar-h5plot" | ||
| 1326 | "ginga" | ||
| 1327 | "python-ctaplot" | ||
| 1328 | "python-pint-pulsar" | ||
| 1329 | "python-aiapy" | ||
| 1330 | "python-zodipy" | ||
| 1331 | "python-spisea" | ||
| 1332 | "python-pypeit" | ||
| 1333 | "python-asdf-zarr" | ||
| 1334 | "python-glue-geospatial" | ||
| 1335 | "python-pyhalo" | ||
| 1336 | "python-ska-sdp-func" | ||
| 1337 | "python-sirilic" | ||
| 1338 | "python-sunkit-spex" | ||
| 1339 | "python-fitsio" | ||
| 1340 | "python-sndata" | ||
| 1341 | "python-pyxsim" | ||
| 1342 | "python-astlib" | ||
| 1343 | "tangos" | ||
| 1344 | "python-space-dolphin" | ||
| 1345 | "python-petrofit" | ||
| 1346 | "python-pydl" | ||
| 1347 | "python-pyspedas" | ||
| 1348 | "python-kanon" | ||
| 1349 | "spot-nik" | ||
| 1350 | "python-astronify" | ||
| 1351 | "python-jwst-backgrounds" | ||
| 1352 | "python-pysiril" | ||
| 1353 | "python-pysatmadrigal" | ||
| 1354 | "python-acstools" | ||
| 1355 | "python-pysatspaceweather" | ||
| 1356 | "python-libstempo" | ||
| 1357 | "python-healpy" | ||
| 1358 | "python-radiospectra" | ||
| 1359 | "python-sunkit-magex" | ||
| 1360 | "python-esutil" | ||
| 1361 | "python-raccoon" | ||
| 1362 | "python-yt-astro-analysis" | ||
| 1363 | "python-bdsf" | ||
| 1364 | "python-aplpy" | ||
| 1365 | "python-casa-cube" | ||
| 1366 | "python-lephare" | ||
| 1367 | "python-suntime" | ||
| 1368 | "python-astral" | ||
| 1369 | "python-ctapipe" | ||
| 1370 | "python-halotools" | ||
| 1371 | "python-statmorph" | ||
| 1372 | "python-czml3" | ||
| 1373 | "python-linetools" | ||
| 1374 | "python-baseband" | ||
| 1375 | "python-irispy-lmsal" | ||
| 1376 | "python-mapsims" | ||
| 1377 | "python-astromartini" | ||
| 1378 | "python-swiftsimsoap" | ||
| 1379 | "python-regularizepsf" | ||
| 1380 | "python-jwst-reffiles" | ||
| 1381 | "python-drizzlepac" | ||
| 1382 | "python-holodeck" | ||
| 1383 | "python-pyastronomy" | ||
| 1384 | "python-miio" | ||
| 1385 | "betteradbsync" | ||
| 1386 | "git-repo" | ||
| 1387 | "fdroidserver" | ||
| 1388 | "python-pysingular" | ||
| 1389 | "python-symengine" | ||
| 1390 | "python-pyflct" | ||
| 1391 | "python-pynormaliz" | ||
| 1392 | "python-flint" | ||
| 1393 | "python-zbarlight" | ||
| 1394 | "sedsed" | ||
| 1395 | "undervolt" | ||
| 1396 | "fail2ban" | ||
| 1397 | "thefuck" | ||
| 1398 | "dool" | ||
| 1399 | "px" | ||
| 1400 | "debops" | ||
| 1401 | "hyfetch" | ||
| 1402 | "jc" | ||
| 1403 | "s-tui" | ||
| 1404 | "bpytop" | ||
| 1405 | "jtbl" | ||
| 1406 | "solaar")) | ||
