From 81afeac41433180b61d9b6ef011764ecfde46706 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Mar 2024 01:12:23 +0000 Subject: [PATCH] Automated deployment to update software database 2024-03-20 --- _data/language_counts.json | 14 +- _data/repos.json | 121 +- _data/repos_counts_languages.json | 4 +- _data/stats.json | 8 +- _repos/github/BonsonW/slow5curl/README.md | 19 + _repos/github/BonsonW/slow5curl/badge.png | Bin 0 -> 58787 bytes _repos/github/BonsonW/slow5curl/data.json | 18 + _repos/github/BonsonW/slow5curl/setup.py | 114 + .../COMBINE-lab/pufferfish/CMakeLists.txt | 4 +- _repos/github/CRPropa/CRPropa3/CMakeLists.txt | 2 +- _repos/github/FAU-LAP/NOMAD-CAMELS/README.md | 107 + _repos/github/FAU-LAP/NOMAD-CAMELS/badge.png | Bin 0 -> 216893 bytes _repos/github/FAU-LAP/NOMAD-CAMELS/data.json | 374 + .../FAU-LAP/NOMAD-CAMELS/requirements.txt | 88 + .../FrederickHuangLin/ANCOMBC/DESCRIPTION | 46 + .../read-it-and-keep/README.md | 18 + .../read-it-and-keep/badge.png | Bin 0 -> 57946 bytes .../read-it-and-keep/data.json | 14 + .../read-it-and-keep/setup.py | 55 + _repos/github/JCGoran/coffe/requirements.txt | 9 + .../github/NSAPH-Software/GPCERF/DESCRIPTION | 52 + _repos/github/NSAPH-Software/GPCERF/README.md | 171 + _repos/github/NSAPH-Software/GPCERF/badge.png | Bin 0 -> 103047 bytes _repos/github/NSAPH-Software/GPCERF/data.json | 630 + _repos/github/PDB-REDO/dssp/CMakeLists.txt | 120 +- .../github/PDB-REDO/libcifpp/CMakeLists.txt | 37 +- _repos/github/basehc/IPEV/README.md | 107 + _repos/github/basehc/IPEV/badge.png | Bin 0 -> 128453 bytes _repos/github/basehc/IPEV/data.json | 410 + .../github/combine-lab/salmon/CMakeLists.txt | 63 +- .../unwise-verse/requirements.txt | Bin 0 -> 1422 bytes .../desihub/desitarget/requirements.txt | 18 + .../dylancromer/maszcal/requirements.txt | 22 + .../dylancromer/ostrich/requirements.txt | 10 + .../freesurfer/freesurfer/CMakeLists.txt | 14 +- _repos/github/marco-oliva/pfp/CMakeLists.txt | 26 +- .../moritzobenauer/ProjectRaccoon/README.md | 78 + .../moritzobenauer/ProjectRaccoon/badge.png | Bin 0 -> 104444 bytes .../moritzobenauer/ProjectRaccoon/data.json | 254 + .../ProjectRaccoon/requirements.txt | 9 + _repos/github/pelican/pelican/CMakeLists.txt | 186 +- _repos/github/pylops/pyproximal/README.md | 17 + _repos/github/pylops/pyproximal/badge.png | Bin 0 -> 28084 bytes _repos/github/pylops/pyproximal/data.json | 8 + .../github/pylops/pyproximal/requirements.txt | 1 + .../songweizhi/Binning_refiner/README.md | 18 + .../songweizhi/Binning_refiner/badge.png | Bin 0 -> 51651 bytes .../songweizhi/Binning_refiner/data.json | 14 + .../songweizhi/Binning_refiner/setup.py | 39 + _repos/github/tuoyl/tat-pulsar/README.md | 78 + _repos/github/tuoyl/tat-pulsar/badge.png | Bin 0 -> 74739 bytes _repos/github/tuoyl/tat-pulsar/data.json | 254 + .../github/tuoyl/tat-pulsar/requirements.txt | 12 + .../tvwenger/kinematic_scaleheight/README.md | 42 + .../tvwenger/kinematic_scaleheight/badge.png | Bin 0 -> 78826 bytes .../tvwenger/kinematic_scaleheight/data.json | 110 + .../tvwenger/kinematic_scaleheight/setup.py | 32 + .../inspectorcell/requirements.txt | 17 + docs/all-repos.md | 22357 ++++++++-------- docs/language-counts.json | 14 +- docs/meta.json | 121 +- pages/cpp.md | 882 +- pages/dependencies.md | 22357 ++++++++-------- pages/go.md | 492 +- pages/js.md | 3382 +-- pages/python.md | 11902 ++++---- pages/r.md | 4465 +-- 67 files changed, 36670 insertions(+), 33166 deletions(-) create mode 100644 _repos/github/BonsonW/slow5curl/README.md create mode 100644 _repos/github/BonsonW/slow5curl/badge.png create mode 100644 _repos/github/BonsonW/slow5curl/data.json create mode 100644 _repos/github/BonsonW/slow5curl/setup.py create mode 100644 _repos/github/FAU-LAP/NOMAD-CAMELS/README.md create mode 100644 _repos/github/FAU-LAP/NOMAD-CAMELS/badge.png create mode 100644 _repos/github/FAU-LAP/NOMAD-CAMELS/data.json create mode 100644 _repos/github/FAU-LAP/NOMAD-CAMELS/requirements.txt create mode 100644 _repos/github/FrederickHuangLin/ANCOMBC/DESCRIPTION create mode 100644 _repos/github/GenomePathogenAnalysisService/read-it-and-keep/README.md create mode 100644 _repos/github/GenomePathogenAnalysisService/read-it-and-keep/badge.png create mode 100644 _repos/github/GenomePathogenAnalysisService/read-it-and-keep/data.json create mode 100644 _repos/github/GenomePathogenAnalysisService/read-it-and-keep/setup.py create mode 100644 _repos/github/JCGoran/coffe/requirements.txt create mode 100644 _repos/github/NSAPH-Software/GPCERF/DESCRIPTION create mode 100644 _repos/github/NSAPH-Software/GPCERF/README.md create mode 100644 _repos/github/NSAPH-Software/GPCERF/badge.png create mode 100644 _repos/github/NSAPH-Software/GPCERF/data.json create mode 100644 _repos/github/basehc/IPEV/README.md create mode 100644 _repos/github/basehc/IPEV/badge.png create mode 100644 _repos/github/basehc/IPEV/data.json create mode 100644 _repos/github/coolneighbors/unwise-verse/requirements.txt create mode 100644 _repos/github/desihub/desitarget/requirements.txt create mode 100644 _repos/github/dylancromer/maszcal/requirements.txt create mode 100644 _repos/github/dylancromer/ostrich/requirements.txt create mode 100644 _repos/github/moritzobenauer/ProjectRaccoon/README.md create mode 100644 _repos/github/moritzobenauer/ProjectRaccoon/badge.png create mode 100644 _repos/github/moritzobenauer/ProjectRaccoon/data.json create mode 100644 _repos/github/moritzobenauer/ProjectRaccoon/requirements.txt create mode 100644 _repos/github/pylops/pyproximal/README.md create mode 100644 _repos/github/pylops/pyproximal/badge.png create mode 100644 _repos/github/pylops/pyproximal/data.json create mode 100644 _repos/github/pylops/pyproximal/requirements.txt create mode 100644 _repos/github/songweizhi/Binning_refiner/README.md create mode 100644 _repos/github/songweizhi/Binning_refiner/badge.png create mode 100644 _repos/github/songweizhi/Binning_refiner/data.json create mode 100644 _repos/github/songweizhi/Binning_refiner/setup.py create mode 100644 _repos/github/tuoyl/tat-pulsar/README.md create mode 100644 _repos/github/tuoyl/tat-pulsar/badge.png create mode 100644 _repos/github/tuoyl/tat-pulsar/data.json create mode 100644 _repos/github/tuoyl/tat-pulsar/requirements.txt create mode 100644 _repos/github/tvwenger/kinematic_scaleheight/README.md create mode 100644 _repos/github/tvwenger/kinematic_scaleheight/badge.png create mode 100644 _repos/github/tvwenger/kinematic_scaleheight/data.json create mode 100644 _repos/github/tvwenger/kinematic_scaleheight/setup.py create mode 100644 _repos/gitlab/InspectorCell/inspectorcell/requirements.txt diff --git a/_data/language_counts.json b/_data/language_counts.json index 1bc8a73f..2990e026 100644 --- a/_data/language_counts.json +++ b/_data/language_counts.json @@ -1,25 +1,25 @@ { "unknown": 176, - "Python": 2192, - "Jupyter Notebook": 441, + "Python": 2197, + "Jupyter Notebook": 442, "Modelica": 1, "Shell": 31, "HTML": 92, "Perl": 48, - "R": 659, + "R": 661, "C++": 562, "Java": 102, - "C": 325, - "Rust": 31, + "C": 329, + "Rust": 32, "JavaScript": 84, "AMPL": 1, - "MATLAB": 40, + "MATLAB": 41, "Haskell": 2, "Fortran": 148, "Clojure": 4, "Groovy": 6, "E": 1, - "Julia": 82, + "Julia": 83, "null": 16, "Matlab": 10, "Scala": 8, diff --git a/_data/repos.json b/_data/repos.json index afedade5..dfc29564 100644 --- a/_data/repos.json +++ b/_data/repos.json @@ -19639,7 +19639,75 @@ "meteorology", "python", "toolkit" - ] + ], + "github/pylops/pyproximal": [ + "proximal-algorithms", + "linear-algebra", + "inverse-problems", + "python" + ], + "github/BonsonW/slow5curl": [ + "api", + "c", + "fetching-data-from-server", + "library", + "slow5", + "tool", + "blow5", + "command-line-tool", + "curl" + ], + "github/FAU-LAP/NOMAD-CAMELS": [], + "github/lskatz/fasten": [ + "bioinformatics", + "fastq-files", + "rust" + ], + "github/NSAPH-Software/GPCERF": [], + "github/RJArthern/WAVI.jl": [], + "github/chadagreene/Tide-Model-Driver": [], + "github/tvwenger/kinematic_scaleheight": [], + "github/GenomePathogenAnalysisService/read-it-and-keep": [], + "github/FrederickHuangLin/ANCOMBC": [ + "ancom", + "differential-abundance-analysis", + "microbiome", + "normalization", + "sequencing", + "correlation", + "secom", + "ancombc", + "ancombc2" + ], + "github/moritzobenauer/ProjectRaccoon": [ + "molecular-dynamics-simulation", + "molecular-modeling", + "cheminformatics", + "pdb-files" + ], + "github/songweizhi/Binning_refiner": [ + "metagenomics", + "binning", + "refinement", + "binning-refiner", + "bioinformatics" + ], + "github/seamplex/feenox": [ + "finite-elements", + "hpc", + "numerical-methods", + "ode-solver", + "pde-solver" + ], + "github/FabianPlum/OmniTrax": [ + "blender", + "deeplabcut", + "deeplearning", + "object-detection", + "tracking", + "yolo" + ], + "github/EddyRivasLab/infernal": [] }, "language": { "gitlab/chiemotono/mdcontactcom": "unknown", @@ -25016,7 +25084,22 @@ "github/fkoehlin/montepython_2cosmos_public": "Python", "github/AlexanderJuestel/pyheatdemand": "Python", "github/aibhleog/baryon-sweep": "Jupyter Notebook", - "github/vergauwenthomas/MetObs_toolkit": "Jupyter Notebook" + "github/vergauwenthomas/MetObs_toolkit": "Jupyter Notebook", + "github/pylops/pyproximal": "Python", + "github/BonsonW/slow5curl": "C", + "github/FAU-LAP/NOMAD-CAMELS": "Python", + "github/lskatz/fasten": "Rust", + "github/NSAPH-Software/GPCERF": "R", + "github/RJArthern/WAVI.jl": "Julia", + "github/chadagreene/Tide-Model-Driver": "MATLAB", + "github/tvwenger/kinematic_scaleheight": "Python", + "github/GenomePathogenAnalysisService/read-it-and-keep": "C", + "github/FrederickHuangLin/ANCOMBC": "R", + "github/moritzobenauer/ProjectRaccoon": "Jupyter Notebook", + "github/songweizhi/Binning_refiner": "Python", + "github/seamplex/feenox": "C", + "github/FabianPlum/OmniTrax": "Python", + "github/EddyRivasLab/infernal": "C" }, "url": { "gitlab/chiemotono/mdcontactcom": "https://gitlab.com/chiemotono/mdcontactcom", @@ -30393,7 +30476,22 @@ "github/fkoehlin/montepython_2cosmos_public": "https://github.com/fkoehlin/montepython_2cosmos_public", "github/AlexanderJuestel/pyheatdemand": "https://github.com/AlexanderJuestel/pyheatdemand", "github/aibhleog/baryon-sweep": "https://github.com/aibhleog/baryon-sweep", - "github/vergauwenthomas/MetObs_toolkit": "https://github.com/vergauwenthomas/MetObs_toolkit" + "github/vergauwenthomas/MetObs_toolkit": "https://github.com/vergauwenthomas/MetObs_toolkit", + "github/pylops/pyproximal": "https://github.com/PyLops/pyproximal", + "github/BonsonW/slow5curl": "https://github.com/BonsonW/slow5curl", + "github/FAU-LAP/NOMAD-CAMELS": "https://github.com/FAU-LAP/NOMAD-CAMELS", + "github/lskatz/fasten": "https://github.com/lskatz/fasten", + "github/NSAPH-Software/GPCERF": "https://github.com/NSAPH-Software/GPCERF", + "github/RJArthern/WAVI.jl": "https://github.com/RJArthern/WAVI.jl", + "github/chadagreene/Tide-Model-Driver": "https://github.com/chadagreene/Tide-Model-Driver", + "github/tvwenger/kinematic_scaleheight": "https://github.com/tvwenger/kinematic_scaleheight", + "github/GenomePathogenAnalysisService/read-it-and-keep": "https://github.com/GlobalPathogenAnalysisService/read-it-and-keep", + "github/FrederickHuangLin/ANCOMBC": "https://github.com/FrederickHuangLin/ANCOMBC", + "github/moritzobenauer/ProjectRaccoon": "https://github.com/moritzobenauer/ProjectRaccoon", + "github/songweizhi/Binning_refiner": "https://github.com/songweizhi/Binning_refiner", + "github/seamplex/feenox": "https://github.com/seamplex/feenox", + "github/FabianPlum/OmniTrax": "https://github.com/FabianPlum/OmniTrax", + "github/EddyRivasLab/infernal": "https://github.com/EddyRivasLab/infernal" }, "description": { "gitlab/chiemotono/mdcontactcom": "", @@ -35770,6 +35868,21 @@ "github/fkoehlin/montepython_2cosmos_public": "Public repository for the Monte Python Code modified to work with two independent cosmological parameter sets and independent cosmological calculations per likelihood.", "github/AlexanderJuestel/pyheatdemand": "Processing Tool for Heat Demand Data", "github/aibhleog/baryon-sweep": "a custom outlier rejection algorithm for JWST/NIRSpec IFS data, described in Hutchison et al. (submitted to PASP)", - "github/vergauwenthomas/MetObs_toolkit": "A toolkit for using non-traditional meteorological observations" + "github/vergauwenthomas/MetObs_toolkit": "A toolkit for using non-traditional meteorological observations", + "github/pylops/pyproximal": "PyProximal \u2013 Proximal Operators and Algorithms in Python", + "github/BonsonW/slow5curl": "A library and tool for accessing remote BLOW5 files.", + "github/FAU-LAP/NOMAD-CAMELS": "We are developing a configurable measurement software (CAMELS), targeted towards the requirements of experimental solid-state physics. Here many experiments utilize a multitude of measurement devices used in dynamically changing setups.", + "github/lskatz/fasten": ":construction_worker: Fasten toolkit, for streaming operations on fastq files", + "github/NSAPH-Software/GPCERF": null, + "github/RJArthern/WAVI.jl": "WAVI ice sheet model", + "github/chadagreene/Tide-Model-Driver": "Tide Model Driver for MATLAB, version 3.0", + "github/tvwenger/kinematic_scaleheight": "Use MCMC methods to kinematically estimate the vertical distribution of clouds in the Galactic plane", + "github/GenomePathogenAnalysisService/read-it-and-keep": "Read contamination removal", + "github/FrederickHuangLin/ANCOMBC": "Differential abundance (DA) and correlation analyses for microbial absolute abundance data", + "github/moritzobenauer/ProjectRaccoon": "Automated construction of atomistic and coarse-grained models in the PDB format for polymer peptide conjugates.", + "github/songweizhi/Binning_refiner": "Improving genome bins through the combination of different binning programs ", + "github/seamplex/feenox": "Cloud-first free no-fee no-X uniX-like finite-element(ish) computational engineering tool", + "github/FabianPlum/OmniTrax": "Deep learning-driven multi animal tracking and pose estimation add-on for Blender", + "github/EddyRivasLab/infernal": "RNA secondary structure/sequence profiles for homology search and alignment" } } \ No newline at end of file diff --git a/_data/repos_counts_languages.json b/_data/repos_counts_languages.json index 6645ccbc..86279e8b 100644 --- a/_data/repos_counts_languages.json +++ b/_data/repos_counts_languages.json @@ -1,6 +1,6 @@ { - "Python": 5938, - "R": 2230, + "Python": 5964, + "R": 2235, "Cpp": 441, "Js": 1691, "Go": 246 diff --git a/_data/stats.json b/_data/stats.json index dc56f927..e1c61bd4 100644 --- a/_data/stats.json +++ b/_data/stats.json @@ -1,9 +1,9 @@ { - "python_deps": 4906, + "python_deps": 4928, "cpp_deps": 441, - "r_deps": 2230, + "r_deps": 2235, "js_deps": 1691, "go_deps": 246, - "total_repos": 5375, - "total_parsed": 2748 + "total_repos": 5390, + "total_parsed": 2758 } \ No newline at end of file diff --git a/_repos/github/BonsonW/slow5curl/README.md b/_repos/github/BonsonW/slow5curl/README.md new file mode 100644 index 00000000..6ab0ce3d --- /dev/null +++ b/_repos/github/BonsonW/slow5curl/README.md @@ -0,0 +1,19 @@ +--- +title: github/BonsonW/slow5curl +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|setup.py|github/BonsonW/slow5curl|0.01| +|pypi|[numpy](https://www.numpy.org)|0.007| +|pypi|[Cython](https://cython.org/)|0.003| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/BonsonW/slow5curl/badge.png b/_repos/github/BonsonW/slow5curl/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..df58cf1b39ebf8e5ac4de17168d65ef6377dea60 GIT binary patch literal 58787 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 literal 0 HcmV?d00001 diff --git a/_repos/github/BonsonW/slow5curl/data.json b/_repos/github/BonsonW/slow5curl/data.json new file mode 100644 index 00000000..98d5f7b6 --- /dev/null +++ b/_repos/github/BonsonW/slow5curl/data.json @@ -0,0 +1,18 @@ +{ + "setup.py": { + "github/BonsonW/slow5curl": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "numpy": { + "credit": 0.006600000000000001, + "url": "https://www.numpy.org" + }, + "Cython": { + "credit": 0.0033000000000000004, + "url": "https://cython.org/" + } + } +} \ No newline at end of file diff --git a/_repos/github/BonsonW/slow5curl/setup.py b/_repos/github/BonsonW/slow5curl/setup.py new file mode 100644 index 00000000..40f05528 --- /dev/null +++ b/_repos/github/BonsonW/slow5curl/setup.py @@ -0,0 +1,114 @@ +try: + from setuptools import setup, Extension + from setuptools.command.install import install + +except ImportError: + from distutils.core import setup + from distutils.extension import Extension + +import sys +import platform +import os + +include_dirs = [] +# import numpy as np + +# creat dummy closures for metadata reading on first parse of setup.py +# that way it picks up the requirements and installs them, then can use them +# for the install. +try: + import numpy as np + include_dirs = ['include/', np.get_include(), 'thirdparty/streamvbyte/include'] +except ImportError: + include_dirs = ['include/', 'thirdparty/streamvbyte/include'] + def np(*args, ** kwargs ): + import numpy as np + return np(*args, ** kwargs) + +try: + from Cython.Build import build_ext +except ImportError: + def build_ext(*args, ** kwargs ): + from Cython.Build import build_ext + return build_ext(*args, ** kwargs) + +# from Cython.Build import build_ext + +#adapted from https://github.com/lh3/minimap2/blob/master/setup.py + +sources=['python/pys5curl.pyx', + 'src/s5curl.c', 'src/curlget.c', 'src/fetch.c', 'src/index.c',] +depends=['python/pys5curl.pxd', 'python/pys5curl.h', + 'src/fetch.h', 'include/slow5curl/s5curl.h', 'src/fetch.h', + 'slow5lib/src/slow5_idx.h', 'slow5lib/src/slow5_extra.h', + 'slow5lib/include/slow5/slow5.h'] +extra_compile_args = ['-g', '-Wall', '-O2', '-std=c99', '-DSLOW5_ENABLE_MT=1' ] +# extra_compile_args = [] +# os.environ["CFLAGS"] = '-g -Wall -O2 -std=c99' + +if platform.system() != 'Darwin': + arch=platform.machine() + if arch in ["aarch64"]: + extra_compile_args.append('-D__ARM_NEON__') + elif arch in ["armv7l"]: + extra_compile_args.append('-mfpu=neon') + elif arch in ["x86_64"]: + extra_compile_args.extend(['-DSTREAMVBYTE_SSSE3=1', '-mssse3']) # WARNING: ancient x86_64 CPUs don't have SSSE3 +# note that on macos, for now we just let it compile without simd + +# include_dirs = ['include/', np.get_include(), 'thirdparty/streamvbyte/include'] +libraries = ['m', 'z'] +library_dirs = ['.'] + +# a nasty hack to provide option to build with zstd +zstd=0 +try: + zstd=os.environ["PYSLOW5_ZSTD"] +except: + zstd=0 + +if zstd=="1": + extra_compile_args.append('-DSLOW5_USE_ZSTD=1') + libraries.append('zstd') + +extensions = [Extension('pys5curl', + sources = sources, + depends = depends, + extra_compile_args = extra_compile_args, + libraries = libraries, + include_dirs = include_dirs, + library_dirs = library_dirs, + language = 'c' )] + +def readme(): + with open('docs/pys5curl_api/pys5curl.md') as f: + return f.read() + + +setup( + name = 'pys5curl', + version='1.1.0', + url = 'https://github.com/BonsonW/slow5curl', + description='slow5lib python bindings', + long_description=readme(), + long_description_content_type='text/markdown', + author='Hasindu Gamaarachchi, Sasha Jenner, James Ferguson, Bonson Wong', + author_email='bonson.ym@gmail.com', + maintainer='Bonson Wong', + maintainer_email='bonson.ym@gmail.com', + license = 'MIT', + keywords = ['nanopore','slow5','signal','slow5curl','s5curl'], + ext_modules=extensions, + cmdclass= {'build_ext': build_ext}, + classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'License :: OSI Approved :: MIT License', + 'Programming Language :: C', + 'Programming Language :: Cython', + 'Programming Language :: Python :: 3', + 'Intended Audience :: Science/Research', + 'Topic :: Scientific/Engineering :: Bio-Informatics'], + python_requires='>=3.4.3', + install_requires=["numpy"], + setup_requires=["Cython", "numpy"] + ) \ No newline at end of file diff --git a/_repos/github/COMBINE-lab/pufferfish/CMakeLists.txt b/_repos/github/COMBINE-lab/pufferfish/CMakeLists.txt index a2b91acd..2721676a 100644 --- a/_repos/github/COMBINE-lab/pufferfish/CMakeLists.txt +++ b/_repos/github/COMBINE-lab/pufferfish/CMakeLists.txt @@ -247,13 +247,13 @@ if(NOT ${TBB_TARGET_EXISTED}) set(TBB_CXXFLAGS "-mno-rtm") endif() - if("${TBB_COMPILER}" STREQUAL "gcc") + #if("${TBB_COMPILER}" STREQUAL "gcc") ## Don't know why it's a problem yet, but if we're using ## GCC, get rid of the DO_ITT_NOTIFY flag ## This seems not to be essential anymore; consider ## deleting in the next release. # set(TBB_CXXFLAGS "${TBB_CXXFLAGS} -UDO_ITT_NOTIFY") - endif() + #endif() set(TBB_CXXFLAGS "${TBB_CXXFLAGS} ${CXXSTDFLAG}") diff --git a/_repos/github/CRPropa/CRPropa3/CMakeLists.txt b/_repos/github/CRPropa/CRPropa3/CMakeLists.txt index 0b0082f3..1ea3fe40 100644 --- a/_repos/github/CRPropa/CRPropa3/CMakeLists.txt +++ b/_repos/github/CRPropa/CRPropa3/CMakeLists.txt @@ -308,7 +308,7 @@ endif(APPLE) # Download data files (interaction data, masses, decay data ...) # ---------------------------------------------------------------------------- OPTION(DOWNLOAD_DATA "Download CRPropa data files" ON) -set(CRPROPA_DATAFILE_VER "2023-10-20") +set(CRPROPA_DATAFILE_VER "2024-03-11") if(DOWNLOAD_DATA) message("-- Downloading data files from sciebo ~ 73 MB") file(DOWNLOAD diff --git a/_repos/github/FAU-LAP/NOMAD-CAMELS/README.md b/_repos/github/FAU-LAP/NOMAD-CAMELS/README.md new file mode 100644 index 00000000..d0abdb6e --- /dev/null +++ b/_repos/github/FAU-LAP/NOMAD-CAMELS/README.md @@ -0,0 +1,107 @@ +--- +title: github/FAU-LAP/NOMAD-CAMELS +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|0.011| +|pypi|[ophyd](https://pypi.org/project/ophyd)|0.011| +|pypi|[databroker](https://pypi.org/project/databroker)|0.011| +|pypi|[pandas](https://pypi.org/project/pandas)|0.011| +|pypi|[numpy](https://pypi.org/project/numpy)|0.011| +|pypi|[h5py](https://pypi.org/project/h5py)|0.011| +|pypi|[xarray](https://pypi.org/project/xarray)|0.011| +|pypi|[QtPy](https://pypi.org/project/QtPy)|0.011| +|pypi|[pip](https://pypi.org/project/pip)|0.011| +|pypi|[wheel](https://pypi.org/project/wheel)|0.011| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.011| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.011| +|pypi|[scipy](https://pypi.org/project/scipy)|0.011| +|pypi|[ipython](https://pypi.org/project/ipython)|0.011| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.011| +|pypi|[pyepics](https://pypi.org/project/pyepics)|0.011| +|pypi|[future](https://pypi.org/project/future)|0.011| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.011| +|pypi|[toolz](https://pypi.org/project/toolz)|0.011| +|pypi|[pymongo](https://pypi.org/project/pymongo)|0.011| +|pypi|[partd](https://pypi.org/project/partd)|0.011| +|pypi|[dask](https://pypi.org/project/dask)|0.011| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.011| +|pypi|[packaging](https://pypi.org/project/packaging)|0.011| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.011| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.011| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.011| +|pypi|[parso](https://pypi.org/project/parso)|0.011| +|pypi|[jedi](https://pypi.org/project/jedi)|0.011| +|pypi|[colorama](https://pypi.org/project/colorama)|0.011| +|pypi|[PIMS](https://pypi.org/project/PIMS)|0.011| +|pypi|[slicerator](https://pypi.org/project/slicerator)|0.011| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.011| +|pypi|[imageio](https://pypi.org/project/imageio)|0.011| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.011| +|pypi|[Pint](https://pypi.org/project/Pint)|0.011| +|pypi|[pytz](https://pypi.org/project/pytz)|0.011| +|pypi|[requests](https://pypi.org/project/requests)|0.011| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|0.011| +|pypi|[zarr](https://pypi.org/project/zarr)|0.011| +|pypi|[fasteners](https://pypi.org/project/fasteners)|0.011| +|pypi|[asciitree](https://pypi.org/project/asciitree)|0.011| +|pypi|[zict](https://pypi.org/project/zict)|0.011| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|0.011| +|pypi|[attrs](https://pypi.org/project/attrs)|0.011| +|pypi|[six](https://pypi.org/project/six)|0.011| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.011| +|pypi|[asteval](https://pypi.org/project/asteval)|0.011| +|pypi|[networkx](https://pypi.org/project/networkx)|0.011| +|pypi|[locket](https://pypi.org/project/locket)|0.011| +|pypi|[intake](https://pypi.org/project/intake)|0.011| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.011| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.011| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.011| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.011| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.011| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.011| +|pypi|[cycler](https://pypi.org/project/cycler)|0.011| +|pypi|[tqdm](https://pypi.org/project/tqdm)|0.011| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.011| +|pypi|[boltons](https://pypi.org/project/boltons)|0.011| +|pypi|[certifi](https://pypi.org/project/certifi)|0.011| +|pypi|[humanize](https://pypi.org/project/humanize)|0.011| +|pypi|[prettytable](https://pypi.org/project/prettytable)|0.011| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.011| +|pypi|[decorator](https://pypi.org/project/decorator)|0.011| +|pypi|[backcall](https://pypi.org/project/backcall)|0.011| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.011| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.011| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|0.011| +|pypi|[idna](https://pypi.org/project/idna)|0.011| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.011| +|pypi|[asttokens](https://pypi.org/project/asttokens)|0.011| +|pypi|[executing](https://pypi.org/project/executing)|0.011| +|pypi|[fonttools](https://pypi.org/project/fonttools)|0.011| +|pypi|[doct](https://pypi.org/project/doct)|0.011| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.011| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|0.011| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|0.011| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.011| +|pypi|[iso8601](https://pypi.org/project/iso8601)|0.011| +|pypi|[tables](https://pypi.org/project/tables)|0.011| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.011| +|pypi|[qt-material](https://pypi.org/project/qt-material)|0.011| +|pypi|[pyserial](https://pypi.org/project/pyserial)|0.011| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|0.011| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|0.011| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|0.01| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|0.004| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|0.004| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|0.004| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/FAU-LAP/NOMAD-CAMELS/badge.png b/_repos/github/FAU-LAP/NOMAD-CAMELS/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4dcb98f90f0fdd883863d08311a4c67b066b6f GIT binary patch literal 216893 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

l;ft*Y;h7PxGsig+7 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%0A*CE&JVH@X}pA- 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 literal 0 HcmV?d00001 diff --git a/_repos/github/FAU-LAP/NOMAD-CAMELS/data.json b/_repos/github/FAU-LAP/NOMAD-CAMELS/data.json new file mode 100644 index 00000000..2b308953 --- /dev/null +++ b/_repos/github/FAU-LAP/NOMAD-CAMELS/data.json @@ -0,0 +1,374 @@ +{ + "requirements.txt": { + "github/FAU-LAP/NOMAD-CAMELS": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "PySide6": { + "credit": 0.00011249999999999975, + "url": "https://pyside.org" + }, + "bluesky": { + "credit": 0.01125, + "url": "https://github.com/bluesky/bluesky" + }, + "ophyd": { + "credit": 0.01125, + "url": "https://pypi.org/project/ophyd" + }, + "databroker": { + "credit": 0.01125, + "url": "https://pypi.org/project/databroker" + }, + "pandas": { + "credit": 0.01125, + "url": "https://pypi.org/project/pandas" + }, + "numpy": { + "credit": 0.01125, + "url": "https://pypi.org/project/numpy" + }, + "h5py": { + "credit": 0.01125, + "url": "https://pypi.org/project/h5py" + }, + "xarray": { + "credit": 0.01125, + "url": "https://pypi.org/project/xarray" + }, + "QtPy": { + "credit": 0.01125, + "url": "https://pypi.org/project/QtPy" + }, + "pip": { + "credit": 0.01125, + "url": "https://pypi.org/project/pip" + }, + "wheel": { + "credit": 0.01125, + "url": "https://pypi.org/project/wheel" + }, + "setuptools": { + "credit": 0.01125, + "url": "https://pypi.org/project/setuptools" + }, + "matplotlib": { + "credit": 0.01125, + "url": "https://pypi.org/project/matplotlib" + }, + "scipy": { + "credit": 0.01125, + "url": "https://pypi.org/project/scipy" + }, + "ipython": { + "credit": 0.01125, + "url": "https://pypi.org/project/ipython" + }, + "lmfit": { + "credit": 0.01125, + "url": "https://pypi.org/project/lmfit" + }, + "pyepics": { + "credit": 0.01125, + "url": "https://pypi.org/project/pyepics" + }, + "future": { + "credit": 0.01125, + "url": "https://pypi.org/project/future" + }, + "Pillow": { + "credit": 0.01125, + "url": "https://pypi.org/project/Pillow" + }, + "toolz": { + "credit": 0.01125, + "url": "https://pypi.org/project/toolz" + }, + "pymongo": { + "credit": 0.01125, + "url": "https://pypi.org/project/pymongo" + }, + "partd": { + "credit": 0.01125, + "url": "https://pypi.org/project/partd" + }, + "dask": { + "credit": 0.01125, + "url": "https://pypi.org/project/dask" + }, + "fsspec": { + "credit": 0.01125, + "url": "https://pypi.org/project/fsspec" + }, + "packaging": { + "credit": 0.01125, + "url": "https://pypi.org/project/packaging" + }, + "cloudpickle": { + "credit": 0.01125, + "url": "https://pypi.org/project/cloudpickle" + }, + "PyYAML": { + "credit": 0.01125, + "url": "https://pypi.org/project/PyYAML" + }, + "Jinja2": { + "credit": 0.01125, + "url": "https://pypi.org/project/Jinja2" + }, + "parso": { + "credit": 0.01125, + "url": "https://pypi.org/project/parso" + }, + "jedi": { + "credit": 0.01125, + "url": "https://pypi.org/project/jedi" + }, + "colorama": { + "credit": 0.01125, + "url": "https://pypi.org/project/colorama" + }, + "PIMS": { + "credit": 0.01125, + "url": "https://pypi.org/project/PIMS" + }, + "slicerator": { + "credit": 0.01125, + "url": "https://pypi.org/project/slicerator" + }, + "tifffile": { + "credit": 0.01125, + "url": "https://pypi.org/project/tifffile" + }, + "imageio": { + "credit": 0.01125, + "url": "https://pypi.org/project/imageio" + }, + "uncertainties": { + "credit": 0.01125, + "url": "https://pypi.org/project/uncertainties" + }, + "Pint": { + "credit": 0.01125, + "url": "https://pypi.org/project/Pint" + }, + "pytz": { + "credit": 0.01125, + "url": "https://pypi.org/project/pytz" + }, + "requests": { + "credit": 0.01125, + "url": "https://pypi.org/project/requests" + }, + "numcodecs": { + "credit": 0.01125, + "url": "https://pypi.org/project/numcodecs" + }, + "zarr": { + "credit": 0.01125, + "url": "https://pypi.org/project/zarr" + }, + "fasteners": { + "credit": 0.01125, + "url": "https://pypi.org/project/fasteners" + }, + "asciitree": { + "credit": 0.01125, + "url": "https://pypi.org/project/asciitree" + }, + "zict": { + "credit": 0.01125, + "url": "https://pypi.org/project/zict" + }, + "HeapDict": { + "credit": 0.01125, + "url": "https://pypi.org/project/HeapDict" + }, + "attrs": { + "credit": 0.01125, + "url": "https://pypi.org/project/attrs" + }, + "six": { + "credit": 0.01125, + "url": "https://pypi.org/project/six" + }, + "pyparsing": { + "credit": 0.01125, + "url": "https://pypi.org/project/pyparsing" + }, + "asteval": { + "credit": 0.01125, + "url": "https://pypi.org/project/asteval" + }, + "networkx": { + "credit": 0.01125, + "url": "https://pypi.org/project/networkx" + }, + "locket": { + "credit": 0.01125, + "url": "https://pypi.org/project/locket" + }, + "intake": { + "credit": 0.01125, + "url": "https://pypi.org/project/intake" + }, + "msgpack": { + "credit": 0.01125, + "url": "https://pypi.org/project/msgpack" + }, + "appdirs": { + "credit": 0.01125, + "url": "https://pypi.org/project/appdirs" + }, + "entrypoints": { + "credit": 0.01125, + "url": "https://pypi.org/project/entrypoints" + }, + "MarkupSafe": { + "credit": 0.01125, + "url": "https://pypi.org/project/MarkupSafe" + }, + "python-dateutil": { + "credit": 0.01125, + "url": "https://pypi.org/project/python-dateutil" + }, + "jsonschema": { + "credit": 0.01125, + "url": "https://pypi.org/project/jsonschema" + }, + "cycler": { + "credit": 0.01125, + "url": "https://pypi.org/project/cycler" + }, + "tqdm": { + "credit": 0.01125, + "url": "https://pypi.org/project/tqdm" + }, + "traitlets": { + "credit": 0.01125, + "url": "https://pypi.org/project/traitlets" + }, + "boltons": { + "credit": 0.01125, + "url": "https://pypi.org/project/boltons" + }, + "certifi": { + "credit": 0.01125, + "url": "https://pypi.org/project/certifi" + }, + "humanize": { + "credit": 0.01125, + "url": "https://pypi.org/project/humanize" + }, + "prettytable": { + "credit": 0.01125, + "url": "https://pypi.org/project/prettytable" + }, + "Pygments": { + "credit": 0.01125, + "url": "https://pypi.org/project/Pygments" + }, + "decorator": { + "credit": 0.01125, + "url": "https://pypi.org/project/decorator" + }, + "backcall": { + "credit": 0.01125, + "url": "https://pypi.org/project/backcall" + }, + "pickleshare": { + "credit": 0.01125, + "url": "https://pypi.org/project/pickleshare" + }, + "wcwidth": { + "credit": 0.01125, + "url": "https://pypi.org/project/wcwidth" + }, + "tzlocal": { + "credit": 0.01125, + "url": "https://pypi.org/project/tzlocal" + }, + "idna": { + "credit": 0.01125, + "url": "https://pypi.org/project/idna" + }, + "urllib3": { + "credit": 0.01125, + "url": "https://pypi.org/project/urllib3" + }, + "asttokens": { + "credit": 0.01125, + "url": "https://pypi.org/project/asttokens" + }, + "executing": { + "credit": 0.01125, + "url": "https://pypi.org/project/executing" + }, + "fonttools": { + "credit": 0.01125, + "url": "https://pypi.org/project/fonttools" + }, + "doct": { + "credit": 0.01125, + "url": "https://pypi.org/project/doct" + }, + "cachetools": { + "credit": 0.01125, + "url": "https://pypi.org/project/cachetools" + }, + "mongoquery": { + "credit": 0.01125, + "url": "https://pypi.org/project/mongoquery" + }, + "pyrsistent": { + "credit": 0.01125, + "url": "https://pypi.org/project/pyrsistent" + }, + "kiwisolver": { + "credit": 0.01125, + "url": "https://pypi.org/project/kiwisolver" + }, + "iso8601": { + "credit": 0.01125, + "url": "https://pypi.org/project/iso8601" + }, + "tables": { + "credit": 0.01125, + "url": "https://pypi.org/project/tables" + }, + "numexpr": { + "credit": 0.01125, + "url": "https://pypi.org/project/numexpr" + }, + "qt-material": { + "credit": 0.01125, + "url": "https://pypi.org/project/qt-material" + }, + "pyserial": { + "credit": 0.01125, + "url": "https://pypi.org/project/pyserial" + }, + "pyvisa": { + "credit": 0.01125, + "url": "https://pypi.org/project/pyvisa" + }, + "pyvisa-py": { + "credit": 0.01125, + "url": "https://pypi.org/project/pyvisa-py" + }, + "PySide6-Addons": { + "credit": 0.0037125, + "url": "https://pypi.org/project/PySide6-Addons" + }, + "PySide6-Essentials": { + "credit": 0.0037125, + "url": "https://pypi.org/project/PySide6-Essentials" + }, + "shiboken6": { + "credit": 0.0037125, + "url": "https://pypi.org/project/shiboken6" + } + } +} \ No newline at end of file diff --git a/_repos/github/FAU-LAP/NOMAD-CAMELS/requirements.txt b/_repos/github/FAU-LAP/NOMAD-CAMELS/requirements.txt new file mode 100644 index 00000000..5ddd4b1e --- /dev/null +++ b/_repos/github/FAU-LAP/NOMAD-CAMELS/requirements.txt @@ -0,0 +1,88 @@ +PySide6>=6.5.1 +bluesky>=1.8.3 +ophyd>=1.6.4 +databroker>=1.2.5 +pandas>=1.4.2 +numpy>=1.22.4 +h5py>=3.7.0 +xarray>=2022.3.0 +QtPy>=2.1.0 +pip>=21.1.2 +wheel>=0.36.2 +setuptools>=57.0.0 +matplotlib>=3.5.2 +scipy>=1.10.1 +ipython>=8.4.0 +lmfit>=1.0.3 +pyepics>=3.5.1 +future>=0.18.2 +Pillow>=9.1.1 +toolz>=0.11.2 +pymongo>=4.1.1 +partd>=1.2.0 +dask>=2023.4.0 +fsspec>=2022.5.0 +packaging>=21.3 +cloudpickle>=2.1.0 +PyYAML>=6.0 +Jinja2>=3.1.2 +parso>=0.8.3 +jedi>=0.18.1 +colorama>=0.4.4 +PIMS>=0.6.1 +slicerator>=1.1.0 +tifffile>=2022.5.4 +imageio>=2.19.3 +uncertainties>=3.1.7 +Pint>=0.20.1 +pytz>=2022.1 +requests>=2.28.0 +numcodecs>=0.9.1 +zarr>=2.11.3 +fasteners>=0.17.3 +asciitree>=0.3.3 +zict>=2.2.0 +HeapDict>=1.0.1 +attrs>=21.4.0 +six>=1.16.0 +pyparsing>=3.0.9 +asteval>=0.9.27 +networkx>=2.8.3 +locket>=1.0.0 +intake>=0.6.4 +msgpack>=1.0.4 +appdirs>=1.4.4 +entrypoints>=0.4 +MarkupSafe>=2.1.1 +python-dateutil>=2.8.2 +jsonschema>=4.6.0 +cycler>=0.11.0 +tqdm>=4.64.0 +traitlets>=5.3.0 +boltons>=21.0.0 +certifi>=2022.5.18.1 +humanize>=4.1.0 +prettytable>=3.3.0 +Pygments>=2.12.0 +decorator>=5.1.1 +backcall>=0.2.0 +pickleshare>=0.7.5 +wcwidth>=0.2.5 +tzlocal>=4.2 +idna>=3.3 +urllib3>=1.26.9 +asttokens>=2.0.5 +executing>=0.8.3 +fonttools>=4.33.3 +doct>=1.0.5 +cachetools>=5.3.0 +mongoquery>=1.4.2 +pyrsistent>=0.18.1 +kiwisolver>=1.4.2 +iso8601>=1.0.2 +tables>=3.7.0 +numexpr>=2.8.4 +qt-material>=2.12 +pyserial>=3.5 +pyvisa>=1.13.0 +pyvisa-py>=0.7.0 diff --git a/_repos/github/FrederickHuangLin/ANCOMBC/DESCRIPTION b/_repos/github/FrederickHuangLin/ANCOMBC/DESCRIPTION new file mode 100644 index 00000000..6fda5a28 --- /dev/null +++ b/_repos/github/FrederickHuangLin/ANCOMBC/DESCRIPTION @@ -0,0 +1,46 @@ +Package: ANCOMBC +Type: Package +Title: Microbiome differential abudance and correlation analyses with bias + correction +Version: 2.2.2 +Description: ANCOMBC is a package containing differential abundance (DA) and + correlation analyses for microbiome data. Specifically, the package includes + Analysis of Compositions of Microbiomes with Bias Correction 2 (ANCOM-BC2), + Analysis of Compositions of Microbiomes with Bias Correction (ANCOM-BC), and + Analysis of Composition of Microbiomes (ANCOM) for DA analysis, and Sparse + Estimation of Correlations among Microbiomes (SECOM) for correlation + analysis. Microbiome data are typically subject to two sources of biases: + unequal sampling fractions (sample-specific biases) and differential + sequencing efficiencies (taxon-specific biases). Methodologies included in + the ANCOMBC package are designed to correct these biases and construct + statistically consistent estimators. +Date: 2023-09-18 +Authors@R: c( + person(given = "Huang", + family = "Lin", + email = "huanglinfrederick@gmail.com", + role = c("cre", "aut"), + comment = c(ORCID = "0000-0002-4892-7871"))) +License: Artistic-2.0 +Imports: mia (>= 1.6.0), stats, + CVXR, DescTools, Hmisc, MASS, Matrix, Rdpack, S4Vectors, + SingleCellExperiment, SummarizedExperiment, TreeSummarizedExperiment, + doParallel, doRNG, energy, foreach, gtools, lme4, lmerTest, multcomp, + nloptr, parallel, utils +Suggests: dplyr, knitr, rmarkdown, testthat, + DT, tidyr, tidyverse, microbiome, magrittr +biocViews: + DifferentialExpression, + Microbiome, + Normalization, + Sequencing, + Software +BugReports: https://github.com/FrederickHuangLin/ANCOMBC/issues +URL: https://github.com/FrederickHuangLin/ANCOMBC +VignetteBuilder: knitr +RdMacros: Rdpack +Encoding: UTF-8 +RoxygenNote: 7.2.3 +Depends: + R (>= 4.3.0) +LazyData: false diff --git a/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/README.md b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/README.md new file mode 100644 index 00000000..71ae2fc6 --- /dev/null +++ b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/README.md @@ -0,0 +1,18 @@ +--- +title: github/GenomePathogenAnalysisService/read-it-and-keep +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|0.01| +|pypi|[cython](http://cython.org/)|0.01| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/badge.png b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..f39ec16f74ee4f0ea073f584189d830a0b61829b GIT binary patch literal 57946 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 z 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 literal 0 HcmV?d00001 diff --git a/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/data.json b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/data.json new file mode 100644 index 00000000..0937d215 --- /dev/null +++ b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/data.json @@ -0,0 +1,14 @@ +{ + "setup.py": { + "github/GenomePathogenAnalysisService/read-it-and-keep": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "cython": { + "credit": 0.0099, + "url": "http://cython.org/" + } + } +} \ No newline at end of file diff --git a/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/setup.py b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/setup.py new file mode 100644 index 00000000..38762a85 --- /dev/null +++ b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/setup.py @@ -0,0 +1,55 @@ +try: + from setuptools import setup, Extension +except ImportError: + from distutils.core import setup + from distutils.extension import Extension + +import sys, platform + +sys.path.append('python') + +extra_compile_args = ['-DHAVE_KALLOC'] +include_dirs = ["."] + +if platform.machine() in ["aarch64", "arm64"]: + include_dirs.append("sse2neon/") + extra_compile_args.extend(['-ftree-vectorize', '-DKSW_SSE2_ONLY', '-D__SSE2__']) +else: + extra_compile_args.append('-msse4.1') # WARNING: ancient x86_64 CPUs don't have SSE4 + +def readme(): + with open('python/README.rst') as f: + return f.read() + +setup( + name = 'mappy', + version = '2.22', + url = 'https://github.com/lh3/minimap2', + description = 'Minimap2 python binding', + long_description = readme(), + author = 'Heng Li', + author_email = 'lh3@me.com', + license = 'MIT', + keywords = 'sequence-alignment', + scripts = ['python/minimap2.py'], + ext_modules = [Extension('mappy', + sources = ['python/mappy.pyx', 'align.c', 'bseq.c', 'lchain.c', 'seed.c', 'format.c', 'hit.c', 'index.c', 'pe.c', 'options.c', + 'ksw2_extd2_sse.c', 'ksw2_exts2_sse.c', 'ksw2_extz2_sse.c', 'ksw2_ll_sse.c', + 'kalloc.c', 'kthread.c', 'map.c', 'misc.c', 'sdust.c', 'sketch.c', 'esterr.c', 'splitidx.c'], + depends = ['minimap.h', 'bseq.h', 'kalloc.h', 'kdq.h', 'khash.h', 'kseq.h', 'ksort.h', + 'ksw2.h', 'kthread.h', 'kvec.h', 'mmpriv.h', 'sdust.h', + 'python/cmappy.h', 'python/cmappy.pxd'], + extra_compile_args = extra_compile_args, + include_dirs = include_dirs, + libraries = ['z', 'm', 'pthread'])], + classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'License :: OSI Approved :: MIT License', + 'Operating System :: POSIX', + 'Programming Language :: C', + 'Programming Language :: Cython', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Intended Audience :: Science/Research', + 'Topic :: Scientific/Engineering :: Bio-Informatics'], + setup_requires=["cython"]) diff --git a/_repos/github/JCGoran/coffe/requirements.txt b/_repos/github/JCGoran/coffe/requirements.txt new file mode 100644 index 00000000..4f985f83 --- /dev/null +++ b/_repos/github/JCGoran/coffe/requirements.txt @@ -0,0 +1,9 @@ +c-compiler +gsl +fftw +make +automake +autoconf +autoconf-archive +cython +libconfig diff --git a/_repos/github/NSAPH-Software/GPCERF/DESCRIPTION b/_repos/github/NSAPH-Software/GPCERF/DESCRIPTION new file mode 100644 index 00000000..1ae993e9 --- /dev/null +++ b/_repos/github/NSAPH-Software/GPCERF/DESCRIPTION @@ -0,0 +1,52 @@ +Package: GPCERF +Title: Gaussian Processes for Estimating Causal Exposure Response Curves +Version: 0.2.3 +Authors@R: c( + person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu", + role=c("aut","cre"), + comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION="HUIT")), + person("Boyu", "Ren", email = "bren@partners.org", + role= c("aut"), + comment = c(ORCID = "0000-0002-5300-1184", AFFILIATION="McLean Hospital")), + person("Tanujit", "Dey", email = "tdey@bwh.harvard.edu", + role= c("ctb"), + comment = c(ORCID = "0000-0001-5559-211X", AFFILIATION="HMS")), + person("Danielle","Braun", email = "dbraun@hsph.harvard.edu", + role=c("aut"), + comment = c(ORCID = "0000-0002-5177-8598", AFFILIATION="HSPH"))) +Maintainer: Naeem Khoshnevis +Description: Provides a non-parametric Bayesian framework based on Gaussian process priors for estimating causal effects of a continuous exposure and detecting change points in the causal exposure response curves using observational data. Ren, B., Wu, X., Braun, D., Pillai, N., & Dominici, F.(2021). "Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes." arXiv preprint . +License: GPL (>= 3) +Language: en-US +URL: https://github.com/NSAPH-Software/GPCERF +BugReports: https://github.com/NSAPH-Software/GPCERF/issues +Copyright: Harvard University +Imports: + parallel, + xgboost, + stats, + MASS, + spatstat.geom, + logger, + Rcpp, + RcppArmadillo, + ggplot2, + cowplot, + rlang, + Rfast, + SuperLearner, + wCorr +Encoding: UTF-8 +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.2.3 +Depends: + R (>= 3.5.0) +Suggests: + rmarkdown, + knitr, + testthat (>= 3.0.0) +Config/testthat/edition: 3 +VignetteBuilder: knitr +LinkingTo: + RcppArmadillo, + Rcpp diff --git a/_repos/github/NSAPH-Software/GPCERF/README.md b/_repos/github/NSAPH-Software/GPCERF/README.md new file mode 100644 index 00000000..63ecc8d8 --- /dev/null +++ b/_repos/github/NSAPH-Software/GPCERF/README.md @@ -0,0 +1,171 @@ +--- +title: github/NSAPH-Software/GPCERF +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|cran|R|0.064| +|cran|methods|0.047| +|cran|utils|0.042| +|cran|stats|0.036| +|cran|[Rcpp](http://www.rcpp.org)|0.033| +|cran|rmarkdown|0.028| +|cran|knitr|0.028| +|cran|lattice|0.023| +|cran|pkgKitten|0.022| +|cran|tinytest|0.022| +|cran|testthat|0.019| +|cran|grDevices|0.018| +|cran|philentropy|0.016| +|cran|RcppParallel|0.016| +|cran|RcppZiggurat|0.016| +|cran|rbenchmark|0.014| +|cran|inline|0.014| +|cran|Matrix|0.013| +|cran|graphics|0.013| +|cran|covr|0.013| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.012| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.011| +|cran|nlme|0.01| +|cran|nnet|0.01| +|DESCRIPTION|github/NSAPH-Software/GPCERF|0.01| +|cran|glue|0.01| +|cran|survival|0.008| +|cran|slam|0.008| +|cran|reticulate|0.008| +|cran|doBy|0.008| +|cran|captioner|0.008| +|cran|mnormt|0.008| +|cran|minqa|0.008| +|cran|jsonlite|0.008| +|cran|dplyr|0.008| +|cran|maptools|0.007| +|cran|withr|0.006| +|cran|tibble|0.006| +|cran|[rlang](https://rlang.r-lib.org)|0.006| +|cran|vdiffr|0.005| +|cran|maps|0.005| +|cran|ragg|0.005| +|cran|scales|0.005| +|cran|gtable|0.005| +|cran|grid|0.005| +|cran|devtools|0.005| +|cran|float|0.005| +|cran|igraph|0.005| +|cran|lintr|0.005| +|cran|vcd|0.005| +|cran|Ckmeans.1d.dp|0.005| +|cran|DiagrammeR|0.005| +|cran|data.table|0.005| +|cran|spatstat|0.005| +|cran|fftwtools|0.005| +|cran|spatial|0.005| +|cran|spatstat.linnet|0.005| +|cran|spatstat.random|0.005| +|cran|spatstat.core|0.005| +|cran|polyclip|0.005| +|cran|deldir|0.005| +|cran|spatstat.utils|0.005| +|cran|spatstat.data|0.005| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.005| +|cran|winch|0.004| +|cran|vctrs|0.004| +|cran|usethis|0.004| +|cran|pillar|0.004| +|cran|magrittr|0.004| +|cran|fs|0.004| +|cran|cli|0.004| +|cran|rpart|0.004| +|cran|log4r|0.003| +|cran|futile.logger|0.003| +|cran|logging|0.003| +|cran|syslognet|0.003| +|cran|R.utils|0.003| +|cran|botor|0.003| +|cran|txtq|0.003| +|cran|callr|0.003| +|cran|shiny|0.003| +|cran|rsyslog|0.003| +|cran|parallel|0.003| +|cran|roxygen2|0.003| +|cran|telegram|0.003| +|cran|RPushbullet|0.003| +|cran|slackr|0.003| +|cran|pander|0.003| +|cran|VennDiagram|0.003| +|cran|tidyr|0.003| +|cran|patchwork|0.003| +|cran|PASWR|0.003| +|cran|magick|0.003| +|cran|gridGraphics|0.003| +|cran|forcats|0.003| +|cran|Cairo|0.003| +|cran|[xgboost](https://github.com/dmlc/xgboost)|0.003| +|cran|sp|0.002| +|cran|xml2|0.002| +|cran|svglite|0.002| +|cran|sf|0.002| +|cran|rgeos|0.002| +|cran|RColorBrewer|0.002| +|cran|quantreg|0.002| +|cran|profvis|0.002| +|cran|munsell|0.002| +|cran|multcomp|0.002| +|cran|mapproj|0.002| +|cran|interp|0.002| +|cran|Hmisc|0.002| +|cran|hexbin|0.002| +|cran|ggplot2movies|0.002| +|cran|mgcv|0.002| +|cran|isoband|0.002| +|cran|digest|0.002| +|cran|sva|0.002| +|cran|spls|0.002| +|cran|speedglm|0.002| +|cran|SIS|0.002| +|cran|ROCR|0.002| +|cran|RhpcBLASctl|0.002| +|cran|ranger|0.002| +|cran|randomForest|0.002| +|cran|quadprog|0.002| +|cran|prettydoc|0.002| +|cran|polspline|0.002| +|cran|party|0.002| +|cran|nloptr|0.002| +|cran|mlbench|0.002| +|cran|LogicReg|0.002| +|cran|kernlab|0.002| +|cran|KernelKnn|0.002| +|cran|ipred|0.002| +|cran|glmnet|0.002| +|cran|genefilter|0.002| +|cran|gbm|0.002| +|cran|extraTrees|0.002| +|cran|earth|0.002| +|cran|e1071|0.002| +|cran|class|0.002| +|cran|caret|0.002| +|cran|bigmemory|0.002| +|cran|biglasso|0.002| +|cran|bartMachine|0.002| +|cran|arm|0.002| +|cran|cvAUC|0.002| +|cran|gam|0.002| +|cran|nnls|0.002| +|cran|[spatstat.geom](http://spatstat.org/)|0.001| +|cran|[logger](https://daroczig.github.io/logger/)|0.001| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|0.001| +|cran|[cowplot](https://wilkelab.org/cowplot/)|0.001| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|0.001| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|0.001| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|0.001| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/NSAPH-Software/GPCERF/badge.png b/_repos/github/NSAPH-Software/GPCERF/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..d3683df522cdca9b668b4a959ae310ae7fa037ad GIT binary patch literal 103047 zcmeFZWmr^E+cqo+D6L3$2#9otG}0hl0}S1b#0-s;N{e)fbaxLeozmT%LpQve`+4s8 z@g3iByuaW3-!Sa8_MR2jb)B*HH|0;#m}tak&z?QQl$H6Y`s^7Z?Af#DlrK?$Z`!QN zho3#8d?x!*OdSH=UqJr(W{MmI&e}_S$RdfBUDt@meE8{j6{~aMdm}+E?z`+x2IZp8 zjLu?Q_ses|#cKl@u$!z~Wrtja*XbvvTQ}*$yF=TP!PF0zy9#tMsCw^25zv(V5OIG! zLw@&40@(!v#$II(1^wgi|M{1kpMN|7BJ#g36b-{STn_&`(I1luwE5rWhRYk=|JhR} zG9kpo<@{v*pBDiA6GEVv|GX7&?H@}7ltn`QCPDsxJ%A_z3K;zSKkm&A^7H4F(qdJL z_@5{I$1VKhr~ZB8U;lla|5rxmV_s`=t?-r8J4_2Iq{G;`4}ZamiE-ZC*ebZmsX1D!+{1G4inFPakpfcsRktAgxvQ-gL23BRELX zM6bjcs`_$%PPKuC#$kL~A~9XHM#*yTj$XRtL1VwK-4o4BL#)mk&}WAJg0XpguypPL z2ACAn(YqHS(n!?-50u4qr+&|Zio$OBjamCA^fHk29 z>~mws+cl*94K?5crBcLzOuPWplwx%Aq4rStw|(CC^;^|@pZNie_xs*c_2oB@fAJvM z!r!O1!-z5)GZo4O-@_NZ;e`1==-YBO)|NMRUhjK}qbvf8CsXp$sV9knIccK!D_8!H zw(f3hVAXYwR?i)49D60OH_W}Di`gper0{(R&mA`SEx#vVIRW3po{X;e6aEJMUVyj! z?(n)_Yua-g_wCo7V-!~hb5xGkuOZcGN|po~r7M+AcjIOQ#B=)kzRqOhR-8yevlG%Y ztI*6150|rFRHfLykI!64INrR7NbQ_5z|-WFJYN0N9?(5}e7l%=bvw{vsa{ALd~R*T zABeQLRPz`_t9GmFvw5%WGw;bMcI;zV4Io_@{#f-$! z{z!G(4Ec#Fwptj^S4v6bDj4iJBwa(M!Rc|WZw@u zGgYRv*`t6ZR|Q6N)5}V7HHEr6EV+z32i(({ai~Mp_rB_w zc<^~IV?wZvJG8U#B*jZWB_gG66gE4|E76EEzg*1yeNR%+(c zvu1x^Zy(z#RX#{YC|HdDL;)A;KN`BHr{sM_raS(zmdBOZU+Y2F2Y(W0Hs+aCeaVzP z;o{Ae@l;Z;wbo`U;}ZJyXERKj%R3=tE_61ybJg z6LPOaBCMgzQ@;qhu&pC8TPRwWEFL>ADCj9QzQ3)5Zc*hh>xFO8PxnNbm*3{T&Vj#=q%U& zy$Z1VR@_I+v==hbe!FzunDEfS%ICDn;pKfF^!o#n z^8$#a{!sEcOYi9{T0Zw3fmxp7;3JC?@%kUvY`cv-JbNGeL_BWLQtBa!)o#6SkQlb2P(z(8 z$4Ffjb=<9bRBANJ?u+!6cs`4@GHsPoj(r-7GAF)2i|D+&6k8XVJV>pg>9{j*QoVl)Ud>Nz)~OYV+p*&)^8%q!v8#9#dS66VZy-DuEqt~9|d)zHrd z=aByx`|P=cx@S8EwX;S@TEix+_+iTV4q3!rvu&ldOUIFuP<=XP z(g*ceHDrb(SMC1Q#{Apy(llO$YNW`t8pK1W^BrNrq=6yT^ZqcJ%c9-|xs!zyO)@LR1{y){k z-O{lzRdNrMHyUhjo;CVwm5@RIq%!JCdCe7}e8(Gzm@bEj-+#24^Zb3&q_+p)4`)uA zVvCc@Rm){EZaZY3#VP{dBkjEQSblY~1%cts^4o}{kWelA;F%C!!L8G&zm?n5zGy%- zQkar4mOrTk^}EvTMkB#FD*RO7{zWd&Ct6#-L}FYy$ooO z8uU)w^Zh`|3T~E~S-ob<+TykLJUw3jtRQZt4XoNzesd{c)kdVjUhWJtF5qR&eaV!! z^q=xNrBOnV!|g-0!ff%reC<}6ygPCTF1)W2dmVdgdyyY5DX3h(XYI0= zKpDW9q1G7(m%_L~_>e88d(2ZU`}Q=~u_z{4@qXbfZs+c16TT`a%a<=-lp8*|R}YIV zB}f?GSIBjLZro72k)}agQoI~Re^lhUpRbqW*h#P zJ${aN_;c;uKVBM{3d;iF=0TO0aJkUx zb9B{F4+d|_NZZt0`@E8chDc&&l!CaU`NG6O_YY72TjCSKQ`$-)JN4Q+9snN$i3cRx|H1}8Rp%7k7l z2GExubfaS3-+K>iCH&-EKR2>Jz_`AoD{dIQv1#fV%swlR?IeXL9fC}CI;W-#7Dh1B zVG0Y&rH@8g4gRI0Md=>SCf+e-M-ECphduH(li>(8ebl$myE9tN$BP&ErHeWCEE}5! z_^14jZ1trLP8jt)F)>m1^Ae1#zS0Puh!`*!5A{dGtM%+FvwokHnWjHDapH63*P-H| zC4uTZGo5Oa$NW0C(=;^w$^H}94{T0D)}(Vh20*@YiWLqYowWcD6c13mftVTKyEs{;_6r5s?7NMVaiZ@QJSH7(-`x5n+C#^{_Geki{mbNo6DD?h z6*8h&^)h*J@jutinN0IILi(cS6m+jb8+5oLM=2LTMFd1z0&I-Gft3OIqQr~7a;fz6P0Wa&SzGr=z_GSPcFndehxws-y~y=Cy@kB`R_0;9~* z_EMzROjilR?DZK~P;cAoHMW~boo74mX=u_C2u>BVs&iojbTr;QIJ1LaQz~5?I3nq& zdC_}+ye&I(uQ}(nxaa)5Y^R;cWIac8F4?f2;E*NG7|Qjmr$1(rH^nG?)bNlFPm}-J z6D^RowUs39mG4oM-`VHndPtKsL-}E(rGv>SL6FxqSD|iOMN+*|9#n?(lvP10X1A0+ z<0A-d!;FlmKGQBMBeMTcGJvHNLD(6||=iC_GXmL`5mH zmh#T2SqXYg3{Yi-eI9oIX4fP4#l>Wrp)$e+RLP+oAVi0pvwU^N1StCp@Mm`%-3<&P zNH(o%18HCp1**Q;?uGI_BwIrr@d(I{>J;-M`1K|0Hv;viA%-0evNl&)^)~Hf5D6@K zI&b~#{vbi2C|W^(t(x8_mh9}S&F=0^&3%X4Pf`WA-vZ7Rv4|j@lAyvC7F})R55Q{5 zibm>l;`CK#HrFytnq25GLt0~!3x%HIzC!CjHt^0;WJ`K4fBRb zTx2f7Ry|$4XLQBWhP7x<@*nC)rxxcidtk*bkhZx*{#p(1_3C{H(CKE$`!yDs;_x|9HK=qUgKgU;KrPwLIAw3LmBbJ?`3`j! znXy(&;)D+eVn)GxBv>}r&X}Qpj%_QXeK34u#%IF|q#4a+*DS%44H6Z9t(#LhUo%f; z*k-&1DJE>wo@LX6n0si4AMBWD8-w^pti|E!_irX`r^8)E!Z3KScnmbf{TbJ2?Q+Ss5W;*ec5 zX3?Tf&vrbatAIt5f|g@j@B6W74$`8kd|;4ksUXBt<3rE)k&qUOGkev55fEg9*>VT` zx&piO%pkTo8fTpLqp!x1{-gNbH=Ol5voM7ngDp#)_0X9cnE1sCFtxj{-H@u`Nz(f- zuY=y-^JG(0UiCZ5MWBE`_t&|$NS$JKoa?OF0X8t_!3bGJ9(ApMWIU)afvlEDz@Ug71cSuMm1?4JgZxyo; zOOa;Xr(}ikl*L&#DeVvGMoW&~y57$=bY-8{Dl8o4flBf=Xp4I=U^Ndt?ViFXxa+;A zTDvIiu&)zSiY*e83OnQS))~m)>!z?2s?d~{dD64Hnl$1}od;pHxAK7iBq)qVUq>A( zZj5Bo_aME#tt5buU6aNf%GH!$Lj|aLKRYkfcr6W2%&JNSTQ1ra5r5E6lqjB(hLoMNfxJYLpf#3|LPk~SNASdVgkLSf()w(3|N-9RyyG@2S1c=sxzvD*U>VLR#w<-uu|6!D!Ghk4N z($3qm{x))F16jx_@eL!ih~*7mPngTe^wQsoKtWd2(#eh={Ghb2XfWd&#abt8XXHfh z!_zP;r^8Y1i7yOdQ}Z52mdmj-x2AuPi7M>Z-R;KNTyWkEJ$gRp&`WH>2eU`ntrJJb z=Vwu56(>%LqkvI2R1G+kTl7Ls5}*TTcvqLRsn{S$OHT?`Dri!Ch?Qe?z5bESWz|@{ zP+8s8D5~M7fIk1;0*3n2jHZT-{>@vH*>?5dUh%6Bnwoc&=u(btVTArX*xLdKjFNoe z0o2uQ4Fs(RxA(l)SX2gmmBKYuaQh`sh3aN`8yoc(V204lEgEk<>{Py7^4tCx8fY&A z8=G>|+1tt}=5(sHnr0GnX480-(@;;2o8SRLdf(7dMLF|;#;YY}?)K37$R?;II}!6o zd+>mM5wLh-TDWz24}sV)(X!8fYx1r$F2MSn zqIWOMO{&pU0w7uVWA+nBw)REr{((Ih+p^z2bl*K;;+^`b^yayo`!k}XUcnRprdGy} zCuX#)*}Y+ci_Jdo-)X(m7d?OExSWY~r1Y14Afx}pq|Ru70R+fgVcWsAir^H`)j&|; zHn&#IMup4EBuj-lCiV^nmGtZ0}r!6Y9{%VAM15_5yS zAl<;vdd6Ng7v`bU59{f7i|DKXdTv)5aJ#n*QsUx1IwKlsUOc(+bj2}&x zV^{jt?*`Z4eFSdV96^)@E}QYcfQ+$9o1u17_~3pYadYATs{O+8gJ8;Zn&~s7G7Y31 zJpQ8uk7M$1{I&jg_zxO?El_`UwkD{6c4U1xQDfp;n5I!0*7Q86$^5}_K(7kiq_DYZ zt}G^2LU4-ohNHUjI#j5rm9ZuM^H26Dvt5n7{GdlcYF5=ljeEZIW=M7p{-H=NhK1~%f8hpriUR!^!w?835b zKE_X0t8n?c^)m!xz)sMK*d>C;V;ZJwoWJbiP@91Jmuk-QzHTJ>=j}3?Mc@_VlGHI;5*9K~5x6vnS6g zOjKZIN*^5U2Bm!mcE`YIc7L=AvFRhnK%!T0kOuw^LDN?2Qd|k9?aDpU7yp

gS~~ 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 literal 0 HcmV?d00001 diff --git a/_repos/github/NSAPH-Software/GPCERF/data.json b/_repos/github/NSAPH-Software/GPCERF/data.json new file mode 100644 index 00000000..be090efe --- /dev/null +++ b/_repos/github/NSAPH-Software/GPCERF/data.json @@ -0,0 +1,630 @@ +{ + "DESCRIPTION": { + "github/NSAPH-Software/GPCERF": { + "credit": 0.01, + "url": null + } + }, + "cran": { + "xgboost": { + "credit": 0.0026812500000000065, + "url": "https://github.com/dmlc/xgboost" + }, + "MASS": { + "credit": 0.0046733231707317135, + "url": "http://www.stats.ox.ac.uk/pub/MASS4/" + }, + "spatstat.geom": { + "credit": 0.0008250000000000063, + "url": "http://spatstat.org/" + }, + "logger": { + "credit": 0.0008250000000000063, + "url": "https://daroczig.github.io/logger/" + }, + "Rcpp": { + "credit": 0.033495000000000004, + "url": "http://www.rcpp.org" + }, + "RcppArmadillo": { + "credit": 0.0008250000000000063, + "url": "https://github.com/RcppCore/RcppArmadillo" + }, + "ggplot2": { + "credit": 0.010752661764705875, + "url": "https://ggplot2.tidyverse.org" + }, + "cowplot": { + "credit": 0.0008250000000000063, + "url": "https://wilkelab.org/cowplot/" + }, + "rlang": { + "credit": 0.006084073170731714, + "url": "https://rlang.r-lib.org" + }, + "Rfast": { + "credit": 0.0008250000000000063, + "url": "https://github.com/RfastOfficial/Rfast" + }, + "SuperLearner": { + "credit": 0.0008250000000000063, + "url": "https://github.com/ecpolley/SuperLearner" + }, + "wCorr": { + "credit": 0.0008250000000000063, + "url": "https://american-institutes-for-research.github.io/wCorr/" + }, + "titanic": { + "credit": 4.804411764705845e-05, + "url": "https://github.com/paulhendricks/titanic" + }, + "crayon": { + "credit": 0.012370095975232198, + "url": "https://github.com/r-lib/crayon#readme" + }, + "float": { + "credit": 0.004804411764705883, + "url": null + }, + "igraph": { + "credit": 0.004804411764705883, + "url": null + }, + "lintr": { + "credit": 0.004804411764705883, + "url": null + }, + "testthat": { + "credit": 0.019485419145963905, + "url": null + }, + "vcd": { + "credit": 0.004804411764705883, + "url": null + }, + "Ckmeans.1d.dp": { + "credit": 0.004804411764705883, + "url": null + }, + "DiagrammeR": { + "credit": 0.004804411764705883, + "url": null + }, + "rmarkdown": { + "credit": 0.027652919145963906, + "url": null + }, + "knitr": { + "credit": 0.027652919145963906, + "url": null + }, + "jsonlite": { + "credit": 0.008071411764705883, + "url": null + }, + "data.table": { + "credit": 0.004804411764705883, + "url": null + }, + "methods": { + "credit": 0.04712200773993808, + "url": null + }, + "Matrix": { + "credit": 0.012971911764705881, + "url": null + }, + "R": { + "credit": 0.0642385147341992, + "url": null + }, + "survival": { + "credit": 0.0081675, + "url": null + }, + "nnet": { + "credit": 0.01002375, + "url": null + }, + "nlme": { + "credit": 0.010159573170731706, + "url": null + }, + "lattice": { + "credit": 0.02345032317073171, + "url": null + }, + "utils": { + "credit": 0.04231759597523219, + "url": null + }, + "stats": { + "credit": 0.0355976691459639, + "url": null + }, + "graphics": { + "credit": 0.012971911764705881, + "url": null + }, + "grDevices": { + "credit": 0.018230984935437587, + "url": null + }, + "spatstat": { + "credit": 0.004804411764705883, + "url": null + }, + "fftwtools": { + "credit": 0.004804411764705883, + "url": null + }, + "spatial": { + "credit": 0.004804411764705883, + "url": null + }, + "maptools": { + "credit": 0.0067964849354375904, + "url": null + }, + "spatstat.linnet": { + "credit": 0.004804411764705883, + "url": null + }, + "spatstat.random": { + "credit": 0.004804411764705883, + "url": null + }, + "spatstat.core": { + "credit": 0.004804411764705883, + "url": null + }, + "polyclip": { + "credit": 0.004804411764705883, + "url": null + }, + "deldir": { + "credit": 0.004804411764705883, + "url": null + }, + "spatstat.utils": { + "credit": 0.004804411764705883, + "url": null + }, + "spatstat.data": { + "credit": 0.004804411764705883, + "url": null + }, + "log4r": { + "credit": 0.003267, + "url": null + }, + "futile.logger": { + "credit": 0.003267, + "url": null + }, + "logging": { + "credit": 0.003267, + "url": null + }, + "syslognet": { + "credit": 0.003267, + "url": null + }, + "R.utils": { + "credit": 0.003267, + "url": null + }, + "botor": { + "credit": 0.003267, + "url": null + }, + "txtq": { + "credit": 0.003267, + "url": null + }, + "callr": { + "credit": 0.003267, + "url": null + }, + "shiny": { + "credit": 0.003267, + "url": null + }, + "rsyslog": { + "credit": 0.003267, + "url": null + }, + "parallel": { + "credit": 0.003267, + "url": null + }, + "roxygen2": { + "credit": 0.003267, + "url": null + }, + "devtools": { + "credit": 0.00512325, + "url": null + }, + "covr": { + "credit": 0.012824757381258024, + "url": null + }, + "telegram": { + "credit": 0.003267, + "url": null + }, + "RPushbullet": { + "credit": 0.003267, + "url": null + }, + "slackr": { + "credit": 0.003267, + "url": null + }, + "pander": { + "credit": 0.003267, + "url": null + }, + "glue": { + "credit": 0.009557757381258023, + "url": null + }, + "pkgKitten": { + "credit": 0.02178, + "url": null + }, + "rbenchmark": { + "credit": 0.0136125, + "url": null + }, + "inline": { + "credit": 0.0136125, + "url": null + }, + "tinytest": { + "credit": 0.02178, + "url": null + }, + "slam": { + "credit": 0.0081675, + "url": null + }, + "reticulate": { + "credit": 0.0081675, + "url": null + }, + "sp": { + "credit": 0.0019920731707317074, + "url": null + }, + "xml2": { + "credit": 0.0019920731707317074, + "url": null + }, + "vdiffr": { + "credit": 0.005259073170731708, + "url": null + }, + "svglite": { + "credit": 0.0019920731707317074, + "url": null + }, + "sf": { + "credit": 0.0019920731707317074, + "url": null + }, + "rpart": { + "credit": 0.0038483231707317073, + "url": null + }, + "rgeos": { + "credit": 0.0019920731707317074, + "url": null + }, + "RColorBrewer": { + "credit": 0.0019920731707317074, + "url": null + }, + "quantreg": { + "credit": 0.0019920731707317074, + "url": null + }, + "profvis": { + "credit": 0.0019920731707317074, + "url": null + }, + "munsell": { + "credit": 0.0019920731707317074, + "url": null + }, + "multcomp": { + "credit": 0.0019920731707317074, + "url": null + }, + "maps": { + "credit": 0.005259073170731708, + "url": null + }, + "mapproj": { + "credit": 0.0019920731707317074, + "url": null + }, + "interp": { + "credit": 0.0019920731707317074, + "url": null + }, + "Hmisc": { + "credit": 0.0019920731707317074, + "url": null + }, + "hexbin": { + "credit": 0.0019920731707317074, + "url": null + }, + "ggplot2movies": { + "credit": 0.0019920731707317074, + "url": null + }, + "dplyr": { + "credit": 0.00763725699426112, + "url": null + }, + "ragg": { + "credit": 0.005259073170731708, + "url": null + }, + "withr": { + "credit": 0.006290757381258023, + "url": null + }, + "tibble": { + "credit": 0.006290757381258023, + "url": null + }, + "scales": { + "credit": 0.005259073170731708, + "url": null + }, + "mgcv": { + "credit": 0.0019920731707317074, + "url": null + }, + "isoband": { + "credit": 0.0019920731707317074, + "url": null + }, + "gtable": { + "credit": 0.005259073170731708, + "url": null + }, + "grid": { + "credit": 0.005259073170731708, + "url": null + }, + "digest": { + "credit": 0.0019920731707317074, + "url": null + }, + "VennDiagram": { + "credit": 0.003267, + "url": null + }, + "tidyr": { + "credit": 0.003267, + "url": null + }, + "patchwork": { + "credit": 0.003267, + "url": null + }, + "PASWR": { + "credit": 0.003267, + "url": null + }, + "magick": { + "credit": 0.003267, + "url": null + }, + "gridGraphics": { + "credit": 0.003267, + "url": null + }, + "forcats": { + "credit": 0.003267, + "url": null + }, + "Cairo": { + "credit": 0.003267, + "url": null + }, + "winch": { + "credit": 0.004298684210526316, + "url": null + }, + "vctrs": { + "credit": 0.004298684210526316, + "url": null + }, + "usethis": { + "credit": 0.004298684210526316, + "url": null + }, + "pillar": { + "credit": 0.004298684210526316, + "url": null + }, + "magrittr": { + "credit": 0.004298684210526316, + "url": null + }, + "fs": { + "credit": 0.004298684210526316, + "url": null + }, + "cli": { + "credit": 0.004298684210526316, + "url": null + }, + "philentropy": { + "credit": 0.016335, + "url": null + }, + "RcppParallel": { + "credit": 0.016335, + "url": null + }, + "RcppZiggurat": { + "credit": 0.016335, + "url": null + }, + "sva": { + "credit": 0.00185625, + "url": null + }, + "spls": { + "credit": 0.00185625, + "url": null + }, + "speedglm": { + "credit": 0.00185625, + "url": null + }, + "SIS": { + "credit": 0.00185625, + "url": null + }, + "ROCR": { + "credit": 0.00185625, + "url": null + }, + "RhpcBLASctl": { + "credit": 0.00185625, + "url": null + }, + "ranger": { + "credit": 0.00185625, + "url": null + }, + "randomForest": { + "credit": 0.00185625, + "url": null + }, + "quadprog": { + "credit": 0.00185625, + "url": null + }, + "prettydoc": { + "credit": 0.00185625, + "url": null + }, + "polspline": { + "credit": 0.00185625, + "url": null + }, + "party": { + "credit": 0.00185625, + "url": null + }, + "nloptr": { + "credit": 0.00185625, + "url": null + }, + "mlbench": { + "credit": 0.00185625, + "url": null + }, + "LogicReg": { + "credit": 0.00185625, + "url": null + }, + "kernlab": { + "credit": 0.00185625, + "url": null + }, + "KernelKnn": { + "credit": 0.00185625, + "url": null + }, + "ipred": { + "credit": 0.00185625, + "url": null + }, + "glmnet": { + "credit": 0.00185625, + "url": null + }, + "genefilter": { + "credit": 0.00185625, + "url": null + }, + "gbm": { + "credit": 0.00185625, + "url": null + }, + "extraTrees": { + "credit": 0.00185625, + "url": null + }, + "earth": { + "credit": 0.00185625, + "url": null + }, + "e1071": { + "credit": 0.00185625, + "url": null + }, + "class": { + "credit": 0.00185625, + "url": null + }, + "caret": { + "credit": 0.00185625, + "url": null + }, + "bigmemory": { + "credit": 0.00185625, + "url": null + }, + "biglasso": { + "credit": 0.00185625, + "url": null + }, + "bartMachine": { + "credit": 0.00185625, + "url": null + }, + "arm": { + "credit": 0.00185625, + "url": null + }, + "cvAUC": { + "credit": 0.00185625, + "url": null + }, + "gam": { + "credit": 0.00185625, + "url": null + }, + "nnls": { + "credit": 0.00185625, + "url": null + }, + "doBy": { + "credit": 0.0081675, + "url": null + }, + "captioner": { + "credit": 0.0081675, + "url": null + }, + "mnormt": { + "credit": 0.0081675, + "url": null + }, + "minqa": { + "credit": 0.0081675, + "url": null + } + } +} \ No newline at end of file diff --git a/_repos/github/PDB-REDO/dssp/CMakeLists.txt b/_repos/github/PDB-REDO/dssp/CMakeLists.txt index 23f9d851..de9dbdb5 100644 --- a/_repos/github/PDB-REDO/dssp/CMakeLists.txt +++ b/_repos/github/PDB-REDO/dssp/CMakeLists.txt @@ -25,23 +25,13 @@ cmake_minimum_required(VERSION 3.15) # set the project name -project(mkdssp VERSION 4.4.5 LANGUAGES CXX) +project(mkdssp VERSION 4.4.6 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -include(GNUInstallDirs) -include(CheckFunctionExists) -include(CheckIncludeFiles) -include(CheckLibraryExists) -include(CMakePackageConfigHelpers) -include(FindFilesystem) include(CTest) - -set(CXX_EXTENSIONS OFF) -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(Filesystem REQUIRED) +include(FetchContent) +include(VersionString) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers") @@ -84,11 +74,16 @@ if(MSVC) get_WIN32_WINNT(ver) add_definitions(-D_WIN32_WINNT=${ver}) + + if(BUILD_SHARED_LIBS) + set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>DLL") + else() + set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") + endif() endif() # Create a revision file, containing the current git version info -include(VersionString) -write_version_header("${PROJECT_SOURCE_DIR}/src") +write_version_header("${CMAKE_CURRENT_SOURCE_DIR}/src") # Optionally use mrc to create resources find_package(Mrc QUIET) @@ -104,13 +99,33 @@ set(THREADS_PREFER_PTHREAD_FLAG) find_package(Threads) if(NOT PDB_REDO_META) - find_package(libmcfp REQUIRED) - find_package(cifpp 5.2.0 REQUIRED) + if(CMAKE_VERSION GREATER_EQUAL 3.28) + set(EXLC "EXCLUDE_FROM_ALL") + endif() + + FetchContent_Declare( + libmcfp + ${EXLC} + GIT_REPOSITORY https://github.com/mhekkel/libmcfp + GIT_TAG v1.3.1) + + FetchContent_MakeAvailable(libmcfp) + + set(CIFPP_DOWNLOAD_CCD OFF) + + FetchContent_Declare( + cifpp + ${EXLC} + GIT_REPOSITORY https://github.com/pdb-redo/libcifpp.git + GIT_TAG v7.0.3 + ) + + FetchContent_MakeAvailable(cifpp) endif() add_subdirectory(libdssp) -add_executable(mkdssp ${PROJECT_SOURCE_DIR}/src/mkdssp.cpp) +add_executable(mkdssp ${CMAKE_CURRENT_SOURCE_DIR}/src/mkdssp.cpp) target_link_libraries(mkdssp PRIVATE libmcfp::libmcfp dssp::dssp) @@ -118,55 +133,21 @@ if(USE_RSRC) mrc_target_resources(mkdssp ${CIFPP_SHARE_DIR}/mmcif_pdbx.dic ${CIFPP_SHARE_DIR}/mmcif_ddl.dic - ${PROJECT_SOURCE_DIR}/libdssp/mmcif_pdbx/dssp-extension.dic) + ${CMAKE_CURRENT_SOURCE_DIR}/libdssp/mmcif_pdbx/dssp-extension.dic) endif() # Install rules install(TARGETS ${PROJECT_NAME} - RUNTIME DESTINATION ${BIN_INSTALL_DIR} + RUNTIME DESTINATION bin ) if(BUILD_DOCUMENTATION) - # manual - find_program(PANDOC pandoc) - - if(PANDOC) - file(GENERATE OUTPUT ${PROJECT_BINARY_DIR}/pandoc-md.sh - CONTENT "${PANDOC} ${PROJECT_SOURCE_DIR}/doc/mkdssp.1 -t markdown | sed -e \"s/\\\\\\' \\\\\\' (space)/ ' ' (space)/\" > ${PROJECT_SOURCE_DIR}/doc/mkdssp.md" - FILE_PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ) - - add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/doc/mkdssp.md - DEPENDS ${PROJECT_SOURCE_DIR}/doc/mkdssp.1 - COMMAND "${PROJECT_BINARY_DIR}/pandoc-md.sh" - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/doc/ - VERBATIM) - - add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/doc/mkdssp.html - DEPENDS ${PROJECT_SOURCE_DIR}/doc/mkdssp.1 - COMMAND ${PANDOC} -o mkdssp.html mkdssp.1 - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/doc/ - VERBATIM) - - add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/doc/mkdssp.pdf - DEPENDS ${PROJECT_SOURCE_DIR}/doc/mkdssp.1 - COMMAND ${PANDOC} -o mkdssp.pdf mkdssp.1 -t html - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/doc/ - VERBATIM) - - add_custom_target(doc_files DEPENDS - ${PROJECT_SOURCE_DIR}/doc/mkdssp.html - ${PROJECT_SOURCE_DIR}/doc/mkdssp.pdf - ${PROJECT_SOURCE_DIR}/doc/mkdssp.md) - - add_dependencies(mkdssp doc_files) - else() - message(STATUS "Could not find pandoc, cannot recreate documentation files") - endif() + add_subdirectory(doc) endif() if(UNIX) install(FILES doc/mkdssp.1 - DESTINATION ${CMAKE_INSTALL_DATADIR}/man/man1) + DESTINATION share/man/man1) endif() if(EXISTS "${CCP4}/html") @@ -176,32 +157,7 @@ endif() # test if(BUILD_TESTING) - # We still depend on boost for the testing headers-only library - find_package(Boost REQUIRED) - - add_executable(unit-test-dssp ${PROJECT_SOURCE_DIR}/test/unit-test-dssp.cpp ${PROJECT_SOURCE_DIR}/libdssp/src/dssp-io.cpp) - - if(USE_RSRC) - mrc_target_resources(unit-test-dssp - ${CIFPP_SHARE_DIR}/mmcif_pdbx.dic ${CIFPP_SHARE_DIR}/mmcif_ddl.dic - ${CMAKE_CURRENT_SOURCE_DIR}/libdssp/mmcif_pdbx/dssp-extension.dic) - endif() - - target_include_directories(unit-test-dssp PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/src - ${CMAKE_CURRENT_SOURCE_DIR}/include - ) - - target_link_libraries(unit-test-dssp PRIVATE dssp cifpp::cifpp Boost::boost) - - if(MSVC) - # Specify unwind semantics so that MSVC knowns how to handle exceptions - target_compile_options(unit-test-dssp PRIVATE /EHsc) - endif() - - enable_testing() - - add_test(NAME unit-test-dssp COMMAND $ -- ${PROJECT_SOURCE_DIR}/test) + add_subdirectory(test) endif() include(InstallRequiredSystemLibraries) diff --git a/_repos/github/PDB-REDO/libcifpp/CMakeLists.txt b/_repos/github/PDB-REDO/libcifpp/CMakeLists.txt index 0eda58de..e7b91ed0 100644 --- a/_repos/github/PDB-REDO/libcifpp/CMakeLists.txt +++ b/_repos/github/PDB-REDO/libcifpp/CMakeLists.txt @@ -22,7 +22,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.23) # set the project name project( @@ -305,29 +305,34 @@ set(project_sources set(project_headers include/cif++.hpp - include/cif++/utilities.hpp - include/cif++/item.hpp + include/cif++/atom_type.hpp + include/cif++/category.hpp + include/cif++/compound.hpp + include/cif++/condition.hpp include/cif++/datablock.hpp + include/cif++/dictionary_parser.hpp include/cif++/exports.hpp include/cif++/file.hpp - include/cif++/validate.hpp - include/cif++/iterator.hpp - include/cif++/parser.hpp + include/cif++/format.hpp include/cif++/forward_decl.hpp - include/cif++/dictionary_parser.hpp - include/cif++/condition.hpp - include/cif++/category.hpp - include/cif++/row.hpp - include/cif++/atom_type.hpp - include/cif++/compound.hpp - include/cif++/point.hpp - include/cif++/symmetry.hpp + include/cif++/gzio.hpp + include/cif++/item.hpp + include/cif++/iterator.hpp + include/cif++/matrix.hpp include/cif++/model.hpp - include/cif++/pdb.hpp + include/cif++/parser.hpp include/cif++/pdb/cif2pdb.hpp + include/cif++/pdb.hpp include/cif++/pdb/io.hpp include/cif++/pdb/pdb2cif.hpp - include/cif++/pdb/tls.hpp) + include/cif++/pdb/tls.hpp + include/cif++/point.hpp + include/cif++/row.hpp + include/cif++/symmetry.hpp + include/cif++/text.hpp + include/cif++/utilities.hpp + include/cif++/validate.hpp +) add_library(cifpp STATIC) add_library(cifpp::cifpp ALIAS cifpp) diff --git a/_repos/github/basehc/IPEV/README.md b/_repos/github/basehc/IPEV/README.md new file mode 100644 index 00000000..1eb0ceda --- /dev/null +++ b/_repos/github/basehc/IPEV/README.md @@ -0,0 +1,107 @@ +--- +title: github/basehc/IPEV +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[pyasn1](https://github.com/etingof/pyasn1)|0.064| +|pypi|[six](https://github.com/benjaminp/six)|0.058| +|pypi|[numpy](https://www.numpy.org)|0.053| +|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.025| +|pypi|[pytz](http://pythonhosted.org/pytz)|0.025| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.025| +|pypi|[chardet](https://github.com/chardet/chardet)|0.025| +|pypi|[idna](https://github.com/kjd/idna)|0.025| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.025| +|pypi|[absl-py](https://github.com/abseil/abseil-py)|0.024| +|pypi|[protobuf](https://developers.google.com/protocol-buffers/)|0.024| +|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.024| +|pypi|[cachetools](https://github.com/tkem/cachetools/)|0.023| +|pypi|[biopython](https://biopython.org/)|0.022| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.022| +|pypi|[gast](https://github.com/serge-sans-paille/gast/)|0.022| +|pypi|[h5py](http://www.h5py.org)|0.022| +|pypi|[matplotlib](https://matplotlib.org)|0.022| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|0.022| +|pypi|[sgt](https://github.com/cran2367/sgt)|0.022| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.022| +|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|0.022| +|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|0.022| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.022| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.022| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.022| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.021| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.021| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.014| +|pypi|[requests](https://requests.readthedocs.io)|0.011| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.011| +|pypi|[wheel](https://pypi.org/project/wheel)|0.011| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|0.011| +|pypi|[objgraph](https://pypi.org/project/objgraph)|0.011| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.011| +|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.011| +|requirements.txt|github/basehc/IPEV|0.01| +|pypi|[pytest](https://pypi.org/project/pytest)|0.009| +|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.007| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.007| +|pypi|[click](https://pypi.org/project/click)|0.007| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.007| +|pypi|[blinker](https://pypi.org/project/blinker)|0.007| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.006| +|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.005| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.004| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|0.004| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.004| +|pypi|[coverage](https://pypi.org/project/coverage)|0.003| +|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.003| +|pypi|[PySocks](https://pypi.org/project/PySocks)|0.003| +|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.003| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|0.003| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.003| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.003| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|0.003| +|pypi|[grpcio](https://grpc.io)|0.003| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.002| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002| +|pypi|[markdown](https://pypi.org/project/markdown)|0.002| +|pypi|[pandas](https://pandas.pydata.org)|0.002| +|pypi|[Pillow](https://python-pillow.org)|0.002| +|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|0.002| +|pypi|[rsa](https://stuvel.eu/rsa)|0.002| +|pypi|[scipy](https://www.scipy.org)|0.002| +|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.002| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|0.002| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|0.002| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|0.002| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|0.002| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|0.002| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|0.002| +|pypi|[mkdocs](https://pypi.org/project/mkdocs)|0.002| +|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.002| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|0.002| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.002| +|pypi|[keras](https://pypi.org/project/keras)|0.002| +|pypi|[tensorflow](https://pypi.org/project/tensorflow)|0.002| +|pypi|[flake8](https://pypi.org/project/flake8)|0.002| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.001| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.001| +|pypi|[packaging](https://pypi.org/project/packaging)|0.001| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.001| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.001| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.001| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.001| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.001| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.001| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.001| +|pypi|[olefile](https://pypi.org/project/olefile)|0.001| +|pypi|[furo](https://pypi.org/project/furo)|0.001| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/basehc/IPEV/badge.png b/_repos/github/basehc/IPEV/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..2f95ead6ada88b99c982ba8ed444cdf44624ce71 GIT binary patch literal 128453 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

Iq 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 literal 0 HcmV?d00001 diff --git a/_repos/github/basehc/IPEV/data.json b/_repos/github/basehc/IPEV/data.json new file mode 100644 index 00000000..16aaca30 --- /dev/null +++ b/_repos/github/basehc/IPEV/data.json @@ -0,0 +1,410 @@ +{ + "requirements.txt": { + "github/basehc/IPEV": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "absl-py": { + "credit": 0.023889130434782607, + "url": "https://github.com/abseil/abseil-py" + }, + "astunparse": { + "credit": 0.00021521739130434675, + "url": "https://github.com/simonpercivall/astunparse" + }, + "biopython": { + "credit": 0.021521739130434783, + "url": "https://biopython.org/" + }, + "cachetools": { + "credit": 0.023458695652173914, + "url": "https://github.com/tkem/cachetools/" + }, + "certifi": { + "credit": 0.02456552795031056, + "url": "https://certifiio.readthedocs.io/en/latest/" + }, + "chardet": { + "credit": 0.02456552795031056, + "url": "https://github.com/chardet/chardet" + }, + "cycler": { + "credit": 0.021521739130434783, + "url": "https://github.com/matplotlib/cycler" + }, + "dill": { + "credit": 0.00021521739130434675, + "url": "https://github.com/uqfoundation/dill" + }, + "gast": { + "credit": 0.021521739130434783, + "url": "https://github.com/serge-sans-paille/gast/" + }, + "google-auth": { + "credit": 0.007317391304347825, + "url": "https://github.com/googleapis/google-auth-library-python" + }, + "google-auth-oauthlib": { + "credit": 0.00021521739130434675, + "url": "https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib" + }, + "google-pasta": { + "credit": 0.00021521739130434675, + "url": "https://github.com/google/pasta" + }, + "grpcio": { + "credit": 0.002582608695652173, + "url": "https://grpc.io" + }, + "h5py": { + "credit": 0.021521739130434783, + "url": "http://www.h5py.org" + }, + "idna": { + "credit": 0.02456552795031056, + "url": "https://github.com/kjd/idna" + }, + "Keras-Preprocessing": { + "credit": 0.00021521739130434675, + "url": "https://github.com/keras-team/keras-preprocessing" + }, + "kiwisolver": { + "credit": 0.00021521739130434675, + "url": "https://github.com/nucleic/kiwi" + }, + "Markdown": { + "credit": 0.00021521739130434675, + "url": "https://Python-Markdown.github.io/" + }, + "matplotlib": { + "credit": 0.021521739130434783, + "url": "https://matplotlib.org" + }, + "numpy": { + "credit": 0.05334701086956522, + "url": "https://www.numpy.org" + }, + "oauthlib": { + "credit": 0.014419565217391303, + "url": "https://github.com/oauthlib/oauthlib" + }, + "opt-einsum": { + "credit": 0.00021521739130434675, + "url": "https://github.com/dgasmith/opt_einsum" + }, + "pandarallel": { + "credit": 0.021521739130434783, + "url": "https://nalepae.github.io/pandarallel" + }, + "pandas": { + "credit": 0.002152173913043477, + "url": "https://pandas.pydata.org" + }, + "Pillow": { + "credit": 0.002152173913043477, + "url": "https://python-pillow.org" + }, + "protobuf": { + "credit": 0.023889130434782607, + "url": "https://developers.google.com/protocol-buffers/" + }, + "pyasn1": { + "credit": 0.06413478260869565, + "url": "https://github.com/etingof/pyasn1" + }, + "pyasn1-modules": { + "credit": 0.002152173913043477, + "url": "https://github.com/etingof/pyasn1-modules" + }, + "pyparsing": { + "credit": 0.00021521739130434675, + "url": "https://pypi.org/project/pyparsing" + }, + "python-dateutil": { + "credit": 0.02507282608695652, + "url": "https://github.com/dateutil/dateutil" + }, + "pytz": { + "credit": 0.02507282608695652, + "url": "http://pythonhosted.org/pytz" + }, + "requests": { + "credit": 0.011191304347826087, + "url": "https://requests.readthedocs.io" + }, + "requests-oauthlib": { + "credit": 0.007317391304347825, + "url": "https://github.com/requests/requests-oauthlib" + }, + "rsa": { + "credit": 0.002152173913043477, + "url": "https://stuvel.eu/rsa" + }, + "scipy": { + "credit": 0.002152173913043477, + "url": "https://www.scipy.org" + }, + "sgt": { + "credit": 0.021521739130434783, + "url": "https://github.com/cran2367/sgt" + }, + "six": { + "credit": 0.0577858695652174, + "url": "https://github.com/benjaminp/six" + }, + "tensorboard": { + "credit": 0.00021521739130434328, + "url": "https://github.com/tensorflow/tensorboard" + }, + "tensorboard-data-server": { + "credit": 0.023889130434782607, + "url": "https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server" + }, + "tensorboard-plugin-wit": { + "credit": 0.021521739130434783, + "url": "https://whatif-tool.dev" + }, + "tensorflow-estimator": { + "credit": 0.021521739130434783, + "url": "https://www.tensorflow.org/" + }, + "tensorflow-gpu": { + "credit": 0.021521739130434783, + "url": "https://www.tensorflow.org/" + }, + "termcolor": { + "credit": 0.021521739130434783, + "url": "https://pypi.org/project/termcolor" + }, + "urllib3": { + "credit": 0.02456552795031056, + "url": "https://pypi.org/project/urllib3" + }, + "Werkzeug": { + "credit": 0.021521739130434783, + "url": "https://pypi.org/project/Werkzeug" + }, + "wrapt": { + "credit": 0.021521739130434783, + "url": "https://pypi.org/project/wrapt" + }, + "wheel": { + "credit": 0.010653260869565218, + "url": "https://pypi.org/project/wheel" + }, + "gprof2dot": { + "credit": 0.010653260869565218, + "url": "https://pypi.org/project/gprof2dot" + }, + "objgraph": { + "credit": 0.010653260869565218, + "url": "https://pypi.org/project/objgraph" + }, + "pyu2f": { + "credit": 0.0019369565217391305, + "url": "https://pypi.org/project/pyu2f" + }, + "cryptography": { + "credit": 0.01097608695652174, + "url": "https://pypi.org/project/cryptography" + }, + "pyopenssl": { + "credit": 0.003873913043478261, + "url": "https://pypi.org/project/pyopenssl" + }, + "aiohttp": { + "credit": 0.0019369565217391305, + "url": "https://pypi.org/project/aiohttp" + }, + "click": { + "credit": 0.007102173913043478, + "url": "https://pypi.org/project/click" + }, + "grpcio-tools": { + "credit": 0.021306521739130436, + "url": "https://pypi.org/project/grpcio-tools" + }, + "pytest-cov": { + "credit": 0.005931929347826087, + "url": "https://pypi.org/project/pytest-cov" + }, + "pytest-xdist": { + "credit": 0.00548804347826087, + "url": "https://pypi.org/project/pytest-xdist" + }, + "pytest": { + "credit": 0.009483016304347827, + "url": "https://pypi.org/project/pytest" + }, + "keras": { + "credit": 0.0019369565217391305, + "url": "https://pypi.org/project/keras" + }, + "tensorflow": { + "credit": 0.0019369565217391305, + "url": "https://pypi.org/project/tensorflow" + }, + "flake8": { + "credit": 0.0019369565217391305, + "url": "https://pypi.org/project/flake8" + }, + "typing-extensions": { + "credit": 0.021306521739130436, + "url": "https://pypi.org/project/typing-extensions" + }, + "pyyaml": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/pyyaml" + }, + "coverage": { + "credit": 0.003462309782608696, + "url": "https://pypi.org/project/coverage" + }, + "mkdocs-literate-nav": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mkdocs-literate-nav" + }, + "mkdocs-section-index": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mkdocs-section-index" + }, + "mkdocs-gen-files": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mkdocs-gen-files" + }, + "mkdocstrings": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mkdocstrings" + }, + "mdx-gh-links": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mdx-gh-links" + }, + "mkdocs-nature": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mkdocs-nature" + }, + "mkdocs": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/mkdocs" + }, + "importlib-metadata": { + "credit": 0.0021306521739130435, + "url": "https://pypi.org/project/importlib-metadata" + }, + "pyjwt": { + "credit": 0.007102173913043478, + "url": "https://pypi.org/project/pyjwt" + }, + "blinker": { + "credit": 0.007102173913043478, + "url": "https://pypi.org/project/blinker" + }, + "pytest-pep8": { + "credit": 0.0026633152173913045, + "url": "https://pypi.org/project/pytest-pep8" + }, + "numpydoc": { + "credit": 0.0026633152173913045, + "url": "https://pypi.org/project/numpydoc" + }, + "sphinx-rtd-theme": { + "credit": 0.0026633152173913045, + "url": "https://pypi.org/project/sphinx-rtd-theme" + }, + "sphinxcontrib-napoleon": { + "credit": 0.0026633152173913045, + "url": "https://pypi.org/project/sphinxcontrib-napoleon" + }, + "sphinx": { + "credit": 0.003994972826086957, + "url": "https://pypi.org/project/sphinx" + }, + "hypothesis": { + "credit": 0.003551086956521739, + "url": "https://pypi.org/project/hypothesis" + }, + "pytest-timeout": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/pytest-timeout" + }, + "pyroma": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/pyroma" + }, + "packaging": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/packaging" + }, + "markdown2": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/markdown2" + }, + "defusedxml": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/defusedxml" + }, + "check-manifest": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/check-manifest" + }, + "sphinxext-opengraph": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/sphinxext-opengraph" + }, + "sphinx-removed-in": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/sphinx-removed-in" + }, + "sphinx-inline-tabs": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/sphinx-inline-tabs" + }, + "sphinx-copybutton": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/sphinx-copybutton" + }, + "olefile": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/olefile" + }, + "furo": { + "credit": 0.0013316576086956522, + "url": "https://pypi.org/project/furo" + }, + "jinja2": { + "credit": 0.010653260869565218, + "url": "https://pypi.org/project/jinja2" + }, + "railroad-diagrams": { + "credit": 0.010653260869565218, + "url": "https://pypi.org/project/railroad-diagrams" + }, + "win-inet-pton": { + "credit": 0.0030437888198757766, + "url": "https://pypi.org/project/win-inet-pton" + }, + "PySocks": { + "credit": 0.0030437888198757766, + "url": "https://pypi.org/project/PySocks" + }, + "charset-normalizer": { + "credit": 0.0030437888198757766, + "url": "https://pypi.org/project/charset-normalizer" + }, + "werkzeug": { + "credit": 0.0023673913043478264, + "url": "https://pypi.org/project/werkzeug" + }, + "setuptools": { + "credit": 0.0023673913043478264, + "url": "https://pypi.org/project/setuptools" + }, + "markdown": { + "credit": 0.0023673913043478264, + "url": "https://pypi.org/project/markdown" + } + } +} \ No newline at end of file diff --git a/_repos/github/combine-lab/salmon/CMakeLists.txt b/_repos/github/combine-lab/salmon/CMakeLists.txt index aa9257bf..0ff9550f 100644 --- a/_repos/github/combine-lab/salmon/CMakeLists.txt +++ b/_repos/github/combine-lab/salmon/CMakeLists.txt @@ -428,7 +428,7 @@ endif() ## # Set the latest version and look for what we need ## -set(Boost_ADDITIONAL_VERSIONS "1.59.0" "1.60.0" "1.61.0" "1.62.0" "1.63.0" "1.64.0" "1.65.0" "1.66.0" "1.67.0" "1.68.0" "1.69.0" "1.70.0" "1.71.0" "1.72.0" "1.73.0" "1.74.0" "1.75.0" "1.76.0" "1.77.0" "1.78.0") +set(Boost_ADDITIONAL_VERSIONS "1.59.0" "1.60.0" "1.61.0" "1.62.0" "1.63.0" "1.64.0" "1.65.0" "1.66.0" "1.67.0" "1.68.0" "1.69.0" "1.70.0" "1.71.0" "1.72.0" "1.73.0" "1.74.0" "1.75.0" "1.76.0" "1.77.0" "1.78.0" "1.79.0" "1.80.0" "1.81.0" "1.82.0" "1.83.0" "1.84.0") if (NOT BOOST_RECONFIGURE) find_package(Boost 1.59.0 COMPONENTS iostreams system filesystem timer chrono program_options) message("BOOST_INCLUDEDIR = ${BOOST_INCLUDEDIR}") @@ -548,38 +548,6 @@ message("BOOST LIBRARIES = ${Boost_LIBRARIES}") set(EXTERNAL_LIBRARY_PATH $CMAKE_CURRENT_SOURCE_DIR/lib) -#find_package(libdivsufsort) -#if(NOT LIBDIVSUFSORT_FOUND) -# message("Build system will build libdivsufsort") -# message("==================================================================") -# include(ExternalProject) -# externalproject_add(libdivsufsort -# DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external -# URL ${CMAKE_CURRENT_SOURCE_DIR}/external/libdivsufsort.zip -# # Note: This zip comes from the fetched rapmap.zip, whose SHA we check -# # so we souldn't need to check this one separately. -# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/libdivsufsort-master -# INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install -# #UPDATE_COMMAND sh -c "mkdir -p /build" -# BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/libdivsufsort-master/build -# CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DBUILD_DIVSUFSORT64=TRUE -DUSE_OPENMP=TRUE -DBUILD_SHARED_LIBS=FALSE -# ) -# externalproject_add_step(libdivsufsort makedir -# COMMAND mkdir -p /build -# COMMENT "Make build directory" -# DEPENDEES download -# DEPENDERS configure) -# -# set(SUFFARRAY_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/external/install/include) -# set(FETCHED_LIBDIVSUFSORT TRUE) -#else() -# message("SUFFARRAY_LIB = ${SUFFARRAY_LIBRARY}") -# set(SUFFARRAY_LIB ${SUFFARRAY_LIBRARY}) -# message("SUFFARRAY_LIB64 = ${SUFFARRAY_LIBRARY64}") -# set(SUFFARRAY_LIB64 ${SUFFARRAY_LIBRARY64}) -# set(SUFFARRAY_INCLUDE_DIRS ${SUFFARRAY_INCLUDE_DIR}) -#endif() - find_package(cereal "1.3.2") if (NOT CEREAL_FOUND) message("Build system will fetch and build the cereal serialization library") @@ -642,7 +610,7 @@ endif() message("Build system will fetch and build Intel Threading Building Blocks") message("==================================================================") # These are useful for the custom install step we'll do later -set(TBB_SOURCE_DIR ${GAT_SOURCE_DIR}/external/oneTBB-2021.9.0) +set(TBB_SOURCE_DIR ${GAT_SOURCE_DIR}/external/oneTBB-2021.11.0) set(TBB_INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install) if("${TBB_COMPILER}" STREQUAL "gcc") @@ -653,11 +621,13 @@ endif() set(TBB_CXXFLAGS "${TBB_CXXFLAGS} ${CXXSTDFLAG} ${SCHAR_FLAG}") + + ExternalProject_Add(libtbb DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external -DOWNLOAD_COMMAND curl -k -L https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.9.0.tar.gz -o v2021.9.tar.gz && -${SHASUM} 1ce48f34dada7837f510735ff1172f6e2c261b09460e3bf773b49791d247d24e v2021.9.tar.gz && -tar -xzvf v2021.9.tar.gz +DOWNLOAD_COMMAND curl -k -L https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.11.0.tar.gz -o v2021.11.0.tar.gz && +${SHASUM} 782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363 v2021.11.0.tar.gz && +tar -xzvf v2021.11.0.tar.gz SOURCE_DIR ${TBB_SOURCE_DIR} INSTALL_DIR ${TBB_INSTALL_DIR} PATCH_COMMAND "${TBB_PATCH_STEP}" @@ -785,7 +755,7 @@ find_package(CURL) if (FETCH_STADEN) set(LIBSTADEN_FOUND FALSE) else () - find_package(libstadenio 1.14.15) + find_package(libstadenio 1.15.0) endif() if (NOT LIBSTADENIO_FOUND) @@ -793,18 +763,21 @@ if (NOT LIBSTADENIO_FOUND) message("==================================================================") externalproject_add(libstadenio DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external - DOWNLOAD_COMMAND curl -k -L https://github.com/jkbonfield/io_lib/releases/download/io_lib-1-14-15/io_lib-1.14.15.tar.gz -o staden-io_lib-v1.14.15.tar.gz && - ${SHASUM} 20814c4365e1e2fe6630fb11d0df370dec4c5688af3871de7f1cb0129671401e staden-io_lib-v1.14.15.tar.gz && - mkdir -p staden-io_lib-1.14.15 && - tar -xzf staden-io_lib-v1.14.15.tar.gz --strip-components=1 -C staden-io_lib-1.14.15 && + DOWNLOAD_COMMAND curl -k -L https://github.com/jkbonfield/io_lib/releases/download/io_lib-1-15-0/io_lib-1.15.0.tar.gz -o staden-io_lib-v1.15.0.tar.gz && + ${SHASUM} ad343dac7c77086db1b54585c5887b26eda6430d1639d111dd3304c3b749494f staden-io_lib-v1.15.0.tar.gz && + mkdir -p staden-io_lib-1.15.0 && + tar -xzf staden-io_lib-v1.15.0.tar.gz --strip-components=1 -C staden-io_lib-1.15.0 && rm -fr staden-io_lib && - mv -f staden-io_lib-1.14.15 staden-io_lib + mv -f staden-io_lib-1.15.0 staden-io_lib && + curl -k -L https://github.com/samtools/htscodecs/releases/download/v1.6.0/htscodecs-1.6.0.tar.gz -o htscodecs-1.6.0.tar.gz && + mkdir -p htscodecs-1.6.0 && + tar -xzf htscodecs-1.6.0.tar.gz --strip-components=1 -C htscodecs-1.6.0 && + rm -fr staden-io_lib/htscodecs && + mv -f htscodecs-1.6.0 staden-io_lib/htscodecs SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/staden-io_lib INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install CONFIGURE_COMMAND ./configure --enable-shared=no --without-libcurl --prefix= LDFLAGS=${LIBSTADEN_LDFLAGS} CFLAGS=${LIBSTADEN_CFLAGS} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} BUILD_COMMAND make ${QUIET_MAKE} CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} CFLAGS+=${STADEN_INC} CFLAGS+=${STADEN_LIB} LDFLAGS+=${EXTRA_CMAKE_LIBRARY_FLAGS} CFLAGS+=${EXTRA_CMAKE_INCLUDE_FLAGS} CFLAGS+=${LZFLAG} CFLAGS+=${SCHAR_FLAG} - - BUILD_IN_SOURCE 1 INSTALL_COMMAND make install ) diff --git a/_repos/github/coolneighbors/unwise-verse/requirements.txt b/_repos/github/coolneighbors/unwise-verse/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..0d547f19ea8018e706c20b3b8ba9d96539189ab9 GIT binary patch literal 1422 zcmb`HOK;Oq6ohAu#D9QQ7btD)l$P?4V8H?jq)IF*RwysWQ4`xFE+PH#z88XC7Y zx>Zk=xmH^G-NIS-!9gxrnNNS0RXYxH7+4T}N6&pO_K3=iweF1S+$DyC_SP;Jdkq+} zBb6dNG#Z(u)~!80(OaLHowa(V(!Z^_*LtZlKk0pG#gUoD&RO~`|G2HJGdHFTJ}N$Q zXQ=X6;dIAB2Mgy>169DVjxJK;Kv(`fk4g*cwNd3X;;D)kfr4eOiCKmbql+nP9(|jI zr#fPJWRRVD45G0vGsNY{(^(n6_B(pYe3K)lnR&8Z=B?2iACL=uH*OUQbRYN00W+q1 z%&}AGCVd%zI`r5HYc-n+#`b>Q(iVvzO%t~&mnP|85AkbvKb8E~3N8iC*?L2MmrnIZdekMla zjVYqt@iM{u0X%(U)5d{>m7eClPp_hzu(3JZqOW$b^?`q>r_MOhP57D^v2o<&uL?a+ zohtCuDP`9CmlF7gm9FjQi{9yzJ_hTd^XwL`y84qIJ3!={`@{TNpAM1h&?CD2BO=T* zJDO=4.0.1.post1 +camb>=1.1.3 +colossus>=1.2.16 +dataclasses>=0.7; python_version < '3.7' +dill>=0.3.5.1 +future>=0.18.2 +-e git+https://github.com/dylancromer/mcfit.git#egg=mcfit +-e git+https://github.com/dylancromer/meso.git#egg=meso +numpy>=1.19.1 +-e git+https://github.com/dylancromer/pality.git#egg=pality +pretend>=1.0.9 +-e git+https://github.com/dylancromer/projector.git#egg=projector +pytest>=5.4.3 +pytest-benchmark>=3.2.3 +pytest-describe>=1.0.0 +pytest-mock>=3.2.0 +scikit-learn>=0.23.1 +scipy>=1.5.2 +six>=1.15.0 +-e git+https://github.com/dylancromer/smolyak.git#egg=smolyak +-e git+https://github.com/dylancromer/supercubos.git#egg=supercubos +-e git+https://github.com/dylancromer/ostrich.git#egg=ostrich diff --git a/_repos/github/dylancromer/ostrich/requirements.txt b/_repos/github/dylancromer/ostrich/requirements.txt new file mode 100644 index 00000000..812d8247 --- /dev/null +++ b/_repos/github/dylancromer/ostrich/requirements.txt @@ -0,0 +1,10 @@ +dataclasses>=0.7; python_version < '3.7' +dill==0.3.3 +numpy==1.20.0 +-e git+https://github.com/dylancromer/pality.git@ff27ac85a977f7edfc08af1c12cc790fc27f7e13#egg=pality +pytest==6.2.2 +pytest-describe==1.0.0 +pytest-mock==3.5.1 +scikit-learn==0.24.1 +scipy==1.6.0 +-e git+https://github.com/dylancromer/supercubos.git#egg=supercubos diff --git a/_repos/github/freesurfer/freesurfer/CMakeLists.txt b/_repos/github/freesurfer/freesurfer/CMakeLists.txt index 9c92d77d..d2742efd 100644 --- a/_repos/github/freesurfer/freesurfer/CMakeLists.txt +++ b/_repos/github/freesurfer/freesurfer/CMakeLists.txt @@ -284,6 +284,8 @@ if(NOT Qt6_DIR) if(HOST_OS MATCHES "CentOS9stream" OR HOST_OS MATCHES "CentOS9") # 5.15.9 from natively installed packages set(Qt5_DIR /lib64/cmake/Qt5 CACHE PATH "Qt5 install directory") + elseif(HOST_OS MATCHES "Ubuntu22" AND HOST_OS_GCC_VERSION MATCHES "11") + set(Qt5_DIR /usr/lib/x86_64-linux-gnu/cmake/Qt5 CACHE PATH "Qt5 install directory") elseif(HOST_OS MATCHES "CentOS8stream" OR HOST_OS MATCHES "CentOS8" OR HOST_OS MATCHES "Rocky8") set(Qt5_DIR ${FS_PACKAGES_DIR}/qt/5.12.11_LTS_cos7/lib/cmake/Qt5 CACHE PATH "Qt5 install directory") elseif(HOST_OS MATCHES "Ubuntu18" OR HOST_OS MATCHES "Ubuntu20" OR HOST_OS MATCHES "Ubuntu22") @@ -312,8 +314,11 @@ endif() # -------- vtk -------- if(NOT VTK_DIR) - if(HOST_OS MATCHES "CentOS9stream" OR HOST_OS MATCHES "CentOS9") + if(HOST_OS MATCHES "CentOS9stream" OR HOST_OS MATCHES "CentOS9") set(VTK_DIR ${FS_PACKAGES_DIR}/vtk/8.2/lib64/cmake/vtk-8.2 CACHE PATH "VTK install directory") + elseif(HOST_OS MATCHES "Ubuntu22" AND HOST_OS_GCC_VERSION MATCHES "11") + set(VTK_DIR ${FS_PACKAGES_DIR}/vtk/8.2_ubuntu22/lib64/cmake/vtk-8.2 CACHE PATH "VTK install directory") + set(VTK_LIB64_DIR ${FS_PACKAGES_DIR}/vtk/8.2_ubuntu22/lib64 CACHE PATH "VTK library directory") else() set(VTK_DIR ${FS_PACKAGES_DIR}/vtk/7.1 CACHE PATH "VTK install directory") endif() @@ -333,6 +338,13 @@ if(VTK_FOUND AND VTK_BUILD_SHARED_LIBS) # special libvtkNetCDF file(GLOB _found_library "${VTK_LIBRARY_DIRS}/libvtkNetCDF*.so*") list(APPEND _vtk_library_list ${_found_library}) + # special case for above on Ubuntu 22 + if(VTK_LIB64_DIR) + file(GLOB _found_library "${VTK_LIB64_DIR}/libvtkproj*.so*") + list(APPEND _vtk_library_list ${_found_library}) + file(GLOB _found_library "${VTK_LIB64_DIR}/libvtkNetCDF*.so*") + list(APPEND _vtk_library_list ${_found_library}) + endif() # the rest of the VTK libraries foreach(_vtk_module ${VTK_MODULES_ENABLED}) foreach(_vtk_library ${${_vtk_module}_LIBRARIES}) diff --git a/_repos/github/marco-oliva/pfp/CMakeLists.txt b/_repos/github/marco-oliva/pfp/CMakeLists.txt index 88cf4fe8..cca7d0b9 100644 --- a/_repos/github/marco-oliva/pfp/CMakeLists.txt +++ b/_repos/github/marco-oliva/pfp/CMakeLists.txt @@ -171,6 +171,24 @@ endif() # Openmp find_package(OpenMP) +if(NOT OpenMP_FOUND AND NOT OPENMP_FOUND AND APPLE) + # Before we can hunt around for OpenMP on Apple we need to know where + # Homebrew is, if installed. + set(HOMEBREW_PREFIX "$ENV{HOMEBREW_PREFIX}") + if("${HOMEBREW_PREFIX}" STREQUAL "") + # Ask Homebrew if it exists and where it is. + # Returns an empty string if this command can't run. + execute_process(COMMAND brew --prefix OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_VARIABLE HOMEBREW_PREFIX) + endif() + if("${HOMEBREW_PREFIX}" STREQUAL "") + # Use defaults + if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "arm") + set(HOMEBREW_PREFIX "/opt/homebrew") + else() + set(HOMEBREW_PREFIX "/usr/local") + endif() + endif() +endif() if(OpenMP_FOUND OR OPENMP_FOUND) message(STATUS "HAVE_OPENMP: OpenMP") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}") @@ -184,14 +202,14 @@ elseif(APPLE AND EXISTS "/opt/local/lib/libomp") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xpreprocessor -fopenmp -I/opt/local/include/libomp") set(OMP_LIBRARIES "-L/opt/local/lib/libomp -lomp") -elseif(APPLE AND EXISTS "/usr/local/opt/libomp") +elseif(APPLE AND EXISTS "${HOMEBREW_PREFIX}/opt/libomp") # official Apple compiler with homebrew's kegg libomp message(STATUS "HAVE_OPENMP: OpenMP[Homebrew kegg]") set(CMAKE_C_FLAGS - "${CMAKE_C_FLAGS} -Xpreprocessor -fopenmp -I/usr/local/opt/libomp/include") + "${CMAKE_C_FLAGS} -Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include") set(CMAKE_CXX_FLAGS - "${CMAKE_CXX_FLAGS} -Xpreprocessor -fopenmp -I/usr/local/opt/libomp/include") - set(OMP_LIBRARIES "-L/usr/local/opt/libomp/lib -lomp") + "${CMAKE_CXX_FLAGS} -Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include") + set(OMP_LIBRARIES "-L${HOMEBREW_PREFIX}/opt/libomp/lib -lomp") elseif(APPLE AND EXISTS "/usr/local/lib/libomp.dylib") # official Apple compiler with homebrew's libomp message(STATUS "HAVE_OPENMP: OpenMP[Homebrew]") diff --git a/_repos/github/moritzobenauer/ProjectRaccoon/README.md b/_repos/github/moritzobenauer/ProjectRaccoon/README.md new file mode 100644 index 00000000..ab425478 --- /dev/null +++ b/_repos/github/moritzobenauer/ProjectRaccoon/README.md @@ -0,0 +1,78 @@ +--- +title: github/moritzobenauer/ProjectRaccoon +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[numpy](https://www.numpy.org)|0.249| +|pypi|[rich](https://github.com/willmcgugan/rich)|0.11| +|pypi|[IPython](https://pypi.org/project/IPython)|0.109| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|0.109| +|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.035| +|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.023| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.018| +|pypi|[pytz](https://pypi.org/project/pytz)|0.018| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.018| +|pypi|[wheel](https://pypi.org/project/wheel)|0.017| +|pypi|[requests](https://pypi.org/project/requests)|0.014| +|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.014| +|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.014| +|pypi|[twine](https://pypi.org/project/twine)|0.014| +|pypi|[py-make](https://pypi.org/project/py-make)|0.014| +|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.014| +|pypi|[colorama](https://pypi.org/project/colorama)|0.014| +|pypi|[pandas](https://pandas.pydata.org)|0.013| +|pypi|[setuptools](https://github.com/pypa/setuptools)|0.013| +|pypi|[nose](http://readthedocs.org/docs/nose/)|0.012| +|pypi|[flake8](https://github.com/pycqa/flake8)|0.012| +|pypi|[looseversion](https://pypi.org/project/looseversion)|0.012| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|0.012| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|0.01| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.005| +|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.004| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.004| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.004| +|pypi|[tomli](https://pypi.org/project/tomli)|0.004| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.004| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|0.004| +|pypi|[pip-run](https://pypi.org/project/pip-run)|0.004| +|pypi|[filelock](https://pypi.org/project/filelock)|0.004| +|pypi|[build](https://pypi.org/project/build)|0.004| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|0.004| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|0.004| +|pypi|[pip](https://pypi.org/project/pip)|0.004| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|0.004| +|pypi|[mock](https://pypi.org/project/mock)|0.004| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.004| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.004| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.004| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.004| +|pypi|[furo](https://pypi.org/project/furo)|0.004| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|0.004| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.004| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|0.004| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.004| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.004| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.004| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.004| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.004| +|pypi|[six](https://pypi.org/project/six)|0.001| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.001| +|pypi|[hunter](https://pypi.org/project/hunter)|0.001| +|pypi|[fields](https://pypi.org/project/fields)|0.001| +|pypi|[coverage](https://pypi.org/project/coverage)|0.001| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|0.001| +|pypi|[py3Dmol](https://3dmol.org)|0.001| +|pypi|[questionary](https://github.com/tmbo/questionary)|0.001| +|pypi|[scipy](https://www.scipy.org)|0.001| +|pypi|[tqdm](https://tqdm.github.io)|0.001| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/moritzobenauer/ProjectRaccoon/badge.png b/_repos/github/moritzobenauer/ProjectRaccoon/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..a518a313c0266c74ad2a3b45dae88e2f8f58b26d GIT binary patch literal 104444 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 Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/pylops/pyproximal/badge.png b/_repos/github/pylops/pyproximal/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..46728859c90ea3b677cb04f9f8778baa2645a6fb GIT binary patch literal 28084 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 Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/songweizhi/Binning_refiner/badge.png b/_repos/github/songweizhi/Binning_refiner/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..f27c9fcba02f372b2ec0f3b00bea07372c3cc201 GIT binary patch literal 51651 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 QV}O5ml{J-06-=N1A7W_q&j0`b literal 0 HcmV?d00001 diff --git a/_repos/github/songweizhi/Binning_refiner/data.json b/_repos/github/songweizhi/Binning_refiner/data.json new file mode 100644 index 00000000..6c345fe0 --- /dev/null +++ b/_repos/github/songweizhi/Binning_refiner/data.json @@ -0,0 +1,14 @@ +{ + "setup.py": { + "github/songweizhi/Binning_refiner": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "biopython": { + "credit": 0.0099, + "url": "https://biopython.org/" + } + } +} \ No newline at end of file diff --git a/_repos/github/songweizhi/Binning_refiner/setup.py b/_repos/github/songweizhi/Binning_refiner/setup.py new file mode 100644 index 00000000..b04f040e --- /dev/null +++ b/_repos/github/songweizhi/Binning_refiner/setup.py @@ -0,0 +1,39 @@ +import os +from setuptools import setup, find_packages + + +def version(): + + setup_dir = os.path.dirname(os.path.realpath(__file__)) + version_file = open(os.path.join(setup_dir, 'Binning_refiner', 'VERSION')) + + return version_file.readline().strip() + + +__long_description__ = ''' + +Binning_refiner: Improving genome bins through the combination of different binning programs + +Weizhi Song (songwz03@gmail.com) + +The Centre for Marine Bio-Innovation (CMB), +University of New South Wales, Sydney, Australia + +''' + + +setup(name="Binning_refiner", + version=version(), + long_description=__long_description__, + license="GPL3+", + author="Weizhi Song, Torsten Thomas", + author_email="songwz03@gmail.com", + keywords="Bioinformatics Metagenomics Binning Refinement", + description="Binning_refiner", + url="https://github.com/songweizhi/Binning_refiner", + packages=['Binning_refiner'], + package_data={'': ['*.r', '*.R', '*.py', 'VERSION']}, + include_package_data=True, + install_requires=['biopython'], + scripts=['bin/Binning_refiner']) + diff --git a/_repos/github/tuoyl/tat-pulsar/README.md b/_repos/github/tuoyl/tat-pulsar/README.md new file mode 100644 index 00000000..165c9c41 --- /dev/null +++ b/_repos/github/tuoyl/tat-pulsar/README.md @@ -0,0 +1,78 @@ +--- +title: github/tuoyl/tat-pulsar +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[numpy](https://www.numpy.org)|0.189| +|pypi|[matplotlib](https://matplotlib.org)|0.094| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.094| +|pypi|[numba](https://numba.pydata.org)|0.083| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|0.083| +|pypi|[Cython](https://cython.org/)|0.083| +|pypi|[tk](https://github.com/atranitell/TensorKit)|0.083| +|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.018| +|pypi|[pytz](https://pypi.org/project/pytz)|0.016| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.014| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.014| +|pypi|[scipy](https://www.scipy.org)|0.012| +|pypi|[requests](https://pypi.org/project/requests)|0.01| +|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.01| +|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.01| +|pypi|[wheel](https://pypi.org/project/wheel)|0.01| +|pypi|[twine](https://pypi.org/project/twine)|0.01| +|pypi|[py-make](https://pypi.org/project/py-make)|0.01| +|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.01| +|pypi|[colorama](https://pypi.org/project/colorama)|0.01| +|requirements.txt|github/tuoyl/tat-pulsar|0.01| +|pypi|[astropy](http://astropy.org)|0.01| +|pypi|[loguru](https://pypi.org/project/loguru)|0.009| +|pypi|[corner](https://pypi.org/project/corner)|0.009| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.009| +|pypi|[emcee](https://pypi.org/project/emcee)|0.009| +|pypi|[pandas](https://pandas.pydata.org)|0.003| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.002| +|pypi|[sgp4](https://pypi.org/project/sgp4)|0.002| +|pypi|[skyfield](https://pypi.org/project/skyfield)|0.002| +|pypi|[coverage](https://pypi.org/project/coverage)|0.002| +|pypi|[objgraph](https://pypi.org/project/objgraph)|0.002| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.002| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.002| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.002| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.002| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.002| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.002| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.002| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.002| +|pypi|[ipython](https://pypi.org/project/ipython)|0.002| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.002| +|pypi|[asdf](https://pypi.org/project/asdf)|0.002| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.002| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.002| +|pypi|[bleach](https://pypi.org/project/bleach)|0.002| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.002| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.002| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.002| +|pypi|[h5py](https://pypi.org/project/h5py)|0.002| +|pypi|[dask](https://pypi.org/project/dask)|0.002| +|pypi|[certifi](https://pypi.org/project/certifi)|0.002| +|pypi|[packaging](https://pypi.org/project/packaging)|0.002| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.002| +|pypi|[filelock](https://pypi.org/project/filelock)|0.002| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.002| +|pypi|[psutil](https://pypi.org/project/psutil)|0.002| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.002| +|pypi|[execnet](https://pypi.org/project/execnet)|0.002| +|pypi|[pint-pulsar](https://github.com/nanograv/PINT)|0.001| +|pypi|[tqdm](https://tqdm.github.io)|0.001| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/tuoyl/tat-pulsar/badge.png b/_repos/github/tuoyl/tat-pulsar/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..24425cee5133e59db07085a5b903fac6c746586a GIT binary patch literal 74739 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

I1<*JTa%iu{l$c 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 AV*mgE literal 0 HcmV?d00001 diff --git a/_repos/github/tuoyl/tat-pulsar/data.json b/_repos/github/tuoyl/tat-pulsar/data.json new file mode 100644 index 00000000..073d8ced --- /dev/null +++ b/_repos/github/tuoyl/tat-pulsar/data.json @@ -0,0 +1,254 @@ +{ + "requirements.txt": { + "github/tuoyl/tat-pulsar": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "pandas": { + "credit": 0.0031585714285714346, + "url": "https://pandas.pydata.org" + }, + "numpy": { + "credit": 0.18919607142857142, + "url": "https://www.numpy.org" + }, + "numba": { + "credit": 0.0825, + "url": "https://numba.pydata.org" + }, + "matplotlib": { + "credit": 0.09390857142857144, + "url": "https://matplotlib.org" + }, + "astropy": { + "credit": 0.009900000000000006, + "url": "http://astropy.org" + }, + "jplephem": { + "credit": 0.09390857142857144, + "url": "https://pypi.org/project/jplephem" + }, + "scipy": { + "credit": 0.012233571428571434, + "url": "https://www.scipy.org" + }, + "pint-pulsar": { + "credit": 0.0008250000000000063, + "url": "https://github.com/nanograv/PINT" + }, + "SciencePlots": { + "credit": 0.0825, + "url": "https://github.com/garrettj403/SciencePlots/" + }, + "Cython": { + "credit": 0.0825, + "url": "https://cython.org/" + }, + "tk": { + "credit": 0.0825, + "url": "https://github.com/atranitell/TensorKit" + }, + "tqdm": { + "credit": 0.0008250000000000063, + "url": "https://tqdm.github.io" + }, + "pytest-xdist": { + "credit": 0.002469696428571429, + "url": "https://github.com/pytest-dev/pytest-xdist" + }, + "pytest": { + "credit": 0.018192133928571427, + "url": "https://docs.pytest.org/en/latest/" + }, + "hypothesis": { + "credit": 0.0136125, + "url": "https://pypi.org/project/hypothesis" + }, + "pytz": { + "credit": 0.015946071428571428, + "url": "https://pypi.org/project/pytz" + }, + "python-dateutil": { + "credit": 0.0136125, + "url": "https://pypi.org/project/python-dateutil" + }, + "sgp4": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/sgp4" + }, + "skyfield": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/skyfield" + }, + "coverage": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/coverage" + }, + "objgraph": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/objgraph" + }, + "pytest-astropy": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/pytest-astropy" + }, + "pytest-astropy-header": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/pytest-astropy-header" + }, + "pytest-doctestplus": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/pytest-doctestplus" + }, + "Jinja2": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/Jinja2" + }, + "sphinx-changelog": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/sphinx-changelog" + }, + "sphinx-astropy": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/sphinx-astropy" + }, + "sphinx": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/sphinx" + }, + "typing-extensions": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/typing-extensions" + }, + "ipython": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/ipython" + }, + "bottleneck": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/bottleneck" + }, + "asdf": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/asdf" + }, + "mpmath": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/mpmath" + }, + "sortedcontainers": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/sortedcontainers" + }, + "bleach": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/bleach" + }, + "html5lib": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/html5lib" + }, + "beautifulsoup4": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/beautifulsoup4" + }, + "pyarrow": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/pyarrow" + }, + "h5py": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/h5py" + }, + "dask": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/dask" + }, + "certifi": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/certifi" + }, + "packaging": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/packaging" + }, + "PyYAML": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/PyYAML" + }, + "pyerfa": { + "credit": 0.0023335714285714283, + "url": "https://pypi.org/project/pyerfa" + }, + "loguru": { + "credit": 0.009075, + "url": "https://pypi.org/project/loguru" + }, + "corner": { + "credit": 0.009075, + "url": "https://pypi.org/project/corner" + }, + "uncertainties": { + "credit": 0.009075, + "url": "https://pypi.org/project/uncertainties" + }, + "emcee": { + "credit": 0.009075, + "url": "https://pypi.org/project/emcee" + }, + "requests": { + "credit": 0.010209375, + "url": "https://pypi.org/project/requests" + }, + "slack-sdk": { + "credit": 0.010209375, + "url": "https://pypi.org/project/slack-sdk" + }, + "ipywidgets": { + "credit": 0.010209375, + "url": "https://pypi.org/project/ipywidgets" + }, + "wheel": { + "credit": 0.010209375, + "url": "https://pypi.org/project/wheel" + }, + "twine": { + "credit": 0.010209375, + "url": "https://pypi.org/project/twine" + }, + "py-make": { + "credit": 0.010209375, + "url": "https://pypi.org/project/py-make" + }, + "importlib-resources": { + "credit": 0.010209375, + "url": "https://pypi.org/project/importlib-resources" + }, + "colorama": { + "credit": 0.010209375, + "url": "https://pypi.org/project/colorama" + }, + "filelock": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/filelock" + }, + "setproctitle": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/setproctitle" + }, + "psutil": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/psutil" + }, + "pytest-forked": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/pytest-forked" + }, + "execnet": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/execnet" + } + } +} \ No newline at end of file diff --git a/_repos/github/tuoyl/tat-pulsar/requirements.txt b/_repos/github/tuoyl/tat-pulsar/requirements.txt new file mode 100644 index 00000000..80903d1b --- /dev/null +++ b/_repos/github/tuoyl/tat-pulsar/requirements.txt @@ -0,0 +1,12 @@ +pandas +numpy +numba +matplotlib +astropy +jplephem +scipy +pint-pulsar +SciencePlots +Cython>=0.14 +tk +tqdm diff --git a/_repos/github/tvwenger/kinematic_scaleheight/README.md b/_repos/github/tvwenger/kinematic_scaleheight/README.md new file mode 100644 index 00000000..c67d2012 --- /dev/null +++ b/_repos/github/tvwenger/kinematic_scaleheight/README.md @@ -0,0 +1,42 @@ +--- +title: github/tvwenger/kinematic_scaleheight +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[numpy](https://www.numpy.org)|0.437| +|pypi|[matplotlib](https://matplotlib.org)|0.211| +|pypi|[arviz](https://pypi.org/project/arviz)|0.035| +|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.022| +|pypi|[pytensor](https://github.com/pymc-devs/pytensor)|0.022| +|pypi|[pandas](https://pypi.org/project/pandas)|0.022| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.022| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.022| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.022| +|pypi|[twine](https://pypi.org/project/twine)|0.013| +|pypi|[pep517](https://pypi.org/project/pep517)|0.013| +|pypi|[flake8](https://pypi.org/project/flake8)|0.013| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.013| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.013| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.013| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.013| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.013| +|pypi|[toml](https://pypi.org/project/toml)|0.013| +|pypi|[isort](https://pypi.org/project/isort)|0.013| +|pypi|[black](https://pypi.org/project/black)|0.013| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.013| +|pypi|[pytest](https://pypi.org/project/pytest)|0.013| +|setup.py|github/tvwenger/kinematic_scaleheight|0.01| +|pypi|[scipy](https://www.scipy.org)|0.002| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|0.002| +|pypi|[corner](https://corner.readthedocs.io)|0.002| + + +> Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/tvwenger/kinematic_scaleheight/badge.png b/_repos/github/tvwenger/kinematic_scaleheight/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..18e498d6c3a6fac711e68975c42cc66db2608f29 GIT binary patch literal 78826 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 Sb^*=. +""" + +from setuptools import setup + +setup( + name="kinematic_scaleheight", + version="2.2", + description="Kinematic estimates of vertical cloud distribution", + author="Trey V. Wenger", + author_email="tvwenger@gmail.com", + packages=["kinematic_scaleheight"], + install_requires=["numpy", "scipy", "matplotlib", "pymc==5.8.2", "corner"], + package_data={"kinematic_scaleheight": ["data/reid19_corr.dat"]}, +) diff --git a/_repos/gitlab/InspectorCell/inspectorcell/requirements.txt b/_repos/gitlab/InspectorCell/inspectorcell/requirements.txt new file mode 100644 index 00000000..73053d6f --- /dev/null +++ b/_repos/gitlab/InspectorCell/inspectorcell/requirements.txt @@ -0,0 +1,17 @@ +AnyQt==0.0.13 +bottleneck==1.3.2 +dataclasses==0.6 +h5py==3.4.0 +miscmics @ git+https://gitlab.com/InspectorCell/miscmics.git@release +numpy==1.21.4 +Orange3>=3.25.1 +orange3-imageanalytics==0.6.0 +pathlib==1.0.1 +opencv-python==4.5.3.56 +PyQt5==5.12.3 +pyqt5-sip==4.19.18 +pyqtgraph==0.10.0 +pytest==6.2.5 +pytest-qt==4.0.2 +wheel==0.37.0 +sortedcontainers diff --git a/docs/all-repos.md b/docs/all-repos.md index 86ea91a6..1f0a8ec6 100644 --- a/docs/all-repos.md +++ b/docs/all-repos.md @@ -2,11169 +2,11200 @@ |Manager|Name|Credit| |-------|----|------| -|pypi|[numpy](https://www.numpy.org)|0.0876911053735782| -|pypi|[matplotlib](https://matplotlib.org)|0.03087241398302374| -|cran|R|0.014393073791690386| -|pypi|[scipy](https://www.scipy.org)|0.012039137101871149| -|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.010836651871370305| -|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009891413565128883| -|cran|[testthat](https://testthat.r-lib.org)|0.009787036436893323| -|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009615374190804361| -|pypi|[sphinx](https://pypi.org/project/sphinx)|0.00783271261770951| -|cran|[httr](https://httr.r-lib.org/)|0.007184236675038421| -|cran|[knitr](https://yihui.org/knitr/)|0.006921778438756653| -|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006500662098005786| -|spack|[zlib](https://zlib.net)|0.006357894172067084| -|cran|utils|0.006140580994931402| -|cran|methods|0.0058199628567823835| -|pypi|[six](https://pypi.org/project/six)|0.005747148379974197| -|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.0052994726998103715| -|cran|[covr](https://covr.r-lib.org)|0.0051868129024333276| -|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004976108652087168| -|pypi|[h5py](https://pypi.org/project/h5py)|0.0047005482300469| -|pypi|[colorama](https://pypi.org/project/colorama)|0.004541521352851506| -|pypi|[biopython](https://biopython.org/)|0.00443971854303969| -|pypi|[pytz](http://pythonhosted.org/pytz)|0.0044166830102964115| -|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.004171282796671076| -|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004163846240106766| -|pypi|[pyyaml](https://pyyaml.org/)|0.0036832735416173976| -|cran|[tidyr](https://tidyr.tidyverse.org)|0.0035030842713338986| -|pypi|[numba](https://numba.pydata.org)|0.0032751904703099003| -|pypi|[cython](http://cython.org/)|0.0032567470544575382| -|pypi|[pandas](https://pandas.pydata.org)|0.003207962001488507| -|pypi|[packaging](https://pypi.org/project/packaging)|0.0031805835139326276| -|pypi|[docutils](https://pypi.org/project/docutils)|0.003130910173822915| -|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0030151193500927063| -|pypi|[requests](https://requests.readthedocs.io)|0.0026774310845200143| -|spack|[python](https://www.python.org/)|0.0026649685876440087| -|cran|[magrittr](https://magrittr.tidyverse.org)|0.002627176146184465| -|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.002614288330685583| -|pypi|[hypothesis](https://hypothesis.works)|0.002582040838880887| -|pypi|[PyYAML](https://pyyaml.org/)|0.0025590536867231245| -|pypi|[tomli](https://pypi.org/project/tomli)|0.00254425365156722| -|cran|[rlang](https://rlang.r-lib.org)|0.002538001880378411| -|cran|stats|0.0024980463585201032| -|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0024841187230501983| -|pypi|[coverage](https://pypi.org/project/coverage)|0.0024358090634814806| -|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.002389245521085861| -|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023580786330987353| -|pypi|[future](https://python-future.org)|0.002301800319812167| -|pypi|[certifi](https://pypi.org/project/certifi)|0.0021417245955457987| -|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021160299126107883| -|cran|[withr](https://withr.r-lib.org)|0.002049639158749614| -|pypi|[flake8](https://pypi.org/project/flake8)|0.002020308860822305| -|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.002010799263156038| -|cran|[tibble](https://tibble.tidyverse.org/)|0.0019779271285860914| -|pypi|[astropy](http://astropy.org)|0.0019369591003180909| -|spack|[pkgconfig](http://pkgconf.org/)|0.0019131368454149691| -|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018631536625444162| -|pypi|[lxml](https://pypi.org/project/lxml)|0.0018450662321574094| -|pypi|[mock](https://pypi.org/project/mock)|0.0018292283127434852| -|pypi|[nose](https://pypi.org/project/nose)|0.0018020239544090588| -|spack|[cmake](https://www.cmake.org)|0.0017997338091347971| -|pypi|[joblib](https://pypi.org/project/joblib)|0.001780131913629687| -|cran|[Rcpp](http://www.rcpp.org)|0.0017388070249559778| -|pypi|[sphinx-astropy](https://github.com/astropy/sphinx-astropy)|0.0017263213589281102| -|spack|openmp|0.0017131266556366237| -|pypi|[seaborn](https://pypi.org/project/seaborn)|0.0016966989139792245| -|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016806391538933749| -|cran|tools|0.001668455417644961| -|pypi|[sklearn](https://pypi.org/project/sklearn)|0.001656152559599651| -|pypi|[wheel](https://pypi.org/project/wheel)|0.0016257133046730199| -|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016246879070316242| -|pypi|[idna](https://pypi.org/project/idna)|0.0015739135312915385| -|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015671603260422125| -|pypi|[ipython](https://pypi.org/project/ipython)|0.001544834719343059| -|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015248502633418589| -|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015193073303188828| -|cran|[curl](https://github.com/jeroen/curl)|0.001512944282979695| -|cran|grDevices|0.0015115027115034743| -|cran|graphics|0.0014647881629242492| -|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.001453821095325745| -|cran|[vctrs](https://vctrs.r-lib.org/)|0.0014164389545573066| -|pypi|[chardet](https://pypi.org/project/chardet)|0.0014071529093159967| -|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0014011143730597597| -|cran|[R6](https://r6.r-lib.org)|0.0014010013799577398| -|pypi|[astroquery](http://astropy.org/astroquery)|0.001386381038135087| -|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013186349020546373| -|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012922204664990386| -|cran|[dplyr](https://dplyr.tidyverse.org)|0.0012759103575351236| -|cran|[pryr](https://github.com/hadley/pryr)|0.00126958903747618| -|pypi|[dask](https://pypi.org/project/dask)|0.0012284949489060001| -|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011987182660708235| -|cran|[glue](https://github.com/tidyverse/glue)|0.001186962797625251| -|pypi|[twine](https://pypi.org/project/twine)|0.0011666774533608216| -|pypi|[mypy](https://pypi.org/project/mypy)|0.0011311704348038964| -|pypi|[urllib3](https://pypi.org/project/urllib3)|0.00112893052389187| -|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0011288638938266153| -|pypi|[PySocks](https://pypi.org/project/PySocks)|0.0011281295794283352| -|pypi|[protobuf](https://pypi.org/project/protobuf)|0.001101114989334596| -|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0011005133557818933| -|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0011005091683043743| -|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010757728194010932| -|pypi|[pillow](https://pypi.org/project/pillow)|0.0010493744938361261| -|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0010392413470028507| -|pypi|[Babel](https://pypi.org/project/Babel)|0.0010369511859299285| -|pypi|[click](https://pypi.org/project/click)|0.001024736343054477| -|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009998701810281243| -|pypi|[pygments](https://pypi.org/project/pygments)|0.0009940341868260969| -|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0009876141570477864| -|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009770201567224099| -|spack|[qt](https://qt.io)|0.0009660603905267611| -|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009637674006229632| -|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009628821388726067| -|spack|[openssl](https://www.openssl.org)|0.0009465900939988657| -|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009419707534911297| -|pypi|[healpy](http://github.com/healpy)|0.0009413434293869889| -|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009399132952756951| -|cran|[digest](https://github.com/eddelbuettel/digest)|0.000936036086802664| -|pypi|[Cython](http://cython.org/)|0.0009328081356886568| -|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009310180655222551| -|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009285073823468426| -|pypi|[psutil](https://pypi.org/project/psutil)|0.0009266175717545705| -|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009222045135692399| -|pypi|[keras](https://keras.io/)|0.0009220291804613867| -|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009157651876084664| -|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009099076873706577| -|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009076938799002896| -|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009063424169293094| -|spack|[automake](https://www.gnu.org/software/automake/)|0.000904751785280826| -|pypi|[pre-commit](https://github.com/pre-commit/pre-commit)|0.0008893276332138913| -|pypi|[attrs](https://pypi.org/project/attrs)|0.000883253075044755| -|pypi|[toml](https://pypi.org/project/toml)|0.0008831054507096664| -|pypi|[tornado](https://pypi.org/project/tornado)|0.000881590741902346| -|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008796761421162278| -|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008728375846928728| -|pypi|[argparse](https://pypi.org/project/argparse)|0.0008531787529182195| -|pypi|[networkx](https://pypi.org/project/networkx)|0.0008438626249900664| -|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008426744370807753| -|spack|[libxml2](http://xmlsoft.org)|0.000835867217459586| -|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000834296998726511| -|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0008326457962032366| -|pypi|[black](https://pypi.org/project/black)|0.0008091322159868642| -|spack|[perl](https://www.perl.org)|0.0008015731116033599| -|pypi|[docopt](https://pypi.org/project/docopt)|0.0007991093364895594| -|pypi|[pytest-astropy](https://github.com/astropy/pytest-astropy)|0.0007988569189628771| -|pypi|[setuptools_scm](https://github.com/pypa/setuptools_scm/)|0.0007956327439056096| -|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0007935998505086381| -|spack|threads|0.0007912963673880705| -|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.000790017897792818| -|pypi|[contextlib2](https://pypi.org/project/contextlib2)|0.0007890329227633184| -|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.0007884894749244396| -|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0007724427646320249| -|pypi|[py-make](https://pypi.org/project/py-make)|0.000769403126660566| -|pypi|[bleach](https://pypi.org/project/bleach)|0.0007673600032074297| -|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007645450006550444| -|pypi|[photutils](https://github.com/astropy/photutils)|0.0007632808715557995| -|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007587760780528205| -|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007575586836590146| -|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.000749292854511549| -|cran|[stringi](https://stringi.gagolewski.com/)|0.000747874753330291| -|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.000745816195164334| -|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007442437279053944| -|cran|[mockery](https://github.com/r-lib/mockery)|0.000737705954199439| -|cran|[xml2](https://xml2.r-lib.org/)|0.0007374089948574609| -|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007344618636083443| -|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007260866552196929| -|cran|[bit64](https://github.com/truecluster/bit64)|0.0007245016971204116| -|cran|[purrr](http://purrr.tidyverse.org)|0.0007240113440789074| -|cran|[cli](https://cli.r-lib.org)|0.0007221962416460149| -|cran|[pillar](https://pillar.r-lib.org/)|0.000719857304923239| -|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007183312141200198| -|pypi|[asdf](https://pypi.org/project/asdf)|0.0007136414994412232| -|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007129621643794325| -|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007024303226803308| -|spack|ca-certificates-mozilla|0.0006982928160968158| -|spack|nasm|0.0006982928160968158| -|cran|[shiny](https://shiny.rstudio.com/)|0.0006926646043448842| -|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006897792160909543| -|pypi|[sympy](https://sympy.org)|0.0006887307935725551| -|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006866082294398893| -|pypi|[tqdm](https://tqdm.github.io)|0.0006857722476169078| -|rubygems|[rake](https://github.com/ruby/rake)|0.0006834575197949894| -|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006799731741488358| -|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006779992996733896| -|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006585344777496672| -|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.000656428651773382| -|spack|[xz](https://tukaani.org/xz/)|0.0006561994827743922| -|spack|[expat](https://libexpat.github.io/)|0.0006509045331470102| -|cran|grid|0.0006501796882829224| -|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006484995502902971| -|pypi|[py](https://pypi.org/project/py)|0.0006482989087364345| -|cran|[callr](https://callr.r-lib.org)|0.0006473431052023315| -|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006453866976400147| -|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006387739552215598| -|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006306467470286923| -|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006084420817340704| -|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006035722699234316| -|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005946909304482707| -|pypi|[cffi](https://pypi.org/project/cffi)|0.0005943906187392298| -|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005904061867389034| -|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0005895416190519105| -|cran|[DBI](https://dbi.r-dbi.org)|0.0005895137363059779| -|pypi|[filelock](https://pypi.org/project/filelock)|0.0005892210952577722| -|pypi|[scikit-learn](http://scikit-learn.org)|0.0005891475057004149| -|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005836992071958277| -|cran|[sp](https://github.com/edzer/sp/)|0.0005829154681765199| -|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.0005773562429543195| -|pypi|[ruamel.yaml](https://pypi.org/project/ruamel.yaml)|0.0005714860333076564| -|cran|parallel|0.0005683599151354449| -|pypi|[zipp](https://pypi.org/project/zipp)|0.0005682472603162769| -|pypi|[scikit-image](https://scikit-image.org)|0.0005667556616171544| -|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005637110355106536| -|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.0005623831942299348| -|pypi|[isal](https://github.com/pycompression/python-isal)|0.000560645892467249| -|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005590380015058724| -|cran|[pracma](NA)|0.0005582285748455449| -|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005559640935729815| -|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0005538061483515661| -|cran|[stringr](http://stringr.tidyverse.org)|0.0005511324189808889| -|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005463860489100409| -|pypi|[jax](https://github.com/google/jax)|0.0005453789932185511| -|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005443864379649588| -|pypi|[Pillow](https://python-pillow.org)|0.0005422764402384882| -|spack|eigen3|0.0005415938864628822| -|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005412459712943869| -|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005407735021827066| -|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005403588065149642| -|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005379248050262024| -|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005367469480189933| -|cran|[hms](https://hms.tidyverse.org/)|0.0005350541575779636| -|spack|python3|0.0005343886462882096| -|pypi|[absl-py](https://pypi.org/project/absl-py)|0.0005255762058735031| -|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005199768662923685| -|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005142078378325121| -|cran|[processx](https://processx.r-lib.org)|0.0005135499710170725| -|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005126851172797503| -|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005126851172797503| -|cran|[markdown](https://github.com/rstudio/markdown)|0.0005124253465044695| -|cran|[scales](https://scales.r-lib.org)|0.0005109283480269727| -|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005104785452432193| -|pypi|[dill](https://github.com/uqfoundation/dill)|0.0005085304716401741| -|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000508346955599884| -|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.000507820865083404| -|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.0005031427029922042| -|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004931669322360821| -|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004926342474998917| -|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004916650474343813| -|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004896947481276502| -|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004883570072571089| -|pypi|[enum34](https://pypi.org/project/enum34)|0.0004807126329249013| -|pypi|[webencodings](https://pypi.org/project/webencodings)|0.0004790918615314326| -|pypi|[pathlib](https://pathlib.readthedocs.org/)|0.00047673932607977695| -|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.0004761291461652931| -|spack|[mbedtls](https://tls.mbed.org)|0.00047593044515316813| -|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047508129570961356| -|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.00047152892757457284| -|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046243830385521683| -|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.00046062794914205176| -|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.00045600867031058844| -|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045579909992460424| -|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004503275109170306| -|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.00044892825951001447| -|pypi|[brotli](https://pypi.org/project/brotli)|0.00044595541188019395| -|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.0004452840558276037| -|pypi|[isort](https://pypi.org/project/isort)|0.00044481950227997| -|pypi|[decorator](https://github.com/micheles/decorator)|0.00044414903390339254| -|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.00044176297120912696| -|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00044032626711315684| -|pypi|[msgpack](https://pypi.org/project/msgpack)|0.0004376844894677031| -|pypi|[tenacity](https://github.com/jd/tenacity)|0.00043722828321131444| -|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.000435067540931445| -|pypi|[olefile](https://pypi.org/project/olefile)|0.0004335718930505586| -|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00043049273058274977| -|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.00043029203106658516| -|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004298576454680426| -|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004253680804084447| -|rubygems|[webrick](https://github.com/ruby/webrick)|0.00042126838951055313| -|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.00042098989910469383| -|cran|RColorBrewer|0.00042087508890973507| -|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004199436335074965| -|pypi|[torch](https://pytorch.org/)|0.0004190552896877948| -|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0004185978002423345| -|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004177109300206895| -|pypi|[codecov](https://pypi.org/project/codecov)|0.00041583067605352995| -|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041506613187790515| -|cran|[broom](https://broom.tidymodels.org/)|0.0004141437391523059| -|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040834428924416545| -|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.0004078753096410268| -|spack|[gmake](https://www.gnu.org/software/make/)|0.000407785236084645| -|pypi|[imageio](https://github.com/imageio/imageio)|0.000404365969778444| -|spack|diffutils|0.0004038186811642303| -|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.00040349229687035304| -|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.00039739028107401624| -|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003951861093782492| -|pypi|[plotly](https://pypi.org/project/plotly)|0.000395123954929167| -|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039239814638411617| -|pypi|[alabaster](https://alabaster.readthedocs.io)|0.00039059916980241447| -|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038847051422219816| -|spack|gtest|0.0003877105427323768| -|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.0003855470042993346| -|cran|[sf](https://r-spatial.github.io/sf/)|0.000385240548858457| -|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038376715161188535| -|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003804068228644246| -|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0003788401564345808| -|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.0003784632362018197| -|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003760492456666392| -|pypi|[typing](https://pypi.org/project/typing)|0.00037534576811078447| -|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.0003751729659696809| -|cran|[ellipsis](https://ellipsis.r-lib.org)|0.0003724351080900693| -|pypi|[watchdog](https://pypi.org/project/watchdog)|0.00037210777758240324| -|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.0003677194784048666| -|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.00036651771633027566| -|cran|[plyr](http://had.co.nz/plyr)|0.00036423169351781806| -|cran|bench|0.00036414512869115947| -|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003622884973146062| -|spack|icu4c|0.00036171709857418864| -|cran|[bit](https://github.com/truecluster/bit)|0.0003609916350538643| -|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003603860635634486| -|pypi|[fields](https://pypi.org/project/fields)|0.0003603860635634486| -|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003602068611401345| -|pypi|[fsspec](https://pypi.org/project/fsspec)|0.0003591559657318491| -|spack|[lz4](https://lz4.github.io/lz4/)|0.00035904841092730206| -|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003589765072802318| -|pypi|[wget](https://pypi.org/project/wget)|0.0003561642164910092| -|spack|[gettext](https://www.gnu.org/software/gettext/)|0.0003534172727248597| -|pypi|[execnet](https://pypi.org/project/execnet)|0.00035321867217799705| -|rubygems|[bundler](https://bundler.io/)|0.00035297175068397613| -|cran|[mime](https://github.com/yihui/mime)|0.00035220816061946257| -|cran|[fs](https://fs.r-lib.org)|0.00035134362945254326| -|pypi|[hunter](https://pypi.org/project/hunter)|0.0003494622552255665| -|pypi|[tensorflow](https://www.tensorflow.org/)|0.00034876554489894206| -|pypi|[gym](https://pypi.org/project/gym)|0.000348523174767754| -|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003467968144963266| -|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034611005095324526| -|cran|[generics](https://generics.r-lib.org)|0.0003459749041361512| -|spack|py-numpy|0.0003449270163336352| -|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00034451745653817285| -|pypi|[xarray](https://pypi.org/project/xarray)|0.0003434935823357052| -|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.0003429507172441643| -|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003420601507137766| -|pypi|[pydot](https://pypi.org/project/pydot)|0.00033893647888370035| -|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00033737702319973774| -|pypi|[munkres](https://pypi.org/project/munkres)|0.0003369886657359057| -|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.00033662401081298516| -|spack|[bison](https://www.gnu.org/software/bison/)|0.00033442965630810575| -|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032982269980673086| -|cran|evaluate|0.0003293500451891765| -|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003262973175610943| -|spack|slicer|0.00032603711790393016| -|npm|[express](http://expressjs.com/)|0.00032476749183142043| -|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.0003242446285298779| -|pypi|[pyproj](https://github.com/pyproj4/pyproj)|0.00032395364381311744| -|pypi|[pandoc](https://pypi.org/project/pandoc)|0.0003225644376538409| -|spack|pybind11|0.00032166250779787895| -|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.0003209725043631361| -|cran|tcltk|0.0003176932767262172| -|spack|[sqlite](https://www.sqlite.org)|0.00031601330420141007| -|spack|pythoninterp|0.0003159220691971784| -|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031549286112675796| -|cran|[unix](https://github.com/jeroen/unix)|0.000314018791168214| -|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.0003128527087627097| -|spack|[ninja](https://ninja-build.org/)|0.00031256453578073823| -|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003117989923949714| -|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.00031038764566503036| -|pypi|[pip](https://pypi.org/project/pip)|0.0003075397063969264| -|cran|[pkgload](https://github.com/r-lib/pkgload)|0.0003072670558773419| -|pypi|[locket](https://pypi.org/project/locket)|0.0003065623700627352| -|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.00030514880310367437| -|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00030514352279420904| -|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003049654792121369| -|spack|[zstd](https://facebook.github.io/zstd/)|0.0003041349688753972| -|cran|[maps](NA)|0.00030407955286266576| -|cran|[usethis](https://usethis.r-lib.org)|0.00030106742858990946| -|pypi|[python](http://www.python.org/2.5)|0.0003005093285214657| -|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002998224184631933| -|pypi|[ujson](https://github.com/ultrajson/ultrajson)|0.00029752891211399374| -|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.00029655154755263375| -|npm|[lodash](https://lodash.com/)|0.0002949796285584299| -|pypi|[babel](https://babel.pocoo.org/)|0.00029467198008292745| -|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.0002935991365348626| -|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.00029229994016340203| -|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029191178268009554| -|pypi|[emcee](https://emcee.readthedocs.io)|0.0002909758492704152| -|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00029003326901182885| -|pypi|[pooch](https://pypi.org/project/pooch)|0.0002873555258446297| -|spack|[libffi](https://sourceware.org/libffi/)|0.0002871828938204704| -|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002870117225342089| -|spack|[tk](https://www.tcl.tk)|0.0002865810810151015| -|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.00028591795249457833| -|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002858086251898509| -|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002856350072780204| -|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0002835885818678155| -|cran|[data.table](https://r-datatable.com)|0.00028309956428420246| -|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.00028254298580786025| -|pypi|[rich](https://pypi.org/project/rich)|0.00028135015258342195| -|cran|[igraph](https://igraph.org)|0.0002806086914594414| -|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.00027979468517995155| -|pypi|[palettable](https://pypi.org/project/palettable)|0.000279769449777292| -|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00027932723112901545| -|pypi|[tzdata](https://pypi.org/project/tzdata)|0.00027887066012393714| -|cran|[blob](https://blob.tidyverse.org)|0.000277425444171823| -|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.000276137596771678| -|pypi|[grpcio](https://pypi.org/project/grpcio)|0.0002728910907467919| -|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027277167962348097| -|pypi|[cssselect](https://pypi.org/project/cssselect)|0.00027269490711326355| -|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027168903066801346| -|cran|pkgconfig|0.0002714123967717417| -|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00027115712822821326| -|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.00027038621568292953| -|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026543942826089985| -|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0002652636305528905| -|spack|[tcl](https://www.tcl.tk/)|0.0002643082918020028| -|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002636763357702658| -|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002627183406113537| -|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002627013796775077| -|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026217961628317366| -|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.0002608783299313375| -|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0002605680650848971| -|pypi|[tox](https://pypi.org/project/tox)|0.00025963748988322427| -|pypi|[keyring](https://pypi.org/project/keyring)|0.0002596189549877637| -|pypi|[pox](https://pypi.org/project/pox)|0.00025935783927507223| -|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.000259295613632079| -|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.000259295613632079| -|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.000259295613632079| -|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.000259295613632079| -|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025680795465841174| -|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025680795465841174| -|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025680795465841174| -|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025606590860566985| -|spack|[krb5](https://kerberos.org)|0.00025590580589579623| -|cran|[urltools](https://github.com/Ironholds/urltools/)|0.00025551980279862337| -|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025498736952986523| -|npm|[mocha](https://mochajs.org/)|0.0002535909107832248| -|spack|[libssh2](https://www.libssh2.org/)|0.00025353363882623915| -|spack|[libssh](https://www.libssh.org)|0.00025353363882623915| -|cran|[gtable](https://gtable.r-lib.org)|0.00025290734209626784| -|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.00025254983306818396| -|pypi|[reno](https://pypi.org/project/reno)|0.0002522363385659101| -|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025130042818008675| -|pypi|[tabulate](https://pypi.org/project/tabulate)|0.0002511688180416396| -|pypi|[tifffile](https://pypi.org/project/tifffile)|0.0002503259740061437| -|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.00025025422150620015| -|pypi|[more_itertools](https://more-itertools.rtfd.io)|0.000249337180286962| -|pypi|[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)|0.00024913668491607005| -|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024902017074154837| -|pypi|[pep517](https://pypi.org/project/pep517)|0.0002483586563160102| -|spack|[gnutls](https://www.gnutls.org)|0.00024823724690484173| -|spack|[nghttp2](https://nghttp2.org/)|0.00024823724690484173| -|spack|[curl](https://curl.se/)|0.0002474075969495637| -|pypi|[furo](https://pradyunsg.me/furo/quickstart)|0.00024711872568753394| -|cran|RPostgreSQL|0.0002453855258112932| -|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024468124641878356| -|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0002445961565004014| -|cran|[png](http://www.rforge.net/png/)|0.00024451443403033406| -|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.0002442209234877587| -|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.00024232148036030398| -|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.00024232148036030398| -|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.00024149299392627703| -|pypi|[wmi](https://pypi.org/project/wmi)|0.00024081113036784915| -|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00024017467248908298| -|cran|[survival](https://github.com/therneau/survival)|0.00024014776236911818| -|cran|[brio](https://brio.r-lib.org)|0.00023629299976073783| -|pypi|[mappy](https://github.com/lh3/minimap2)|0.0002355207383591663| -|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023523644937521257| -|pypi|[ruamel.yaml.clib](https://pypi.org/project/ruamel.yaml.clib)|0.00023478604288199137| -|cran|[waldo](https://github.com/r-lib/waldo)|0.00023458257698473928| -|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00023450678647945382| -|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.000233808307192583| -|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023377810764101906| -|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023266921397379915| -|pypi|[lz4](https://pypi.org/project/lz4)|0.00023159044255557104| -|cran|[ragg](https://ragg.r-lib.org)|0.00023149347194094516| -|npm|[axios](https://axios-http.com)|0.0002308372578671515| -|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002302475355826343| -|pypi|[fs](https://pypi.org/project/fs)|0.00022942254572054993| -|pypi|[semver](https://pypi.org/project/semver)|0.0002286076300694487| -|spack|numpy|0.00022859482220835933| -|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.0002285538619355539| -|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.0002277877518136763| -|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00022747346405748822| -|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.0002269649443591347| -|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022568437501676325| -|pypi|[Markdown](https://pypi.org/project/Markdown)|0.00022543455745400326| -|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022471342794759826| -|pypi|[commonmark](https://pypi.org/project/commonmark)|0.00022315173437887433| -|pypi|[ci-info](https://github.com/mgxd/ci-info)|0.00022211732934957482| -|spack|png|0.0002198522002015452| -|cran|[xfun](https://github.com/yihui/xfun)|0.0002177967631883252| -|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.0002177414904436316| -|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021673786980755071| -|cran|[mgcv](NA)|0.00021655134706118602| -|pypi|[pint](https://pypi.org/project/pint)|0.00021633578257846872| -|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.0002158502428029452| -|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021503929526745617| -|pypi|[multidict](https://pypi.org/project/multidict)|0.00021497570823077243| -|pypi|[notebook](https://pypi.org/project/notebook)|0.00021421830001918993| -|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021412112115227512| -|pypi|[greenlet](https://pypi.org/project/greenlet)|0.00021181805632080757| -|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021135637591873608| -|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|0.00021090108196452918| -|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107635361923805| -|spack|biosoup|0.0002101528384279476| -|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020977740413303234| -|pypi|[pulp](https://github.com/coin-or/pulp)|0.00020964995216703352| -|pypi|[gast](https://pypi.org/project/gast)|0.00020807637139398267| -|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.00020784938241458816| -|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.0002077886058856355| -|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020775362890595677| -|cran|Lahman|0.00020772055705881666| -|pypi|[pyamg](https://pypi.org/project/pyamg)|0.0002073326609031739| -|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020715488563342158| -|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020714541853361146| -|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|0.0002059105734291966| -|pypi|[arviz](https://pypi.org/project/arviz)|0.00020558759973059886| -|spack|pythonlibs|0.00020527016651470802| -|pypi|[sh](https://pypi.org/project/sh)|0.00020519633794742966| -|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020482254881817828| -|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020476584298487058| -|pypi|[xattr](https://pypi.org/project/xattr)|0.0002035849306278143| -|spack|libiconv|0.00020357554613610246| -|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020169115438449316| -|pypi|[doit](https://pypi.org/project/doit)|0.00020156311315594214| -|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.0002012469501570307| -|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020086215299438553| -|cran|lobstr|0.00020040435077375732| -|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001998468816481917| -|pypi|[redis](https://pypi.org/project/redis)|0.00019861811166448223| -|cran|munsell|0.00019818592264980508| -|cran|RMySQL|0.00019713340047223935| -|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019686851971611723| -|pypi|[shortuuid](https://pypi.org/project/shortuuid)|0.0001957574348942775| -|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019532957035686295| -|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.0001941147762520618| -|cran|[winch](https://r-prof.github.io/winch/)|0.00019118031408821206| -|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019014578093600807| -|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00018950949367685656| -|cran|[abind](NA)|0.00018935515602128565| -|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018864127561206914| -|pypi|[asv](https://pypi.org/project/asv)|0.0001883518525651441| -|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018806222668921554| -|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.00018681688442799703| -|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018593522561863174| -|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.00018431354403665237| -|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018365427019999256| -|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018332218739546327| -|cran|datasets|0.00018320714120870126| -|pypi|[futures](https://github.com/agronholm/pythonfutures)|0.0001824187132133456| -|cran|iterators|0.00018183444046652599| -|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001815494145877468| -|spack|[iconv](https://www.gnu.org/software/libiconv/)|0.00018044191420115438| -|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018015393123235678| -|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.00018013100436681224| -|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.00018013100436681224| -|pypi|[apyori](https://github.com/ymoch/apyori)|0.00018013100436681224| -|pypi|[http](https://github.com/franckcuny/http)|0.00018013100436681224| -|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.00018013100436681224| -|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.00018013100436681224| -|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.00018013100436681224| -|pypi|[pycryptodome](https://www.pycryptodome.org)|0.00018013100436681224| -|spack|omegalib|0.00018013100436681224| -|spack|vif|0.00018013100436681224| -|spack|bpython|0.00018013100436681224| -|pypi|[conan](https://pypi.org/project/conan)|0.00018010213721867654| -|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017953056768558952| -|pypi|[umap-learn](https://pypi.org/project/umap-learn)|0.00017880521123993085| -|pypi|[libclang](https://pypi.org/project/libclang)|0.0001787035205512026| -|spack|patchelf|0.0001783296943231441| -|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.0001782399776157437| -|cran|mapproj|0.00017817318212354859| -|pypi|[flask](https://palletsprojects.com/p/flask)|0.0001778830811338112| -|cran|formattable|0.0001765935434067286| -|npm|eslint|0.00017612034637408215| -|npm|[react](https://reactjs.org/)|0.0001755660441274958| -|npm|[react-dom](https://reactjs.org/)|0.0001755660441274958| -|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00017554000283697029| -|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017553291502845557| -|pypi|[python-igraph](https://igraph.org/python)|0.00017467905073228427| -|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017456955539263137| -|cran|[devtools](https://devtools.r-lib.org/)|0.00017424664717388338| -|cran|[bslib](https://rstudio.github.io/bslib/)|0.00017407137992121415| -|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017363879304397914| -|cran|[webutils](https://github.com/jeroen/webutils)|0.00017310049753092545| -|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017278470720057216| -|npm|[angular](http://angularjs.org)|0.000172685481215776| -|pypi|[netcdf4](http://github.com/Unidata/netcdf4-python)|0.00017263778281817558| -|spack|[flex](https://github.com/westes/flex)|0.00017229489528863674| -|cran|graph|0.0001721312795218292| -|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017159557692978723| -|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017109891595985894| -|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00017004171157267972| -|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00017001332254024953| -|pypi|[gdal](https://pypi.org/project/gdal)|0.00016940603814986316| -|pypi|[gffutils](https://github.com/daler/gffutils)|0.00016896953259482652| -|pypi|[jaxlib](https://github.com/google/jax)|0.0001688064354761503| -|pypi|[scikit-bio](http://scikit-bio.org)|0.00016874610106051155| -|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016825707031213702| -|pypi|[pysynphot](https://github.com/spacetelescope/pysynphot)|0.0001681462607657443| -|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016728594822208362| -|cran|[crul](https://docs.ropensci.org/crul/)|0.00016720058113252686| -|pypi|[monotonic](https://github.com/atdt/monotonic)|0.00016662767956215972| -|cran|fansi|0.00016642331869571515| -|cran|[rstan](https://mc-stan.org/rstan)|0.00016599384905566334| -|cran|[ape](http://ape-package.ird.fr/)|0.00016596289113104265| -|npm|[fs](https://github.com/npm/security-holder#readme)|0.00016590695563252318| -|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016428013930978449| -|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016396133950295105| -|spack|hip|0.0001630597458919745| -|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016280940684133916| -|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016234562362830413| -|cran|chron|0.0001623247230348103| -|pypi|[markdown](https://pypi.org/project/markdown)|0.00016222591464157542| -|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016211790393013103| -|cran|[readr](https://readr.tidyverse.org)|0.00016168218152616095| -|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016097191045908032| -|pypi|[pathlib2](https://github.com/jazzband/pathlib2)|0.00016050112855108556| -|pypi|[dm-tree](https://github.com/deepmind/tree)|0.00015978380279210442| -|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015971615720524019| -|pypi|[gunicorn](https://gunicorn.org)|0.00015937730614937627| -|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001583698408666802| -|pypi|[camb](https://camb.info/)|0.00015730230083299697| -|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.00015672287021330352| -|spack|bioparser|0.00015611353711790393| -|pypi|[python-libsbml](http://sbml.org)|0.0001560876809928752| -|cran|[raster](https://rspatial.org/raster)|0.00015562615505042588| -|pypi|[jedi](https://pypi.org/project/jedi)|0.0001540752434050914| -|pypi|[ete3](http://etetoolkit.org)|0.00015351164483260553| -|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015271005462429458| -|pypi|[rsa](https://stuvel.eu/rsa)|0.0001522781130922999| -|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015207822024127584| -|pypi|[streamlit](https://streamlit.io)|0.00015196620659180707| -|pypi|[texext](https://pypi.org/project/texext)|0.00015181319644727665| -|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.0001509710086598737| -|pypi|[bmipy](http://csdms.colorado.edu)|0.00015010917030567686| -|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00015009952041113134| -|pypi|[shapely](https://github.com/shapely/shapely)|0.00014947069601394845| -|spack|libpciaccess|0.0001492550797611621| -|cran|[vroom](https://vroom.r-lib.org)|0.00014866972884025023| -|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014852437841907004| -|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.00014806271989793423| -|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001478932455661177| -|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014771689547874415| -|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001473532859440283| -|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.0001467343529054066| -|npm|[papaparse](http://papaparse.com)|0.00014628520457069823| -|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.00014619007171427678| -|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.00014604093657845902| -|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.0001456993116195804| -|spack|pmix|0.0001446825234964661| -|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00014386462882096072| -|cran|itertools|0.0001435078202554992| -|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014320337668154257| -|pypi|[python-levenshtein](https://github.com/maxbachmann/python-Levenshtein)|0.00014313981597005614| -|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014263100436681222| -|pypi|[sqlparse](https://github.com/andialbrecht/sqlparse)|0.00014222246464985606| -|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014220428215240967| -|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.0001419317945518819| -|pypi|[ginga](https://ejeschke.github.io/ginga/)|0.0001415766490461963| -|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014153150343106677| -|cran|[forcats](https://forcats.tidyverse.org)|0.00014132038579027693| -|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014110687024931987| -|cran|timeDate|0.00014095228103847425| -|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0001407039494132233| -|pypi|[diskcache](https://pypi.org/project/diskcache)|0.000140687943333119| -|pypi|[httpx](https://github.com/encode/httpx)|0.00013976132137432244| -|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.00013955934459321346| -|spack|[opengl](https://www.opengl.org/)|0.00013918196859149964| -|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013915941369947152| -|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013904932458371324| -|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|0.0001388255794423917| -|pypi|[dash](https://plotly.com/dash)|0.0001385963493893635| -|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013820967729962036| -|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013810043668122273| -|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013786451217071723| -|pypi|[backcall](https://pypi.org/project/backcall)|0.0001376506985988573| -|pypi|[blinker](https://pypi.org/project/blinker)|0.00013761900045919625| -|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00013717250231728547| -|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013709143218307778| -|pypi|[dendropy](http://pypi.org/project/DendroPy//)|0.0001368280827614889| -|npm|[d3](https://d3js.org)|0.00013678570500252505| -|cran|tis|0.00013675556428456175| -|pypi|[fire](https://pypi.org/project/fire)|0.00013665896578169955| -|rubygems|[rspec](http://github.com/rspec)|0.00013567474818578808| -|pypi|[simframe](https://github.com/stammler/simframe)|0.0001356129132875858| -|cran|[rJava](http://www.rforge.net/rJava/)|0.00013518055500519105| -|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.00013504630601116616| -|cran|[sys](https://github.com/jeroen/sys)|0.0001350254499232092| -|pypi|[tensorboard-plugin-wit](https://pypi.org/project/tensorboard-plugin-wit)|0.00013461421817537| -|npm|nestjs|0.00013433498630745322| -|pypi|[pyregion](https://pypi.org/project/pyregion)|0.00013400954940256252| -|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.0001336908327554996| -|pypi|[argh](http://github.com/neithere/argh/)|0.00013360365980453315| -|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00013319444909387876| -|rubygems|[json](http://flori.github.io/json/)|0.0001330383543650617| -|pypi|[boto3](https://pypi.org/project/boto3)|0.00013290225614455864| -|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.00013209606986899566| -|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.00013209606986899563| -|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001319795908007951| -|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013156402857961166| -|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013080941983780413| -|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013071649511332917| -|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.00013056170086325904| -|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013054575533833176| -|cran|svglite|0.00013035325628165797| -|pypi|[pyreadline3](https://pypi.python.org/pypi/pyreadline3/)|0.00013024620878995168| -|pypi|[pyreadline](http://ipython.org/pyreadline.html)|0.00013024620878995168| -|pypi|[fastprogress](https://github.com/fastai/fastprogress)|0.00012980274800237227| -|pypi|[ruff](https://pypi.org/project/ruff)|0.000129780117978748| -|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0001297743999163439| -|pypi|[plac](https://github.com/ialbert/plac)|0.00012938384350365793| -|pypi|[s3fs](https://pypi.org/project/s3fs)|0.0001293831162353992| -|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012932797931136642| -|cran|ggplot2movies|0.00012832363461392324| -|npm|[rollup](https://rollupjs.org/)|0.0001282576015066876| -|cran|[sass](https://github.com/rstudio/sass)|0.0001281794018694009| -|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012764780454899927| -|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.0001275364513372659| -|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.0001273641088045745| -|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012700460503417123| -|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126916450684269| -|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012685742938385876| -|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00012663828518642928| -|pypi|[galpy](https://pypi.org/project/galpy)|0.00012658063006862135| -|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012656144107684288| -|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00012654299033548923| -|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.0001261273283863013| -|cran|[terra](https://rspatial.org/terra/)|0.000125804021096614| -|cran|quantreg|0.00012570659647123385| -|pypi|[python-utils](https://pypi.org/project/python-utils)|0.0001251247042571119| -|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012481804949053858| -|cran|interp|0.00012426808308108305| -|cran|assertthat|0.000123987511534925| -|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.000123974067489352| -|pypi|[django](https://pypi.org/project/django)|0.0001239468636784081| -|spack|[libarchive](https://www.libarchive.org)|0.00012382435009270884| -|spack|[libuv](https://libuv.org)|0.00012382435009270884| -|pypi|[panel](http://panel.holoviz.org)|0.00012354888611320065| -|spack|cython|0.00012351840299438553| -|cran|RUnit|0.00012344467256485183| -|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012326611867454406| -|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012326611867454406| -|pypi|[mccabe](https://pypi.org/project/mccabe)|0.00012320593742031022| -|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.00012308951965065503| -|cran|multcomp|0.0001230443819425218| -|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00012285985151849621| -|pypi|[livereload](https://github.com/lepture/python-livereload)|0.00012284954078109242| -|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.000122680430922789| -|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.000122541430213428| -|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|0.0001223721670563472| -|cran|profvis|0.00012236430055278787| -|pypi|[pyia](http://github.com/adrn/pyia)|0.00012224890829694323| -|cran|[lme4](https://github.com/lme4/lme4/)|0.00012183667875468168| -|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00012174978705792025| -|pypi|[inflection](https://pypi.org/project/inflection)|0.00012158603490285426| -|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012155626828239116| -|pypi|[munch](https://pypi.org/project/munch)|0.00012129688644583018| -|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012104097097354226| -|pypi|[astrodendro](http://www.dendrograms.org)|0.00012101613673580787| -|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012047992945918712| -|pypi|[distributed](https://pypi.org/project/distributed)|0.00012031643899110131| -|cran|isoband|0.00012019233632705725| -|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00012008733624454149| -|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00012008733624454149| -|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00012008733624454149| -|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00012008733624454149| -|pypi|[udatetime](https://github.com/freach/udatetime)|0.00012008733624454149| -|pypi|[cogent3](https://cogent3.org)|0.00012008733624454149| -|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00012008733624454149| -|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00012008733624454149| -|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00012008733624454149| -|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00012008733624454149| -|spack|cminx|0.00012008733624454149| -|spack|sqlite3|0.00012008733624454149| -|spack|triqs|0.00012008733624454149| -|cran|[isotree](https://github.com/david-cortes/isotree)|0.00012008733624454149| -|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00012008733624454149| -|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011996431211267351| -|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00011980978532756207| -|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011965785722950024| -|pypi|[Django](https://pypi.org/project/Django)|0.00011949784737822138| -|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00011941381660968283| -|pypi|[asgiref](https://pypi.org/project/asgiref)|0.0001192793217053105| -|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00011912894692643603| -|spack|py-setuptools|0.00011886052782908165| -|pypi|[tables](https://pypi.org/project/tables)|0.00011874870928273278| -|pypi|[rtree](https://pypi.org/project/rtree)|0.00011853729119012962| -|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00011785264829012072| -|pypi|[ads](http://www.github.com/andycasey/ads/)|0.0001172970716670948| -|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011685714395006396| -|npm|[ajv](https://ajv.js.org)|0.0001164403027964629| -|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011613864338129222| -|pypi|[latexcodec](https://pypi.org/project/latexcodec)|0.00011574093326872448| -|pypi|[gdown](http://github.com/wkentaro/gdown)|0.00011522379912663756| -|cran|stats4|0.00011516661815945247| -|cran|[DT](https://github.com/rstudio/DT)|0.00011506056545256963| -|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011475690443283686| -|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011473278986772897| -|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.0001143192776418139| -|pypi|[mistune](https://pypi.org/project/mistune)|0.00011411104473879637| -|pypi|[pycurl](http://pycurl.io/)|0.00011398878328624028| -|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011371418292528001| -|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.0001133752866762935| -|cran|[magick](https://docs.ropensci.org/magick/)|0.0001132027974910987| -|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011300974569952616| -|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.0001129470732501818| -|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011283332497128025| -|pypi|[holoviews](https://www.holoviews.org)|0.00011270212037202431| -|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.00011265301392163947| -|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011262730031679184| -|pypi|[typer](https://github.com/tiangolo/typer)|0.00011255813838082967| -|pypi|[parso](https://pypi.org/project/parso)|0.00011239037018192732| -|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011228179324595706| -|pypi|[transifex-client](https://www.transifex.com)|0.00011225739684520094| -|pypi|[shiboken2](https://www.pyside.org)|0.00011199104803493449| -|spack|[pcre](https://www.pcre.org)|0.00011190132258144972| -|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011150966936993138| -|pypi|[async-generator](https://github.com/python-trio/async_generator)|0.0001109033966359889| -|cran|[future](https://future.futureverse.org)|0.0001107658138125973| -|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011046768836500382| -|pypi|[astroalign](https://pypi.org/project/astroalign)|0.00011028800255985546| -|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00010964424126637555| -|pypi|[breathe](https://github.com/michaeljones/breathe)|0.0001095956518196616| -|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010943543356207113| -|spack|[graphviz](http://www.graphviz.org)|0.00010917379507995499| -|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010886967597349019| -|npm|[nyc](https://istanbul.js.org/)|0.00010867620017202882| -|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010865279797445949| -|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010848837570237102| -|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010832585386774796| -|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010807860262008735| -|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010807860262008734| -|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010799477753540349| -|pypi|[testpath](https://pypi.org/project/testpath)|0.0001079144320122095| -|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010770953420669579| -|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010769851252633196| -|pypi|[pybtex](https://pybtex.org/)|0.00010745719824840201| -|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010712402847853955| -|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010661226744961652| -|pypi|[pbr](https://pypi.org/project/pbr)|0.00010659038791316019| -|pypi|[json5](https://github.com/dpranke/pyjson5)|0.00010655846381154954| -|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010611889376900294| -|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010544687497174682| -|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010527088818606047| -|pypi|[os](https://pypi.org/project/os)|0.0001050764192139738| -|pypi|[time](UNKNOWN)|0.0001050764192139738| -|pypi|[astroML_addons](http://astroML.github.com)|0.0001050764192139738| -|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010463190518890127| -|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010442929541763831| -|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.00010440352841915196| -|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00010438017675386008| -|pypi|[pydantic](https://github.com/samuelcolvin/pydantic)|0.00010437409668590345| -|cran|cachem|0.00010417692260768769| -|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0001038126834296086| -|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010331227654059637| -|pypi|[moviepy](https://pypi.org/project/moviepy)|0.00010329817003857456| -|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.00010303859262045431| -|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.00010270196506550218| -|spack|py-six|0.00010231225561762992| -|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010207947859441426| -|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010180713470506933| -|pypi|[pytest-randomly](https://github.com/pytest-dev/pytest-randomly)|0.00010162610106280232| -|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010156254980127164| -|cran|[reshape2](https://github.com/hadley/reshape)|0.00010130383069285564| -|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010097114328632914| -|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010076022204572604| -|pypi|[zope.interface](https://github.com/zopefoundation/zope.interface)|0.00010064836421115302| -|cran|[promises](https://rstudio.github.io/promises)|0.00010052228865826466| -|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.00010007278020378457| -|pypi|[reproject](https://pypi.org/project/reproject)|9.991067162369463e-05| -|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.984309437146935e-05| -|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|9.983758511503594e-05| -|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.971824102237507e-05| -|pypi|[docker](https://github.com/docker/docker-py)|9.968572267252401e-05| -|pypi|[sphinxcontrib-httpdomain](https://github.com/sphinx-contrib/httpdomain)|9.964693988949291e-05| -|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.898198689956331e-05| -|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.891524725054054e-05| -|pypi|[Keras](https://github.com/keras-team/keras)|9.856403587635927e-05| -|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.848434154446142e-05| -|spack|[boost](https://www.boost.org)|9.77978588395386e-05| -|pypi|[BeautifulSoup4](https://pypi.org/project/BeautifulSoup4)|9.714186254480875e-05| -|pypi|[sunpy](https://pypi.org/project/sunpy)|9.713258984732625e-05| -|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.708489290912872e-05| -|pypi|[nbclient](https://pypi.org/project/nbclient)|9.676652336930817e-05| -|pypi|[gwpy](https://gwpy.github.io)|9.671911102528291e-05| -|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|9.669237983917311e-05| -|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.64987523393637e-05| -|pypi|[async_generator](https://github.com/python-trio/async_generator)|9.642829293289369e-05| -|pypi|[geopandas](http://geopandas.org)|9.611585357474865e-05| -|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.608886213760667e-05| -|cran|[base64enc](http://www.rforge.net/base64enc)|9.574647996975314e-05| -|pypi|[markupsafe](https://pypi.org/project/markupsafe)|9.53425016973188e-05| -|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.529044449769411e-05| -|pypi|[pycosat](https://github.com/ContinuumIO/pycosat)|9.515680825724494e-05| -|spack|[re2c](https://re2c.org/index.html)|9.513181785379485e-05| -|npm|[tape](https://github.com/substack/tape)|9.459670011781489e-05| -|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.410123801589127e-05| -|npm|[three](https://threejs.org/)|9.410043668122271e-05| -|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.398600432476726e-05| -|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.39642167330486e-05| -|pypi|[cigar](https://github.com/brentp/cigar)|9.366812227074236e-05| -|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.343379255709703e-05| -|cran|sfsmisc|9.281133373998811e-05| -|pypi|[urllib](https://urllib3.readthedocs.io/)|9.279475982532751e-05| -|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.253233724628578e-05| -|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.243343310619511e-05| -|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.235088959774761e-05| -|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.224186309785278e-05| -|pypi|[websockets](https://pypi.org/project/websockets)|9.210417511943107e-05| -|npm|[yargs](https://yargs.js.org/)|9.197809006760972e-05| -|cran|tinytex|9.19173628852076e-05| -|pypi|[jeepney](https://pypi.org/project/jeepney)|9.158416834683983e-05| -|pypi|[pytorch](http://pytorch.org)|9.149511332917447e-05| -|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.149511332917447e-05| -|npm|[tap](http://www.node-tap.org/)|9.137970387685283e-05| -|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.121578324501889e-05| -|pypi|[cftime](https://pypi.org/project/cftime)|9.08659245366188e-05| -|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.082759489418879e-05| -|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.07228967681568e-05| -|cran|[Cairo](http://www.rforge.net/Cairo/)|9.042599206064674e-05| -|pypi|[regions](https://github.com/astropy/regions)|9.033190079952784e-05| -|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|9.028731763907585e-05| -|cran|[insight](https://easystats.github.io/insight/)|9.026824135475267e-05| -|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|9.006550218340612e-05| -|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|9.006550218340612e-05| -|pypi|[GetDist](https://getdist.readthedocs.io)|9.006550218340612e-05| -|pypi|[dymos](https://github.com/OpenMDAO/dymos)|9.006550218340612e-05| -|pypi|[openmdao](http://openmdao.org)|9.006550218340612e-05| -|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|9.006550218340612e-05| -|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|9.006550218340612e-05| -|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|9.006550218340612e-05| -|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|9.006550218340612e-05| -|pypi|[South](http://south.aeracode.org/)|9.006550218340612e-05| -|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|9.006550218340612e-05| -|pypi|[green](https://github.com/CleanCut/green)|9.006550218340612e-05| -|pypi|[PyNN](http://neuralensemble.org/PyNN/)|9.006550218340612e-05| -|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|9.006550218340612e-05| -|pypi|[radio-pyse](http://docs.transientskp.org/)|9.006550218340612e-05| -|pypi|[Cactus](http://github.com/koenbok/Cactus)|9.006550218340612e-05| -|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|9.006550218340612e-05| -|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|9.006550218340612e-05| -|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|9.006550218340612e-05| -|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|9.006550218340612e-05| -|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|9.006550218340612e-05| -|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|9.006550218340612e-05| -|pypi|[cherrypy](https://www.cherrypy.org)|9.006550218340612e-05| -|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|9.006550218340612e-05| -|spack|lapacke|9.006550218340612e-05| -|spack|liblzma|9.006550218340612e-05| -|npm|[quasar](https://quasar.dev)|9.006550218340612e-05| -|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|9.006550218340612e-05| -|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|9.006550218340612e-05| -|npm|[docusaurus](https://github.com/facebook/docusaurus)|9.006550218340612e-05| -|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|9.006550218340612e-05| -|pypi|[ppft](https://pypi.org/project/ppft)|9.002634271566578e-05| -|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.998302026426818e-05| -|npm|[vows](https://github.com/cloudhead/vows)|8.933037400509869e-05| -|spack|py-jinja2|8.913891210855764e-05| -|cran|[parameters](https://easystats.github.io/parameters/)|8.908100176098639e-05| -|cran|dichromat|8.901659299823506e-05| -|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.89128709737782e-05| -|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.891081625797784e-05| -|npm|[webpack](https://github.com/webpack/webpack)|8.872458001573147e-05| -|spack|py-pip|8.854645465233458e-05| -|spack|py-wheel|8.854645465233458e-05| -|spack|py-sphinxcontrib-websupport|8.854645465233458e-05| -|spack|py-sphinxcontrib-applehelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-devhelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-jsmath|8.854645465233458e-05| -|spack|py-sphinxcontrib-htmlhelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-serializinghtml|8.854645465233458e-05| -|spack|py-sphinxcontrib-qthelp|8.854645465233458e-05| -|spack|py-pygments|8.854645465233458e-05| -|spack|py-docutils|8.854645465233458e-05| -|spack|py-snowballstemmer|8.854645465233458e-05| -|spack|py-babel|8.854645465233458e-05| -|spack|py-alabaster|8.854645465233458e-05| -|spack|py-imagesize|8.854645465233458e-05| -|spack|py-requests|8.854645465233458e-05| -|spack|py-sphinx-rtd-theme|8.854645465233458e-05| -|spack|py-packaging|8.854645465233458e-05| -|spack|py-importlib-metadata|8.854645465233458e-05| -|spack|py-colorama|8.854645465233458e-05| -|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.844446678023595e-05| -|pypi|[autograd](https://pypi.org/project/autograd)|8.842174286951461e-05| -|pypi|[wxPython](https://pypi.org/project/wxPython)|8.832852464129758e-05| -|cran|jquerylib|8.782249810721487e-05| -|pypi|[contourpy](https://pypi.org/project/contourpy)|8.781398264473959e-05| -|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.775613033254955e-05| -|cran|[downlit](https://downlit.r-lib.org/)|8.774623120824989e-05| -|pypi|[terminado](https://pypi.org/project/terminado)|8.763572150136703e-05| -|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.756250535148557e-05| -|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|8.725626348878936e-05| -|rubygems|[tzinfo](https://tzinfo.github.io)|8.693669607581024e-05| -|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|8.692222590455398e-05| -|pypi|[partd](https://pypi.org/project/partd)|8.66434453161486e-05| -|pypi|[deprecated](https://github.com/tantale/deprecated)|8.624772513494832e-05| -|pypi|[pyvo](https://github.com/astropy/pyvo)|8.622069658184904e-05| -|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.58689017232474e-05| -|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.576666725598008e-05| -|pypi|[debugpy](https://pypi.org/project/debugpy)|8.571140627359297e-05| -|pypi|[Six](https://pypi.org/project/Six)|8.557346833240307e-05| -|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.538673494299155e-05| -|pypi|[zarr](https://pypi.org/project/zarr)|8.514817672257869e-05| -|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.511672358190001e-05| -|pypi|[nvidia-cublas-cu11](https://developer.nvidia.com/cuda-zone)|8.50898419145057e-05| -|pypi|[uvicorn](https://www.uvicorn.org/)|8.44456923664208e-05| -|pypi|[biom-format](http://www.biom-format.org)|8.441764465065503e-05| -|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.386311462275396e-05| -|pypi|[gitpython](https://pypi.org/project/gitpython)|8.37818607896534e-05| -|pypi|[yt](https://pypi.org/project/yt)|8.32512056720572e-05| -|npm|[jshint](http://jshint.com/)|8.315896936033399e-05| -|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.287299291134513e-05| -|cran|[lintr](https://github.com/jimhester/lintr)|8.28544797803624e-05| -|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|8.27126551317566e-05| -|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.216949877190646e-05| -|pypi|[orjson](https://pypi.org/project/orjson)|8.204919787386456e-05| -|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.198621173430622e-05| -|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.193536924826466e-05| -|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.185754472545956e-05| -|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.157269101654127e-05| -|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.147609190573375e-05| -|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.109511055466886e-05| -|cran|[openssl](https://github.com/jeroen/openssl)|8.101625840745861e-05| -|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.078288447442296e-05| -|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.033950721684145e-05| -|cran|labeling|8.027986445509572e-05| -|pypi|[alembic](https://alembic.sqlalchemy.org)|8.02372025695087e-05| -|cran|[testit](https://github.com/yihui/testit)|8.010970621195284e-05| -|pypi|[flaky](https://pypi.org/project/flaky)|8.003467673972631e-05| -|cran|igraphdata|7.995411171845469e-05| -|cran|[backports](https://github.com/r-lib/backports)|7.994782348411759e-05| -|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.994248114439616e-05| -|pypi|[pyspark](https://pypi.org/project/pyspark)|7.991546280794603e-05| -|pypi|[kaleido](https://pypi.org/project/kaleido)|7.949935954322922e-05| -|pypi|[deap](https://pypi.org/project/deap)|7.946501963230708e-05| -|cran|[uuid](http://www.rforge.net/uuid)|7.93614274519141e-05| -|pypi|[freezegun](https://pypi.org/project/freezegun)|7.92246666582762e-05| -|pypi|[progressbar2](https://pypi.org/project/progressbar2)|7.919094472651096e-05| -|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.915866884207496e-05| -|pypi|[getdist](https://getdist.readthedocs.io)|7.915385215221462e-05| -|pypi|[appnope](https://pypi.org/project/appnope)|7.914312372139519e-05| -|pypi|[colossus](https://pypi.org/project/colossus)|7.904958557154807e-05| -|pypi|[iso8601](https://pypi.org/project/iso8601)|7.899240474630058e-05| -|pypi|[s3transfer](https://github.com/boto/s3transfer)|7.88790921832822e-05| -|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.849071382996842e-05| -|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.84650655021834e-05| -|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.778384279475983e-05| -|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.749409482049454e-05| -|pypi|[distro](https://pypi.org/project/distro)|7.748023451082845e-05| -|pypi|[fastapi](https://fastapi.tiangolo.com/)|7.699296127398383e-05| -|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.694167186525265e-05| -|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.68880371040625e-05| -|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|7.672149876252966e-05| -|pypi|[pylint](http://pylint.pycqa.org)|7.642813954536094e-05| -|cran|KernSmooth|7.64112074094833e-05| -|cran|[units](https://github.com/r-quantities/units/)|7.637185835592624e-05| -|cran|[spdep](https://github.com/r-spatial/spdep/)|7.633709953757351e-05| -|pypi|[elementpath](https://pypi.org/project/elementpath)|7.615327116149404e-05| -|cran|MatrixModels|7.61027710690346e-05| -|cran|[readxl](https://readxl.tidyverse.org)|7.593363297254762e-05| -|spack|[guile](https://www.gnu.org/software/guile/)|7.592463102870306e-05| -|cran|splines|7.580388914257546e-05| -|pypi|[botocore](https://github.com/boto/botocore)|7.57956590550459e-05| -|spack|qt4|7.570723371938485e-05| -|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.559057972345709e-05| -|pypi|[rasterio](https://github.com/mapbox/rasterio)|7.54739461193108e-05| -|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.524447115090577e-05| -|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.516752759200153e-05| -|cran|[spatstat.linnet](http://spatstat.org/)|7.513952067371341e-05| -|cran|triebeard|7.4977278930131e-05| -|pypi|[asttokens](https://pypi.org/project/asttokens)|7.493517875010746e-05| -|pypi|[atari-py](https://pypi.org/project/atari-py)|7.47629792769389e-05| -|cran|[memoise](https://github.com/r-lib/memoise)|7.467499930136869e-05| -|cran|[DBItest](https://dbitest.r-dbi.org)|7.452226103323426e-05| -|pypi|[corner](https://corner.readthedocs.io)|7.435984323311773e-05| -|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.430403930131005e-05| -|pypi|[invoke](https://pypi.org/project/invoke)|7.419186588696652e-05| -|pypi|[executing](https://pypi.org/project/executing)|7.404129557054283e-05| -|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.398237679351216e-05| -|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.394995153332912e-05| -|pypi|[ipdb](https://pypi.org/project/ipdb)|7.390359956730694e-05| -|spack|libpng|7.385938585412565e-05| -|pypi|[specutils](https://pypi.org/project/specutils)|7.385612136728125e-05| -|pypi|[lockfile](https://pypi.org/project/lockfile)|7.383986506374492e-05| -|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.376023721547739e-05| -|cran|[spatstat](http://spatstat.org/)|7.37441797933894e-05| -|pypi|[retrying](https://pypi.org/project/retrying)|7.372842962991886e-05| -|cran|[spatstat.geom](http://spatstat.org/)|7.362495721198955e-05| -|pypi|[ccdproc](http://ccdproc.readthedocs.io/)|7.34856968904458e-05| -|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.331061376690155e-05| -|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.331061376690155e-05| -|cran|rasterVis|7.296265842992495e-05| -|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.278020378457059e-05| -|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.278020378457059e-05| -|cran|[rjson](https://github.com/alexcb/rjson)|7.273069642557224e-05| -|pypi|[igraph](https://pypi.org/project/igraph)|7.26977182304774e-05| -|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.240664962079262e-05| -|pypi|[pymysql](https://pypi.org/project/pymysql)|7.240122975607865e-05| -|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.220616590135817e-05| -|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.20524017467249e-05| -|pypi|[patool](http://wummel.github.io/patool/)|7.20524017467249e-05| -|pypi|[hope](http://hope.phys.ethz.ch)|7.20524017467249e-05| -|pypi|[superfreq](http://adrian.pw/superfreq)|7.20524017467249e-05| -|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.20524017467249e-05| -|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.20524017467249e-05| -|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.20524017467249e-05| -|pypi|[amuse-framework](http://www.amusecode.org/)|7.20524017467249e-05| -|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.20524017467249e-05| -|pypi|[importlib](https://github.com/brettcannon/importlib)|7.20524017467249e-05| -|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.20524017467249e-05| -|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.20524017467249e-05| -|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.20524017467249e-05| -|pypi|[gwtools](https://pypi.org/project/gwtools)|7.20524017467249e-05| -|pypi|[chemparse](https://pypi.org/project/chemparse)|7.20524017467249e-05| -|spack|sgx|7.20524017467249e-05| -|spack|sphinx|7.20524017467249e-05| -|spack|torch|7.20524017467249e-05| -|spack|curses|7.20524017467249e-05| -|cran|[mapiso](https://github.com/riatelab/mapiso)|7.20524017467249e-05| -|cran|tuneR|7.20524017467249e-05| -|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.20524017467249e-05| -|pypi|[music21](https://github.com/cuthbertLab/music21)|7.172489082969433e-05| -|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.172489082969433e-05| -|pypi|[GitPython](https://pypi.org/project/GitPython)|7.168698375319252e-05| -|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.16099773570287e-05| -|npm|[bootstrap](https://getbootstrap.com/)|7.149197103021557e-05| -|pypi|[patsy](https://github.com/pydata/patsy)|7.141758361439447e-05| -|pypi|[pytest-pep8](https://bitbucket.org/pytest-dev/pytest-pep8)|7.081058539530314e-05| -|cran|[cellranger](https://github.com/rsheets/cellranger)|7.065797807599914e-05| -|cran|[praise](https://github.com/gaborcsardi/praise)|7.060301655904637e-05| -|spack|py-typing|7.052802233792407e-05| -|pypi|[trio](https://pypi.org/project/trio)|7.038379609335531e-05| -|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.031294297667633e-05| -|cran|[spatstat.utils](http://spatstat.org/)|7.023545407982697e-05| -|pypi|[python-snappy](https://pypi.org/project/python-snappy)|7.022061844922676e-05| -|pypi|[param](https://pypi.org/project/param)|7.01643785214317e-05| -|cran|[xtable](http://xtable.r-forge.r-project.org/)|7.014523455447366e-05| -|cran|diffviewer|6.997927497920274e-05| -|pypi|[capturer](https://capturer.readthedocs.io)|6.988654121185421e-05| -|cran|rprintf|6.986463479397195e-05| -|pypi|[Biopython](https://biopython.org/)|6.984579694323144e-05| -|pypi|[cartopy](https://pypi.org/project/cartopy)|6.982023070619932e-05| -|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.925517540657513e-05| -|cran|[mapview](https://github.com/r-spatial/mapview)|6.924234902678107e-05| -|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.877729257641921e-05| -|cran|[future.apply](https://future.apply.futureverse.org)|6.87726941011836e-05| -|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.876743379355761e-05| -|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.838198407308231e-05| -|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.820085412117903e-05| -|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.820085412117903e-05| -|rubygems|[docile](https://ms-ati.github.io/docile/)|6.820085412117903e-05| -|spack|[pcre2](https://www.pcre.org)|6.810745439740388e-05| -|pypi|[dominate](https://pypi.org/project/dominate)|6.804069293152263e-05| -|spack|gl|6.786125046459867e-05| -|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.783369304582063e-05| -|pypi|[pathspec](https://pypi.org/project/pathspec)|6.753779771702145e-05| -|pypi|[traits](http://docs.enthought.com/traits)|6.723568815597947e-05| -|pypi|[twisted](https://pypi.org/project/twisted)|6.718939286271573e-05| -|pypi|[dust-extinction](https://pypi.org/project/dust-extinction)|6.7175110060281e-05| -|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.677448510981992e-05| -|pypi|[dgl](https://github.com/dmlc/dgl)|6.670305676855896e-05| -|npm|[debug](https://github.com/debug-js/debug#readme)|6.656014346618906e-05| -|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.655678538011744e-05| -|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.647691827822832e-05| -|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.642786650633736e-05| -|pypi|[nvidia-cuda-runtime-cu11](https://developer.nvidia.com/cuda-zone)|6.636522401057558e-05| -|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.612688245028316e-05| -|pypi|[dnspython](https://pypi.org/project/dnspython)|6.59358465295057e-05| -|pypi|[about-time](https://github.com/rsalmei/about-time)|6.590579400339428e-05| -|pypi|[grapheme](https://pypi.org/project/grapheme)|6.590579400339428e-05| -|pypi|[types-backports](https://github.com/python/typeshed)|6.588627442555341e-05| -|pypi|[pyensembl](https://pypi.org/project/pyensembl)|6.573237679351216e-05| -|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.569045385298971e-05| -|npm|[react-select](https://github.com/JedWatson/react-select)|6.561443407909548e-05| -|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.556440796998788e-05| -|pypi|[tblib](https://pypi.org/project/tblib)|6.545237395852945e-05| -|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.532223235280004e-05| -|rubygems|[liquid](http://www.liquidmarkup.org)|6.512226343184656e-05| -|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.507176187685476e-05| -|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.504730713245997e-05| -|pypi|[tess-point](https://pypi.org/project/tess-point)|6.501844934710268e-05| -|npm|[chai](http://chaijs.com)|6.501707542035509e-05| -|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.500124057970843e-05| -|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.500073165249698e-05| -|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.493144716782139e-05| -|pypi|[paramiko](https://paramiko.org)|6.493115664168323e-05| -|cran|boot|6.487078694296475e-05| -|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.465416406737368e-05| -|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.450956917080982e-05| -|pypi|[pynvml](http://www.nvidia.com/)|6.448417030567686e-05| -|cran|asciicast|6.445376124047035e-05| -|pypi|[pygame](https://www.pygame.org)|6.430337751200727e-05| -|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.427078931304878e-05| -|rubygems|[github-pages](https://github.com/github/pages-gem)|6.42467248908297e-05| -|cran|[performance](https://easystats.github.io/performance/)|6.413453528228019e-05| -|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|6.404657933042213e-05| -|pypi|[asdf-coordinates-schemas](https://github.com/asdf-format/asdf-coordinates-schemas)|6.404442604514799e-05| -|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.39405132950765e-05| -|pypi|[hydra-core](https://pypi.org/project/hydra-core)|6.393353246080623e-05| -|pypi|[omegaconf](https://pypi.org/project/omegaconf)|6.36858884523295e-05| -|cran|[qs](https://github.com/traversc/qs)|6.366438541482675e-05| -|pypi|[asdf-wcs-schemas](https://github.com/spacetelescope/asdf-wcs-schemas)|6.364024473246503e-05| -|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.353226378763005e-05| -|cran|[gh](https://gh.r-lib.org/)|6.346770615919409e-05| -|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.341078246601676e-05| -|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.336879095333577e-05| -|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.332225941839802e-05| -|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.329368489133385e-05| -|npm|[cytoscape](http://js.cytoscape.org)|6.32836868371803e-05| -|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.294267159924835e-05| -|cran|later|6.290214615628146e-05| -|pypi|[pip-run](https://pypi.org/project/pip-run)|6.28477971353189e-05| -|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.282056318999205e-05| -|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.270786415060621e-05| -|pypi|[primer3-py](https://pypi.org/project/primer3-py)|6.267331782105633e-05| -|cran|[jpeg](http://www.rforge.net/jpeg/)|6.253243850052508e-05| -|pypi|[glob2](http://github.com/miracle2k/python-glob2/)|6.252947598253275e-05| -|npm|[pg](https://github.com/brianc/node-postgres)|6.238303181534623e-05| -|pypi|[pytest-virtualenv](https://pypi.org/project/pytest-virtualenv)|6.229866974310518e-05| -|cran|[showtext](https://github.com/yixuan/showtext)|6.190893293356131e-05| -|pypi|[cvxopt](http://cvxopt.org)|6.188786650031192e-05| -|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.180760410530765e-05| -|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.180760410530765e-05| -|pypi|[celery](https://pypi.org/project/celery)|6.179663117562785e-05| -|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.163507209201803e-05| -|spack|[jpeg](http://www.ijg.org)|6.161719634731856e-05| -|pypi|[rich-click](https://pypi.org/project/rich-click)|6.139246290812471e-05| -|cran|[webp](https://github.com/jeroen/webp#readme)|6.135975522066649e-05| -|cran|[V8](https://github.com/jeroen/v8)|6.12728545661667e-05| -|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.124639538638661e-05| -|spack|libx11|6.111480662376463e-05| -|cran|[cowplot](https://wilkelab.org/cowplot/)|6.092028775290714e-05| -|pypi|[pyface](http://docs.enthought.com/pyface)|6.091530203784571e-05| -|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.0821156645392464e-05| -|cran|[spatstat.random](http://spatstat.org/)|6.076990839246445e-05| -|cran|[rvest](http://rvest.tidyverse.org/)|6.05745142333737e-05| -|pypi|[Shapely](https://github.com/shapely/shapely)|6.051432769685142e-05| -|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.047255146600125e-05| -|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0463553913335576e-05| -|pypi|[mne](https://mne.tools/dev/)|6.022727224077405e-05| -|pypi|[PyEscape](https://github.com/qaviton/escape)|6.0043668122270746e-05| -|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|6.0043668122270746e-05| -|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|6.0043668122270746e-05| -|pypi|[python-copasi](http://copasi.org)|6.0043668122270746e-05| -|pypi|[gnuplot](https://github.com/gnuplot)|6.0043668122270746e-05| -|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|6.0043668122270746e-05| -|pypi|[clawpack](http://www.clawpack.org)|6.0043668122270746e-05| -|pypi|[PuLP](https://github.com/coin-or/pulp)|6.0043668122270746e-05| -|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|6.0043668122270746e-05| -|pypi|[mc3](https://github.com/pcubillos/mc3)|6.0043668122270746e-05| -|pypi|[ripser](https://ripser.scikit-tda.org)|6.0043668122270746e-05| -|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|6.0043668122270746e-05| -|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|6.0043668122270746e-05| -|pypi|[Numpy](https://www.numpy.org)|6.0043668122270746e-05| -|pypi|[Matplotlib](https://matplotlib.org)|6.0043668122270746e-05| -|pypi|[NumExpr](https://github.com/pydata/numexpr)|6.0043668122270746e-05| -|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|6.0043668122270746e-05| -|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|6.0043668122270746e-05| -|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|6.0043668122270746e-05| -|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|6.0043668122270746e-05| -|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|6.0043668122270746e-05| -|pypi|[pyYAML](https://pyyaml.org/)|6.0043668122270746e-05| -|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|6.0043668122270746e-05| -|pypi|[nnde](https://github.com/elwinter/nnde)|6.0043668122270746e-05| -|pypi|[gpytorch](https://gpytorch.ai)|6.0043668122270746e-05| -|pypi|[tartiflette](https://tartiflette.io)|6.0043668122270746e-05| -|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|6.0043668122270746e-05| -|pypi|[jsonify](https://pypi.org/project/jsonify)|6.0043668122270746e-05| -|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|6.0043668122270746e-05| -|pypi|[coplot](https://pypi.org/project/coplot)|6.0043668122270746e-05| -|pypi|[stginga](https://github.com/spacetelescope/stginga)|6.0043668122270746e-05| -|spack|pythonextensions|6.0043668122270746e-05| -|spack|qt5|6.0043668122270746e-05| -|cran|[taxa](https://docs.ropensci.org/taxa/)|6.0043668122270746e-05| -|cran|[vegdata](http://germansl.infinitenature.org)|6.0043668122270746e-05| -|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|6.003766375545852e-05| -|spack|[hdf5](https://portal.hdfgroup.org)|5.997356203527343e-05| -|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|5.9695357541265844e-05| -|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.952212990428605e-05| -|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.952212990428605e-05| -|pypi|[odfpy](https://pypi.org/project/odfpy)|5.952212990428605e-05| -|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.9443231441048035e-05| -|cran|js|5.9443231441048035e-05| -|npm|loose-envify|5.9443231441048035e-05| -|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.942150306698438e-05| -|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.925040279110221e-05| -|pypi|[pybtex-docutils](https://github.com/mcmtroffaes/pybtex-docutils)|5.91939642814322e-05| -|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.909084070309346e-05| -|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.9030592114961245e-05| -|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.8940069254912665e-05| -|pypi|[mercurial](https://mercurial-scm.org/)|5.8940069254912665e-05| -|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.892967115553823e-05| -|pypi|[radvel](https://pypi.org/project/radvel)|5.887138698274069e-05| -|cran|rsconnect|5.8795783827792306e-05| -|pypi|[Mako](https://pypi.org/project/Mako)|5.867134480330442e-05| -|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.862931532623126e-05| -|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.8484092326887087e-05| -|pypi|[cupy](https://pypi.org/project/cupy)|5.843492806681008e-05| -|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.839956598589793e-05| -|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.829537762131872e-05| -|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.808665780424966e-05| -|spack|freetype|5.7916089048503826e-05| -|pypi|[libcst](https://pypi.org/project/libcst)|5.789086854875471e-05| -|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.789086854875471e-05| -|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.773429627141418e-05| -|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.773429627141418e-05| -|pypi|[blosc](http://github.com/blosc/python-blosc)|5.773134813713649e-05| -|spack|libtiff|5.75930067889474e-05| -|npm|[requirejs](http://github.com/jrburke/r.js)|5.751736377705264e-05| -|pypi|[towncrier](https://pypi.org/project/towncrier)|5.748245921614068e-05| -|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.7311968468375225e-05| -|pypi|[xxhash](https://pypi.org/project/xxhash)|5.679235934986826e-05| -|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6729184875423555e-05| -|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6729184875423555e-05| -|cran|[getPass](https://github.com/wrathematics/getPass)|5.662658522671309e-05| -|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.6549223874264094e-05| -|pypi|[texttable](https://pypi.org/project/texttable)|5.636707874638426e-05| -|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.633346933741853e-05| -|cran|[whisker](http://github.com/edwindj/whisker)|5.62532574774315e-05| -|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.616721412125729e-05| -|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.6143207431264745e-05| -|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.6040756914119366e-05| -|pypi|[webcolors](https://pypi.org/project/webcolors)|5.601051884986302e-05| -|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.5970591467488195e-05| -|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.58915222485306e-05| -|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.572558830718609e-05| -|npm|[pako](https://github.com/nodeca/pako#readme)|5.5583281347473496e-05| -|pypi|[fbs](https://build-system.fman.io)|5.542492442055761e-05| -|pypi|[bidict](https://bidict.readthedocs.io)|5.542492442055761e-05| -|pypi|[osmnx](https://pypi.org/project/osmnx)|5.527770196506551e-05| -|cran|[gifski](https://gif.ski/)|5.5269613740836977e-05| -|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.524814398173042e-05| -|pypi|[prospector](https://pypi.org/project/prospector)|5.518364019265936e-05| -|pypi|[tbb](https://pypi.org/project/tbb)|5.518120321272614e-05| -|cran|[nleqslv](NA)|5.5155581130208445e-05| -|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.5142338993845176e-05| -|pypi|[py4j](https://pypi.org/project/py4j)|5.5111287512054795e-05| -|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.508402564157721e-05| -|npm|[moment](https://momentjs.com)|5.504284815412562e-05| -|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.5040029112081515e-05| -|cran|[katex](https://docs.ropensci.org/katex/)|5.500185984431349e-05| -|pypi|[gwcs](https://github.com/spacetelescope/gwcs)|5.495140620939496e-05| -|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.4915881119744934e-05| -|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|5.4877707474093364e-05| -|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.470930003826533e-05| -|pypi|[bibtexparser](https://github.com/sciunto-org/python-bibtexparser)|5.465416061698475e-05| -|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.4640301073402156e-05| -|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.44038521522146e-05| -|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.432075600436681e-05| -|pypi|[mkdocs](https://www.mkdocs.org)|5.406305176203771e-05| -|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.403930131004367e-05| -|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.402098255745026e-05| -|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.398697378265723e-05| -|npm|[react-images](https://jossmac.github.io/react-images/)|5.3892255592193215e-05| -|pypi|[pynacl](https://pypi.org/project/pynacl)|5.3812181644602916e-05| -|pypi|[IPython](https://ipython.org)|5.3809788572785595e-05| -|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3795309134810146e-05| -|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3795309134810146e-05| -|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3795309134810146e-05| -|pypi|[nvidia-cufft-cu11](https://developer.nvidia.com/cuda-zone)|5.3499396456846665e-05| -|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.3370676780566856e-05| -|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.3038573508005825e-05| -|cran|egg|5.3017337566790524e-05| -|cran|[s2](https://r-spatial.github.io/s2/)|5.295913746407719e-05| -|pypi|[pynndescent](https://pypi.org/project/pynndescent)|5.295468723416322e-05| -|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.292202347701279e-05| -|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.292202347701279e-05| -|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.290397158152385e-05| -|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.289561239342899e-05| -|cran|[lavaan](https://lavaan.ugent.be)|5.2861900772483134e-05| -|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.283776812706944e-05| -|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.273865538573508e-05| -|cran|tufte|5.272381799343606e-05| -|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.266687461010605e-05| -|cran|fastmap|5.2574711451056456e-05| -|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.248494506268488e-05| -|cran|selectr|5.244511669296539e-05| -|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.241639698065145e-05| -|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.239187534099621e-05| -|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.23666562694947e-05| -|pypi|[curio](https://pypi.org/project/curio)|5.2252446391902663e-05| -|spack|[gmp](https://gmplib.org)|5.206068730821006e-05| -|spack|double-conversion|5.204694671263699e-05| -|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.203735431425501e-05| -|cran|[progress](https://github.com/r-lib/progress#readme)|5.1986015101879925e-05| -|pypi|[whoosh](https://pypi.org/project/whoosh)|5.196866210366433e-05| -|pypi|[asteval](https://github.com/newville/asteval)|5.195149825606593e-05| -|pypi|[grpcio-tools](https://grpc.io)|5.1906358174459636e-05| -|pypi|[pydevtool](https://pypi.org/project/pydevtool)|5.1895356863825895e-05| -|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.189163498146386e-05| -|pypi|[feets](https://github.com/carpyncho/feets)|5.171225005745805e-05| -|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.146600124766064e-05| -|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.146600124766064e-05| -|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.146600124766064e-05| -|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.146600124766064e-05| -|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.146600124766064e-05| -|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.146600124766064e-05| -|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.146600124766064e-05| -|pypi|[dustpy](https://github.com/stammler/dustpy)|5.146600124766064e-05| -|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.146600124766064e-05| -|pypi|[ncls](https://github.com/endrebak/ncls)|5.146600124766064e-05| -|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.146600124766064e-05| -|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.146600124766064e-05| -|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.146600124766064e-05| -|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.146600124766064e-05| -|pypi|[msgpack-python](http://msgpack.org/)|5.146600124766064e-05| -|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.146600124766064e-05| -|pypi|[libstempo](https://github.com/vallis/libstempo)|5.146600124766064e-05| -|pypi|[cppyy](http://cppyy.readthedocs.org)|5.146600124766064e-05| -|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.146600124766064e-05| -|pypi|[mdtraj](http://mdtraj.org)|5.146600124766064e-05| -|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.146600124766064e-05| -|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.146600124766064e-05| -|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.146600124766064e-05| -|pypi|[noise](https://github.com/caseman/noise)|5.146600124766064e-05| -|pypi|[STAR](https://github.com/dbrgn/star)|5.146600124766064e-05| -|pypi|[fastqc](https://github.com/fastqc)|5.146600124766064e-05| -|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.146600124766064e-05| -|pypi|[easydev](http://github.com/cokelaer/easydev)|5.146600124766064e-05| -|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.146600124766064e-05| -|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.146600124766064e-05| -|pypi|[pony](https://ponyorm.com)|5.146600124766064e-05| -|pypi|[cykhash](https://github.com/realead/cykhash)|5.146600124766064e-05| -|spack|yaml|5.146600124766064e-05| -|spack|effpotential|5.146600124766064e-05| -|spack|rigidbodykinematics|5.146600124766064e-05| -|spack|sbgatcore|5.146600124766064e-05| -|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.146600124766064e-05| -|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.146600124766064e-05| -|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.146600124766064e-05| -|npm|[filepond](https://pqina.nl/filepond/)|5.146600124766064e-05| -|cran|pbkrtest|5.1424306804538766e-05| -|cran|[formatR](https://github.com/yihui/formatR)|5.1416460225552665e-05| -|npm|[tslib](https://www.typescriptlang.org/)|5.137443117129515e-05| -|pypi|[pympler](https://pypi.org/project/pympler)|5.1223858717237556e-05| -|npm|[d3-array](https://d3js.org/d3-array/)|5.112742748606526e-05| -|npm|[d3-scale](https://d3js.org/d3-scale/)|5.112742748606526e-05| -|cran|[car](https://r-forge.r-project.org/projects/car/)|5.1115137848210265e-05| -|pypi|[geojson](https://pypi.org/project/geojson)|5.0988868527760454e-05| -|spack|cpio|5.095134123518403e-05| -|npm|[typescript](https://www.typescriptlang.org/)|5.092184757893236e-05| -|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.086501013352342e-05| -|spack|fontconfig|5.0684200522457855e-05| -|cran|styler|5.06794126262401e-05| -|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.064397483884384e-05| -|cran|coda|5.061622939974675e-05| -|pypi|[types-colorama](https://github.com/python/typeshed)|5.0611665626949474e-05| -|cran|combinat|5.059611394396376e-05| -|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.056548962954522e-05| -|pypi|[sphinxcontrib-napoleon](https://sphinxcontrib-napoleon.readthedocs.io)|5.0543914696869314e-05| -|npm|[d3-brush](https://d3js.org/d3-brush/)|5.0526990804842546e-05| -|npm|[d3-format](https://d3js.org/d3-format/)|5.0526990804842546e-05| -|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.0417513951764904e-05| -|pypi|[freesasa](http://freesasa.github.io/)|5.0333974948287745e-05| -|npm|eslint-plugin-import|5.030985673048859e-05| -|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.029943855271366e-05| -|pypi|[contextvars](https://pypi.org/project/contextvars)|5.008295109986931e-05| -|cran|webshot|5.0012663171690924e-05| -|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.996928639338672e-05| -|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.992861941551898e-05| -|pypi|[h11](https://pypi.org/project/h11)|4.991257427160141e-05| -|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.9709859205688376e-05| -|pypi|[colour](https://pypi.org/project/colour)|4.968049216928785e-05| -|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.9511348421151164e-05| -|npm|[rc-slider](http://github.com/react-component/slider/)|4.950969125871447e-05| -|pypi|[khmer](https://khmer.readthedocs.io/)|4.9493137866500316e-05| -|pypi|[coveralls](http://github.com/TheKevJames/coveralls-python)|4.944830856143264e-05| -|cran|WRS2|4.9445930573569765e-05| -|rubygems|[rouge](http://rouge.jneen.net/)|4.92744877768247e-05| -|cran|e1071|4.924812900166129e-05| -|cran|flashClust|4.91643874971271e-05| -|cran|[odbc](https://github.com/r-dbi/odbc)|4.905270758068417e-05| -|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.898299241553666e-05| -|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.898299241553666e-05| -|pypi|[nvidia-cudnn-cu11](https://developer.nvidia.com/cuda-zone)|4.897807881406903e-05| -|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.875883964656448e-05| -|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|4.870009436380673e-05| -|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.858208558399728e-05| -|cran|[stars](https://r-spatial.github.io/stars/)|4.8555710720661196e-05| -|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.8545741050237616e-05| -|pypi|[pip-api](https://pypi.org/project/pip-api)|4.846179180734656e-05| -|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.846179180734656e-05| -|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.846179180734656e-05| -|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|4.839446536404963e-05| -|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.818972493206405e-05| -|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.803943974928165e-05| -|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.7947541363416586e-05| -|pypi|[path](https://pypi.org/project/path)|4.794381785158366e-05| -|npm|[ws](https://github.com/websockets/ws)|4.7881287522901874e-05| -|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7867543567435374e-05| -|pypi|[configparser](https://pypi.org/project/configparser)|4.7799407261080295e-05| -|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.777356114694682e-05| -|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|4.7661221969342304e-05| -|pypi|[pockets](https://pypi.org/project/pockets)|4.745780955558349e-05| -|pypi|[nrel-pysam](https://nrel-pysam.readthedocs.io)|4.725490291640674e-05| -|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.716229985443959e-05| -|pypi|[gevent](https://pypi.org/project/gevent)|4.706274219064589e-05| -|pypi|[chevron](https://github.com/noahmorrison/chevron)|4.692278500247933e-05| -|pypi|[cytoolz](https://github.com/pytoolz/cytoolz)|4.685248112513396e-05| -|pypi|[pycairo](https://pypi.org/project/pycairo)|4.675781520759686e-05| -|pypi|[covdefaults](https://github.com/asottile/covdefaults)|4.669558073695206e-05| -|cran|[party](http://party.R-forge.R-project.org)|4.661128268783718e-05| -|cran|[lazyeval](NA)|4.658904831552339e-05| -|pypi|[wandb](https://github.com/wandb/client)|4.655263891716359e-05| -|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6533842794759827e-05| -|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.634949819964759e-05| -|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.633276524661011e-05| -|cran|[caret](https://github.com/topepo/caret/)|4.6276053663403564e-05| -|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.6158938462414625e-05| -|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.613355167394469e-05| -|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.6059036674584946e-05| -|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.6056702804813445e-05| -|pypi|[types-protobuf](https://github.com/python/typeshed)|4.60536821584529e-05| -|pypi|[clang-format](http://clang.llvm.org/)|4.60536821584529e-05| -|spack|[llvm](https://llvm.org/)|4.6030172917966294e-05| -|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.602554149030655e-05| -|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.593340611353712e-05| -|npm|[semver](https://github.com/npm/node-semver#readme)|4.59221642302399e-05| -|pypi|[pymongo](https://pypi.org/project/pymongo)|4.5911298782673314e-05| -|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.589010539133356e-05| -|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.572556264696003e-05| -|pypi|[pycbc](http://www.pycbc.org/)|4.5670782198404824e-05| -|pypi|[zstandard](https://github.com/indygreg/python-zstandard)|4.5652748221705225e-05| -|pypi|[wasabi](https://ines.io)|4.5623911193976154e-05| -|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.5601338522878314e-05| -|pypi|[math](https://pypi.org/project/math)|4.5547411104179666e-05| -|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.533903868147865e-05| -|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.532314027706431e-05| -|cran|gee|4.5242708940754346e-05| -|pypi|[zict](https://pypi.org/project/zict)|4.511497971552419e-05| -|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.503275109170306e-05| -|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.503275109170306e-05| -|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.503275109170306e-05| -|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.503275109170306e-05| -|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.503275109170306e-05| -|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.503275109170306e-05| -|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.503275109170306e-05| -|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.503275109170306e-05| -|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.503275109170306e-05| -|pypi|[gemmi](https://project-gemmi.github.io/)|4.503275109170306e-05| -|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.503275109170306e-05| -|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.503275109170306e-05| -|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.503275109170306e-05| -|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.503275109170306e-05| -|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.503275109170306e-05| -|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.503275109170306e-05| -|pypi|[gputil](https://github.com/anderskm/gputil)|4.503275109170306e-05| -|pypi|[sbpy](https://sbpy.org)|4.503275109170306e-05| -|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.503275109170306e-05| -|pypi|[Psycopg2](https://psycopg.org/)|4.503275109170306e-05| -|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.503275109170306e-05| -|pypi|[structlog](https://www.structlog.org/)|4.503275109170306e-05| -|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.503275109170306e-05| -|pypi|[trippy](https://github.com/fraserw/trippy)|4.503275109170306e-05| -|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.503275109170306e-05| -|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.503275109170306e-05| -|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.503275109170306e-05| -|pypi|[pygedm](https://github.com/frbs/pygedm)|4.503275109170306e-05| -|pypi|[types](https://www.pytosquatting.org)|4.503275109170306e-05| -|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.503275109170306e-05| -|pypi|[imexam](http://imexam.readthedocs.io/)|4.503275109170306e-05| -|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.503275109170306e-05| -|spack|libpeyton|4.503275109170306e-05| -|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.503275109170306e-05| -|npm|[web-worker](https://github.com/developit/web-worker)|4.503275109170306e-05| -|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.503275109170306e-05| -|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.503275109170306e-05| -|npm|[fflate](https://101arrowz.github.io/fflate)|4.503275109170306e-05| -|pypi|[transforms3d](http://github.com/matthew-brett/transforms3d)|4.4977412390594214e-05| -|pypi|[bz2file](https://pypi.org/project/bz2file)|4.4963469936177364e-05| -|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.488264192139738e-05| -|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.469415897823161e-05| -|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.469415897823161e-05| -|pypi|[cramjam](https://pypi.org/project/cramjam)|4.46480746327908e-05| -|pypi|[boto](https://github.com/boto/boto/)|4.458242358078603e-05| -|pypi|[args](https://github.com/kennethreitz/args)|4.458242358078603e-05| -|pypi|[anyio](https://pypi.org/project/anyio)|4.4528884884115205e-05| -|npm|react-router-dom|4.445799809236496e-05| -|cran|[gplots](https://github.com/talgalili/gplots)|4.4416975264650217e-05| -|rubygems|[jekyll](https://jekyllrb.com)|4.4271165068101484e-05| -|pypi|[yapf](https://pypi.org/project/yapf)|4.414090535337775e-05| -|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.4132096069868996e-05| -|spack|gtkplus|4.402316842783876e-05| -|pypi|[sos](https://github.com/vatlab/SoS)|4.4004539186393925e-05| -|pypi|[pyglet](https://pypi.org/project/pyglet)|4.399807002495321e-05| -|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.386548821486513e-05| -|spack|libsm|4.384578870840232e-05| -|spack|libxext|4.384578870840232e-05| -|npm|cross-env|4.374993405504049e-05| -|pypi|[backoff](https://github.com/litl/backoff)|4.3738340952510915e-05| -|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3636062241070425e-05| -|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.3631732168850074e-05| -|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.3631732168850074e-05| -|npm|[ava](https://avajs.dev)|4.3486342914727196e-05| -|spack|glib|4.343071097161569e-05| -|pypi|[xlwt](https://pypi.org/project/xlwt)|4.341871582644521e-05| -|pypi|[spectres](https://spectres.readthedocs.io)|4.3335104131676187e-05| -|cran|statnet.common|4.3307414668924344e-05| -|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.3090934892135694e-05| -|pypi|[vine](https://pypi.org/project/vine)|4.306902122606152e-05| -|pypi|[dpath](https://www.github.com/akesterson/dpath-python)|4.30442919525889e-05| -|pypi|[sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild)|4.296090611804107e-05| -|pypi|[zope.event](https://pypi.org/project/zope.event)|4.2749678087560176e-05| -|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.2654604844034146e-05| -|spack|harfbuzz|4.238847956320994e-05| -|pypi|[sniffio](https://pypi.org/project/sniffio)|4.2353311123326123e-05| -|cran|[taxize](https://docs.ropensci.org/taxize/)|4.234937097109588e-05| -|cran|[targets](https://docs.ropensci.org/targets/)|4.233134141111828e-05| -|pypi|[pyobjc](https://pypi.org/project/pyobjc)|4.2270395845878307e-05| -|cran|shape|4.224605026546353e-05| -|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.211273270512526e-05| -|npm|[mongoose](https://mongoosejs.com)|4.208093292087022e-05| -|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|4.204959195713718e-05| -|cran|[classInt](https://r-spatial.github.io/classInt/)|4.203946697591629e-05| -|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.1970524017467256e-05| -|pypi|[segments](https://github.com/cldf/segments)|4.1970524017467256e-05| -|pypi|[requests-file](http://github.com/dashea/requests-file)|4.188045851528384e-05| -|npm|[prop-types](https://facebook.github.io/react/)|4.183559603626736e-05| -|spack|libmng|4.179602210698687e-05| -|spack|inputproto|4.179602210698687e-05| -|spack|dbus|4.179602210698687e-05| -|spack|assimp|4.179602210698687e-05| -|spack|gperf|4.179602210698687e-05| -|spack|libdrm|4.179602210698687e-05| -|spack|libxcomposite|4.179602210698687e-05| -|spack|libxcursor|4.179602210698687e-05| -|spack|libxi|4.179602210698687e-05| -|spack|libxtst|4.179602210698687e-05| -|spack|libxrandr|4.179602210698687e-05| -|spack|libxdamage|4.179602210698687e-05| -|spack|libxcb|4.179602210698687e-05| -|spack|libxkbcommon|4.179602210698687e-05| -|spack|xcb-util-image|4.179602210698687e-05| -|spack|xcb-util-keysyms|4.179602210698687e-05| -|spack|xcb-util-renderutil|4.179602210698687e-05| -|spack|xcb-util-wm|4.179602210698687e-05| -|spack|libxrender|4.179602210698687e-05| -|pypi|[distlib](https://pypi.org/project/distlib)|4.167264362290304e-05| -|pypi|[fastrlock](https://github.com/scoder/fastrlock)|4.153796996485249e-05| -|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.1320134503977594e-05| -|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1297063967767506e-05| -|spack|libxcrypt|4.1245992322167324e-05| -|npm|[esm](https://github.com/standard-things/esm#readme)|4.119851361297954e-05| -|cran|[qpdf](https://github.com/ropensci/qpdf)|4.112818519733221e-05| -|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.102796552478144e-05| -|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.093886462882097e-05| -|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.092976710334789e-05| -|spack|llvm-openmp|4.090260449157829e-05| -|pypi|[tablib](https://pypi.org/project/tablib)|4.0867221615720526e-05| -|pypi|[uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/)|4.07923974256467e-05| -|cran|[plotly](https://plotly-r.com)|4.0747414384742965e-05| -|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.0743917654398005e-05| -|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.068777601035617e-05| -|pypi|[astropy-healpix](https://github.com/astropy/astropy-healpix)|4.0630066335756904e-05| -|rubygems|[rubocop](https://rubocop.org/)|4.0572424121659515e-05| -|pypi|[overrides](https://github.com/mkorpela/overrides)|4.035662299854439e-05| -|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.032519075066598e-05| -|rubygems|[pry](http://pry.github.io)|4.020840038116775e-05| -|spack|yacc|4.0151872169030894e-05| -|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|4.013072782945691e-05| -|pypi|[fiona](http://github.com/Toblerity/Fiona)|4.010999249737404e-05| -|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|4.010746466960986e-05| -|pypi|[html2text](https://github.com/Alir3z4/html2text/)|4.002911208151383e-05| -|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|4.002911208151383e-05| -|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|4.002911208151383e-05| -|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|4.002911208151383e-05| -|pypi|[lda](https://pypi.org/project/lda)|4.002911208151383e-05| -|pypi|[fseval](https://github.com/dunnkers/fseval)|4.002911208151383e-05| -|pypi|[hjson](http://github.com/hjson/hjson-py)|4.002911208151383e-05| -|pypi|[hitran-api](https://pypi.org/project/hitran-api)|4.002911208151383e-05| -|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|4.002911208151383e-05| -|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|4.002911208151383e-05| -|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|4.002911208151383e-05| -|pypi|[tmm](http://pypi.python.org/pypi/tmm)|4.002911208151383e-05| -|pypi|[precession](https://github.com/dgerosa/precession/)|4.002911208151383e-05| -|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|4.002911208151383e-05| -|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|4.002911208151383e-05| -|pypi|[sick](http://www.github.com/andycasey/sick/)|4.002911208151383e-05| -|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|4.002911208151383e-05| -|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|4.002911208151383e-05| -|pypi|[taxopy](https://github.com/apcamargo/taxopy)|4.002911208151383e-05| -|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|4.002911208151383e-05| -|pypi|[pygobject](https://pygobject.readthedocs.io)|4.002911208151383e-05| -|pypi|[genicam](https://www.emva.org)|4.002911208151383e-05| -|pypi|[pwkit](https://github.com/pkgw/pwkit/)|4.002911208151383e-05| -|pypi|[activegit](http://github.com/caseyjlaw/activegit)|4.002911208151383e-05| -|pypi|[metapredict](https://github.com/idptools/metapredict.git)|4.002911208151383e-05| -|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|4.002911208151383e-05| -|pypi|[protfasta](https://pypi.org/project/protfasta)|4.002911208151383e-05| -|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|4.002911208151383e-05| -|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|4.002911208151383e-05| -|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|4.002911208151383e-05| -|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|4.002911208151383e-05| -|pypi|[portalocker](https://github.com/WoLpH/portalocker)|4.002911208151383e-05| -|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|4.002911208151383e-05| -|pypi|[tensorly-viz](https://tensorly.org/viz)|4.002911208151383e-05| -|pypi|[treegp](https://github.com/PFLeget/treegp)|4.002911208151383e-05| -|pypi|[dotmap](https://github.com/drgrib/dotmap)|4.002911208151383e-05| -|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|4.002911208151383e-05| -|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|4.002911208151383e-05| -|spack|fftw3|4.002911208151383e-05| -|cran|txtplot|4.002911208151383e-05| -|cran|[LaF](https://github.com/djvanderlaan/LaF)|4.002911208151383e-05| -|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|4.002911208151383e-05| -|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|4.002911208151383e-05| -|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|4.002911208151383e-05| -|npm|[apexcharts](https://apexcharts.com)|4.002911208151383e-05| -|npm|[idb](https://github.com/jakearchibald/idb#readme)|4.002911208151383e-05| -|npm|[lodash.debounce](https://lodash.com/)|4.002911208151383e-05| -|npm|[nanoid](https://github.com/ai/nanoid#readme)|4.002911208151383e-05| -|npm|vue-apexcharts|4.002911208151383e-05| -|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|4.002911208151383e-05| -|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.982712648440271e-05| -|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.979670138081576e-05| -|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.975690697130381e-05| -|npm|rollup-plugin-json|3.974370042776936e-05| -|pypi|[casadi](http://casadi.org)|3.968950361579756e-05| -|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.9628820960698694e-05| -|cran|codemetar|3.962882096069869e-05| -|pypi|[unidecode](https://pypi.org/project/unidecode)|3.958923172896972e-05| -|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.952974890829694e-05| -|cran|[tmap](https://github.com/mtennekes/tmap)|3.95252502559076e-05| -|cran|see|3.942626537221991e-05| -|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.935247131730449e-05| -|cran|[effectsize](https://easystats.github.io/effectsize/)|3.9349114563774434e-05| -|pypi|[ply](http://www.dabeaz.com/ply/)|3.921752524692595e-05| -|cran|[psych](https://personality-project.org/r/psych/)|3.916369825332455e-05| -|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.907603798433493e-05| -|cran|[checkmate](https://github.com/mllg/checkmate)|3.902313981664142e-05| -|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.898315171994662e-05| -|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.89757143951582e-05| -|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8954507473967084e-05| -|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.888971234395673e-05| -|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.8883111293728106e-05| -|pypi|[wslink](https://pypi.org/project/wslink)|3.8875862573547965e-05| -|pypi|[pytabix](https://github.com/slowkow/pytabix)|3.8714723326598456e-05| -|pypi|[bwapy](https://github.com/ACEnglish/bwapy)|3.8714723326598456e-05| -|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.869541484716157e-05| -|pypi|[Brotli](https://pypi.org/project/Brotli)|3.866011651155047e-05| -|cran|highr|3.851453747652532e-05| -|npm|[xo](https://github.com/xojs/xo#readme)|3.848596396780076e-05| -|npm|[nodemon](https://nodemon.io)|3.8481002421999605e-05| -|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.840782724364698e-05| -|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.8388256562724935e-05| -|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8346995867124146e-05| -|npm|[testcafe](https://testcafe.io/)|3.8346674204616345e-05| -|pypi|[rdflib](https://pypi.org/project/rdflib)|3.823921066136168e-05| -|cran|pool|3.8195711890343044e-05| -|pypi|[yarl](https://pypi.org/project/yarl)|3.8177281402869625e-05| -|npm|[jquery](https://jquery.com)|3.814749313652525e-05| -|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.8020528197095754e-05| -|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.796504280054273e-05| -|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.791254074337248e-05| -|pypi|[pydap](https://pypi.org/project/pydap)|3.791254074337248e-05| -|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.791254074337248e-05| -|pypi|[numbagg](https://pypi.org/project/numbagg)|3.791254074337248e-05| -|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.789769182782283e-05| -|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.787673021344318e-05| -|cran|tikzDevice|3.7839234815836326e-05| -|npm|gh-pages|3.77908547414657e-05| -|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.776902682470368e-05| -|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.748678587631249e-05| -|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7471785834253085e-05| -|pypi|[CoolProp](http://www.coolprop.org)|3.726460152838428e-05| -|rubygems|[coderay](http://coderay.rubychan.de)|3.7147476746724884e-05| -|cran|JuliaCall|3.707057234030553e-05| -|pypi|[chex](https://pypi.org/project/chex)|3.689485831387786e-05| -|cran|gamm4|3.6871477951830125e-05| -|cran|[zip](https://github.com/r-lib/zip#readme)|3.670717427445549e-05| -|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.665731886570425e-05| -|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.6586446951766455e-05| -|pypi|[torchvision](https://github.com/pytorch/vision)|3.6516693302364046e-05| -|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.6496065352295025e-05| -|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.642649199417759e-05| -|pypi|[spglib](http://spglib.github.io/spglib/)|3.634160672312445e-05| -|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.621224395615996e-05| -|npm|[colors](https://github.com/Marak/colors.js)|3.6158268351008524e-05| -|pypi|[jaxopt](https://github.com/google/jaxopt)|3.614532517442851e-05| -|pypi|[asciitree](https://pypi.org/project/asciitree)|3.613800361979033e-05| -|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.6130374496487296e-05| -|cran|[gert](https://docs.ropensci.org/gert/)|3.609857732745931e-05| -|pypi|[Cerberus](http://docs.python-cerberus.org)|3.602620087336245e-05| -|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.602620087336245e-05| -|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.602620087336245e-05| -|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.602620087336245e-05| -|pypi|[urepr](https://github.com/j-faria/urepr)|3.602620087336245e-05| -|pypi|[2to3](https://pypi.org/project/2to3)|3.602620087336245e-05| -|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.602620087336245e-05| -|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.602620087336245e-05| -|pypi|[pykeops](http://www.kernel-operations.io/)|3.602620087336245e-05| -|pypi|[keopscore](http://www.kernel-operations.io/)|3.602620087336245e-05| -|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.602620087336245e-05| -|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.602620087336245e-05| -|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.602620087336245e-05| -|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.602620087336245e-05| -|pypi|[pywfa](https://pypi.org/project/pywfa)|3.602620087336245e-05| -|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.602620087336245e-05| -|pypi|[astLib](https://astlib.readthedocs.io)|3.602620087336245e-05| -|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.602620087336245e-05| -|pypi|[disksurf](https://github.com/richteague/disksurf)|3.602620087336245e-05| -|pypi|[gofish](https://github.com/richteague/gofish)|3.602620087336245e-05| -|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.602620087336245e-05| -|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.602620087336245e-05| -|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.602620087336245e-05| -|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.602620087336245e-05| -|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.602620087336245e-05| -|pypi|[caput](https://github.com/eykd/caput)|3.602620087336245e-05| -|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.602620087336245e-05| -|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.602620087336245e-05| -|pypi|[simpleitk](http://simpleitk.org/)|3.602620087336245e-05| -|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.602620087336245e-05| -|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.602620087336245e-05| -|spack|cppuddle|3.602620087336245e-05| -|spack|hpxkokkos|3.602620087336245e-05| -|spack|edlib|3.602620087336245e-05| -|spack|spoa|3.602620087336245e-05| -|spack|thread_pool|3.602620087336245e-05| -|spack|rampler|3.602620087336245e-05| -|spack|cudapoa|3.602620087336245e-05| -|spack|cudaaligner|3.602620087336245e-05| -|npm|[auspice](https://www.npmjs.com/package/auspice)|3.602620087336245e-05| -|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.602620087336245e-05| -|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.602620087336245e-05| -|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.6003475338949714e-05| -|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.6000344748333716e-05| -|pypi|[optlang](https://github.com/opencobra/optlang)|3.6000344748333716e-05| -|pypi|[kombu](https://pypi.org/project/kombu)|3.5851336505271096e-05| -|pypi|[ray](https://github.com/ray-project/ray)|3.572531544648065e-05| -|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.571828462658157e-05| -|pypi|[cymem](https://github.com/explosion/cymem)|3.5716705953801474e-05| -|pypi|[murmurhash](https://github.com/explosion/murmurhash)|3.5716705953801474e-05| -|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.566593886462882e-05| -|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.566593886462882e-05| -|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.566593886462882e-05| -|spack|virtest|3.566593886462882e-05| -|npm|[rxjs](https://rxjs.dev)|3.5501226448148594e-05| -|npm|prettier|3.548366381912697e-05| -|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.533670420592967e-05| -|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5323930486912e-05| -|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.527524251371542e-05| -|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.508866401755338e-05| -|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.5060687542843086e-05| -|pypi|[pathos](https://pypi.org/project/pathos)|3.5033107637739015e-05| -|pypi|[jdcal](https://pypi.org/project/jdcal)|3.500272925764192e-05| -|cran|class|3.499604103272145e-05| -|npm|husky|3.4975587837890686e-05| -|cran|[git2r](https://docs.ropensci.org/git2r/)|3.496539971047786e-05| -|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.479572851958915e-05| -|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.474223506651658e-05| -|cran|[slam](NA)|3.473585856411762e-05| -|npm|[passport](https://www.passportjs.org/)|3.472864702834727e-05| -|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.471472075384969e-05| -|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.468603864861286e-05| -|cran|modelbased|3.466433130188589e-05| -|pypi|[crds](https://hst-crds.stsci.edu)|3.457587205030232e-05| -|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.448513688861254e-05| -|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.447449562449664e-05| -|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.441527319203323e-05| -|pypi|[hiredis](https://pypi.org/project/hiredis)|3.428799214027578e-05| -|pypi|[isodate](https://github.com/gweis/isodate/)|3.426224002237547e-05| -|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.4224890829694336e-05| -|cran|mapdata|3.413200228947664e-05| -|cran|[GGally](https://ggobi.github.io/ggally/)|3.406926907810901e-05| -|npm|[xlsx](https://sheetjs.com/)|3.388857434885542e-05| -|pypi|[types-toml](https://pypi.org/project/types-toml)|3.387201761292965e-05| -|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.386039068105662e-05| -|pypi|[nibabel](https://nipy.org/nibabel)|3.385422064917235e-05| -|npm|[browserify](https://github.com/browserify/browserify#readme)|3.372689489142804e-05| -|rubygems|[activesupport](https://rubyonrails.org)|3.3616842647371345e-05| -|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.361471075405016e-05| -|rubygems|[railties](https://rubyonrails.org)|3.347508649076023e-05| -|npm|jest|3.3444712694090755e-05| -|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.340650449045971e-05| -|rubygems|rake-compiler|3.340092934007665e-05| -|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.33620184294736e-05| -|cran|tseries|3.3316431638832225e-05| -|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3227877011960754e-05| -|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|3.304998426974619e-05| -|pypi|[wincertstore](https://pypi.org/project/wincertstore)|3.303161312419038e-05| -|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.303154766903402e-05| -|pypi|[rpy2](https://rpy2.github.io)|3.296532643121073e-05| -|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.290120087336245e-05| -|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.283666316446137e-05| -|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.282732269236561e-05| -|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.275109170305677e-05| -|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.275109170305677e-05| -|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.275109170305677e-05| -|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.275109170305677e-05| -|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.275109170305677e-05| -|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.275109170305677e-05| -|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.275109170305677e-05| -|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.275109170305677e-05| -|pypi|[filetype](https://github.com/h2non/filetype.py)|3.275109170305677e-05| -|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.275109170305677e-05| -|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.275109170305677e-05| -|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.275109170305677e-05| -|pypi|[wurst](https://github.com/polca/wurst)|3.275109170305677e-05| -|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.275109170305677e-05| -|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.275109170305677e-05| -|pypi|[flatdict](https://github.com/gmr/flatdict)|3.275109170305677e-05| -|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.275109170305677e-05| -|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.275109170305677e-05| -|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.275109170305677e-05| -|pypi|[colored](https://gitlab.com/dslackw/colored)|3.275109170305677e-05| -|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.275109170305677e-05| -|pypi|[marxs](http://marxs.readthedocs.io)|3.275109170305677e-05| -|pypi|[PIL](http://www.pythonware.com/products/pil)|3.275109170305677e-05| -|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.275109170305677e-05| -|pypi|[configuration](http://k0s.org/hg/configuration)|3.275109170305677e-05| -|pypi|[cdips](https://github.com/lgbouma/cdips)|3.275109170305677e-05| -|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.275109170305677e-05| -|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.275109170305677e-05| -|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.275109170305677e-05| -|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.275109170305677e-05| -|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.275109170305677e-05| -|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.275109170305677e-05| -|spack|openni2|3.275109170305677e-05| -|spack|efusion|3.275109170305677e-05| -|spack|suitesparse|3.275109170305677e-05| -|spack|realsense|3.275109170305677e-05| -|npm|[angular-animate](http://angularjs.org)|3.275109170305677e-05| -|npm|[angular-sanitize](http://angularjs.org)|3.275109170305677e-05| -|npm|[angular-touch](http://angularjs.org)|3.275109170305677e-05| -|npm|[colorbrewer](http://colorbrewer2.org/)|3.275109170305677e-05| -|npm|[dc](http://dc-js.github.io/dc.js/)|3.275109170305677e-05| -|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.273153552233793e-05| -|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.2723799126637555e-05| -|npm|[babel-cli](https://babeljs.io/)|3.27078937453952e-05| -|npm|eslint-config-standard|3.2633981531686126e-05| -|pypi|[billiard](https://pypi.org/project/billiard)|3.263149480221433e-05| -|cran|[network](http://statnet.org/)|3.2629836361528315e-05| -|pypi|[jupyter-console](https://jupyter.org)|3.261915502167353e-05| -|pypi|[altair](https://pypi.org/project/altair)|3.253629899620495e-05| -|pypi|[scikit_learn](http://scikit-learn.org)|3.238401801768744e-05| -|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.23718384849321e-05| -|npm|[sinon](https://sinonjs.org/)|3.236270196824618e-05| -|cran|[vcr](https://github.com/ropensci/vcr/)|3.226281472867952e-05| -|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.221796511885572e-05| -|cran|[sna](http://statnet.org)|3.2103395376457615e-05| -|npm|npm-run-all|3.19348726578373e-05| -|npm|fortawesome|3.188594488013546e-05| -|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.182435684173068e-05| -|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.181703377927095e-05| -|pypi|[pypairix](https://pypi.org/project/pypairix)|3.180499904026105e-05| -|npm|eslint-plugin-node|3.179328440130559e-05| -|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.1703056768558954e-05| -|cran|lars|3.16145315349225e-05| -|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.150276715642437e-05| -|cran|[shinytest](https://github.com/rstudio/shinytest)|3.140217021649913e-05| -|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.137765667904535e-05| -|pypi|[optax](https://pypi.org/project/optax)|3.1364768175439145e-05| -|pypi|[matchms](https://github.com/matchms/matchms)|3.134279475982533e-05| -|npm|eslint-plugin-standard|3.1340601331100685e-05| -|npm|eslint-plugin-promise|3.1340601331100685e-05| -|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1327811692362534e-05| -|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.131407822289729e-05| -|cran|fontawesome|3.1267342836914806e-05| -|pypi|[addict](https://github.com/mewwts/addict)|3.1260234716157205e-05| -|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.1226764428183644e-05| -|cran|[here](https://here.r-lib.org/)|3.121584324590894e-05| -|cran|poorman|3.1201267718640505e-05| -|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.118770027885748e-05| -|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.1077905923894834e-05| -|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.091391141609483e-05| -|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.08498046426109e-05| -|pypi|[tensorflow-datasets](https://pypi.org/project/tensorflow-datasets)|3.084092387600796e-05| -|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.081521876049714e-05| -|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0774856053669534e-05| -|npm|[babel](https://babeljs.io/)|3.075407391628501e-05| -|npm|[commander](https://github.com/tj/commander.js#readme)|3.075241641416392e-05| -|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.074753372964907e-05| -|pypi|[sep](https://github.com/kbarbary/sep)|3.0709621221168846e-05| -|pypi|[safe-netrc](https://pypi.org/project/safe-netrc)|3.070804741110418e-05| -|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.070143430664279e-05| -|npm|react-router-bootstrap|3.0672462043884436e-05| -|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.0661856254735284e-05| -|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.066006046355391e-05| -|npm|[events](https://github.com/Gozala/events#readme)|3.062541148807525e-05| -|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0490031711374508e-05| -|pypi|[itk](https://itk.org/)|3.034202341187185e-05| -|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0340816048034933e-05| -|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.030749020550012e-05| -|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0302257785882242e-05| -|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|3.0275237175963992e-05| -|pypi|[cligj](https://pypi.org/project/cligj)|3.0245633784528537e-05| -|npm|immutable|3.0229503890731195e-05| -|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0197472001901203e-05| -|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|3.0167439956331882e-05| -|cran|mlbench|3.0155541007630464e-05| -|npm|[async](https://caolan.github.io/async/)|3.0094806087744135e-05| -|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|3.0033948366044436e-05| -|cran|[gapminder](https://github.com/jennybc/gapminder)|3.0032550950639697e-05| -|pypi|[toil](https://github.com/DataBiosphere/toil)|3.0021834061135373e-05| -|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|3.0021834061135373e-05| -|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|3.0021834061135373e-05| -|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|3.0021834061135373e-05| -|pypi|[portion](https://github.com/AlexandreDecan/portion)|3.0021834061135373e-05| -|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|3.0021834061135373e-05| -|pypi|[pymoc](http://github.com/grahambell/pymoc)|3.0021834061135373e-05| -|pypi|[random2](http://pypi.python.org/pypi/random2)|3.0021834061135373e-05| -|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|3.0021834061135373e-05| -|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|3.0021834061135373e-05| -|pypi|[blackjax](https://pypi.org/project/blackjax)|3.0021834061135373e-05| -|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|3.0021834061135373e-05| -|pypi|[mirtop](http://github.com/mirtop/mirtop)|3.0021834061135373e-05| -|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|3.0021834061135373e-05| -|npm|[normalize.css](https://necolas.github.io/normalize.css)|3.0021834061135373e-05| -|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|3.0021834061135373e-05| -|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|3.0021834061135373e-05| -|npm|[downloadjs](http://danml.com/download.html)|3.0021834061135373e-05| -|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|3.0021834061135373e-05| -|npm|[semantic-ui-button](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-label](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-transition](http://www.semantic-ui.com)|3.0021834061135373e-05| -|pypi|[vtk](https://vtk.org)|3.000275299260334e-05| -|cran|[Seurat](https://satijalab.org/seurat)|2.9920087823068653e-05| -|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.9892096849656893e-05| -|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9872452920305676e-05| -|pypi|[arrow](https://arrow.readthedocs.io)|2.9745434799276496e-05| -|pypi|[httpretty](https://pypi.org/project/httpretty)|2.9666743880958497e-05| -|pypi|[pycondor](https://pypi.org/project/pycondor)|2.9661550681696362e-05| -|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.9645720785661488e-05| -|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.957610104095464e-05| -|npm|babel-preset-env|2.9552058478749245e-05| -|pypi|[autocommand](https://pypi.org/project/autocommand)|2.9537804846360723e-05| -|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.950771015283843e-05| -|cran|tripack|2.9354153193267212e-05| -|pypi|[ndcube](https://docs.sunpy.org/projects/ndcube/)|2.9248695608826662e-05| -|pypi|[shap](http://github.com/slundberg/shap)|2.9224408958461805e-05| -|cran|reactlog|2.9144370285448802e-05| -|cran|sourcetools|2.9144370285448802e-05| -|cran|spatstat.data|2.913611166119813e-05| -|pypi|[ipympl](https://pypi.org/project/ipympl)|2.909337215340109e-05| -|npm|[grunt](https://gruntjs.com/)|2.9046562103679235e-05| -|pypi|[smart-open](https://pypi.org/project/smart-open)|2.904557266450439e-05| -|cran|polyclip|2.9033744084649088e-05| -|npm|eslint-plugin-markdown|2.9033218744670033e-05| -|spack|hwloc|2.8958564533604755e-05| -|cran|brew|2.8914902287882045e-05| -|pypi|[astor](https://github.com/berkerpeksag/astor)|2.890734591334533e-05| -|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.886714813570709e-05| -|npm|[winston](https://github.com/winstonjs/winston#readme)|2.886714813570709e-05| -|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.875811279332022e-05| -|cran|animation|2.8755229664487784e-05| -|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.86768558951965e-05| -|cran|[recipes](https://github.com/tidymodels/recipes)|2.8657730747348564e-05| -|cran|[wk](https://paleolimbot.github.io/wk/)|2.8635369490975694e-05| -|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8563630692451654e-05| -|pypi|[gensim](http://radimrehurek.com/gensim)|2.8529120849543e-05| -|cran|RhpcBLASctl|2.8515480095254906e-05| -|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8349782783568002e-05| -|pypi|[dipy](https://dipy.org)|2.8312898891501515e-05| -|pypi|[lml](https://pypi.org/project/lml)|2.829392954616345e-05| -|cran|[plotrix](NA)|2.8257600835318795e-05| -|npm|[underscore](https://underscorejs.org)|2.824411260137243e-05| -|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8227122222755418e-05| -|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.822712222275541e-05| -|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.820313580588433e-05| -|pypi|[gmsh](https://gmsh.info)|2.8185204212689445e-05| -|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.8035784434711562e-05| -|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.8031155525697013e-05| -|cran|timeSeries|2.799477336901205e-05| -|cran|fts|2.799477336901205e-05| -|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.798654129777266e-05| -|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7956990612856086e-05| -|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.7911907845204036e-05| -|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.790207379382282e-05| -|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7855973175296323e-05| -|cran|[matlab](http://cran.r-project.org/package=matlab)|2.7821555286961944e-05| -|cran|[rex](https://github.com/kevinushey/rex)|2.7821184362982004e-05| -|spack|meson|2.781943231441048e-05| -|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.781872804281446e-05| -|cran|[spatstat.core](http://spatstat.org/)|2.778605115473215e-05| -|cran|shinydisconnect|2.7727138876120433e-05| -|npm|chalk|2.772176673775186e-05| -|pypi|[filemagic](http://filemagic.readthedocs.org)|2.7712462210278804e-05| -|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.7712462210278804e-05| -|pypi|[json2table](https://github.com/latture/json2table)|2.7712462210278804e-05| -|pypi|[ulid](https://github.com/mdipierro/ulid)|2.7712462210278804e-05| -|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.7712462210278804e-05| -|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.7712462210278804e-05| -|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.7712462210278804e-05| -|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.7712462210278804e-05| -|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.7712462210278804e-05| -|pypi|[pmesh](https://pypi.org/project/pmesh)|2.7712462210278804e-05| -|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.7712462210278804e-05| -|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.7712462210278804e-05| -|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.7712462210278804e-05| -|pypi|[coramin](https://github.com/Coramin/Coramin)|2.7712462210278804e-05| -|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.7712462210278804e-05| -|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.7712462210278804e-05| -|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.7712462210278804e-05| -|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.7712462210278804e-05| -|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.7712462210278804e-05| -|spack|everybeam|2.7712462210278804e-05| -|spack|idgapi|2.7712462210278804e-05| -|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.7711936959381676e-05| -|pypi|[pretend](https://pypi.org/project/pretend)|2.7697003657139715e-05| -|pypi|[reportlab](https://pypi.org/project/reportlab)|2.7672000248401606e-05| -|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.7643308040605095e-05| -|cran|strucchange|2.7606678310178404e-05| -|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7493089970298883e-05| -|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.7435337588176015e-05| -|npm|ndoc|2.7435337588176015e-05| -|cran|[irlba](NA)|2.7377969754535407e-05| -|spack|eigen|2.7376834962684168e-05| -|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7372803097557472e-05| -|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7325230037429823e-05| -|pypi|[easygui](https://github.com/robertlugg/easygui)|2.728492071755361e-05| -|cran|fANCOVA|2.715963817841547e-05| -|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7149788779191188e-05| -|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.711995251862922e-05| -|cran|broom.mixed|2.700678415470992e-05| -|pypi|[funcy](https://pypi.org/project/funcy)|2.6969402290491425e-05| -|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.693793099087859e-05| -|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6936993113043463e-05| -|pypi|[flax](https://github.com/google/flax)|2.6793278430994463e-05| -|pypi|[datrie](https://github.com/kmike/datrie)|2.6790198066126017e-05| -|pypi|[toposort](https://pypi.org/project/toposort)|2.6790198066126017e-05| -|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6757554879855288e-05| -|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.6738796920408384e-05| -|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.670113945393409e-05| -|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.669551729723636e-05| -|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6690840091495115e-05| -|cran|conflicted|2.666225662637863e-05| -|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6559344004363838e-05| -|cran|[argon2](https://github.com/wrathematics/argon2)|2.6558386618839677e-05| -|pypi|[datashader](https://datashader.org)|2.6543565400338988e-05| -|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|2.6543378102085028e-05| -|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6373746948371942e-05| -|cran|[golem](https://github.com/ThinkR-open/golem)|2.63213904270051e-05| -|spack|[openssh](https://www.openssh.com/)|2.631143229041701e-05| -|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.631143229041701e-05| -|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.630661682622946e-05| -|pypi|[astroid](https://pypi.org/project/astroid)|2.628969070933501e-05| -|cran|margins|2.626374376169682e-05| -|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.6160615242102405e-05| -|cran|[glmnet](https://glmnet.stanford.edu)|2.61560329439077e-05| -|npm|object-assign|2.6142563931519613e-05| -|pypi|[cchardet](https://pypi.org/project/cchardet)|2.6094256751608385e-05| -|cran|ade4|2.609086404150245e-05| -|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.6068502587635147e-05| -|npm|[zone.js](https://github.com/angular/angular#readme)|2.6020647270947952e-05| -|pypi|[PasteDeploy](https://pylonsproject.org/)|2.5836097581457845e-05| -|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5819941292369633e-05| -|pypi|[srsly](https://github.com/explosion/srsly)|2.5809500713626814e-05| -|pypi|[Pint](https://github.com/hgrecco/pint)|2.579804793096278e-05| -|pypi|[area](https://github.com/scisco/area)|2.573300062383032e-05| -|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.573300062383032e-05| -|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.573300062383032e-05| -|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.573300062383032e-05| -|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.573300062383032e-05| -|pypi|[wres](https://github.com/jks-liu/wres)|2.573300062383032e-05| -|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.573300062383032e-05| -|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.573300062383032e-05| -|pypi|[thermo](https://github.com/CalebBell/thermo)|2.573300062383032e-05| -|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.573300062383032e-05| -|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.573300062383032e-05| -|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.573300062383032e-05| -|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.573300062383032e-05| -|pypi|[dash_table](https://pypi.org/project/dash_table)|2.573300062383032e-05| -|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.573300062383032e-05| -|pypi|[python-time](https://github.com/hengdai/pytime)|2.573300062383032e-05| -|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.573300062383032e-05| -|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.573300062383032e-05| -|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.573300062383032e-05| -|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.573300062383032e-05| -|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.573300062383032e-05| -|spack|sophus|2.573300062383032e-05| -|spack|visioncore|2.573300062383032e-05| -|spack|brisk|2.573300062383032e-05| -|spack|opengv|2.573300062383032e-05| -|spack|gtsam|2.573300062383032e-05| -|spack|tensorflow|2.573300062383032e-05| -|spack|cudalibs|2.573300062383032e-05| -|spack|pnetcdf|2.573300062383032e-05| -|spack|qt5widgets|2.573300062383032e-05| -|spack|qt5opengl|2.573300062383032e-05| -|spack|glut|2.573300062383032e-05| -|cran|poibin|2.573300062383032e-05| -|npm|[md5-node](https://github.com/shanelau/node-md5)|2.573300062383032e-05| -|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.573300062383032e-05| -|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.573300062383032e-05| -|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.573300062383032e-05| -|npm|net|2.573300062383032e-05| -|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.573300062383032e-05| -|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.573300062383032e-05| -|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.573300062383032e-05| -|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|2.5725294303282843e-05| -|pypi|[monty](https://pypi.org/project/monty)|2.5681188560345022e-05| -|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5632434874265926e-05| -|cran|gam|2.5563754411327736e-05| -|spack|[swig](http://www.swig.org)|2.5537853584995204e-05| -|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.548853711790393e-05| -|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.5475670617592015e-05| -|pypi|[srastream](https://github.com/jdidion/srastream)|2.5475670617592015e-05| -|spack|py-nose|2.5475670617592015e-05| -|npm|spc|2.5475670617592015e-05| -|npm|process|2.5475670617592015e-05| -|npm|util|2.5475670617592015e-05| -|pypi|[progress](http://github.com/verigak/progress/)|2.5453821843477443e-05| -|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.5427664780349088e-05| -|rubygems|ruby-maven-libs|2.537819153056768e-05| -|spack|findutils|2.5378001715142175e-05| -|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5305558080043362e-05| -|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5266220466321795e-05| -|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5218340611353712e-05| -|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.519655057050289e-05| -|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5148069725034788e-05| -|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.5140186189356498e-05| -|cran|[mmand](https://github.com/jonclayden/mmand)|2.5113852855552702e-05| -|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.5113852855552702e-05| -|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5094955349664965e-05| -|cran|latticeExtra|2.5054498737771897e-05| -|cran|[circlize](https://github.com/jokergoo/circlize)|2.504910822151112e-05| -|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4993176855895196e-05| -|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4993176855895196e-05| -|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4993176855895196e-05| -|pypi|[pythutils](https://github.com/JolleJolles)|2.4993176855895196e-05| -|npm|[mathjs](https://mathjs.org)|2.496815866084425e-05| -|pypi|[typeguard](https://pypi.org/project/typeguard)|2.493040075452419e-05| -|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4908438434480035e-05| -|pypi|[ortools](https://pypi.org/project/ortools)|2.4852013585638052e-05| -|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4794076011324934e-05| -|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.467804867202575e-05| -|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4677947598253277e-05| -|rubygems|[test-unit](http://test-unit.github.io/)|2.4675388687533423e-05| -|npm|after|2.4647661443230296e-05| -|npm|expect.js|2.4644173034934498e-05| -|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4639824634366122e-05| -|cran|gbRd|2.4638637470607995e-05| -|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4614371949653225e-05| -|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4594513292384473e-05| -|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.451783114992722e-05| -|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.449677244609235e-05| -|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.449281461723276e-05| -|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.443741552297775e-05| -|pypi|[cmake](https://pypi.org/project/cmake)|2.443295057066825e-05| -|cran|SGP|2.4343418590143478e-05| -|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.432197484646179e-05| -|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4290679998052735e-05| -|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.423076745506339e-05| -|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.421475358702433e-05| -|pypi|[astlib](https://astlib.readthedocs.io)|2.41890205864005e-05| -|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.41890205864005e-05| -|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.41890205864005e-05| -|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4167370870053693e-05| -|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4092758366399303e-05| -|pypi|[identify](https://pypi.org/project/identify)|2.4092758366399303e-05| -|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4092758366399303e-05| -|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.4074769038698435e-05| -|pypi|[george](https://github.com/dfm/george)|2.4063728847414442e-05| -|pypi|[scandir](https://pypi.org/project/scandir)|2.405355118407792e-05| -|pypi|[vedo](https://github.com/marcomusy/vedo)|2.40174672489083e-05| -|pypi|[PIMS](https://github.com/soft-matter/pims)|2.40174672489083e-05| -|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.40174672489083e-05| -|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.40174672489083e-05| -|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.40174672489083e-05| -|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.40174672489083e-05| -|pypi|[haversine](https://github.com/mapado/haversine)|2.40174672489083e-05| -|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.40174672489083e-05| -|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.40174672489083e-05| -|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.40174672489083e-05| -|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.40174672489083e-05| -|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.40174672489083e-05| -|pypi|[scikit-video](http://scikit-video.org/)|2.40174672489083e-05| -|spack|glew|2.3880541487789213e-05| -|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.386735807860262e-05| -|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3811668716456615e-05| -|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3811668716456615e-05| -|cran|pbdMPI|2.3777292576419214e-05| -|rubygems|[yard](http://yardoc.org)|2.3708053291838225e-05| -|rubygems|[cucumber](https://cucumber.io/)|2.3684136737317136e-05| -|pypi|[spacy-legacy](https://spacy.io)|2.368164019550006e-05| -|pypi|[google-cloud-core](https://pypi.org/project/google-cloud-core)|2.3671141393203018e-05| -|pypi|[starlette](https://pypi.org/project/starlette)|2.3638747737712744e-05| -|pypi|[Theano](http://deeplearning.net/software/theano/)|2.361717612809316e-05| -|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3617155652844015e-05| -|pypi|[scanpy](https://scanpy.readthedocs.io)|2.360910849490321e-05| -|rubygems|[nokogiri](https://nokogiri.org)|2.359625667374616e-05| -|cran|rsvg|2.3576117806337296e-05| -|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.352852904879438e-05| -|pypi|[python-louvain](https://github.com/taynaud/python-louvain)|2.348497890969301e-05| -|cran|av|2.3391582499940637e-05| -|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3368591978276027e-05| -|cran|[janitor](https://github.com/sfirke/janitor)|2.3313886500109827e-05| -|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3311710273629104e-05| -|cran|parallelly|2.328056994669767e-05| -|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3227817327804483e-05| -|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3202674672489086e-05| -|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3202674672489086e-05| -|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3202674672489086e-05| -|cran|lpSolve|2.3184079193617234e-05| -|pypi|[pyclipper](https://pypi.org/project/pyclipper)|2.309371850856567e-05| -|pypi|[PyQt5_sip](https://pypi.org/project/PyQt5_sip)|2.309371850856567e-05| -|npm|[express-session](https://github.com/expressjs/session#readme)|2.304711868371803e-05| -|pypi|[httptools](https://pypi.org/project/httptools)|2.302938649867564e-05| -|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.302938649867564e-05| -|pypi|[service-identity](https://pypi.org/project/service-identity)|2.297475177660767e-05| -|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2934369101732208e-05| -|cran|cba|2.2929965812456906e-05| -|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.2898594995571916e-05| -|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2843187957111865e-05| -|pypi|[av](https://pypi.org/project/av)|2.2790658783050887e-05| -|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2780240917327627e-05| -|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2759409440632156e-05| -|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.271555886798791e-05| -|pypi|[formulaic](https://github.com/matthewwardrop/formulaic)|2.2695931969662148e-05| -|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.2695931969662148e-05| -|pypi|[intake](https://pypi.org/project/intake)|2.268054814103352e-05| -|pypi|[nltk](https://www.nltk.org/)|2.2634570164577166e-05| -|pypi|[mysqlclient](https://github.com/PyMySQL/mysqlclient)|2.260467505779605e-05| -|rubygems|[kramdown](http://kramdown.gettalong.org)|2.256690070288529e-05| -|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.2554848797115972e-05| -|pypi|[cerberus](http://docs.python-cerberus.org)|2.251637554585153e-05| -|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.251637554585153e-05| -|pypi|[julia](http://julialang.org)|2.251637554585153e-05| -|pypi|[bfit](https://github.com/dfujim/bfit)|2.251637554585153e-05| -|pypi|[bdata](https://github.com/dfujim/bdata)|2.251637554585153e-05| -|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.251637554585153e-05| -|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.251637554585153e-05| -|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.251637554585153e-05| -|pypi|[ref_index](http://github.com/phn/ref_index)|2.251637554585153e-05| -|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.251637554585153e-05| -|cran|colorRamps|2.251637554585153e-05| -|cran|paletteer|2.251637554585153e-05| -|cran|statsExpressions|2.251637554585153e-05| -|cran|geoaxe|2.251637554585153e-05| -|cran|spbabel|2.251637554585153e-05| -|npm|[emotion](https://emotion.sh)|2.251637554585153e-05| -|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.251637554585153e-05| -|npm|[helmet](https://helmetjs.github.io/)|2.251637554585153e-05| -|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.251637554585153e-05| -|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.251637554585153e-05| -|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2483486504006932e-05| -|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2450797899100476e-05| -|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2450797899100476e-05| -|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.243755093721625e-05| -|npm|clipboard|2.2426310043668126e-05| -|pypi|[anndata](http://anndata.readthedocs.io)|2.2424368830876896e-05| -|pypi|[nbval](https://pypi.org/project/nbval)|2.2375652989186772e-05| -|cran|doMC|2.2325951341235187e-05| -|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2291211790393014e-05| -|pypi|[pyramid](https://trypyramid.com)|2.2275399662720317e-05| -|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.226072290645943e-05| -|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2243677219796216e-05| -|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.220966802809137e-05| -|pypi|[datatable](https://pypi.org/project/datatable)|2.2208648447622253e-05| -|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2160513494480204e-05| -|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2145517595684563e-05| -|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.212670439354781e-05| -|pypi|[aiodns](https://pypi.org/project/aiodns)|2.211187984621412e-05| -|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.204277972105873e-05| -|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.1973756702250218e-05| -|spack|py-mpi4py|2.1906460182326202e-05| -|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.1903458359326263e-05| -|cran|miniUI|2.1899188406974993e-05| -|pypi|[xdg](https://github.com/srstevenson/xdg-base-dirs)|2.186975142761169e-05| -|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1845948265480483e-05| -|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.154366812227074e-05| -|pypi|[ffmpeg](https://pypi.org/project/ffmpeg)|2.1494203576627155e-05| -|pypi|[batman-package](https://pypi.org/project/batman-package)|2.14617343136721e-05| -|rubygems|actionpack|2.14451333522996e-05| -|pypi|[pyavm](https://pypi.org/project/pyavm)|2.1427671673304862e-05| -|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1306638814242527e-05| -|pypi|[waitress](https://github.com/Pylons/waitress)|2.127829689939308e-05| -|pypi|[humanize](https://pypi.org/project/humanize)|2.1274980101963994e-05| -|pypi|[xgboost](https://pypi.org/project/xgboost)|2.1262747738869694e-05| -|cran|fstcore|2.1247606650990932e-05| -|pypi|[databases](https://pypi.org/project/databases)|2.1238659581269596e-05| -|npm|sax|2.1222417862510887e-05| -|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1191882866683793e-05| -|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1191882866683793e-05| -|pypi|[pykalman](http://pykalman.github.com)|2.1191882866683793e-05| -|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1191882866683793e-05| -|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1191882866683793e-05| -|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1191882866683793e-05| -|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1191882866683793e-05| -|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1191882866683793e-05| -|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1191882866683793e-05| -|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1191882866683793e-05| -|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1191882866683793e-05| -|cran|nortest|2.1191882866683793e-05| -|cran|openair|2.1191882866683793e-05| -|npm|[diff2html](https://diff2html.xyz/)|2.1191882866683793e-05| -|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1191882866683793e-05| -|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1191882866683793e-05| -|npm|react-schemaorg|2.1191882866683793e-05| -|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1187088419642168e-05| -|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1181528982938886e-05| -|npm|safe-buffer|2.113678896607072e-05| -|pypi|[h2](https://pypi.org/project/h2)|2.113262814358705e-05| -|npm|lint-staged|2.1023922028791315e-05| -|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0986333838563403e-05| -|cran|[futile.logger](NA)|2.0972807896252225e-05| -|pypi|[apptools](https://docs.enthought.com/apptools)|2.088618995633188e-05| -|cran|webfakes|2.0847606592311237e-05| -|pypi|[passlib](https://pypi.org/project/passlib)|2.0846729229291593e-05| -|npm|vary|2.0793055895939162e-05| -|pypi|[prov](https://pypi.org/project/prov)|2.0748186756360165e-05| -|cran|mclust|2.0745210685561393e-05| -|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.073576971757354e-05| -|cran|brms|2.07302322043101e-05| -|rubygems|[builder](http://onestepback.org)|2.071270128275109e-05| -|pypi|[boltons](https://pypi.org/project/boltons)|2.0698695127339157e-05| -|npm|[standard](https://standardjs.com)|2.059856835847429e-05| -|rubygems|[aruba](https://github.com/cucumber/aruba)|2.048177963973799e-05| -|pypi|[stsci.stimage](https://pypi.org/project/stsci.stimage)|2.04789562863901e-05| -|pypi|[stsci.imagestats](https://pypi.org/project/stsci.imagestats)|2.04789562863901e-05| -|pypi|[h3](https://pypi.org/project/h3)|2.047203160740279e-05| -|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0428650303669128e-05| -|pypi|[pyro-ppl](http://pyro.ai)|2.0399022225153645e-05| -|rubygems|[tins](https://github.com/flori/tins)|2.0375677919748692e-05| -|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.037481804949054e-05| -|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.037481804949054e-05| -|npm|redux|2.030726846405608e-05| -|pypi|[incremental](https://pypi.org/project/incremental)|2.0302262379791718e-05| -|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.0289481261096982e-05| -|spack|py-flit-core|2.0281847665435e-05| -|npm|eslint-config-prettier|2.024897553256222e-05| -|pypi|[timezonefinder](https://timezonefinder.michelfe.it/gui)|2.024211170883359e-05| -|cran|RJSONIO|2.0140550495755358e-05| -|rubygems|[webmock](http://github.com/bblimke/webmock)|2.0066695100529294e-05| -|cran|[graphql](http://graphql.org)|2.0059665770910314e-05| -|cran|[TTR](https://github.com/joshuaulrich/TTR)|2.003957423580786e-05| -|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.0038373480571858e-05| -|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|2.0014556040756914e-05| -|pypi|[tkp](http://docs.transientskp.org/)|2.0014556040756914e-05| -|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|2.0014556040756914e-05| -|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|2.0014556040756914e-05| -|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|2.0014556040756914e-05| -|spack|dl|2.0014556040756914e-05| -|spack|sofa|2.0014556040756914e-05| -|spack|pthreads|2.0014556040756914e-05| -|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|2.0014556040756914e-05| -|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|2.0014556040756914e-05| -|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|2.0014556040756914e-05| -|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|2.0014556040756914e-05| -|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|2.0014556040756914e-05| -|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|2.0014556040756914e-05| -|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|2.0014556040756914e-05| -|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|2.0014556040756914e-05| -|npm|[bower](http://bower.io)|2.0014556040756914e-05| -|npm|[http-auth](https://github.com/gevorg/http-auth)|2.0014556040756914e-05| -|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|2.0014556040756914e-05| -|npm|[multer](https://github.com/expressjs/multer#readme)|2.0014556040756914e-05| -|pypi|[pydub](http://pydub.com)|1.9985963817841546e-05| -|npm|coffee-script|1.9945222021038845e-05| -|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.992630642299793e-05| -|pypi|[loguru](https://github.com/Delgan/loguru)|1.9906338356730104e-05| -|pypi|[pyscf](http://www.pyscf.org)|1.989973569294415e-05| -|pypi|[google-api-core](https://pypi.org/project/google-api-core)|1.9866842049948333e-05| -|pypi|[language-data](https://pypi.org/project/language-data)|1.9814410480349344e-05| -|pypi|[clikit](https://pypi.org/project/clikit)|1.9814410480349344e-05| -|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.9814410480349344e-05| -|pypi|[httpstan](https://pypi.org/project/httpstan)|1.9814410480349344e-05| -|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.9814410480349344e-05| -|npm|scheduler|1.9814410480349344e-05| -|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.980593372720267e-05| -|pypi|[anytree](https://pypi.org/project/anytree)|1.9726696085652657e-05| -|cran|spatial|1.9724266683032194e-05| -|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9710498060928572e-05| -|cran|stopwords|1.9699756741354322e-05| -|cran|spam|1.964847619473079e-05| -|npm|[babel-loader](https://github.com/babel/babel-loader)|1.963638446171447e-05| -|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.961626637554585e-05| -|pypi|[validators](https://pypi.org/project/validators)|1.958233404913863e-05| -|npm|json5|1.9546176660287384e-05| -|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9541092319679806e-05| -|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9499181222707424e-05| -|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9473622093709433e-05| -|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9473622093709433e-05| -|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9445773280567686e-05| -|npm|[jasmine](http://jasmine.github.io/)|1.9412391258149214e-05| -|rubygems|[psych](https://github.com/ruby/psych)|1.9411967419486904e-05| -|pypi|[selenium](https://pypi.org/project/selenium)|1.9405087900074682e-05| -|cran|[remotes](https://remotes.r-lib.org)|1.937846264391043e-05| -|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|1.9338194329677797e-05| -|pypi|[pyside6](https://www.pyside.org)|1.931004366812227e-05| -|cran|modelr|1.9296245909603637e-05| -|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.928761801789913e-05| -|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.921308321689692e-05| -|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.9183196428084057e-05| -|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.9183196428084057e-05| -|pypi|[xcffib](https://pypi.org/project/xcffib)|1.918084792186525e-05| -|cran|[config](https://github.com/rstudio/config)|1.9053386466055056e-05| -|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.8961158354401288e-05| -|pypi|[sos-python](https://github.com/vatlab/SOS)|1.8961158354401288e-05| -|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.8961158354401288e-05| -|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.8961158354401288e-05| -|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.8961158354401288e-05| -|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.8961158354401288e-05| -|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.8961158354401288e-05| -|pypi|[kneed](https://github.com/arvkevi/kneed)|1.8961158354401288e-05| -|pypi|[BioPython](https://biopython.org/)|1.8961158354401288e-05| -|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.8961158354401288e-05| -|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.8961158354401288e-05| -|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.8961158354401288e-05| -|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.8961158354401288e-05| -|cran|dunn.test|1.8961158354401288e-05| -|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.874756316281971e-05| -|cran|[tm](http://tm.r-forge.r-project.org/)|1.8723552268970823e-05| -|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.868934389845962e-05| -|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8665964644604618e-05| -|npm|validator|1.8645521638453324e-05| -|npm|[ts-node](https://typestrong.org/ts-node)|1.861399544245062e-05| -|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.851787757580206e-05| -|cran|Formula|1.8501458151947672e-05| -|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8497894888379835e-05| -|cran|[hoardr](https://github.com/ropensci/hoardr)|1.8468183124778328e-05| -|rubygems|concurrent-ruby|1.8416393740902473e-05| -|cran|[RANN](https://github.com/jefferis/RANN)|1.8387806247960296e-05| -|spack|llvm-amdgpu|1.8377222395508422e-05| -|spack|hsa-rocr-dev|1.8377222395508422e-05| -|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8288139531041962e-05| -|pypi|[constantly](https://pypi.org/project/constantly)|1.8255680627118228e-05| -|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8255680627118228e-05| -|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.823326055312955e-05| -|cran|[reactable](https://glin.github.io/reactable/)|1.821984420237696e-05| -|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.8206097941359953e-05| -|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|1.82059067015739e-05| -|cran|kernlab|1.818205706682361e-05| -|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.8171222175388787e-05| -|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.8171222175388787e-05| -|pypi|[python-box](https://github.com/cdgriffith/Box)|1.815166274773262e-05| -|npm|[minimist](https://github.com/substack/minimist)|1.809807719388373e-05| -|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.804044826123084e-05| -|cran|sandwich|1.801683292046595e-05| -|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.8013100436681224e-05| -|pypi|[envisage](http://docs.enthought.com/envisage)|1.8013100436681224e-05| -|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.8013100436681224e-05| -|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.8013100436681224e-05| -|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.8013100436681224e-05| -|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.8013100436681224e-05| -|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.8013100436681224e-05| -|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.8013100436681224e-05| -|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.8013100436681224e-05| -|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.8013100436681224e-05| -|cran|lpSolveAPI|1.8013100436681224e-05| -|cran|[genalg](https://github.com/egonw/genalg)|1.8013100436681224e-05| -|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.8013100436681224e-05| -|npm|tinymce|1.8013100436681224e-05| -|cran|segmented|1.8007237787843444e-05| -|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.79846636062817e-05| -|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7966843718508562e-05| -|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7943617610654473e-05| -|npm|depd|1.7943277580283877e-05| -|spack|libunistring|1.794303265476496e-05| -|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.790580119015129e-05| -|cran|lmtest|1.789699485862423e-05| -|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.788865389137075e-05| -|cran|gmp|1.7860039936650844e-05| -|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.783296943231441e-05| -|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7793364855921978e-05| -|cran|[semver](https://github.com/johndharrison/semver)|1.7781503431066763e-05| -|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7773526200873365e-05| -|pypi|[awscrt](https://github.com/awslabs/aws-crt-python)|1.7751896922954212e-05| -|rubygems|[coveralls](https://coveralls.io)|1.7736713661165283e-05| -|npm|[font-awesome](http://fontawesome.io/)|1.773352009155765e-05| -|pypi|[e13tools](https://e13tools.readthedocs.io)|1.7732896652110625e-05| -|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.7713484988110407e-05| -|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.769463781713443e-05| -|cran|lsa|1.7690039396240747e-05| -|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.764851609396993e-05| -|rubygems|[mocha](https://mocha.jamesmead.org)|1.7636655834298786e-05| -|npm|gulp|1.762415336605304e-05| -|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7613810043668124e-05| -|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.755394555969085e-05| -|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.749415159076731e-05| -|npm|react-transition-group|1.7491512308652046e-05| -|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7487718340611357e-05| -|pypi|[triton](https://pypi.org/project/triton)|1.7462386970795292e-05| -|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7453500016416588e-05| -|pypi|[stevedore](https://docs.openstack.org/stevedore/latest/)|1.7433608047283704e-05| -|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7329180580529154e-05| -|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7329180580529154e-05| -|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.732028888142425e-05| -|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|1.730544291952589e-05| -|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|1.7289182425754146e-05| -|cran|quadprog|1.728670479032449e-05| -|pypi|[celerite](https://github.com/dfm/celerite)|1.72613369367976e-05| -|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.724351012238957e-05| -|pypi|[folium](https://pypi.org/project/folium)|1.7236099909169688e-05| -|cran|[statmod](NA)|1.7224599211026978e-05| -|npm|[sass](https://github.com/sass/dart-sass)|1.722343072210348e-05| -|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.7187937991160523e-05| -|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.715533374922021e-05| -|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.715533374922021e-05| -|pypi|[owslib](https://owslib.readthedocs.io)|1.715533374922021e-05| -|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.715533374922021e-05| -|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.715533374922021e-05| -|pypi|[rmnest](https://github.com/mlower/rmnest)|1.715533374922021e-05| -|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.715533374922021e-05| -|pypi|[aplpy](http://aplpy.github.io)|1.714061128314276e-05| -|pypi|[gwdatafind](https://pypi.org/project/gwdatafind)|1.7139634978141048e-05| -|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7096486507843784e-05| -|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7077939218635976e-05| -|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.706988803604476e-05| -|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.7069557080474112e-05| -|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.706383863589104e-05| -|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.706168429504248e-05| -|rubygems|activerecord|1.703541608111165e-05| -|pypi|[configobj](https://github.com/DiffSK/configobj)|1.699779812522574e-05| -|rubygems|gemoji|1.698378041172801e-05| -|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6983780411728008e-05| -|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6983780411728008e-05| -|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6983780411728008e-05| -|npm|on-headers|1.6906904320749246e-05| -|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6867709196720785e-05| -|pypi|[bottle](https://pypi.org/project/bottle)|1.6778764747417272e-05| -|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.6773549162702756e-05| -|npm|rollup-plugin-commonjs|1.675876005998814e-05| -|pypi|[moto](https://pypi.org/project/moto)|1.6745060693480545e-05| -|pypi|[meshio](https://github.com/nschloe/meshio)|1.6743116282207308e-05| -|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6711661324671413e-05| -|pypi|[plumbum](https://plumbum.readthedocs.io)|1.6659069090749216e-05| -|pypi|[onnx](https://github.com/onnx/onnx)|1.6638994991009525e-05| -|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.6594666323425876e-05| -|rubygems|[utils](http://github.com/flori/utils)|1.6576971103984717e-05| -|cran|carrier|1.6572492282099267e-05| -|pypi|[neo](https://pypi.org/project/neo)|1.6564220618948172e-05| -|rubygems|actionview|1.6525228709219662e-05| -|pypi|[nbsite](https://pypi.org/project/nbsite)|1.646867116053242e-05| -|pypi|[inflect](https://pypi.org/project/inflect)|1.6417654398003744e-05| -|npm|autoprefixer|1.639829176424872e-05| -|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6375545851528384e-05| -|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6375545851528384e-05| -|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6375545851528384e-05| -|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6375545851528384e-05| -|pypi|[SQLObject](http://sqlobject.org/)|1.6375545851528384e-05| -|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6375545851528384e-05| -|pypi|[pweave](http://mpastell.com/pweave)|1.6375545851528384e-05| -|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6375545851528384e-05| -|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6375545851528384e-05| -|cran|plotROC|1.6375545851528384e-05| -|npm|js-cookie|1.635883611086356e-05| -|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.6314100936638256e-05| -|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6298570009038683e-05| -|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.629013500198999e-05| -|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6288712270262492e-05| -|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6252081051310042e-05| -|npm|styled-components|1.6249000132591115e-05| -|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.624343004840841e-05| -|cran|caTools|1.624251651376913e-05| -|spack|libfabric|1.6228091841372087e-05| -|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.622503531980478e-05| -|npm|[babel-preset-es2015](https://babeljs.io/)|1.6222624238701022e-05| -|cran|SeuratObject|1.6221718005011274e-05| -|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.6218691964061638e-05| -|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.62117903930131e-05| -|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6150935974877697e-05| -|cran|mondate|1.6115562514364516e-05| -|cran|DAAG|1.6115562514364516e-05| -|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.6110762010664146e-05| -|cran|SuppDists|1.6099208515283842e-05| -|pypi|[testfixtures](https://github.com/Simplistix/testfixtures)|1.6073039459354014e-05| -|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.6025447974702608e-05| -|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.6023545009279473e-05| -|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.600394692643601e-05| -|cran|qlcMatrix|1.5991076514144677e-05| -|cran|minqa|1.5965118439510797e-05| -|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.596080196375265e-05| -|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5935358582465572e-05| -|npm|react-highcharts|1.5913829333158224e-05| -|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.591287634879592e-05| -|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.590374026960319e-05| -|cran|RcppRoll|1.5888729352572625e-05| -|cran|blavaan|1.5858903475028985e-05| -|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|1.5833352269359203e-05| -|pypi|[igwn-auth-utils](https://pypi.org/project/igwn-auth-utils)|1.5819668478745213e-05| -|cran|mediation|1.5739635343999558e-05| -|cran|Rgraphviz|1.573641227480862e-05| -|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.571857454772302e-05| -|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.569334842321741e-05| -|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5675583708171677e-05| -|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.566468571465823e-05| -|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.566356559711411e-05| -|pypi|[tk](https://github.com/atranitell/TensorKit)|1.566356559711411e-05| -|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.566356559711411e-05| -|pypi|[textfsm](https://pypi.org/project/textfsm)|1.566356559711411e-05| -|pypi|[itables](https://pypi.org/project/itables)|1.566356559711411e-05| -|pypi|[gekko](https://pypi.org/project/gekko)|1.566356559711411e-05| -|pypi|[readlif](https://pypi.org/project/readlif)|1.566356559711411e-05| -|pypi|[beast](http://beast.readthedocs.io/)|1.566356559711411e-05| -|spack|libsbml|1.566356559711411e-05| -|spack|libsedml|1.566356559711411e-05| -|spack|libcombine|1.566356559711411e-05| -|spack|crossguid|1.566356559711411e-05| -|spack|nativejit|1.566356559711411e-05| -|spack|cpufeatures|1.566356559711411e-05| -|spack|raptor|1.566356559711411e-05| -|spack|qcp|1.566356559711411e-05| -|spack|qwtplot3d|1.566356559711411e-05| -|spack|mml|1.566356559711411e-05| -|spack|sbw|1.566356559711411e-05| -|cran|spex|1.566356559711411e-05| -|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.566356559711411e-05| -|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5617544533222004e-05| -|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5613173906352644e-05| -|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5563318777292574e-05| -|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5544641707807594e-05| -|spack|atlas|1.5506929941142968e-05| -|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5475317276200877e-05| -|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.5474188540381124e-05| -|pypi|[mopti](https://github.com/basf/mopti)|1.546124454148472e-05| -|pypi|[kafka-python](https://pypi.org/project/kafka-python)|1.546124454148472e-05| -|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5461244541484718e-05| -|pypi|[ipaddr](https://github.com/google/ipaddr-py)|1.5439800374298192e-05| -|pypi|[pytoml](https://github.com/avakar/pytoml)|1.5439800374298192e-05| -|npm|nprogress|1.5439800374298192e-05| -|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.5367063570473542e-05| -|rubygems|[chartkick](https://chartkick.com)|1.5358108308825712e-05| -|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.528540237055521e-05| -|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.528540237055521e-05| -|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.526438104610194e-05| -|rubygems|nio4r|1.5204527225737456e-05| -|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5178304079737406e-05| -|spack|libedit|1.5166962849262895e-05| -|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5129437293056289e-05| -|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5088669887847345e-05| -|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5061161472187674e-05| -|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.5010917030567686e-05| -|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.5010917030567686e-05| -|pypi|[LDTk](https://pypi.org/project/LDTk)|1.5010917030567686e-05| -|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.5010917030567686e-05| -|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.5010917030567686e-05| -|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.5010917030567686e-05| -|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.5010917030567686e-05| -|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.5010917030567686e-05| -|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.5010917030567686e-05| -|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.5010917030567686e-05| -|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.5010917030567686e-05| -|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.5010917030567686e-05| -|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.5010917030567686e-05| -|pypi|[hyperion](http://www.hyperion-rt.org)|1.5010917030567686e-05| -|pypi|[cmyt](https://github.com/yt-project/yt)|1.5010917030567686e-05| -|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.5010917030567686e-05| -|cran|PhysicalActivity|1.5010917030567686e-05| -|cran|shinyFeedback|1.5010917030567686e-05| -|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.5010917030567686e-05| -|npm|[sift](https://github.com/crcn/sift.js#readme)|1.5010917030567686e-05| -|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.5010917030567685e-05| -|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4966674327740758e-05| -|pypi|[django-extensions](https://pypi.org/project/django-extensions)|1.496252269916087e-05| -|npm|docco|1.495776683742022e-05| -|cran|extrafont|1.495190292760493e-05| -|pypi|[dropbox](http://www.dropbox.com/developers)|1.4950713338603479e-05| -|cran|futile.options|1.494572676232065e-05| -|cran|lambda.r|1.494572676232065e-05| -|npm|postcss|1.4909201246900869e-05| -|cran|[vegan](https://github.com/vegandevs/vegan)|1.4885429138429625e-05| -|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4879874246111413e-05| -|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.4860807860262009e-05| -|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4860807860262009e-05| -|rubygems|rack|1.4859802196251793e-05| -|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.485807453635769e-05| -|pypi|[ocifs](https://pypi.org/project/ocifs)|1.485807453635769e-05| -|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.485807453635769e-05| -|pypi|[pygit2](https://pypi.org/project/pygit2)|1.485807453635769e-05| -|pypi|[fusepy](https://pypi.org/project/fusepy)|1.485807453635769e-05| -|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.485807453635769e-05| -|pypi|[adlfs](https://pypi.org/project/adlfs)|1.485807453635769e-05| -|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4852805886798791e-05| -|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4831723347007191e-05| -|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4831723347007191e-05| -|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4831723347007191e-05| -|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4831723347007191e-05| -|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4831723347007191e-05| -|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4831723347007191e-05| -|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4831723347007191e-05| -|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4831723347007191e-05| -|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4831723347007191e-05| -|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4831723347007191e-05| -|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4787825610593583e-05| -|npm|babel-core|1.4742381117771091e-05| -|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.470985333831303e-05| -|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4707138395733413e-05| -|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4638378887258456e-05| -|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4631048926120665e-05| -|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4603987123044431e-05| -|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4603987123044431e-05| -|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4603987123044431e-05| -|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4603987123044431e-05| -|npm|[should](https://github.com/shouldjs/should.js)|1.4602583115854956e-05| -|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.46019220272086e-05| -|npm|[qunit](https://qunitjs.com)|1.4599002549567388e-05| -|cran|arrow|1.4594117527692042e-05| -|cran|leaflet.providers|1.4586511194445309e-05| -|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.454119379748811e-05| -|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.454119379748811e-05| -|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.454119379748811e-05| -|pypi|[pyct](https://pypi.org/project/pyct)|1.4515906905711166e-05| -|cran|logspline|1.4509560071532493e-05| -|npm|whatwg-fetch|1.4503047212236578e-05| -|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.4479761504870676e-05| -|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4452148153202329e-05| -|cran|timetk|1.4450675213443394e-05| -|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4410480349344977e-05| -|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4410480349344977e-05| -|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4410480349344977e-05| -|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4410480349344977e-05| -|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4410480349344977e-05| -|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4410480349344977e-05| -|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4410480349344977e-05| -|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4410480349344977e-05| -|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4410480349344977e-05| -|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4410480349344977e-05| -|cran|DiceKriging|1.4396624118239839e-05| -|npm|zap|1.4354189410480349e-05| -|npm|diff|1.4354189410480349e-05| -|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4346404459909103e-05| -|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.4336308759311585e-05| -|rubygems|jdbc-mysql|1.4266375545851527e-05| -|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4237277460530736e-05| -|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4237277460530736e-05| -|cran|polynom|1.4225463021026244e-05| -|cran|biglm|1.4178087283854881e-05| -|npm|[terser](https://terser.org)|1.4162531491085793e-05| -|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4153150343106676e-05| -|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.4152454584077269e-05| -|npm|del-cli|1.4141171127769037e-05| -|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4113561111377709e-05| -|cran|VennDiagram|1.4106825543452184e-05| -|cran|compiler|1.4083671241422333e-05| -|npm|puppeteer|1.4033084689538764e-05| -|pypi|[manhole](https://pypi.org/project/manhole)|1.4029515309723685e-05| -|pypi|[pydeck](https://pypi.org/project/pydeck)|1.4023214129756706e-05| -|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|1.400634027544508e-05| -|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3978900716946167e-05| -|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3941021277506637e-05| -|cran|gdata|1.3934419837804125e-05| -|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.3919439234657028e-05| -|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3901283208509185e-05| -|spack|gl2ps|1.389292062066507e-05| -|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|1.387008733624454e-05| -|pypi|[fabio](https://pypi.org/project/fabio)|1.3858293044291958e-05| -|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.3856231105139402e-05| -|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.3856231105139402e-05| -|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.3856231105139402e-05| -|pypi|[interlap](http://brentp.github.io/interlap)|1.3856231105139402e-05| -|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.3856231105139402e-05| -|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.3856231105139402e-05| -|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.3856231105139402e-05| -|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.3856231105139402e-05| -|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.3856231105139402e-05| -|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.3856231105139402e-05| -|pypi|[bottle-cork](http://cork.firelet.net/)|1.3856231105139402e-05| -|pypi|[beaker](https://beaker.readthedocs.io/)|1.3856231105139402e-05| -|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.3856231105139402e-05| -|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.3856231105139402e-05| -|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.3856231105139402e-05| -|pypi|[ipython_genutils](http://ipython.org)|1.3856231105139402e-05| -|pypi|[eemont](https://github.com/davemlz/eemont)|1.3856231105139402e-05| -|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.3856231105139402e-05| -|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.3856231105139402e-05| -|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.3856231105139402e-05| -|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.3856231105139402e-05| -|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.3856231105139402e-05| -|pypi|[pypylon](https://pypi.org/project/pypylon)|1.3856231105139402e-05| -|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.3856231105139402e-05| -|cran|mlrMBO|1.3856231105139402e-05| -|cran|emoa|1.3856231105139402e-05| -|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.3856231105139402e-05| -|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.3856231105139402e-05| -|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.3856231105139402e-05| -|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.3856231105139402e-05| -|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.3856231105139402e-05| -|npm|reflect-metadata|1.3804500896095247e-05| -|npm|recharts|1.3785536048480528e-05| -|pypi|[mlflow](https://pypi.org/project/mlflow)|1.378440387479362e-05| -|spack|perl-data-dumper|1.3765800965295335e-05| -|spack|libelf|1.3765800965295335e-05| -|spack|binutils|1.3765800965295335e-05| -|spack|isl|1.3765800965295335e-05| -|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3739309026862783e-05| -|npm|[request](https://github.com/request/request#readme)|1.3726793151521102e-05| -|pypi|[scitokens](https://pypi.org/project/scitokens)|1.3724266999376172e-05| -|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.370142420634547e-05| -|npm|babel-runtime|1.3650713505926388e-05| -|spack|glu|1.3629616882139093e-05| -|cran|websocket|1.3610235495945104e-05| -|pypi|[gssapi](https://pypi.org/project/gssapi)|1.3606975399645076e-05| -|pypi|[raven](https://pypi.org/project/raven)|1.3587381190062782e-05| -|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.356916259953763e-05| -|cran|[smoothr](https://strimas.com/smoothr/)|1.3568201115963126e-05| -|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3526320840731321e-05| -|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3510942654398003e-05| -|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3492669993761696e-05| -|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3492669993761696e-05| -|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3492669993761696e-05| -|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3492669993761696e-05| -|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.3470754785924339e-05| -|pypi|[nvidia-cuda-cupti-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-nccl-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-cusparse-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-curand-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|cran|nloptr|1.3466915575689764e-05| -|pypi|[nose2](https://pypi.org/project/nose2)|1.3461957499733984e-05| -|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.3458131872270743e-05| -|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3445765001919478e-05| -|spack|[hpx](https://hpx.stellar-group.org/)|1.3435798067576779e-05| -|cran|PASWR|1.3420690172273141e-05| -|pypi|[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy)|1.341771534492983e-05| -|spack|memkind|1.340946662507798e-05| -|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3409331872998158e-05| -|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.334303736050461e-05| -|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.334303736050461e-05| -|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.334303736050461e-05| -|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.334303736050461e-05| -|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.334303736050461e-05| -|pypi|[scico](https://github.com/lanl/scico)|1.334303736050461e-05| -|pypi|[bm3d](https://pypi.org/project/bm3d)|1.334303736050461e-05| -|pypi|[bm4d](https://pypi.org/project/bm4d)|1.334303736050461e-05| -|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.334303736050461e-05| -|cran|numform|1.334303736050461e-05| -|cran|qmap|1.334303736050461e-05| -|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.334303736050461e-05| -|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.334303736050461e-05| -|npm|[crypto-js](http://github.com/brix/crypto-js)|1.334303736050461e-05| -|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.334303736050461e-05| -|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.334303736050461e-05| -|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.334303736050461e-05| -|npm|ngx-smart-modal|1.334303736050461e-05| -|npm|plotly|1.334303736050461e-05| -|spack|gflags|1.3330292765019077e-05| -|spack|[git](http://git-scm.com)|1.330409328662607e-05| -|cran|[seriation](https://github.com/mhahsler/seriation)|1.3291581048895529e-05| -|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3280551362278264e-05| -|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3280551362278264e-05| -|pypi|[colorcet](https://pypi.org/project/colorcet)|1.327499067753711e-05| -|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3250749153373146e-05| -|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3209606986899564e-05| -|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3201988313837022e-05| -|npm|stylelint-config-twbs-bootstrap|1.3201988313837022e-05| -|npm|stylelint|1.3201988313837022e-05| -|npm|postcss-cli|1.3201988313837022e-05| -|npm|lockfile-lint|1.3201988313837022e-05| -|npm|hugo-bin|1.3201988313837022e-05| -|npm|find-unused-sass-variables|1.3201988313837022e-05| -|npm|clean-css-cli|1.3201988313837022e-05| -|npm|[stylus](https://github.com/stylus/stylus)|1.320029619897056e-05| -|npm|eslint-plugin-react|1.3190631139926579e-05| -|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3188747660636305e-05| -|npm|inherits|1.3170817509151541e-05| -|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.3142282926162728e-05| -|cran|gridBase|1.3127180598013074e-05| -|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3112392895799009e-05| -|pypi|[Automat](https://pypi.org/project/Automat)|1.3109080502352164e-05| -|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.308951965065503e-05| -|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3077510917030566e-05| -|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3077510917030566e-05| -|npm|grunt-shell|1.3065622270742358e-05| -|pypi|[radio-beam](https://pypi.org/project/radio-beam)|1.305683499921355e-05| -|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.304202863963859e-05| -|npm|[difflet](https://github.com/substack/difflet#readme)|1.2995204904266038e-05| -|cran|proj4|1.2966987097156631e-05| -|npm|camelcase|1.2932724945873545e-05| -|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2927161957224321e-05| -|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2886224167614652e-05| -|cran|RandomFieldsUtils|1.2882974061939708e-05| -|pypi|[graphenv](https://pypi.org/project/graphenv)|1.286650031191516e-05| -|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.286650031191516e-05| -|cran|[jqr](https://docs.ropensci.org/jqr/)|1.2842850458960883e-05| -|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2833820431620201e-05| -|cran|[base64url](https://github.com/mllg/base64url)|1.2807818401054487e-05| -|cran|[attempt](https://github.com/ColinFay/attempt)|1.280665771249893e-05| -|npm|karma|1.2769664357863135e-05| -|cran|stargazer|1.2737835308796008e-05| -|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.2737835308796008e-05| -|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.2737835308796008e-05| -|npm|on-finished|1.2680616371071559e-05| -|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.2679139193539687e-05| -|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2646764731155918e-05| -|cran|plm|1.264494264237024e-05| -|npm|retry|1.2625071700836356e-05| -|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2609170305676865e-05| -|npm|npm-run-all2|1.2555866232956065e-05| -|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2531800061816943e-05| -|spack|numactl|1.2483078602620088e-05| -|spack|kokkos-nvcc-wrapper|1.2483078602620088e-05| -|npm|readable-stream|1.2444538485531935e-05| -|npm|dayjs|1.242844676511147e-05| -|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2422827887366362e-05| -|pypi|[datasize](https://pypi.org/project/datasize)|1.2422827887366362e-05| -|pypi|[halo](https://pypi.org/project/halo)|1.2422827887366362e-05| -|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2422827887366362e-05| -|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2422827887366362e-05| -|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2422827887366362e-05| -|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2422827887366362e-05| -|pypi|[spock](https://pypi.org/project/spock)|1.2422827887366362e-05| -|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2422827887366362e-05| -|pypi|[Celery](http://celeryproject.org)|1.2422827887366362e-05| -|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2422827887366362e-05| -|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2422827887366362e-05| -|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2422827887366362e-05| -|pypi|[mpld3](https://pypi.org/project/mpld3)|1.2409024745269289e-05| -|cran|[reshape](http://had.co.nz/reshape)|1.240089315843391e-05| -|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2363329304863876e-05| -|cran|bezier|1.2355190579298165e-05| -|cran|ComplexHeatmap|1.2355190579298165e-05| -|cran|GlobalOptions|1.2355190579298165e-05| -|npm|marked|1.2343089162553909e-05| -|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.233989615387995e-05| -|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.231390214191601e-05| -|pypi|[visitor](http://github.com/mbr/visitor)|1.2285858246556938e-05| -|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2266063630692457e-05| -|pypi|[silx](https://pypi.org/project/silx)|1.2266063630692457e-05| -|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.2248305612083189e-05| -|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2214597629444788e-05| -|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2212271482495744e-05| -|npm|[auth0](https://github.com/auth0/node-auth0)|1.2212271482495744e-05| -|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2212271482495744e-05| -|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2212271482495744e-05| -|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2212271482495744e-05| -|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2212271482495744e-05| -|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2212271482495744e-05| -|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2212271482495744e-05| -|npm|hammerjs|1.2212271482495744e-05| -|npm|http-status-codes|1.2212271482495744e-05| -|npm|is-url|1.2212271482495744e-05| -|npm|jwks-rsa|1.2212271482495744e-05| -|npm|nats|1.2212271482495744e-05| -|npm|nestjs-s3|1.2212271482495744e-05| -|npm|ngx-material-file-input|1.2212271482495744e-05| -|npm|passport-jwt|1.2212271482495744e-05| -|npm|sharp|1.2212271482495744e-05| -|npm|ssh2|1.2212271482495744e-05| -|npm|stackdriver-errors-js|1.2212271482495744e-05| -|npm|tiny-version-compare|1.2212271482495744e-05| -|npm|unzipper|1.2212271482495744e-05| -|npm|yaml|1.2212271482495744e-05| -|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2199902067814019e-05| -|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2194759477207914e-05| -|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2185862445414846e-05| -|cran|rms|1.217337601609337e-05| -|pypi|[casa-formats-io](https://pypi.org/project/casa-formats-io)|1.2128034507947176e-05| -|npm|[pug](https://pugjs.org)|1.2121960934733862e-05| -|npm|svgo|1.2100943543356207e-05| -|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2097892464503755e-05| -|cran|dfoptim|1.2096257362115152e-05| -|cran|vcd|1.2093786995298043e-05| -|pypi|[keystoneauth1](https://pypi.org/project/keystoneauth1)|1.20867903930131e-05| -|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2083511849115277e-05| -|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2083511849115277e-05| -|cran|fftwtools|1.2081565497754592e-05| -|pypi|[m2r2](https://pypi.org/project/m2r2)|1.207432754761293e-05| -|spack|[pugixml](https://pugixml.org/)|1.2052234649318245e-05| -|cran|jsonify|1.2036026200873361e-05| -|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.2019290752915206e-05| -|cran|RSpectra|1.201052063838636e-05| -|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.200873362445415e-05| -|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.200873362445415e-05| -|pypi|[PyCBC](http://www.pycbc.org/)|1.200873362445415e-05| -|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.200873362445415e-05| -|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.200873362445415e-05| -|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.200873362445415e-05| -|pypi|[pyfai](https://pypi.org/project/pyfai)|1.200873362445415e-05| -|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.200873362445415e-05| -|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.198189570902363e-05| -|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.1978711790393014e-05| -|cran|[proxy](NA)|1.1975735232859276e-05| -|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1929447390309838e-05| -|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.1922613849033064e-05| -|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1920451588874108e-05| -|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1888646288209607e-05| -|cran|robotstxt|1.1888646288209607e-05| -|npm|p-each-series|1.1888646288209607e-05| -|cran|[geosphere](NA)|1.1850145547596412e-05| -|pypi|[pytest-ruff](https://github.com/businho/pytest-ruff)|1.1845294327337922e-05| -|pypi|[connection-pool](https://github.com/zhouyl/ConnectionPool)|1.177928103555833e-05| -|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1778062930079806e-05| -|pypi|[untokenize](https://pypi.org/project/untokenize)|1.1774762228177585e-05| -|cran|[gbm](https://github.com/gbm-developers/gbm)|1.1771734338259994e-05| -|npm|[split](http://github.com/dominictarr/split)|1.1768523898999473e-05| -|npm|react-test-renderer|1.1766857309548644e-05| -|npm|react-collapsible|1.1745725023420807e-05| -|npm|react-icons|1.1745725023420807e-05| -|cran|ggdist|1.1736227746053074e-05| -|cran|bridgesampling|1.1736227746053074e-05| -|cran|bayesQR|1.1736227746053074e-05| -|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1734495717164933e-05| -|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1692543076559039e-05| -|cran|mice|1.1671736780896117e-05| -|spack|libzmq|1.1655535576676085e-05| -|spack|dataspaces|1.1655535576676085e-05| -|spack|c-blosc|1.1655535576676085e-05| -|spack|zfp|1.1655535576676085e-05| -|spack|sz|1.1655535576676085e-05| -|npm|basic-auth|1.1629961587948078e-05| -|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.16213551204395e-05| -|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1595933406113538e-05| -|npm|[jade](http://jade-lang.com)|1.1524963424234325e-05| -|pypi|[psims](https://pypi.org/project/psims)|1.150017759762646e-05| -|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.1464051777916406e-05| -|npm|[keycode](https://github.com/timoxley/keycode)|1.1464051777916406e-05| -|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.1464051777916406e-05| -|npm|simple-assign|1.1464051777916406e-05| -|npm|warning|1.1464051777916406e-05| -|npm|lodash.merge|1.1464051777916406e-05| -|npm|lodash.throttle|1.1464051777916406e-05| -|npm|recompose|1.1464051777916406e-05| -|pypi|[bandit](https://pypi.org/project/bandit)|1.1444477716608012e-05| -|cran|AER|1.144106153028408e-05| -|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.1413285865656307e-05| -|cran|sm|1.1409480069696905e-05| -|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1404047944160433e-05| -|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.137068717308897e-05| -|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1327816443995905e-05| -|pypi|[m2r](https://pypi.org/project/m2r)|1.1326485383475696e-05| -|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1296787273861511e-05| -|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1258187772925765e-05| -|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1258187772925765e-05| -|cran|EnvStats|1.1258187772925765e-05| -|pypi|[schema](https://github.com/keleshev/schema)|1.1255673072308974e-05| -|pypi|[django-storages](https://github.com/jschneier/django-storages)|1.1250963267403031e-05| -|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.1243748121563568e-05| -|pypi|[pyserial](https://pypi.org/project/pyserial)|1.1236143768894861e-05| -|cran|gganimate|1.1232833198781698e-05| -|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1228909513702057e-05| -|pypi|[memoization](https://pypi.org/project/memoization)|1.1228909513702057e-05| -|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1228909513702057e-05| -|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1219909934497815e-05| -|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1219909934497815e-05| -|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1219909934497815e-05| -|pypi|[treq](https://pypi.org/project/treq)|1.1219266609482222e-05| -|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1210089171534835e-05| -|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1198095030651663e-05| -|pypi|[plaster](https://docs.pylonsproject.org/projects/plaster/en/latest/)|1.119303049570517e-05| -|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1187846760753545e-05| -|spack|netcdf-c|1.117731262810801e-05| -|spack|cgns|1.117731262810801e-05| -|pypi|[glue-core](http://glueviz.org)|1.117314423810057e-05| -|pypi|[stfio](https://pypi.org/project/stfio)|1.1145605895196507e-05| -|pypi|[klusta](https://klusta.cortexlab.net)|1.1145605895196507e-05| -|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1145605895196507e-05| -|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1145605895196507e-05| -|npm|ms|1.1043803569323125e-05| -|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.1039457267623206e-05| -|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.1039457267623206e-05| -|npm|eslint-plugin-prettier|1.1033829739060155e-05| -|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.1018401831008072e-05| -|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0991473485411127e-05| -|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0974135035270407e-05| -|pypi|[fasteners](https://pypi.org/project/fasteners)|1.0947102758446909e-05| -|npm|react-json-view|1.0936525265127887e-05| -|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.091703056768559e-05| -|pypi|[emperor](http://github.com/biocore/emperor)|1.091703056768559e-05| -|npm|[canvg](https://github.com/canvg/canvg)|1.091703056768559e-05| -|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.091703056768559e-05| -|npm|[http](https://github.com/npm/security-holder#readme)|1.091703056768559e-05| -|npm|[jspdf](https://github.com/mrrio/jspdf)|1.091703056768559e-05| -|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.091703056768559e-05| -|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.091703056768559e-05| -|npm|[sequelize](https://sequelize.org/)|1.091703056768559e-05| -|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.091532943346316e-05| -|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0883352974121071e-05| -|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.0873778535051765e-05| -|pypi|[numpyro](https://pypi.org/project/numpyro)|1.0870270288030168e-05| -|spack|ffmpeg|1.084338206187319e-05| -|npm|create-react-class|1.0826689286855438e-05| -|npm|react-ga|1.0826689286855438e-05| -|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0821105188800412e-05| -|npm|acorn|1.0806750042249378e-05| -|pypi|[nvidia-cusolver-cu11](https://developer.nvidia.com/cuda-zone)|1.0795338960485676e-05| -|pypi|[equinox](https://pypi.org/project/equinox)|1.0787198176213719e-05| -|cran|pscl|1.077639317793704e-05| -|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0768319309830654e-05| -|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.068504366812227e-05| -|pypi|[sigtools](https://pypi.org/project/sigtools)|1.0642740174672487e-05| -|spack|fftw-api|1.0614862757330005e-05| -|cran|udpipe|1.0607413730833635e-05| -|cran|Rcsdp|1.0606983979304998e-05| -|npm|vue-loader|1.0598779631940113e-05| -|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0595941433341897e-05| -|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0595941433341897e-05| -|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0595941433341897e-05| -|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0595941433341897e-05| -|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0595941433341897e-05| -|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0595941433341897e-05| -|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0595941433341897e-05| -|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0595941433341897e-05| -|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0595941433341897e-05| -|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0595941433341897e-05| -|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0595941433341897e-05| -|pypi|[sty](https://pypi.org/project/sty)|1.0595941433341897e-05| -|pypi|[awscli](https://pypi.org/project/awscli)|1.0595941433341897e-05| -|cran|tableHTML|1.0595941433341897e-05| -|cran|shiny.i18n|1.0595941433341897e-05| -|cran|popbio|1.0595941433341897e-05| -|pypi|[pims](https://github.com/soft-matter/pims)|1.0576263256394262e-05| -|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0571757376730372e-05| -|npm|karma-chrome-launcher|1.0558234616752715e-05| -|npm|[through2](https://github.com/rvagg/through2#readme)|1.054846590827295e-05| -|cran|[ini](https://github.com/dvdscripter/ini)|1.052172098662848e-05| -|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0505462477908368e-05| -|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0495236204843193e-05| -|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0495236204843193e-05| -|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0495236204843193e-05| -|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0489253548034936e-05| -|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0478774773261672e-05| -|spack|[fftw](https://www.fftw.org)|1.0476746962757189e-05| -|pypi|[mocpy](https://pypi.org/project/mocpy)|1.046323640132156e-05| -|spack|libgd|1.0462008733624454e-05| -|npm|babel-eslint|1.043489285291456e-05| -|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0432035267172698e-05| -|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0419156515743508e-05| -|pypi|[yattag](https://pypi.org/project/yattag)|1.0419156515743508e-05| -|spack|[gsl](https://www.gnu.org/software/gsl)|1.0402764585963696e-05| -|pypi|[od](https://pypi.org/project/od)|1.0402565502183407e-05| -|pypi|[beartype](https://pypi.org/project/beartype)|1.0399159663865545e-05| -|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0383951965065513e-05| -|cran|optimx|1.0344548609504558e-05| -|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0293200249532128e-05| -|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0293200249532128e-05| -|pypi|[webtest](https://pypi.org/project/webtest)|1.0291875485644303e-05| -|npm|lodash.get|1.0280333749220212e-05| -|cran|[storr](https://github.com/richfitz/storr)|1.0277331565814098e-05| -|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.0274575266004536e-05| -|cran|pls|1.0260229197250185e-05| -|spack|glx|1.0250924605650119e-05| -|spack|libxt|1.0250924605650119e-05| -|spack|osmesa|1.0250924605650119e-05| -|spack|netcdf-cxx|1.0250924605650119e-05| -|spack|libogg|1.0250924605650119e-05| -|spack|libtheora|1.0250924605650119e-05| -|spack|utf8cpp|1.0250924605650119e-05| -|spack|proj|1.0250924605650119e-05| -|spack|seacas|1.0250924605650119e-05| -|npm|react-router|1.024267188798331e-05| -|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0225795596570254e-05| -|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0207423580786027e-05| -|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|1.0199355212882097e-05| -|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0191502401746723e-05| -|pypi|[PySide](http://www.pyside.org)|1.0190268247036805e-05| -|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0190268247036805e-05| -|pypi|[slycot](https://github.com/python-control/Slycot)|1.0190268247036805e-05| -|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0190268247036805e-05| -|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0190268247036805e-05| -|npm|[remark](https://remark.js.org)|1.0190268247036805e-05| -|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0190268247036805e-05| -|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0190268247036805e-05| -|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0164581843907949e-05| -|cran|janeaustenr|1.0153968195838704e-05| -|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0085075038079345e-05| -|spack|arpack-ng|1.0084119619463505e-05| -|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0068861269734633e-05| -|cran|mlmRev|1.0067639146269862e-05| -|npm|babel-jest|1.0052919825744953e-05| -|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.004223495620956e-05| -|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.004223495620956e-05| -|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0039921401156772e-05| -|cran|gsl|1.0026331286166025e-05| -|pypi|[mkdocstrings-python](https://pypi.org/project/mkdocstrings-python)|1.0022553865348625e-05| -|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.001149161112388e-05| -|pypi|[rubicon-objc](https://beeware.org/rubicon)|1.0007278020378457e-05| -|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|1.0007278020378457e-05| -|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|1.0007278020378457e-05| -|pypi|[xlwings](https://pypi.org/project/xlwings)|1.0007278020378457e-05| -|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.97524923220884e-06| -|cran|spacyr|9.952237991266375e-06| -|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.930074736821586e-06| -|cran|[NISTunits](NA)|9.916211790393013e-06| -|npm|source-map-js|9.907205240174672e-06| -|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.876640024501572e-06| -|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.875901784739553e-06| -|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.872949557720302e-06| -|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|9.865636546859258e-06| -|pypi|[siphon](https://pypi.org/project/siphon)|9.8607260193152e-06| -|rubygems|rubocop-performance|9.85673491038548e-06| -|cran|measurements|9.852522613849034e-06| -|npm|[del](https://github.com/sindresorhus/del#readme)|9.83444353135947e-06| -|pypi|[pytest-subtests](https://pypi.org/project/pytest-subtests)|9.815091820024953e-06| -|cran|NLP|9.806913594690216e-06| -|cran|celestial|9.796920951786832e-06| -|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.762618781977029e-06| -|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.740905442206515e-06| -|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.736811046854717e-06| -|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|9.727074235807865e-06| -|pypi|[Click](https://pypi.org/project/Click)|9.725722425439883e-06| -|cran|modeldata|9.71847620151493e-06| -|cran|spData|9.711634435433563e-06| -|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.709061135371178e-06| -|pypi|[affine](https://github.com/sgillies/affine)|9.695679870313374e-06| -|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.662317563908338e-06| -|pypi|[linetools](http://linetools.readthedocs.org/)|9.660710181567456e-06| -|npm|codemirror|9.659772541868613e-06| -|cran|tkrplot|9.634319247773302e-06| -|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.63158673014853e-06| -|pypi|[spacy](https://spacy.io)|9.619808780465e-06| -|pypi|[ninja](https://pypi.org/project/ninja)|9.602952775770166e-06| -|cran|HSAUR3|9.562518090921057e-06| -|pypi|[clang](http://clang.llvm.org/)|9.547488060922786e-06| -|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.480579177200644e-06| -|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.480579177200644e-06| -|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.480579177200644e-06| -|pypi|[mp-api](https://github.com/materialsproject/api)|9.480579177200644e-06| -|pypi|[trainstation](https://pypi.org/project/trainstation)|9.480579177200644e-06| -|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.480579177200644e-06| -|pypi|[alerce](https://pypi.org/project/alerce)|9.480579177200644e-06| -|pypi|[pygithub](https://pypi.org/project/pygithub)|9.480579177200644e-06| -|npm|highcharts-exporting|9.480579177200644e-06| -|npm|highcharts-no-data-to-display|9.480579177200644e-06| -|npm|[history](https://github.com/remix-run/history#readme)|9.480579177200644e-06| -|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.480579177200644e-06| -|npm|[ramda](https://ramdajs.com/)|9.480579177200644e-06| -|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.480579177200644e-06| -|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.480579177200644e-06| -|npm|react-fontawesome|9.480579177200644e-06| -|npm|react-js-pagination|9.480579177200644e-06| -|npm|react-router-redux|9.480579177200644e-06| -|npm|react-s-alert|9.480579177200644e-06| -|npm|react-table|9.480579177200644e-06| -|npm|redux-form|9.480579177200644e-06| -|npm|redux-observable|9.480579177200644e-06| -|npm|redux-persist|9.480579177200644e-06| -|npm|reselect|9.480579177200644e-06| -|npm|rx-dom|9.480579177200644e-06| -|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.448977246609974e-06| -|pypi|[transaction](https://pypi.org/project/transaction)|9.426567223715149e-06| -|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.425232814077318e-06| -|cran|[ggsci](https://nanx.me/ggsci/)|9.425232814077318e-06| -|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.347604819910037e-06| -|cran|rcmdcheck|9.323682024093545e-06| -|npm|codecov|9.316830863601739e-06| -|pypi|[itk-io](https://pypi.org/project/itk-io)|9.295531815346225e-06| -|pypi|[minio](https://pypi.org/project/minio)|9.282426531334829e-06| -|pypi|[tableone](https://pypi.org/project/tableone)|9.237487403426269e-06| -|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.237487403426269e-06| -|pypi|[recipy](http://www.recipy.org)|9.237487403426269e-06| -|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.237487403426269e-06| -|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.237487403426269e-06| -|pypi|[svn](https://github.com/dsoprea/PySvn)|9.237487403426269e-06| -|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.237175963490045e-06| -|cran|Biostrings|9.232664975996094e-06| -|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.231713973799126e-06| -|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.228061235989958e-06| -|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.221970045200338e-06| -|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.215915061643777e-06| -|cran|rstatix|9.200069058618802e-06| -|cran|[rstantools](https://mc-stan.org/rstantools/)|9.195939411801853e-06| -|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.179969557452991e-06| -|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.179969557452991e-06| -|npm|[fuse.js](http://fusejs.io)|9.173814722395512e-06| -|rubygems|jekyll-include-cache|9.164164847161572e-06| -|pypi|[profimp](https://pypi.org/project/profimp)|9.156520756141563e-06| -|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.156520756141563e-06| -|pypi|[scrublet](https://pypi.org/project/scrublet)|9.156520756141563e-06| -|pypi|[scanorama](https://pypi.org/project/scanorama)|9.156520756141563e-06| -|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.156520756141563e-06| -|pypi|[bbknn](https://pypi.org/project/bbknn)|9.156520756141563e-06| -|pypi|[session-info](https://pypi.org/project/session-info)|9.156520756141563e-06| -|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.153595936191074e-06| -|pypi|[visdom](https://pypi.org/project/visdom)|9.149881846554214e-06| -|pypi|[nameparser](https://pypi.org/project/nameparser)|9.145112529392005e-06| -|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|9.121383733624457e-06| -|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.104589734092328e-06| -|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.098710267086436e-06| -|cran|gt|9.085080852353514e-06| -|pypi|[pyvista](https://pypi.org/project/pyvista)|9.059561449558946e-06| -|rubygems|[power_assert](https://github.com/ruby/power_assert)|9.052195842658296e-06| -|rubygems|packnga|9.052195842658296e-06| -|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|9.050189366793747e-06| -|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|9.019416718652525e-06| -|cran|[beautier](https://docs.ropensci.org/beautier/)|9.01804182946449e-06| -|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|9.006550218340614e-06| -|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|9.006550218340612e-06| -|pypi|[ccxt](https://ccxt.com)|9.006550218340612e-06| -|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|9.006550218340612e-06| -|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|9.006550218340612e-06| -|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|9.006550218340612e-06| -|pypi|[schedule](https://github.com/dbader/schedule)|9.006550218340612e-06| -|pypi|[tangle](https://github.com/fifman/tangle)|9.006550218340612e-06| -|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|9.006550218340612e-06| -|npm|[antv](https://github.com/ant-design-vue/antv#readme)|9.006550218340612e-06| -|npm|form-create|9.006550218340612e-06| -|npm|ant-design-vue|9.006550218340612e-06| -|npm|butterfly-dag|9.006550218340612e-06| -|npm|china-area-data|9.006550218340612e-06| -|npm|cron-parser|9.006550218340612e-06| -|npm|dom-align|9.006550218340612e-06| -|npm|element-resize-detector|9.006550218340612e-06| -|npm|enquire.js|9.006550218340612e-06| -|npm|lodash.pick|9.006550218340612e-06| -|npm|md5|9.006550218340612e-06| -|npm|react-visual-modeling|9.006550218340612e-06| -|npm|viser-vue|9.006550218340612e-06| -|npm|vue-area-linkage|9.006550218340612e-06| -|npm|vue-cropper|9.006550218340612e-06| -|npm|vue-i18n|9.006550218340612e-06| -|npm|vue-ls|9.006550218340612e-06| -|npm|vue-photo-preview|9.006550218340612e-06| -|npm|vue-splitpane|9.006550218340612e-06| -|npm|vuedraggable|9.006550218340612e-06| -|npm|vuera|9.006550218340612e-06| -|npm|vxe-table|9.006550218340612e-06| -|npm|vxe-table-plugin-antd|9.006550218340612e-06| -|npm|xe-utils|9.006550218340612e-06| -|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|9.006073681292023e-06| -|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.985434382900483e-06| -|pypi|[mygene](https://github.com/biothings/mygene.py)|8.967790102807355e-06| -|cran|purrrlyr|8.953729848639065e-06| -|cran|LaplacesDemon|8.952878531325194e-06| -|pypi|[eventlet](https://pypi.org/project/eventlet)|8.929459959149177e-06| -|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.916484716157205e-06| -|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.916484716157205e-06| -|cran|BeyondBenford|8.916484716157205e-06| -|cran|BenfordTests|8.916484716157205e-06| -|cran|benford.analysis|8.916484716157205e-06| -|cran|MUS|8.916484716157205e-06| -|cran|filelock|8.916484716157205e-06| -|cran|AsioHeaders|8.916484716157205e-06| -|cran|manipulateWidget|8.916484716157205e-06| -|npm|svg-sprite|8.916484716157205e-06| -|npm|picocolors|8.916484716157205e-06| -|npm|dompurify|8.896714240068166e-06| -|npm|query-string|8.896714240068166e-06| -|npm|react-virtualized|8.896714240068166e-06| -|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.885220397782563e-06| -|pypi|[python-json-logger](http://github.com/madzak/python-json-logger)|8.871471317343583e-06| -|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.856441048034936e-06| -|npm|[benchmark](https://benchmarkjs.com/)|8.816969677513247e-06| -|cran|semEff|8.793855615390262e-06| -|cran|rr2|8.793855615390262e-06| -|cran|MEMSS|8.793855615390262e-06| -|cran|PKPDmodels|8.793855615390262e-06| -|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.78687826179572e-06| -|pypi|[lit](https://pypi.org/project/lit)|8.78687826179572e-06| -|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.750634738439171e-06| -|rubygems|rspec-rails|8.733698719662538e-06| -|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.722063252396961e-06| -|pypi|[nglview](https://pypi.org/project/nglview)|8.713494315863993e-06| -|pypi|[types-dataclasses](https://github.com/python/typeshed)|8.710431497926682e-06| -|pypi|[pyrr](https://github.com/adamlwgriffiths/Pyrr)|8.666858415727962e-06| -|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.654946292108548e-06| -|pypi|[pathtools](https://pypi.org/project/pathtools)|8.652562817768567e-06| -|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.638603241094893e-06| -|cran|antiword|8.632333005422524e-06| -|spack|[root](https://root.cern.ch)|8.631277292576429e-06| -|pypi|[pyklip](https://pypi.org/project/pyklip)|8.613711325838522e-06| -|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.603141296918592e-06| -|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.601428768916754e-06| -|npm|publish-please|8.587215836116104e-06| -|cran|[quanteda](https://quanteda.io)|8.584660047655009e-06| -|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|8.58100368278777e-06| -|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.577666874610105e-06| -|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.577666874610105e-06| -|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.577666874610105e-06| -|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.577666874610105e-06| -|pypi|[uuid](http://zesty.ca/python/)|8.577666874610105e-06| -|npm|eslint-config-react-app|8.554793096277813e-06| -|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.553188142373438e-06| -|npm|babel-preset-react|8.540090372729543e-06| -|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.532974786025133e-06| -|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.527224344978167e-06| -|cran|rsm|8.506125482804846e-06| -|cran|tables|8.501882309440404e-06| -|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.491890205864004e-06| -|spack|superlu|8.491890205864004e-06| -|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.490491673221405e-06| -|cran|mda|8.475843550146197e-06| -|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.472095589999525e-06| -|rubygems|selenium-webdriver|8.46602807907217e-06| -|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.45715065502184e-06| -|npm|globby|8.422578313357151e-06| -|cran|psychTools|8.377862800265696e-06| -|pypi|[path.py](https://pypi.org/project/path.py)|8.37145709828465e-06| -|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.356923916694659e-06| -|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.354618848021164e-06| -|cran|seqLogo|8.341016504380374e-06| -|npm|strip-json-comments|8.335256920287173e-06| -|npm|cpy-cli|8.319640911627414e-06| -|cran|[pander](https://rapporter.github.io/pander/)|8.305280963577913e-06| -|pypi|[zappy](https://pypi.org/project/zappy)|8.299166456511064e-06| -|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.299166456511064e-06| -|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.299166456511064e-06| -|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.299166456511064e-06| -|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.299166456511064e-06| -|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.299166456511064e-06| -|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.299166456511064e-06| -|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.299166456511064e-06| -|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.299166456511064e-06| -|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.299166456511064e-06| -|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.299166456511064e-06| -|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.299166456511064e-06| -|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.299166456511064e-06| -|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.299166456511064e-06| -|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.299166456511064e-06| -|pypi|[flit_core](https://pypi.org/project/flit_core)|8.299166456511064e-06| -|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.299166456511064e-06| -|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.299166456511064e-06| -|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.299166456511064e-06| -|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.299166456511064e-06| -|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.299166456511064e-06| -|pypi|[streamz](https://pypi.org/project/streamz)|8.271762403924743e-06| -|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.269650655021833e-06| -|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.261462882096069e-06| -|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.252307096607655e-06| -|rubygems|ffi|8.239492358078602e-06| -|rubygems|rake-compiler-dock|8.235010527136618e-06| -|npm|clean-css|8.22567618750557e-06| -|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.21185461083997e-06| -|pypi|[plams](https://www.scm.com/doc/plams/)|8.208435095127812e-06| -|cran|rootSolve|8.205058153530065e-06| -|pypi|[snowflake-snowpark-python](https://pypi.org/project/snowflake-snowpark-python)|8.19597613849033e-06| -|pypi|[priority](https://pypi.org/project/priority)|8.194970967896732e-06| -|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.187772925764192e-06| -|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.187772925764192e-06| -|pypi|[transitions](https://pypi.org/project/transitions)|8.187772925764192e-06| -|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.187772925764192e-06| -|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.187772925764192e-06| -|pypi|[scalpl](https://pypi.org/project/scalpl)|8.187772925764192e-06| -|pypi|[shellingham](https://pypi.org/project/shellingham)|8.187772925764192e-06| -|rubygems|activemodel|8.187675238049536e-06| -|rubygems|rack-test|8.181309651581086e-06| -|cran|Cubist|8.177054820680611e-06| -|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.16593886462882e-06| -|pypi|[etelemetry](https://github.com/sensein/etelemetry-client)|8.121696161801888e-06| -|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.10589519650655e-06| -|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.10589519650655e-06| -|cran|adehabitatMA|8.083626253659005e-06| -|rubygems|[web-console](https://github.com/rails/web-console)|8.079345275227995e-06| -|rubygems|[spring](https://github.com/rails/spring)|8.079345275227995e-06| -|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.06173827034836e-06| -|cran|[origami](https://tlverse.org/origami/)|8.057843049299295e-06| -|cran|bbmle|8.050445301813687e-06| -|pypi|[Nano-Utils](https://github.com/nlesc-nano/Nano-Utils)|8.038593502567303e-06| -|npm|[actions](https://github.com/fundon/actions)|8.02869619463506e-06| -|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|8.024836244541485e-06| -|pypi|[coreapi](https://github.com/core-api/python-client)|8.005822416302766e-06| -|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|8.005822416302766e-06| -|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|8.005822416302766e-06| -|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|8.005822416302766e-06| -|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|8.005822416302766e-06| -|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|8.005822416302766e-06| -|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|8.005822416302766e-06| -|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|8.005822416302766e-06| -|pypi|[python3-saml](https://pypi.org/project/python3-saml)|8.005822416302766e-06| -|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|8.005822416302766e-06| -|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|8.005822416302766e-06| -|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|8.005822416302766e-06| -|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|8.005822416302766e-06| -|pypi|[sregistry](https://pypi.org/project/sregistry)|8.005822416302766e-06| -|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|8.005822416302766e-06| -|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|8.005822416302766e-06| -|rubygems|[pagy](https://github.com/ddnexus/pagy)|8.005822416302766e-06| -|rubygems|factory_bot_rails|8.005822416302766e-06| -|rubygems|vcr|8.005822416302766e-06| -|rubygems|spring-commands-rspec|8.005822416302766e-06| -|pypi|[pytest-env](https://pypi.org/project/pytest-env)|8.004920775769424e-06| -|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.98967252335936e-06| -|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.9648585584721e-06| -|npm|needle|7.963736723780624e-06| -|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.959863580944798e-06| -|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.925764192139739e-06| -|cran|cleanNLP|7.925764192139739e-06| -|npm|simplebar-core|7.925764192139739e-06| -|npm|webworker-threads|7.925764192139739e-06| -|rubygems|guard-rspec|7.925764192139739e-06| -|rubygems|guard-shell|7.925764192139739e-06| -|rubygems|redis-client|7.925764192139737e-06| -|pypi|[jupyter_client](https://jupyter.org)|7.877756996013599e-06| -|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.86184673897732e-06| -|rubygems|shoulda-matchers|7.861064076285535e-06| -|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.83405690122875e-06| -|npm|c8|7.813162035687164e-06| -|cran|gpclib|7.807697122172243e-06| -|cran|PBSmapping|7.807697122172243e-06| -|rubygems|public_suffix|7.7647721069869e-06| -|pypi|[torchaudio](https://pypi.org/project/torchaudio)|7.760650094905505e-06| -|pypi|[mujoco](https://pypi.org/project/mujoco)|7.753464970571484e-06| -|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.753464970571484e-06| -|pypi|[swig](https://pypi.org/project/swig)|7.753464970571484e-06| -|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.753464970571484e-06| -|pypi|[shimmy](https://pypi.org/project/shimmy)|7.753464970571484e-06| -|pypi|[autorom](https://pypi.org/project/autorom)|7.753464970571484e-06| -|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.753464970571484e-06| -|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.752577013338087e-06| -|cran|rnaturalearthhires|7.752561303325496e-06| -|spack|[octave](https://www.gnu.org/software/octave/)|7.72909054451475e-06| -|pypi|[soundfile](https://github.com/bastibe/PySoundFile)|7.728081020630813e-06| -|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.726688738866261e-06| -|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.721186837180294e-06| -|cran|[imager](http://dahtah.github.io/imager/)|7.719900187149096e-06| -|cran|lgr|7.714875283899895e-06| -|pypi|[lingua](https://pypi.org/project/lingua)|7.69365252651279e-06| -|npm|parseurl|7.675257142557224e-06| -|cran|triangle|7.673580786026201e-06| -|cran|evd|7.673580786026201e-06| -|cran|SASmixed|7.671361314722395e-06| -|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.670805495996898e-06| -|cran|beepr|7.661662343632008e-06| -|pypi|[optuna](https://optuna.org/)|7.644478699819967e-06| -|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.638574194611519e-06| -|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.624839455432827e-06| -|pypi|[stimela](https://pypi.org/project/stimela)|7.624839455432827e-06| -|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|7.618210698041484e-06| -|cran|MCMCpack|7.6177693215630585e-06| -|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.575265586583978e-06| -|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.5752015451797115e-06| -|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.562500000000001e-06| -|npm|coffeescript|7.531010065262249e-06| -|pypi|[nox](https://pypi.org/project/nox)|7.522320873191391e-06| -|cran|[bold](https://docs.ropensci.org/bold/)|7.519550396577846e-06| -|cran|[rredlist](https://github.com/ropensci/rredlist)|7.519550396577846e-06| -|cran|[rotl](https://docs.ropensci.org/rotl/)|7.519550396577846e-06| -|cran|[worrms](https://docs.ropensci.org/worrms)|7.519550396577846e-06| -|cran|[natserv](https://docs.ropensci.org/natserv)|7.519550396577846e-06| -|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.519550396577846e-06| -|cran|[ritis](https://github.com/ropensci/ritis)|7.519550396577844e-06| -|pypi|[prettytable](https://pypi.org/project/prettytable)|7.479108840290188e-06| -|npm|rtlcss|7.469962424878818e-06| -|cran|[fst](http://www.fstpackage.org)|7.448402162271453e-06| -|pypi|[apscheduler](https://github.com/agronholm/apscheduler)|7.442775565046313e-06| -|pypi|[pyside2](https://pypi.org/project/pyside2)|7.441018792888335e-06| -|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.430403930131004e-06| -|pypi|[bagit](https://pypi.org/project/bagit)|7.430403930131004e-06| -|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.430403930131004e-06| -|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.430403930131004e-06| -|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.430403930131004e-06| -|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.430403930131004e-06| -|pypi|[adal](https://pypi.org/project/adal)|7.430403930131004e-06| -|spack|rsync|7.430403930131004e-06| -|spack|hepmc|7.430403930131004e-06| -|spack|hepmc3|7.430403930131004e-06| -|spack|evtgen|7.430403930131004e-06| -|spack|fastjet|7.430403930131004e-06| -|spack|lhapdf|7.430403930131004e-06| -|spack|rivet|7.430403930131004e-06| -|spack|madgraph5amc|7.430403930131004e-06| -|spack|openmpi|7.430403930131004e-06| -|spack|mpich|7.430403930131004e-06| -|spack|highfive|7.430403930131004e-06| -|spack|msmpi|7.430403930131004e-06| -|cran|yamlme|7.430403930131004e-06| -|npm|quick-lru|7.430403930131004e-06| -|npm|map-obj|7.430403930131004e-06| -|npm|lodash.kebabcase|7.430403930131004e-06| -|pypi|[annoy](https://pypi.org/project/annoy)|7.429156725892297e-06| -|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.429156725892297e-06| -|pypi|[nmslib](https://pypi.org/project/nmslib)|7.429156725892297e-06| -|pypi|[pyemd](https://pypi.org/project/pyemd)|7.429156725892297e-06| -|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.429156725892297e-06| -|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.429156725892297e-06| -|pypi|[stestr](https://pypi.org/project/stestr)|7.426441048034934e-06| -|cran|adehabitatLT|7.419681846537742e-06| -|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.412518080796309e-06| -|cran|doFuture|7.404332337393703e-06| -|cran|pbmcapply|7.404332337393703e-06| -|pypi|[intervals](https://pypi.org/project/intervals)|7.399887230673257e-06| -|npm|memfs|7.37085206705355e-06| -|pypi|[scooby](https://github.com/banesullivan/scooby)|7.360325641698683e-06| -|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.358821257760747e-06| -|cran|tm.lexicon.GeneralInquirer|7.358549474542924e-06| -|cran|Rpoppler|7.358549474542924e-06| -|cran|Rcampdf|7.358549474542924e-06| -|cran|filehash|7.358549474542924e-06| -|npm|ghsign|7.356099890829694e-06| -|npm|git-config-path|7.356099890829694e-06| -|npm|github-username|7.356099890829694e-06| -|npm|parse-git-config|7.356099890829694e-06| -|cran|paradox|7.352758832206335e-06| -|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.352285892522948e-06| -|npm|[child_process](https://github.com/npm/security-holder#readme)|7.352285892522948e-06| -|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.352285892522948e-06| -|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.352285892522948e-06| -|npm|mkdir-recursive|7.352285892522948e-06| -|npm|ncp|7.352285892522948e-06| -|npm|node-pre-gyp|7.352285892522948e-06| -|npm|react-bootstrap-drawer|7.352285892522948e-06| -|npm|react-combo-select|7.352285892522948e-06| -|npm|react-jsx-parser|7.352285892522948e-06| -|npm|react-pro-sidebar|7.352285892522948e-06| -|npm|react-spinners|7.352285892522948e-06| -|npm|reactour|7.352285892522948e-06| -|npm|util-promisifyall|7.352285892522948e-06| -|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.352285892522948e-06| -|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.352285892522948e-06| -|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.352285892522948e-06| -|rubygems|[rr](https://rr.github.io/rr)|7.3382272925764176e-06| -|pypi|[pycares](https://pypi.org/project/pycares)|7.3289389066173995e-06| -|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.321863840966291e-06| -|npm|package-json-versionify|7.3201196417431605e-06| -|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.3011203452660885e-06| -|cran|permute|7.296872033415607e-06| -|pypi|[neobolt](https://pypi.org/project/neobolt)|7.278763033597719e-06| -|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.278763033597719e-06| -|cran|plotfunctions|7.278763033597719e-06| -|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.2772925764192135e-06| -|pypi|[bumpversion](https://github.com/peritus/bumpversion)|7.274400386105613e-06| -|pypi|[pymoo](https://pypi.org/project/pymoo)|7.247723902117493e-06| -|cran|sparkline|7.241479345078092e-06| -|npm|[nopt](https://github.com/npm/nopt#readme)|7.212694357304304e-06| -|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.212694357304304e-06| -|rubygems|[spec](https://github.com/bootstraponline/spec)|7.205240174672504e-06| -|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.205240174672503e-06| -|pypi|[gatspy](http://github.com/astroml/gatspy)|7.20524017467249e-06| -|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.2052401746724886e-06| -|cran|rcdk|7.2052401746724886e-06| -|cran|fingerprint|7.2052401746724886e-06| -|cran|enviPat|7.2052401746724886e-06| -|cran|flexdashboard|7.2052401746724886e-06| -|cran|keys|7.2052401746724886e-06| -|cran|[phytools](https://github.com/liamrevell/phytools)|7.198716948989876e-06| -|pypi|[snuggs](https://pypi.org/project/snuggs)|7.189434069171279e-06| -|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.188668122270743e-06| -|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.188668122270743e-06| -|cran|RcppDE|7.182723799126637e-06| -|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.166274921828078e-06| -|pypi|[hvplot](https://pypi.org/project/hvplot)|7.159677626509123e-06| -|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.1441214703886264e-06| -|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.140034381236537e-06| -|pypi|[rq](https://github.com/nvie/rq/)|7.1391921397379924e-06| -|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.135959019146794e-06| -|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.133187772925765e-06| -|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.133187772925765e-06| -|cran|actuar|7.133187772925765e-06| -|cran|skellam|7.133187772925765e-06| -|cran|hoa|7.133187772925765e-06| -|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.133187772925764e-06| -|rubygems|jdbc-postgres|7.133187772925764e-06| -|rubygems|jdbc-sqlite3|7.133187772925764e-06| -|rubygems|shoulda-context|7.133187772925764e-06| -|cran|bigmemory|7.132866110417967e-06| -|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.102916684664593e-06| -|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.099668890061903e-06| -|pypi|[python-subunit](http://launchpad.net/subunit)|7.083717068957243e-06| -|cran|[docopt](https://github.com/docopt/docopt.R)|7.0765751715533446e-06| -|pypi|[webargs](https://github.com/marshmallow-code/webargs)|7.0567805556888544e-06| -|cran|fpc|7.051767863129641e-06| -|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.040377137128674e-06| -|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.037164091367148e-06| -|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.037164091367148e-06| -|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|7.021782665315034e-06| -|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|7.021381648980215e-06| -|cran|MCMCglmm|7.019277428411422e-06| -|pypi|[einops](https://pypi.org/project/einops)|7.017025492405725e-06| -|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|7.009243640141647e-06| -|pypi|[prefect](https://pypi.org/project/prefect)|6.993321346005652e-06| -|npm|[grunt-legacy-util](http://gruntjs.com/)|6.991438528720189e-06| -|npm|[grunt-known-options](http://gruntjs.com/)|6.991438528720189e-06| -|spack|libmd|6.991237336244542e-06| -|rubygems|[thor](http://whatisthor.com/)|6.970022168255955e-06| -|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.964905260054978e-06| -|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.964905260054978e-06| -|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.961183592118671e-06| -|pypi|[doc8](https://pypi.org/project/doc8)|6.9522226644008e-06| -|npm|accepts|6.942208219364332e-06| -|pypi|[banzai](http://github.com/twneale/banzai/)|6.928115552569701e-06| -|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.928115552569701e-06| -|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.928115552569701e-06| -|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.928115552569701e-06| -|pypi|[logutils](https://pypi.org/project/logutils)|6.928115552569701e-06| -|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.928115552569701e-06| -|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.928115552569701e-06| -|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.928115552569701e-06| -|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.928115552569701e-06| -|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.928115552569701e-06| -|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.928115552569701e-06| -|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.928115552569701e-06| -|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.928115552569701e-06| -|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.928115552569701e-06| -|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.928115552569701e-06| -|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.928115552569701e-06| -|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.928115552569701e-06| -|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.928115552569701e-06| -|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.928115552569701e-06| -|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.928115552569701e-06| -|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.928115552569701e-06| -|pypi|[infinity](https://pypi.org/project/infinity)|6.928115552569701e-06| -|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.920822799356474e-06| -|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.92082279935647e-06| -|pypi|[paramz](https://pypi.org/project/paramz)|6.92082279935647e-06| -|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.904271288209609e-06| -|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.8982649936796135e-06| -|cran|betareg|6.8945283597202676e-06| -|spack|rtmpdump|6.878431066749845e-06| -|cran|[Ckmeans.1d.dp](NA)|6.863235872476959e-06| -|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.858834397044004e-06| -|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.858834397044004e-06| -|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.858834397044004e-06| -|npm|xregexp|6.858834397044004e-06| -|npm|bufferedstream|6.858834397044004e-06| -|npm|tslint|6.850645552981018e-06| -|npm|concat-stream|6.8448367758255465e-06| -|npm|gulp-eslint|6.8311529852115515e-06| -|cran|scatterplot3d|6.8280479293483095e-06| -|cran|CompQuadForm|6.81177429416618e-06| -|cran|[torch](https://torch.mlverse.org/docs)|6.80345158882738e-06| -|rubygems|introspection|6.803277838427947e-06| -|pypi|[iwopy](https://pypi.org/project/iwopy)|6.797396391200462e-06| -|pypi|[cytocad](https://github.com/cytham/cytocad)|6.797396391200462e-06| -|pypi|[nanovar](https://github.com/cytham/nanovar)|6.797396391200462e-06| -|pypi|[hatch](https://pypi.org/project/hatch)|6.771695055466653e-06| -|rubygems|sinatra|6.762426596175517e-06| -|cran|gamlss|6.760578645544192e-06| -|npm|safer-buffer|6.760011287099401e-06| -|pypi|[parameterized](https://github.com/wolever/parameterized)|6.755056490076979e-06| -|cran|tree|6.7549126637554596e-06| -|pypi|[hacking](https://pypi.org/project/hacking)|6.753883343730505e-06| -|pypi|[polib](https://pypi.org/project/polib)|6.725577043044292e-06| -|cran|[binman](https://docs.ropensci.org/binman/)|6.724890829694333e-06| -|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|6.717195471238876e-06| -|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.705000587666242e-06| -|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.694067660964639e-06| -|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.677269989459419e-06| -|pypi|[echo](https://pypi.org/project/echo)|6.671518680252305e-06| -|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.671518680252305e-06| -|pypi|[WebTest](https://pypi.org/project/WebTest)|6.668311219348337e-06| -|pypi|[autobahn](https://pypi.org/project/autobahn)|6.635286111268645e-06| -|pypi|[txaio](https://pypi.org/project/txaio)|6.635286111268645e-06| -|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.625797783003023e-06| -|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.620604458745118e-06| -|pypi|[zope.deprecation](https://github.com/zopefoundation/zope.deprecation)|6.620474231009166e-06| -|cran|[beastier](https://docs.ropensci.org/beastier/)|6.604803493449783e-06| -|pypi|[minikanren](https://pypi.org/project/minikanren)|6.604803493449782e-06| -|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.604803493449782e-06| -|pypi|[etuples](https://pypi.org/project/etuples)|6.604803493449782e-06| -|pypi|[cons](https://pypi.org/project/cons)|6.604803493449782e-06| -|pypi|[pytensor](https://pypi.org/project/pytensor)|6.604803493449782e-06| -|pypi|[mkl](https://pypi.org/project/mkl)|6.604803493449782e-06| -|cran|shapefiles|6.604803493449782e-06| -|cran|VGAMdata|6.604803493449782e-06| -|cran|VGAMextra|6.604803493449782e-06| -|rubygems|yajl-ruby|6.604803493449782e-06| -|rubygems|benchmark_suite|6.604803493449782e-06| -|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.602816243181064e-06| -|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.596542400636518e-06| -|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.596009912763687e-06| -|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.593566749844042e-06| -|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.593566749844042e-06| -|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.593566749844042e-06| -|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.593566749844042e-06| -|pypi|[itk-core](https://pypi.org/project/itk-core)|6.593566749844042e-06| -|cran|[xgboost](https://github.com/dmlc/xgboost)|6.5824658192971585e-06| -|pypi|[amqp](http://github.com/celery/py-amqp)|6.5512987879440015e-06| -|npm|electron|6.538755458515283e-06| -|npm|v8-argv|6.538755458515283e-06| -|cran|tensorA|6.530243773693555e-06| -|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.525850688612697e-06| -|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.505740513580307e-06| -|cran|partitions|6.501198732768216e-06| -|cran|signal|6.498543947770365e-06| -|pypi|[safetensors](https://pypi.org/project/safetensors)|6.48471615720524e-06| -|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.48471615720524e-06| -|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.46204232448774e-06| -|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.46204232448774e-06| -|npm|[shelljs](http://github.com/shelljs/shelljs)|6.445846542538352e-06| -|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.43325015595758e-06| -|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.43325015595758e-06| -|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.43325015595758e-06| -|npm|[mdi](http://materialdesignicons.com)|6.43325015595758e-06| -|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.43325015595758e-06| -|npm|color|6.43325015595758e-06| -|npm|dotenv-load|6.43325015595758e-06| -|npm|iframe-resizer|6.43325015595758e-06| -|npm|isomorphic-unfetch|6.43325015595758e-06| -|npm|js-file-download|6.43325015595758e-06| -|npm|material-table|6.43325015595758e-06| -|npm|material-ui-chip-input|6.43325015595758e-06| -|npm|materialize-css|6.43325015595758e-06| -|npm|mui-datatables|6.43325015595758e-06| -|npm|next|6.43325015595758e-06| -|npm|next-env|6.43325015595758e-06| -|npm|next-redux-wrapper|6.43325015595758e-06| -|npm|ra-data-simple-rest|6.43325015595758e-06| -|npm|react-admin|6.43325015595758e-06| -|npm|react-loading|6.43325015595758e-06| -|npm|react-scroll|6.43325015595758e-06| -|npm|react-scroll-to-component|6.43325015595758e-06| -|npm|react-swipeable-views|6.43325015595758e-06| -|npm|react-wordcloud|6.43325015595758e-06| -|npm|redux-saga|6.43325015595758e-06| -|npm|serialize-error|6.43325015595758e-06| -|npm|swagger-client|6.43325015595758e-06| -|npm|swagger-ui-react|6.43325015595758e-06| -|npm|tween|6.43325015595758e-06| -|npm|uuid5|6.43325015595758e-06| -|pypi|[datasets](https://github.com/huggingface/datasets)|6.429877887730667e-06| -|npm|cross-spawn|6.407560832028006e-06| -|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.392637851879296e-06| -|pypi|[rdkit](https://pypi.org/project/rdkit)|6.386383773178917e-06| -|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.382279157569141e-06| -|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.368917654398004e-06| -|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.368917654398004e-06| -|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.368917654398004e-06| -|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.368917654398004e-06| -|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.368917654398004e-06| -|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.368917654398004e-06| -|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.368917654398004e-06| -|pypi|[spectra](http://github.com/jsvine/spectra)|6.368917654398004e-06| -|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.368917654398004e-06| -|pypi|[keepalive](https://github.com/wikier/keepalive)|6.368917654398004e-06| -|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.368917654398004e-06| -|pypi|[pyTest](https://pypi.org/project/pyTest)|6.368917654398004e-06| -|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.368917654398004e-06| -|pypi|[Flake8](https://pypi.org/project/Flake8)|6.368917654398004e-06| -|cran|ExplainPrediction|6.368917654398004e-06| -|cran|rpart.plot|6.368917654398004e-06| -|cran|oskeyring|6.368917654398004e-06| -|cran|BiocManager|6.363054876299188e-06| -|npm|sprintf-js|6.360876091703057e-06| -|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.347473487211511e-06| -|pypi|[numkit](https://pypi.org/project/numkit)|6.329955716833754e-06| -|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.320386118133762e-06| -|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.320386118133762e-06| -|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.320386118133762e-06| -|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.320386118133762e-06| -|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.320386118133762e-06| -|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.320386118133762e-06| -|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.320386118133762e-06| -|pypi|[nilearn](https://pypi.org/project/nilearn)|6.320386118133762e-06| -|pypi|[nipype](https://pypi.org/project/nipype)|6.320386118133762e-06| -|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.320386118133762e-06| -|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.320386118133762e-06| -|pypi|[pybids](https://pypi.org/project/pybids)|6.320386118133762e-06| -|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.320386118133762e-06| -|pypi|[templateflow](https://pypi.org/project/templateflow)|6.320386118133762e-06| -|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.320386118133762e-06| -|pypi|[looseversion](https://pypi.org/project/looseversion)|6.320386118133762e-06| -|pypi|[num2words](https://pypi.org/project/num2words)|6.320386118133762e-06| -|pypi|[surfplot](https://pypi.org/project/surfplot)|6.320386118133762e-06| -|pypi|[brainspace](https://pypi.org/project/brainspace)|6.320386118133762e-06| -|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.316834061135371e-06| -|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.316834061135371e-06| -|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.316834061135371e-06| -|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.3080529557260795e-06| -|rubygems|[multi_test](http://cukes.info)|6.302220933406113e-06| -|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.302220933406113e-06| -|rubygems|cucumber-messages|6.302220933406113e-06| -|rubygems|cucumber-html-formatter|6.302220933406113e-06| -|rubygems|cucumber-gherkin|6.302220933406113e-06| -|rubygems|cucumber-cucumber-expressions|6.302220933406113e-06| -|rubygems|cucumber-core|6.302220933406113e-06| -|rubygems|cucumber-ci-environment|6.302220933406113e-06| -|rubygems|syntax|6.302220933406113e-06| -|rubygems|cucumber-compatibility-kit|6.302220933406113e-06| -|cran|afex|6.294454880923539e-06| -|npm|rollup-plugin-replace|6.2934244169973205e-06| -|cran|geepack|6.276237035398322e-06| -|pypi|[lisa2](https://pypi.org/project/lisa2)|6.257182256952425e-06| -|cran|tester|6.257182256952425e-06| -|spack|cudnn|6.25371759346574e-06| -|cran|[reprex](https://reprex.tidyverse.org)|6.251251569841273e-06| -|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.248336400678739e-06| -|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.242027340977048e-06| -|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.242027340977048e-06| -|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.242027340977048e-06| -|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.242027340977048e-06| -|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.242027340977048e-06| -|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.242027340977048e-06| -|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.242027340977048e-06| -|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.242027340977048e-06| -|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.242027340977048e-06| -|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.242027340977048e-06| -|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.242027340977048e-06| -|cran|rticles|6.241160696956496e-06| -|cran|fastICA|6.24086898616338e-06| -|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|6.211550458275352e-06| -|pypi|[cityhash](https://pypi.org/project/cityhash)|6.211413943683181e-06| -|pypi|[transformers](https://pypi.org/project/transformers)|6.21096868103489e-06| -|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.201698295958248e-06| -|npm|karma-firefox-launcher|6.193313664938161e-06| -|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.17421854454118e-06| -|npm|bundlewatch|6.172590310094039e-06| -|cran|[rentrez](http://github.com/ropensci/rentrez)|6.170916510709103e-06| -|cran|ks|6.16627027448534e-06| -|pypi|[ddt](https://pypi.org/project/ddt)|6.158318777292577e-06| -|pypi|[unyt](https://github.com/yt-project/unyt)|6.154475982532755e-06| -|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.15398738125509e-06| -|pypi|[etils](https://pypi.org/project/etils)|6.14112665402595e-06| -|pypi|[chart-studio](https://plot.ly/python/)|6.133934727648817e-06| -|cran|fixest|6.125865884189474e-06| -|cran|[ff](https://github.com/truecluster/ff)|6.1225402565502146e-06| -|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.106135741247872e-06| -|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.106135741247872e-06| -|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.106135741247872e-06| -|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.106135741247872e-06| -|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.106135741247872e-06| -|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.106135741247872e-06| -|npm|[esdoc](https://esdoc.org/)|6.106135741247872e-06| -|npm|esdoc-standard-plugin|6.106135741247872e-06| -|npm|fast-random|6.106135741247872e-06| -|npm|flatted|6.106135741247872e-06| -|npm|fs.realpath|6.106135741247872e-06| -|npm|has-unicode|6.106135741247872e-06| -|npm|ignore-walk|6.106135741247872e-06| -|npm|ini|6.106135741247872e-06| -|npm|is-fullwidth-code-point|6.106135741247872e-06| -|npm|jsdocs|6.106135741247872e-06| -|npm|mimic-response|6.106135741247872e-06| -|npm|node|6.106135741247872e-06| -|npm|npm|6.106135741247872e-06| -|npm|npm-bundled|6.106135741247872e-06| -|npm|npm-normalize-package-bin|6.106135741247872e-06| -|npm|npm-packlist|6.106135741247872e-06| -|npm|number-is-nan|6.106135741247872e-06| -|npm|odex|6.106135741247872e-06| -|npm|os-homedir|6.106135741247872e-06| -|npm|os-tmpdir|6.106135741247872e-06| -|npm|osenv|6.106135741247872e-06| -|npm|path-is-absolute|6.106135741247872e-06| -|npm|rc|6.106135741247872e-06| -|npm|set-blocking|6.106135741247872e-06| -|npm|signal-exit|6.106135741247872e-06| -|npm|simple-concat|6.106135741247872e-06| -|npm|string-width|6.106135741247872e-06| -|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.105581523628852e-06| -|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|6.099228868507028e-06| -|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.091272121351414e-06| -|spack|libxft|6.088409678733713e-06| -|pypi|[codespell](https://pypi.org/project/codespell)|6.059391590960193e-06| -|pypi|[kazoo](https://kazoo.readthedocs.io)|6.050471771678103e-06| -|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.046136320486052e-06| -|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.045450257240005e-06| -|cran|[downloader](https://github.com/wch/downloader)|6.041795131724178e-06| -|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.022002142458994e-06| -|pypi|[referencing](https://github.com/python-jsonschema/referencing)|6.0037663755458514e-06| -|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|6.003542036566053e-06| -|pypi|[pyshp](https://pypi.org/project/pyshp)|6.003294603867748e-06| -|pypi|[blis](https://github.com/explosion/cython-blis)|5.995090233277465e-06| -|pypi|[catalogue](https://github.com/explosion/catalogue)|5.995090233277465e-06| -|pypi|[preshed](https://github.com/explosion/preshed)|5.995090233277465e-06| -|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.963427100002712e-06| -|cran|bs4Dash|5.949414321746669e-06| -|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.944323144104804e-06| -|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9443231441048035e-06| -|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9443231441048035e-06| -|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9443231441048035e-06| -|cran|acepack|5.926242883364296e-06| -|cran|htmlTable|5.926242883364296e-06| -|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.918590143480973e-06| -|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.913550764192141e-06| -|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.907115756317561e-06| -|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.905934569403681e-06| -|pypi|[pefile](https://pypi.org/project/pefile)|5.905934569403681e-06| -|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.905934569403681e-06| -|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.905934569403681e-06| -|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.905934569403681e-06| -|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.905934569403681e-06| -|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.905934569403681e-06| -|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.901491241750665e-06| -|npm|prismjs|5.888898219684246e-06| -|pypi|[ansicon](https://pypi.org/project/ansicon)|5.8848799126637555e-06| -|pypi|[socksio](https://pypi.org/project/socksio)|5.865203401516893e-06| -|cran|reactR|5.849968808484092e-06| -|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.833268163720556e-06| -|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.831552053135666e-06| -|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.831552053135666e-06| -|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.81067756021975e-06| -|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.81067756021975e-06| -|pypi|[imblearn](https://pypi.org/project/imblearn)|5.81067756021975e-06| -|pypi|[imutils](https://pypi.org/project/imutils)|5.81067756021975e-06| -|pypi|[kornia](https://pypi.org/project/kornia)|5.81067756021975e-06| -|pypi|[local-attention](https://pypi.org/project/local-attention)|5.81067756021975e-06| -|pypi|[thop](https://pypi.org/project/thop)|5.81067756021975e-06| -|pypi|[timmy](https://pypi.org/project/timmy)|5.81067756021975e-06| -|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.81067756021975e-06| -|cran|protolite|5.789925140361822e-06| -|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.783491890205864e-06| -|pypi|[chempy](https://github.com/bjodah/chempy)|5.783491890205864e-06| -|cran|[earth](http://www.milbo.users.sonic.net/earth/)|5.780133033406752e-06| -|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.747365012386841e-06| -|pypi|[PyPDF2](https://pypi.org/project/PyPDF2)|5.745978619819059e-06| -|npm|run-sequence|5.713907161789808e-06| -|pypi|[fett](https://pypi.org/project/fett)|5.708812166594336e-06| -|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.708812166594336e-06| -|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.708812166594336e-06| -|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.708812166594336e-06| -|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.686993137866502e-06| -|pypi|[multiset](https://pypi.org/project/multiset)|5.66126013724267e-06| -|pypi|[blosc2](https://pypi.org/project/blosc2)|5.66126013724267e-06| -|spack|glfw|5.66126013724267e-06| -|cran|TSA|5.66126013724267e-06| -|npm|tsconfig-paths|5.66126013724267e-06| -|npm|replace|5.66126013724267e-06| -|npm|node-qunit-phantomjs|5.66126013724267e-06| -|cran|[haven](https://haven.tidyverse.org)|5.660955002847927e-06| -|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.649710020471074e-06| -|pypi|[email_validator](https://pypi.org/project/email_validator)|5.648451856389186e-06| -|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|5.628362043270713e-06| -|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.608480680754834e-06| -|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.607184074503164e-06| -|rubygems|ethon|5.604647535870243e-06| -|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.598745728118488e-06| -|cran|cplm|5.595122746322974e-06| -|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.593348217481566e-06| -|pypi|[re-assert](https://pypi.org/project/re-assert)|5.587464350749228e-06| -|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.587464350749228e-06| -|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.587464350749228e-06| -|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.587464350749228e-06| -|npm|karma-coverage-istanbul-reporter|5.57774775944173e-06| -|npm|karma-browserstack-launcher|5.57774775944173e-06| -|npm|ip|5.57774775944173e-06| -|pypi|[librosa](https://pypi.org/project/librosa)|5.57581543008981e-06| -|npm|chai-passport-strategy|5.5728029475982535e-06| -|npm|passport-strategy|5.5728029475982535e-06| -|cran|clusterGeneration|5.563362852260707e-06| -|cran|pROC|5.558722007205876e-06| -|cran|[rversions](https://github.com/r-hub/rversions)|5.558150759875602e-06| -|npm|uglify-es|5.55511150966937e-06| -|pypi|[blurb](https://pypi.org/project/blurb)|5.5464272744182755e-06| -|pypi|[bitstring](https://pypi.org/project/bitstring)|5.542888334373051e-06| -|cran|flexsurv|5.535454356415054e-06| -|pypi|[tempora](https://pypi.org/project/tempora)|5.525808236792657e-06| -|pypi|[google-auth-httplib2](https://pypi.org/project/google-auth-httplib2)|5.522664370502491e-06| -|cran|klaR|5.50817504169478e-06| -|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4984989082969425e-06| -|npm|d3-axis|5.49423971313949e-06| -|npm|d3-color|5.49423971313949e-06| -|npm|d3-ease|5.49423971313949e-06| -|npm|d3-interpolate|5.49423971313949e-06| -|npm|d3-selection|5.49423971313949e-06| -|npm|d3-shape|5.49423971313949e-06| -|npm|d3-timer|5.49423971313949e-06| -|npm|d3-transition|5.49423971313949e-06| -|npm|d3-zoom|5.49423971313949e-06| -|pypi|[soxr](https://pypi.org/project/soxr)|5.493995633187774e-06| -|pypi|[samplerate](https://pypi.org/project/samplerate)|5.493995633187774e-06| -|pypi|[presets](https://pypi.org/project/presets)|5.493995633187774e-06| -|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.493995633187774e-06| -|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.493995633187774e-06| -|pypi|[audioread](https://pypi.org/project/audioread)|5.493995633187774e-06| -|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.487833893205195e-06| -|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.487067517635203e-06| -|spack|unzip|5.487067517635203e-06| -|spack|wget|5.487067517635203e-06| -|npm|d3-request|5.477269182782283e-06| -|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.4688474734872114e-06| -|pypi|[flit](https://pypi.org/project/flit)|5.4688474734872114e-06| -|cran|cubature|5.468380156315422e-06| -|pypi|[aesara-theano-fallback](https://pypi.org/project/aesara-theano-fallback)|5.4678028311593356e-06| -|pypi|[halomod](https://github.com/steven-murray/halomod)|5.45539613225203e-06| -|rubygems|appraisal|5.4547364688233366e-06| -|pypi|[hyperopt](https://pypi.org/project/hyperopt)|5.448138106435056e-06| -|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.440691560466995e-06| -|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|5.43852402335244e-06| -|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.430872802597698e-06| -|rubygems|hashie|5.418634702789412e-06| -|pypi|[pybamm](https://pypi.org/project/pybamm)|5.414781396327669e-06| -|cran|debugme|5.4061921830031104e-06| -|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.4039301310043675e-06| -|cran|subprocess|5.4039301310043675e-06| -|cran|qvalue|5.4039301310043675e-06| -|pypi|[resample](http://github.com/resample-project/resample)|5.402894895347086e-06| -|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.402894895347086e-06| -|cran|[EML](https://docs.ropensci.org/EML/)|5.378197130380543e-06| -|npm|tough-cookie|5.372825008529317e-06| -|pypi|[imgaug](https://github.com/aleju/imgaug)|5.370652340458141e-06| -|npm|moment-timezone|5.366857164003933e-06| -|npm|gulp-uglify|5.365754800408574e-06| -|pypi|[cogapp](https://pypi.org/project/cogapp)|5.356731489076871e-06| -|pypi|[thinc](https://github.com/explosion/thinc)|5.355915701653293e-06| -|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3295958368593695e-06| -|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.324402034385778e-06| -|npm|karma-jasmine|5.322304146070189e-06| -|npm|rollup-plugin-svelte|5.320733211694238e-06| -|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.3000083977158216e-06| -|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.298412969921028e-06| -|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.297970716670952e-06| -|pypi|[AssertionLib](https://github.com/nlesc-nano/AssertionLib)|5.295059743749702e-06| -|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.29304378771239e-06| -|cran|FNN|5.288596251819507e-06| -|cran|speedglm|5.270440190268249e-06| -|npm|classnames|5.265367819952973e-06| -|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.258617999454148e-06| -|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.258617999454148e-06| -|npm|[compression](https://github.com/expressjs/compression#readme)|5.258353874087718e-06| -|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.244991009504238e-06| -|pypi|[kgt](https://pypi.org/project/kgt)|5.244991009504238e-06| -|pypi|[x21](https://pypi.org/project/x21)|5.244991009504238e-06| -|npm|murl|5.244991009504238e-06| -|npm|protein|5.244991009504238e-06| -|npm|network-address|5.244991009504238e-06| -|npm|updater-license|5.244991009504238e-06| -|npm|update|5.244991009504238e-06| -|npm|cose-base|5.244991009504238e-06| -|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.229313341056947e-06| -|pypi|[comm](https://pypi.org/project/comm)|5.2002559405576465e-06| -|cran|rhub|5.197888751141981e-06| -|cran|gmailr|5.197888751141981e-06| -|cran|foghorn|5.197888751141981e-06| -|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.187615552593839e-06| -|cran|coxme|5.1875581331239605e-06| -|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.174257601932277e-06| -|npm|karma-mocha|5.17159796912295e-06| -|npm|grunt-contrib-clean|5.169726363000693e-06| -|pypi|[cooler](https://github.com/mirnylab/cooler)|5.168374202216998e-06| -|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.158353449600846e-06| -|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|5.154757086324031e-06| -|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.150694171178427e-06| -|cran|[dynlm](NA)|5.146600124766069e-06| -|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.146600124766064e-06| -|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.146600124766064e-06| -|pypi|[sym](https://github.com/bjodah/sym)|5.146600124766064e-06| -|pypi|[crossbar](http://crossbar.io/)|5.146600124766064e-06| -|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.146600124766064e-06| -|pypi|[asq](https://pypi.org/project/asq)|5.146600124766064e-06| -|pypi|[automat](https://pypi.org/project/automat)|5.146600124766064e-06| -|pypi|[cbor](https://pypi.org/project/cbor)|5.146600124766064e-06| -|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.146600124766064e-06| -|pypi|[hpack](https://pypi.org/project/hpack)|5.146600124766064e-06| -|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.146600124766064e-06| -|pypi|[netaddr](https://pypi.org/project/netaddr)|5.146600124766064e-06| -|pypi|[node-semver](https://pypi.org/project/node-semver)|5.146600124766064e-06| -|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.146600124766064e-06| -|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.146600124766064e-06| -|pypi|[pytrie](https://pypi.org/project/pytrie)|5.146600124766064e-06| -|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.146600124766064e-06| -|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.146600124766064e-06| -|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.146600124766064e-06| -|pypi|[translationstring](https://github.com/Pylons/translationstring)|5.1343934449829655e-06| -|cran|numbers|5.1332069256109715e-06| -|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1201782643251705e-06| -|pypi|[ablog](https://pypi.org/project/ablog)|5.1201782643251705e-06| -|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.115733702498139e-06| -|cran|loder|5.099296814795788e-06| -|cran|ore|5.099296814795788e-06| -|cran|linprog|5.095134123518403e-06| -|cran|magic|5.095134123518403e-06| -|cran|changepoint|5.095134123518403e-06| -|cran|nor1mix|5.095134123518403e-06| -|cran|diptest|5.095134123518403e-06| -|cran|mstate|5.095134123518403e-06| -|npm|mime-types|5.085671077901593e-06| -|npm|[which](https://github.com/isaacs/node-which#readme)|5.0814804573156105e-06| -|npm|cli-table|5.080980973175296e-06| -|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.074112799065133e-06| -|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.074112799065133e-06| -|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.074112799065133e-06| -|pypi|[zstd](https://pypi.org/project/zstd)|5.074112799065133e-06| -|cran|metafor|5.060973770138613e-06| -|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.052674672489083e-06| -|rubygems|activejob|5.0470237809601495e-06| -|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.017935121646912e-06| -|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.017935121646912e-06| -|pypi|[google-resumable-media](https://pypi.org/project/google-resumable-media)|5.012903757783519e-06| -|pypi|[grandalf](https://github.com/bdcht/grandalf)|5.009357454772302e-06| -|cran|scico|5.004149585598431e-06| -|cran|rcartocolor|5.004149585598431e-06| -|pypi|[types-orjson](https://github.com/python/typeshed)|4.99522953286118e-06| -|pypi|[types-ujson](https://github.com/python/typeshed)|4.99522953286118e-06| -|pypi|[peewee](https://pypi.org/project/peewee)|4.99522953286118e-06| -|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.99522953286118e-06| -|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.99522953286118e-06| -|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.976819734094114e-06| -|cran|lfe|4.975351727265964e-06| -|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.959451029320024e-06| -|cran|[aod](https://cran.r-project.org/package=aod)|4.959268601876075e-06| -|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.953602620087336e-06| -|spack|bdw-gc|4.953602620087336e-06| -|spack|googletest|4.953602620087336e-06| -|cran|gdalUtils|4.953602620087336e-06| -|cran|TeachingDemos|4.953602620087336e-06| -|cran|plotmo|4.953602620087336e-06| -|npm|const-version|4.953602620087336e-06| -|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.953602620087336e-06| -|npm|microbundle|4.953602620087336e-06| -|npm|fresh|4.948499320684774e-06| -|npm|etag|4.948499320684774e-06| -|pypi|[h5io](https://pypi.org/project/h5io)|4.947409692494677e-06| -|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.935096010049651e-06| -|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.935096010049651e-06| -|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.935096010049651e-06| -|pypi|[voila](https://pypi.org/project/voila)|4.935096010049651e-06| -|pypi|[SALib](https://pypi.org/project/SALib)|4.932645820336869e-06| -|pypi|[rdkit-pypi](https://pypi.org/project/rdkit-pypi)|4.931549664499101e-06| -|cran|ipred|4.929514401674581e-06| -|npm|esbuild|4.928916892744708e-06| -|rubygems|[sync](https://github.com/ruby/sync)|4.924908876910479e-06| -|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|4.9235807860262006e-06| -|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|4.9235807860262006e-06| -|cran|[emld](https://docs.ropensci.org/emld/)|4.9150031191515955e-06| -|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.907180286961946e-06| -|pypi|[fixtures](https://pypi.org/project/fixtures)|4.907180286961946e-06| -|npm|eslint-config-airbnb-base|4.906733918374203e-06| -|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.904577954796296e-06| -|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.8796334347197855e-06| -|npm|execa|4.879017965252987e-06| -|npm|gulp-rename|4.8778666985188725e-06| -|npm|gulp-concat|4.8778666985188725e-06| -|cran|BiocVersion|4.865554317223428e-06| -|pypi|[pyahocorasick](https://pypi.org/project/pyahocorasick)|4.859934497816597e-06| -|pypi|[webob](https://pypi.org/project/webob)|4.850918050290321e-06| -|cran|modeltools|4.8493162491381285e-06| -|npm|eslint-plugin-html|4.844311883847131e-06| -|cran|gld|4.822779880891031e-06| -|cran|[loo](https://mc-stan.org/loo/)|4.821912713240328e-06| -|cran|Biobase|4.8149033233722936e-06| -|cran|[rsample](https://rsample.tidymodels.org)|4.808937010362567e-06| -|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.807343139508168e-06| -|pypi|[sspa](https://github.com/cwieder/sspa)|4.803493449781661e-06| -|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.803493449781661e-06| -|cran|scagnostics|4.7724818849273e-06| -|cran|labelled|4.7724818849273e-06| -|cran|intergraph|4.7724818849273e-06| -|cran|broom.helpers|4.7724818849273e-06| -|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.764089787287833e-06| -|npm|compressible|4.7570310875441875e-06| -|pypi|[grayskull](https://pypi.org/project/grayskull)|4.755458515283843e-06| -|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.752687269062816e-06| -|npm|jshint-stylish|4.751103699793656e-06| -|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.743396171241423e-06| -|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.717716781035558e-06| -|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.717268610630217e-06| -|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.715664707620579e-06| -|npm|karma-rollup-preprocessor|4.713666129067917e-06| -|pypi|[slicer](https://pypi.org/project/slicer)|4.7053110644813705e-06| -|cran|PolynomF|4.692886692714319e-06| -|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.674983479681501e-06| -|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.673537822525409e-06| -|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.666709968389747e-06| -|npm|browser-sync|4.664814122503759e-06| -|npm|serialize-javascript|4.660094391179048e-06| -|npm|jest-worker|4.660094391179048e-06| -|cran|mlogit|4.653418866842412e-06| -|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|4.640724469932133e-06| -|pypi|[tensorboardX](https://github.com/lanpa/tensorboardX)|4.635691470436666e-06| -|cran|RcppCCTZ|4.634612385431163e-06| -|cran|genieclust|4.631940112289457e-06| -|cran|getopt|4.631940112289457e-06| -|npm|jsmd|4.631940112289457e-06| -|npm|is-mergeable-object|4.631940112289457e-06| -|cran|leaps|4.629713218004703e-06| -|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.614671914502414e-06| -|pypi|[dnest4](https://pypi.org/project/dnest4)|4.612145496424973e-06| -|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.6053579595647e-06| -|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.600946142649201e-06| -|npm|gzip-size|4.591911000207944e-06| -|rubygems|actionmailer|4.588731293659554e-06| -|npm|read-file-relative|4.585620711166563e-06| -|npm|normalize-newline|4.585620711166563e-06| -|npm|callsite-record|4.585620711166563e-06| -|spack|psm|4.5725562646960025e-06| -|spack|opa-psm2|4.5725562646960025e-06| -|spack|rdma-core|4.5725562646960025e-06| -|spack|slurm|4.5725562646960025e-06| -|cran|bignum|4.5725562646960025e-06| -|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.563318777292575e-06| -|spack|[jemalloc](http://jemalloc.net/)|4.553587562114143e-06| -|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.552307900927424e-06| -|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.546163443543358e-06| -|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.546163443543358e-06| -|cran|future.callr|4.5217922001811254e-06| -|pypi|[jupyter-book](https://executablebooks.org/)|4.503275109170317e-06| -|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.503275109170306e-06| -|npm|baseui|4.503275109170306e-06| -|npm|color2k|4.503275109170306e-06| -|npm|copy-to-clipboard|4.503275109170306e-06| -|npm|cypress-circleci-reporter|4.503275109170306e-06| -|npm|d3-graphviz|4.503275109170306e-06| -|npm|decamelize|4.503275109170306e-06| -|npm|deck.gl|4.503275109170306e-06| -|npm|fzy.js|4.503275109170306e-06| -|npm|hoist-non-react-statics|4.503275109170306e-06| -|npm|humanize-string|4.503275109170306e-06| -|npm|immer|4.503275109170306e-06| -|npm|jest-fetch-mock|4.503275109170306e-06| -|npm|katex|4.503275109170306e-06| -|npm|mapbox-gl|4.503275109170306e-06| -|npm|moment-duration-format|4.503275109170306e-06| -|npm|node-emoji|4.503275109170306e-06| -|npm|numbro|4.503275109170306e-06| -|npm|protobufjs|4.503275109170306e-06| -|npm|react-color|4.503275109170306e-06| -|npm|react-debounce-render|4.503275109170306e-06| -|npm|react-device-detect|4.503275109170306e-06| -|npm|react-dropzone|4.503275109170306e-06| -|npm|react-feather|4.503275109170306e-06| -|npm|react-google-login|4.503275109170306e-06| -|npm|react-hotkeys|4.503275109170306e-06| -|npm|react-html-parser|4.503275109170306e-06| -|npm|react-map-gl|4.503275109170306e-06| -|npm|react-markdown|4.503275109170306e-06| -|npm|react-webcam|4.503275109170306e-06| -|npm|react-window|4.503275109170306e-06| -|npm|rehype-katex|4.503275109170306e-06| -|npm|rehype-raw|4.503275109170306e-06| -|npm|remark-emoji|4.503275109170306e-06| -|npm|remark-gfm|4.503275109170306e-06| -|npm|remark-math|4.503275109170306e-06| -|npm|re-resizable|4.503275109170306e-06| -|npm|styletron-engine-atomic|4.503275109170306e-06| -|npm|styletron-react|4.503275109170306e-06| -|npm|typed-signals|4.503275109170306e-06| -|npm|vega|4.503275109170306e-06| -|npm|vega-embed|4.503275109170306e-06| -|npm|vega-lite|4.503275109170306e-06| -|npm|xxhashjs|4.503275109170306e-06| -|cran|[solrium](https://github.com/ropensci/solrium)|4.496341495113335e-06| -|cran|spls|4.48919416877793e-06| -|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.48719198378042e-06| -|cran|FastRWeb|4.458242358078603e-06| -|cran|quantmod|4.458242358078603e-06| -|npm|draco3d|4.458242358078603e-06| -|npm|webgl-obj-loader|4.458242358078603e-06| -|cran|truncreg|4.444608589399464e-06| -|cran|panelr|4.444608589399464e-06| -|cran|metaBMA|4.444608589399464e-06| -|cran|ivreg|4.444608589399464e-06| -|cran|GLMMadaptive|4.444608589399464e-06| -|cran|clubSandwich|4.444608589399464e-06| -|cran|cgam|4.444608589399464e-06| -|cran|blme|4.444608589399464e-06| -|cran|geojsonlint|4.43894260761073e-06| -|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.437697462419254e-06| -|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.437697462419254e-06| -|cran|topicmodels|4.43480880719242e-06| -|cran|akima|4.433581565814103e-06| -|npm|temp-path|4.417756182818274e-06| -|rubygems|sassc|4.414711839976165e-06| -|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.413659934497817e-06| -|rubygems|rb_sys|4.413659934497817e-06| -|pypi|[cairosvg](https://pypi.org/project/cairosvg)|4.412733069938312e-06| -|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.407911636270229e-06| -|cran|[data.tree](http://github.com/gluc/data.tree)|4.405259160812606e-06| -|pypi|[kopt](https://pypi.org/project/kopt)|4.403202328966521e-06| -|cran|ggfittext|4.403202328966521e-06| -|cran|RcppBigIntAlgos|4.403202328966521e-06| -|cran|robust|4.403045071740487e-06| -|cran|taxadb|4.400343106674984e-06| -|npm|hot-loader|4.39343913089786e-06| -|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.39343913089786e-06| -|npm|babel-plugin-strip-function-call|4.39343913089786e-06| -|npm|babel-plugin-styled-components|4.39343913089786e-06| -|npm|binomial|4.39343913089786e-06| -|npm|compression-webpack-plugin|4.39343913089786e-06| -|npm|css.escape|4.39343913089786e-06| -|npm|dom-to-image|4.39343913089786e-06| -|npm|express-naked-redirect|4.39343913089786e-06| -|npm|express-static-gzip|4.39343913089786e-06| -|npm|html-webpack-plugin|4.39343913089786e-06| -|npm|i18next|4.39343913089786e-06| -|npm|leaflet|4.39343913089786e-06| -|npm|leaflet-gesture-handling|4.39343913089786e-06| -|npm|linspace|4.39343913089786e-06| -|npm|lodash-webpack-plugin|4.39343913089786e-06| -|npm|mousetrap|4.39343913089786e-06| -|npm|null-loader|4.39343913089786e-06| -|npm|outer-product|4.39343913089786e-06| -|npm|react-addons-css-transition-group|4.39343913089786e-06| -|npm|react-hot-loader|4.39343913089786e-06| -|npm|react-i18next|4.39343913089786e-06| -|npm|react-tooltip|4.39343913089786e-06| -|npm|redux-thunk|4.39343913089786e-06| -|npm|typeface-lato|4.39343913089786e-06| -|npm|webpack-bundle-analyzer|4.39343913089786e-06| -|npm|webpack-dev-middleware|4.39343913089786e-06| -|npm|webpack-hot-middleware|4.39343913089786e-06| -|npm|yaml-front-matter|4.39343913089786e-06| -|cran|assertive.code|4.388153790590012e-06| -|cran|assertive.reflection|4.388153790590012e-06| -|cran|assertive.data.us|4.388153790590012e-06| -|cran|assertive.data.uk|4.388153790590012e-06| -|cran|assertive.data|4.388153790590012e-06| -|cran|assertive.models|4.388153790590012e-06| -|cran|assertive.matrices|4.388153790590012e-06| -|cran|assertive.sets|4.388153790590012e-06| -|cran|assertive.files|4.388153790590012e-06| -|cran|assertive.datetimes|4.388153790590012e-06| -|cran|assertive.strings|4.388153790590012e-06| -|cran|assertive.numbers|4.388153790590012e-06| -|npm|merge-stream|4.381587400773574e-06| -|npm|vinyl-source-stream|4.364620587175443e-06| -|npm|vinyl-buffer|4.364620587175443e-06| -|pypi|[oemof.solph](https://oemof.org)|4.360671397379914e-06| -|pypi|[horovod](https://pypi.org/project/horovod)|4.3507765246004565e-06| -|pypi|[lcapy](https://pypi.org/project/lcapy)|4.340506129320776e-06| -|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.340506129320776e-06| -|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.340506129320776e-06| -|pypi|[property-cached](https://pypi.org/project/property-cached)|4.340506129320776e-06| -|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.337329155560597e-06| -|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.336582859792122e-06| -|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.325123566389945e-06| -|cran|[logger](https://daroczig.github.io/logger/)|4.324988603099962e-06| -|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.3231441048034955e-06| -|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.3231441048034955e-06| -|pypi|[mdurl](https://pypi.org/project/mdurl)|4.299687915321816e-06| -|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.291017443255435e-06| -|pypi|[apipkg](https://pypi.org/project/apipkg)|4.2888334373050525e-06| -|pypi|[atpublic](https://pypi.org/project/atpublic)|4.2888334373050525e-06| -|pypi|[dvc](https://pypi.org/project/dvc)|4.2888334373050525e-06| -|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.2888334373050525e-06| -|pypi|[nanotime](https://pypi.org/project/nanotime)|4.2888334373050525e-06| -|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.2888334373050525e-06| -|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.2888334373050525e-06| -|pypi|[treelib](https://pypi.org/project/treelib)|4.2888334373050525e-06| -|npm|rollup-plugin-istanbul|4.285503597679816e-06| -|npm|karma-jasmine-html-reporter|4.285503597679816e-06| -|npm|karma-detect-browsers|4.285503597679816e-06| -|npm|hammer-simulator|4.285503597679816e-06| -|npm|eslint-plugin-unicorn|4.285503597679816e-06| -|npm|eslint-config-xo|4.285503597679816e-06| -|pypi|[nbdime](https://pypi.org/project/nbdime)|4.285138442343683e-06| -|pypi|[pymc3-ext](https://pypi.org/project/pymc3-ext)|4.267135662629176e-06| -|npm|less|4.262794091435701e-06| -|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.245945102932003e-06| -|pypi|[retrolab](https://pypi.org/project/retrolab)|4.245945102932003e-06| -|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.245945102932003e-06| -|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.245945102932003e-06| -|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.245945102932003e-06| -|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.245945102932003e-06| -|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.245945102932003e-06| -|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.245945102932003e-06| -|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.245945102932003e-06| -|npm|gulp-clean|4.245945102932002e-06| -|npm|mocha-lcov-reporter|4.245945102932002e-06| -|npm|any-promise|4.245945102932002e-06| -|npm|thenify-all|4.245945102932002e-06| -|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.244446294413266e-06| -|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.241647587645634e-06| -|cran|gdtools|4.225317029557434e-06| -|npm|schema-utils|4.216645598712939e-06| -|npm|loader-utils|4.216645598712939e-06| -|spack|[vtk](http://www.vtk.org)|4.216521710745872e-06| -|pypi|[sphinx_inline_tabs](https://pypi.org/project/sphinx_inline_tabs)|4.206265321364504e-06| -|cran|[redux](https://github.com/richfitz/redux)|4.203056768558964e-06| -|pypi|[openstacksdk](https://pypi.org/project/openstacksdk)|4.200655021834061e-06| -|pypi|[npx](https://pypi.org/project/npx)|4.195992807603391e-06| -|pypi|[meshplex](https://pypi.org/project/meshplex)|4.195992807603391e-06| -|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.195992807603391e-06| -|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.195992807603391e-06| -|pypi|[update-checker](https://pypi.org/project/update-checker)|4.195992807603391e-06| -|npm|karma-browserify|4.1928707891453525e-06| -|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.189285313156432e-06| -|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.189285313156432e-06| -|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.1834025400410234e-06| -|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.1834025400410234e-06| -|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.1834025400410234e-06| -|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.1834025400410234e-06| -|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.1834025400410234e-06| -|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.1834025400410234e-06| -|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.1834025400410234e-06| -|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.173034934497817e-06| -|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.164322852755478e-06| -|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1549624254082635e-06| -|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.151765945015069e-06| -|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.146426954477074e-06| -|pypi|[Bio](https://github.com/ialbert/bio)|4.142049833033657e-06| -|cran|locfit|4.139907393464841e-06| -|cran|bookdown|4.124470202928333e-06| -|cran|nonnest2|4.122675728975912e-06| -|cran|officer|4.122520463907502e-06| -|npm|[shx](https://github.com/shelljs/shx#readme)|4.122003267285211e-06| -|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.108673745089162e-06| -|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.105502982822541e-06| -|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.103341391141614e-06| -|rubygems|irb|4.101475108730103e-06| -|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.082165781803576e-06| -|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.081253898939494e-06| -|cran|stm|4.074546798458789e-06| -|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.071495974466632e-06| -|spack|berkeley-db|4.070375272925764e-06| -|spack|valgrind|4.0541536841978984e-06| -|pypi|[qudida](https://pypi.org/project/qudida)|4.052947598253275e-06| -|cran|sparsesvd|4.052947598253275e-06| -|cran|FMStable|4.052947598253275e-06| -|cran|MuMIn|4.0471158563590205e-06| -|pypi|[nitime](https://pypi.org/project/nitime)|4.0467546706606154e-06| -|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.0467546706606154e-06| -|spack|libxscrnsaver|4.038643077318263e-06| -|npm|babel-plugin-external-helpers|4.030782618724345e-06| -|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.015420305676858e-06| -|rubygems|timecop|4.003319668478746e-06| -|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|4.0029112081513845e-06| -|pypi|[mako](https://www.makotemplates.org/)|3.994010153376217e-06| -|cran|distributional|3.982676711934354e-06| -|cran|Bessel|3.9778930131004365e-06| -|cran|[archive](https://archive.r-lib.org/)|3.974256125096121e-06| -|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.96288209606987e-06| -|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.962882096069869e-06| -|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.962882096069869e-06| -|pypi|[piqp](https://pypi.org/project/piqp)|3.962882096069869e-06| -|pypi|[Mosek](https://pypi.org/project/Mosek)|3.962882096069869e-06| -|pypi|[diffcp](https://pypi.org/project/diffcp)|3.962882096069869e-06| -|pypi|[cylp](https://pypi.org/project/cylp)|3.962882096069869e-06| -|pypi|[scs](https://pypi.org/project/scs)|3.962882096069869e-06| -|pypi|[clarabel](https://pypi.org/project/clarabel)|3.962882096069869e-06| -|pypi|[ecos](https://pypi.org/project/ecos)|3.962882096069869e-06| -|pypi|[osqp](https://pypi.org/project/osqp)|3.962882096069869e-06| -|cran|transport|3.962882096069869e-06| -|npm|csso|3.962882096069869e-06| -|npm|google-closure-compiler|3.962882096069869e-06| -|npm|ora|3.962882096069869e-06| -|npm|update-notifier|3.962882096069869e-06| -|npm|crass|3.962882096069869e-06| -|npm|sqwish|3.962882096069869e-06| -|npm|html-minifier|3.962882096069869e-06| -|npm|node-version|3.962882096069869e-06| -|pypi|[user-agents](https://pypi.org/project/user-agents)|3.962882096069868e-06| -|rubygems|zeitwerk|3.962882096069868e-06| -|rubygems|selma|3.962882096069868e-06| -|rubygems|sawyer|3.962882096069868e-06| -|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.949025864964731e-06| -|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.946988183919857e-06| -|rubygems|execjs|3.941652370555209e-06| -|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.933743257128179e-06| -|pypi|[pylama](https://pypi.org/project/pylama)|3.933743257128179e-06| -|pypi|[tabulator](https://pypi.org/project/tabulator)|3.933743257128179e-06| -|pypi|[tableschema](https://pypi.org/project/tableschema)|3.933743257128179e-06| -|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.933031815346227e-06| -|cran|TH.data|3.932091537912033e-06| -|npm|ascli|3.923253275109171e-06| -|pypi|[coconut](https://pypi.org/project/coconut)|3.919333941168002e-06| -|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.919333941168002e-06| -|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.915891399278527e-06| -|pypi|[Epip](https://pypi.org/project/Epip)|3.915891399278527e-06| -|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.915891399278527e-06| -|cran|[posterior](https://mc-stan.org/posterior/)|3.915315365103044e-06| -|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.911416094822214e-06| -|npm|prettier-plugin-svelte|3.9054181773835705e-06| -|npm|eslint-plugin-svelte3|3.9054181773835705e-06| -|npm|svelte|3.9054181773835705e-06| -|cran|tracerer|3.887037462652264e-06| -|npm|path-platform|3.884020742358079e-06| -|rubygems|rails-dom-testing|3.8820069512521166e-06| -|pypi|[ducc0](https://pypi.org/project/ducc0)|3.881293347033138e-06| -|cran|stabledist|3.872955156197514e-06| -|cran|skewt|3.872301933873987e-06| -|cran|catdata|3.872301933873987e-06| -|cran|MPV|3.872301933873987e-06| -|cran|fit.models|3.872301933873987e-06| -|cran|DEoptimR|3.872301933873987e-06| -|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.867229715150712e-06| -|pypi|[pathy](https://github.com/justindujardin/pathy)|3.867229715150712e-06| -|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.867229715150712e-06| -|cran|pso|3.866663050259025e-06| -|cran|feather|3.866498095126822e-06| -|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.86222391475036e-06| -|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.8541237538106615e-06| -|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.849115145943465e-06| -|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.829708319337141e-06| -|cran|spacetime|3.822203697550788e-06| -|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.821910005695846e-06| -|npm|underscore.string|3.804366812227074e-06| -|pypi|[wurlitzer](https://github.com/minrk/wurlitzer)|3.8012934563695227e-06| -|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7827510917030676e-06| -|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.782751091703065e-06| -|pypi|[CacheControl](https://pypi.org/project/CacheControl)|3.7804117280099853e-06| -|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.774173424828447e-06| -|pypi|[noodles](https://pypi.org/project/noodles)|3.7736455684053903e-06| -|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.767025369099625e-06| -|npm|gulp-babel|3.7637270519561537e-06| -|pypi|[venusian](https://pylonsproject.org/)|3.7626265655741654e-06| -|pypi|[hupper](https://github.com/Pylons/hupper)|3.7626265655741654e-06| -|npm|gulp-uglify-es|3.7580570010423007e-06| -|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7543093541714548e-06| -|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7543093541714548e-06| -|pypi|[saspy](https://pypi.org/project/saspy)|3.7543093541714548e-06| -|npm|escape-html|3.7494726960582508e-06| -|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.74118239838764e-06| -|npm|eslint-plugin-jsx-a11y|3.7406815262215065e-06| -|pypi|[Twisted](https://pypi.org/project/Twisted)|3.7403235410877337e-06| -|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.737614804179971e-06| -|cran|[move](https://bartk.gitlab.io/move/)|3.7312850904553968e-06| -|pypi|[portray](https://pypi.org/project/portray)|3.715201965065502e-06| -|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.715201965065502e-06| -|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.715201965065502e-06| -|npm|superagent|3.715201965065502e-06| -|npm|connect-flash|3.715201965065502e-06| -|npm|isexe|3.715201965065502e-06| -|spack|nspr|3.707474344978166e-06| -|cran|goftest|3.689579882547809e-06| -|cran|tensor|3.689579882547809e-06| -|cran|spatstat.sparse|3.689579882547809e-06| -|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.6882196687662246e-06| -|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.6882196687662246e-06| -|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.6882196687662246e-06| -|pypi|[configupdater](https://pypi.org/project/configupdater)|3.6882196687662246e-06| -|cran|ellipse|3.6823573783849204e-06| -|npm|seedrandom|3.6798190892077353e-06| -|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.678266570316408e-06| -|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.6670841547431426e-06| -|pypi|[feedparser](https://github.com/kurtmckee/feedparser)|3.6664842659407834e-06| -|cran|[servr](https://github.com/yihui/servr)|3.657302713661877e-06| -|cran|doRNG|3.655758733624454e-06| -|cran|keras|3.6511590124081994e-06| -|npm|[typedoc](https://typedoc.org)|3.6446131277292578e-06| -|rubygems|reline|3.6412694459606986e-06| -|pypi|[repoze.lru](http://www.repoze.org)|3.6401473799126654e-06| -|cran|[rdflib](https://github.com/ropensci/rdflib)|3.6393815167988593e-06| -|npm|sass-true|3.6393815167988593e-06| -|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.63901018922853e-06| -|requirements.txt|gitlab/binary_c/binary_c-python|3.63901018922853e-06| -|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.63901018922853e-06| -|requirements.txt|gitlab/ENKI-portal/vaporock|3.63901018922853e-06| -|requirements.txt|gitlab/etienne.behar/menura|3.63901018922853e-06| -|requirements.txt|gitlab/casi-project/casi-2d|3.63901018922853e-06| -|requirements.txt|gitlab/gpagano/lensinggw|3.63901018922853e-06| -|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.63901018922853e-06| -|requirements.txt|gitlab/sybreton/apollinaire|3.63901018922853e-06| -|requirements.txt|gitlab/pipe3d/pyPipe3D|3.63901018922853e-06| -|requirements.txt|gitlab/AstroVian/bmarxiv|3.63901018922853e-06| -|requirements.txt|gitlab/rki_bioinformatics/purple|3.63901018922853e-06| -|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.63901018922853e-06| -|requirements.txt|gitlab/aegge/comet-emu|3.63901018922853e-06| -|requirements.txt|gitlab/cracklet/cracklet|3.63901018922853e-06| -|requirements.txt|gitlab/LouisLab/PiVR|3.63901018922853e-06| -|requirements.txt|gitlab/jesseds/apav|3.63901018922853e-06| -|requirements.txt|gitlab/dsbowen/conditional-inference|3.63901018922853e-06| -|requirements.txt|gitlab/esa/pyxel|3.63901018922853e-06| -|requirements.txt|gitlab/dglaeser/fieldcompare|3.63901018922853e-06| -|requirements.txt|github/pysal/spopt|3.63901018922853e-06| -|requirements.txt|github/AndreyTavleev/DiscVerSt|3.63901018922853e-06| -|requirements.txt|github/flu-crew/smot|3.63901018922853e-06| -|requirements.txt|github/wcoulton/CompressedFisher|3.63901018922853e-06| -|requirements.txt|github/sibirrer/psfr|3.63901018922853e-06| -|requirements.txt|github/arq5x/poretools|3.63901018922853e-06| -|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.63901018922853e-06| -|requirements.txt|github/abinit/abinit|3.63901018922853e-06| -|requirements.txt|github/moldyn/msmhelper|3.63901018922853e-06| -|requirements.txt|github/firefly-cpp/NiaARM|3.63901018922853e-06| -|requirements.txt|github/timstaley/amisurvey|3.63901018922853e-06| -|requirements.txt|github/OpenBioLink/Explorer|3.63901018922853e-06| -|requirements.txt|github/sbird/fake_spectra|3.63901018922853e-06| -|requirements.txt|github/ladsantos/flatstar|3.63901018922853e-06| -|requirements.txt|github/ladsantos/p-winds|3.63901018922853e-06| -|requirements.txt|github/johnpaulett/python-hl7|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/masf|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/deepscm|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/istn|3.63901018922853e-06| -|requirements.txt|github/HHTpy/HHTpywrapper|3.63901018922853e-06| -|requirements.txt|github/astro-informatics/sleplet|3.63901018922853e-06| -|requirements.txt|github/bradkav/CEvNS|3.63901018922853e-06| -|requirements.txt|github/bradkav/verne|3.63901018922853e-06| -|requirements.txt|github/bradkav/WIMpy_NREFT|3.63901018922853e-06| -|requirements.txt|github/jakeret/tf_unet|3.63901018922853e-06| -|requirements.txt|github/jakeret/abcpmc|3.63901018922853e-06| -|requirements.txt|github/STOmics/EAGS|3.63901018922853e-06| -|requirements.txt|github/labsyspharm/minerva-story|3.63901018922853e-06| -|requirements.txt|github/dstndstn/tractor|3.63901018922853e-06| -|requirements.txt|github/CederGroupHub/smol|3.63901018922853e-06| -|requirements.txt|github/CederGroupHub/sparse-lm|3.63901018922853e-06| -|requirements.txt|github/rae-holcomb/SpinSpotter|3.63901018922853e-06| -|requirements.txt|github/LoganAMorrison/Hazma|3.63901018922853e-06| -|requirements.txt|github/imcgreer/simqso|3.63901018922853e-06| -|requirements.txt|github/PolyChord/PolyChordLite|3.63901018922853e-06| -|requirements.txt|github/FraunhoferIWES/foxes|3.63901018922853e-06| -|requirements.txt|github/rcsb/mmtf-python|3.63901018922853e-06| -|requirements.txt|github/nlesc/embodied-emotions-scripts|3.63901018922853e-06| -|requirements.txt|github/neuroanatomy/reorient|3.63901018922853e-06| -|requirements.txt|github/institut-de-genomique/HAPO-G|3.63901018922853e-06| -|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.63901018922853e-06| -|requirements.txt|github/DSIMB/medusa|3.63901018922853e-06| -|requirements.txt|github/bonsai-team/matam|3.63901018922853e-06| -|requirements.txt|github/semaphoreP/whereistheplanet|3.63901018922853e-06| -|requirements.txt|github/pcingola/SnpEff|3.63901018922853e-06| -|requirements.txt|github/kazewong/flowMC|3.63901018922853e-06| -|requirements.txt|github/LuisScoccola/persistable|3.63901018922853e-06| -|requirements.txt|github/NREL/G2Aero|3.63901018922853e-06| -|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.63901018922853e-06| -|requirements.txt|github/mwanakijiji/rrlfe|3.63901018922853e-06| -|requirements.txt|github/paulbrodersen/netgraph|3.63901018922853e-06| -|requirements.txt|github/annayqho/TheCannon|3.63901018922853e-06| -|requirements.txt|github/mavrix93/LightCurvesClassifier|3.63901018922853e-06| -|requirements.txt|github/inpefess/gym-saturation|3.63901018922853e-06| -|requirements.txt|github/candYgene/siga|3.63901018922853e-06| -|requirements.txt|github/Ajstros/pyripherals|3.63901018922853e-06| -|requirements.txt|github/andr1976/HydDown|3.63901018922853e-06| -|requirements.txt|github/ImperialCollegeLondon/champ|3.63901018922853e-06| -|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.63901018922853e-06| -|requirements.txt|github/Samreay/ChainConsumer|3.63901018922853e-06| -|requirements.txt|github/Samreay/Barry|3.63901018922853e-06| -|requirements.txt|github/Jacks0nJ/PyFPT|3.63901018922853e-06| -|requirements.txt|github/roualdes/bridgestan|3.63901018922853e-06| -|requirements.txt|github/ronshnapp/MyPTV|3.63901018922853e-06| -|requirements.txt|github/cytham/nanovar|3.63901018922853e-06| -|requirements.txt|github/mlares/hearsay|3.63901018922853e-06| -|requirements.txt|github/Qiskit/qiskit-experiments|3.63901018922853e-06| -|requirements.txt|github/eggnogdb/eggnog-mapper|3.63901018922853e-06| -|requirements.txt|github/shandley/hecatomb|3.63901018922853e-06| -|requirements.txt|github/achael/eht-imaging|3.63901018922853e-06| -|requirements.txt|github/bfarr/kombine|3.63901018922853e-06| -|requirements.txt|github/mtlam/PyPulse|3.63901018922853e-06| -|requirements.txt|github/citation-file-format/citation-file-format|3.63901018922853e-06| -|requirements.txt|github/bd-j/prospector|3.63901018922853e-06| -|requirements.txt|github/bd-j/sedpy|3.63901018922853e-06| -|requirements.txt|github/grant-m-s/astronomicAL|3.63901018922853e-06| -|requirements.txt|github/villrv/SuperRAENN|3.63901018922853e-06| -|requirements.txt|github/StingraySoftware/HENDRICS|3.63901018922853e-06| -|requirements.txt|github/maserlib/ExPRES|3.63901018922853e-06| -|requirements.txt|github/ucl-exoplanets/pylightcurve|3.63901018922853e-06| -|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.63901018922853e-06| -|requirements.txt|github/Smith42/pix2prof|3.63901018922853e-06| -|requirements.txt|github/mpound/pdrtpy|3.63901018922853e-06| -|requirements.txt|github/lucabaldini/ixpeobssim|3.63901018922853e-06| -|requirements.txt|github/manodeep/TesseRACt|3.63901018922853e-06| -|requirements.txt|github/daler/pybedtools|3.63901018922853e-06| -|requirements.txt|github/daler/gffutils|3.63901018922853e-06| -|requirements.txt|github/cdanielmachado/reframed|3.63901018922853e-06| -|requirements.txt|github/spack/spack|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/Stimela|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/Stimela-classic|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/QuartiCal|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/PyMORESANE|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/rodrigues|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/breizorro|3.63901018922853e-06| -|requirements.txt|github/luizfelippesr/galmag|3.63901018922853e-06| -|requirements.txt|github/nextstrain/nextclade|3.63901018922853e-06| -|requirements.txt|github/GalletFlorian/TATOO|3.63901018922853e-06| -|requirements.txt|github/dkoslicki/TAMPA|3.63901018922853e-06| -|requirements.txt|github/fenderglass/Ragout|3.63901018922853e-06| -|requirements.txt|github/fenderglass/Flye|3.63901018922853e-06| -|requirements.txt|github/JulianZDing/UniMAP|3.63901018922853e-06| -|requirements.txt|github/hpparvi/PyTransit|3.63901018922853e-06| -|requirements.txt|github/hpparvi/opents|3.63901018922853e-06| -|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.63901018922853e-06| -|requirements.txt|github/dsavransky/EXOSIMS|3.63901018922853e-06| -|requirements.txt|github/myinxd/mcrgnet|3.63901018922853e-06| -|requirements.txt|github/he2016012996/CABnet|3.63901018922853e-06| -|requirements.txt|github/IMMM-SFA/tell|3.63901018922853e-06| -|requirements.txt|github/freqtrade/freqtrade|3.63901018922853e-06| -|requirements.txt|github/qMRLab/qMRLab|3.63901018922853e-06| -|requirements.txt|github/aertslab/pySCENIC|3.63901018922853e-06| -|requirements.txt|github/MIAnalyzer/MIA|3.63901018922853e-06| -|requirements.txt|github/ggciag/mandyoc|3.63901018922853e-06| -|requirements.txt|github/rzellem/EXOTIC|3.63901018922853e-06| -|requirements.txt|github/ifilot/edp|3.63901018922853e-06| -|requirements.txt|github/xinyiguan/py2lispIDyOM|3.63901018922853e-06| -|requirements.txt|github/minaskar/pocomc|3.63901018922853e-06| -|requirements.txt|github/minaskar/zeus|3.63901018922853e-06| -|requirements.txt|github/minaskar/hankl|3.63901018922853e-06| -|requirements.txt|github/JulianBMunoz/Zeus21|3.63901018922853e-06| -|requirements.txt|github/JulianBMunoz/RelicFast|3.63901018922853e-06| -|requirements.txt|github/teuben/QAC|3.63901018922853e-06| -|requirements.txt|github/AdmiralenOla/Scoary|3.63901018922853e-06| -|requirements.txt|github/hyosubkim/bayes-toolbox|3.63901018922853e-06| -|requirements.txt|github/mwalmsley/zoobot|3.63901018922853e-06| -|requirements.txt|github/roban/CosmoloPy|3.63901018922853e-06| -|requirements.txt|github/dirmeier/surjectors|3.63901018922853e-06| -|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.63901018922853e-06| -|requirements.txt|github/Higgins00/TESS-Localize|3.63901018922853e-06| -|requirements.txt|github/temuller/hostphot|3.63901018922853e-06| -|requirements.txt|github/temuller/piscola|3.63901018922853e-06| -|requirements.txt|github/JulioHC00/PEPITA|3.63901018922853e-06| -|requirements.txt|github/migueldvb/cine|3.63901018922853e-06| -|requirements.txt|github/SCIInstitute/UncertainSCI|3.63901018922853e-06| -|requirements.txt|github/SHTOOLS/SHTOOLS|3.63901018922853e-06| -|requirements.txt|github/SarveshVGharat/Plages-Identification|3.63901018922853e-06| -|requirements.txt|github/huiwenke/MineProt|3.63901018922853e-06| -|requirements.txt|github/exciting/excitingtools|3.63901018922853e-06| -|requirements.txt|github/tomasplsek/CADET|3.63901018922853e-06| -|requirements.txt|github/MLMI2-CSSI/foundry|3.63901018922853e-06| -|requirements.txt|github/mwaskom/seaborn|3.63901018922853e-06| -|requirements.txt|github/kyleaoman/martini|3.63901018922853e-06| -|requirements.txt|github/jeffdaily/parasail-python|3.63901018922853e-06| -|requirements.txt|github/Gabaldonlab/jloh|3.63901018922853e-06| -|requirements.txt|github/scikit-learn-contrib/hdbscan|3.63901018922853e-06| -|requirements.txt|github/variomes/sibtm-variomes|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/K2fov|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/PyKE|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/kadenza|3.63901018922853e-06| -|requirements.txt|github/radis/radis|3.63901018922853e-06| -|requirements.txt|github/ryanhausen/fitsmap|3.63901018922853e-06| -|requirements.txt|github/Cristianetaniguti/Reads2Map|3.63901018922853e-06| -|requirements.txt|github/barentsen/k2flix|3.63901018922853e-06| -|requirements.txt|github/barentsen/dave|3.63901018922853e-06| -|requirements.txt|github/JustinYKC/FEPOPS|3.63901018922853e-06| -|requirements.txt|github/ConnorStoneAstro/AutoProf|3.63901018922853e-06| -|requirements.txt|github/rhdtownsend/gyre|3.63901018922853e-06| -|requirements.txt|github/SimonPfeifer/cows|3.63901018922853e-06| -|requirements.txt|github/jellis18/PTMCMCSampler|3.63901018922853e-06| -|requirements.txt|github/songningqiang/CosmoLED|3.63901018922853e-06| -|requirements.txt|github/aewallin/allantools|3.63901018922853e-06| -|requirements.txt|github/mindearth/mobilkit|3.63901018922853e-06| -|requirements.txt|github/wmglab-duke/ascent|3.63901018922853e-06| -|requirements.txt|github/dfm/ketu|3.63901018922853e-06| -|requirements.txt|github/Basvanstein/GSAreport|3.63901018922853e-06| -|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.63901018922853e-06| -|requirements.txt|github/ywx649999311/EzTao|3.63901018922853e-06| -|requirements.txt|github/KVSlab/VaMPy|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/CosmoHammer|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/hide|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/seek|3.63901018922853e-06| -|requirements.txt|github/AusSRC/SoFiAX|3.63901018922853e-06| -|requirements.txt|github/pudu-py/pudu|3.63901018922853e-06| -|requirements.txt|github/milnus/Magphi|3.63901018922853e-06| -|requirements.txt|github/openmsi/openmsistream|3.63901018922853e-06| -|requirements.txt|github/NBISweden/AGAT|3.63901018922853e-06| -|requirements.txt|github/icecube/TauRunner|3.63901018922853e-06| -|requirements.txt|github/hposborn/MonoTools|3.63901018922853e-06| -|requirements.txt|github/ngbusca/QuasarNET|3.63901018922853e-06| -|requirements.txt|github/AOtools/aotools|3.63901018922853e-06| -|requirements.txt|github/WangLabTHU/DeSP|3.63901018922853e-06| -|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.63901018922853e-06| -|requirements.txt|github/tylertrimble/viswaternet|3.63901018922853e-06| -|requirements.txt|github/travisseymour/EPICpy|3.63901018922853e-06| -|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.63901018922853e-06| -|requirements.txt|github/RECETOX/RIAssigner|3.63901018922853e-06| -|requirements.txt|github/RECETOX/MSMetaEnhancer|3.63901018922853e-06| -|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.63901018922853e-06| -|requirements.txt|github/danielreardon/scintools|3.63901018922853e-06| -|requirements.txt|github/kuenzelab/ENDURE|3.63901018922853e-06| -|requirements.txt|github/sorenwacker/ProteomicsQC|3.63901018922853e-06| -|requirements.txt|github/Climdyn/qgs|3.63901018922853e-06| -|requirements.txt|github/pysam-developers/pysam|3.63901018922853e-06| -|requirements.txt|github/ACTCollaboration/zCluster|3.63901018922853e-06| -|requirements.txt|github/j-erler/pymf|3.63901018922853e-06| -|requirements.txt|github/astroboylrx/Rubble|3.63901018922853e-06| -|requirements.txt|github/erikbern/ann-benchmarks|3.63901018922853e-06| -|requirements.txt|github/NLeSC/litstudy|3.63901018922853e-06| -|requirements.txt|github/NLeSC/ShiCo|3.63901018922853e-06| -|requirements.txt|github/VIB-PSB/MINI-EX|3.63901018922853e-06| -|requirements.txt|github/YangLab/CIRCexplorer2|3.63901018922853e-06| -|requirements.txt|github/mtceballos/SIRENAdoc|3.63901018922853e-06| -|requirements.txt|github/TianlaiProject/tlpipe|3.63901018922853e-06| -|requirements.txt|github/jeremysanders/mbproj2|3.63901018922853e-06| -|requirements.txt|github/phirling/pyc2ray|3.63901018922853e-06| -|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.63901018922853e-06| -|requirements.txt|github/ucberkeleyseti/blimpy|3.63901018922853e-06| -|requirements.txt|github/ucberkeleyseti/turbo_seti|3.63901018922853e-06| -|requirements.txt|github/mswzeus/TargetNet|3.63901018922853e-06| -|requirements.txt|github/yuhuan-wu/mobilesal|3.63901018922853e-06| -|requirements.txt|github/statgen/Minimac4|3.63901018922853e-06| -|requirements.txt|github/OxES/k2sc|3.63901018922853e-06| -|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.63901018922853e-06| -|requirements.txt|github/OnroerendErfgoed/atramhasis|3.63901018922853e-06| -|requirements.txt|github/florpi/sunbird|3.63901018922853e-06| -|requirements.txt|github/pcubillos/mc3|3.63901018922853e-06| -|requirements.txt|github/pcubillos/pyratbay|3.63901018922853e-06| -|requirements.txt|github/pcubillos/repack|3.63901018922853e-06| -|requirements.txt|github/stammler/dustpylib|3.63901018922853e-06| -|requirements.txt|github/sczesla/PyAstronomy|3.63901018922853e-06| -|requirements.txt|github/amrex-astro/Castro|3.63901018922853e-06| -|requirements.txt|github/amrex-astro/Nyx|3.63901018922853e-06| -|requirements.txt|github/scikit-tda/DREiMac|3.63901018922853e-06| -|requirements.txt|github/discsim/frank|3.63901018922853e-06| -|requirements.txt|github/jeschaef/Graph4Med|3.63901018922853e-06| -|requirements.txt|github/michaelhb/superplot|3.63901018922853e-06| -|requirements.txt|github/AndrewAnnex/SpiceyPy|3.63901018922853e-06| -|requirements.txt|github/secimTools/SECIMTools|3.63901018922853e-06| -|requirements.txt|github/ncbi/datasets|3.63901018922853e-06| -|requirements.txt|github/tud-hri/joan|3.63901018922853e-06| -|requirements.txt|github/tud-hri/travia|3.63901018922853e-06| -|requirements.txt|github/ZJUFanLab/bulk2space|3.63901018922853e-06| -|requirements.txt|github/nanoporetech/medaka|3.63901018922853e-06| -|requirements.txt|github/nanoporetech/pychopper|3.63901018922853e-06| -|requirements.txt|github/forrest-lab/scMatch|3.63901018922853e-06| -|requirements.txt|github/uab-cgds-worthey/quac|3.63901018922853e-06| -|requirements.txt|github/winger/hawking_net|3.63901018922853e-06| -|requirements.txt|github/phineasng/DECODE|3.63901018922853e-06| -|requirements.txt|github/DataBiosphere/wdl-parsers|3.63901018922853e-06| -|requirements.txt|github/kno10/python-kmedoids|3.63901018922853e-06| -|requirements.txt|github/khyox/recentrifuge|3.63901018922853e-06| -|requirements.txt|github/RuthAngus/stardate|3.63901018922853e-06| -|requirements.txt|github/SDXorg/pysd|3.63901018922853e-06| -|requirements.txt|github/fhcrc/seqmagick|3.63901018922853e-06| -|requirements.txt|github/arnauqb/qwind|3.63901018922853e-06| -|requirements.txt|github/astromer-science/main-code|3.63901018922853e-06| -|requirements.txt|github/Narayana-Rao/SAR-tools|3.63901018922853e-06| -|requirements.txt|github/mwvgroup/pwv_kpno|3.63901018922853e-06| -|requirements.txt|github/gbrammer/grizli|3.63901018922853e-06| -|requirements.txt|github/hannorein/rebound|3.63901018922853e-06| -|requirements.txt|github/nialov/fractopo|3.63901018922853e-06| -|requirements.txt|github/muctadir/lama|3.63901018922853e-06| -|requirements.txt|github/monarch-initiative/loinc2hpo|3.63901018922853e-06| -|requirements.txt|github/ArgonneCPAC/diffmah|3.63901018922853e-06| -|requirements.txt|github/ArgonneCPAC/diffstar|3.63901018922853e-06| -|requirements.txt|github/rkiman/wdwarfdate|3.63901018922853e-06| -|requirements.txt|github/jtschindler/sculptor|3.63901018922853e-06| -|requirements.txt|github/williamjameshandley/anesthetic|3.63901018922853e-06| -|requirements.txt|github/williamjameshandley/fgivenx|3.63901018922853e-06| -|requirements.txt|github/HLasse/TextDescriptives|3.63901018922853e-06| -|requirements.txt|github/uedaLabR/nanoDoc|3.63901018922853e-06| -|requirements.txt|github/igmhub/LyaCoLoRe|3.63901018922853e-06| -|requirements.txt|github/igmhub/picca|3.63901018922853e-06| -|requirements.txt|github/ryanvarley/exodata|3.63901018922853e-06| -|requirements.txt|github/cmoestl/3DCORE|3.63901018922853e-06| -|requirements.txt|github/TinkerTools/tinker9|3.63901018922853e-06| -|requirements.txt|github/kkjawz/coref-ee|3.63901018922853e-06| -|requirements.txt|github/cobilab/altair|3.63901018922853e-06| -|requirements.txt|github/keatonb/TESS_PRF|3.63901018922853e-06| -|requirements.txt|github/keatonb/Pyriod|3.63901018922853e-06| -|requirements.txt|github/sandialabs/pvOps|3.63901018922853e-06| -|requirements.txt|github/MikeSWang/Harmonia|3.63901018922853e-06| -|requirements.txt|github/MikeSWang/HorizonGRound|3.63901018922853e-06| -|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.63901018922853e-06| -|requirements.txt|github/ethicsai/ethical-smart-grid|3.63901018922853e-06| -|requirements.txt|github/ggonnella/fastsubtrees|3.63901018922853e-06| -|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.63901018922853e-06| -|requirements.txt|github/vortex-exoplanet/VIP|3.63901018922853e-06| -|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.63901018922853e-06| -|requirements.txt|github/duetosymmetry/qnm|3.63901018922853e-06| -|requirements.txt|github/MRChemSoft/mrchem|3.63901018922853e-06| -|requirements.txt|github/hallamlab/TreeSAPP|3.63901018922853e-06| -|requirements.txt|github/SESMG/SESMG|3.63901018922853e-06| -|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.63901018922853e-06| -|requirements.txt|github/GalSim-developers/GalSim|3.63901018922853e-06| -|requirements.txt|github/fccoelho/epimodels|3.63901018922853e-06| -|requirements.txt|github/fccoelho/epigrass|3.63901018922853e-06| -|requirements.txt|github/tamarervin/SolAster|3.63901018922853e-06| -|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.63901018922853e-06| -|requirements.txt|github/msyazwanfaid/hilalpy|3.63901018922853e-06| -|requirements.txt|github/cistrome/MIRA|3.63901018922853e-06| -|requirements.txt|github/lucydot/effmass|3.63901018922853e-06| -|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.63901018922853e-06| -|requirements.txt|github/exoclime/HELA|3.63901018922853e-06| -|requirements.txt|github/exoclime/HELIOS-K|3.63901018922853e-06| -|requirements.txt|github/kinnala/scikit-fem|3.63901018922853e-06| -|requirements.txt|github/smaret/astrochem|3.63901018922853e-06| -|requirements.txt|github/emerge-erc/ALminer|3.63901018922853e-06| -|requirements.txt|github/singularityhub/sregistry|3.63901018922853e-06| -|requirements.txt|github/idruglab/hignn|3.63901018922853e-06| -|requirements.txt|github/COINtoolbox/ActSNClass|3.63901018922853e-06| -|requirements.txt|github/pyxnat/pyxnat|3.63901018922853e-06| -|requirements.txt|github/ketch/RK-Opt|3.63901018922853e-06| -|requirements.txt|github/pyFFTW/pyFFTW|3.63901018922853e-06| -|requirements.txt|github/samsledje/ConPLex_dev|3.63901018922853e-06| -|requirements.txt|github/htjb/margarine|3.63901018922853e-06| -|requirements.txt|github/htjb/globalemu|3.63901018922853e-06| -|requirements.txt|github/tpospisi/RFCDE|3.63901018922853e-06| -|requirements.txt|github/tpospisi/nnkcde|3.63901018922853e-06| -|requirements.txt|github/tpospisi/cdetools|3.63901018922853e-06| -|requirements.txt|github/desihub/fastspecfit|3.63901018922853e-06| -|requirements.txt|github/palaeoware/revosim|3.63901018922853e-06| -|requirements.txt|github/pyvisa/pyvisa|3.63901018922853e-06| -|requirements.txt|github/florian-lienhard/MM-LSD|3.63901018922853e-06| -|requirements.txt|github/tholoien/XDGMM|3.63901018922853e-06| -|requirements.txt|github/tholoien/empiriciSN|3.63901018922853e-06| -|requirements.txt|github/ylxu05/HN-PPISP|3.63901018922853e-06| -|requirements.txt|github/xraypy/xraylarch|3.63901018922853e-06| -|requirements.txt|github/asntech/intervene|3.63901018922853e-06| -|requirements.txt|github/ablab/TandemTools|3.63901018922853e-06| -|requirements.txt|github/dirac-institute/asterogap|3.63901018922853e-06| -|requirements.txt|github/gvilitechltd/LibSWIFFT|3.63901018922853e-06| -|requirements.txt|github/a-griffiths/AutoSpec|3.63901018922853e-06| -|requirements.txt|github/CosmoStat/mccd|3.63901018922853e-06| -|requirements.txt|github/biocircuits/bioscrape|3.63901018922853e-06| -|requirements.txt|github/SJLeo/FFSD|3.63901018922853e-06| -|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.63901018922853e-06| -|requirements.txt|github/Chenmi0619/GALMoss|3.63901018922853e-06| -|requirements.txt|github/atomec-project/atoMEC|3.63901018922853e-06| -|requirements.txt|github/STEllAR-GROUP/hpx|3.63901018922853e-06| -|requirements.txt|github/r3w0p/bobocep|3.63901018922853e-06| -|requirements.txt|github/pni-lab/mlconfound|3.63901018922853e-06| -|requirements.txt|github/bcbio/bcbio-nextgen|3.63901018922853e-06| -|requirements.txt|github/mr-superonion/FPFS|3.63901018922853e-06| -|requirements.txt|github/geoelements/gns|3.63901018922853e-06| -|requirements.txt|github/smithlabcode/dnmtools|3.63901018922853e-06| -|requirements.txt|github/AemulusProject/bias_emulator|3.63901018922853e-06| -|requirements.txt|github/dib-lab/dammit|3.63901018922853e-06| -|requirements.txt|github/dib-lab/sourmash|3.63901018922853e-06| -|requirements.txt|github/UoMMIB/TFBMiner|3.63901018922853e-06| -|requirements.txt|github/SPARTA-dev/SPARTA|3.63901018922853e-06| -|requirements.txt|github/deeptools/deepTools|3.63901018922853e-06| -|requirements.txt|github/deeptools/HiCExplorer|3.63901018922853e-06| -|requirements.txt|github/ajshajib/dolphin|3.63901018922853e-06| -|requirements.txt|github/RBrearton/islatu|3.63901018922853e-06| -|requirements.txt|github/astroweaver/the_farmer|3.63901018922853e-06| -|requirements.txt|github/ashleychontos/pySYD|3.63901018922853e-06| -|requirements.txt|github/nanograv/enterprise|3.63901018922853e-06| -|requirements.txt|github/fgbuster/fgbuster|3.63901018922853e-06| -|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.63901018922853e-06| -|requirements.txt|github/cogent3/cogent3|3.63901018922853e-06| -|requirements.txt|github/alexander-mead/pyhalomodel|3.63901018922853e-06| -|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.63901018922853e-06| -|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.63901018922853e-06| -|requirements.txt|github/PolymerGuy/recolo|3.63901018922853e-06| -|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.63901018922853e-06| -|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.63901018922853e-06| -|requirements.txt|github/jkrogager/VoigtFit|3.63901018922853e-06| -|requirements.txt|github/nickelnine37/pykronecker|3.63901018922853e-06| -|requirements.txt|github/ianfhunter/GNOLL|3.63901018922853e-06| -|requirements.txt|github/RuiningZHAO/wcpy|3.63901018922853e-06| -|requirements.txt|github/rodluger/everest|3.63901018922853e-06| -|requirements.txt|github/joshspeagle/dynesty|3.63901018922853e-06| -|requirements.txt|github/bow/fsnviz|3.63901018922853e-06| -|requirements.txt|github/austinpeel/herculens|3.63901018922853e-06| -|requirements.txt|github/RosettaCommons/RFDesign|3.63901018922853e-06| -|requirements.txt|github/gperezs/StarcNet|3.63901018922853e-06| -|requirements.txt|github/iontorrent/TS|3.63901018922853e-06| -|requirements.txt|github/BorgwardtLab/simbsig|3.63901018922853e-06| -|requirements.txt|github/LINNAE-project/SFB-Annotator|3.63901018922853e-06| -|requirements.txt|github/jpierel14/snsed|3.63901018922853e-06| -|requirements.txt|github/kblin/ncbi-acc-download|3.63901018922853e-06| -|requirements.txt|github/GBLille/MassiveFold|3.63901018922853e-06| -|requirements.txt|github/johannesulf/dsigma|3.63901018922853e-06| -|requirements.txt|github/intake/intake|3.63901018922853e-06| -|requirements.txt|github/Vini2/GraphBin|3.63901018922853e-06| -|requirements.txt|github/xuanxu/starmatrix|3.63901018922853e-06| -|requirements.txt|github/tiberioap/grav_waldo|3.63901018922853e-06| -|requirements.txt|github/PynPoint/PynPoint|3.63901018922853e-06| -|requirements.txt|github/ryneches/SuchTree|3.63901018922853e-06| -|requirements.txt|github/N-Wouda/ALNS|3.63901018922853e-06| -|requirements.txt|github/parsotat/batanalysis|3.63901018922853e-06| -|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.63901018922853e-06| -|requirements.txt|github/JuliaHCI/ADI.jl|3.63901018922853e-06| -|requirements.txt|github/CGATOxford/UMI-tools|3.63901018922853e-06| -|requirements.txt|github/aimalz/qp|3.63901018922853e-06| -|requirements.txt|github/silburt/DeepMoon|3.63901018922853e-06| -|requirements.txt|github/jdber1/opendrop|3.63901018922853e-06| -|requirements.txt|github/kingyin3613/RingsPy|3.63901018922853e-06| -|requirements.txt|github/seeh/surprise|3.63901018922853e-06| -|requirements.txt|github/johnh2o2/cuvarbase|3.63901018922853e-06| -|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.63901018922853e-06| -|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.63901018922853e-06| -|requirements.txt|github/chemfiles/chemfiles|3.63901018922853e-06| -|requirements.txt|github/reneshbedre/bioinfokit|3.63901018922853e-06| -|requirements.txt|github/icrar/daliuge|3.63901018922853e-06| -|requirements.txt|github/grahambell/pymoc|3.63901018922853e-06| -|requirements.txt|github/igvteam/igv-reports|3.63901018922853e-06| -|requirements.txt|github/hongwanliu/DarkHistory|3.63901018922853e-06| -|requirements.txt|github/stinefm/relsad|3.63901018922853e-06| -|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.63901018922853e-06| -|requirements.txt|github/bedops/bedops|3.63901018922853e-06| -|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.63901018922853e-06| -|requirements.txt|github/rsnemmen/BCES|3.63901018922853e-06| -|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.63901018922853e-06| -|requirements.txt|github/tnakazato/priism|3.63901018922853e-06| -|requirements.txt|github/LondonBiofoundry/basicsynbio|3.63901018922853e-06| -|requirements.txt|github/deepmind/alphafold|3.63901018922853e-06| -|requirements.txt|github/MichelleLochner/astronomaly|3.63901018922853e-06| -|requirements.txt|github/qmarcou/IGoR|3.63901018922853e-06| -|requirements.txt|github/sjteresi/TE_Density|3.63901018922853e-06| -|requirements.txt|github/alejandrobll/py-sphviewer|3.63901018922853e-06| -|requirements.txt|github/miRTop/mirtop|3.63901018922853e-06| -|requirements.txt|github/me-manu/gammaALPs|3.63901018922853e-06| -|requirements.txt|github/mattyowl/astLib|3.63901018922853e-06| -|requirements.txt|github/lys-devel/lys|3.63901018922853e-06| -|requirements.txt|github/tikk3r/legacystamps|3.63901018922853e-06| -|requirements.txt|github/pmlmodelling/nctoolkit|3.63901018922853e-06| -|requirements.txt|github/valboz/VBBinaryLensing|3.63901018922853e-06| -|requirements.txt|github/zachetienne/nrpytutorial|3.63901018922853e-06| -|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.63901018922853e-06| -|requirements.txt|github/sourmash-bio/sourmash|3.63901018922853e-06| -|requirements.txt|github/python-hydro/pyro2|3.63901018922853e-06| -|requirements.txt|github/chanzuckerberg/cellxgene|3.63901018922853e-06| -|requirements.txt|github/logan-pearce/lofti_gaia|3.63901018922853e-06| -|requirements.txt|github/transientskp/lpf|3.63901018922853e-06| -|requirements.txt|github/pyomeca/biosiglive|3.63901018922853e-06| -|requirements.txt|github/bthorne93/PySM_public|3.63901018922853e-06| -|requirements.txt|github/Kamuish/archi|3.63901018922853e-06| -|requirements.txt|github/NLESC-JCER/QMCblip|3.63901018922853e-06| -|requirements.txt|github/rpoleski/MulensModel|3.63901018922853e-06| -|requirements.txt|github/soraxas/sbp-env|3.63901018922853e-06| -|requirements.txt|github/BioGearsEngine/core|3.63901018922853e-06| -|requirements.txt|github/harrispopgen/mutyper|3.63901018922853e-06| -|requirements.txt|github/jesford/cluster-lensing|3.63901018922853e-06| -|requirements.txt|github/etal/cnvkit|3.63901018922853e-06| -|requirements.txt|github/theislab/scCODA|3.63901018922853e-06| -|requirements.txt|github/danhey/echelle|3.63901018922853e-06| -|requirements.txt|github/vrodgom/statmorph|3.63901018922853e-06| -|requirements.txt|github/bcgsc/TMBur|3.63901018922853e-06| -|requirements.txt|github/bcgsc/NanoSim|3.63901018922853e-06| -|requirements.txt|github/HannahMDoherty/ChemGAPP|3.63901018922853e-06| -|requirements.txt|github/cwieder/py-ssPA|3.63901018922853e-06| -|requirements.txt|github/KolmogorovLab/Severus|3.63901018922853e-06| -|requirements.txt|github/SterlingYM/astroPIPS|3.63901018922853e-06| -|requirements.txt|github/JorenSix/Olaf|3.63901018922853e-06| -|requirements.txt|github/COMBINE-lab/alevin-fry|3.63901018922853e-06| -|requirements.txt|github/learningsimulator/learningsimulator|3.63901018922853e-06| -|requirements.txt|github/pyamg/pyamg|3.63901018922853e-06| -|requirements.txt|github/AWehrhahn/SME|3.63901018922853e-06| -|requirements.txt|github/OSeMOSYS/otoole|3.63901018922853e-06| -|requirements.txt|github/yrjia1015/CRISPRCasStack|3.63901018922853e-06| -|requirements.txt|github/nickhand/pyRSD|3.63901018922853e-06| -|requirements.txt|github/damar-wicaksono/uqtestfuns|3.63901018922853e-06| -|requirements.txt|github/ITA-Solar/rh|3.63901018922853e-06| -|requirements.txt|github/exosports/homer|3.63901018922853e-06| -|requirements.txt|github/exosports/MARGE|3.63901018922853e-06| -|requirements.txt|github/PaulRitsche/DLTrack|3.63901018922853e-06| -|requirements.txt|github/LCOGT/neoexchange|3.63901018922853e-06| -|requirements.txt|github/micahvista/MAMnet|3.63901018922853e-06| -|requirements.txt|github/onnela-lab/beiwe-backend|3.63901018922853e-06| -|requirements.txt|github/jonas-fuchs/varVAMP|3.63901018922853e-06| -|requirements.txt|github/sblunt/orbitize|3.63901018922853e-06| -|requirements.txt|github/genouest/biomaj-daemon|3.63901018922853e-06| -|requirements.txt|github/EnricoCorsaro/FAMED|3.63901018922853e-06| -|requirements.txt|github/spiketools/spiketools|3.63901018922853e-06| -|requirements.txt|github/mgieles/limepy|3.63901018922853e-06| -|requirements.txt|github/saberyoung/haffet|3.63901018922853e-06| -|requirements.txt|github/kartheikiyer/dense_basis|3.63901018922853e-06| -|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.63901018922853e-06| -|requirements.txt|github/NiallJeffrey/BornRaytrace|3.63901018922853e-06| -|requirements.txt|github/mrtommyb/ktransit|3.63901018922853e-06| -|requirements.txt|github/ECP-WarpX/WarpX|3.63901018922853e-06| -|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.63901018922853e-06| -|requirements.txt|github/wbalmer/backtracks|3.63901018922853e-06| -|requirements.txt|github/wbalmer/backtrack|3.63901018922853e-06| -|requirements.txt|github/surf-eds/one-button-compute|3.63901018922853e-06| -|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.63901018922853e-06| -|requirements.txt|github/christinahedges/contaminante|3.63901018922853e-06| -|requirements.txt|github/FlorianThibord/OptimiR|3.63901018922853e-06| -|requirements.txt|github/siavashk/pycpd|3.63901018922853e-06| -|requirements.txt|github/pysat/pysat|3.63901018922853e-06| -|requirements.txt|github/maxmahlke/ssos|3.63901018922853e-06| -|requirements.txt|github/frescigno/magpy_rv|3.63901018922853e-06| -|requirements.txt|github/macrocosme/amber_meta|3.63901018922853e-06| -|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.63901018922853e-06| -|requirements.txt|github/jsobeck/MOOG_SCAT|3.63901018922853e-06| -|requirements.txt|github/SharmaLlama/ticktack|3.63901018922853e-06| -|requirements.txt|github/galaxyproject/galaxy-lib|3.63901018922853e-06| -|requirements.txt|github/BASTAcode/BASTA|3.63901018922853e-06| -|requirements.txt|github/BenNordick/HiLoop|3.63901018922853e-06| -|requirements.txt|github/ExObsSim/ExoRad2-public|3.63901018922853e-06| -|requirements.txt|github/tvwenger/millennium-tap-query|3.63901018922853e-06| -|requirements.txt|github/GilbertLabUCSF/CanDI|3.63901018922853e-06| -|requirements.txt|github/marius311/cosmoslik|3.63901018922853e-06| -|requirements.txt|github/E3SM-Project/gdess|3.63901018922853e-06| -|requirements.txt|github/vterron/lemon|3.63901018922853e-06| -|requirements.txt|github/TearsWaiting/MIMML|3.63901018922853e-06| -|requirements.txt|github/damonge/schNell|3.63901018922853e-06| -|requirements.txt|github/winni2k/abeona|3.63901018922853e-06| -|requirements.txt|github/broadinstitute/cromwell|3.63901018922853e-06| -|requirements.txt|github/oliverphilcox/RascalC|3.63901018922853e-06| -|requirements.txt|github/pennsignals/chime|3.63901018922853e-06| -|requirements.txt|github/JLBLine/WODEN|3.63901018922853e-06| -|requirements.txt|github/JLBLine/PUMA|3.63901018922853e-06| -|requirements.txt|github/floodlight-sports/floodlight|3.63901018922853e-06| -|requirements.txt|github/lutteropp/NetRAX|3.63901018922853e-06| -|requirements.txt|github/open2c/pairtools|3.63901018922853e-06| -|requirements.txt|github/CAMI-challenge/CAMITAX|3.63901018922853e-06| -|requirements.txt|github/fabiorigamonti/bang|3.63901018922853e-06| -|requirements.txt|github/jdswinbank/Comet|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/MutViz|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/VarSum|3.63901018922853e-06| -|requirements.txt|github/markur4/plotastic|3.63901018922853e-06| -|requirements.txt|github/pierfied/karmma|3.63901018922853e-06| -|requirements.txt|github/moead-framework/framework|3.63901018922853e-06| -|requirements.txt|github/vgteam/vg#vg|3.63901018922853e-06| -|requirements.txt|github/vgteam/vg|3.63901018922853e-06| -|requirements.txt|github/zhoux85/scAdapt|3.63901018922853e-06| -|requirements.txt|github/justyncw/STAR_MELT|3.63901018922853e-06| -|requirements.txt|github/jan-rybizki/gdr2_completeness|3.63901018922853e-06| -|requirements.txt|github/jan-rybizki/Chempy|3.63901018922853e-06| -|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.63901018922853e-06| -|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.63901018922853e-06| -|requirements.txt|github/iancze/PSOAP|3.63901018922853e-06| -|requirements.txt|github/ot483/NetCom|3.63901018922853e-06| -|requirements.txt|github/chenwuperth/rgz_rcnn|3.63901018922853e-06| -|requirements.txt|github/miracum/ahd2fhir|3.63901018922853e-06| -|requirements.txt|github/danielenricocahall/elephas|3.63901018922853e-06| -|requirements.txt|github/jrkerns/pylinac|3.63901018922853e-06| -|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.63901018922853e-06| -|requirements.txt|github/csb-toolbox/CSB|3.63901018922853e-06| -|requirements.txt|github/miguelcarcamov/csromer|3.63901018922853e-06| -|requirements.txt|github/miguelcarcamov/gpuvmem|3.63901018922853e-06| -|requirements.txt|github/lgbouma/gyro-interp|3.63901018922853e-06| -|requirements.txt|github/Zafiirah13/meercrab|3.63901018922853e-06| -|requirements.txt|github/sebastian-zieba/PACMAN|3.63901018922853e-06| -|requirements.txt|github/scottgigante/picopore|3.63901018922853e-06| -|requirements.txt|github/opengeos/segment-geospatial|3.63901018922853e-06| -|requirements.txt|github/segasai/rvspecfit|3.63901018922853e-06| -|requirements.txt|github/valentineap/pyprop8|3.63901018922853e-06| -|requirements.txt|github/kboone/avocado|3.63901018922853e-06| -|requirements.txt|github/python-streamz/streamz|3.63901018922853e-06| -|requirements.txt|github/MrOlm/drep|3.63901018922853e-06| -|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.63901018922853e-06| -|requirements.txt|github/lpantano/seqcluster|3.63901018922853e-06| -|requirements.txt|github/koszullab/pareidolia|3.63901018922853e-06| -|requirements.txt|github/benstahl92/deepSIP|3.63901018922853e-06| -|requirements.txt|github/PetroFit/petrofit|3.63901018922853e-06| -|requirements.txt|github/JD2112/methylr|3.63901018922853e-06| -|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.63901018922853e-06| -|requirements.txt|github/epi2me-labs/mapula|3.63901018922853e-06| -|requirements.txt|github/rrwick/Deepbinner|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/spinning-up-basic|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/PlaNet|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/Rainbow|3.63901018922853e-06| -|requirements.txt|github/alawryaguila/multi-view-AE|3.63901018922853e-06| -|requirements.txt|github/MD-Studio/MDStudio|3.63901018922853e-06| -|requirements.txt|github/erling6232/imagedata|3.63901018922853e-06| -|requirements.txt|github/PNNL-m-q/mza|3.63901018922853e-06| -|requirements.txt|github/TommasoRonconi/scampy|3.63901018922853e-06| -|requirements.txt|github/SegataLab/lefse|3.63901018922853e-06| -|requirements.txt|github/gbouras13/plassembler|3.63901018922853e-06| -|requirements.txt|github/pavolgaj/ObsPlanner|3.63901018922853e-06| -|requirements.txt|github/ebachelet/pyLIMA|3.63901018922853e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.63901018922853e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.63901018922853e-06| -|requirements.txt|github/miguelzuma/hi_class_public|3.63901018922853e-06| -|requirements.txt|github/Ambuj-UF/APOP|3.63901018922853e-06| -|requirements.txt|github/klb2/qmkpy|3.63901018922853e-06| -|requirements.txt|github/pynucastro/pynucastro|3.63901018922853e-06| -|requirements.txt|github/cwentland0/perform|3.63901018922853e-06| -|requirements.txt|github/CarlosCoba/XookSuut-code|3.63901018922853e-06| -|requirements.txt|github/SuLab/Wikidata-phenomizer|3.63901018922853e-06| -|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.63901018922853e-06| -|requirements.txt|github/pipliggins/EVolve|3.63901018922853e-06| -|requirements.txt|github/sciris/sciris|3.63901018922853e-06| -|requirements.txt|github/zhangyk8/sconce-scms|3.63901018922853e-06| -|requirements.txt|github/YuRui8879/MRASleepNet|3.63901018922853e-06| -|requirements.txt|github/snad-space/ztf-viewer|3.63901018922853e-06| -|requirements.txt|github/aksholokhov/pysr3|3.63901018922853e-06| -|requirements.txt|github/ExeClim/Isca|3.63901018922853e-06| -|requirements.txt|github/artic-network/fieldbioinformatics|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/MAESTROeX|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/Castro|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/Nyx|3.63901018922853e-06| -|requirements.txt|github/sosl/H-FISTA|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/pycrires|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/species|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/ARTES|3.63901018922853e-06| -|requirements.txt|github/bregaldo/pywst|3.63901018922853e-06| -|requirements.txt|github/UgoLomoio/gtex_visualizer|3.63901018922853e-06| -|requirements.txt|github/PaulHancock/Robbie|3.63901018922853e-06| -|requirements.txt|github/aboucaud/pypher|3.63901018922853e-06| -|requirements.txt|github/brentp/peddy|3.63901018922853e-06| -|requirements.txt|github/brentp/cyvcf2|3.63901018922853e-06| -|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.63901018922853e-06| -|requirements.txt|github/vallis/libstempo|3.63901018922853e-06| -|requirements.txt|github/VChristiaens/special|3.63901018922853e-06| -|requirements.txt|github/VChristiaens/vcal_sphere|3.63901018922853e-06| -|requirements.txt|github/ptriska/WavesDash|3.63901018922853e-06| -|requirements.txt|github/bjmorgan/py-sc-fermi|3.63901018922853e-06| -|requirements.txt|github/ABM4ALL/Melodie|3.63901018922853e-06| -|requirements.txt|github/tmcclintock/AReconstructionTool|3.63901018922853e-06| -|requirements.txt|github/ihmwg/python-modelcif|3.63901018922853e-06| -|requirements.txt|github/ska-sa/katdal|3.63901018922853e-06| -|requirements.txt|github/tessgi/tvguide|3.63901018922853e-06| -|requirements.txt|github/afeinstein20/eleanor|3.63901018922853e-06| -|requirements.txt|github/ArtRand/signalAlign|3.63901018922853e-06| -|requirements.txt|github/1313e/CMasher|3.63901018922853e-06| -|requirements.txt|github/sklasfeld/DANPOS3|3.63901018922853e-06| -|requirements.txt|github/TeamCOMPAS/COMPAS|3.63901018922853e-06| -|requirements.txt|github/quantling/pyndl|3.63901018922853e-06| -|requirements.txt|github/mirnylab/pairtools|3.63901018922853e-06| -|requirements.txt|github/mirnylab/cooler|3.63901018922853e-06| -|requirements.txt|github/legolason/PyQSOFit|3.63901018922853e-06| -|requirements.txt|github/olivecha/guitarsounds|3.63901018922853e-06| -|requirements.txt|github/CobayaSampler/cobaya|3.63901018922853e-06| -|requirements.txt|github/sidmohite/nimbus-astro|3.63901018922853e-06| -|requirements.txt|github/benlansdell/ethome|3.63901018922853e-06| -|requirements.txt|github/Julian/jsonschema|3.63901018922853e-06| -|requirements.txt|github/yupidevs/pactus|3.63901018922853e-06| -|requirements.txt|github/minkailin/stratsi|3.63901018922853e-06| -|requirements.txt|github/benjaminbolling/RSW|3.63901018922853e-06| -|requirements.txt|github/enveda/RPath|3.63901018922853e-06| -|requirements.txt|github/kuanrongchan/COVID19-severity|3.63901018922853e-06| -|requirements.txt|github/3d-pli/fastpli|3.63901018922853e-06| -|requirements.txt|github/mraveri/tensiometer|3.63901018922853e-06| -|requirements.txt|github/matiscke/lcps|3.63901018922853e-06| -|requirements.txt|github/ppsp-team/PyNM|3.63901018922853e-06| -|requirements.txt|github/JakobBD/pounce|3.63901018922853e-06| -|requirements.txt|github/LSARP/ProteomicsQC|3.63901018922853e-06| -|requirements.txt|github/nickk124/RCR|3.63901018922853e-06| -|requirements.txt|github/PacificBiosciences/pbbam|3.63901018922853e-06| -|requirements.txt|github/BioinfoUNIBA/REDItools2|3.63901018922853e-06| -|requirements.txt|github/healpy/healpy|3.63901018922853e-06| -|requirements.txt|github/abatten/fruitbat|3.63901018922853e-06| -|requirements.txt|github/lkreidberg/batman|3.63901018922853e-06| -|requirements.txt|github/gmbrandt/HTOF|3.63901018922853e-06| -|requirements.txt|github/fcastagna/preprofit|3.63901018922853e-06| -|requirements.txt|github/fcastagna/JoXSZ|3.63901018922853e-06| -|requirements.txt|github/AllenInstitute/bmtk|3.63901018922853e-06| -|requirements.txt|github/li-yangyang/lotus|3.63901018922853e-06| -|requirements.txt|github/jts/nanopolish|3.63901018922853e-06| -|requirements.txt|github/cylammarco/ASPIRED|3.63901018922853e-06| -|requirements.txt|github/cylammarco/WDPhotTools|3.63901018922853e-06| -|requirements.txt|github/connor-lab/vapor|3.63901018922853e-06| -|requirements.txt|github/rmjarvis/Piff|3.63901018922853e-06| -|requirements.txt|github/rmjarvis/TreeCorr|3.63901018922853e-06| -|requirements.txt|github/londumas/redvsblue|3.63901018922853e-06| -|requirements.txt|github/bioAI-Oslo/Spikeometric|3.63901018922853e-06| -|requirements.txt|github/esa/NIDN|3.63901018922853e-06| -|requirements.txt|github/arnikz/PIQMIe|3.63901018922853e-06| -|requirements.txt|github/villano-lab/nrCascadeSim|3.63901018922853e-06| -|requirements.txt|github/21cmfast/21cmEMU|3.63901018922853e-06| -|requirements.txt|github/skyfielders/python-skyfield|3.63901018922853e-06| -|requirements.txt|github/chianti-atomic/ChiantiPy|3.63901018922853e-06| -|requirements.txt|github/EGaraldi/corecon|3.63901018922853e-06| -|requirements.txt|github/mrempel/geohexviz|3.63901018922853e-06| -|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.63901018922853e-06| -|requirements.txt|github/radiocosmology/driftscan|3.63901018922853e-06| -|requirements.txt|github/radiocosmology/draco|3.63901018922853e-06| -|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.63901018922853e-06| -|requirements.txt|github/lgrcia/prose|3.63901018922853e-06| -|requirements.txt|github/SebastianBocquet/pygtc|3.63901018922853e-06| -|requirements.txt|github/mscaudill/openseize|3.63901018922853e-06| -|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.63901018922853e-06| -|requirements.txt|github/YesselmanLab/rna_map|3.63901018922853e-06| -|requirements.txt|github/robashaw/libecpint|3.63901018922853e-06| -|requirements.txt|github/katholt/Kleborate|3.63901018922853e-06| -|requirements.txt|github/Lyalpha/spalipy|3.63901018922853e-06| -|requirements.txt|github/JacobBumgarner/VesselVio|3.63901018922853e-06| -|requirements.txt|github/jgieseler/solarmach|3.63901018922853e-06| -|requirements.txt|github/trygvrad/DF-XRM_viz|3.63901018922853e-06| -|requirements.txt|github/taoliu/MACS|3.63901018922853e-06| -|requirements.txt|github/lucianolorenti/ceruleo|3.63901018922853e-06| -|requirements.txt|github/SuperKogito/spafe|3.63901018922853e-06| -|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.63901018922853e-06| -|requirements.txt|github/C0PEP0D/otto|3.63901018922853e-06| -|requirements.txt|github/swagnercarena/paltas|3.63901018922853e-06| -|requirements.txt|github/sybila/biodivine-aeon-py|3.63901018922853e-06| -|requirements.txt|github/snowformatics/macrobot|3.63901018922853e-06| -|requirements.txt|github/prashjet/popkinmocks|3.63901018922853e-06| -|requirements.txt|github/iAART/aart|3.63901018922853e-06| -|requirements.txt|github/james-m-osborn/astrosat|3.63901018922853e-06| -|requirements.txt|github/JLiangLab/TransVW|3.63901018922853e-06| -|requirements.txt|github/drphilmarshall/HumVI|3.63901018922853e-06| -|requirements.txt|github/silx-kit/pyFAI|3.63901018922853e-06| -|requirements.txt|github/widdowquinn/pyani|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/snmachine|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/Spectractor|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/sacc|3.63901018922853e-06| -|requirements.txt|github/Leo-Simpson/c-lasso|3.63901018922853e-06| -|requirements.txt|github/pnsaevik/effluent|3.63901018922853e-06| -|requirements.txt|github/kylemede/ExoSOFT|3.63901018922853e-06| -|requirements.txt|github/mirapy-org/mirapy|3.63901018922853e-06| -|requirements.txt|github/mentatpsi/OSGenome|3.63901018922853e-06| -|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.63901018922853e-06| -|requirements.txt|github/linsalrob/PhiSpy|3.63901018922853e-06| -|requirements.txt|github/timothydmorton/isochrones|3.63901018922853e-06| -|requirements.txt|github/ixkael/Delight|3.63901018922853e-06| -|requirements.txt|github/telatin/qax|3.63901018922853e-06| -|requirements.txt|github/ORNL/curifactory|3.63901018922853e-06| -|requirements.txt|github/pymedphys/pymedphys|3.63901018922853e-06| -|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.63901018922853e-06| -|requirements.txt|github/antoinemarchal/ROHSA|3.63901018922853e-06| -|requirements.txt|github/spacetelescope/mirage|3.63901018922853e-06| -|requirements.txt|github/dartoon/galight|3.63901018922853e-06| -|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.63901018922853e-06| -|requirements.txt|github/johnveitch/cpnest|3.63901018922853e-06| -|requirements.txt|github/wouterpeere/GHEtool|3.63901018922853e-06| -|requirements.txt|github/kiyo-masui/bitshuffle|3.63901018922853e-06| -|requirements.txt|github/podondra/bayesian-sznet|3.63901018922853e-06| -|requirements.txt|github/ToyotaCRDL/mahos|3.63901018922853e-06| -|requirements.txt|github/mjshao06/pdifFinder|3.63901018922853e-06| -|requirements.txt|github/epfl-radio-astro/PINION|3.63901018922853e-06| -|requirements.txt|github/epfl-radio-astro/LiSA|3.63901018922853e-06| -|requirements.txt|github/carronj/lenspyx|3.63901018922853e-06| -|requirements.txt|github/carronj/plancklens|3.63901018922853e-06| -|requirements.txt|github/lmcinnes/umap|3.63901018922853e-06| -|requirements.txt|github/mms-fcul/PypKa|3.63901018922853e-06| -|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.63901018922853e-06| -|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.63901018922853e-06| -|pypi|[properscoring](https://pypi.org/project/properscoring)|3.63901018922853e-06| -|setup.py|gitlab/pythia-uq/pythia|3.63901018922853e-06| -|setup.py|gitlab/octopus-code/octopus|3.63901018922853e-06| -|setup.py|gitlab/gims-developers/gims|3.63901018922853e-06| -|setup.py|gitlab/chjordan/sslf|3.63901018922853e-06| -|setup.py|gitlab/fduchate/predihood|3.63901018922853e-06| -|setup.py|gitlab/joseaher/astroplotlib|3.63901018922853e-06| -|setup.py|gitlab/picos-api/picos|3.63901018922853e-06| -|setup.py|gitlab/permafrostnet/teaspoon|3.63901018922853e-06| -|setup.py|gitlab/jason-rumengan/pyarma|3.63901018922853e-06| -|setup.py|gitlab/petsc/petsc|3.63901018922853e-06| -|setup.py|gitlab/materials-modeling/calorine|3.63901018922853e-06| -|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.63901018922853e-06| -|setup.py|gitlab/Molcas/OpenMolcas|3.63901018922853e-06| -|setup.py|github/fjankowsk/scatfit|3.63901018922853e-06| -|setup.py|github/guangtunbenzhu/NonnegMFPy|3.63901018922853e-06| -|setup.py|github/guangtunbenzhu/SetCoverPy|3.63901018922853e-06| -|setup.py|github/astrosupriyo/pyTANSPEC|3.63901018922853e-06| -|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.63901018922853e-06| -|setup.py|github/Kuifje02/vrpy|3.63901018922853e-06| -|setup.py|github/google/jax|3.63901018922853e-06| -|setup.py|github/cthoyt/bel-resources|3.63901018922853e-06| -|setup.py|github/elizabethnewman/hessQuik|3.63901018922853e-06| -|setup.py|github/snakemake/snakemake|3.63901018922853e-06| -|setup.py|github/dpalmasan/TRUNAJOD2.0|3.63901018922853e-06| -|setup.py|github/birnstiel/two-pop-py|3.63901018922853e-06| -|setup.py|github/dtamayo/reboundx|3.63901018922853e-06| -|setup.py|github/kathlandgren/SWAMPE|3.63901018922853e-06| -|setup.py|github/olivares-j/Kalkayotl|3.63901018922853e-06| -|setup.py|github/CIRADA-Tools/RM-Tools|3.63901018922853e-06| -|setup.py|github/spokenlanguage/platalea|3.63901018922853e-06| -|setup.py|github/YSOVAR/YSOVAR|3.63901018922853e-06| -|setup.py|github/indralab/pybiopax|3.63901018922853e-06| -|setup.py|github/ginolhac/mapDamage|3.63901018922853e-06| -|setup.py|github/pnnl/interflow|3.63901018922853e-06| -|setup.py|github/ebellm/pyraf-dbsp|3.63901018922853e-06| -|setup.py|github/carlosborca/CrystaLattE|3.63901018922853e-06| -|setup.py|github/djsutherland/py-sdm|3.63901018922853e-06| -|setup.py|github/timstaley/voevent-parse|3.63901018922853e-06| -|setup.py|github/fermisurfaces/IFermi|3.63901018922853e-06| -|setup.py|github/FrancesBW/bellamy|3.63901018922853e-06| -|setup.py|github/shilpagarg/WHdenovo|3.63901018922853e-06| -|setup.py|github/LMBooth/pybci|3.63901018922853e-06| -|setup.py|github/djones1040/PythonPhot|3.63901018922853e-06| -|setup.py|github/pynbody/pynbody|3.63901018922853e-06| -|setup.py|github/pynbody/tangos|3.63901018922853e-06| -|setup.py|github/biomedia-mira/blast-ct|3.63901018922853e-06| -|setup.py|github/astro-informatics/s2let|3.63901018922853e-06| -|setup.py|github/astro-informatics/ssht|3.63901018922853e-06| -|setup.py|github/dynamicslab/pysindy|3.63901018922853e-06| -|setup.py|github/astronomyk/SimCADO|3.63901018922853e-06| -|setup.py|github/EMBL-Hentze-group/htseq-clip|3.63901018922853e-06| -|setup.py|github/PhilippJunk/homelette|3.63901018922853e-06| -|setup.py|github/heliopython/heliopy|3.63901018922853e-06| -|setup.py|github/oscaribv/citlalicue|3.63901018922853e-06| -|setup.py|github/SMTG-UCL/ShakeNBreak|3.63901018922853e-06| -|setup.py|github/SMTG-UCL/surfaxe|3.63901018922853e-06| -|setup.py|github/bartongroup/yanosim|3.63901018922853e-06| -|setup.py|github/vhaasteren/piccard|3.63901018922853e-06| -|setup.py|github/TriPed-Robot/TriP|3.63901018922853e-06| -|setup.py|github/dstndstn/astrometry.net|3.63901018922853e-06| -|setup.py|github/dh4gan/taktent|3.63901018922853e-06| -|setup.py|github/dbuscher/pois|3.63901018922853e-06| -|setup.py|github/mikecokina/elisa|3.63901018922853e-06| -|setup.py|github/Starlink/starlink|3.63901018922853e-06| -|setup.py|github/riogroup/SORA|3.63901018922853e-06| -|setup.py|github/acerbilab/pybads|3.63901018922853e-06| -|setup.py|github/Illumina/SpliceAI|3.63901018922853e-06| -|setup.py|github/matchms/matchms|3.63901018922853e-06| -|setup.py|github/matchms/ms2deepscore|3.63901018922853e-06| -|setup.py|github/pyranges/pyrle|3.63901018922853e-06| -|setup.py|github/Oftatkofta/cellocity|3.63901018922853e-06| -|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.63901018922853e-06| -|setup.py|github/matthewholman/assist|3.63901018922853e-06| -|setup.py|github/dicompyler/dicompyler-core|3.63901018922853e-06| -|setup.py|github/nlesc/scriptcwl|3.63901018922853e-06| -|setup.py|github/wiederm/transformato|3.63901018922853e-06| -|setup.py|github/chapmanb/bcbb|3.63901018922853e-06| -|setup.py|github/supernnova/SuperNNova|3.63901018922853e-06| -|setup.py|github/conda/conda|3.63901018922853e-06| -|setup.py|github/conda/pycosat|3.63901018922853e-06| -|setup.py|github/vedantchandra/wdtools|3.63901018922853e-06| -|setup.py|github/zdelrosario/py_grama|3.63901018922853e-06| -|setup.py|github/fair-data/fairdatapoint-client|3.63901018922853e-06| -|setup.py|github/AlexMikes/AutoFunc|3.63901018922853e-06| -|setup.py|github/einsteinpy/einsteinpy|3.63901018922853e-06| -|setup.py|github/rhayes777/PyAutoFit|3.63901018922853e-06| -|setup.py|github/ProjectPyRhO/PyRhO|3.63901018922853e-06| -|setup.py|github/jbussemaker/SBArchOpt|3.63901018922853e-06| -|setup.py|github/NREL/graph-env|3.63901018922853e-06| -|setup.py|github/tool-bin/ukbcc|3.63901018922853e-06| -|setup.py|github/volkamerlab/opencadd|3.63901018922853e-06| -|setup.py|github/DynaSlum/satsense|3.63901018922853e-06| -|setup.py|github/fakedrtom/oncogemini|3.63901018922853e-06| -|setup.py|github/milicolazo/Pyedra|3.63901018922853e-06| -|setup.py|github/mscroggs/symfem|3.63901018922853e-06| -|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.63901018922853e-06| -|setup.py|github/deepmodeling/DMFF|3.63901018922853e-06| -|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.63901018922853e-06| -|setup.py|github/Xia-Yijie/Xponge|3.63901018922853e-06| -|setup.py|github/Gaiana/nirdust|3.63901018922853e-06| -|setup.py|github/ImperialCollegeLondon/hcga|3.63901018922853e-06| -|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.63901018922853e-06| -|setup.py|github/zonca/python-qucs|3.63901018922853e-06| -|setup.py|github/potassco/clingo|3.63901018922853e-06| -|setup.py|github/ejeschke/ginga|3.63901018922853e-06| -|setup.py|github/jonzink/EDI_Vetter_unplugged|3.63901018922853e-06| -|setup.py|github/gagneurlab/drop|3.63901018922853e-06| -|setup.py|github/oliveirara/polyMV|3.63901018922853e-06| -|setup.py|github/sfarrens/sf_deconvolve|3.63901018922853e-06| -|setup.py|github/Qiskit/rustworkx|3.63901018922853e-06| -|setup.py|github/toshiyan/cmblensplus|3.63901018922853e-06| -|setup.py|github/Hoohm/CITE-seq-Count|3.63901018922853e-06| -|setup.py|github/ylab-hi/ScanExitronLR|3.63901018922853e-06| -|setup.py|github/jmschrei/pomegranate|3.63901018922853e-06| -|setup.py|github/hknd23/idcempy|3.63901018922853e-06| -|setup.py|github/bfarr/exocartographer|3.63901018922853e-06| -|setup.py|github/DavidT3/XGA|3.63901018922853e-06| -|setup.py|github/BD2KGenomics/toil|3.63901018922853e-06| -|setup.py|github/StingraySoftware/stingray|3.63901018922853e-06| -|setup.py|github/3fon3fonov/exostriker|3.63901018922853e-06| -|setup.py|github/EdanRein/pyPplusS|3.63901018922853e-06| -|setup.py|github/nespinoza/juliet|3.63901018922853e-06| -|setup.py|github/nespinoza/mc-spam|3.63901018922853e-06| -|setup.py|github/ucl-exoplanets/TauREx3_public|3.63901018922853e-06| -|setup.py|github/jianhuupenn/SpaGCN|3.63901018922853e-06| -|setup.py|github/Fermipy/fermipy|3.63901018922853e-06| -|setup.py|github/felixchenier/kineticstoolkit|3.63901018922853e-06| -|setup.py|github/manodeep/Corrfunc|3.63901018922853e-06| -|setup.py|github/cas-bioinf/rboAnalyzer|3.63901018922853e-06| -|setup.py|github/LindleyLentati/Cobra|3.63901018922853e-06| -|setup.py|github/cdanielmachado/carveme|3.63901018922853e-06| -|setup.py|github/ratt-ru/montblanc|3.63901018922853e-06| -|setup.py|github/ratt-ru/CubiCal|3.63901018922853e-06| -|setup.py|github/palaimon/ipyannotator|3.63901018922853e-06| -|setup.py|github/nextstrain/augur|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/PyMultiNest|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/nway|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/BXA|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/UltraNest|3.63901018922853e-06| -|setup.py|github/danielemichilli/SpS|3.63901018922853e-06| -|setup.py|github/thejasvibr/bat_beamshapes|3.63901018922853e-06| -|setup.py|github/sambit-giri/tools21cm|3.63901018922853e-06| -|setup.py|github/sambit-giri/BCMemu|3.63901018922853e-06| -|setup.py|github/sambit-giri/BCemu|3.63901018922853e-06| -|setup.py|github/tlambert03/pycudadecon|3.63901018922853e-06| -|setup.py|github/ynop/audiomate|3.63901018922853e-06| -|setup.py|github/fair-software/howfairis|3.63901018922853e-06| -|setup.py|github/fair-software/fairtally|3.63901018922853e-06| -|setup.py|github/nlppln/nlppln|3.63901018922853e-06| -|setup.py|github/ModellingWebLab/chaste-codegen|3.63901018922853e-06| -|setup.py|github/hpparvi/ldtk|3.63901018922853e-06| -|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.63901018922853e-06| -|setup.py|github/YeoLab/clipper|3.63901018922853e-06| -|setup.py|github/light-curve/light-curve-python|3.63901018922853e-06| -|setup.py|github/andizq/sf3dmodels|3.63901018922853e-06| -|setup.py|github/babinyurii/recan|3.63901018922853e-06| -|setup.py|github/PyPSA/linopy|3.63901018922853e-06| -|setup.py|github/PyPSA/atlite|3.63901018922853e-06| -|setup.py|github/theia-dev/Qiber3D|3.63901018922853e-06| -|setup.py|github/infer-actively/pymdp|3.63901018922853e-06| -|setup.py|github/AlexanderLabWHOI/EUKulele|3.63901018922853e-06| -|setup.py|github/mirochaj/ares|3.63901018922853e-06| -|setup.py|github/eScatter/pyelsepa|3.63901018922853e-06| -|setup.py|github/IMMM-SFA/mosartwmpy|3.63901018922853e-06| -|setup.py|github/davidgardenier/frbcat|3.63901018922853e-06| -|setup.py|github/davidgardenier/frbpoppy|3.63901018922853e-06| -|setup.py|github/e-koch/FilFinder|3.63901018922853e-06| -|setup.py|github/ACCarnall/SpectRes|3.63901018922853e-06| -|setup.py|github/ACCarnall/bagpipes|3.63901018922853e-06| -|setup.py|github/ajeldorado/falco-python|3.63901018922853e-06| -|setup.py|github/DRMacIver/shrinkray|3.63901018922853e-06| -|setup.py|github/ICAMS/strucscan|3.63901018922853e-06| -|setup.py|github/tariqdaouda/CAMAP|3.63901018922853e-06| -|setup.py|github/PlanetHunters/tkmatrix|3.63901018922853e-06| -|setup.py|github/NASA-PDS/naif-pds4-bundler|3.63901018922853e-06| -|setup.py|github/natelust/least_asymmetry|3.63901018922853e-06| -|setup.py|github/exobssim/rapoc-public|3.63901018922853e-06| -|setup.py|github/Extraweich/homopy|3.63901018922853e-06| -|setup.py|github/avigan/pyZELDA|3.63901018922853e-06| -|setup.py|github/avigan/SPHERE|3.63901018922853e-06| -|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.63901018922853e-06| -|setup.py|github/arabic-digital-humanities/adhtools|3.63901018922853e-06| -|setup.py|github/ni1o1/transbigdata|3.63901018922853e-06| -|setup.py|github/VeinsOfTheEarth/rabpro|3.63901018922853e-06| -|setup.py|github/jonathansick/skyoffset|3.63901018922853e-06| -|setup.py|github/jonathansick/MoAstro|3.63901018922853e-06| -|setup.py|github/icb-dcm/pyabc|3.63901018922853e-06| -|setup.py|github/teuben/nemo|3.63901018922853e-06| -|setup.py|github/dunnkers/fseval|3.63901018922853e-06| -|setup.py|github/carpyncho/carpyncho-py|3.63901018922853e-06| -|setup.py|github/COSMIC-PopSynth/COSMIC|3.63901018922853e-06| -|setup.py|github/gpantel/MolPainter|3.63901018922853e-06| -|setup.py|github/NathanSandford/Chem-I-Calc|3.63901018922853e-06| -|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.63901018922853e-06| -|setup.py|github/equib/pyEQUIB|3.63901018922853e-06| -|setup.py|github/copasi/basico|3.63901018922853e-06| -|setup.py|github/cmbant/getdist|3.63901018922853e-06| -|setup.py|github/aspuru-guzik-group/funsies|3.63901018922853e-06| -|setup.py|github/pybamm-team/liionpack|3.63901018922853e-06| -|setup.py|github/pybamm-team/PyBaMM|3.63901018922853e-06| -|setup.py|github/panoptes/POCS|3.63901018922853e-06| -|setup.py|github/cedrus-opensource/pyxid|3.63901018922853e-06| -|setup.py|github/matthiasdemuzere/w2w|3.63901018922853e-06| -|setup.py|github/mtazzari/uvplot|3.63901018922853e-06| -|setup.py|github/RudolfCardinal/camcops|3.63901018922853e-06| -|setup.py|github/benvanwerkhoven/kernel_tuner|3.63901018922853e-06| -|setup.py|github/ziotom78/dacapo_calibration|3.63901018922853e-06| -|setup.py|github/icesat2py/icepyx|3.63901018922853e-06| -|setup.py|github/cheerfuluser/tessreduce|3.63901018922853e-06| -|setup.py|github/thomas0809/MolScribe|3.63901018922853e-06| -|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.63901018922853e-06| -|setup.py|github/bwengals/CCSNMultivar|3.63901018922853e-06| -|setup.py|github/KeplerGO/k2mosaic|3.63901018922853e-06| -|setup.py|github/beastraban/INSANE|3.63901018922853e-06| -|setup.py|github/HillLab/SomaticSiMu|3.63901018922853e-06| -|setup.py|github/cumbof/honto|3.63901018922853e-06| -|setup.py|github/nasa/simupy-flight|3.63901018922853e-06| -|setup.py|github/jbuisine/macop|3.63901018922853e-06| -|setup.py|github/maayane/catsHTM|3.63901018922853e-06| -|setup.py|github/bmorris3/aesop|3.63901018922853e-06| -|setup.py|github/bmorris3/fleck|3.63901018922853e-06| -|setup.py|github/dask/dask|3.63901018922853e-06| -|setup.py|github/wilkelab/Opfi|3.63901018922853e-06| -|setup.py|github/HajimeKawahara/sot|3.63901018922853e-06| -|setup.py|github/HajimeKawahara/exojax|3.63901018922853e-06| -|setup.py|github/DeltaRCM/pyDeltaRCM|3.63901018922853e-06| -|setup.py|github/brandon-rhodes/python-jplephem|3.63901018922853e-06| -|setup.py|github/planck-npipe/hillipop|3.63901018922853e-06| -|setup.py|github/planck-npipe/lollipop|3.63901018922853e-06| -|setup.py|github/aiidateam/kiwipy|3.63901018922853e-06| -|setup.py|github/j-faria/kima|3.63901018922853e-06| -|setup.py|github/neuralhydrology/neuralhydrology|3.63901018922853e-06| -|setup.py|github/omuse-geoscience/omuse|3.63901018922853e-06| -|setup.py|github/RECeSS-EU-Project/stanscofi|3.63901018922853e-06| -|setup.py|github/MonashSmartStructures/ospgrillage|3.63901018922853e-06| -|setup.py|github/dfm/corner.py|3.63901018922853e-06| -|setup.py|github/dfm/celerite|3.63901018922853e-06| -|setup.py|github/PabloMSanAla/fabada|3.63901018922853e-06| -|setup.py|github/OpenMDAO/dymos|3.63901018922853e-06| -|setup.py|github/HERA-Team/hera_opm|3.63901018922853e-06| -|setup.py|github/HERA-Team/aipy|3.63901018922853e-06| -|setup.py|github/vals/umis|3.63901018922853e-06| -|setup.py|github/jollejolles/pirecorder|3.63901018922853e-06| -|setup.py|github/christopherburke/tess-point|3.63901018922853e-06| -|setup.py|github/milnus/Corekaburra|3.63901018922853e-06| -|setup.py|github/sensein/etelemetry-client|3.63901018922853e-06| -|setup.py|github/clawpack/clawpack|3.63901018922853e-06| -|setup.py|github/icecube/FIRESONG|3.63901018922853e-06| -|setup.py|github/cov-lineages/pangolin|3.63901018922853e-06| -|setup.py|github/OttoStruve/muler|3.63901018922853e-06| -|setup.py|github/coljac/sensie|3.63901018922853e-06| -|setup.py|github/marcelm/cutadapt|3.63901018922853e-06| -|setup.py|github/marcelm/tinyalign|3.63901018922853e-06| -|setup.py|github/marcelm/dnaio|3.63901018922853e-06| -|setup.py|github/marcelm/alignlib|3.63901018922853e-06| -|setup.py|github/lh3/minimap2|3.63901018922853e-06| -|setup.py|github/meinardmueller/libfmp|3.63901018922853e-06| -|setup.py|github/meinardmueller/synctoolbox|3.63901018922853e-06| -|setup.py|github/JixingGE/GGCHEMPY|3.63901018922853e-06| -|setup.py|github/Alymantara/pydoppler|3.63901018922853e-06| -|setup.py|github/enthought/mayavi|3.63901018922853e-06| -|setup.py|github/enthought/vpsearch|3.63901018922853e-06| -|setup.py|github/nye17/javelin|3.63901018922853e-06| -|setup.py|github/ghislainv/forestatrisk|3.63901018922853e-06| -|setup.py|github/Theano/Theano|3.63901018922853e-06| -|setup.py|github/pytoolz/toolz|3.63901018922853e-06| -|setup.py|github/afarahi/tatter|3.63901018922853e-06| -|setup.py|github/afarahi/kllr|3.63901018922853e-06| -|setup.py|github/afarahi/PoPE|3.63901018922853e-06| -|setup.py|github/andresmegias/richvalues|3.63901018922853e-06| -|setup.py|github/antoinediez/Sisyphe|3.63901018922853e-06| -|setup.py|github/seqcode/allo|3.63901018922853e-06| -|setup.py|github/dfujim/bfit|3.63901018922853e-06| -|setup.py|github/toros-astro/astroalign-legacy|3.63901018922853e-06| -|setup.py|github/toros-astro/corral|3.63901018922853e-06| -|setup.py|github/markusbonse/applefy|3.63901018922853e-06| -|setup.py|github/DESI-UR/VAST|3.63901018922853e-06| -|setup.py|github/bxia888/CEFCIG|3.63901018922853e-06| -|setup.py|github/vanheeringen-lab/gimmemotifs|3.63901018922853e-06| -|setup.py|github/codemeleon/seqPanther|3.63901018922853e-06| -|setup.py|github/NLeSC/Massive-PotreeConverter|3.63901018922853e-06| -|setup.py|github/NLeSC/boatswain|3.63901018922853e-06| -|setup.py|github/NLeSC/noodles|3.63901018922853e-06| -|setup.py|github/NLeSC/mcfly|3.63901018922853e-06| -|setup.py|github/NLeSC/cptm|3.63901018922853e-06| -|setup.py|github/BoPeng/simuPOP|3.63901018922853e-06| -|setup.py|github/telegraphic/pygsm|3.63901018922853e-06| -|setup.py|github/telegraphic/fits2hdf|3.63901018922853e-06| -|setup.py|github/vincentlab/PyFR|3.63901018922853e-06| -|setup.py|github/girder/viime|3.63901018922853e-06| -|setup.py|github/jveitchmichaelis/pygadgetreader|3.63901018922853e-06| -|setup.py|github/jiwoncpark/baobab|3.63901018922853e-06| -|setup.py|github/FreBio/komics|3.63901018922853e-06| -|setup.py|github/Substra/substra|3.63901018922853e-06| -|setup.py|github/SynthSys/pyOmeroUpload|3.63901018922853e-06| -|setup.py|github/qpv-research-group/solcore5|3.63901018922853e-06| -|setup.py|github/MNGuenther/allesfitter|3.63901018922853e-06| -|setup.py|github/jacobblum/simDRIFT|3.63901018922853e-06| -|setup.py|github/colour-science/colour|3.63901018922853e-06| -|setup.py|github/MDAnalysis/mdanalysis|3.63901018922853e-06| -|setup.py|github/matplotlib/matplotlib|3.63901018922853e-06| -|setup.py|github/PyFstat/PyFstat|3.63901018922853e-06| -|setup.py|github/ekaterinailin/AltaiPony|3.63901018922853e-06| -|setup.py|github/subisarkar/JexoSim|3.63901018922853e-06| -|setup.py|github/egjergo/galcem|3.63901018922853e-06| -|setup.py|github/Caltech-IPAC/Montage|3.63901018922853e-06| -|setup.py|github/dgerosa/spops|3.63901018922853e-06| -|setup.py|github/dgerosa/gwdet|3.63901018922853e-06| -|setup.py|github/dgerosa/surrkick|3.63901018922853e-06| -|setup.py|github/spicy-oil/hfs_fit|3.63901018922853e-06| -|setup.py|github/napakalas/casbert|3.63901018922853e-06| -|setup.py|github/stammler/simframe|3.63901018922853e-06| -|setup.py|github/stammler/dustpy|3.63901018922853e-06| -|setup.py|github/FCS-analysis/multipletau|3.63901018922853e-06| -|setup.py|github/brinckmann/montepython_public|3.63901018922853e-06| -|setup.py|github/peterk87/sistr_cmd|3.63901018922853e-06| -|setup.py|github/ncbi/ngs|3.63901018922853e-06| -|setup.py|github/nanoporetech/tombo|3.63901018922853e-06| -|setup.py|github/nanoporetech/qcat|3.63901018922853e-06| -|setup.py|github/nanoporetech/megalodon|3.63901018922853e-06| -|setup.py|github/nanoporetech/ont_fast5_api|3.63901018922853e-06| -|setup.py|github/opimwue/ddop|3.63901018922853e-06| -|setup.py|github/polca/unfold|3.63901018922853e-06| -|setup.py|github/athulpg007/AMAT|3.63901018922853e-06| -|setup.py|github/fruzsinaagocs/oscode|3.63901018922853e-06| -|setup.py|github/NuGrid/NuPyCEE|3.63901018922853e-06| -|setup.py|github/glue-viz/glue|3.63901018922853e-06| -|setup.py|github/zblz/naima|3.63901018922853e-06| -|setup.py|github/kbarbary/nestle|3.63901018922853e-06| -|setup.py|github/kbarbary/extinction|3.63901018922853e-06| -|setup.py|github/lberaldoesilva/naif|3.63901018922853e-06| -|setup.py|github/undark-lab/sstrax|3.63901018922853e-06| -|setup.py|github/jhparkastro/gpcal|3.63901018922853e-06| -|setup.py|github/kerkelae/disimpy|3.63901018922853e-06| -|setup.py|github/chakrah/sage|3.63901018922853e-06| -|setup.py|github/seawander/centerRadon|3.63901018922853e-06| -|setup.py|github/seawander/DebrisDiskFM|3.63901018922853e-06| -|setup.py|github/XSLiuLab/Seq2Neo|3.63901018922853e-06| -|setup.py|github/MIC-DKFZ/HD-BET|3.63901018922853e-06| -|setup.py|github/MIC-DKFZ/TractSeg|3.63901018922853e-06| -|setup.py|github/joshjchayes/TransitFit|3.63901018922853e-06| -|setup.py|github/lofar-astron/RMextract|3.63901018922853e-06| -|setup.py|github/auctus-team/pycapacity|3.63901018922853e-06| -|setup.py|github/ArgonneCPAC/dsps|3.63901018922853e-06| -|setup.py|github/benmontet/f3|3.63901018922853e-06| -|setup.py|github/DLTK/DLTK|3.63901018922853e-06| -|setup.py|github/tofflemire/saphires|3.63901018922853e-06| -|setup.py|github/mdruett/COCOPLOT|3.63901018922853e-06| -|setup.py|github/smeingast/PNICER|3.63901018922853e-06| -|setup.py|github/xenon-middleware/pyxenon|3.63901018922853e-06| -|setup.py|github/migp11/pyfastcore|3.63901018922853e-06| -|setup.py|github/keflavich/HiGal_SEDfitter|3.63901018922853e-06| -|setup.py|github/WMD-group/SMACT|3.63901018922853e-06| -|setup.py|github/WMD-group/MacroDensity|3.63901018922853e-06| -|setup.py|github/UM-Bridge/umbridge|3.63901018922853e-06| -|setup.py|github/JoschaJ/mockFRBhosts|3.63901018922853e-06| -|setup.py|github/sylvainprigent/napari-tracks-reader|3.63901018922853e-06| -|setup.py|github/loosolab/TOBIAS|3.63901018922853e-06| -|setup.py|github/HadrienG/InSilicoSeq|3.63901018922853e-06| -|setup.py|github/orcasgit/python-fitbit|3.63901018922853e-06| -|setup.py|github/agreenbaum/ImPlaneIA|3.63901018922853e-06| -|setup.py|github/AA-ALERT/frbcatdb|3.63901018922853e-06| -|setup.py|github/bxlab/bx-python|3.63901018922853e-06| -|setup.py|github/exafmm/exafmm-t|3.63901018922853e-06| -|setup.py|github/LiberTEM/LiberTEM|3.63901018922853e-06| -|setup.py|github/hover2pi/SEDkit|3.63901018922853e-06| -|setup.py|github/t-brandt/orvara|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/pyranges|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/ncls|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/epic2|3.63901018922853e-06| -|setup.py|github/libgamera/GAMERA|3.63901018922853e-06| -|setup.py|github/adrn/schwimmbad|3.63901018922853e-06| -|setup.py|github/adrn/pyia|3.63901018922853e-06| -|setup.py|github/adrn/SuperFreq|3.63901018922853e-06| -|setup.py|github/a-slide/pycoQC|3.63901018922853e-06| -|setup.py|github/NoahSailer/FishLSS|3.63901018922853e-06| -|setup.py|github/ggonnella/gfapy|3.63901018922853e-06| -|setup.py|github/DirectDM/directdm-py|3.63901018922853e-06| -|setup.py|github/cbalbin-FIU/Epitopedia|3.63901018922853e-06| -|setup.py|github/seung-lab/FlyWirePaper|3.63901018922853e-06| -|setup.py|github/synchrofit/synchrofit|3.63901018922853e-06| -|setup.py|github/ireis/PRF|3.63901018922853e-06| -|setup.py|github/hera-team/librarian|3.63901018922853e-06| -|setup.py|github/quatrope/ProperImage|3.63901018922853e-06| -|setup.py|github/quatrope/feets|3.63901018922853e-06| -|setup.py|github/fpavogt/fcmaker|3.63901018922853e-06| -|setup.py|github/Astroua/SCIMES|3.63901018922853e-06| -|setup.py|github/Astroua/TurbuStat|3.63901018922853e-06| -|setup.py|github/NKI-AI/direct|3.63901018922853e-06| -|setup.py|github/Starfish-develop/Starfish|3.63901018922853e-06| -|setup.py|github/adbar/htmldate|3.63901018922853e-06| -|setup.py|github/halomod/hmf|3.63901018922853e-06| -|setup.py|github/halomod/halomod|3.63901018922853e-06| -|setup.py|github/ExoCTK/exoctk|3.63901018922853e-06| -|setup.py|github/liamedeiros/ehtplot|3.63901018922853e-06| -|setup.py|github/dwkim78/pdtrend|3.63901018922853e-06| -|setup.py|github/dwkim78/ASTRiDE|3.63901018922853e-06| -|setup.py|github/dwkim78/upsilon|3.63901018922853e-06| -|setup.py|github/YosefLab/scvi-tools|3.63901018922853e-06| -|setup.py|github/abhisrkckl/GWecc|3.63901018922853e-06| -|setup.py|github/rgerum/pylustrator|3.63901018922853e-06| -|setup.py|github/tylunel/pvpumpingsystem|3.63901018922853e-06| -|setup.py|github/dmey/synthia|3.63901018922853e-06| -|setup.py|github/eblur/dust|3.63901018922853e-06| -|setup.py|github/conchoecia/pauvre|3.63901018922853e-06| -|setup.py|github/benallard/galileo|3.63901018922853e-06| -|setup.py|github/andycasey/sick|3.63901018922853e-06| -|setup.py|github/zclaytor/kiauhoku|3.63901018922853e-06| -|setup.py|github/zclaytor/butterpy|3.63901018922853e-06| -|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.63901018922853e-06| -|setup.py|github/singularityhub/singularity-hpc|3.63901018922853e-06| -|setup.py|github/singularityhub/singularity-compose|3.63901018922853e-06| -|setup.py|github/gwastro/pycbc|3.63901018922853e-06| -|setup.py|github/tdaylan/pcat|3.63901018922853e-06| -|setup.py|github/astropy/astroscrappy|3.63901018922853e-06| -|setup.py|github/astropy/astroplan|3.63901018922853e-06| -|setup.py|github/astropy/ccdproc|3.63901018922853e-06| -|setup.py|github/astropy/astroquery|3.63901018922853e-06| -|setup.py|github/astropy/SPISEA|3.63901018922853e-06| -|setup.py|github/astropy/specutils|3.63901018922853e-06| -|setup.py|github/astropy/halotools|3.63901018922853e-06| -|setup.py|github/PfizerRD/sit2standpy|3.63901018922853e-06| -|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.63901018922853e-06| -|setup.py|github/Jammy2211/PyAutoLens|3.63901018922853e-06| -|setup.py|github/Jammy2211/PyAutoGalaxy|3.63901018922853e-06| -|setup.py|github/ketch/nodepy|3.63901018922853e-06| -|setup.py|github/abmantz/lmc|3.63901018922853e-06| -|setup.py|github/smoh/kinesis|3.63901018922853e-06| -|setup.py|github/joe-antognini/kozai|3.63901018922853e-06| -|setup.py|github/anuradhawick/LRBinner|3.63901018922853e-06| -|setup.py|github/htjb/maxsmooth|3.63901018922853e-06| -|setup.py|github/elkebir-group/Jumper|3.63901018922853e-06| -|setup.py|github/tcassanelli/pywpf|3.63901018922853e-06| -|setup.py|github/sparks-baird/xtal2png|3.63901018922853e-06| -|setup.py|github/prajwel/curvit|3.63901018922853e-06| -|setup.py|github/daniel-muthukrishna/astrodash|3.63901018922853e-06| -|setup.py|github/galkintool/galkin|3.63901018922853e-06| -|setup.py|github/fcs-analysis/PyCorrFit|3.63901018922853e-06| -|setup.py|github/fcs-analysis/PyScanFCS|3.63901018922853e-06| -|setup.py|github/RaRe-Technologies/gensim|3.63901018922853e-06| -|setup.py|github/thomasorb/orcs|3.63901018922853e-06| -|setup.py|github/hyperopt/hyperopt|3.63901018922853e-06| -|setup.py|github/maxibor/sam2lca|3.63901018922853e-06| -|setup.py|github/biobakery/MetaPhlAn|3.63901018922853e-06| -|setup.py|github/wen-jams/bsavi|3.63901018922853e-06| -|setup.py|github/gem-pasteur/macsyfinder|3.63901018922853e-06| -|setup.py|github/Filter-Bubble/e2e-Dutch|3.63901018922853e-06| -|setup.py|github/sebhaan/geobo|3.63901018922853e-06| -|setup.py|github/ledatelescope/bifrost|3.63901018922853e-06| -|setup.py|github/saltastro/pyhrs|3.63901018922853e-06| -|setup.py|github/mishioo/tesliper|3.63901018922853e-06| -|setup.py|github/catherinezucker/radfil|3.63901018922853e-06| -|setup.py|github/morriscb/The-wiZZ|3.63901018922853e-06| -|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.63901018922853e-06| -|setup.py|github/CosmoStat/shapepipe|3.63901018922853e-06| -|setup.py|github/cmateu/galstreams|3.63901018922853e-06| -|setup.py|github/cmateu/PyMGC3|3.63901018922853e-06| -|setup.py|github/starkit/wsynphot|3.63901018922853e-06| -|setup.py|github/LucaMalavolta/PyORBIT|3.63901018922853e-06| -|setup.py|github/thieu1995/permetrics|3.63901018922853e-06| -|setup.py|github/soichiro-hattori/unpopular|3.63901018922853e-06| -|setup.py|github/4pisky/fourpisky-core|3.63901018922853e-06| -|setup.py|github/fforster/delight|3.63901018922853e-06| -|setup.py|github/engyasin/Offline_MOT|3.63901018922853e-06| -|setup.py|github/MIT-STARLab/deconfuser|3.63901018922853e-06| -|setup.py|github/veragluscevic/dmdd|3.63901018922853e-06| -|setup.py|github/eggplantbren/DNest4|3.63901018922853e-06| -|setup.py|github/TPI-Immunogenetics/igmat|3.63901018922853e-06| -|setup.py|github/panoptes-organization/panoptes|3.63901018922853e-06| -|setup.py|github/astroML/gatspy|3.63901018922853e-06| -|setup.py|github/dgbowl/yadg|3.63901018922853e-06| -|setup.py|github/3D-e-Chem/kripodb|3.63901018922853e-06| -|setup.py|github/3D-e-Chem/sygma|3.63901018922853e-06| -|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.63901018922853e-06| -|setup.py|github/lilyminium/psiresp|3.63901018922853e-06| -|setup.py|github/danielkoll/PyRADS|3.63901018922853e-06| -|setup.py|github/deeptools/py2bit|3.63901018922853e-06| -|setup.py|github/deeptools/deeptools_intervals|3.63901018922853e-06| -|setup.py|github/odb9402/CNNPeaks|3.63901018922853e-06| -|setup.py|github/MASILab/pyPheWAS|3.63901018922853e-06| -|setup.py|github/cmillion/gPhoton|3.63901018922853e-06| -|setup.py|github/nanograv/PINT|3.63901018922853e-06| -|setup.py|github/COVID-IWG/epimargin|3.63901018922853e-06| -|setup.py|github/shbhuk/mrexo|3.63901018922853e-06| -|setup.py|github/shbhuk/barycorrpy|3.63901018922853e-06| -|setup.py|github/scipion-em/scipion-em-continuousflex|3.63901018922853e-06| -|setup.py|github/SandoghdarLab/PiSCAT|3.63901018922853e-06| -|setup.py|github/Johannes-Sahlmann/pygacs|3.63901018922853e-06| -|setup.py|github/DrafProject/elmada|3.63901018922853e-06| -|setup.py|github/Adamtaranto/Yanagiba|3.63901018922853e-06| -|setup.py|github/ngltr/sinaps|3.63901018922853e-06| -|setup.py|github/VMBoehm/MADLens|3.63901018922853e-06| -|setup.py|github/galizia-lab/pyview|3.63901018922853e-06| -|setup.py|github/mriener/gausspyplus|3.63901018922853e-06| -|setup.py|github/CosmoStatGW/gwfast|3.63901018922853e-06| -|setup.py|github/CosmoStatGW/WF4Py|3.63901018922853e-06| -|setup.py|github/franpoz/SHERLOCK|3.63901018922853e-06| -|setup.py|github/MrMinimal64/multivar_horner|3.63901018922853e-06| -|setup.py|github/4dn-dcic/pairix|3.63901018922853e-06| -|setup.py|github/Electrostatics/apbs|3.63901018922853e-06| -|setup.py|github/multiscale/muscle3|3.63901018922853e-06| -|setup.py|github/rodluger/starry_process|3.63901018922853e-06| -|setup.py|github/rodluger/planetplanet|3.63901018922853e-06| -|setup.py|github/brainets/frites|3.63901018922853e-06| -|setup.py|github/AstroChem/VISIBLE|3.63901018922853e-06| -|setup.py|github/pysersic/pysersic|3.63901018922853e-06| -|setup.py|github/agshumate/LiftoffTools|3.63901018922853e-06| -|setup.py|github/rohinkumar/correlcalc|3.63901018922853e-06| -|setup.py|github/pkgw/pwkit|3.63901018922853e-06| -|setup.py|github/jpierel14/sntd|3.63901018922853e-06| -|setup.py|github/aprsa/dips|3.63901018922853e-06| -|setup.py|github/citiususc/BigSeqKit|3.63901018922853e-06| -|setup.py|github/mbaes/SpheCow|3.63901018922853e-06| -|setup.py|github/H-E-L-P/XID_plus|3.63901018922853e-06| -|setup.py|github/cdslaborg/paramonte|3.63901018922853e-06| -|setup.py|github/Singh-Lab/DeMaSk|3.63901018922853e-06| -|setup.py|github/mtakahiro/gsf|3.63901018922853e-06| -|setup.py|github/opencobra/cobrapy|3.63901018922853e-06| -|setup.py|github/brian-team/brian2|3.63901018922853e-06| -|setup.py|github/bwinkel/cygrid|3.63901018922853e-06| -|setup.py|github/fabiopardo/tonic|3.63901018922853e-06| -|setup.py|github/BackmanLab/PWSpy|3.63901018922853e-06| -|setup.py|github/iraf-community/pyraf|3.63901018922853e-06| -|setup.py|github/ACEnglish/truvari|3.63901018922853e-06| -|setup.py|github/spyder-ide/spyder|3.63901018922853e-06| -|setup.py|github/computational-chemical-biology/ChemWalker|3.63901018922853e-06| -|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.63901018922853e-06| -|setup.py|github/ChrisBeaumont/brut|3.63901018922853e-06| -|setup.py|github/shirtsgroup/physical_validation|3.63901018922853e-06| -|setup.py|github/sonwell/biotools|3.63901018922853e-06| -|setup.py|github/rbturnbull/ausdex|3.63901018922853e-06| -|setup.py|github/smirarab/sepp|3.63901018922853e-06| -|setup.py|github/dokkum/maskfill|3.63901018922853e-06| -|setup.py|github/astrosmili/smili|3.63901018922853e-06| -|setup.py|github/HinLeung622/pipes_vis|3.63901018922853e-06| -|setup.py|github/kgullikson88/Telluric-Fitter|3.63901018922853e-06| -|setup.py|github/jiahecui/SenAOReFoc|3.63901018922853e-06| -|setup.py|github/minzastro/unidam|3.63901018922853e-06| -|setup.py|github/sncosmo/sncosmo|3.63901018922853e-06| -|setup.py|github/rmaphoh/AutoMorph|3.63901018922853e-06| -|setup.py|github/cbg-ethz/shorah|3.63901018922853e-06| -|setup.py|github/samuelefiorini/tangle|3.63901018922853e-06| -|setup.py|github/GabrieleParimbelli/COLIBRI|3.63901018922853e-06| -|setup.py|github/jdidion/atropos|3.63901018922853e-06| -|setup.py|github/mchalela/GriSPy|3.63901018922853e-06| -|setup.py|github/rajeshrinet/pystokes|3.63901018922853e-06| -|setup.py|github/MillionConcepts/lhorizon|3.63901018922853e-06| -|setup.py|github/ideasrule/platon|3.63901018922853e-06| -|setup.py|github/iomega/spec2vec|3.63901018922853e-06| -|setup.py|github/aineniamh/snipit|3.63901018922853e-06| -|setup.py|github/HCGB-IGTP/spaTyper|3.63901018922853e-06| -|setup.py|github/circuitgraph/circuitgraph|3.63901018922853e-06| -|setup.py|github/TheJacksonLaboratory/drug-synergy|3.63901018922853e-06| -|setup.py|github/hoechenberger/questplus|3.63901018922853e-06| -|setup.py|github/phac-nml/staramr|3.63901018922853e-06| -|setup.py|github/phac-nml/mob-suite|3.63901018922853e-06| -|setup.py|github/phac-nml/biohansel|3.63901018922853e-06| -|setup.py|github/UNSW-CEEM/nempy|3.63901018922853e-06| -|setup.py|github/caseyjlaw/rtpipe|3.63901018922853e-06| -|setup.py|github/jiffyclub/palettable|3.63901018922853e-06| -|setup.py|github.com/idptools/metapredict|3.63901018922853e-06| -|setup.py|github/miniufo/xinvert|3.63901018922853e-06| -|setup.py|github/MNiwano/Eclaire|3.63901018922853e-06| -|setup.py|github/nextgenusfs/amptk|3.63901018922853e-06| -|setup.py|github/DeepRank/deeprank|3.63901018922853e-06| -|setup.py|github/DeepRank/iScore|3.63901018922853e-06| -|setup.py|github/DeepRank/pssmgen|3.63901018922853e-06| -|setup.py|github/DeepRank/DeepRank-GNN|3.63901018922853e-06| -|setup.py|github/DeepRank/pdb2sql|3.63901018922853e-06| -|setup.py|github/jfowkes/pycutest|3.63901018922853e-06| -|setup.py|github/eldariont/svim|3.63901018922853e-06| -|setup.py|github/mkelley/calviacat|3.63901018922853e-06| -|setup.py|github/tikk3r/lofar-h5plot|3.63901018922853e-06| -|setup.py|github/CEED/libCEED|3.63901018922853e-06| -|setup.py|github/NKI-CCB/PRECISE|3.63901018922853e-06| -|setup.py|github/samaygarg/fuelcell|3.63901018922853e-06| -|setup.py|github/NeuralEnsemble/PyNN|3.63901018922853e-06| -|setup.py|github/twesterhout/lattice-symmetries|3.63901018922853e-06| -|setup.py|github/parmoo/parmoo|3.63901018922853e-06| -|setup.py|github/chanzuckerberg/idseq-dag|3.63901018922853e-06| -|setup.py|github/CyclotronResearchCentre/bidsme|3.63901018922853e-06| -|setup.py|github/insilicomedicine/GENTRL|3.63901018922853e-06| -|setup.py|github/webbjj/m2mcluster|3.63901018922853e-06| -|setup.py|github/webbjj/clustertools|3.63901018922853e-06| -|setup.py|github/Heldenkombinat/Logodetect|3.63901018922853e-06| -|setup.py|github/transientskp/pyse|3.63901018922853e-06| -|setup.py|github/transientskp/tkp|3.63901018922853e-06| -|setup.py|github/dnarayanan/powderday|3.63901018922853e-06| -|setup.py|github/agurvich/FIRE_studio|3.63901018922853e-06| -|setup.py|github/pjcigan/multicolorfits|3.63901018922853e-06| -|setup.py|github/seclark/RHT|3.63901018922853e-06| -|setup.py|github/astroml/gatspy|3.63901018922853e-06| -|setup.py|github/NLESC-JCER/QMCTorch|3.63901018922853e-06| -|setup.py|github/oschwengers/platon|3.63901018922853e-06| -|setup.py|github/oschwengers/referenceseeker|3.63901018922853e-06| -|setup.py|github/oschwengers/bakta|3.63901018922853e-06| -|setup.py|github/yqiuu/starduster|3.63901018922853e-06| -|setup.py|github/JoeMcEwen/FAST-PT|3.63901018922853e-06| -|setup.py|github/mgalardini/pyseer|3.63901018922853e-06| -|setup.py|github/OpenWaterAnalytics/EPyT|3.63901018922853e-06| -|setup.py|github/GalacticDynamics-Oxford/Agama|3.63901018922853e-06| -|setup.py|github/realfastvla/rfpipe|3.63901018922853e-06| -|setup.py|github/realfastvla/realfast|3.63901018922853e-06| -|setup.py|github/fitbenchmarking/fitbenchmarking|3.63901018922853e-06| -|setup.py|github/ChenfuShi/HiChIP_peaks|3.63901018922853e-06| -|setup.py|github/sinc-lab/miRe2e|3.63901018922853e-06| -|setup.py|github/rfeldmann/leopy|3.63901018922853e-06| -|setup.py|github/wokast/PyCactus|3.63901018922853e-06| -|setup.py|github/JulianKarlBauer/mechkit|3.63901018922853e-06| -|setup.py|github/bcgsc/tigmint|3.63901018922853e-06| -|setup.py|github/martinjzhang/scDRS|3.63901018922853e-06| -|setup.py|github/ml-evs/matador|3.63901018922853e-06| -|setup.py|github/dmentipl/plonk|3.63901018922853e-06| -|setup.py|github/clauswilke/PeptideBuilder|3.63901018922853e-06| -|setup.py|github/davidebolo1993/VISOR|3.63901018922853e-06| -|setup.py|github/davidebolo1993/TRiCoLOR|3.63901018922853e-06| -|setup.py|github/ERA-URBAN/fm128_radar|3.63901018922853e-06| -|setup.py|github/fkeruzore/panco2|3.63901018922853e-06| -|setup.py|github/ismaelpessa/PyMUSE|3.63901018922853e-06| -|setup.py|github/numba/numba|3.63901018922853e-06| -|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.63901018922853e-06| -|setup.py|github/tjiangHIT/cuteSV|3.63901018922853e-06| -|setup.py|github/nicolet5/DiffCapAnalyzer|3.63901018922853e-06| -|setup.py|github/gdrouart/MrMoose|3.63901018922853e-06| -|setup.py|github/tum-pbs/PhiML|3.63901018922853e-06| -|setup.py|github/chandra-marx/marxs|3.63901018922853e-06| -|setup.py|github/blackjax-devs/blackjax|3.63901018922853e-06| -|setup.py|github/nlesc-ave/ave-rest-service|3.63901018922853e-06| -|setup.py|github/bio-phys/BioEn|3.63901018922853e-06| -|setup.py|github/juliotux/astropop|3.63901018922853e-06| -|setup.py|github/mikekatz04/BOWIE|3.63901018922853e-06| -|setup.py|github/compomics/DeepLC|3.63901018922853e-06| -|setup.py|github/ComparativeGenomicsToolkit/cactus|3.63901018922853e-06| -|setup.py|github/LCOGT/banzai|3.63901018922853e-06| -|setup.py|github/malonge/RagTag|3.63901018922853e-06| -|setup.py|github/FlowModelingControl/flowtorch|3.63901018922853e-06| -|setup.py|github/raspishake/rsudp|3.63901018922853e-06| -|setup.py|github/natashabatalha/PandExo|3.63901018922853e-06| -|setup.py|github/natashabatalha/picaso|3.63901018922853e-06| -|setup.py|github/Bahler-Lab/pyphe|3.63901018922853e-06| -|setup.py|github/genouest/biomaj-cli|3.63901018922853e-06| -|setup.py|github/OBrink/RanDepict|3.63901018922853e-06| -|setup.py|github/easybuilders/easybuild|3.63901018922853e-06| -|setup.py|github/matteobreschi/bajes|3.63901018922853e-06| -|setup.py|github/NiallJeffrey/DeepMass|3.63901018922853e-06| -|setup.py|github/aalhossary/pyemgpipeline|3.63901018922853e-06| -|setup.py|github/lantunes/cellpylib|3.63901018922853e-06| -|setup.py|github/rjtanner/StarburstPy|3.63901018922853e-06| -|setup.py|github/fAndreuzzi/BisPy|3.63901018922853e-06| -|setup.py|github/jnktsj/DNApi|3.63901018922853e-06| -|setup.py|github/cadop/seg1d|3.63901018922853e-06| -|setup.py|github/Cascella-Group-UiO/HyMD|3.63901018922853e-06| -|setup.py|github/Ayuei/DeBEIR|3.63901018922853e-06| -|setup.py|github/EnsembleGovServices/kamodo-core|3.63901018922853e-06| -|setup.py|github/cy-xu/cosmic-conn|3.63901018922853e-06| -|setup.py|github/lehtiolab/msstitch|3.63901018922853e-06| -|setup.py|github/cabb99/open3spn2|3.63901018922853e-06| -|setup.py|github/ArtificialStellarPopulations/ArtPop|3.63901018922853e-06| -|setup.py|github/sdss/marvin|3.63901018922853e-06| -|setup.py|github/philres/catfishq|3.63901018922853e-06| -|setup.py|github/bethgelab/foolbox|3.63901018922853e-06| -|setup.py|github/Martindelosrios/cosmic-kite|3.63901018922853e-06| -|setup.py|github/abrupt-climate/hyper-canny|3.63901018922853e-06| -|setup.py|github/noraeisner/LATTE|3.63901018922853e-06| -|setup.py|github/bio-ontology-research-group/deepgoplus|3.63901018922853e-06| -|setup.py|github/CQCL/qujax|3.63901018922853e-06| -|setup.py|github/cdominik/optool|3.63901018922853e-06| -|setup.py|github/mlower/rmnest|3.63901018922853e-06| -|setup.py|github/bootphon/phonemizer|3.63901018922853e-06| -|setup.py|github/mgm8/pyngham|3.63901018922853e-06| -|setup.py|github/sanjibs/bmcmc|3.63901018922853e-06| -|setup.py|github/schlafly/crowdsource|3.63901018922853e-06| -|setup.py|github/KBNLresearch/ochre|3.63901018922853e-06| -|setup.py|github/tvwenger/wisp|3.63901018922853e-06| -|setup.py|github/tvwenger/kd|3.63901018922853e-06| -|setup.py|github/tvwenger/hii-region-kinematics|3.63901018922853e-06| -|setup.py|github/julianreul/mode_behave|3.63901018922853e-06| -|setup.py|github/johnlees/pp-sketchlib|3.63901018922853e-06| -|setup.py|github/LucIJspeert/eclipsr|3.63901018922853e-06| -|setup.py|github/LucIJspeert/star_shadow|3.63901018922853e-06| -|setup.py|github/tkerscher/blast|3.63901018922853e-06| -|setup.py|github/marius311/pypico|3.63901018922853e-06| -|setup.py|github/clwainwright/CosmoTransitions|3.63901018922853e-06| -|setup.py|github/maxpumperla/hyperas|3.63901018922853e-06| -|setup.py|github/lmfit/lmfit-py|3.63901018922853e-06| -|setup.py|github/broadinstitute/CellBender|3.63901018922853e-06| -|setup.py|github/broadinstitute/wot|3.63901018922853e-06| -|setup.py|github/josegit88/SCORPIO|3.63901018922853e-06| -|setup.py|github/Nico-Curti/rFBP|3.63901018922853e-06| -|setup.py|github/cgobat/asymmetric_uncertainty|3.63901018922853e-06| -|setup.py|github/jet-net/JetNet|3.63901018922853e-06| -|setup.py|github/Nicholaswogan/PhotochemPy|3.63901018922853e-06| -|setup.py|github/MartianColonist/POSEIDON|3.63901018922853e-06| -|setup.py|github/mroosmalen/nanosv|3.63901018922853e-06| -|setup.py|github/DrMarc/slab|3.63901018922853e-06| -|setup.py|github/kennethcarrell/ATARRI|3.63901018922853e-06| -|setup.py|github/simonsobs/pixell|3.63901018922853e-06| -|setup.py|github/simonsobs/nemo|3.63901018922853e-06| -|setup.py|github/wtsi-hpag/HiLine|3.63901018922853e-06| -|setup.py|github/stevengiacalone/triceratops|3.63901018922853e-06| -|setup.py|github/rgmyr/corebreakout|3.63901018922853e-06| -|setup.py|github/mlujnie/simple|3.63901018922853e-06| -|setup.py|github/eelregit/mcfit|3.63901018922853e-06| -|setup.py|github/DLR-RM/BlenderProc|3.63901018922853e-06| -|setup.py|github/sbebo/joypy|3.63901018922853e-06| -|setup.py|github/Libensemble/libensemble|3.63901018922853e-06| -|setup.py|github/EISy-as-Py/hardy|3.63901018922853e-06| -|setup.py|github/TimothyADavis/KinMSpy|3.63901018922853e-06| -|setup.py|github/fred3m/toyz|3.63901018922853e-06| -|setup.py|github/cog-imperial/GPdoemd|3.63901018922853e-06| -|setup.py|github/cog-imperial/suspect|3.63901018922853e-06| -|setup.py|github/cog-imperial/entmoot|3.63901018922853e-06| -|setup.py|github/cog-imperial/galini|3.63901018922853e-06| -|setup.py|github/LBNL-ETA/MSWH|3.63901018922853e-06| -|setup.py|github/ECSHackWeek/impedance.py|3.63901018922853e-06| -|setup.py|github/atmos-cloud-sim-uj/PySDM|3.63901018922853e-06| -|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.63901018922853e-06| -|setup.py|github/biocore/scikit-bio|3.63901018922853e-06| -|setup.py|github/biocore/emperor|3.63901018922853e-06| -|setup.py|github/biocore/deblur|3.63901018922853e-06| -|setup.py|github/dpryan79/pyBigWig|3.63901018922853e-06| -|setup.py|github/dokester/BayesicFitting|3.63901018922853e-06| -|setup.py|github/CFSAN-Biostatistics/SeroTools|3.63901018922853e-06| -|setup.py|github/RTIInternational/gobbli|3.63901018922853e-06| -|setup.py|github/linnarsson-lab/loompy|3.63901018922853e-06| -|setup.py|github/pec27/hfof|3.63901018922853e-06| -|setup.py|github/pec27/smerfs|3.63901018922853e-06| -|setup.py|github/fraserw/TRIPPy|3.63901018922853e-06| -|setup.py|github/Materials-Consortia/optimade-python-tools|3.63901018922853e-06| -|setup.py|github/linuxscout/pyarabic|3.63901018922853e-06| -|setup.py|github/kboone/parsnip|3.63901018922853e-06| -|setup.py|github/v-morello/clfd|3.63901018922853e-06| -|setup.py|github/apertif/apercal|3.63901018922853e-06| -|setup.py|github/richteague/disksurf|3.63901018922853e-06| -|setup.py|github/richteague/eddy|3.63901018922853e-06| -|setup.py|github/richteague/gofish|3.63901018922853e-06| -|setup.py|github/richteague/bettermoments|3.63901018922853e-06| -|setup.py|github/cupy/cupy|3.63901018922853e-06| -|setup.py|github/ELELAB/cancermuts|3.63901018922853e-06| -|setup.py|github/ELELAB/RosettaDDGPrediction|3.63901018922853e-06| -|setup.py|github/ELELAB/LipidDyn|3.63901018922853e-06| -|setup.py|github/gogrean/PyXel|3.63901018922853e-06| -|setup.py|github/KathrynJones1/catwoman|3.63901018922853e-06| -|setup.py|github/vaexio/vaex|3.63901018922853e-06| -|setup.py|github/fjprichard/PyAFBF|3.63901018922853e-06| -|setup.py|github/ReSurfEMG/ReSurfEMG|3.63901018922853e-06| -|setup.py|github/AstarVienna/ScopeSim_Templates|3.63901018922853e-06| -|setup.py|github/AstarVienna/AnisoCADO|3.63901018922853e-06| -|setup.py|github/AstarVienna/skycalc_ipy|3.63901018922853e-06| -|setup.py|github/AstarVienna/Pyckles|3.63901018922853e-06| -|setup.py|github/vijayvarma392/binaryBHexp|3.63901018922853e-06| -|setup.py|github/shadden/celmech|3.63901018922853e-06| -|setup.py|github/ofionnad/radiowinds|3.63901018922853e-06| -|setup.py|github/caracal-pipeline/caracal|3.63901018922853e-06| -|setup.py|github/wfondrie/mokapot|3.63901018922853e-06| -|setup.py|github/Sarc-Graph/sarcgraph|3.63901018922853e-06| -|setup.py|github/GoekeLab/xpore|3.63901018922853e-06| -|setup.py|github/zarr-developers/zarr-python|3.63901018922853e-06| -|setup.py|github/MD-Studio/cerulean|3.63901018922853e-06| -|setup.py|github/vinisalazar/metaphor|3.63901018922853e-06| -|setup.py|github/SCECcode/pycsep|3.63901018922853e-06| -|setup.py|github/xpsi-group/xpsi|3.63901018922853e-06| -|setup.py|github/mgckind/easyaccess|3.63901018922853e-06| -|setup.py|github/swiftsim/swiftsimio|3.63901018922853e-06| -|setup.py|github/privong/pymccorrelation|3.63901018922853e-06| -|setup.py|github/jobovy/galpy|3.63901018922853e-06| -|setup.py|github/jobovy/apogee|3.63901018922853e-06| -|setup.py|github/jobovy/segueSelect|3.63901018922853e-06| -|setup.py|github/jobovy/gaia_tools|3.63901018922853e-06| -|setup.py|github/dbosul/CWITools|3.63901018922853e-06| -|setup.py|github/kevin218/Eureka|3.63901018922853e-06| -|setup.py|github/eWaterCycle/grpc4bmi|3.63901018922853e-06| -|setup.py|github/eWaterCycle/jupyterlab_thredds|3.63901018922853e-06| -|setup.py|github/mmp2/megaman|3.63901018922853e-06| -|setup.py|github/finagle29/DBSP_DRP|3.63901018922853e-06| -|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.63901018922853e-06| -|setup.py|github/bulik/ldsc|3.63901018922853e-06| -|setup.py|github/gilestrolab/ethoscope|3.63901018922853e-06| -|setup.py|github/davemlz/eemont|3.63901018922853e-06| -|setup.py|github/amusecode/amuse|3.63901018922853e-06| -|setup.py|github/elwinter/nnde|3.63901018922853e-06| -|setup.py|github/pavolgaj/OCFit|3.63901018922853e-06| -|setup.py|github/SISPO-developers/sispo|3.63901018922853e-06| -|setup.py|github/sherpa-deproject/deproject|3.63901018922853e-06| -|setup.py|github/EpistasisLab/tpot|3.63901018922853e-06| -|setup.py|github/EpistasisLab/regens|3.63901018922853e-06| -|setup.py|github/aabdurrouf/piXedfit|3.63901018922853e-06| -|setup.py|github/saphir746/BiobankRead-Bash|3.63901018922853e-06| -|setup.py|github/BradhamLab/icat|3.63901018922853e-06| -|setup.py|github/chasmani/piecewise-regression|3.63901018922853e-06| -|setup.py|github/virgesmith/neworder|3.63901018922853e-06| -|setup.py|github/pmelchior/skymapper|3.63901018922853e-06| -|setup.py|github/pmelchior/pyGMMis|3.63901018922853e-06| -|setup.py|github/pmelchior/scarlet|3.63901018922853e-06| -|setup.py|github/rabix/cwl-format|3.63901018922853e-06| -|setup.py|github/linqs/psl|3.63901018922853e-06| -|setup.py|github/connectomicslab/connectomemapper3|3.63901018922853e-06| -|setup.py|github/gmzsebastian/FLEET|3.63901018922853e-06| -|setup.py|github/illumina/pyflow|3.63901018922853e-06| -|setup.py|github/IKNL/vantage6|3.63901018922853e-06| -|setup.py|github/snad-space/zwad|3.63901018922853e-06| -|setup.py|github/21cmFAST/21cmFAST|3.63901018922853e-06| -|setup.py|github/tensorly/viz|3.63901018922853e-06| -|setup.py|github/revoltek/losoto|3.63901018922853e-06| -|setup.py|github/szwiep/py_SBeLT|3.63901018922853e-06| -|setup.py|github/cire-thk/BifacialSimu|3.63901018922853e-06| -|setup.py|github/symmy596/SurfinPy|3.63901018922853e-06| -|setup.py|github/symmy596/Polypy|3.63901018922853e-06| -|setup.py|github/wasserman-group/pyCADMium|3.63901018922853e-06| -|setup.py|github/spglib/spgrep|3.63901018922853e-06| -|setup.py|github/GenomicParisCentre/toulligQC|3.63901018922853e-06| -|setup.py|github/PaulHancock/Aegean|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/spectral-cube|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/pvextractor|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/uvcombine|3.63901018922853e-06| -|setup.py|github/sxs-collaboration/gwsurrogate|3.63901018922853e-06| -|setup.py|github/gausspy/gausspy|3.63901018922853e-06| -|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.63901018922853e-06| -|setup.py|github/ejhigson/perfectns|3.63901018922853e-06| -|setup.py|github/ejhigson/nestcheck|3.63901018922853e-06| -|setup.py|github/ejhigson/dyPolyChord|3.63901018922853e-06| -|setup.py|github/B-UMMI/chewBBACA|3.63901018922853e-06| -|setup.py|github/GijsMulders/epos|3.63901018922853e-06| -|setup.py|github/mjacob1002/Eir|3.63901018922853e-06| -|setup.py|github/glotzerlab/coxeter|3.63901018922853e-06| -|setup.py|github/glotzerlab/freud|3.63901018922853e-06| -|setup.py|github/brentp/geneimpacts|3.63901018922853e-06| -|setup.py|github/brentp/cigar|3.63901018922853e-06| -|setup.py|github/jakevdp/wpca|3.63901018922853e-06| -|setup.py|github/gwpy/gwpy|3.63901018922853e-06| -|setup.py|github/BartoszBartmanski/StoSpa2|3.63901018922853e-06| -|setup.py|github/vferat/pycrostates|3.63901018922853e-06| -|setup.py|github/davidemms/OrthoFinder|3.63901018922853e-06| -|setup.py|github/AprilYuge/ResPAN|3.63901018922853e-06| -|setup.py|github/devanshkv/fetch|3.63901018922853e-06| -|setup.py|github/nlesc-nano/swan|3.63901018922853e-06| -|setup.py|github/nlesc-nano/Moka|3.63901018922853e-06| -|setup.py|github/nlesc-nano/ceiba|3.63901018922853e-06| -|setup.py|github/nlesc-nano/CAT|3.63901018922853e-06| -|setup.py|github/nlesc-nano/ceiba-cli|3.63901018922853e-06| -|setup.py|github/nlesc-nano/flamingo|3.63901018922853e-06| -|setup.py|github/nlesc-nano/insilico-server|3.63901018922853e-06| -|setup.py|github/Autostronomy/AstroPhot|3.63901018922853e-06| -|setup.py|github/MannLabs/alphapept|3.63901018922853e-06| -|setup.py|github/INCF/one_click|3.63901018922853e-06| -|setup.py|github/tmcclintock/cluster_toolkit|3.63901018922853e-06| -|setup.py|github/KIT-MBS/pyREX|3.63901018922853e-06| -|setup.py|github/nithyanandan/PRISim|3.63901018922853e-06| -|setup.py|github/warrickball/tomso|3.63901018922853e-06| -|setup.py|github/BPSB/combine-p-values-discrete|3.63901018922853e-06| -|setup.py|github/pmvreeswijk/BlackBOX|3.63901018922853e-06| -|setup.py|github/pmvreeswijk/ZOGY|3.63901018922853e-06| -|setup.py|github/BaroudLab/Griottes|3.63901018922853e-06| -|setup.py|github/RichardObi/medigan|3.63901018922853e-06| -|setup.py|github/jonescompneurolab/hnn-core|3.63901018922853e-06| -|setup.py|github/1313e/PRISM|3.63901018922853e-06| -|setup.py|github/psheehan/pdspy|3.63901018922853e-06| -|setup.py|github/javicarron/pynkowski|3.63901018922853e-06| -|setup.py|github/javicarron/mtneedlet|3.63901018922853e-06| -|setup.py|github/iric-soft/km|3.63901018922853e-06| -|setup.py|github/thomaspinder/GPJax|3.63901018922853e-06| -|setup.py|github/SCM-NV/qmflows-namd|3.63901018922853e-06| -|setup.py|github/SCM-NV/pyZacros|3.63901018922853e-06| -|setup.py|github/SCM-NV/qmflows|3.63901018922853e-06| -|setup.py|github/actris-cloudnet/cloudnetpy|3.63901018922853e-06| -|setup.py|github/jeaadams/ExoPix|3.63901018922853e-06| -|setup.py|github/tomlouden/spiderman|3.63901018922853e-06| -|setup.py|github/RamanLab/iCOMIC|3.63901018922853e-06| -|setup.py|github/dolfin-adjoint/pyadjoint|3.63901018922853e-06| -|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/iva|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/pymummer|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/gubbins|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/Fastaq|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/circlator|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/ariba|3.63901018922853e-06| -|setup.py|github/nboley/idr|3.63901018922853e-06| -|setup.py|github/benhid/Sequoya|3.63901018922853e-06| -|setup.py|github/musevlt/muse-psfr|3.63901018922853e-06| -|setup.py|github/musevlt/origin|3.63901018922853e-06| -|setup.py|github/Yu-Group/veridical-flow|3.63901018922853e-06| -|setup.py|github/gbernstein/pixmappy|3.63901018922853e-06| -|setup.py|github/TeraTrees/TIPP|3.63901018922853e-06| -|setup.py|github/poldracklab/mriqc|3.63901018922853e-06| -|setup.py|github/pierrehoudayer/RUBIS|3.63901018922853e-06| -|setup.py|github/HIPS/autograd|3.63901018922853e-06| -|setup.py|github/getzlab/rnaseqc|3.63901018922853e-06| -|setup.py|github/nickrodd/HDMSpectra|3.63901018922853e-06| -|setup.py|github/icredd-cheminfo/CGRdb2|3.63901018922853e-06| -|setup.py|github/ulelab/ultraplex|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/FALCON|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/pbcore|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/kineticsTools|3.63901018922853e-06| -|setup.py|github/slzarate/parliament2|3.63901018922853e-06| -|setup.py|github/lanl/swiftbat_python|3.63901018922853e-06| -|setup.py|github/lanl/scico|3.63901018922853e-06| -|setup.py|github/lanl/PyBNF|3.63901018922853e-06| -|setup.py|github/popgenmethods/smcpp|3.63901018922853e-06| -|setup.py|github/mdshw5/pyfaidx|3.63901018922853e-06| -|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.63901018922853e-06| -|setup.py|github/gmbrandt/xwavecal|3.63901018922853e-06| -|setup.py|github/cagrikymk/JAX-ReaxFF|3.63901018922853e-06| -|setup.py|github/cameronliang/BayesVP|3.63901018922853e-06| -|setup.py|github/nebblu/ReACT|3.63901018922853e-06| -|setup.py|github/SIOSlab/exodetbox|3.63901018922853e-06| -|setup.py|github/CLARIAH/grlc|3.63901018922853e-06| -|setup.py|github/yymao/abundancematching|3.63901018922853e-06| -|setup.py|github/edwardoughton/itmlogic|3.63901018922853e-06| -|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.63901018922853e-06| -|setup.py|github/Magritte-code/Magritte|3.63901018922853e-06| -|setup.py|github/pyro-ppl/pyro|3.63901018922853e-06| -|setup.py|github/ryansmcgee/seirsplus|3.63901018922853e-06| -|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.63901018922853e-06| -|setup.py|github/Midnighter/dependency-info|3.63901018922853e-06| -|setup.py|github/siavash-saki/tesspy|3.63901018922853e-06| -|setup.py|github/rasg-affiliates/healvis|3.63901018922853e-06| -|setup.py|github/jlenain/flaapluc|3.63901018922853e-06| -|setup.py|github/federicomarulli/CosmoBolognaLib|3.63901018922853e-06| -|setup.py|github/nbarbey/TomograPy|3.63901018922853e-06| -|setup.py|github/era-urban/wrfpy|3.63901018922853e-06| -|setup.py|github/comprna/reorientexpress|3.63901018922853e-06| -|setup.py|github/DMGW-Goethe/imripy|3.63901018922853e-06| -|setup.py|github/willvousden/ptemcee|3.63901018922853e-06| -|setup.py|github/radiocosmology/caput|3.63901018922853e-06| -|setup.py|github/bwkeller/PASTA|3.63901018922853e-06| -|setup.py|github/parallelwindfarms/byteparsing|3.63901018922853e-06| -|setup.py|github/reggiebernardo/PTAfast|3.63901018922853e-06| -|setup.py|github/sfschen/velocileptors|3.63901018922853e-06| -|setup.py|github/ConorMacBride/mcalf|3.63901018922853e-06| -|setup.py|github/SWIFTSIM/emulator|3.63901018922853e-06| -|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.63901018922853e-06| -|setup.py|github/katholt/Kaptive|3.63901018922853e-06| -|setup.py|github/phenomecentre/nPYc-Toolbox|3.63901018922853e-06| -|setup.py|github/precice/micro-manager|3.63901018922853e-06| -|setup.py|github/bioinform/somaticseq|3.63901018922853e-06| -|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.63901018922853e-06| -|setup.py|github/dparks1134/RefineM|3.63901018922853e-06| -|setup.py|github/VarStarDetect/varstardetect|3.63901018922853e-06| -|setup.py|github/grazianoucci/game|3.63901018922853e-06| -|setup.py|github/flemingtonlab/SpliceV|3.63901018922853e-06| -|setup.py|github/tardis-sn/carsus|3.63901018922853e-06| -|setup.py|github/tardis-sn/tardis|3.63901018922853e-06| -|setup.py|github/spacepy/spacepy|3.63901018922853e-06| -|setup.py|github/NickSwainston/pulsar_spectra|3.63901018922853e-06| -|setup.py|github/epic-astronomy/EPIC|3.63901018922853e-06| -|setup.py|github/WBK-Robotics/pybullet_industrial|3.63901018922853e-06| -|setup.py|github/swagnercarena/ovejero|3.63901018922853e-06| -|setup.py|github/smog-server/OpenSMOG|3.63901018922853e-06| -|setup.py|github/perfanalytics/pose2sim|3.63901018922853e-06| -|setup.py|github/ckm3/Py-PDM|3.63901018922853e-06| -|setup.py|github/mne-tools/mne-icalabel|3.63901018922853e-06| -|setup.py|github/herjy/SLIT|3.63901018922853e-06| -|setup.py|github/weecology/retriever|3.63901018922853e-06| -|setup.py|github/deepmedic/deepmedic|3.63901018922853e-06| -|setup.py|github/mzy2240/ESA|3.63901018922853e-06| -|setup.py|github/dmnfarrell/epitopepredict|3.63901018922853e-06| -|setup.py|github/dmnfarrell/snpgenie|3.63901018922853e-06| -|setup.py|github/tschad/pycelp|3.63901018922853e-06| -|setup.py|github/SouthGreenPlatform/PyRice|3.63901018922853e-06| -|setup.py|github/0xCoto/Virgo|3.63901018922853e-06| -|setup.py|github/yatiml/yatiml|3.63901018922853e-06| -|setup.py|github/domenico-simone/rmlst_api|3.63901018922853e-06| -|setup.py|github/pierrexyz/pybird|3.63901018922853e-06| -|setup.py|github/hippke/pandora|3.63901018922853e-06| -|setup.py|github/hippke/wotan|3.63901018922853e-06| -|setup.py|github/hippke/tls|3.63901018922853e-06| -|setup.py|github/LSSTDESC/descqa|3.63901018922853e-06| -|setup.py|github/LSSTDESC/CCL|3.63901018922853e-06| -|setup.py|github/a-renzini/pygwb|3.63901018922853e-06| -|setup.py|github/drcandacemakedamoore/cleanX|3.63901018922853e-06| -|setup.py|github/lkmklsmn/DrivAER|3.63901018922853e-06| -|setup.py|github/vatlab/sos-notebook|3.63901018922853e-06| -|setup.py|github/ageller/firefly|3.63901018922853e-06| -|setup.py|github/jonaselgammal/GPry|3.63901018922853e-06| -|setup.py|github/atomneb/AtomNeb-py|3.63901018922853e-06| -|setup.py|github/BEAST-Fitting/beast|3.63901018922853e-06| -|setup.py|github/AnantharamanLab/vRhyme|3.63901018922853e-06| -|setup.py|github/ElectionDataAnalysis/electiondata|3.63901018922853e-06| -|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.63901018922853e-06| -|setup.py|github/alphaparrot/ExoPlaSim|3.63901018922853e-06| -|setup.py|github/medema-group/bigslice|3.63901018922853e-06| -|setup.py|github/wdecoster/nanofilt|3.63901018922853e-06| -|setup.py|github/wdecoster/nanoget|3.63901018922853e-06| -|setup.py|github/wdecoster/nanocomp|3.63901018922853e-06| -|setup.py|github/wdecoster/nanopack|3.63901018922853e-06| -|setup.py|github/wdecoster/NanoComp|3.63901018922853e-06| -|setup.py|github/wdecoster/NanoPlot|3.63901018922853e-06| -|setup.py|github/wdecoster/nanomath|3.63901018922853e-06| -|setup.py|github/wdecoster/nanolyse|3.63901018922853e-06| -|setup.py|github/wdecoster/nanoQC|3.63901018922853e-06| -|setup.py|github/wdecoster/nanostat|3.63901018922853e-06| -|setup.py|github/steven-murray/powerbox|3.63901018922853e-06| -|setup.py|github/steven-murray/pydftools|3.63901018922853e-06| -|setup.py|github/steven-murray/mrpy|3.63901018922853e-06| -|setup.py|github/WorkflowConversion/CTDConverter|3.63901018922853e-06| -|setup.py|github/skovaka/UNCALLED|3.63901018922853e-06| -|setup.py|github/SYalouz/QuantNBody|3.63901018922853e-06| -|setup.py|github/timothydmorton/vespa|3.63901018922853e-06| -|setup.py|github/cosimoNigro/agnpy|3.63901018922853e-06| -|setup.py|github/lynx-x-ray-observatory/soxs|3.63901018922853e-06| -|setup.py|github/ORNL/tx2|3.63901018922853e-06| -|setup.py|github/recipy/recipy|3.63901018922853e-06| -|setup.py|github/agree019/DarkCapPy|3.63901018922853e-06| -|setup.py|github/hiddenSymmetries/simsopt|3.63901018922853e-06| -|setup.py|github/jorisparet/partycls|3.63901018922853e-06| -|setup.py|github/Guo-Jian-Wang/colfi|3.63901018922853e-06| -|setup.py|github/fkoehlin/montepython_2cosmos_public|3.63901018922853e-06| -|setup.py|github/changhoonhahn/pySpectrum|3.63901018922853e-06| -|setup.py|github/spacetelescope/specview|3.63901018922853e-06| -|setup.py|github/spacetelescope/stginga|3.63901018922853e-06| -|setup.py|github/spacetelescope/stsynphot_refactor|3.63901018922853e-06| -|setup.py|github/spacetelescope/synphot_refactor|3.63901018922853e-06| -|setup.py|github/spacetelescope/imexam|3.63901018922853e-06| -|setup.py|github/spacetelescope/specviz|3.63901018922853e-06| -|setup.py|github/szymon-datalions/pyinterpolate|3.63901018922853e-06| -|setup.py|github/radifar/PyPLIF-HIPPOS|3.63901018922853e-06| -|setup.py|github/pyspeckit/pyspeckit|3.63901018922853e-06| -|setup.py|github/OP2/PyOP2|3.63901018922853e-06| -|setup.py|github/podondra/eidein|3.63901018922853e-06| -|setup.py|github/rvalieris/parallel-fastq-dump|3.63901018922853e-06| -|setup.py|github/pmaxted/pycheops|3.63901018922853e-06| -|setup.py|github/remi-adam/minot|3.63901018922853e-06| -|setup.py|github/mattpitkin/psrqpy|3.63901018922853e-06| -|setup.py|github/astrom-tom/dfitspy|3.63901018922853e-06| -|setup.py|github/astrom-tom/specstack|3.63901018922853e-06| -|setup.py|github/vsoch/gridtest|3.63901018922853e-06| -|setup.py|github/vsoch/citelang|3.63901018922853e-06| -|setup.py|github/dcorre/otrain|3.63901018922853e-06| -|setup.py|github/morpheus-project/morpheus|3.63901018922853e-06| -|setup.py|github/tibordome/cosmic_profiles|3.63901018922853e-06| -|setup.py|github/SJ001/AI-Feynman|3.63901018922853e-06| -|setup.py|github/EliseJ/astroABC|3.63901018922853e-06| -|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.63901018922853e-06| -|DESCRIPTION|gitlab/libreumg/dataquier|3.63901018922853e-06| -|DESCRIPTION|gitlab/ampere2/metalwalls|3.63901018922853e-06| -|DESCRIPTION|github/kateharborne/SimSpin|3.63901018922853e-06| -|DESCRIPTION|github/ezer/PAFway|3.63901018922853e-06| -|DESCRIPTION|github/RitchieLab/hudson|3.63901018922853e-06| -|DESCRIPTION|github/VBlesius/RHRT|3.63901018922853e-06| -|DESCRIPTION|github/genostats/LowKi|3.63901018922853e-06| -|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.63901018922853e-06| -|DESCRIPTION|github/NathanSkene/EWCE|3.63901018922853e-06| -|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.63901018922853e-06| -|DESCRIPTION|github/epiforecasts/covidregionaldata|3.63901018922853e-06| -|DESCRIPTION|github/chrisaberson/BetterReg|3.63901018922853e-06| -|DESCRIPTION|github/riatelab/osrm|3.63901018922853e-06| -|DESCRIPTION|github/r-lib/gert|3.63901018922853e-06| -|DESCRIPTION|github/r-lib/credentials|3.63901018922853e-06| -|DESCRIPTION|github/humanfactors/FIPS|3.63901018922853e-06| -|DESCRIPTION|github/bartongroup/RoSA|3.63901018922853e-06| -|DESCRIPTION|github/snystrom/memes|3.63901018922853e-06| -|DESCRIPTION|github/flosalbizziae/kataegis|3.63901018922853e-06| -|DESCRIPTION|github/stemangiola/tidyHeatmap|3.63901018922853e-06| -|DESCRIPTION|github/rajewsky-lab/dropbead|3.63901018922853e-06| -|DESCRIPTION|github/mgcooper/baseflow|3.63901018922853e-06| -|DESCRIPTION|github/takfung/ResDisMapper|3.63901018922853e-06| -|DESCRIPTION|github/metaOmics/MetaPath|3.63901018922853e-06| -|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.63901018922853e-06| -|DESCRIPTION|github/LindaNab/mecor|3.63901018922853e-06| -|DESCRIPTION|github/inrae/RCaNmodel|3.63901018922853e-06| -|DESCRIPTION|github/dgrun/FateID|3.63901018922853e-06| -|DESCRIPTION|github/isoverse/isoreader|3.63901018922853e-06| -|DESCRIPTION|github/databio/GenomicDistributions|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProFound|3.63901018922853e-06| -|DESCRIPTION|github/asgr/NFWdist|3.63901018922853e-06| -|DESCRIPTION|github/asgr/celestial|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProPane|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProSpect|3.63901018922853e-06| -|DESCRIPTION|github/asgr/Rfits|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProFuse|3.63901018922853e-06| -|DESCRIPTION|github/asgr/hyper.fit|3.63901018922853e-06| -|DESCRIPTION|github/asgr/Rwcs|3.63901018922853e-06| -|DESCRIPTION|github/prioritizr/wdpar|3.63901018922853e-06| -|DESCRIPTION|github/niceume/datasailr|3.63901018922853e-06| -|DESCRIPTION|github/koenderks/jaspAudit|3.63901018922853e-06| -|DESCRIPTION|github/lsds/Neptune|3.63901018922853e-06| -|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.63901018922853e-06| -|DESCRIPTION|github/bblodfon/emba|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.63901018922853e-06| -|DESCRIPTION|github/oneilsh/tidytensor|3.63901018922853e-06| -|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.63901018922853e-06| -|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.63901018922853e-06| -|DESCRIPTION|github/abschneider/StrainHub|3.63901018922853e-06| -|DESCRIPTION|github/sjbeckett/localcovid19now|3.63901018922853e-06| -|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.63901018922853e-06| -|DESCRIPTION|github/nanakiksc/zerone|3.63901018922853e-06| -|DESCRIPTION|github/azizka/IUCNN|3.63901018922853e-06| -|DESCRIPTION|github/tbep-tech/tbeptools|3.63901018922853e-06| -|DESCRIPTION|github/SofieVG/FlowSOM|3.63901018922853e-06| -|DESCRIPTION|github/rickhelmus/patRoon|3.63901018922853e-06| -|DESCRIPTION|github/Hegghammer/daiR|3.63901018922853e-06| -|DESCRIPTION|github/msaland/THInCR-Suite|3.63901018922853e-06| -|DESCRIPTION|github/asancpt/caffsim|3.63901018922853e-06| -|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.63901018922853e-06| -|DESCRIPTION|github/IMMM-SFA/gamut|3.63901018922853e-06| -|DESCRIPTION|github/lrnv/cort|3.63901018922853e-06| -|DESCRIPTION|github/INCEPTdk/adaptr|3.63901018922853e-06| -|DESCRIPTION|github/orbisgis/lczexplore|3.63901018922853e-06| -|DESCRIPTION|github/TeamPerie/CellDestiny|3.63901018922853e-06| -|DESCRIPTION|github/s-abbas/robnptests|3.63901018922853e-06| -|DESCRIPTION|github/Pinlyu3/LRLoop|3.63901018922853e-06| -|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.63901018922853e-06| -|DESCRIPTION|github/wadpac/GGIR|3.63901018922853e-06| -|DESCRIPTION|github/fumi-github/omicwas|3.63901018922853e-06| -|DESCRIPTION|github/sachsmc/cosinor|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dbparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bowerbird|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dataaimsr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/FedData|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MODISTools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nasapower|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider.devtools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ezknitr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdefra|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/webmockr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/workloopR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/microdemic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ecoengine|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/timefuzz|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nodbi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylogram|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rsat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cld2|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidync|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmplotr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RefManageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/zbank|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rinat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mauricer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geojsonio|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxize|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phonfieldwork|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/finch|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/landscapetools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/popler|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/medrxivr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wdman|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/traits|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/isdparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bomrang|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/essurvey|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/brranching|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/av|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/visdat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spiro|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ritis|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treebase|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfishbase|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nlrx|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rppo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mcbette|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/c14bazAAR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/infx|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/crul|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/charlatan|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rglobi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hddtools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ghql|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxlist|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearth|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/CoordinateCleaner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcitoid|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxizedb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/GSODR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jqr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spelling|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/drake|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdataretriever|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rebird|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stplanr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrricanes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rbace|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rentrez|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pathviewr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dittodb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/codemetar|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chlorpromazineR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stantargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cde|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/terrainr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/writexl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/internetarchive|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rorcid|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/eia|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/SymbiotaR2|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bikedata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/trufflesniffer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/EML|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrricanesdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mapscanner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rmangal|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylotaR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gutenbergr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pixelclasser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rromeo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/staypuft|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/piggyback|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fulltext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treedata.table|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/excluder|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rplos|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/getCRUCLdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rAvis|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/beastier|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/photosearcher|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cffr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MODIStsp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/unrtf|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/readODS|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bold|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxadb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dataspice|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/lingtypology|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cleanEHR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/virtuoso|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/iheatmapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DoOR.data|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rbhl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencage|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/helminthR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rzmq|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jsonvalidate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ruODK|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/USAboundariesData|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fingertipsR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/babette|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nomisr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencontext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/onekp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/namext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rerddap|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rWBclimate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osfr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MtreeRing|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ots|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/refimpact|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/grainchanger|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/PostcodesioR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylocomr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rtika|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/oai|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/seasl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/solrium|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/suppdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mctq|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mregions|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfema|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ckanr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tif|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearthhires|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/weathercan|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RSelenium|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/xslt|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geojsonlint|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bittrex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/baRcodeR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrlite|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DoOR.functions|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/predictNMB|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/europepmc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hydroscoper|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/unifir|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearthdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/lightr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tinkr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/qualtRics|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pdftools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geonames|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hoardr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgbif|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/qpdf|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jagstargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/Rclean|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/exoplanets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rusda|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/emld|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jsonld|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnassqs|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/addressable|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxview|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidyqpcr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/camsRad|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opentripplanner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ijtiff|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/Rpolyhedra|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rotl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cchecks|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/graphql|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/censo2017|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/neotoma|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wateRinfo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/restez|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rredlist|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rAltmetric|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/patentsview|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/assertr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cyphr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/biomartr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ramlegacy|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/googleLanguageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RNeXML|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/USAboundaries|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/parzer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spocc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tacmagic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fauxpas|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnpn|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rvertnet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jstor|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/circle|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/randgeo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/targets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider.base|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/datapack|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/robotstxt|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jenkins|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/aRxiv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nbaR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/clifro|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcol|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/paleobioDB|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/riem|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rperseus|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outcomerate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/natserv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfigshare|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spatsoc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/beautier|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tracerer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/AntWeb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdryad|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/citecorp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/EndoMineR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/coder|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DataSpaceR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfisheries|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/historydata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pubchunks|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/NLMR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/awardFindR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pendulum|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/BaseSet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/katex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/git2rdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/conditionz|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/antanym|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidypmc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/worrms|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wikitaxa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gistr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/citesdb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/antiword|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hunspell|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/vcr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/sofa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/allodb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gtfsr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/textreuse|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pangaear|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdflib|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/UCSCXenaTools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcites|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/colocr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/smapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidyhydat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/binman|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/arkdb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tradestatistics|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/prism|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stats19|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdatacite|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/getlandsat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tarchetypes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dbhydroR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/daiquiri|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcoreoa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/webchem|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/plotly|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gitignore|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcrossref|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bibtex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wellknown|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/skimr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cld3|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rb3|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/magick|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/comtradr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/handlr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmextract|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/refsplitr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treestartr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/epubr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnoaa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/git2r|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdhs|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/plater|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tiler|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tabulizer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tesseract|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bib2df|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/roadoi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rsnps|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chromer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/skynet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rtweet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/slopes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chirps|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgpdd|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DataPackageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gittargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ssh|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgnparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tokenizers|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/scrubr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/elastic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cRegulome|3.63901018922853e-06| -|DESCRIPTION|github/TomKellyGenetics/graphsim|3.63901018922853e-06| -|DESCRIPTION|github/insightsengineering/rbmi|3.63901018922853e-06| -|DESCRIPTION|github/jgrembi/riskCommunicator|3.63901018922853e-06| -|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.63901018922853e-06| -|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.63901018922853e-06| -|DESCRIPTION|github/flyaflya/causact|3.63901018922853e-06| -|DESCRIPTION|github/lasseignelab/CINmetrics|3.63901018922853e-06| -|DESCRIPTION|github/CTU-Bern/presize|3.63901018922853e-06| -|DESCRIPTION|github/q1cui/discourseGT|3.63901018922853e-06| -|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.63901018922853e-06| -|DESCRIPTION|github/david-barnett/microViz|3.63901018922853e-06| -|DESCRIPTION|github/fchuffar/protopackage|3.63901018922853e-06| -|DESCRIPTION|github/cjbarrie/academictwitteR|3.63901018922853e-06| -|DESCRIPTION|github/txopen/histoc|3.63901018922853e-06| -|DESCRIPTION|github/gtonkinhill/fastbaps|3.63901018922853e-06| -|DESCRIPTION|github/tidymodels/stacks|3.63901018922853e-06| -|DESCRIPTION|github/tidymodels/infer|3.63901018922853e-06| -|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.63901018922853e-06| -|DESCRIPTION|github/highamm/sptotal|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/signnet|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/netrankr|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/graphlayouts|3.63901018922853e-06| -|DESCRIPTION|github/jorittmo/singcar|3.63901018922853e-06| -|DESCRIPTION|github/CornellLabofOrnithology/auk|3.63901018922853e-06| -|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.63901018922853e-06| -|DESCRIPTION|github/wesleyburr/subMaldi|3.63901018922853e-06| -|DESCRIPTION|github/esplint/IRACpm|3.63901018922853e-06| -|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.63901018922853e-06| -|DESCRIPTION|github/NLeSC/compressing-the-sky|3.63901018922853e-06| -|DESCRIPTION|github/OrlandoLam/SAMT|3.63901018922853e-06| -|DESCRIPTION|github/YuLab-SMU/treeio|3.63901018922853e-06| -|DESCRIPTION|github/bommert/stabm|3.63901018922853e-06| -|DESCRIPTION|github/deweylab/RSEM|3.63901018922853e-06| -|DESCRIPTION|github/xoopR/set6|3.63901018922853e-06| -|DESCRIPTION|github/GOVS-pack/GOVS|3.63901018922853e-06| -|DESCRIPTION|github/wjakethompson/measr|3.63901018922853e-06| -|DESCRIPTION|github/EpiVec/TDLM|3.63901018922853e-06| -|DESCRIPTION|github/HajkD/LTRpred|3.63901018922853e-06| -|DESCRIPTION|github/prdm0/ropenblas|3.63901018922853e-06| -|DESCRIPTION|github/VincentAlcazer/StatAid|3.63901018922853e-06| -|DESCRIPTION|github/justinmathias/isocalcR|3.63901018922853e-06| -|DESCRIPTION|github/BMILAB/scLINE|3.63901018922853e-06| -|DESCRIPTION|github/cran/irtplay|3.63901018922853e-06| -|DESCRIPTION|github/isakro/shoredate|3.63901018922853e-06| -|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/ring|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/cinterpolate|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/dust|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/individual|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/provisionr|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/squire|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/dde|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/drjacoby|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/rrq|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/odin|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/sircovid|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/EpiEstim|3.63901018922853e-06| -|DESCRIPTION|github/johnschwenck/bp|3.63901018922853e-06| -|DESCRIPTION|github/easystats/effectsize|3.63901018922853e-06| -|DESCRIPTION|github/easystats/correlation|3.63901018922853e-06| -|DESCRIPTION|github/easystats/parameters|3.63901018922853e-06| -|DESCRIPTION|github/easystats/performance|3.63901018922853e-06| -|DESCRIPTION|github/V-Bernal/GeneNetTools|3.63901018922853e-06| -|DESCRIPTION|github/CajoterBraak/demc2|3.63901018922853e-06| -|DESCRIPTION|github/mmahmoudian/sivs|3.63901018922853e-06| -|DESCRIPTION|github/aranyics/ReDCM|3.63901018922853e-06| -|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.63901018922853e-06| -|DESCRIPTION|github/astrostat/LIRA|3.63901018922853e-06| -|DESCRIPTION|github/astrostat/Automark|3.63901018922853e-06| -|DESCRIPTION|github/ArgoCanada/argodata|3.63901018922853e-06| -|DESCRIPTION|github/tinglabs/scAIDE|3.63901018922853e-06| -|DESCRIPTION|github/insilico/cncv|3.63901018922853e-06| -|DESCRIPTION|github/LTLA/basilisk|3.63901018922853e-06| -|DESCRIPTION|github/alesantuz/musclesyneRgies|3.63901018922853e-06| -|DESCRIPTION|github/chainsawriot/oolong|3.63901018922853e-06| -|DESCRIPTION|github/chainsawriot/sweater|3.63901018922853e-06| -|DESCRIPTION|github/tidyverse/glue|3.63901018922853e-06| -|DESCRIPTION|github/LucyMcGowan/tipr|3.63901018922853e-06| -|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.63901018922853e-06| -|DESCRIPTION|github/abmantz/rgw|3.63901018922853e-06| -|DESCRIPTION|github/weizhouUMICH/SAIGE|3.63901018922853e-06| -|DESCRIPTION|github/maize-genetics/rTASSEL|3.63901018922853e-06| -|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.63901018922853e-06| -|DESCRIPTION|github/nand1155/CausNet|3.63901018922853e-06| -|DESCRIPTION|github/zoometh/iconr|3.63901018922853e-06| -|DESCRIPTION|github/alstat/ALUES|3.63901018922853e-06| -|DESCRIPTION|github/KiranLDA/PAMLr|3.63901018922853e-06| -|DESCRIPTION|github/bcgov/shinyssdtools|3.63901018922853e-06| -|DESCRIPTION|github/bcgov/bcdata|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/ambrosia|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/plutus|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/osiris|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/rmap|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/rfasst|3.63901018922853e-06| -|DESCRIPTION|github/nevrome/bleiglas|3.63901018922853e-06| -|DESCRIPTION|github/mlr-org/mcboost|3.63901018922853e-06| -|DESCRIPTION|github/JSB-UCLA/scPNMF|3.63901018922853e-06| -|DESCRIPTION|github/tlverse/hal9001|3.63901018922853e-06| -|DESCRIPTION|github/rqtl/qtl2|3.63901018922853e-06| -|DESCRIPTION|github/konfound-project/konfound|3.63901018922853e-06| -|DESCRIPTION|github/YenWenWang/HapDipKinship|3.63901018922853e-06| -|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.63901018922853e-06| -|DESCRIPTION|github/r-spatial/rgee|3.63901018922853e-06| -|DESCRIPTION|github/julia-wrobel/registr|3.63901018922853e-06| -|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.63901018922853e-06| -|DESCRIPTION|github/BrianAronson/birankr|3.63901018922853e-06| -|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.63901018922853e-06| -|DESCRIPTION|github/AgrDataSci/climatrends|3.63901018922853e-06| -|DESCRIPTION|github/mmollina/viewpoly|3.63901018922853e-06| -|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.63901018922853e-06| -|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.63901018922853e-06| -|DESCRIPTION|github/donaldRwilliams/BGGM|3.63901018922853e-06| -|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.63901018922853e-06| -|DESCRIPTION|github/dsoave/JLS|3.63901018922853e-06| -|DESCRIPTION|github/hope-data-science/tidyfst|3.63901018922853e-06| -|DESCRIPTION|github/vbaliga/gaussplotR|3.63901018922853e-06| -|DESCRIPTION|github/shangguandong1996/FindIT2|3.63901018922853e-06| -|DESCRIPTION|github/YonghuiDong/RawHummus|3.63901018922853e-06| -|DESCRIPTION|github/maximewack/viroCapt|3.63901018922853e-06| -|DESCRIPTION|github/jessecambon/tidygeocoder|3.63901018922853e-06| -|DESCRIPTION|github/annajenul/UBayFS|3.63901018922853e-06| -|DESCRIPTION|github/ColemanRHarris/mxnorm|3.63901018922853e-06| -|DESCRIPTION|github/zhouzilu/DENDRO|3.63901018922853e-06| -|DESCRIPTION|github/ecological-cities/home2park|3.63901018922853e-06| -|DESCRIPTION|github/dpseidel/stmove|3.63901018922853e-06| -|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.63901018922853e-06| -|DESCRIPTION|github/mingzehuang/latentcor|3.63901018922853e-06| -|DESCRIPTION|github/dankelley/oce|3.63901018922853e-06| -|DESCRIPTION|github/Martindelosrios/MeSsI|3.63901018922853e-06| -|DESCRIPTION|github/Martindelosrios/ROGER|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/qcoder|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/gendercoder|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/allcontributors|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.63901018922853e-06| -|DESCRIPTION|github/adriancorrendo/metrica|3.63901018922853e-06| -|DESCRIPTION|github/yiling0210/APIR|3.63901018922853e-06| -|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.63901018922853e-06| -|DESCRIPTION|github/JonasRieger/ldaPrototype|3.63901018922853e-06| -|DESCRIPTION|github/msalibian/RBF|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/monkeylearn|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/arresteddev|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/reviewer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/rodev|3.63901018922853e-06| -|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.63901018922853e-06| -|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.63901018922853e-06| -|DESCRIPTION|github/mdsteiner/EFAtools|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/haldensify|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/txshift|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/medoutcon|3.63901018922853e-06| -|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/autotest|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/srr|3.63901018922853e-06| -|DESCRIPTION|github/johannes-titz/cofad|3.63901018922853e-06| -|DESCRIPTION|github/ants-project/ANTs|3.63901018922853e-06| -|DESCRIPTION|github/blind-contours/SuperNOVA|3.63901018922853e-06| -|DESCRIPTION|github/signaturescience/skater|3.63901018922853e-06| -|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.63901018922853e-06| -|DESCRIPTION|github/MRCIEU/metaboprep|3.63901018922853e-06| -|DESCRIPTION|github/taranu/AllStarFit|3.63901018922853e-06| -|DESCRIPTION|github/ConnorDonegan/geostan|3.63901018922853e-06| -|DESCRIPTION|github/akcochrane/TEfits|3.63901018922853e-06| -|DESCRIPTION|github/stefanoMP/massiveGST|3.63901018922853e-06| -|DESCRIPTION|github/ec363/fpcountr|3.63901018922853e-06| -|DESCRIPTION|github/tgrimes/SeqNet|3.63901018922853e-06| -|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.63901018922853e-06| -|DESCRIPTION|github/timoast/signac|3.63901018922853e-06| -|DESCRIPTION|github/GreiffLab/immuneREF|3.63901018922853e-06| -|DESCRIPTION|github/cosimameyer/overviewR|3.63901018922853e-06| -|DESCRIPTION|github/mcsiple/mmrefpoints|3.63901018922853e-06| -|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/roblog|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/pkgreviewr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/rotemplate|3.63901018922853e-06| -|DESCRIPTION|github/rcarragh/c212|3.63901018922853e-06| -|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.63901018922853e-06| -|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.63901018922853e-06| -|DESCRIPTION|github/haoharryfeng/NeuCA|3.63901018922853e-06| -|DESCRIPTION|github/dieghernan/tidyterra|3.63901018922853e-06| -|DESCRIPTION|github/saeyslab/PeacoQC|3.63901018922853e-06| -|DESCRIPTION|github/saeyslab/nichenetr|3.63901018922853e-06| -|DESCRIPTION|github/binzhulab/SUITOR|3.63901018922853e-06| -|DESCRIPTION|github/anwarbio/bioassays|3.63901018922853e-06| -|DESCRIPTION|github/andyphilips/dynamac|3.63901018922853e-06| -|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.63901018922853e-06| -|DESCRIPTION|github/OwenWard/ppdiag|3.63901018922853e-06| -|DESCRIPTION|github/samhforbes/PupillometryR|3.63901018922853e-06| -|DESCRIPTION|github/rudeboybert/forestecology|3.63901018922853e-06| -|DESCRIPTION|github/bcjaeger/aorsf|3.63901018922853e-06| -|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.63901018922853e-06| -|DESCRIPTION|github/Merck/pkglite|3.63901018922853e-06| -|DESCRIPTION|github/NeotomaDB/neotoma2|3.63901018922853e-06| -|DESCRIPTION|github/SchlossLab/mikropml|3.63901018922853e-06| -|DESCRIPTION|github/rx-li/EasyCellType|3.63901018922853e-06| -|DESCRIPTION|github/raredd/kmdata|3.63901018922853e-06| -|DESCRIPTION|github/pydemull/activAnalyzer|3.63901018922853e-06| -|DESCRIPTION|github/rauschenberger/transreg|3.63901018922853e-06| -|DESCRIPTION|github/rauschenberger/joinet|3.63901018922853e-06| -|DESCRIPTION|github/jackmwolf/tehtuner|3.63901018922853e-06| -|DESCRIPTION|github/yuliadm/mixComp|3.63901018922853e-06| -|DESCRIPTION|github/lydialucchesi/Vizumap|3.63901018922853e-06| -|DESCRIPTION|github/ShixiangWang/sigminer|3.63901018922853e-06| -|DESCRIPTION|github/ejikeugba/gofcat|3.63901018922853e-06| -|DESCRIPTION|github/ejikeugba/serp|3.63901018922853e-06| -|DESCRIPTION|github/ICRAR/ProFit|3.63901018922853e-06| -|DESCRIPTION|github/martin3141/spant|3.63901018922853e-06| -|DESCRIPTION|github/saezlab/PHONEMeS|3.63901018922853e-06| -|DESCRIPTION|github/Dulab2020/ARMT|3.63901018922853e-06| -|DESCRIPTION|github/r-cas/caracas|3.63901018922853e-06| -|DESCRIPTION|github/radio1988/OneStopRNAseq|3.63901018922853e-06| -|DESCRIPTION|github/xiaotiand/FunFor|3.63901018922853e-06| -|DESCRIPTION|github/pmoulos/metaseqR2|3.63901018922853e-06| -|DESCRIPTION|github/kadyb/rgugik|3.63901018922853e-06| -|DESCRIPTION|github/r-spatialecology/shar|3.63901018922853e-06| -|DESCRIPTION|github/n8thangreen/BCEA|3.63901018922853e-06| -|DESCRIPTION|github/SJTU-CGM/ivTerm|3.63901018922853e-06| -|DESCRIPTION|github/vimc/dettl|3.63901018922853e-06| -|DESCRIPTION|github/vimc/vaultr|3.63901018922853e-06| -|DESCRIPTION|github/vimc/orderly|3.63901018922853e-06| -|DESCRIPTION|github/kendomaniac/rCASC|3.63901018922853e-06| -|DESCRIPTION|github/kendomaniac/docker4seq|3.63901018922853e-06| -|DESCRIPTION|github/obreschkow/dftools|3.63901018922853e-06| -|DESCRIPTION|github/llrs/experDesign|3.63901018922853e-06| -|DESCRIPTION|github/DidierMurilloF/FielDHub|3.63901018922853e-06| -|DESCRIPTION|github/MAnalytics/opitools|3.63901018922853e-06| -|DESCRIPTION|github/MAnalytics/akmedoids|3.63901018922853e-06| -|DESCRIPTION|github/NSAPH-Software/CRE|3.63901018922853e-06| -|DESCRIPTION|github/ClaudioZandonella/PRDA|3.63901018922853e-06| -|DESCRIPTION|github/gasparl/possa|3.63901018922853e-06| -|DESCRIPTION|github/SietzeN/glottospace|3.63901018922853e-06| -|DESCRIPTION|github/Natsiopoulos/ARDL|3.63901018922853e-06| -|DESCRIPTION|github/rhenkin/visxhclust|3.63901018922853e-06| -|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.63901018922853e-06| -|DESCRIPTION|github/Jinsl-lab/SDImpute|3.63901018922853e-06| -|DESCRIPTION|github/USEPA/nsink|3.63901018922853e-06| -|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.63901018922853e-06| -|DESCRIPTION|github/GaryBAYLOR/mixR|3.63901018922853e-06| -|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.63901018922853e-06| -|DESCRIPTION|github/liuhong-jia/scAnno|3.63901018922853e-06| -|DESCRIPTION|github/gabraham/flashpca|3.63901018922853e-06| -|DESCRIPTION|github/bluefoxr/COINr|3.63901018922853e-06| -|DESCRIPTION|github/adithirgis/pollucheck|3.63901018922853e-06| -|DESCRIPTION|github/constantAmateur/SoupX|3.63901018922853e-06| -|DESCRIPTION|github/TheMillerLab/genetex|3.63901018922853e-06| -|DESCRIPTION|github/AngusWright/LAMBDAR|3.63901018922853e-06| -|DESCRIPTION|github/zizroc/villager|3.63901018922853e-06| -|package.json|gitlab/magnumpi/magnumpi|3.63901018922853e-06| -|package.json|gitlab/geekysquirrel/bigx|3.63901018922853e-06| -|package.json|gitlab/metafundev/metafun|3.63901018922853e-06| -|package.json|github/CNIC-Proteomics/TurboPutative-web|3.63901018922853e-06| -|package.json|github/EMResearch/EvoMaster|3.63901018922853e-06| -|package.json|github/Yomguithereal/talisman|3.63901018922853e-06| -|package.json|github/amkram/shusher|3.63901018922853e-06| -|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.63901018922853e-06| -|package.json|github/Samreay/Marz|3.63901018922853e-06| -|package.json|github/streamlit/streamlit|3.63901018922853e-06| -|package.json|github/citation-file-format/cff-initializer-javascript|3.63901018922853e-06| -|package.json|github/ZjuLiangsl/mmkp|3.63901018922853e-06| -|package.json|github/wangjun1996/VisFeature|3.63901018922853e-06| -|package.json|github/nlesc-sherlock/Rig|3.63901018922853e-06| -|package.json|github/nextstrain/auspice|3.63901018922853e-06| -|package.json|github/FINNGEN/lavaa-react|3.63901018922853e-06| -|package.json|github/pmkruyen/dearscholar|3.63901018922853e-06| -|package.json|github/quinlanW/dbMisLoc|3.63901018922853e-06| -|package.json|github/souzamonteiro/cnatool|3.63901018922853e-06| -|package.json|github/lumen-org/lumen|3.63901018922853e-06| -|package.json|github/PDB-REDO/tortoize|3.63901018922853e-06| -|package.json|github/CrowdTruth/CrowdTruth|3.63901018922853e-06| -|package.json|github/PopMedNet-Team/popmednet|3.63901018922853e-06| -|package.json|github/hetalang/heta-compiler|3.63901018922853e-06| -|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.63901018922853e-06| -|package.json|github/CDSP-SCPO/dataverse-feed|3.63901018922853e-06| -|package.json|github/MichaelSel/edoJS|3.63901018922853e-06| -|package.json|github/NLeSC/case-law-app|3.63901018922853e-06| -|package.json|github/NLeSC/pattyvis|3.63901018922853e-06| -|package.json|github/NLeSC/docker-couch-admin|3.63901018922853e-06| -|package.json|github/NLeSC/xenon-flow|3.63901018922853e-06| -|package.json|github/NLeSC/spot|3.63901018922853e-06| -|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.63901018922853e-06| -|package.json|github/NLeSC/ExtJS-DateTime|3.63901018922853e-06| -|package.json|github/NLeSC/DiVE|3.63901018922853e-06| -|package.json|github/NLeSC/UncertaintyVisualization|3.63901018922853e-06| -|package.json|github/PathwayCommons/grounding-search|3.63901018922853e-06| -|package.json|github/ratschlab/metagraph|3.63901018922853e-06| -|package.json|github/bio-tools/biotoolsSum|3.63901018922853e-06| -|package.json|github/emrecdem/emo-spectre|3.63901018922853e-06| -|package.json|github/AA-ALERT/frbcat-web|3.63901018922853e-06| -|package.json|github/neuroneural/brainchop|3.63901018922853e-06| -|package.json|github/LTLA/gesel.js|3.63901018922853e-06| -|package.json|github/ci-for-science/self-hosted-runners|3.63901018922853e-06| -|package.json|github/SchmidtDSE/afscgap|3.63901018922853e-06| -|package.json|github/ablab/spades|3.63901018922853e-06| -|package.json|github/dondi/GRNsight|3.63901018922853e-06| -|package.json|github/cinemascience/cinema_snap|3.63901018922853e-06| -|package.json|github/bramvandijk88/cacatoo|3.63901018922853e-06| -|package.json|github/bids-standard/bids-validator|3.63901018922853e-06| -|package.json|github/leraman/Hopla|3.63901018922853e-06| -|package.json|github/ReGIS-org/regis-v2|3.63901018922853e-06| -|package.json|github/gear-genomics/tracy|3.63901018922853e-06| -|package.json|github/meta-logic/sequoia|3.63901018922853e-06| -|package.json|github/ci-for-research/self-hosted-runners|3.63901018922853e-06| -|package.json|github/phelelani/nf-rnaSeqMetagen|3.63901018922853e-06| -|package.json|github/ADAH-EviDENce/evidence|3.63901018922853e-06| -|package.json|github/iomega/zenodo-upload|3.63901018922853e-06| -|package.json|github/iomega/paired-data-form|3.63901018922853e-06| -|package.json|github/interactivereport/OmicsView0|3.63901018922853e-06| -|package.json|github/IPK-BIT/divbrowse|3.63901018922853e-06| -|package.json|github/klevis-a/kinematics-vis|3.63901018922853e-06| -|package.json|github/mathjax/MathJax|3.63901018922853e-06| -|package.json|github/tobiasrausch/alfred|3.63901018922853e-06| -|package.json|github/research-software-directory/research-software-directory|3.63901018922853e-06| -|package.json|github/fairdataihub/SPARClink|3.63901018922853e-06| -|package.json|github/Via-Appia/via-appia-online-viewer|3.63901018922853e-06| -|package.json|github/TNOCS/csWeb|3.63901018922853e-06| -|package.json|github/tyo-nu/MINE-app|3.63901018922853e-06| -|package.json|github/i-VRESSE/workflow-builder|3.63901018922853e-06| -|package.json|github/sib-swiss/glittr|3.63901018922853e-06| -|package.json|github/jspsych/jspsych|3.63901018922853e-06| -|package.json|github/vibbits/phyd3|3.63901018922853e-06| -|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.63901018922853e-06| -|package.json|github/Kaixhin/FGLab|3.63901018922853e-06| -|package.json|github/Kaixhin/FGMachine|3.63901018922853e-06| -|package.json|github/MolMeDB/MolMeDB|3.63901018922853e-06| -|package.json|github/eWaterCycle/eWaterleaf|3.63901018922853e-06| -|package.json|github/eWaterCycle/setup-singularity|3.63901018922853e-06| -|package.json|github/eWaterCycle/setup-grpc|3.63901018922853e-06| -|package.json|github/eWaterCycle/Cesium-NcWMS|3.63901018922853e-06| -|package.json|github/Shamir-Lab/domino_web|3.63901018922853e-06| -|package.json|github/eweitz/ideogram|3.63901018922853e-06| -|package.json|github/MaayanLab/signature-commons-ui|3.63901018922853e-06| -|package.json|github/eucp-project/atlas|3.63901018922853e-06| -|package.json|github/eucp-project/storyboards|3.63901018922853e-06| -|package.json|github/sonjageorgievska/CClusTera|3.63901018922853e-06| -|package.json|github/luntergroup/octopus|3.63901018922853e-06| -|package.json|github/yyZhang14/dbEssLnc|3.63901018922853e-06| -|package.json|github/DorianDepriester/mtex2Gmsh|3.63901018922853e-06| -|package.json|github/davidhoksza/MolArt|3.63901018922853e-06| -|package.json|github/korcsmarosgroup/TFlink|3.63901018922853e-06| -|package.json|github/biosimulations/Biosimulations|3.63901018922853e-06| -|package.json|github/tortellini-tools/action|3.63901018922853e-06| -|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.63901018922853e-06| -|CMakeLists.txt|gitlab/aroffringa/wsclean|3.63901018922853e-06| -|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.63901018922853e-06| -|CMakeLists.txt|gitlab/remikz/nccmp|3.63901018922853e-06| -|CMakeLists.txt|gitlab/astron-idg/idg|3.63901018922853e-06| -|CMakeLists.txt|github/catboost/catboost|3.63901018922853e-06| -|CMakeLists.txt|github/ahcm/ffindex|3.63901018922853e-06| -|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.63901018922853e-06| -|CMakeLists.txt|github/delphes/delphes|3.63901018922853e-06| -|CMakeLists.txt|github/raphael-group/hatchet|3.63901018922853e-06| -|CMakeLists.txt|github/pynbody/genetIC|3.63901018922853e-06| -|CMakeLists.txt|github/mivp/encube|3.63901018922853e-06| -|CMakeLists.txt|github/biomedia-mira/drop2|3.63901018922853e-06| -|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.63901018922853e-06| -|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.63901018922853e-06| -|CMakeLists.txt|github/ChristopherWilks/megadepth|3.63901018922853e-06| -|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.63901018922853e-06| -|CMakeLists.txt|github/HITS-AIN/PINK|3.63901018922853e-06| -|CMakeLists.txt|github/casacore/casacore|3.63901018922853e-06| -|CMakeLists.txt|github/wullm/zwindstroom|3.63901018922853e-06| -|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.63901018922853e-06| -|CMakeLists.txt|github/Illumina/akt|3.63901018922853e-06| -|CMakeLists.txt|github/Illumina/MarViN|3.63901018922853e-06| -|CMakeLists.txt|github/stevengj/nlopt|3.63901018922853e-06| -|CMakeLists.txt|github/Punzo/SlicerAstro|3.63901018922853e-06| -|CMakeLists.txt|github/BenWibking/quokka|3.63901018922853e-06| -|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/bioparser|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/rampler|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/sword|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/thread_pool|3.63901018922853e-06| -|CMakeLists.txt|github/lsds/TaLoS|3.63901018922853e-06| -|CMakeLists.txt|github/lsds/faasm|3.63901018922853e-06| -|CMakeLists.txt|github/lsds/LightSaber|3.63901018922853e-06| -|CMakeLists.txt|github/JPenuchot/ctbench|3.63901018922853e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.63901018922853e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.63901018922853e-06| -|CMakeLists.txt|github/sfarrens/sfof|3.63901018922853e-06| -|CMakeLists.txt|github/yangao07/abPOA|3.63901018922853e-06| -|CMakeLists.txt|github/liuhao-cn/fastSHT|3.63901018922853e-06| -|CMakeLists.txt|github/AstroUGent/shadowfax|3.63901018922853e-06| -|CMakeLists.txt|github/yogi-tud/space_gpu|3.63901018922853e-06| -|CMakeLists.txt|github/jczarnowski/DeepFactors|3.63901018922853e-06| -|CMakeLists.txt|github/domschrei/mallob|3.63901018922853e-06| -|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.63901018922853e-06| -|CMakeLists.txt|github/PMBio/peer|3.63901018922853e-06| -|CMakeLists.txt|github/marbl/MashMap|3.63901018922853e-06| -|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.63901018922853e-06| -|CMakeLists.txt|github/kd0kfo/cosmology|3.63901018922853e-06| -|CMakeLists.txt|github/copasi/COPASI|3.63901018922853e-06| -|CMakeLists.txt|github/reedacartwright/ngila|3.63901018922853e-06| -|CMakeLists.txt|github/bbuchfink/diamond|3.63901018922853e-06| -|CMakeLists.txt|github/su2code/SU2|3.63901018922853e-06| -|CMakeLists.txt|github/mtazzari/galario|3.63901018922853e-06| -|CMakeLists.txt|github/jeffdaily/parasail|3.63901018922853e-06| -|CMakeLists.txt|github/ziotom78/libpolycomp|3.63901018922853e-06| -|CMakeLists.txt|github/fastpm/fastpm|3.63901018922853e-06| -|CMakeLists.txt|github/artis-mcrt/artis|3.63901018922853e-06| -|CMakeLists.txt|github/TRASAL/AMBER|3.63901018922853e-06| -|CMakeLists.txt|github/mc-imperial/jfs|3.63901018922853e-06| -|CMakeLists.txt|github/y-256/libdivsufsort|3.63901018922853e-06| -|CMakeLists.txt|github/rega-cev/virulign|3.63901018922853e-06| -|CMakeLists.txt|github/snugel/cas-offinder|3.63901018922853e-06| -|CMakeLists.txt|github/HingeAssembler/HINGE|3.63901018922853e-06| -|CMakeLists.txt|github/hveerten/katu|3.63901018922853e-06| -|CMakeLists.txt|github/astroboylrx/PLAN|3.63901018922853e-06| -|CMakeLists.txt|github/hombit/freddi|3.63901018922853e-06| -|CMakeLists.txt|github/idefix-code/idefix|3.63901018922853e-06| -|CMakeLists.txt|github/BIC-MNI/libminc|3.63901018922853e-06| -|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.63901018922853e-06| -|CMakeLists.txt|github/statgen/popscle|3.63901018922853e-06| -|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.63901018922853e-06| -|CMakeLists.txt|github/cameron314/concurrentqueue|3.63901018922853e-06| -|CMakeLists.txt|github/ncbi/sra-tools|3.63901018922853e-06| -|CMakeLists.txt|github/ncbi/ncbi-vdb|3.63901018922853e-06| -|CMakeLists.txt|github/nanoporetech/scrappie|3.63901018922853e-06| -|CMakeLists.txt|github/nanoporetech/flappie|3.63901018922853e-06| -|CMakeLists.txt|github/datngu/Circall|3.63901018922853e-06| -|CMakeLists.txt|github/xxsds/DYNAMIC|3.63901018922853e-06| -|CMakeLists.txt|github/kbarbary/sep|3.63901018922853e-06| -|CMakeLists.txt|github/farhanferoz/MultiNest|3.63901018922853e-06| -|CMakeLists.txt|github/nmslib/hnswlib|3.63901018922853e-06| -|CMakeLists.txt|github/DGtal-team/DGtal|3.63901018922853e-06| -|CMakeLists.txt|github/mrc-ide/covid-sim|3.63901018922853e-06| -|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.63901018922853e-06| -|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.63901018922853e-06| -|CMakeLists.txt|github/vdemichev/DiaNN|3.63901018922853e-06| -|CMakeLists.txt|github/HWang-Summit/HCGrid|3.63901018922853e-06| -|CMakeLists.txt|github/scikit-hep/iminuit|3.63901018922853e-06| -|CMakeLists.txt|github/kdmurray91/libqcpp|3.63901018922853e-06| -|CMakeLists.txt|github/kdmurray91/axe|3.63901018922853e-06| -|CMakeLists.txt|github/mjuric/galfast|3.63901018922853e-06| -|CMakeLists.txt|github/ugovaretto/molekel|3.63901018922853e-06| -|CMakeLists.txt|github/exoclime/FastChem|3.63901018922853e-06| -|CMakeLists.txt|github/exoclime/THOR|3.63901018922853e-06| -|CMakeLists.txt|github/exoclime/Helios-r2|3.63901018922853e-06| -|CMakeLists.txt|github/SeaIce-Math/SubZero|3.63901018922853e-06| -|CMakeLists.txt|github/krab1k/ChargeFW2|3.63901018922853e-06| -|CMakeLists.txt|github/elkebir-group/derna|3.63901018922853e-06| -|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.63901018922853e-06| -|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.63901018922853e-06| -|CMakeLists.txt|github/osallou/cassiopee-c|3.63901018922853e-06| -|CMakeLists.txt|github/facebookresearch/faiss|3.63901018922853e-06| -|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.63901018922853e-06| -|CMakeLists.txt|github/seqan/flexbar|3.63901018922853e-06| -|CMakeLists.txt|github/seqan/lara|3.63901018922853e-06| -|CMakeLists.txt|github/seqan/lambda|3.63901018922853e-06| -|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.63901018922853e-06| -|CMakeLists.txt|github/ZacharyJia/opsdn|3.63901018922853e-06| -|CMakeLists.txt|github/eggplantbren/DNest3|3.63901018922853e-06| -|CMakeLists.txt|github/sb-ncbr/golem|3.63901018922853e-06| -|CMakeLists.txt|github/fripon/freeture|3.63901018922853e-06| -|CMakeLists.txt|github/yatisht/usher|3.63901018922853e-06| -|CMakeLists.txt|github/mslonina/Mechanic|3.63901018922853e-06| -|CMakeLists.txt|github/daehwankimlab/hisat2|3.63901018922853e-06| -|CMakeLists.txt|github/jydu/maffilter|3.63901018922853e-06| -|CMakeLists.txt|github/jydu/physamp|3.63901018922853e-06| -|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.63901018922853e-06| -|CMakeLists.txt|github/gerddie/maxflow|3.63901018922853e-06| -|CMakeLists.txt|github/CMakePP/CMinx|3.63901018922853e-06| -|CMakeLists.txt|github/pezmaster31/bamtools|3.63901018922853e-06| -|CMakeLists.txt|github/Crompulence/cpl-library|3.63901018922853e-06| -|CMakeLists.txt|github/ester-project/ester|3.63901018922853e-06| -|CMakeLists.txt|github/mp3guy/ElasticFusion|3.63901018922853e-06| -|CMakeLists.txt|github/afd-illinois/grim|3.63901018922853e-06| -|CMakeLists.txt|github/seshnadathur/Revolver|3.63901018922853e-06| -|CMakeLists.txt|github/cieslar/Indri|3.63901018922853e-06| -|CMakeLists.txt|github/svi-opensource/libics|3.63901018922853e-06| -|CMakeLists.txt|github/cschreib/egg|3.63901018922853e-06| -|CMakeLists.txt|github/chanzuckerberg/shasta|3.63901018922853e-06| -|CMakeLists.txt|github/m2aia/m2aia|3.63901018922853e-06| -|CMakeLists.txt|github/FEniCS/basix|3.63901018922853e-06| -|CMakeLists.txt|github/Trovemaster/exocross|3.63901018922853e-06| -|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.63901018922853e-06| -|CMakeLists.txt|github/sarrvesh/cuFFS|3.63901018922853e-06| -|CMakeLists.txt|github/hnikaein/stark|3.63901018922853e-06| -|CMakeLists.txt|github/bcgsc/abyss|3.63901018922853e-06| -|CMakeLists.txt|github/hasindu2008/slow5tools|3.63901018922853e-06| -|CMakeLists.txt|github/mtholder/ncl|3.63901018922853e-06| -|CMakeLists.txt|github/lamyj/odil|3.63901018922853e-06| -|CMakeLists.txt|github/s4hts/HTStream|3.63901018922853e-06| -|CMakeLists.txt|github/COMBINE-lab/RapMap|3.63901018922853e-06| -|CMakeLists.txt|github/COMBINE-lab/libgff|3.63901018922853e-06| -|CMakeLists.txt|github/Yida-Lin/libxdf|3.63901018922853e-06| -|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.63901018922853e-06| -|CMakeLists.txt|github/qtltools/qtltools|3.63901018922853e-06| -|CMakeLists.txt|github/griffithlab/regtools|3.63901018922853e-06| -|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.63901018922853e-06| -|CMakeLists.txt|github/benedictpaten/marginPhase|3.63901018922853e-06| -|CMakeLists.txt|github/philres/ngmlr|3.63901018922853e-06| -|CMakeLists.txt|github/amkozlov/raxml-ng|3.63901018922853e-06| -|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.63901018922853e-06| -|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.63901018922853e-06| -|CMakeLists.txt|github/lczech/gappa|3.63901018922853e-06| -|CMakeLists.txt|github/mpokorny/vysmaw|3.63901018922853e-06| -|CMakeLists.txt|github/sib-swiss/pftools3|3.63901018922853e-06| -|CMakeLists.txt|github/mofanv/darknetz|3.63901018922853e-06| -|CMakeLists.txt|github/Taywee/args|3.63901018922853e-06| -|CMakeLists.txt|github/dpryan79/libBigWig|3.63901018922853e-06| -|CMakeLists.txt|github/steineggerlab/foldseek|3.63901018922853e-06| -|CMakeLists.txt|github/simd-everywhere/simde|3.63901018922853e-06| -|CMakeLists.txt|github/cwru-pat/cosmograph|3.63901018922853e-06| -|CMakeLists.txt|github/bbercovici/SBGAT|3.63901018922853e-06| -|CMakeLists.txt|github/pytorch/vision|3.63901018922853e-06| -|CMakeLists.txt|github/pkestene/ramsesGPU|3.63901018922853e-06| -|CMakeLists.txt|github/Washington-University/CiftiLib|3.63901018922853e-06| -|CMakeLists.txt|github/santeripuranen/SpydrPick|3.63901018922853e-06| -|CMakeLists.txt|github/mbillingr/libgdf|3.63901018922853e-06| -|CMakeLists.txt|github/ycwu1030/EvoEMD|3.63901018922853e-06| -|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.63901018922853e-06| -|CMakeLists.txt|github/lbcb-sci/racon|3.63901018922853e-06| -|CMakeLists.txt|github/lbcb-sci/raven|3.63901018922853e-06| -|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.63901018922853e-06| -|CMakeLists.txt|github/veg/tn93|3.63901018922853e-06| -|CMakeLists.txt|github/klee/klee|3.63901018922853e-06| -|CMakeLists.txt|github/RomainFeron/mwga-utils|3.63901018922853e-06| -|CMakeLists.txt|github/rordenlab/dcm2niix|3.63901018922853e-06| -|CMakeLists.txt|github/jfarek/xatlas|3.63901018922853e-06| -|CMakeLists.txt|github/TRIQS/solid_dmft|3.63901018922853e-06| -|CMakeLists.txt|github/n-claes/legolas|3.63901018922853e-06| -|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.63901018922853e-06| -|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.63901018922853e-06| -|CMakeLists.txt|github/basp-group/Puri-Psi|3.63901018922853e-06| -|CMakeLists.txt|github/lanl/GLUE|3.63901018922853e-06| -|CMakeLists.txt|github/ECP-copa/Cabana|3.63901018922853e-06| -|CMakeLists.txt|github/blebon/directChillFoam|3.63901018922853e-06| -|CMakeLists.txt|github/voutcn/megahit|3.63901018922853e-06| -|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/spacepharer|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/plass|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/metaeuk|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/mmseqs2|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/MMseqs2|3.63901018922853e-06| -|CMakeLists.txt|github/dglaeser/gridformat|3.63901018922853e-06| -|CMakeLists.txt|github/jdonnert/WVTICs|3.63901018922853e-06| -|CMakeLists.txt|github/xcompact3d/Incompact3d|3.63901018922853e-06| -|CMakeLists.txt|github/ixkael/3DEX|3.63901018922853e-06| -|CMakeLists.txt|github/egpbos/barcode|3.63901018922853e-06| -|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.63901018922853e-06| -|CMakeLists.txt|github/mrirecon/bart|3.63901018922853e-06| -|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.63901018922853e-06| -|CMakeLists.txt|github/PyPO-dev/PyPO|3.63901018922853e-06| -|CMakeLists.txt|github/introlab/opentera|3.63901018922853e-06| -|Gemfile|github/sibirrer/hierArc|3.63901018922853e-06| -|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.63901018922853e-06| -|Gemfile|github/tudelft3d/3dfier|3.63901018922853e-06| -|Gemfile|github/odelaneau/shapeit5|3.63901018922853e-06| -|Gemfile|github/odelaneau/GLIMPSE|3.63901018922853e-06| -|Gemfile|github/ncbi/igblast|3.63901018922853e-06| -|Gemfile|github/openjournals/joss|3.63901018922853e-06| -|Gemfile|github/gramos/imagetooth|3.63901018922853e-06| -|Gemfile|github/vcflib/bio-vcf|3.63901018922853e-06| -|Gemfile|github/codidact/qpixel|3.63901018922853e-06| -|Gemfile|github/aymgal/COOLEST|3.63901018922853e-06| -|Gemfile|github/scrook/neuroml-db|3.63901018922853e-06| -|Gemfile|github/quadram-institute-bioscience/dadaist2|3.63901018922853e-06| -|Gemfile|github/cboursnell/crb-blast|3.63901018922853e-06| -|Gemfile|github/telatin/seqfu2|3.63901018922853e-06| -|Gemfile|github/telatin/bamtocov|3.63901018922853e-06| -|go.mod|github/containers/podman|3.63901018922853e-06| -|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.63901018922853e-06| -|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.63901018922853e-06| -|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.63901018922853e-06| -|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.63901018922853e-06| -|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.63901018922853e-06| -|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.63901018922853e-06| -|go.mod|github/linksmart/thing-directory|3.63901018922853e-06| -|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.63901018922853e-06| -|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.63901018922853e-06| -|go.mod|github/sylabs/singularity|3.63901018922853e-06| -|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.63901018922853e-06| -|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.63901018922853e-06| -|go.mod|github/jasonyangshadow/lpmx|3.63901018922853e-06| -|go.mod|github/mlpack/mlpack|3.63901018922853e-06| -|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.63901018922853e-06| -|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.63901018922853e-06| -|pypi|[sphinx_thebe](https://github.com/executablebooks/sphinx-thebe)|3.6340974782989696e-06| -|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.612517395268487e-06| -|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.610225618631734e-06| -|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.609053337492202e-06| -|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.609053337492202e-06| -|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.609053337492202e-06| -|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.609053337492202e-06| -|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.609053337492202e-06| -|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.609053337492202e-06| -|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.609053337492202e-06| -|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.609053337492202e-06| -|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.609053337492202e-06| -|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.609053337492202e-06| -|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.609053337492202e-06| -|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.609053337492202e-06| -|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.609053337492202e-06| -|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.609053337492202e-06| -|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.609053337492202e-06| -|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.607337616913726e-06| -|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.602620087336252e-06| -|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.602620087336252e-06| -|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.602620087336252e-06| -|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.602620087336252e-06| -|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.602620087336252e-06| -|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.602620087336252e-06| -|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.602620087336252e-06| -|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.602620087336252e-06| -|cran|socialmixr|3.602620087336252e-06| -|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.602620087336245e-06| -|pypi|[pyarma](https://pyarma.sourceforge.io)|3.602620087336245e-06| -|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.602620087336245e-06| -|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.602620087336245e-06| -|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.602620087336245e-06| -|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.602620087336245e-06| -|pypi|[UNKNOWN](UNKNOWN)|3.602620087336245e-06| -|pypi|[requirement](http://github.com/storborg/funniest)|3.602620087336245e-06| -|pypi|[ares](https://github.com/barnumbirr/ares)|3.602620087336245e-06| -|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.602620087336245e-06| -|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.602620087336245e-06| -|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.602620087336245e-06| -|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.602620087336245e-06| -|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.602620087336245e-06| -|pypi|[macop](https://github.com/prise-3d/macop)|3.602620087336245e-06| -|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.602620087336245e-06| -|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.602620087336245e-06| -|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.602620087336245e-06| -|pypi|[ngs](https://broadtech.com.cn)|3.602620087336245e-06| -|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.602620087336245e-06| -|pypi|[saphires](https://github.com/tofflemire/saphires)|3.602620087336245e-06| -|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.602620087336245e-06| -|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.602620087336245e-06| -|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.602620087336245e-06| -|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.602620087336245e-06| -|pypi|[galkin](UNKNOWN)|3.602620087336245e-06| -|pypi|[orcs](https://github.com/thomasorb/orcs)|3.602620087336245e-06| -|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.602620087336245e-06| -|pypi|[requirements](http://github.com/mattack108/requirements)|3.602620087336245e-06| -|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.602620087336245e-06| -|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.602620087336245e-06| -|pypi|[gsf](UNKNOWN)|3.602620087336245e-06| -|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.602620087336245e-06| -|pypi|[biotools](https://github.com/sonwell/biotools)|3.602620087336245e-06| -|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.602620087336245e-06| -|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.602620087336245e-06| -|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.602620087336245e-06| -|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.602620087336245e-06| -|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.602620087336245e-06| -|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.602620087336245e-06| -|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.602620087336245e-06| -|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.602620087336245e-06| -|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.602620087336245e-06| -|pypi|[crc](https://github.com/Nicoretti/crc)|3.602620087336245e-06| -|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.602620087336245e-06| -|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.602620087336245e-06| -|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.602620087336245e-06| -|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.602620087336245e-06| -|pypi|[megaman](https://github.com/mmp2/megaman)|3.602620087336245e-06| -|pypi|[neworder](https://neworder.readthedocs.io)|3.602620087336245e-06| -|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.602620087336245e-06| -|pypi|[polypy](https://github.com/symmy596/Polypy)|3.602620087336245e-06| -|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.602620087336245e-06| -|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.602620087336245e-06| -|pypi|[pystospa](https://pypi.org/project/pystospa)|3.602620087336245e-06| -|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.602620087336245e-06| -|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.602620087336245e-06| -|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.602620087336245e-06| -|pypi|[Libra](https://github.com/Palashio/libra)|3.602620087336245e-06| -|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.602620087336245e-06| -|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.602620087336245e-06| -|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.602620087336245e-06| -|pypi|[SLIT](https://github.com/bweir/slit)|3.602620087336245e-06| -|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.602620087336245e-06| -|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.602620087336245e-06| -|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.602620087336245e-06| -|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.602620087336245e-06| -|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.602620087336245e-06| -|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.602620087336245e-06| -|cran|LSD|3.602620087336245e-06| -|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.602620087336245e-06| -|npm|leaflet-geotiff-2|3.602620087336245e-06| -|cran|outbreaks|3.6026200873362443e-06| -|cran|aweek|3.6026200873362443e-06| -|npm|babel-plugin-remove-comments|3.6026200873362443e-06| -|npm|retape|3.6026200873362443e-06| -|npm|test|3.6026200873362443e-06| -|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.58985776921309e-06| -|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.58985776921309e-06| -|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.577503606519027e-06| -|cran|[rmsfact](NA)|3.5665938864628827e-06| -|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.5665938864628827e-06| -|cran|geomorph|3.566593886462882e-06| -|pypi|[watermark](https://pypi.org/project/watermark)|3.543982989759258e-06| -|rubygems|rubocop-rspec|3.5381114866710165e-06| -|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.5120780481042492e-06| -|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.5109002780911103e-06| -|npm|svelte-preprocess|3.5010424532948087e-06| -|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.496660673002826e-06| -|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.496660673002826e-06| -|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.496660673002826e-06| -|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.496660673002826e-06| -|pypi|[truecase](https://pypi.org/project/truecase)|3.496660673002826e-06| -|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.496660673002826e-06| -|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.496660673002826e-06| -|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.496660673002826e-06| -|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.496660673002826e-06| -|pypi|[fireo](https://pypi.org/project/fireo)|3.496660673002826e-06| -|pypi|[hdmf](https://pypi.org/project/hdmf)|3.496660673002826e-06| -|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.490038209606987e-06| -|pypi|[svo_filters](https://github.com/hover2pi/svo_filters)|3.488377709935466e-06| -|npm|karma-phantomjs-launcher|3.4852132719900194e-06| -|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4798498043826196e-06| -|cran|clv|3.4675218340611363e-06| -|cran|plainview|3.4675218340611355e-06| -|cran|mapdeck|3.4675218340611355e-06| -|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4640577762848506e-06| -|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4640577762848506e-06| -|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4640577762848506e-06| -|pypi|[parsley](https://pypi.org/project/parsley)|3.4640577762848506e-06| -|npm|json-stringify-safe|3.463439194539086e-06| -|cran|[geojson](https://docs.ropensci.org/geojson)|3.4525109170305695e-06| -|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4434997672267357e-06| -|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4421827058958298e-06| -|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4392155333749217e-06| -|cran|[float](https://github.com/wrathematics/float)|3.4392155333749217e-06| -|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.438554821196743e-06| -|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.429417198522002e-06| -|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.429417198522002e-06| -|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.429417198522002e-06| -|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.429417198522002e-06| -|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.429417198522002e-06| -|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.429417198522002e-06| -|spack|sofa-c|3.429417198522002e-06| -|cran|ncbit|3.429417198522002e-06| -|cran|subplex|3.429417198522002e-06| -|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.429417198522002e-06| -|npm|loud-rejection|3.429417198522002e-06| -|npm|csv-spectrum|3.429417198522002e-06| -|npm|bops|3.429417198522002e-06| -|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.4259952569496845e-06| -|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.4231664856429e-06| -|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.4231664856429e-06| -|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.4195481686124237e-06| -|npm|babel-plugin-transform-runtime|3.416127313370763e-06| -|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.4096225826575177e-06| -|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.405766045428747e-06| -|pypi|[fury](https://pypi.org/project/fury)|3.405715750579002e-06| -|pypi|[obspy](https://www.obspy.org)|3.4024745269286773e-06| -|cran|thor|3.3967560823456025e-06| -|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.396756082345602e-06| -|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.396756082345602e-06| -|pypi|[colorful](https://pypi.org/project/colorful)|3.396756082345602e-06| -|pypi|[gpustat](https://pypi.org/project/gpustat)|3.396756082345602e-06| -|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.396756082345602e-06| -|pypi|[opencensus](https://pypi.org/project/opencensus)|3.396756082345602e-06| -|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.396756082345602e-06| -|pypi|[py-spy](https://pypi.org/project/py-spy)|3.396756082345602e-06| -|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.396756082345602e-06| -|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.396756082345602e-06| -|pypi|[pygam](https://github.com/dswah/pyGAM)|3.3892506238303193e-06| -|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.387320648783531e-06| -|pypi|[pythran](https://pypi.org/project/pythran)|3.381761241432225e-06| -|pypi|[meson-python](https://pypi.org/project/meson-python)|3.381761241432225e-06| -|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.381761241432225e-06| -|cran|gcookbook|3.3706844896083007e-06| -|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.366451634246394e-06| -|npm|babel-plugin-add-module-exports|3.366090923268871e-06| -|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3614887310923078e-06| -|pypi|[biomaj-core](http://biomaj.genouest.org)|3.352493257128191e-06| -|pypi|[funsor](https://pypi.org/project/funsor)|3.3520619233673706e-06| -|cran|polycor|3.3469102194644235e-06| -|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.339929039301321e-06| -|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.339929039301321e-06| -|pypi|[csvw](https://github.com/cldf/csvw)|3.332423580786028e-06| -|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3322641728175624e-06| -|pypi|[httpcore](https://pypi.org/project/httpcore)|3.3269937945299926e-06| -|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.321165393013101e-06| -|npm|karma-cli|3.3026654831281247e-06| -|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.302401746724891e-06| -|cran|imbalance|3.302401746724891e-06| -|cran|prodlim|3.302401746724891e-06| -|cran|pec|3.302401746724891e-06| -|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.275109170305676e-06| -|cran|limma|3.2742508291265903e-06| -|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2741700536404175e-06| -|cran|misc3d|3.2693777292576416e-06| -|rubygems|forwardable-extended|3.2693777292576416e-06| -|npm|through|3.263778680770259e-06| -|cran|aws.signature|3.2559814318740596e-06| -|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.250639963860873e-06| -|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2474101296006737e-06| -|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|3.2423580786026295e-06| -|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.24235807860262e-06| -|pypi|[pot](https://pypi.org/project/pot)|3.24235807860262e-06| -|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.24235807860262e-06| -|cran|princurve|3.24235807860262e-06| -|cran|brglm|3.24235807860262e-06| -|cran|maxLik|3.24235807860262e-06| -|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.242358078602611e-06| -|rubygems|test-unit-rr|3.2366839519650655e-06| -|cran|logging|3.2361227746053076e-06| -|cran|rsyslog|3.2361227746053076e-06| -|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2361145594485232e-06| -|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.235022426841091e-06| -|pypi|[wxpython](http://wxPython.org/)|3.2333515283842867e-06| -|pypi|[PyQtWebEngine](https://pypi.org/project/PyQtWebEngine)|3.229271638114434e-06| -|cran|[gistr](https://github.com/ropensci/gistr)|3.225072780203786e-06| -|pypi|[semantic_version](https://github.com/rbarrois/python-semanticversion)|3.2237731337076357e-06| -|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.2198417030567684e-06| -|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.2198417030567684e-06| -|pypi|[pyro4](https://pypi.org/project/pyro4)|3.2198417030567684e-06| -|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.2198417030567684e-06| -|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.2198417030567684e-06| -|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.2198417030567684e-06| -|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.2198417030567684e-06| -|pypi|[couchbase](https://pypi.org/project/couchbase)|3.2198417030567684e-06| -|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.2198417030567684e-06| -|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.2198417030567684e-06| -|pypi|[pyArango](https://pypi.org/project/pyArango)|3.2198417030567684e-06| -|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.21662507797879e-06| -|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.21662507797879e-06| -|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2137796019482704e-06| -|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.209934497816594e-06| -|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.207824087232888e-06| -|cran|PCICt|3.201617746929357e-06| -|cran|paws|3.2008315014911687e-06| -|cran|clustermq|3.2008315014911687e-06| -|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.18815936932411e-06| -|pypi|[platon](https://pypi.org/project/platon)|3.18815936932411e-06| -|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.18815936932411e-06| -|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.18815936932411e-06| -|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.18815936932411e-06| -|pypi|[scp](https://pypi.org/project/scp)|3.18815936932411e-06| -|pypi|[wtforms](https://pypi.org/project/wtforms)|3.18815936932411e-06| -|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.18815936932411e-06| -|pypi|[bytecode](https://pypi.org/project/bytecode)|3.18815936932411e-06| -|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.18815936932411e-06| -|pypi|[docrep](https://pypi.org/project/docrep)|3.18815936932411e-06| -|pypi|[mudata](https://pypi.org/project/mudata)|3.18815936932411e-06| -|rubygems|html-proofer|3.1876432860262007e-06| -|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.184458827199002e-06| -|spack|lm-sensors|3.184458827199002e-06| -|spack|rocprofiler-dev|3.184458827199002e-06| -|spack|rocm-smi-lib|3.184458827199002e-06| -|cran|grpreg|3.184458827199002e-06| -|cran|arules|3.184458827199002e-06| -|npm|watch-run|3.184458827199002e-06| -|npm|rollup-plugin-modify|3.184458827199002e-06| -|npm|rollup-plugin-html|3.184458827199002e-06| -|npm|rollup-plugin-esbuild|3.184458827199002e-06| -|npm|p-limit|3.184458827199002e-06| -|npm|number-precision|3.184458827199002e-06| -|npm|archiver|3.184458827199002e-06| -|pypi|[hmf](https://github.com/steven-murray/hmf)|3.178782430002559e-06| -|pypi|[flox](https://pypi.org/project/flox)|3.1703056768558952e-06| -|npm|path-scurry|3.1542064683406114e-06| -|npm|minipass|3.1542064683406114e-06| -|npm|jackspeak|3.1542064683406114e-06| -|npm|foreground-child|3.1542064683406114e-06| -|pypi|[vispy](https://pypi.org/project/vispy)|3.152614238927012e-06| -|pypi|[pyside](https://pypi.org/project/pyside)|3.152614238927012e-06| -|npm|eslint-config-xo-nextjs|3.152614238927012e-06| -|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.141163138837505e-06| -|rubygems|[rails](https://rubyonrails.org)|3.138623571699423e-06| -|npm|babelify|3.1339118616879063e-06| -|npm|babel-plugin-transform-es2015-modules-commonjs|3.1339118616879063e-06| -|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1285911284762125e-06| -|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1285911284762125e-06| -|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.1057069718415905e-06| -|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.1057069718415905e-06| -|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.1057069718415905e-06| -|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.1057069718415905e-06| -|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.1057069718415905e-06| -|pypi|[katversion](https://pypi.org/project/katversion)|3.1057069718415905e-06| -|pypi|[lupa](https://pypi.org/project/lupa)|3.1057069718415905e-06| -|pypi|[omnijson](https://pypi.org/project/omnijson)|3.1057069718415905e-06| -|pypi|[pygelf](https://pypi.org/project/pygelf)|3.1057069718415905e-06| -|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.1057069718415905e-06| -|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.1057069718415905e-06| -|pypi|[spead2](https://pypi.org/project/spead2)|3.1057069718415905e-06| -|pypi|[katpoint](https://pypi.org/project/katpoint)|3.1057069718415905e-06| -|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.1057069718415905e-06| -|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.1013859882285935e-06| -|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.1013859882285935e-06| -|cran|registry|3.090276044915783e-06| -|pypi|[logomaker](http://logomaker.readthedocs.io)|3.089812423572016e-06| -|rubygems|rexml|3.0895821729346756e-06| -|cran|pvclust|3.0888857670597716e-06| -|npm|babel-register|3.0872946626314253e-06| -|cran|[themis](https://github.com/tidymodels/themis)|3.0819206971622086e-06| -|cran|superpc|3.0819206971622086e-06| -|cran|subselect|3.0819206971622086e-06| -|cran|pamr|3.0819206971622086e-06| -|cran|BradleyTerry2|3.0819206971622086e-06| -|cran|ModelMetrics|3.0819206971622086e-06| -|pypi|[cbor2](https://pypi.org/project/cbor2)|3.079162467808756e-06| -|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.079162467808756e-06| -|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.079162467808756e-06| -|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.077602586752891e-06| -|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.076976958281397e-06| -|npm|livereload|3.0746499021231744e-06| -|npm|jsonlint|3.0746499021231744e-06| -|npm|http-server|3.0746499021231744e-06| -|npm|highlight.js|3.0746499021231744e-06| -|npm|handlebars|3.0746499021231744e-06| -|npm|download-cli|3.0746499021231744e-06| -|npm|heap|3.0746499021231744e-06| -|npm|git-state|3.065691132012093e-06| -|npm|xpath|3.065691132012093e-06| -|npm|coffee-coverage|3.065691132012093e-06| -|npm|conventional-changelog-cli|3.057192493377975e-06| -|pypi|[stone](https://pypi.org/project/stone)|3.057080474111042e-06| -|pypi|[msrest](https://pypi.org/project/msrest)|3.057080474111042e-06| -|pypi|[azure-core](https://pypi.org/project/azure-core)|3.057080474111042e-06| -|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0569959970887944e-06| -|rubygems|method_source|3.0525312472150434e-06| -|npm|gulp-if|3.049784744263846e-06| -|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.0483708431306685e-06| -|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.0483708431306685e-06| -|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.0483708431306685e-06| -|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.0483708431306685e-06| -|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.0483708431306685e-06| -|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.0483708431306685e-06| -|npm|babel-plugin-istanbul|3.0472645378162654e-06| -|cran|yulab.utils|3.044066586643851e-06| -|rubygems|sourcemap|3.0409054451474914e-06| -|pypi|[modin](https://github.com/modin-project/modin)|3.029475982532751e-06| -|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.029475982532751e-06| -|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.018412532501373e-06| -|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0178871346993617e-06| -|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0178871346993617e-06| -|npm|read-package-json|3.0178871346993617e-06| -|npm|is-wsl|3.0178871346993617e-06| -|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|3.0069804448689956e-06| -|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|3.0021834061135375e-06| -|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|3.0018831877729257e-06| -|cran|farver|2.9971377197167074e-06| -|npm|[covert](https://github.com/substack/covert)|2.985635371179042e-06| -|pypi|[metpy](https://pypi.org/project/metpy)|2.9721615720524017e-06| -|pypi|[types-decorator](https://github.com/python/typeshed)|2.9721615720524017e-06| -|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9721615720524017e-06| -|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9721615720524017e-06| -|cran|corpus.JSS.papers|2.9721615720524017e-06| -|cran|lasso2|2.9721615720524017e-06| -|cran|ggfun|2.9721615720524017e-06| -|cran|robustlmm|2.9721615720524017e-06| -|cran|multgee|2.9721615720524017e-06| -|cran|merTools|2.9721615720524017e-06| -|cran|marginaleffects|2.9721615720524017e-06| -|cran|logistf|2.9721615720524017e-06| -|cran|JM|2.9721615720524017e-06| -|cran|gmnl|2.9721615720524017e-06| -|cran|fungible|2.9721615720524017e-06| -|cran|feisr|2.9721615720524017e-06| -|cran|estimatr|2.9721615720524017e-06| -|cran|crch|2.9721615720524017e-06| -|cran|censReg|2.9721615720524017e-06| -|cran|bife|2.9721615720524017e-06| -|cran|bdsmatrix|2.9721615720524017e-06| -|npm|utest|2.9721615720524017e-06| -|npm|urun|2.9721615720524017e-06| -|npm|timezone-mock|2.9721615720524017e-06| -|npm|sqlstring|2.9721615720524017e-06| -|npm|bignumber.js|2.9721615720524017e-06| -|cran|[leafem](https://github.com/r-spatial/leafem)|2.9573650966937016e-06| -|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9566442757569937e-06| -|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9529672847018403e-06| -|pypi|[vaex](https://pypi.org/project/vaex)|2.9529672847018403e-06| -|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9529672847018403e-06| -|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9529672847018403e-06| -|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9529672847018403e-06| -|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9529672847018403e-06| -|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9529672847018403e-06| -|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9529672847018403e-06| -|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9529672847018403e-06| -|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9529672847018403e-06| -|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9529672847018403e-06| -|pypi|[aplus](https://pypi.org/project/aplus)|2.9529672847018403e-06| -|pypi|[blake3](https://pypi.org/project/blake3)|2.9529672847018403e-06| -|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9529672847018403e-06| -|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9529672847018403e-06| -|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9529672847018403e-06| -|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.947598253275109e-06| -|npm|eslint-plugin-pabigot|2.9424399563318778e-06| -|npm|gulp-jshint|2.9395004558760015e-06| -|cran|[arm](https://CRAN.R-project.org/package=arm)|2.9383870087336254e-06| -|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9339633133301256e-06| -|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9339633133301256e-06| -|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9339633133301256e-06| -|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9339633133301256e-06| -|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9339633133301256e-06| -|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9339633133301256e-06| -|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9339633133301256e-06| -|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9339633133301256e-06| -|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9271288209606995e-06| -|cran|sparklyr|2.9271288209606987e-06| -|pypi|[docformatter](https://pypi.org/project/docformatter)|2.9067743208883697e-06| -|pypi|[findspark](https://pypi.org/project/findspark)|2.905338780109875e-06| -|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.905338780109875e-06| -|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.905338780109875e-06| -|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.905338780109875e-06| -|pypi|[gmql](https://pypi.org/project/gmql)|2.905338780109875e-06| -|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.905338780109875e-06| -|pypi|[snfpy](https://pypi.org/project/snfpy)|2.905338780109875e-06| -|pypi|[strconv](https://pypi.org/project/strconv)|2.905338780109875e-06| -|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.905338780109875e-06| -|cran|sjmisc|2.9013958203368688e-06| -|npm|enquirer|2.8944015309231236e-06| -|cran|[progressr](https://progressr.futureverse.org)|2.8915766490462047e-06| -|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8783118050713735e-06| -|pypi|[pyqt](https://pypi.org/project/pyqt)|2.8730895196506554e-06| -|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.8730895196506554e-06| -|cran|distr6|2.8716536928042532e-06| -|cran|hardhat|2.8597022880194015e-06| -|pypi|[channels](https://pypi.org/project/channels)|2.857681619690354e-06| -|cran|ppcor|2.85495579577355e-06| -|pypi|[questionary](https://github.com/tmbo/questionary)|2.853248274011373e-06| -|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.8520742358078653e-06| -|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.846069868995637e-06| -|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8458813082152e-06| -|npm|zuul|2.8370633187772925e-06| -|rubygems|em-synchrony|2.834926560689778e-06| -|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.8344143334189575e-06| -|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.834414333418955e-06| -|pypi|[aafigure](https://pypi.org/project/aafigure)|2.830630068621335e-06| -|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.830630068621335e-06| -|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.830630068621335e-06| -|cran|decor|2.830630068621335e-06| -|npm|[x2js](https://github.com/x2js/x2js#readme)|2.830630068621335e-06| -|npm|toml|2.830630068621335e-06| -|npm|properties|2.830630068621335e-06| -|npm|hjson|2.830630068621335e-06| -|npm|cson|2.830630068621335e-06| -|npm|travis-cov|2.830630068621335e-06| -|pypi|[spin](https://pypi.org/project/spin)|2.8288009489573594e-06| -|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8261094063495836e-06| -|cran|[mlr3](https://mlr3.mlr-org.com)|2.825466255787123e-06| -|pypi|[mizani](https://github.com/has2k1/mizani)|2.8048970679975076e-06| -|cran|rainbow|2.802323767935121e-06| -|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.802037845705988e-06| -|npm|ts-loader|2.7971597806477717e-06| -|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7908296943231447e-06| -|npm|in-publish|2.7902656724876553e-06| -|cran|procmaps|2.787574695472305e-06| -|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.775989346766352e-06| -|spack|[vc](https://github.com/VcDevel/Vc)|2.770290618882702e-06| -|npm|assert|2.765149479341619e-06| -|pypi|[hashin](https://pypi.org/project/hashin)|2.7595231851398415e-06| -|pypi|[nengo](https://pypi.org/project/nengo)|2.7585374590611354e-06| -|pypi|[hankel](https://github.com/steven-murray/hankel)|2.7584767531466826e-06| -|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.7561269049104363e-06| -|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7505400110117523e-06| -|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.750091669722324e-06| -|pypi|[bio](https://pypi.org/project/bio)|2.750091669722324e-06| -|pypi|[kahypar](https://pypi.org/project/kahypar)|2.750091669722324e-06| -|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.750091669722324e-06| -|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.750091669722324e-06| -|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.750091669722324e-06| -|pypi|[selfies](https://pypi.org/project/selfies)|2.750091669722324e-06| -|pypi|[upfp](https://pypi.org/project/upfp)|2.750091669722324e-06| -|cran|tablerDash|2.748582820255499e-06| -|cran|argonDash|2.748582820255499e-06| -|cran|argonR|2.748582820255499e-06| -|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.748173754878209e-06| -|cran|TMB|2.746230548226662e-06| -|spack|autoconf-archive|2.743533758817602e-06| -|spack|libxmu|2.743533758817602e-06| -|cran|RProtoBuf|2.743533758817602e-06| -|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.741614687584638e-06| -|npm|eslint-plugin-jest|2.738924806555373e-06| -|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7319868995633306e-06| -|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7276980661260145e-06| -|pypi|[pendulum](https://pypi.org/project/pendulum)|2.723409232688709e-06| -|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.723409232688709e-06| -|cran|affy|2.716098421229426e-06| -|cran|marray|2.716098421229426e-06| -|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.7149304989082933e-06| -|npm|server-destroy|2.708702591003355e-06| -|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.7076268670069e-06| -|rubygems|[debug](https://github.com/ruby/debug)|2.7033667098799127e-06| -|rubygems|[all_images](http://github.com/flori/all_images)|2.7033667098799127e-06| -|cran|lm.beta|2.7025222898141272e-06| -|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.7019650655021837e-06| -|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.7019650655021837e-06| -|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.7019650655021837e-06| -|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.7019650655021837e-06| -|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.7019650655021837e-06| -|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.7019650655021837e-06| -|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.7019650655021837e-06| -|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.7019650655021837e-06| -|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.7019650655021837e-06| -|pypi|[xnat](https://pypi.org/project/xnat)|2.7019650655021837e-06| -|npm|karma-coverage|2.6940274661258524e-06| -|pypi|[cudf](https://pypi.org/project/cudf)|2.693811856345806e-06| -|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6885224532360035e-06| -|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6885224532360035e-06| -|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6885224532360035e-06| -|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6885224532360035e-06| -|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6885224532360035e-06| -|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6885224532360035e-06| -|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6885224532360035e-06| -|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6885224532360035e-06| -|npm|eslint-config-airbnb|2.683490090695331e-06| -|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6816495386938964e-06| -|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6816495386938964e-06| -|pypi|[motor](https://pypi.org/project/motor)|2.6816495386938964e-06| -|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6816495386938964e-06| -|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6816495386938964e-06| -|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6816495386938964e-06| -|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6816495386938964e-06| -|cran|mlapi|2.6816495386938964e-06| -|cran|rsparse|2.6816495386938964e-06| -|cran|[magicaxis](NA)|2.6774574458604473e-06| -|npm|gulp-mocha|2.6641224175259625e-06| -|npm|gulp-istanbul|2.6641224175259625e-06| -|npm|gulp-coveralls|2.6641224175259625e-06| -|npm|stealthy-require|2.6641224175259625e-06| -|npm|request-promise-core|2.6641224175259625e-06| -|cran|GenSA|2.6453352514203104e-06| -|cran|MonetDBLite|2.641921397379913e-06| -|npm|updox|2.641921397379913e-06| -|npm|safename|2.641921397379913e-06| -|rubygems|standard|2.6419213973799126e-06| -|rubygems|net-ssh|2.6419213973799126e-06| -|rubygems|octicons|2.6419213973799126e-06| -|cran|RgoogleMaps|2.634415938864629e-06| -|pypi|[flametree](https://pypi.org/project/flametree)|2.6296496987855797e-06| -|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6296496987855797e-06| -|pypi|[platemap](https://pypi.org/project/platemap)|2.6296496987855797e-06| -|pypi|[proglog](https://pypi.org/project/proglog)|2.6296496987855797e-06| -|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6296496987855797e-06| -|cran|systemfonts|2.6283435783515663e-06| -|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6277934754687936e-06| -|pypi|[pixell](https://pypi.org/project/pixell)|2.626910480349345e-06| -|npm|[q](https://github.com/kriskowal/q)|2.6161883967560916e-06| -|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.6161883967560844e-06| -|npm|browserify-istanbul|2.6114100768938677e-06| -|npm|combined-stream|2.6114100768938677e-06| -|npm|split2|2.6070037609770142e-06| -|npm|csstype|2.601096112628479e-06| -|cran|leafsync|2.5971030879600754e-06| -|pypi|[qmflows](https://github.com/SCM-NV/qmflows)|2.5930946782475184e-06| -|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.5893831877729276e-06| -|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5844883235238277e-06| -|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5844883235238277e-06| -|pypi|[properconf](https://pypi.org/project/properconf)|2.5844883235238277e-06| -|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5844883235238277e-06| -|pypi|[multipart](https://pypi.org/project/multipart)|2.5844883235238277e-06| -|cran|ExactData|2.5844883235238277e-06| -|cran|diffobj|2.5795072435419517e-06| -|cran|Epi|2.5756394260761076e-06| -|cran|memisc|2.5756394260761076e-06| -|cran|descr|2.5756394260761076e-06| -|cran|sylly.en|2.5756394260761076e-06| -|cran|sylly|2.5756394260761076e-06| -|cran|estimability|2.5746688390119587e-06| -|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5634027544507913e-06| -|npm|gulp-replace|2.561896642374144e-06| -|npm|gulp-header|2.561896642374144e-06| -|cran|RWeka|2.560410210890877e-06| -|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.5599189020586477e-06| -|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.553963550485695e-06| -|cran|Exact|2.5531611923295985e-06| -|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.552645943461273e-06| -|pypi|[resampy](https://pypi.org/project/resampy)|2.5515556768558955e-06| -|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.549616587662104e-06| -|pypi|[proselint](https://pypi.org/project/proselint)|2.549616587662104e-06| -|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.5476260032690104e-06| -|cran|DoE.base|2.5475670617592014e-06| -|npm|jest-canvas-mock|2.5416167883416794e-06| -|cran|[text2vec](http://text2vec.org)|2.5411338116032493e-06| -|cran|RcppAnnoy|2.5395934559320995e-06| -|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.528349682434765e-06| -|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.528349682434765e-06| -|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5278384279476e-06| -|npm|postcss-loader|2.5258910657382272e-06| -|spack|tar|2.524151923323915e-06| -|npm|[connect](https://github.com/senchalabs/connect#readme)|2.521383733624454e-06| -|npm|open|2.519260761072988e-06| -|spack|suite-sparse|2.5186174360573925e-06| -|cran|DendSer|2.5080872213284306e-06| -|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.5018195050946164e-06| -|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.5018195050946164e-06| -|cran|[rebird](https://docs.ropensci.org/rebird/)|2.5018195050946164e-06| -|cran|[rbison](https://github.com/ropensci/rbison)|2.5018195050946164e-06| -|cran|[rgbif](https://github.com/ropensci/rgbif)|2.5018195050946164e-06| -|cran|fftw|2.4951820247749757e-06| -|npm|imagemin-svgo|2.4941215989250927e-06| -|npm|imagemin-optipng|2.4941215989250927e-06| -|npm|imagemin-jpegtran|2.4941215989250927e-06| -|npm|imagemin-gifsicle|2.4941215989250927e-06| -|npm|pretty-bytes|2.4941215989250927e-06| -|npm|plur|2.4941215989250927e-06| -|npm|p-map|2.4941215989250927e-06| -|npm|imagemin|2.4941215989250927e-06| -|npm|nodeunit-x|2.4897568861269736e-06| -|cran|[clusterCrit](http:www.r-project.org)|2.4884263059395266e-06| -|cran|kknn|2.488414530558033e-06| -|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.4832077549906425e-06| -|npm|karma-chai|2.4824994039326824e-06| -|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.4794818309419863e-06| -|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.476801310043668e-06| -|cran|picante|2.476801310043668e-06| -|cran|hisse|2.476801310043668e-06| -|cran|diversitree|2.476801310043668e-06| -|npm|prettier-plugin-pkgjson|2.476801310043668e-06| -|npm|make-dir-cli|2.476801310043668e-06| -|npm|koa|2.476801310043668e-06| -|npm|formdata-polyfill|2.476801310043668e-06| -|npm|once|2.476801310043668e-06| -|npm|hexoid|2.476801310043668e-06| -|npm|dezalgo|2.476801310043668e-06| -|npm|houkou|2.476801310043668e-06| -|cran|[gargle](https://gargle.r-lib.org)|2.4726057121158722e-06| -|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4694674048658787e-06| -|pypi|[dm-haiku](https://github.com/deepmind/dm-haiku)|2.466009771657903e-06| -|rubygems|jekyll-github-metadata|2.4644173034934495e-06| -|rubygems|rubocop-github|2.4644173034934495e-06| -|npm|rollup-plugin-typescript2|2.4521155827010402e-06| -|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4520332969432314e-06| -|rubygems|spoon|2.4520332969432314e-06| -|pypi|[percy](https://pypi.org/project/percy)|2.4513602504040287e-06| -|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4513602504040287e-06| -|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4513602504040287e-06| -|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4513602504040287e-06| -|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4513602504040287e-06| -|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4513602504040287e-06| -|npm|gulp-sourcemaps|2.4432211581307027e-06| -|npm|gulp-file|2.4432211581307027e-06| -|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4411353711790394e-06| -|cran|[txtq](https://github.com/wlandau/txtq)|2.4393894860597926e-06| -|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.439274017467258e-06| -|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.427512963973799e-06| -|rubygems|hoe-doofus|2.427512963973799e-06| -|npm|watchify|2.4262543445325728e-06| -|npm|gulp-gh-pages|2.4262543445325728e-06| -|npm|gulp-beautify|2.4262543445325728e-06| -|rubygems|hiredis|2.4262543445325728e-06| -|rubygems|aws-sigv4|2.4262543445325728e-06| -|rubygems|aws-sdk-kms|2.4262543445325728e-06| -|rubygems|aws-sdk-core|2.4262543445325728e-06| -|rubygems|bump|2.4262543445325728e-06| -|cran|svUnit|2.4262543445325723e-06| -|cran|AlgDesign|2.4262543445325723e-06| -|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4243513999486257e-06| -|pypi|[sadisplay](https://pypi.org/project/sadisplay)|2.4231908920773552e-06| -|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.418732762583315e-06| -|rubygems|activestorage|2.4051023835802374e-06| -|rubygems|actioncable|2.4051023835802374e-06| -|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.401746724890848e-06| -|pypi|[pyramid_debugtoolbar](https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/)|2.4017467248908312e-06| -|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.40174672489083e-06| -|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.40174672489083e-06| -|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.398744541484729e-06| -|cran|RDCOMClient|2.3965255363584586e-06| -|cran|base|2.3965255363584586e-06| -|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.39574235807861e-06| -|pypi|[colander](https://pypi.org/project/colander)|2.390199865636548e-06| -|npm|babel-preset-es2017|2.389051777916407e-06| -|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.377729257641936e-06| -|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.3777292576419216e-06| -|cran|BiasedUrn|2.3777292576419216e-06| -|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3669846012410977e-06| -|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.353951965065502e-06| -|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.352739705962769e-06| -|cran|[oai](https://github.com/ropensci/oai)|2.352566807710663e-06| -|npm|statuses|2.35043389626593e-06| -|npm|setprototypeof|2.35043389626593e-06| -|pypi|[cmocean](https://github.com/matplotlib/cmocean)|2.3402902645774475e-06| -|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.3391029514971927e-06| -|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.3391029514971927e-06| -|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.3391029514971927e-06| -|rubygems|[colorator](https://github.com/octopress/colorator)|2.3391029514971927e-06| -|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.3350187837143598e-06| -|cran|[reproj](https://github.com/hypertidy/reproj/)|2.3227266889288462e-06| -|npm|[babel-polyfill](https://babeljs.io/)|2.319158875841251e-06| -|cran|influenceR|2.3185842363920493e-06| -|spack|[seqan](https://www.seqan.de)|2.3159700561447323e-06| -|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3159700561447284e-06| -|pypi|[fido](https://pypi.org/project/fido)|2.3159700561447284e-06| -|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3159700561447284e-06| -|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3159700561447284e-06| -|cran|Rdonlp2|2.3159700561447284e-06| -|cran|gamlss.dist|2.3159700561447284e-06| -|cran|Rsolnp|2.3159700561447284e-06| -|npm|[angular-mocks](http://angularjs.org)|2.3159700561447284e-06| -|npm|gulp-angular-templatecache|2.3159700561447284e-06| -|npm|gulp-cssnano|2.3159700561447284e-06| -|npm|gulp-less|2.3159700561447284e-06| -|cran|[correlation](https://easystats.github.io/correlation/)|2.3151847194716724e-06| -|pypi|[mip](https://pypi.org/project/mip)|2.3071445900048553e-06| -|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.2998869307548347e-06| -|cran|[kml](http:www.r-project.org)|2.298814722395513e-06| -|cran|ranger|2.2979212154294034e-06| -|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.2862781323480013e-06| -|cran|R2WinBUGS|2.2862781323480013e-06| -|cran|kriging|2.2862781323480013e-06| -|cran|udunits2|2.2862781323480013e-06| -|cran|formula.tools|2.2862781323480013e-06| -|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2730817217716927e-06| -|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.270742358078603e-06| -|pypi|[lark](https://github.com/lark-parser/lark)|2.266186597245566e-06| -|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.2645040548970682e-06| -|cran|plotlyGeoAssets|2.2577999310503333e-06| -|cran|listviewer|2.2577999310503333e-06| -|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.251637554585153e-06| -|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.251637554585153e-06| -|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.251637554585153e-06| -|pypi|[deform](https://pypi.org/project/deform)|2.251637554585153e-06| -|pypi|[Faker](https://pypi.org/project/Faker)|2.251637554585153e-06| -|pypi|[flower](https://pypi.org/project/flower)|2.251637554585153e-06| -|pypi|[hl7](https://pypi.org/project/hl7)|2.251637554585153e-06| -|pypi|[paginate](https://pypi.org/project/paginate)|2.251637554585153e-06| -|pypi|[pycap](https://pypi.org/project/pycap)|2.251637554585153e-06| -|pypi|[pyotp](https://pypi.org/project/pyotp)|2.251637554585153e-06| -|pypi|[scrapy](https://pypi.org/project/scrapy)|2.251637554585153e-06| -|pypi|[twilio](https://pypi.org/project/twilio)|2.251637554585153e-06| -|pypi|[Wand](https://pypi.org/project/Wand)|2.251637554585153e-06| -|pypi|[cheroot](https://pypi.org/project/cheroot)|2.251637554585153e-06| -|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.251637554585153e-06| -|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.251637554585153e-06| -|pypi|[parsel](https://pypi.org/project/parsel)|2.251637554585153e-06| -|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.251637554585153e-06| -|pypi|[portend](https://pypi.org/project/portend)|2.251637554585153e-06| -|pypi|[protego](https://pypi.org/project/protego)|2.251637554585153e-06| -|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.251637554585153e-06| -|pypi|[python-editor](https://pypi.org/project/python-editor)|2.251637554585153e-06| -|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.251637554585153e-06| -|pypi|[queuelib](https://pypi.org/project/queuelib)|2.251637554585153e-06| -|pypi|[w3lib](https://pypi.org/project/w3lib)|2.251637554585153e-06| -|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.251637554585153e-06| -|pypi|[qrcode](https://pypi.org/project/qrcode)|2.251637554585153e-06| -|pypi|[tldextract](https://pypi.org/project/tldextract)|2.251637554585153e-06| -|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.251637554585153e-06| -|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.251637554585153e-06| -|pypi|[hickle](http://github.com/telegraphic/hickle)|2.2416302765647884e-06| -|cran|mlr3measures|2.235471951629157e-06| -|pypi|[biomaj-user](http://biomaj.genouest.org)|2.2347803750321083e-06| -|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.23397765219625e-06| -|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2291211790393013e-06| -|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2291211790393013e-06| -|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2291211790393013e-06| -|cran|leafgl|2.2291211790393013e-06| -|cran|shinyEffects|2.2291211790393013e-06| -|cran|mclustcomp|2.2291211790393013e-06| -|cran|maotai|2.2291211790393013e-06| -|cran|CVXR|2.2291211790393013e-06| -|npm|gulp-json-editor|2.2291211790393013e-06| -|npm|requizzle|2.2291211790393013e-06| -|npm|markdown-it-anchor|2.2291211790393013e-06| -|npm|klaw|2.2291211790393013e-06| -|npm|js2xmlparser|2.2291211790393013e-06| -|npm|escape-string-regexp|2.2291211790393013e-06| -|npm|catharsis|2.2291211790393013e-06| -|pypi|[oemof](https://pypi.org/project/oemof)|2.2251477010017985e-06| -|npm|optimist|2.2244034622582657e-06| -|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2221518247036805e-06| -|pypi|[pymanopt](https://pymanopt.org)|2.2177419354838736e-06| -|cran|googleAnalyticsR|2.2152757058775664e-06| -|cran|bigQueryR|2.2152757058775664e-06| -|cran|seasonal|2.2152757058775664e-06| -|cran|forecTheta|2.2152757058775664e-06| -|cran|urca|2.2152757058775664e-06| -|cran|fracdiff|2.2152757058775664e-06| -|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2114544843802487e-06| -|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.210398771534152e-06| -|pypi|[HTSeq](https://github.com/htseq)|2.2016011644832656e-06| -|cran|[tiff](https://www.rforge.net/tiff/)|2.201601164483262e-06| -|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.2016011644832617e-06| -|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.2016011644832605e-06| -|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.2016011644832605e-06| -|cran|wicket|2.2016011644832605e-06| -|cran|prettymapr|2.2016011644832605e-06| -|cran|rosm|2.2016011644832605e-06| -|cran|pkgmaker|2.1986275733000627e-06| -|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.1900137899333487e-06| -|cran|effects|2.1882947838188014e-06| -|spack|[kokkos](https://github.com/kokkos/kokkos)|2.1873050530255755e-06| -|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.1789781138776933e-06| -|pypi|[zope.component](https://pypi.org/project/zope.component)|2.1782242729977444e-06| -|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.176360914446655e-06| -|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1745427349024225e-06| -|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1745427349024225e-06| -|npm|gaze|2.169677947598253e-06| -|npm|hooker|2.1628191132012093e-06| -|pypi|[twobody](https://pypi.org/project/twobody)|2.161572052401747e-06| -|pypi|[cmastro](https://pypi.org/project/cmastro)|2.161572052401747e-06| -|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.161572052401747e-06| -|npm|punycode|2.1615720524017465e-06| -|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.154129664966426e-06| -|cran|[log4r](https://github.com/johnmyleswhite/log4r)|2.1528174336580446e-06| -|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1472959355055427e-06| -|pypi|[cattrs](https://github.com/python-attrs/cattrs)|2.1415224513022484e-06| -|pypi|[url-normalize](https://github.com/niksite/url-normalize)|2.1415224513022484e-06| -|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1387983468496582e-06| -|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.131044917007066e-06| -|cran|[r4ss](https://github.com/r4ss/r4ss)|2.128820960698689e-06| -|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1229725514660014e-06| -|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1229725514660014e-06| -|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1229725514660014e-06| -|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1229725514660014e-06| -|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1229725514660014e-06| -|cran|cleanrmd|2.1229725514660014e-06| -|cran|agridat|2.122972551466001e-06| -|npm|phantomjs-prebuilt|2.122972551466001e-06| -|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1186837180286985e-06| -|rubygems|rubocop-standard|2.116502539880581e-06| -|rubygems|minitest-focus|2.116502539880581e-06| -|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.115601118995633e-06| -|rubygems|rubocop-ast|2.1104874509847605e-06| -|cran|cyclocomp|2.104688577338543e-06| -|cran|xmlparsedata|2.104688577338543e-06| -|npm|node-sass|2.1031084808090097e-06| -|npm|pify|2.0995654182062478e-06| -|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0979964038016953e-06| -|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0979964038016953e-06| -|pypi|[rise](https://pypi.org/project/rise)|2.0979964038016953e-06| -|cran|calibrator|2.0979964038016953e-06| -|cran|alabama|2.0979964038016953e-06| -|cran|disordR|2.0979964038016953e-06| -|cran|rio|2.0877329261177805e-06| -|npm|rollup-plugin-livereload|2.0857274189841417e-06| -|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0823585984612244e-06| -|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.076698677513479e-06| -|npm|duplexer|2.075205669058016e-06| -|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.071694393861713e-06| -|npm|rollup-plugin-copy|2.0685373578386677e-06| -|cran|[ring](https://github.com/mrc-ide/ring)|2.064170898456797e-06| -|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.064170898456797e-06| -|npm|[opener](https://github.com/domenic/opener#readme)|2.059620354692096e-06| -|cran|lda|2.0561954148471617e-06| -|npm|karma-sinon|2.054336872544581e-06| -|pypi|[rpyc](https://pypi.org/project/rpyc)|2.0513742614949913e-06| -|spack|libice|2.0497666014154495e-06| -|spack|nlohmann-json|2.0497666014154495e-06| -|spack|xxhash|2.0497666014154495e-06| -|spack|libxpm|2.0497666014154495e-06| -|spack|ftgl|2.0497666014154495e-06| -|spack|arrow|2.0497666014154495e-06| -|spack|davix|2.0497666014154495e-06| -|spack|dcap|2.0497666014154495e-06| -|spack|fcgi|2.0497666014154495e-06| -|spack|mysql-client|2.0497666014154495e-06| -|spack|oracle-instant-client|2.0497666014154495e-06| -|spack|postgresql|2.0497666014154495e-06| -|spack|pythia6|2.0497666014154495e-06| -|spack|r|2.0497666014154495e-06| -|spack|r-rcpp|2.0497666014154495e-06| -|spack|r-rinside|2.0497666014154495e-06| -|spack|shadow|2.0497666014154495e-06| -|spack|unuran|2.0497666014154495e-06| -|spack|vdt|2.0497666014154495e-06| -|spack|veccore|2.0497666014154495e-06| -|spack|xrootd|2.0497666014154495e-06| -|cran|textdata|2.048072999332151e-06| -|cran|mallet|2.048072999332151e-06| -|cran|gutenbergr|2.048072999332151e-06| -|npm|bl|2.0474890829694325e-06| -|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.0406269494697473e-06| -|rubygems|toxiproxy|2.038053649407361e-06| -|rubygems|mini_portile2|2.038053649407361e-06| -|rubygems|connection_pool|2.038053649407361e-06| -|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0350387771449243e-06| -|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0350387771449243e-06| -|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0349799854439606e-06| -|npm|qs|2.0345153618215846e-06| -|cran|[ids](https://github.com/richfitz/ids)|2.032907049282602e-06| -|rubygems|codeclimate-test-reporter|2.030543814531427e-06| -|cran|quanteda.textplots|2.0264737991266377e-06| -|cran|quanteda.textstats|2.0264737991266377e-06| -|cran|quanteda.textmodels|2.0264737991266377e-06| -|cran|questionr|2.0264737991266377e-06| -|cran|dockerfiler|2.0211046956130187e-06| -|cran|attachment|2.0211046956130187e-06| -|pypi|[nflows](https://github.com/bayesiains/nflows)|2.019050818177456e-06| -|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.01748573525932e-06| -|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.01748573525932e-06| -|rubygems|sprockets|2.012892493241838e-06| -|pypi|[copier](https://pypi.org/project/copier)|2.012636920299578e-06| -|pypi|[dunamai](https://pypi.org/project/dunamai)|2.012636920299578e-06| -|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.012636920299578e-06| -|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.012636920299578e-06| -|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.012636920299578e-06| -|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.012636920299578e-06| -|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.012636920299578e-06| -|pypi|[pygeos](https://pypi.org/project/pygeos)|2.012636920299578e-06| -|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.012636920299578e-06| -|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.012636920299578e-06| -|pypi|[send2trash](https://pypi.org/project/send2trash)|2.012636920299578e-06| -|pypi|[botorch](https://pypi.org/project/botorch)|2.0065225802885413e-06| -|rubygems|regexp_parser|2.0045671000298976e-06| -|cran|mfx|2.0031901552135617e-06| -|cran|drc|2.0031901552135617e-06| -|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|2.002571800470272e-06| -|cran|syslognet|1.989061975142761e-06| -|cran|botor|1.989061975142761e-06| -|cran|telegram|1.989061975142761e-06| -|cran|RPushbullet|1.989061975142761e-06| -|cran|slackr|1.989061975142761e-06| -|cran|odeintr|1.9814410480349346e-06| -|cran|RQuantLib|1.9814410480349346e-06| -|cran|bigstatsr|1.9814410480349346e-06| -|npm|xvfb-maybe|1.9814410480349346e-06| -|npm|twolfson-style|1.9814410480349346e-06| -|npm|proclaim|1.9814410480349346e-06| -|npm|jscs|1.9814410480349346e-06| -|npm|foundry-release-npm|1.9814410480349346e-06| -|npm|foundry-release-git|1.9814410480349346e-06| -|npm|foundry-release-component|1.9814410480349346e-06| -|npm|foundry|1.9814410480349346e-06| -|npm|domify|1.9814410480349346e-06| -|npm|css-controls|1.9814410480349346e-06| -|npm|brfs|1.9814410480349346e-06| -|npm|computed-style|1.9814410480349346e-06| -|rubygems|crass|1.981441048034934e-06| -|rubygems|openssl|1.981441048034934e-06| -|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.9745129324823656e-06| -|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.970009657373197e-06| -|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.965065502183406e-06| -|npm|gulp-autoprefixer|1.9643551690782215e-06| -|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.959666970584001e-06| -|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.959666970584001e-06| -|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.959666970584001e-06| -|cran|snow|1.959666970584001e-06| -|cran|Rmpi|1.959666970584001e-06| -|cran|batchtools|1.959666970584001e-06| -|cran|BatchJobs|1.959666970584001e-06| -|cran|BBmisc|1.959666970584001e-06| -|cran|[ssh](https://docs.ropensci.org/ssh)|1.959666970584001e-06| -|npm|ubelt|1.959666970584001e-06| -|npm|asynct|1.959666970584001e-06| -|npm|event-stream|1.959666970584001e-06| -|npm|it-is|1.959666970584001e-06| -|npm|stream-spec|1.959666970584001e-06| -|npm|string-to-stream|1.959666970584001e-06| -|pypi|[rtoml](https://pypi.org/project/rtoml)|1.9564919453712907e-06| -|npm|read-dir-deep|1.938366242642871e-06| -|npm|gulp-strip-comments|1.938366242642871e-06| -|npm|gulp-jsbeautifier|1.938366242642871e-06| -|npm|webgpu|1.938366242642871e-06| -|npm|gpu-mock.js|1.938366242642871e-06| -|npm|gl-wiretap|1.938366242642871e-06| -|npm|gl|1.938366242642871e-06| -|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9243566749844042e-06| -|npm|babel-preset-stage-2|1.921397379912664e-06| -|pypi|[sphinx_click](https://pypi.org/project/sphinx_click)|1.9199871890165026e-06| -|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9177947598253275e-06| -|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9175235948725173e-06| -|pypi|[blue](https://pypi.org/project/blue)|1.9175235948725173e-06| -|cran|rematch2|1.9170442139737993e-06| -|npm|pngjs|1.9125878842036045e-06| -|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.910955002847923e-06| -|pypi|[pyright](https://pypi.org/project/pyright)|1.9072694580015413e-06| -|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9072694580015413e-06| -|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9072694580015413e-06| -|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9072694580015413e-06| -|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9072694580015413e-06| -|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9072694580015413e-06| -|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9072694580015413e-06| -|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9072694580015413e-06| -|cran|bain|1.9072694580015413e-06| -|pypi|[wotan](https://github.com/hippke/wotan)|1.9052239094622877e-06| -|cran|gclus|1.897610849848841e-06| -|npm|[types](http://nodeca.github.com/types/)|1.8972076883223415e-06| -|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8971244076930224e-06| -|pypi|[snakeviz](https://pypi.org/project/snakeviz)|1.892278458154119e-06| -|cran|[dde](https://github.com/mrc-ide/dde)|1.8909680096425553e-06| -|npm|[runmd](https://github.com/broofa/runmd)|1.8870867124142234e-06| -|npm|random-seed|1.8870867124142234e-06| -|npm|optional-dev-dependency|1.8870867124142234e-06| -|pypi|[bson](https://pypi.org/project/bson)|1.8841924450639424e-06| -|cran|movMF|1.8771546770857274e-06| -|cran|flexmix|1.8771546770857274e-06| -|cran|flexclust|1.8771546770857274e-06| -|cran|cclust|1.8771546770857274e-06| -|cran|relations|1.8771546770857274e-06| -|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8742202121023127e-06| -|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8718138078207487e-06| -|pypi|[libpysal](http://pysal.org/libpysal)|1.8680252304706466e-06| -|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8664467014971926e-06| -|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8583515283842796e-06| -|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.857600982532751e-06| -|cran|arkdb|1.857600982532751e-06| -|npm|pm2-sysmonit|1.857600982532751e-06| -|npm|yamljs|1.857600982532751e-06| -|npm|vizion|1.857600982532751e-06| -|npm|source-map-support|1.857600982532751e-06| -|npm|promptly|1.857600982532751e-06| -|npm|pm2-multimeter|1.857600982532751e-06| -|npm|pm2-deploy|1.857600982532751e-06| -|npm|pm2-axon-rpc|1.857600982532751e-06| -|npm|pm2-axon|1.857600982532751e-06| -|npm|pidusage|1.857600982532751e-06| -|npm|fclone|1.857600982532751e-06| -|npm|croner|1.857600982532751e-06| -|npm|cli-tableau|1.857600982532751e-06| -|npm|blessed|1.857600982532751e-06| -|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8539896108399009e-06| -|cran|[energy](https://github.com/mariarizzo/energy)|1.8399318822780218e-06| -|npm|mocha-headless-chrome|1.8390249727074235e-06| -|npm|gulp-format-md|1.8390249727074235e-06| -|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8364575567153052e-06| -|pypi|[snappy](https://pypi.org/project/snappy)|1.8364575567153052e-06| -|pypi|[datashape](https://pypi.org/project/datashape)|1.8364575567153052e-06| -|pypi|[fastremap](https://pypi.org/project/fastremap)|1.8290225058784013e-06| -|pypi|[edt](https://pypi.org/project/edt)|1.8290225058784013e-06| -|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.8290225058784013e-06| -|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.8290225058784013e-06| -|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.8290225058784013e-06| -|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.8290225058784013e-06| -|npm|babel-plugin-module-resolver|1.824130694559188e-06| -|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8206097941359938e-06| -|cran|sn|1.8196907583994297e-06| -|cran|ProFound|1.8196907583994297e-06| -|cran|FITSio|1.8196907583994297e-06| -|npm|toidentifier|1.8196907583994297e-06| -|npm|gulp-plumber|1.8196907583994297e-06| -|npm|gulp-filter|1.8196907583994297e-06| -|npm|sveld|1.8196907583994297e-06| -|npm|pretty-quick|1.8196907583994297e-06| -|rubygems|fakeweb-fi|1.8196907583994297e-06| -|rubygems|rspectacular|1.8196907583994297e-06| -|rubygems|fuubar|1.8196907583994297e-06| -|rubygems|bindex|1.8196907583994297e-06| -|pypi|[bs4](https://pypi.org/project/bs4)|1.8193397395908382e-06| -|cran|dials|1.8168385785273302e-06| -|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8162102161733223e-06| -|npm|kefir|1.8116032439176543e-06| -|npm|highland|1.8116032439176543e-06| -|npm|grunt-saucelabs|1.8116032439176543e-06| -|npm|co|1.8116032439176543e-06| -|npm|baconjs|1.8116032439176543e-06| -|npm|acorn-walk|1.8116032439176543e-06| -|npm|travis-check-changes|1.8107322808196171e-06| -|npm|shelljs-release|1.8107322808196171e-06| -|npm|shelljs-changelog|1.8107322808196171e-06| -|npm|rechoir|1.8107322808196171e-06| -|npm|interpret|1.8107322808196171e-06| -|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.8013100436681361e-06| -|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.801310043668126e-06| -|pypi|[git](https://pypi.org)|1.801310043668126e-06| -|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.801310043668126e-06| -|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.801310043668126e-06| -|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.801310043668126e-06| -|pypi|[jumper](https://vlab.jumper.io)|1.801310043668126e-06| -|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.801310043668126e-06| -|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.801310043668126e-06| -|pypi|[atropos](https://atropos.readthedocs.org/)|1.801310043668126e-06| -|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.801310043668126e-06| -|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.801310043668126e-06| -|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.801310043668126e-06| -|pypi|[exhale](https://github.com/svenevs/exhale)|1.801310043668126e-06| -|cran|kappaSize|1.801310043668126e-06| -|cran|[readtext](https://github.com/quanteda/readtext)|1.801310043668125e-06| -|pypi|[PICOS](https://pypi.org/project/PICOS)|1.8013100436681226e-06| -|pypi|[petsc](https://petsc.org/)|1.8013100436681226e-06| -|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.8013100436681226e-06| -|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.8013100436681226e-06| -|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.8013100436681226e-06| -|pypi|[komics](http://github.com/frebio/komics)|1.8013100436681226e-06| -|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.8013100436681226e-06| -|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.8013100436681226e-06| -|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.8013100436681226e-06| -|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.8013100436681226e-06| -|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.8013100436681226e-06| -|pypi|[partycls](https://pypi.org/project/partycls)|1.8013100436681226e-06| -|pypi|[catscii](https://pypi.org/project/catscii)|1.8013100436681226e-06| -|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.8013100436681226e-06| -|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.8013100436681226e-06| -|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.8013100436681226e-06| -|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.8013100436681226e-06| -|npm|[natives](https://github.com/addaleax/natives#readme)|1.8013100436681226e-06| -|cran|nLTT|1.8013100436681221e-06| -|pypi|[gymnasium](https://farama.org)|1.8013100436681058e-06| -|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.8013100436681058e-06| -|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.8004522769806669e-06| -|cran|concaveman|1.799911511025523e-06| -|cran|tweenr|1.799911511025523e-06| -|pypi|[optree](https://github.com/metaopt/optree)|1.7832969432314413e-06| -|spack|asio|1.7832969432314413e-06| -|spack|gperftools|1.7832969432314413e-06| -|spack|mimalloc|1.7832969432314413e-06| -|spack|otf2|1.7832969432314413e-06| -|rubygems|mini_portile|1.783296943231441e-06| -|rubygems|hoe-gemspec|1.783296943231441e-06| -|rubygems|hoe-bundler|1.783296943231441e-06| -|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7730794282778695e-06| -|npm|ejs|1.7691437928883342e-06| -|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7668021884254393e-06| -|cran|StanHeaders|1.759382999548261e-06| -|cran|shinystan|1.759382999548261e-06| -|pypi|[pytype](https://pypi.org/project/pytype)|1.7569428012132422e-06| -|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.7569428012132422e-06| -|pypi|[jraph](https://pypi.org/project/jraph)|1.7569428012132422e-06| -|pypi|[clu](https://pypi.org/project/clu)|1.7569428012132422e-06| -|pypi|[orbax](https://pypi.org/project/orbax)|1.7569428012132422e-06| -|cran|nFactors|1.7495716394498512e-06| -|npm|tmp|1.7463169960928521e-06| -|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.7460387733061946e-06| -|pypi|[yte](https://github.com/koesterlab/yte)|1.7391219588272003e-06| -|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.737763828238721e-06| -|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.731898660406475e-06| -|pypi|[kombine](https://pypi.org/project/kombine)|1.7300494265559805e-06| -|cran|adehabitatHR|1.7262554585152856e-06| -|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7243309819729042e-06| -|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7235262008733755e-06| -|cran|gginnards|1.7229922156825517e-06| -|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7207251206619168e-06| -|pypi|[lap](https://pypi.org/project/lap)|1.7207251206619168e-06| -|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7189644416718623e-06| -|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7176709111592241e-06| -|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.714708599261001e-06| -|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.714708599261001e-06| -|cran|CircStats|1.714708599261001e-06| -|cran|vip|1.714708599261001e-06| -|cran|pdp|1.714708599261001e-06| -|cran|stan4bart|1.714708599261001e-06| -|cran|tmle|1.714708599261001e-06| -|cran|dbarts|1.714708599261001e-06| -|npm|docdown|1.714708599261001e-06| -|npm|qunitjs|1.714708599261001e-06| -|npm|platform|1.714708599261001e-06| -|npm|qunit-extras|1.714708599261001e-06| -|npm|[formidable](https://github.com/node-formidable/formidable)|1.7080745341614953e-06| -|pypi|[gwosc](https://pypi.org/project/gwosc)|1.703467623758603e-06| -|pypi|[galsim](https://github.com/GalSim-developers/GalSim)|1.7012372634643423e-06| -|pypi|[trollius](https://pypi.org/project/trollius)|1.6983780411728008e-06| -|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6983780411728008e-06| -|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6983780411728008e-06| -|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6983780411728008e-06| -|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6983780411728008e-06| -|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6983780411728008e-06| -|pypi|[mike](https://pypi.org/project/mike)|1.6983780411728008e-06| -|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6983780411728008e-06| -|cran|showimage|1.6983780411728008e-06| -|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6914740653956758e-06| -|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6914740653956758e-06| -|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6914740653956758e-06| -|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6914740653956758e-06| -|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6894392093771549e-06| -|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6894392093771549e-06| -|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6894392093771549e-06| -|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6894392093771549e-06| -|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6894392093771549e-06| -|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6894392093771549e-06| -|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6894392093771549e-06| -|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6813942607610731e-06| -|pypi|[cliff](https://pypi.org/project/cliff)|1.6813942607610731e-06| -|npm|babel-preset-es2016|1.6813942607610731e-06| -|cran|ggfortify|1.6718408842794759e-06| -|npm|utils-merge|1.6624508133787609e-06| -|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6554897067997482e-06| -|cran|[wellknown](https://github.com/ropensci/wellknown)|1.651200873362448e-06| -|pypi|[gstools](https://pypi.org/project/gstools)|1.6512008733624455e-06| -|pypi|[openturns](https://pypi.org/project/openturns)|1.6512008733624455e-06| -|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6512008733624455e-06| -|cran|R2HTML|1.6512008733624455e-06| -|npm|mini-svg-data-uri|1.6512008733624455e-06| -|rubygems|[minima](https://github.com/jekyll/minima)|1.6386917758369736e-06| -|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.636767299294592e-06| -|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.636767299294592e-06| -|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.636767299294592e-06| -|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.636767299294592e-06| -|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.636767299294592e-06| -|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.636767299294592e-06| -|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.636767299294592e-06| -|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.636767299294592e-06| -|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.636767299294592e-06| -|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.636767299294592e-06| -|spack|groff|1.6346888646288208e-06| -|spack|ghostscript|1.6346888646288208e-06| -|spack|gts|1.6346888646288208e-06| -|spack|cairo|1.6346888646288208e-06| -|spack|pango|1.6346888646288208e-06| -|spack|poppler|1.6346888646288208e-06| -|spack|sed|1.6346888646288208e-06| -|npm|walkdir|1.6346888646288208e-06| -|npm|jasmine-reporters|1.6346888646288208e-06| -|npm|jasmine-growl-reporter|1.6346888646288208e-06| -|rubygems|eventmachine|1.6346888646288208e-06| -|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6313368027054535e-06| -|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.629252345006896e-06| -|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6285939286043933e-06| -|npm|[pre-commit](https://github.com/observing/pre-commit)|1.6269496001435437e-06| -|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.6217774811762936e-06| -|pypi|[levmar](https://pypi.org/project/levmar)|1.62117903930131e-06| -|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.62117903930131e-06| -|pypi|[bumps](https://pypi.org/project/bumps)|1.62117903930131e-06| -|pypi|[tinycc](https://pypi.org/project/tinycc)|1.62117903930131e-06| -|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.62117903930131e-06| -|pypi|[dfogn](https://pypi.org/project/dfogn)|1.62117903930131e-06| -|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.62117903930131e-06| -|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.62117903930131e-06| -|cran|sangerseqR|1.62117903930131e-06| -|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6197717658296953e-06| -|pypi|[croniter](https://pypi.org/project/croniter)|1.6189274017467255e-06| -|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6178842961857234e-06| -|cran|dendroextras|1.6164387497127098e-06| -|pypi|[pyqtwebengine](https://pypi.org/project/pyqtwebengine)|1.61614311874912e-06| -|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6138433875397655e-06| -|cran|polspline|1.6074190320232903e-06| -|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.6011644832605637e-06| -|cran|[rlist](https://renkun.me/rlist)|1.6011644832605637e-06| -|pypi|[openbabel](http://openbabel.org/)|1.597161572052402e-06| -|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5943149177709388e-06| -|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5924625023732698e-06| -|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.592229413599501e-06| -|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.592229413599501e-06| -|spack|fltk|1.592229413599501e-06| -|spack|glpk|1.592229413599501e-06| -|spack|gnuplot|1.592229413599501e-06| -|spack|imagemagick|1.592229413599501e-06| -|spack|qhull|1.592229413599501e-06| -|spack|qrupdate|1.592229413599501e-06| -|spack|qscintilla|1.592229413599501e-06| -|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5879970121811092e-06| -|npm|cli-color|1.5866303651121178e-06| -|pypi|[genfire](https://pypi.org/project/genfire)|1.5851528384279476e-06| -|pypi|[swapper](https://pypi.org/project/swapper)|1.5851528384279476e-06| -|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5851528384279476e-06| -|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5851528384279476e-06| -|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5851528384279476e-06| -|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5851528384279476e-06| -|pypi|[opencv-contrib-python](https://github.com/skvark/opencv-python)|1.5782907049282703e-06| -|pypi|[louvain](https://pypi.org/project/louvain)|1.5778783170977529e-06| -|npm|node-domexception|1.576307119463506e-06| -|npm|native-hello-world|1.576307119463506e-06| -|npm|module-not-found-error|1.576307119463506e-06| -|npm|fill-keys|1.576307119463506e-06| -|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.5728350565116876e-06| -|npm|codeclimate-test-reporter|1.5708441589601914e-06| -|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5693013100436682e-06| -|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5693013100436682e-06| -|cran|[workflows](https://github.com/tidymodels/workflows)|1.5666566280178694e-06| -|pypi|[smt](https://github.com/SMTorg/smt)|1.5654242046163554e-06| -|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5642955642381063e-06| -|cran|highcharter|1.5642955642381063e-06| -|npm|normalize-wheel-es|1.5642955642381063e-06| -|npm|memoize-one|1.5642955642381063e-06| -|npm|lodash-unified|1.5642955642381063e-06| -|npm|lodash-es|1.5642955642381063e-06| -|npm|async-validator|1.5642955642381063e-06| -|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5614813056562899e-06| -|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5611353711790393e-06| -|pypi|[pep440](https://pypi.org/project/pep440)|1.5610199025864964e-06| -|npm|promise|1.55782939540445e-06| -|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.556167016644991e-06| -|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.556167016644991e-06| -|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.556167016644991e-06| -|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.556167016644991e-06| -|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.556167016644991e-06| -|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.556167016644991e-06| -|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.556167016644991e-06| -|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.556167016644991e-06| -|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.556167016644991e-06| -|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.556167016644991e-06| -|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.556167016644991e-06| -|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.556167016644991e-06| -|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.556167016644991e-06| -|npm|gulp-util|1.5523308909976487e-06| -|cran|soma|1.5506929941142968e-06| -|cran|tcltk2|1.5506929941142968e-06| -|cran|survAUC|1.5506929941142968e-06| -|cran|simsurv|1.5506929941142968e-06| -|cran|set6|1.5506929941142968e-06| -|cran|param6|1.5506929941142968e-06| -|cran|bujar|1.5506929941142968e-06| -|cran|[umap](https://github.com/tkonopka/umap)|1.5492695986691664e-06| -|cran|IRanges|1.548872931914632e-06| -|rubygems|unicode-display_width|1.5443614372604937e-06| -|rubygems|rainbow|1.5443614372604937e-06| -|rubygems|parser|1.5443614372604937e-06| -|rubygems|parallel|1.5443614372604937e-06| -|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.543980037429819e-06| -|cran|pgdraw|1.543980037429819e-06| -|cran|matrixNormal|1.543980037429819e-06| -|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5439800374298189e-06| -|cran|DiagrammeRsvg|1.5432377393349008e-06| -|rubygems|contracts|1.5412780723643165e-06| -|rubygems|childprocess|1.5412780723643165e-06| -|rubygems|yard-junk|1.5412780723643165e-06| -|rubygems|rubocop-packaging|1.5412780723643165e-06| -|rubygems|rake-manifest|1.5412780723643165e-06| -|rubygems|pry-doc|1.5412780723643165e-06| -|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5394272757809876e-06| -|rubygems|[responders](https://github.com/heartcombo/responders)|1.535810830882572e-06| -|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.532281335578418e-06| -|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5241854215653343e-06| -|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5241854215653343e-06| -|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5241854215653343e-06| -|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5241854215653343e-06| -|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5241854215653343e-06| -|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5241854215653343e-06| -|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5241854215653343e-06| -|pypi|[pylev](https://pypi.org/project/pylev)|1.5241854215653343e-06| -|pypi|[distance](https://pypi.org/project/distance)|1.5241854215653343e-06| -|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5241854215653343e-06| -|npm|wdio-chromedriver-service|1.5241854215653343e-06| -|npm|selenium-standalone|1.5241854215653343e-06| -|npm|chromedriver|1.5241854215653343e-06| -|npm|shortid|1.5241854215653343e-06| -|npm|react-beautiful-dnd|1.5241854215653343e-06| -|npm|objectpath|1.5241854215653343e-06| -|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.521106259097526e-06| -|pypi|[cmasher](https://cmasher.readthedocs.io)|1.521106259097526e-06| -|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.521106259097526e-06| -|npm|taper|1.5037722239550843e-06| -|npm|karma-tap|1.5037722239550843e-06| -|npm|function-bind|1.5037722239550843e-06| -|npm|buffer-equal|1.5037722239550843e-06| -|npm|tunnel-agent|1.5037722239550843e-06| -|npm|performance-now|1.5037722239550843e-06| -|npm|oauth-sign|1.5037722239550843e-06| -|npm|isstream|1.5037722239550843e-06| -|npm|is-typedarray|1.5037722239550843e-06| -|npm|http-signature|1.5037722239550843e-06| -|npm|har-validator|1.5037722239550843e-06| -|npm|forever-agent|1.5037722239550843e-06| -|npm|extend|1.5037722239550843e-06| -|npm|caseless|1.5037722239550843e-06| -|npm|aws4|1.5037722239550843e-06| -|npm|aws-sign2|1.5037722239550843e-06| -|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.501884801700936e-06| -|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.501884801700936e-06| -|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.499686998028522e-06| -|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.498568859858354e-06| -|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.498568859858354e-06| -|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.498568859858354e-06| -|pypi|[autodoc](https://pypi.org/project/autodoc)|1.4985688598583537e-06| -|npm|[mz](https://github.com/normalize/mz#readme)|1.49573066126014e-06| -|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4898299241553687e-06| -|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4886859865025807e-06| -|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4886859865025807e-06| -|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4886859865025807e-06| -|pypi|[daphne](https://pypi.org/project/daphne)|1.4886859865025807e-06| -|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4886859865025807e-06| -|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4886859865025807e-06| -|pypi|[django-light](https://pypi.org/project/django-light)|1.4886859865025807e-06| -|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4886859865025807e-06| -|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4886859865025807e-06| -|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4886859865025807e-06| -|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4886859865025807e-06| -|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4886859865025807e-06| -|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4886859865025807e-06| -|pypi|[missingno](https://pypi.org/project/missingno)|1.4886859865025807e-06| -|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4886859865025807e-06| -|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4886859865025807e-06| -|pypi|[phik](https://pypi.org/project/phik)|1.4886859865025807e-06| -|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4886859865025807e-06| -|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4886859865025807e-06| -|pypi|[pyod](https://pypi.org/project/pyod)|1.4886859865025807e-06| -|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4886859865025807e-06| -|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4886859865025807e-06| -|pypi|[textblob](https://pypi.org/project/textblob)|1.4886859865025807e-06| -|pypi|[visions](https://pypi.org/project/visions)|1.4886859865025807e-06| -|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4886859865025807e-06| -|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.488665274349725e-06| -|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.488665274349725e-06| -|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.488665274349725e-06| -|go|[golang.org/x/sys](https://golang.org/x/sys)|1.4863264573229205e-06| -|pypi|[eli5](https://github.com/eli5-org/eli5)|1.486080786026201e-06| -|cran|sjPlot|1.486080786026201e-06| -|pypi|[peppy](https://pypi.org/project/peppy)|1.4860807860262009e-06| -|pypi|[eido](https://pypi.org/project/eido)|1.4860807860262009e-06| -|pypi|[slacker](https://pypi.org/project/slacker)|1.4860807860262009e-06| -|pypi|[throttler](https://pypi.org/project/throttler)|1.4860807860262009e-06| -|pypi|[reretry](https://pypi.org/project/reretry)|1.4860807860262009e-06| -|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4860807860262009e-06| -|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4860807860262009e-06| -|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.4823655840611353e-06| -|pypi|[pscript](https://pypi.org/project/pscript)|1.4796475358702433e-06| -|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4796475358702433e-06| -|npm|es6-promise|1.4796475358702433e-06| -|cran|sjstats|1.4724470173470614e-06| -|cran|projpred|1.4724470173470614e-06| -|cran|PROreg|1.4724470173470614e-06| -|cran|PMCMRplus|1.4724470173470614e-06| -|cran|PCDimension|1.4724470173470614e-06| -|cran|NbClust|1.4724470173470614e-06| -|cran|M3C|1.4724470173470614e-06| -|cran|lqmm|1.4724470173470614e-06| -|cran|lavaSearch2|1.4724470173470614e-06| -|cran|ivprobit|1.4724470173470614e-06| -|cran|FactoMineR|1.4724470173470614e-06| -|cran|factoextra|1.4724470173470614e-06| -|cran|EGAnet|1.4724470173470614e-06| -|cran|DRR|1.4724470173470614e-06| -|cran|ClassDiscovery|1.4724470173470614e-06| -|cran|cAIC4|1.4724470173470614e-06| -|cran|brglm2|1.4724470173470614e-06| -|cran|BayesFM|1.4724470173470614e-06| -|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4710698689956527e-06| -|npm|karma-mocha-reporter|1.4697502279380008e-06| -|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.467734109655507e-06| -|pypi|[splot](https://pypi.org/project/splot)|1.467734109655507e-06| -|pypi|[esda](https://pypi.org/project/esda)|1.467734109655507e-06| -|cran|pcaPP|1.456289889150152e-06| -|npm|generate-object-property|1.4557526067195438e-06| -|rubygems|loofah|1.4557526067195438e-06| -|rubygems|warden|1.4557526067195438e-06| -|rubygems|orm_adapter|1.4557526067195438e-06| -|rubygems|bcrypt|1.4557526067195438e-06| -|rubygems|rack-protection|1.4557526067195438e-06| -|rubygems|fakefs|1.4557526067195438e-06| -|rubygems|premailer|1.4557526067195438e-06| -|npm|uri-path|1.453056768558952e-06| -|npm|maxmin|1.453056768558952e-06| -|cran|vegalite|1.4439651362197902e-06| -|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4410480349345251e-06| -|cran|wdm|1.4396407614628822e-06| -|cran|rmcorr|1.4396407614628822e-06| -|cran|mbend|1.4396407614628822e-06| -|cran|TSP|1.4320414847161574e-06| -|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4153150343106675e-06| -|cran|moonBook|1.4153150343106675e-06| -|cran|ztable|1.4153150343106675e-06| -|cran|mycor|1.4153150343106675e-06| -|npm|svelte-check|1.4153150343106675e-06| -|npm|svelte-guides|1.4153150343106675e-06| -|npm|scenejs|1.4153150343106675e-06| -|npm|print-sizes|1.4153150343106675e-06| -|npm|keycon|1.4153150343106675e-06| -|npm|moveable|1.4153150343106675e-06| -|npm|framework-utils|1.4153150343106675e-06| -|npm|chai-timers|1.4153150343106675e-06| -|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4122905731663793e-06| -|cran|treemap|1.4097209037402697e-06| -|cran|networkD3|1.4097209037402697e-06| -|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4085106351072508e-06| -|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4078441631618164e-06| -|cran|sva|1.4072734716157206e-06| -|cran|SIS|1.4072734716157206e-06| -|cran|LogicReg|1.4072734716157206e-06| -|cran|KernelKnn|1.4072734716157206e-06| -|cran|genefilter|1.4072734716157206e-06| -|cran|extraTrees|1.4072734716157206e-06| -|cran|biglasso|1.4072734716157206e-06| -|cran|bartMachine|1.4072734716157206e-06| -|cran|cvAUC|1.4072734716157206e-06| -|cran|nnls|1.4072734716157206e-06| -|spack|py-twisted|1.4011618839675608e-06| -|spack|perl-module-build|1.4011618839675608e-06| -|spack|apr|1.4011618839675608e-06| -|spack|apr-util|1.4011618839675608e-06| -|cran|GDINA|1.3986642692011307e-06| -|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.3986642692011302e-06| -|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3981543395196508e-06| -|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3944835576151847e-06| -|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3932007368995634e-06| -|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3932007368995634e-06| -|cran|hdi|1.3932007368995634e-06| -|cran|gamboostLSS|1.3932007368995634e-06| -|cran|mboost|1.3932007368995634e-06| -|npm|path-exists|1.3911216149207417e-06| -|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.3904799706604837e-06| -|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3885098253275122e-06| -|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3852395898315664e-06| -|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3831982700705407e-06| -|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3831982700705407e-06| -|pypi|[get_version](https://pypi.org/project/get_version)|1.3831982700705407e-06| -|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3831982700705407e-06| -|cran|[duckdb](https://duckdb.org/)|1.3810043668122245e-06| -|cran|spatialreg|1.3799321584529006e-06| -|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3697874178223593e-06| -|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3689956331877729e-06| -|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3608798406833342e-06| -|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3587346495274438e-06| -|cran|cartogram|1.3587024329382412e-06| -|cran|rmapshaper|1.3587024329382412e-06| -|cran|widgetframe|1.3587024329382412e-06| -|cran|tmaptools|1.3587024329382412e-06| -|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|1.3585551241690202e-06| -|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3509825327510919e-06| -|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3509825327510919e-06| -|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3509825327510919e-06| -|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3509825327510919e-06| -|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3509825327510919e-06| -|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3509825327510919e-06| -|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3509825327510919e-06| -|cran|randgeo|1.3509825327510919e-06| -|cran|googleComputeEngineR|1.3408247693469482e-06| -|npm|conventional-github-releaser|1.3408247693469482e-06| -|npm|corp-semantic-release|1.3408247693469482e-06| -|npm|gulp-clean-css|1.3408247693469482e-06| -|npm|babel-preset-stage-3|1.3374727074235807e-06| -|npm|babel-preset-es2015-loose|1.3374727074235807e-06| -|npm|saucelabs-connector|1.3374727074235807e-06| -|npm|pinkie|1.3374727074235807e-06| -|npm|desired-capabilities|1.3374727074235807e-06| -|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3346810843921041e-06| -|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|1.333082014192141e-06| -|pypi|[uproot](https://pypi.org/project/uproot)|1.3278945276810488e-06| -|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3209606986899745e-06| -|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.3209606986899643e-06| -|cran|mlr3data|1.3209606986899565e-06| -|npm|extract-text-webpack-plugin|1.3209606986899565e-06| -|npm|copyfiles|1.3209606986899565e-06| -|npm|perfect-scrollbar|1.3209606986899565e-06| -|rubygems|libv8-node|1.3209606986899563e-06| -|rubygems|m|1.3209606986899563e-06| -|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.3123294213973807e-06| -|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|1.3076660934069863e-06| -|npm|methods|1.3027331565814098e-06| -|cran|sommer|1.3008853081323582e-06| -|cran|CARBayes|1.3008853081323582e-06| -|cran|multcompView|1.3008853081323582e-06| -|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.296943231441048e-06| -|npm|is-number-like|1.293380200585441e-06| -|pypi|[WebOb](http://webob.org/)|1.2932482364796786e-06| -|npm|content-disposition|1.2928358486491675e-06| -|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2922441617619139e-06| -|cran|clue|1.2756016233149819e-06| -|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2756016233149819e-06| -|npm|[material-ui](http://material-ui.com/)|1.2737835308796079e-06| -|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.2737835308796007e-06| -|cran|striprtf|1.2737835308796007e-06| -|cran|streamR|1.2737835308796007e-06| -|cran|readODS|1.2737835308796007e-06| -|cran|RNeXML|1.2737835308796007e-06| -|cran|phylobase|1.2737835308796007e-06| -|cran|mvabund|1.2737835308796007e-06| -|cran|huxtable|1.2737835308796007e-06| -|cran|texreg|1.2737835308796007e-06| -|cran|dotwhisker|1.2737835308796007e-06| -|cran|DHARMa|1.2737835308796007e-06| -|npm|rollup-plugin-node-polyfills|1.2737835308796007e-06| -|npm|docpress|1.2737835308796007e-06| -|cran|[writexl](https://docs.ropensci.org/writexl)|1.2709243085880624e-06| -|cran|[FME](http://fme.r-forge.r-project.org/)|1.264685077087603e-06| -|npm|into-stream|1.2610456955708046e-06| -|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2569581073947904e-06| -|cran|[GA](https://luca-scr.github.io/GA/)|1.2519104803493468e-06| -|pypi|[astroML](http://astroML.github.com)|1.2509097525473133e-06| -|cran|[C50](https://topepo.github.io/C5.0/)|1.2509097525473088e-06| -|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.247923974514998e-06| -|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.247830590079504e-06| -|cran|rlog|1.2470607994625464e-06| -|cran|loggit|1.2470607994625464e-06| -|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2430919789817187e-06| -|cran|[butcher](https://butcher.tidymodels.org/)|1.2430092698996407e-06| -|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2384006550218346e-06| -|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2384006550218346e-06| -|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.238400655021834e-06| -|cran|leaflet.extras2|1.238400655021834e-06| -|cran|satellite|1.238400655021834e-06| -|cran|leafpop|1.238400655021834e-06| -|cran|base64|1.238400655021834e-06| -|cran|learnr|1.238400655021834e-06| -|npm|overland|1.238400655021834e-06| -|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.238400655021834e-06| -|rubygems|jekyll-titles-from-headings|1.238400655021834e-06| -|rubygems|jekyll-theme-time-machine|1.238400655021834e-06| -|rubygems|jekyll-theme-tactile|1.238400655021834e-06| -|rubygems|jekyll-theme-slate|1.238400655021834e-06| -|rubygems|jekyll-theme-modernist|1.238400655021834e-06| -|rubygems|jekyll-theme-minimal|1.238400655021834e-06| -|rubygems|jekyll-theme-midnight|1.238400655021834e-06| -|rubygems|jekyll-theme-merlot|1.238400655021834e-06| -|rubygems|jekyll-theme-leap-day|1.238400655021834e-06| -|rubygems|jekyll-theme-hacker|1.238400655021834e-06| -|rubygems|jekyll-theme-dinky|1.238400655021834e-06| -|rubygems|jekyll-theme-cayman|1.238400655021834e-06| -|rubygems|jekyll-theme-architect|1.238400655021834e-06| -|rubygems|jekyll-swiss|1.238400655021834e-06| -|rubygems|jekyll-sitemap|1.238400655021834e-06| -|rubygems|jekyll-relative-links|1.238400655021834e-06| -|rubygems|jekyll-redirect-from|1.238400655021834e-06| -|rubygems|jekyll-readme-index|1.238400655021834e-06| -|rubygems|jekyll-paginate|1.238400655021834e-06| -|rubygems|jekyll-optional-front-matter|1.238400655021834e-06| -|rubygems|jekyll-mentions|1.238400655021834e-06| -|rubygems|jekyll-gist|1.238400655021834e-06| -|rubygems|jekyll-default-layout|1.238400655021834e-06| -|rubygems|jekyll-coffeescript|1.238400655021834e-06| -|rubygems|jekyll-avatar|1.238400655021834e-06| -|rubygems|github-pages-health-check|1.238400655021834e-06| -|pypi|[lcbuilder](https://github.com/PlanetHunders/lcbuilder)|1.2368021293745605e-06| -|npm|sinon-chai|1.2341724492328202e-06| -|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2339535538225532e-06| -|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2298599608492696e-06| -|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2298599608492696e-06| -|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2298599608492696e-06| -|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2298599608492696e-06| -|npm|repeat-string|1.2260166484716157e-06| -|npm|tap-out|1.2260166484716157e-06| -|npm|figures|1.2260166484716157e-06| -|npm|pretty-ms|1.2260166484716157e-06| -|npm|tapes|1.2260166484716157e-06| -|rubygems|w3c_validators|1.2260166484716157e-06| -|pypi|[pybv](https://pypi.org/project/pybv)|1.2213710284595694e-06| -|cran|pheatmap|1.2153575806328087e-06| -|npm|expect|1.2147757809875714e-06| -|rubygems|rqrcode_core|1.2131271722662864e-06| -|rubygems|chunky_png|1.2131271722662864e-06| -|rubygems|standardrb|1.2131271722662864e-06| -|rubygems|chronic|1.2131271722662864e-06| -|rubygems|fast_stack|1.2131271722662864e-06| -|rubygems|guard|1.2131271722662864e-06| -|rubygems|guard-minitest|1.2131271722662864e-06| -|pypi|[radon](https://pypi.org/project/radon)|1.2131271722662862e-06| -|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2063479321859746e-06| -|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2063479321859746e-06| -|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2063479321859746e-06| -|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2063479321859746e-06| -|npm|webidl2js|1.204930367048271e-06| -|npm|mocha-sugar-free|1.204930367048271e-06| -|npm|eslint-plugin-jsdom-internal|1.204930367048271e-06| -|npm|xml-name-validator|1.204930367048271e-06| -|npm|whatwg-url|1.204930367048271e-06| -|npm|whatwg-mimetype|1.204930367048271e-06| -|npm|whatwg-encoding|1.204930367048271e-06| -|npm|webidl-conversions|1.204930367048271e-06| -|npm|w3c-xmlserializer|1.204930367048271e-06| -|npm|symbol-tree|1.204930367048271e-06| -|npm|rrweb-cssom|1.204930367048271e-06| -|npm|parse5|1.204930367048271e-06| -|npm|nwsapi|1.204930367048271e-06| -|npm|is-potential-custom-element-name|1.204930367048271e-06| -|npm|https-proxy-agent|1.204930367048271e-06| -|npm|http-proxy-agent|1.204930367048271e-06| -|npm|html-encoding-sniffer|1.204930367048271e-06| -|npm|domexception|1.204930367048271e-06| -|npm|decimal.js|1.204930367048271e-06| -|npm|data-urls|1.204930367048271e-06| -|npm|cssstyle|1.204930367048271e-06| -|npm|abab|1.204930367048271e-06| -|npm|vuetify-loader|1.204930367048271e-06| -|npm|vue-meta|1.204930367048271e-06| -|npm|stylus-loader|1.204930367048271e-06| -|npm|pug-loader|1.204930367048271e-06| -|npm|optimize-css-assets-webpack-plugin|1.204930367048271e-06| -|npm|identity-obj-proxy|1.204930367048271e-06| -|npm|happypack|1.204930367048271e-06| -|npm|friendly-errors-webpack-plugin|1.204930367048271e-06| -|npm|fork-ts-checker-webpack-plugin|1.204930367048271e-06| -|npm|cssnano|1.204930367048271e-06| -|npm|babel-plugin-transform-define|1.204930367048271e-06| -|npm|babel-plugin-detective|1.204930367048271e-06| -|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.200873362445424e-06| -|pypi|[symfem](https://github.com/mscroggs/symfem)|1.200873362445424e-06| -|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.200873362445424e-06| -|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.200873362445424e-06| -|pypi|[contextily](https://github.com/darribas/contextily)|1.200873362445424e-06| -|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.200873362445424e-06| -|pypi|[pyone](http://opennebula.io)|1.200873362445424e-06| -|pypi|[synthia](https://github.com/dmey/synthia)|1.200873362445424e-06| -|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.200873362445424e-06| -|pypi|[pystan](https://mc-stan.org)|1.200873362445424e-06| -|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.200873362445424e-06| -|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.200873362445424e-06| -|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.200873362445424e-06| -|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.200873362445424e-06| -|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.200873362445424e-06| -|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.200873362445424e-06| -|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.200873362445424e-06| -|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.200873362445424e-06| -|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.200873362445424e-06| -|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.200873362445424e-06| -|pypi|[parmap](https://github.com/zeehio/parmap)|1.200873362445424e-06| -|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.200873362445424e-06| -|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.200873362445424e-06| -|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.200873362445424e-06| -|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.200873362445424e-06| -|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.200873362445424e-06| -|npm|[node-minify](https://github.com/srod/node-minify)|1.200873362445424e-06| -|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.200873362445415e-06| -|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.200873362445415e-06| -|pypi|[clingo](https://github.com/potassco/clingo)|1.200873362445415e-06| -|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.200873362445415e-06| -|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.200873362445415e-06| -|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.200873362445415e-06| -|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.200873362445415e-06| -|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.200873362445415e-06| -|pypi|[libceed](https://libceed.readthedocs.io)|1.200873362445415e-06| -|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.200873362445415e-06| -|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.200873362445415e-06| -|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.200873362445415e-06| -|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.200873362445415e-06| -|spack|catkin|1.200873362445415e-06| -|spack|roslaunch|1.200873362445415e-06| -|spack|bpp-phyl-omics3|1.200873362445415e-06| -|spack|bpp-popgen3|1.200873362445415e-06| -|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.200873362445415e-06| -|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.200873362445415e-06| -|npm|[graphql](https://github.com/graphql/graphql-js)|1.200873362445415e-06| -|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.200873362445415e-06| -|npm|Gmsh|1.200873362445415e-06| -|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.200873362445415e-06| -|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1939777732569424e-06| -|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.1937676029043185e-06| -|npm|[cors](https://github.com/expressjs/cors#readme)|1.1905690223687822e-06| -|cran|[susieR](https://github.com/stephenslab/susieR)|1.1904309853806713e-06| -|npm|babel-plugin-transform-object-rest-spread|1.1902552421707681e-06| -|npm|karma-sourcemap-loader|1.1902552421707681e-06| -|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.188864628820968e-06| -|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1888646288209608e-06| -|cran|repurrrsive|1.1888646288209608e-06| -|npm|ent|1.176975982532751e-06| -|npm|traverse|1.176975982532751e-06| -|npm|charm|1.176975982532751e-06| -|npm|deep-is|1.176975982532751e-06| -|cran|rvg|1.1732216731785797e-06| -|cran|phosphoricons|1.1732216731785797e-06| -|cran|datamods|1.1732216731785797e-06| -|cran|[NMF](http://renozao.github.io/NMF)|1.1718412591775066e-06| -|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1599344978165974e-06| -|cran|aws.ec2metadata|1.1579850280723642e-06| -|pypi|[pyink](https://pypi.org/project/pyink)|1.1538980220909325e-06| -|spack|rpcsvc-proto|1.1538980220909325e-06| -|spack|libtirpc|1.1538980220909325e-06| -|cran|ISLR|1.1505141569235104e-06| -|cran|ICSOutlier|1.1505141569235104e-06| -|cran|ICS|1.1505141569235104e-06| -|cran|bigutilsr|1.1505141569235104e-06| -|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.1431390661740006e-06| -|pypi|[pyquery](https://pypi.org/project/pyquery)|1.1431390661740006e-06| -|rubygems|googleauth|1.132252027448534e-06| -|rubygems|google-apis-sheets_v4|1.132252027448534e-06| -|rubygems|google-apis-drive_v3|1.132252027448534e-06| -|rubygems|sass|1.132252027448534e-06| -|pypi|[PySide2](https://www.pyside.org)|1.131222707423592e-06| -|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.1281889220868775e-06| -|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1180545098629726e-06| -|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1180545098629726e-06| -|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1180545098629726e-06| -|pypi|[networkit](https://pypi.org/project/networkit)|1.1180545098629726e-06| -|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1180545098629726e-06| -|pypi|[infomap](https://pypi.org/project/infomap)|1.1180545098629726e-06| -|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1180545098629726e-06| -|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1180545098629726e-06| -|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1180545098629726e-06| -|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1180545098629726e-06| -|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1180545098629726e-06| -|pypi|[nf1](https://pypi.org/project/nf1)|1.1180545098629726e-06| -|pypi|[demon](https://pypi.org/project/demon)|1.1180545098629726e-06| -|pypi|[python-forge](http://github.com/dfee/forge)|1.1173901875160542e-06| -|cran|[philentropy](https://github.com/HajkD/philentropy)|1.1168122270742361e-06| -|cran|[proto](https://github.com/hadley/proto)|1.1123179098865678e-06| -|cran|tidyquant|1.1076378529387832e-06| -|cran|tibbletime|1.1076378529387832e-06| -|cran|sweep|1.1076378529387832e-06| -|npm|pkgfiles|1.1076378529387832e-06| -|npm|obake|1.1076378529387832e-06| -|npm|is-node-modern|1.1076378529387832e-06| -|npm|far|1.1076378529387832e-06| -|npm|fake|1.1076378529387832e-06| -|npm|asynckit|1.1076378529387832e-06| -|npm|[temporary](https://github.com/vesln/temporary)|1.1065586160564324e-06| -|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1065586160564324e-06| -|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1065586160564324e-06| -|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1065586160564324e-06| -|npm|exit|1.1065586160564324e-06| -|cran|tensorflow|1.1059513871050603e-06| -|npm|d3-time-format|1.1008005822416302e-06| -|npm|d3-time|1.1008005822416302e-06| -|npm|d3-scale-chromatic|1.1008005822416302e-06| -|npm|d3-random|1.1008005822416302e-06| -|npm|d3-quadtree|1.1008005822416302e-06| -|npm|d3-polygon|1.1008005822416302e-06| -|npm|d3-path|1.1008005822416302e-06| -|npm|d3-hierarchy|1.1008005822416302e-06| -|npm|d3-geo|1.1008005822416302e-06| -|npm|d3-force|1.1008005822416302e-06| -|npm|d3-drag|1.1008005822416302e-06| -|npm|d3-delaunay|1.1008005822416302e-06| -|npm|d3-contour|1.1008005822416302e-06| -|npm|d3-chord|1.1008005822416302e-06| -|npm|cz-conventional-changelog|1.098574916061575e-06| -|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0974135035270407e-06| -|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0974135035270407e-06| -|cran|[EMbC]()|1.0829304429195287e-06| -|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.081564610350653e-06| -|cran|[geodist](https://github.com/hypertidy/geodist)|1.0807860262008938e-06| -|cran|googlePolylines|1.0807860262008785e-06| -|cran|languageR|1.0807860262008737e-06| -|cran|hypergeo|1.0807860262008737e-06| -|npm|browserify-middleware|1.078335264236699e-06| -|npm|code-mirror|1.078335264236699e-06| -|npm|github-basic|1.078335264236699e-06| -|npm|handle|1.078335264236699e-06| -|npm|highlight-codemirror|1.078335264236699e-06| -|npm|inconsolata|1.078335264236699e-06| -|npm|jade-code-mirror|1.078335264236699e-06| -|npm|jade-highlighter|1.078335264236699e-06| -|npm|jstransformer-cdata|1.078335264236699e-06| -|npm|jstransformer-coffee-script|1.078335264236699e-06| -|npm|jstransformer-less|1.078335264236699e-06| -|npm|jstransformer-marked|1.078335264236699e-06| -|npm|jstransformer-stylus|1.078335264236699e-06| -|npm|jstransformer-verbatim|1.078335264236699e-06| -|npm|less-file|1.078335264236699e-06| -|npm|linify|1.078335264236699e-06| -|npm|lsr|1.078335264236699e-06| -|npm|pull-request|1.078335264236699e-06| -|npm|stop|1.078335264236699e-06| -|npm|twbs|1.078335264236699e-06| -|npm|character-parser|1.078335264236699e-06| -|npm|constantinople|1.078335264236699e-06| -|npm|jstransformer|1.078335264236699e-06| -|npm|transformers|1.078335264236699e-06| -|npm|void-elements|1.078335264236699e-06| -|npm|with|1.078335264236699e-06| -|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0702744026038716e-06| -|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0702744026038716e-06| -|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.064410480349345e-06| -|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0572906778052007e-06| -|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0554154622055474e-06| -|npm|testing-library|1.0519424430840534e-06| -|pypi|[stingray](https://docs.stingray.science)|1.0507641921397436e-06| -|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0507641921397385e-06| -|cran|automap|1.0428637094920708e-06| -|rubygems|ruby-vips|1.0398232905139597e-06| -|rubygems|mini_magick|1.0398232905139597e-06| -|rubygems|minitest-hooks|1.0398232905139597e-06| -|rubygems|minispec-metadata|1.0398232905139597e-06| -|rubygems|dhash-vips|1.0398232905139597e-06| -|rubygems|ZenTest|1.0398232905139597e-06| -|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0368005483903728e-06| -|npm|vitest|1.0368005483903728e-06| -|npm|todomvc-app-css|1.0368005483903728e-06| -|npm|karma-esbuild|1.0368005483903728e-06| -|npm|jasmine-core|1.0368005483903728e-06| -|npm|he|1.0368005483903728e-06| -|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0366487696539668e-06| -|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.0351684341859044e-06| -|cran|snpStats|1.0337953294095312e-06| -|spack|seqan.|1.0293200249532128e-06| -|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0292596698527752e-06| -|rubygems|rubocop-rake|1.026331676493671e-06| -|rubygems|rubocop-minitest|1.026331676493671e-06| -|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0248833007077247e-06| -|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0225557051783833e-06| -|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0207423580786084e-06| -|npm|dts-gen|1.0190268247036805e-06| -|npm|documentation|1.0190268247036805e-06| -|npm|check-node-version|1.0190268247036805e-06| -|npm|check-es3-syntax-cli|1.0190268247036805e-06| -|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0173743380098479e-06| -|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0132368995633189e-06| -|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0132368995633189e-06| -|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.0115173201191162e-06| -|pypi|[nessai](https://pypi.org/project/nessai)|1.009525409088728e-06| -|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.009525409088728e-06| -|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.009525409088728e-06| -|cran|som|1.0059623782331205e-06| -|pypi|[cmaes](https://pypi.org/project/cmaes)|1.0032612901442706e-06| -|pypi|[catboost](https://pypi.org/project/catboost)|1.0032612901442706e-06| -|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|1.0007278020378516e-06| -|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.922800998128568e-07| -|cran|QuickJSR|9.907205240174675e-07| -|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.907205240174673e-07| -|pypi|[big-O](https://pypi.org/project/big-O)|9.907205240174673e-07| -|cran|qdapDictionaries|9.907205240174673e-07| -|rubygems|omniauth-oauth2|9.90720524017467e-07| -|rubygems|ruby_dig|9.90720524017467e-07| -|npm|nodeunit|9.808133187772927e-07| -|npm|tar|9.808133187772927e-07| -|npm|closurecompiler-externs|9.808133187772927e-07| -|cran|nlshrink|9.798334852920006e-07| -|cran|NetworkComparisonTest|9.798334852920006e-07| -|cran|NetworkToolbox|9.798334852920006e-07| -|cran|glassoFast|9.798334852920006e-07| -|cran|swagger|9.798334852920006e-07| -|pypi|[phonemizer](https://pypi.org/project/phonemizer)|9.794623362445482e-07| -|rubygems|listen|9.73058819597708e-07| -|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.679767103347873e-07| -|cran|[ghql](https://github.com/ropensci/ghql)|9.67626805508902e-07| -|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.643377001455654e-07| -|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.606986899563408e-07| -|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.587617974362587e-07| -|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.577697305357325e-07| -|pypi|[ale-py](https://pypi.org/project/ale-py)|9.536347290007706e-07| -|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.536347290007706e-07| -|pypi|[rlds](https://pypi.org/project/rlds)|9.536347290007706e-07| -|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.536347290007706e-07| -|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.536347290007706e-07| -|pypi|[py-spec](https://pypi.org/project/py-spec)|9.536347290007706e-07| -|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.510917030567685e-07| -|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.435433562071115e-07| -|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.435433562071115e-07| -|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.435433562071115e-07| -|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.4014319996853e-07| -|cran|geonames|9.328212726138495e-07| -|cran|[isdparser](https://github.com/ropensci/isdparser)|9.328212726138495e-07| -|pypi|[connexion](https://github.com/zalando/connexion)|9.30676855895193e-07| -|npm|gpx-parse|9.300114436669835e-07| -|npm|node-geo-distance|9.300114436669835e-07| -|npm|redis|9.300114436669835e-07| -|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.292472447494323e-07| -|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.29191565157435e-07| -|npm|seed-random|9.288004912663755e-07| -|npm|freeport|9.288004912663755e-07| -|npm|node-uuid|9.288004912663755e-07| -|npm|event-emitter|9.288004912663755e-07| -|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.279475982532791e-07| -|cran|[xslt](https://github.com/ropensci/xslt)|9.279475982532791e-07| -|spack|sowing|9.263880224578915e-07| -|spack|hipblas|9.263880224578915e-07| -|spack|hipsparse|9.263880224578915e-07| -|spack|rocsparse|9.263880224578915e-07| -|spack|rocsolver|9.263880224578915e-07| -|spack|rocblas|9.263880224578915e-07| -|spack|rocrand|9.263880224578915e-07| -|spack|rocthrust|9.263880224578915e-07| -|spack|rocprim|9.263880224578915e-07| -|spack|metis|9.263880224578915e-07| -|spack|scotch|9.263880224578915e-07| -|spack|parmetis|9.263880224578915e-07| -|spack|mmg|9.263880224578915e-07| -|spack|parmmg|9.263880224578915e-07| -|spack|tetgen|9.263880224578915e-07| -|spack|hypre|9.263880224578915e-07| -|spack|superlu-dist|9.263880224578915e-07| -|spack|strumpack|9.263880224578915e-07| -|spack|scalapack|9.263880224578915e-07| -|spack|mumps|9.263880224578915e-07| -|spack|trilinos|9.263880224578915e-07| -|spack|mpfr|9.263880224578915e-07| -|spack|giflib|9.263880224578915e-07| -|spack|exodusii|9.263880224578915e-07| -|spack|parallel-netcdf|9.263880224578915e-07| -|spack|random123|9.263880224578915e-07| -|spack|moab|9.263880224578915e-07| -|spack|p4est|9.263880224578915e-07| -|spack|saws|9.263880224578915e-07| -|spack|libyaml|9.263880224578915e-07| -|spack|kokkos-kernels|9.263880224578915e-07| -|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.186608623647492e-07| -|pypi|[spacy-transformers](https://spacy.io)|9.169924850208184e-07| -|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.169924850208184e-07| -|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.169924850208184e-07| -|pypi|[natto-py](https://pypi.org/project/natto-py)|9.169924850208184e-07| -|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.169924850208184e-07| -|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.169924850208184e-07| -|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.169924850208184e-07| -|cran|starsdata|9.153396145813556e-07| -|cran|ncdfgeom|9.153396145813556e-07| -|cran|cubelyr|9.153396145813556e-07| -|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.145112529392007e-07| -|cran|vtreat|9.145112529392006e-07| -|cran|smotefamily|9.145112529392006e-07| -|cran|bestNormalize|9.145112529392006e-07| -|cran|mlr3learners|9.145112529392006e-07| -|cran|mlr3filters|9.145112529392006e-07| -|cran|bbotk|9.145112529392006e-07| -|cran|alr4|9.145112529392006e-07| -|cran|carData|9.145112529392006e-07| -|cran|compositions|9.12172349478998e-07| -|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.112982138423566e-07| -|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.04086088583906e-07| -|rubygems|coffee-script-source|9.007469254077176e-07| -|cran|[Momocs](https://github.com/MomX/Momocs/)|9.00655021834073e-07| -|cran|[iptools](https://github.com/hrbrmstr/iptools)|9.006550218340681e-07| -|pypi|[cspy](https://github.com/torressa/cspy)|9.00655021834063e-07| -|pypi|[flatstar](https://github.com/ladsantos/flatstar)|9.00655021834063e-07| -|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|9.00655021834063e-07| -|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|9.00655021834063e-07| -|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|9.00655021834063e-07| -|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|9.00655021834063e-07| -|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|9.00655021834063e-07| -|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|9.00655021834063e-07| -|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|9.00655021834063e-07| -|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|9.00655021834063e-07| -|pypi|[cygrid](https://github.com/bwinkel/cygrid)|9.00655021834063e-07| -|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|9.00655021834063e-07| -|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|9.00655021834063e-07| -|pypi|[multiqc](http://multiqc.info)|9.00655021834063e-07| -|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|9.00655021834063e-07| -|pypi|[genshi](https://github.com/edgewall/genshi)|9.00655021834063e-07| -|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|9.00655021834063e-07| -|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|9.00655021834063e-07| -|cran|leaflet.minicharts|9.00655021834063e-07| -|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|9.00655021834063e-07| -|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|9.00655021834063e-07| -|cran|[metR](https://github.com/eliocamp/metR)|9.00655021834063e-07| -|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|9.00655021834063e-07| -|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|9.00655021834063e-07| -|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|9.00655021834063e-07| -|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|9.00655021834063e-07| -|npm|[uikit](https://getuikit.com)|9.00655021834063e-07| -|cran|[LiblineaR]()|9.00655021834062e-07| -|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|9.006550218340613e-07| -|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|9.006550218340613e-07| -|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|9.006550218340613e-07| -|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|9.006550218340613e-07| -|pypi|[easybuild](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-easyblocks](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-easyconfigs](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-framework](https://easybuild.io)|9.006550218340613e-07| -|pypi|[pystrict](https://github.com/earonesty/pystrict)|9.006550218340613e-07| -|pypi|[NEURON](https://neuron.yale.edu/neuron/)|9.006550218340613e-07| -|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|9.006550218340613e-07| -|pypi|[COFFEE](UNKNOWN)|9.006550218340613e-07| -|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|9.006550218340613e-07| -|npm|[tailwindcss](https://tailwindcss.com)|9.006550218340613e-07| -|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|9.006550218340613e-07| -|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|9.006550218340613e-07| -|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|9.006550218340613e-07| -|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|9.006550218340613e-07| -|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|9.006550218340613e-07| -|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|9.006550218340613e-07| -|pypi|[pesummary](https://pypi.org/project/pesummary)|8.938831795646321e-07| -|pypi|[littleutils](https://pypi.org/project/littleutils)|8.938831795646321e-07| -|cran|qap|8.916484716157207e-07| -|cran|biomaRt|8.916484716157205e-07| -|cran|[tune](https://tune.tidymodels.org/)|8.834010942127197e-07| -|rubygems|sdoc|8.806404657933042e-07| -|rubygems|generator_spec|8.806404657933042e-07| -|rubygems|codecov|8.806404657933042e-07| -|rubygems|tilt|8.806404657933042e-07| -|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.773845093082019e-07| -|pypi|[jsonref](https://pypi.org/project/jsonref)|8.763129942169243e-07| -|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.763129942169243e-07| -|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.763129942169243e-07| -|pypi|[promise](https://pypi.org/project/promise)|8.763129942169243e-07| -|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.741651682507065e-07| -|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.741651682507065e-07| -|pypi|[punch.py](https://pypi.org/project/punch.py)|8.741651682507065e-07| -|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.741651682507065e-07| -|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.741651682507065e-07| -|pypi|[oedialect](https://pypi.org/project/oedialect)|8.741651682507065e-07| -|pypi|[testresources](https://pypi.org/project/testresources)|8.718340611353713e-07| -|pypi|[oslotest](https://pypi.org/project/oslotest)|8.718340611353713e-07| -|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.718340611353713e-07| -|pypi|[betamax](https://pypi.org/project/betamax)|8.718340611353713e-07| -|pypi|[cugraph](https://pypi.org/project/cugraph)|8.573542996305005e-07| -|pypi|[cuml](https://pypi.org/project/cuml)|8.573542996305005e-07| -|cran|dblog|8.528811467628631e-07| -|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.506186317321711e-07| -|pypi|[bioframe](https://github.com/open2c/bioframe)|8.506186317321711e-07| -|spack|[glog](https://github.com/google/glog)|8.497874624613759e-07| -|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.491890205864004e-07| -|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.491890205864004e-07| -|npm|babel-plugin-unassert|8.491890205864004e-07| -|npm|babel-preset-power-assert|8.491890205864004e-07| -|npm|eslint-config-mysticatea|8.491890205864004e-07| -|npm|if-node-version|8.491890205864004e-07| -|npm|power-assert|8.491890205864004e-07| -|npm|glob2base|8.491890205864004e-07| -|npm|shell-quote|8.491890205864004e-07| -|npm|subarg|8.491890205864004e-07| -|pypi|[clize](https://github.com/epsy/clize)|8.406113537117927e-07| -|pypi|[tvtk](https://pypi.org/project/tvtk)|8.391985615206781e-07| -|pypi|[docrepr](https://pypi.org/project/docrepr)|8.37228611845747e-07| -|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.257818873266469e-07| -|cran|bcpa|8.256004366812227e-07| -|cran|amt|8.256004366812227e-07| -|cran|circular|8.256004366812227e-07| -|npm|batch|8.230601276452805e-07| -|pypi|[sybil](https://pypi.org/project/sybil)|8.173444323144104e-07| -|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.173444323144104e-07| -|rubygems|stringex|8.173444323144104e-07| -|cran|Rfast|8.161542074285772e-07| -|cran|genlasso|8.161542074285772e-07| -|cran|L0Learn|8.161542074285772e-07| -|cran|mixsqp|8.161542074285772e-07| -|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.123555098895502e-07| -|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.123555098895502e-07| -|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.095844441939709e-07| -|rubygems|search_ui|8.091709879912664e-07| -|rubygems|pstree|8.091709879912664e-07| -|rubygems|mize|8.091709879912664e-07| -|rubygems|infobar|8.091709879912664e-07| -|rubygems|rspec_junit_formatter|8.087514481775243e-07| -|npm|sendgrid-rest|8.06009917844719e-07| -|npm|system-sleep|8.06009917844719e-07| -|npm|lodash.chunk|8.06009917844719e-07| -|npm|mailparser|8.06009917844719e-07| -|npm|async.ensureasync|8.06009917844719e-07| -|npm|bottleneck|8.06009917844719e-07| -|npm|mocha-sinon|8.06009917844719e-07| -|npm|async.queue|8.06009917844719e-07| -|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|8.013991622850016e-07| -|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.997816593886501e-07| -|cran|slider|7.925764192139738e-07| -|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.917846345794067e-07| -|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.88153559731753e-07| -|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.837632869741809e-07| -|cran|[scattermore](https://github.com/exaexa/scattermore)|7.833161633556804e-07| -|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.821477821190531e-07| -|npm|material-components-web|7.821477821190531e-07| -|npm|foundation-sites|7.821477821190531e-07| -|npm|enhanced-resolve|7.821477821190531e-07| -|npm|bootstrap-sass|7.821477821190531e-07| -|npm|neo-async|7.821477821190531e-07| -|npm|klona|7.821477821190531e-07| -|cran|NetSwan|7.753464970571484e-07| -|cran|netrankr|7.753464970571484e-07| -|cran|fortunes|7.725655021834064e-07| -|cran|mail|7.719900187149096e-07| -|cran|bibtex|7.719900187149096e-07| -|cran|synchronicity|7.719900187149096e-07| -|cran|doMPI|7.719900187149096e-07| -|cran|rngtools|7.719900187149096e-07| -|npm|typescript3|7.719900187149096e-07| -|npm|node-qunit|7.719900187149096e-07| -|npm|load-grunt-tasks|7.719900187149096e-07| -|npm|karma-sauce-launcher|7.719900187149096e-07| -|npm|karma-qunit|7.719900187149096e-07| -|npm|grunt-string-replace|7.719900187149096e-07| -|npm|grunt-nuget|7.719900187149096e-07| -|npm|grunt-karma|7.719900187149096e-07| -|npm|grunt-exec|7.719900187149096e-07| -|npm|grunt-env|7.719900187149096e-07| -|npm|grunt-contrib-copy|7.719900187149096e-07| -|npm|grunt-contrib-concat|7.719900187149096e-07| -|npm|grunt-benchmark|7.719900187149096e-07| -|pypi|[dcor](https://pypi.org/project/dcor)|7.686624755307936e-07| -|cran|waveslim|7.686624755307936e-07| -|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.683656524298628e-07| -|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.625545851528423e-07| -|npm|watch|7.620927107826671e-07| -|npm|unminified-webpack-plugin|7.620927107826671e-07| -|npm|jsonpath|7.620927107826671e-07| -|npm|jest-cli|7.620927107826671e-07| -|npm|globify|7.620927107826671e-07| -|npm|codacy-coverage|7.620927107826671e-07| -|npm|cash-cat|7.620927107826671e-07| -|npm|biased-opener|7.620927107826671e-07| -|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.620927107826671e-07| -|npm|package-yaml|7.620927107826671e-07| -|npm|json-loader|7.620927107826671e-07| -|npm|isparta-loader|7.620927107826671e-07| -|npm|isparta|7.620927107826671e-07| -|npm|gatsby|7.620927107826671e-07| -|npm|enzyme-adapter-react-16|7.620927107826671e-07| -|npm|enzyme|7.620927107826671e-07| -|npm|conventional-changelog|7.620927107826671e-07| -|npm|chai-enzyme|7.620927107826671e-07| -|npm|babel-plugin-__coverage__|7.620927107826671e-07| -|npm|add-stream|7.620927107826671e-07| -|npm|karma-webpack|7.620927107826671e-07| -|npm|lodash.isequal|7.620927107826671e-07| -|npm|clamp|7.620927107826671e-07| -|npm|random-buffer|7.620927107826671e-07| -|npm|nock|7.620927107826671e-07| -|npm|is-zip|7.620927107826671e-07| -|npm|p-event|7.620927107826671e-07| -|npm|make-dir|7.620927107826671e-07| -|npm|got|7.620927107826671e-07| -|npm|filenamify|7.620927107826671e-07| -|npm|ext-name|7.620927107826671e-07| -|npm|decompress|7.620927107826671e-07| -|npm|archive-type|7.620927107826671e-07| -|cran|[uwot](https://github.com/jlmelville/uwot)|7.582979683047344e-07| -|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.399976395609589e-07| -|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.356099890829694e-07| -|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.356099890829694e-07| -|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.356099890829694e-07| -|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.356099890829694e-07| -|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.356099890829694e-07| -|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.356099890829694e-07| -|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.356099890829694e-07| -|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.356099890829694e-07| -|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.356099890829694e-07| -|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.290302037845738e-07| -|rubygems|letter_opener|7.278763033597719e-07| -|cran|minpack.lm|7.255812668954051e-07| -|pypi|[brian2](http://www.briansimulator.org/)|7.205240174672626e-07| -|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.205240174672626e-07| -|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.205240174672626e-07| -|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.205240174672626e-07| -|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.205240174672626e-07| -|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.205240174672626e-07| -|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.205240174672626e-07| -|cran|Rd2md|7.205240174672626e-07| -|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.205240174672524e-07| -|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.205240174672524e-07| -|pypi|[gala](http://gala.adrian.pw/)|7.205240174672524e-07| -|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.205240174672524e-07| -|pypi|[molsets](https://pypi.org/project/molsets)|7.205240174672524e-07| -|pypi|[bakta](https://github.com/oschwengers/bakta)|7.205240174672524e-07| -|pypi|[RagTag](https://github.com/malonge/RagTag)|7.205240174672524e-07| -|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.205240174672524e-07| -|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.205240174672524e-07| -|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.205240174672524e-07| -|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.205240174672524e-07| -|pypi|[update_checker](https://github.com/bboe/update_checker)|7.205240174672524e-07| -|pypi|[control](https://python-control.org)|7.205240174672524e-07| -|pypi|[pyviz](http://pyviz.org)|7.205240174672524e-07| -|spack|[cereal](https://uscilab.github.io/cereal/)|7.205240174672524e-07| -|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.205240174672524e-07| -|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.205240174672524e-07| -|cran|[jfa](https://koenderks.github.io/jfa/)|7.205240174672524e-07| -|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.205240174672524e-07| -|cran|[hash](http://www.johnhughes.org)|7.205240174672524e-07| -|cran|[leafletR](https://github.com/chgrl/leafletR)|7.205240174672524e-07| -|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.205240174672524e-07| -|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.205240174672489e-07| -|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.205240174672489e-07| -|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.205240174672489e-07| -|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.205240174672489e-07| -|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.205240174672489e-07| -|pypi|[statistics](UNKNOWN)|7.205240174672489e-07| -|pypi|[Cigar](https://github.com/brentp/cigar)|7.205240174672489e-07| -|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.205240174672489e-07| -|pypi|[pbcore](UNKNOWN)|7.205240174672489e-07| -|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.205240174672489e-07| -|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.205240174672489e-07| -|rubygems|ttfunk|7.205240174672488e-07| -|rubygems|ruby-rc4|7.205240174672488e-07| -|rubygems|hashery|7.205240174672488e-07| -|rubygems|Ascii85|7.205240174672488e-07| -|rubygems|afm|7.205240174672488e-07| -|rubygems|morecane|7.205240174672488e-07| -|rubygems|cane|7.205240174672488e-07| -|pypi|[simupy](https://github.com/simupy/simupy)|7.205240174672423e-07| -|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.205240174672423e-07| -|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.205240174672423e-07| -|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.205240174672423e-07| -|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.205240174672423e-07| -|cran|textshaping|7.176682820321653e-07| -|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.176245244392116e-07| -|cran|[fda](http://www.functionaldata.org)|7.148055728841816e-07| -|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.139807972231585e-07| -|cran|R.cache|7.133187772925765e-07| -|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.127477326167289e-07| -|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.076575171553337e-07| -|npm|rollup-plugin-npm|7.076575171553337e-07| -|npm|native-promise-only|7.076575171553337e-07| -|npm|karma-safari-launcher|7.076575171553337e-07| -|npm|eslint-plugin-prefer-arrow|7.076575171553337e-07| -|npm|cheerio|7.076575171553337e-07| -|npm|babel-plugin-syntax-async-generators|7.076575171553337e-07| -|npm|babel-minify|7.076575171553337e-07| -|npm|slugify|7.076575171553337e-07| -|npm|serve-handler|7.076575171553337e-07| -|npm|pixelmatch|7.076575171553337e-07| -|npm|magic-string|7.076575171553337e-07| -|npm|dtslint|7.076575171553337e-07| -|npm|cwebp-bin|7.076575171553337e-07| -|npm|zrender|7.076575171553337e-07| -|cran|tidymodels|6.993321346005653e-07| -|pypi|[sparse](https://github.com/pydata/sparse/)|6.967794759825352e-07| -|pypi|[servicex](https://pypi.org/project/servicex)|6.89863420979281e-07| -|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.89863420979281e-07| -|pypi|[aiostream](https://pypi.org/project/aiostream)|6.89863420979281e-07| -|pypi|[parsl](https://pypi.org/project/parsl)|6.89863420979281e-07| -|pypi|[mplhep](https://pypi.org/project/mplhep)|6.89863420979281e-07| -|pypi|[hist](https://pypi.org/project/hist)|6.89863420979281e-07| -|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.89863420979281e-07| -|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.89863420979281e-07| -|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.89863420979281e-07| -|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.883577666874612e-07| -|cran|GPfit|6.832555338051499e-07| -|cran|psychotree|6.832555338051499e-07| -|cran|psychotools|6.832555338051499e-07| -|cran|coin|6.832555338051499e-07| -|cran|pmml|6.832555338051499e-07| -|cran|inum|6.832555338051499e-07| -|cran|libcoin|6.832555338051499e-07| -|cran|rapportools|6.793512164691203e-07| -|cran|suncalc|6.754912663755459e-07| -|cran|manipulate|6.754912663755459e-07| -|cran|Gmedian|6.754912663755459e-07| -|cran|fasttime|6.754912663755459e-07| -|npm|should-util|6.754912663755458e-07| -|npm|mocha-better-spec-reporter|6.754912663755458e-07| -|npm|should-equal|6.754912663755458e-07| -|npm|eslint-config-shouldjs|6.754912663755458e-07| -|npm|should-type|6.754912663755458e-07| -|npm|should-format|6.754912663755458e-07| -|npm|should-type-adaptors|6.754912663755458e-07| -|npm|svelte-jest|6.704123846734741e-07| -|npm|rollup-plugin-postcss|6.704123846734741e-07| -|pypi|[sciris](http://github.com/sciris/sciris)|6.64394165550087e-07| -|pypi|[iPython](https://ipython.org)|6.622463395838697e-07| -|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.604803493449872e-07| -|rubygems|elasticsearch-transport|6.604803493449781e-07| -|rubygems|elasticsearch-api|6.604803493449781e-07| -|rubygems|ruby-prof|6.604803493449781e-07| -|rubygems|require-prof|6.604803493449781e-07| -|cran|truncdist|6.556238761880298e-07| -|cran|rmutil|6.556238761880298e-07| -|cran|cramer|6.556238761880298e-07| -|cran|yesno|6.556238761880298e-07| -|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.55021834061134e-07| -|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.55021834061134e-07| -|npm|stream-spigot|6.538755458515284e-07| -|npm|polendina|6.538755458515284e-07| -|npm|hundreds|6.538755458515284e-07| -|npm|buffer|6.538755458515284e-07| -|npm|unorm|6.538755458515284e-07| -|npm|iconv|6.538755458515284e-07| -|npm|errto|6.538755458515284e-07| -|npm|grunt-legacy-log-utils|6.538755458515284e-07| -|npm|vuepress-plugin-social-share|6.532223235280003e-07| -|npm|vuepress-plugin-smooth-scroll|6.532223235280003e-07| -|npm|vuepress-plugin-google-adsense|6.532223235280003e-07| -|npm|vuepress-plugin-element-tabs|6.532223235280003e-07| -|npm|vuepress|6.532223235280003e-07| -|npm|vue-eslint-parser|6.532223235280003e-07| -|npm|vue-codemirror|6.532223235280003e-07| -|npm|terser-webpack-plugin|6.532223235280003e-07| -|npm|replace-in-file|6.532223235280003e-07| -|npm|faker|6.532223235280003e-07| -|npm|eslint-plugin-vue|6.532223235280003e-07| -|cran|[kSamples](NA)|6.504730713246013e-07| -|pypi|[geopy](https://github.com/geopy/geopy)|6.47432398387642e-07| -|npm|stream-combiner2|6.473367903930131e-07| -|npm|source-map|6.473367903930131e-07| -|npm|slash|6.473367903930131e-07| -|npm|falafel|6.473367903930131e-07| -|npm|convert-source-map|6.473367903930131e-07| -|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.46204232448774e-07| -|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.399134435433555e-07| -|pypi|[mxnet](https://pypi.org/project/mxnet)|6.391745316241724e-07| -|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.391745316241724e-07| -|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.380311067017678e-07| -|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.380311067017678e-07| -|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.380311067017678e-07| -|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.380311067017678e-07| -|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.380311067017678e-07| -|pypi|[python-framel](https://pypi.org/project/python-framel)|6.380311067017678e-07| -|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.380311067017678e-07| -|cran|graphlayouts|6.368917654398003e-07| -|npm|webpack-manifest-plugin|6.290289041380745e-07| -|npm|script-loader|6.290289041380745e-07| -|npm|recursive-readdir|6.290289041380745e-07| -|npm|react-dev-utils|6.290289041380745e-07| -|npm|output-file-sync|6.290289041380745e-07| -|npm|npm-release|6.290289041380745e-07| -|npm|imports-loader|6.290289041380745e-07| -|npm|fs-promise|6.290289041380745e-07| -|npm|flow-typed|6.290289041380745e-07| -|npm|flow-bin|6.290289041380745e-07| -|npm|find-cache-dir|6.290289041380745e-07| -|npm|filesize|6.290289041380745e-07| -|npm|fake-xml-http-request|6.290289041380745e-07| -|npm|eslint-plugin-flowtype|6.290289041380745e-07| -|npm|eslint-loader|6.290289041380745e-07| -|npm|dmd-clear|6.290289041380745e-07| -|npm|dagre|6.290289041380745e-07| -|npm|child-process-promise|6.290289041380745e-07| -|npm|case-sensitive-paths-webpack-plugin|6.290289041380745e-07| -|npm|babel-plugin-flow-react-proptypes|6.290289041380745e-07| -|pypi|[starry](https://pypi.org/project/starry)|6.235303997312732e-07| -|npm|gulp-marked|6.235303997312732e-07| -|npm|gulp-mocha-phantomjs|6.235303997312732e-07| -|npm|humanize|6.235303997312732e-07| -|npm|chai-jquery|6.235303997312732e-07| -|npm|gulp-iife|6.235303997312732e-07| -|npm|gulp-cache|6.235303997312732e-07| -|npm|gulp-closure-compiler|6.235303997312732e-07| -|npm|drool|6.235303997312732e-07| -|npm|gulp-imagemin|6.235303997312732e-07| -|npm|escodegen|6.235303997312732e-07| -|npm|gulp-zip|6.235303997312732e-07| -|npm|gulp-csso|6.235303997312732e-07| -|npm|gulp-shell|6.235303997312732e-07| -|npm|swig|6.235303997312732e-07| -|npm|vinyl-paths|6.235303997312732e-07| -|npm|gulp-connect|6.235303997312732e-07| -|npm|gulp-css-inline-images|6.235303997312732e-07| -|npm|gulp-front-matter|6.235303997312732e-07| -|npm|gulp-jscs|6.235303997312732e-07| -|npm|gulp-open|6.235303997312732e-07| -|npm|gulp-flatten|6.235303997312732e-07| -|npm|gulp-load-plugins|6.235303997312732e-07| -|npm|gulp-sass|6.235303997312732e-07| -|npm|gulp-size|6.235303997312732e-07| -|npm|gulp-subtree|6.235303997312732e-07| -|npm|gulp-tap|6.235303997312732e-07| -|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.218808484092346e-07| -|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.19200327510917e-07| -|pypi|[ftfy](https://pypi.org/project/ftfy)|6.19200327510917e-07| -|pypi|[fairscale](https://pypi.org/project/fairscale)|6.19200327510917e-07| -|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.19200327510917e-07| -|pypi|[unidic](https://pypi.org/project/unidic)|6.19200327510917e-07| -|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.19200327510917e-07| -|pypi|[ipadic](https://pypi.org/project/ipadic)|6.19200327510917e-07| -|pypi|[fugashi](https://pypi.org/project/fugashi)|6.19200327510917e-07| -|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.19200327510917e-07| -|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.19200327510917e-07| -|pypi|[sigopt](https://pypi.org/project/sigopt)|6.19200327510917e-07| -|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.19200327510917e-07| -|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.19200327510917e-07| -|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.19200327510917e-07| -|npm|node-libs-browser|6.19200327510917e-07| -|npm|module-alias|6.19200327510917e-07| -|npm|mocha-phantomjs-istanbul|6.19200327510917e-07| -|npm|mocha-phantomjs-core|6.19200327510917e-07| -|npm|get-port|6.19200327510917e-07| -|npm|asap|6.19200327510917e-07| -|npm|a-sync-waterfall|6.19200327510917e-07| -|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.182096069868994e-07| -|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.182096069868994e-07| -|npm|[testjs](https://github.com/dcodeIO/test.js)|6.182096069868994e-07| -|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.145094159388658e-07| -|rubygems|[puma](https://puma.io)|6.13786745857662e-07| -|pypi|[dash-testing-stub](https://plotly.com/dash)|6.117656752080415e-07| -|rubygems|actiontext|6.096741686261337e-07| -|rubygems|actionmailbox|6.096741686261337e-07| -|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.070348865108743e-07| -|pypi|[falcon](https://pypi.org/project/falcon)|6.065635861331432e-07| -|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.065635861331432e-07| -|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.049903721962308e-07| -|pypi|[gsd](https://gsd.readthedocs.io)|6.049903721962308e-07| -|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.046355391333568e-07| -|npm|websocket-stream|6.035774269398724e-07| -|npm|https-browserify|6.035774269398724e-07| -|npm|setimmediate|6.035774269398724e-07| -|npm|stream-browserify|6.035774269398724e-07| -|npm|timers-browserify|6.035774269398724e-07| -|npm|bunyan|6.035774269398724e-07| -|pypi|[guizero](https://github.com/lawsie/guizero)|6.00436681222712e-07| -|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|6.00436681222712e-07| -|pypi|[proper](https://pypi.org/project/proper)|6.00436681222712e-07| -|pypi|[aesara](https://github.com/aesara-devs/aesara)|6.00436681222712e-07| -|pypi|[uvplot](https://github.com/mtazzari/uvplot)|6.00436681222712e-07| -|pypi|[oct2py](http://github.com/blink1073/oct2py)|6.00436681222712e-07| -|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|6.00436681222712e-07| -|pypi|[wntr](https://github.com/USEPA/WNTR)|6.00436681222712e-07| -|pypi|[persim](https://persim.scikit-tda.org)|6.00436681222712e-07| -|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|6.00436681222712e-07| -|pypi|[AMAT](https://github.com/athulpg007/AMAT)|6.00436681222712e-07| -|pypi|[Pandas](https://pandas.pydata.org)|6.00436681222712e-07| -|pypi|[Seaborn](https://seaborn.pydata.org)|6.00436681222712e-07| -|pypi|[Sympy](https://sympy.org)|6.00436681222712e-07| -|pypi|[Requests](https://requests.readthedocs.io)|6.00436681222712e-07| -|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|6.00436681222712e-07| -|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|6.00436681222712e-07| -|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|6.00436681222712e-07| -|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|6.00436681222712e-07| -|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|6.00436681222712e-07| -|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|6.00436681222712e-07| -|pypi|[mbo](https://github.com/basf/mbo)|6.00436681222712e-07| -|pypi|[yupi](https://github.com/yupidevs/yupi)|6.00436681222712e-07| -|pypi|[qtl](https://pypi.org/project/qtl)|6.00436681222712e-07| -|pypi|[agutil](https://github.com/agraubert/agutil)|6.00436681222712e-07| -|pypi|[grequests](https://github.com/kennethreitz/grequests)|6.00436681222712e-07| -|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|6.00436681222712e-07| -|spack|[tclap](http://tclap.sourceforge.net)|6.00436681222712e-07| -|spack|[itk](https://itk.org/)|6.00436681222712e-07| -|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|6.00436681222712e-07| -|cran|[osqp](https://osqp.org)|6.00436681222712e-07| -|cran|[biblio](https://github.com/kamapu/biblio)|6.00436681222712e-07| -|cran|[wdman](https://github.com/ropensci/wdman)|6.00436681222712e-07| -|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|6.00436681222712e-07| -|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|6.00436681222712e-07| -|cran|Ecume|6.00436681222712e-07| -|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|6.00436681222712e-07| -|cran|[cpp11](https://cpp11.r-lib.org)|6.00436681222712e-07| -|cran|[nplr](https://github.com/fredcommo/nplr)|6.00436681222712e-07| -|npm|[joi](https://github.com/hapijs/joi#readme)|6.00436681222712e-07| -|npm|[pm2](http://pm2.keymetrics.io/)|6.00436681222712e-07| -|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|6.004366812227075e-07| -|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|6.004366812227075e-07| -|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|6.004366812227075e-07| -|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|6.004366812227075e-07| -|npm|[long](https://github.com/dcodeIO/long.js#readme)|6.004366812227075e-07| -|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|6.004366812227075e-07| -|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|6.004366812227075e-07| -|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|6.004366812227075e-07| -|npm|its-set|6.004366812227074e-07| -|npm|babel-plugin-transform-es2015-modules-umd|6.004366812227074e-07| -|npm|eslint-plugin-babel|6.004366812227074e-07| -|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.944323144104804e-07| -|spack|ant|5.9245745622307e-07| -|spack|ceres-solver|5.9245745622307e-07| -|spack|clp|5.9245745622307e-07| -|spack|gdal|5.9245745622307e-07| -|spack|ipp|5.9245745622307e-07| -|spack|jasper|5.9245745622307e-07| -|spack|onnx|5.9245745622307e-07| -|spack|openexr|5.9245745622307e-07| -|spack|openjpeg|5.9245745622307e-07| -|spack|libwebp|5.9245745622307e-07| -|spack|tesseract|5.9245745622307e-07| -|spack|leptonica|5.9245745622307e-07| -|spack|libdc1394|5.9245745622307e-07| -|npm|pretty-hrtime|5.884879912663755e-07| -|npm|utf8|5.884879912663755e-07| -|pypi|[distrax](https://github.com/deepmind/distrax)|5.867124142233368e-07| -|pypi|[json-logging](https://pypi.org/project/json-logging)|5.856476004044141e-07| -|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.848409232688728e-07| -|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.848409232688728e-07| -|rubygems|[redis](https://github.com/redis/redis-rb)|5.817436144763589e-07| -|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.804221251819502e-07| -|pypi|[fastai](https://pypi.org/project/fastai)|5.799339652785176e-07| -|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.799339652785176e-07| -|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.799339652785176e-07| -|pypi|[gradio](https://pypi.org/project/gradio)|5.799339652785176e-07| -|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.799339652785176e-07| -|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.799339652785176e-07| -|cran|locatexec|5.715695330870003e-07| -|cran|doconv|5.715695330870003e-07| -|cran|equatags|5.715695330870003e-07| -|rubygems|warning|5.66126013724267e-07| -|rubygems|minitest-stub-const|5.66126013724267e-07| -|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.66126013724267e-07| -|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.60407569141191e-07| -|cran|mixtools|5.581524078971646e-07| -|cran|enrichR|5.581524078971646e-07| -|cran|metap|5.581524078971646e-07| -|cran|monocle|5.581524078971646e-07| -|cran|Rfast2|5.581524078971646e-07| -|cran|rtracklayer|5.581524078971646e-07| -|cran|GenomeInfoDb|5.581524078971646e-07| -|cran|GenomicRanges|5.581524078971646e-07| -|cran|BiocGenerics|5.581524078971646e-07| -|cran|DESeq2|5.581524078971646e-07| -|cran|MAST|5.581524078971646e-07| -|cran|SingleCellExperiment|5.581524078971646e-07| -|cran|SummarizedExperiment|5.581524078971646e-07| -|cran|S4Vectors|5.581524078971646e-07| -|cran|rsvd|5.581524078971646e-07| -|cran|sctransform|5.581524078971646e-07| -|cran|leiden|5.581524078971646e-07| -|cran|ica|5.581524078971646e-07| -|npm|[string-random](https://github.com/maichong/string-random#readme)|5.575483468496619e-07| -|pypi|[APLpy](http://aplpy.github.io)|5.542492442055796e-07| -|spack|[casacore](https://github.com/casacore/casacore)|5.542492442055796e-07| -|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|babel-plugin-minify-replace|5.482807372046977e-07| -|npm|babel-plugin-minify-numeric-literals|5.482807372046977e-07| -|npm|babel-plugin-minify-mangle-names|5.482807372046977e-07| -|npm|babel-plugin-minify-infinity|5.482807372046977e-07| -|npm|babel-plugin-minify-guarded-expressions|5.482807372046977e-07| -|npm|babel-plugin-minify-flip-comparisons|5.482807372046977e-07| -|npm|babel-plugin-minify-dead-code-elimination|5.482807372046977e-07| -|npm|babel-plugin-minify-constant-folding|5.482807372046977e-07| -|npm|babel-plugin-minify-builtins|5.482807372046977e-07| -|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.448962882096069e-07| -|npm|babel-helper-evaluate-path|5.427979298326508e-07| -|npm|esutils|5.427979298326508e-07| -|npm|babel-helper-is-void-0|5.427979298326508e-07| -|cran|whitening|5.403930131004367e-07| -|cran|randtoolbox|5.403930131004367e-07| -|cran|mc2d|5.403930131004367e-07| -|cran|ggExtra|5.403930131004367e-07| -|cran|DiceDesign|5.403930131004367e-07| -|cran|condMVNorm|5.403930131004367e-07| -|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.401785714285707e-07| -|cran|showtextdb|5.38251211524124e-07| -|cran|sysfonts|5.38251211524124e-07| -|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.349890829694324e-07| -|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.349890829694323e-07| -|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.349890829694323e-07| -|npm|tiny-lr|5.349890829694323e-07| -|npm|grunt-jscs|5.349890829694323e-07| -|pypi|[scikit_image](https://scikit-image.org)|5.337214944201863e-07| -|cran|vars|5.307431378665002e-07| -|cran|systemfit|5.307431378665002e-07| -|cran|poLCA|5.307431378665002e-07| -|cran|orcutt|5.307431378665002e-07| -|cran|muhaz|5.307431378665002e-07| -|cran|modeltests|5.307431378665002e-07| -|cran|lsmeans|5.307431378665002e-07| -|cran|lmodel2|5.307431378665002e-07| -|cran|Kendall|5.307431378665002e-07| -|cran|joineRML|5.307431378665002e-07| -|cran|gmm|5.307431378665002e-07| -|cran|glmnetUtils|5.307431378665002e-07| -|cran|ergm|5.307431378665002e-07| -|cran|cmprsk|5.307431378665002e-07| -|cran|btergm|5.307431378665002e-07| -|cran|binGroup|5.307431378665002e-07| -|cran|AUC|5.307431378665002e-07| -|npm|vhost|5.307431378665002e-07| -|npm|pbkdf2-password|5.307431378665002e-07| -|npm|hbs|5.307431378665002e-07| -|npm|cookie-session|5.307431378665002e-07| -|npm|connect-redis|5.307431378665002e-07| -|npm|type-is|5.307431378665002e-07| -|npm|send|5.307431378665002e-07| -|npm|range-parser|5.307431378665002e-07| -|npm|proxy-addr|5.307431378665002e-07| -|npm|path-to-regexp|5.307431378665002e-07| -|npm|merge-descriptors|5.307431378665002e-07| -|npm|encodeurl|5.307431378665002e-07| -|npm|cookie-signature|5.307431378665002e-07| -|npm|cookie|5.307431378665002e-07| -|npm|content-type|5.307431378665002e-07| -|npm|array-flatten|5.307431378665002e-07| -|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.276564774381419e-07| -|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.276564774381368e-07| -|cran|diagram|5.254357064878353e-07| -|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.223799126637577e-07| -|pypi|[kfac](http://github.com/tensorflow/kfac)|5.196086664427285e-07| -|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.171225005745805e-07| -|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.146600124766118e-07| -|pypi|[kllr](https://github.com/afarahi/kllr)|5.146600124766118e-07| -|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.146600124766118e-07| -|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.146600124766118e-07| -|pypi|[neomodel](https://neomodel.readthedocs.io)|5.146600124766118e-07| -|pypi|[faker](https://github.com/joke2k/faker)|5.146600124766118e-07| -|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.146600124766118e-07| -|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.146600124766118e-07| -|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.146600124766118e-07| -|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.146600124766118e-07| -|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.146600124766118e-07| -|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.146600124766118e-07| -|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.146600124766118e-07| -|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.146600124766118e-07| -|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.146600124766118e-07| -|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.146600124766118e-07| -|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.146600124766118e-07| -|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.146600124766118e-07| -|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.146600124766118e-07| -|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.146600124766118e-07| -|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.146600124766118e-07| -|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.146600124766118e-07| -|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.146600124766118e-07| -|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.146600124766118e-07| -|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.146600124766118e-07| -|spack|[nlopt](https://nlopt.readthedocs.io)|5.146600124766118e-07| -|spack|[armadillo](http://arma.sourceforge.net/)|5.146600124766118e-07| -|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.146600124766118e-07| -|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.146600124766118e-07| -|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.146600124766118e-07| -|cran|[httr2](https://httr2.r-lib.org)|5.146600124766118e-07| -|cran|RISmed|5.146600124766118e-07| -|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.146600124766118e-07| -|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.146600124766118e-07| -|cran|sde|5.146600124766118e-07| -|cran|[itsadug](NA)|5.146600124766118e-07| -|cran|[msm](https://github.com/chjackson/msm)|5.146600124766118e-07| -|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.146600124766118e-07| -|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.146600124766118e-07| -|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.146600124766118e-07| -|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.146600124766118e-07| -|pypi|[random](https://www.pytosquatting.org)|5.146600124766064e-07| -|pypi|[sys](https://github.com/stestagg/sys)|5.146600124766064e-07| -|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.146600124766064e-07| -|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.146600124766064e-07| -|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.146600124766064e-07| -|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.146600124766064e-07| -|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.082207555511293e-07| -|pypi|[usort](https://pypi.org/project/usort)|5.066184497816594e-07| -|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.018895729926678e-07| -|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.018895729926678e-07| -|rubygems|[stackprof](http://github.com/tmm1/stackprof)|5.016853903133308e-07| -|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|5.016306450721353e-07| -|pypi|[lightning](https://pypi.org/project/lightning)|5.016306450721353e-07| -|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|5.016306450721353e-07| -|pypi|[fvcore](https://pypi.org/project/fvcore)|5.016306450721353e-07| -|pypi|[types-redis](https://pypi.org/project/types-redis)|5.016306450721353e-07| -|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|5.016306450721353e-07| -|pypi|[blackdoc](https://pypi.org/project/blackdoc)|5.016306450721353e-07| -|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.988243197850261e-07| -|pypi|[ipytree](https://pypi.org/project/ipytree)|4.899167426460003e-07| -|npm|assume|4.850175752195403e-07| -|npm|spawn-sync|4.850175752195403e-07| -|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.841465730017072e-07| -|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.824937616968217e-07| -|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.80349344978166e-07| -|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.80349344978166e-07| -|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.80349344978166e-07| -|cran|[contentid](https://github.com/cboettig/contentid)|4.803493449781615e-07| -|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.738139797403694e-07| -|pypi|[furl](https://pypi.org/project/furl)|4.7177167810355586e-07| -|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7177167810355586e-07| -|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7177167810355586e-07| -|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7177167810355586e-07| -|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7177167810355586e-07| -|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.6924883490514407e-07| -|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6440024563318777e-07| -|pypi|[stregion](https://pypi.org/project/stregion)|4.6440024563318777e-07| -|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6440024563318777e-07| -|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6440024563318777e-07| -|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6440024563318777e-07| -|rubygems|xpath|4.6020566276940413e-07| -|rubygems|mini_mime|4.6020566276940413e-07| -|rubygems|matrix|4.6020566276940413e-07| -|rubygems|webdrivers|4.6020566276940413e-07| -|rubygems|selenium_statistics|4.6020566276940413e-07| -|rubygems|sauce_whisk|4.6020566276940413e-07| -|rubygems|rspec-instafail|4.6020566276940413e-07| -|rubygems|launchy|4.6020566276940413e-07| -|rubygems|erubi|4.6020566276940413e-07| -|cran|thematic|4.597562431768559e-07| -|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.590210922088651e-07| -|pypi|[yajl](https://pypi.org/project/yajl)|4.590210922088651e-07| -|npm|[request-promise](https://github.com/request/request-promise#readme)|4.574755666458757e-07| -|npm|grunt-release|4.549226895998574e-07| -|npm|grunt-jsdoc|4.549226895998574e-07| -|npm|grunt-mocha-istanbul|4.549226895998574e-07| -|npm|help-me-test|4.549226895998574e-07| -|npm|require-dir|4.549226895998574e-07| -|npm|normalize-path|4.526830702049043e-07| -|npm|homedir-polyfill|4.526830702049043e-07| -|npm|eslint-config-gulp|4.526830702049043e-07| -|npm|resolve-dir|4.526830702049043e-07| -|npm|micromatch|4.526830702049043e-07| -|npm|is-glob|4.526830702049043e-07| -|npm|detect-file|4.526830702049043e-07| -|pypi|[tinygp](https://github.com/dfm/tinygp)|4.52093501155919e-07| -|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.503275109170315e-07| -|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.503275109170315e-07| -|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.503275109170315e-07| -|pypi|[pepita](https://pypi.org/project/pepita)|4.503275109170315e-07| -|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.503275109170315e-07| -|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.503275109170315e-07| -|pypi|[tatter](https://github.com/afarahi/tatter)|4.503275109170315e-07| -|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.503275109170315e-07| -|pypi|[nodepy](https://github.com/ketch/nodepy)|4.503275109170315e-07| -|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.503275109170315e-07| -|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.503275109170315e-07| -|pypi|[sgdml](http://www.sgdml.org)|4.503275109170315e-07| -|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.503275109170315e-07| -|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.503275109170315e-07| -|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.503275109170315e-07| -|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.503275109170315e-07| -|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.503275109170315e-07| -|pypi|[clint](https://github.com/kennethreitz/clint)|4.503275109170315e-07| -|pypi|[plotly_express](https://plotly.express/)|4.503275109170315e-07| -|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.503275109170315e-07| -|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.503275109170315e-07| -|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.503275109170315e-07| -|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.503275109170315e-07| -|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.503275109170315e-07| -|cran|Rlabkey|4.503275109170315e-07| -|cran|COUNT|4.503275109170315e-07| -|cran|[fishtree](https://fishtreeoflife.org/)|4.503275109170315e-07| -|cran|ggvenn|4.503275109170315e-07| -|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.503275109170315e-07| -|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.503275109170315e-07| -|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.503275109170315e-07| -|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.503275109170315e-07| -|npm|[vuetify](https://vuetifyjs.com)|4.503275109170315e-07| -|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.503275109170315e-07| -|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.5032751091703064e-07| -|pypi|[findiff](https://github.com/maroba/findiff)|4.5032751091703064e-07| -|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.5032751091703064e-07| -|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.5032751091703064e-07| -|npm|[gpu.js](http://gpu.rocks/)|4.5032751091702646e-07| -|go|[golang.org/x/net](https://golang.org/x/net)|4.496776876689541e-07| -|pypi|[blessed](https://github.com/jquast/blessed)|4.48826419213977e-07| -|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.45824235807863e-07| -|cran|QSARdata|4.403202328966521e-07| -|cran|dimRed|4.403202328966521e-07| -|cran|ddalpha|4.403202328966521e-07| -|pypi|[time-machine](https://pypi.org/project/time-machine)|4.3862458976375814e-07| -|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.375274409056389e-07| -|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.37461010605119e-07| -|npm|karma-tap-reporter|4.281625313881011e-07| -|npm|karma-spec-reporter|4.281625313881011e-07| -|npm|karma-html-reporter|4.281625313881011e-07| -|npm|karma-chai-sinon|4.281625313881011e-07| -|npm|eslint-plugin-mocha|4.281625313881011e-07| -|npm|eslint-config-nfl|4.281625313881011e-07| -|npm|babel-plugin-transform-class-properties|4.281625313881011e-07| -|npm|react-side-effect|4.281625313881011e-07| -|npm|react-fast-compare|4.281625313881011e-07| -|rubygems|webpacker|4.281625313881011e-07| -|rubygems|rubocop-discourse|4.281625313881011e-07| -|rubygems|dalli|4.281625313881011e-07| -|go|[github.com/fatih/color](https://github.com/fatih/color)|4.276683253782878e-07| -|pypi|[playwright](https://pypi.org/project/playwright)|4.26116354416115e-07| -|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.210854647535894e-07| -|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.205889017055286e-07| -|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.205889017055286e-07| -|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.147753390025295e-07| -|npm|tslint-config-semistandard|4.1280021834061136e-07| -|npm|eslint-plugin-dependencies|4.1280021834061136e-07| -|npm|eslint-config-semistandard|4.1280021834061136e-07| -|npm|doctoc|4.1280021834061136e-07| -|npm|snappy|4.1280021834061136e-07| -|npm|optional|4.1280021834061136e-07| -|npm|nested-error-stacks|4.1280021834061136e-07| -|npm|denque|4.1280021834061136e-07| -|npm|buffermaker|4.1280021834061136e-07| -|npm|buffer-crc32|4.1280021834061136e-07| -|npm|binary|4.1280021834061136e-07| -|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.12064389074408e-07| -|npm|safe-publish-latest|4.0884428866927143e-07| -|npm|object-keys|4.0884428866927143e-07| -|npm|npmignore|4.0884428866927143e-07| -|npm|mv|4.0884428866927143e-07| -|npm|eclint|4.0884428866927143e-07| -|npm|copy-dir|4.0884428866927143e-07| -|npm|aud|4.0884428866927143e-07| -|npm|array.prototype.map|4.0884428866927143e-07| -|npm|supports-preserve-symlinks-flag|4.0884428866927143e-07| -|npm|path-parse|4.0884428866927143e-07| -|npm|is-core-module|4.0884428866927143e-07| -|rubygems|hashdiff|4.086722161572052e-07| -|rubygems|crack|4.086722161572052e-07| -|rubygems|patron|4.086722161572052e-07| -|rubygems|httpclient|4.086722161572052e-07| -|rubygems|http|4.086722161572052e-07| -|rubygems|excon|4.086722161572052e-07| -|rubygems|em-http-request|4.086722161572052e-07| -|rubygems|curb|4.086722161572052e-07| -|rubygems|async-http|4.086722161572052e-07| -|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.039301310043642e-07| -|pypi|[spaghetti](https://github.com/pysal/spaghetti)|4.0029112081513965e-07| -|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|4.0029112081513965e-07| -|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|4.0029112081513965e-07| -|pypi|[modAL](https://modAL-python.github.io/)|4.0029112081513965e-07| -|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|4.0029112081513965e-07| -|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|4.0029112081513965e-07| -|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|4.0029112081513965e-07| -|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|4.0029112081513965e-07| -|pypi|[publib](https://github.com/erwanp/publib)|4.0029112081513965e-07| -|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|4.0029112081513965e-07| -|pypi|[fleck](https://github.com/bmorris3/fleck)|4.0029112081513965e-07| -|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|4.0029112081513965e-07| -|pypi|[yabox](https://github.com/pablormier/yabox)|4.0029112081513965e-07| -|pypi|[htof](https://pypi.org/project/htof)|4.0029112081513965e-07| -|pypi|[acor](http://github.com/dfm/acor)|4.0029112081513965e-07| -|pypi|[stanza](https://github.com/stanfordnlp/stanza)|4.0029112081513965e-07| -|pypi|[injector](https://github.com/alecthomas/injector)|4.0029112081513965e-07| -|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|4.0029112081513965e-07| -|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|4.0029112081513965e-07| -|pypi|[easywebdav](http://github.com/amnong/easywebdav)|4.0029112081513965e-07| -|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|4.0029112081513965e-07| -|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|4.0029112081513965e-07| -|pypi|[textdistance](https://github.com/orsinium/textdistance)|4.0029112081513965e-07| -|pypi|[sk-video](http://scikit-video.org/)|4.0029112081513965e-07| -|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|4.0029112081513965e-07| -|pypi|[chaospy](https://chaospy.readthedocs.io/)|4.0029112081513965e-07| -|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|4.0029112081513965e-07| -|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|4.0029112081513965e-07| -|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|4.0029112081513965e-07| -|pypi|[retriever](https://github.com/weecology/retriever)|4.0029112081513965e-07| -|pypi|[dca](https://github.com/theislab/dca)|4.0029112081513965e-07| -|cran|[babette](https://docs.ropensci.org/babette/)|4.0029112081513965e-07| -|cran|treeman|4.0029112081513965e-07| -|cran|[treemapify](https://wilkox.org/treemapify/)|4.0029112081513965e-07| -|cran|[restez](https://github.com/ropensci/restez#readme)|4.0029112081513965e-07| -|cran|[spocc](https://github.com/ropensci/spocc)|4.0029112081513965e-07| -|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|4.0029112081513965e-07| -|cran|mcclust|4.0029112081513965e-07| -|cran|[rdist](https://github.com/blasern/rdist)|4.0029112081513965e-07| -|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|4.0029112081513965e-07| -|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|4.0029112081513965e-07| -|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|4.0029112081513965e-07| -|cran|[minerva](https://www.r-project.org)|4.0029112081513965e-07| -|cran|[memuse](https://github.com/shinra-dev/memuse)|4.0029112081513965e-07| -|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|4.0029112081513965e-07| -|cran|[kinship2](https://cran.r-project.org/package=kinship2)|4.0029112081513965e-07| -|cran|[corrr](https://github.com/tidymodels/corrr)|4.0029112081513965e-07| -|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|4.0029112081513965e-07| -|cran|[randomForestSRC](https://www.randomforestsrc.org/)|4.0029112081513965e-07| -|npm|[config](http://github.com/node-config/node-config.git)|4.0029112081513965e-07| -|npm|[line-height](https://github.com/twolfson/line-height)|4.0029112081513965e-07| -|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|4.0029112081513965e-07| -|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|4.0029112081513965e-07| -|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|4.0029112081513965e-07| -|npm|[react-sigma](https://github.com/dunnock/react-sigma)|4.0029112081513965e-07| -|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|4.0029112081513965e-07| -|npm|[js-sha256](https://github.com/emn178/js-sha256)|4.0029112081513965e-07| -|npm|[rjsf](https://www.rjsf.io/)|4.0029112081513965e-07| -|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|4.0029112081513965e-07| -|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|4.0029112081513965e-07| -|pypi|[vmad](https://pypi.org/project/vmad)|4.002911208151383e-07| -|pypi|[abopt](https://pypi.org/project/abopt)|4.002911208151383e-07| -|pypi|[fastpm](https://pypi.org/project/fastpm)|4.002911208151383e-07| -|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|4.002911208151383e-07| -|pypi|[k2plr](https://github.com/rodluger/k2plr)|4.002911208151383e-07| -|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|4.002911208151383e-07| -|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|4.002911208151383e-07| -|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9628820960698934e-07| -|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9628820960698934e-07| -|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8809443831277897e-07| -|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8379651604328846e-07| -|pypi|[panflute](https://pypi.org/project/panflute)|3.8379651604328846e-07| -|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8379651604328846e-07| -|cran|shinycustomloader|3.8179941142965606e-07| -|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.8104635539133356e-07| -|pypi|[pypng](https://pypi.org/project/pypng)|3.8104635539133356e-07| -|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.8104635539133356e-07| -|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.8104635539133356e-07| -|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.7922316708802756e-07| -|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.7090520074191995e-07| -|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.6804039301309984e-07| -|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.6580450117568017e-07| -|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.6580450117568017e-07| -|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.6580450117568017e-07| -|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.6580450117568017e-07| -|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.6580450117568017e-07| -|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.6580450117568017e-07| -|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.6580450117568017e-07| -|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.6580450117568017e-07| -|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.6580450117568017e-07| -|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.6580450117568017e-07| -|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.6580450117568017e-07| -|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.6580450117568017e-07| -|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.6580450117568017e-07| -|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.6580450117568017e-07| -|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.6580450117568017e-07| -|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.6580450117568017e-07| -|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.6580450117568017e-07| -|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.6580450117568017e-07| -|rubygems|rspec-extra-formatters|3.6393815167988596e-07| -|rubygems|paranoia|3.6393815167988596e-07| -|rubygems|paper_trail|3.6393815167988596e-07| -|rubygems|discard|3.6393815167988596e-07| -|rubygems|database_cleaner|3.6393815167988596e-07| -|rubygems|after_commit_action|3.6393815167988596e-07| -|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.602620087336313e-07| -|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.602620087336313e-07| -|pypi|[clldutils](https://github.com/clld/clldutils)|3.602620087336313e-07| -|pypi|[pypka](https://pypka.org)|3.602620087336313e-07| -|cran|scatterpie|3.602620087336313e-07| -|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.602620087336262e-07| -|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.602620087336262e-07| -|pypi|[st-pages](https://pypi.org/project/st-pages)|3.602620087336262e-07| -|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.602620087336262e-07| -|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.602620087336262e-07| -|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.602620087336262e-07| -|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.602620087336262e-07| -|pypi|[fsps](https://github.com/dfm/python-fsps)|3.602620087336262e-07| -|pypi|[slab](http://github.com/DrMarc/slab.git)|3.602620087336262e-07| -|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.602620087336262e-07| -|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.602620087336262e-07| -|pypi|[muse-origin](https://github.com/musevlt/origin)|3.602620087336262e-07| -|pypi|[libroadrunner](http://libroadrunner.org)|3.602620087336262e-07| -|pypi|[cora](https://heycora.com)|3.602620087336262e-07| -|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.602620087336262e-07| -|cran|[liger](https://github.com/JEFworks/liger)|3.602620087336262e-07| -|cran|ggm|3.602620087336262e-07| -|cran|[scrapeR](http://www.ryanacton.com)|3.602620087336262e-07| -|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.602620087336262e-07| -|cran|pmsampsize|3.602620087336262e-07| -|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.602620087336262e-07| -|cran|[drat](https://github.com/eddelbuettel/drat)|3.602620087336262e-07| -|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.602620087336262e-07| -|cran|[jmvcore](https://www.jamovi.org)|3.602620087336262e-07| -|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.602620087336262e-07| -|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.602620087336262e-07| -|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.602620087336262e-07| -|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.602620087336262e-07| -|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.602620087336262e-07| -|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.6026200873362445e-07| -|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.6026200873362445e-07| -|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.6026200873362445e-07| -|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.6026200873362445e-07| -|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.6026200873362445e-07| -|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.6026200873362445e-07| -|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.6026200873362445e-07| -|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.6026200873362117e-07| -|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.6026200873362117e-07| -|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.6026200873362117e-07| -|cran|[cowsay](https://github.com/sckott/cowsay)|3.6026200873362117e-07| -|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.524302259350674e-07| -|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.381341144773839e-07| -|go|github.com/opencontainers/go-digest|3.361393082274746e-07| -|go|github.com/opencontainers/image-spec|3.361393082274746e-07| -|pypi|[grpcio-reflection](https://grpc.io)|3.3324235807860515e-07| -|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.2751091703057206e-07| -|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.275109170305677e-07| -|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.275109170305677e-07| -|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.275109170305677e-07| -|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.275109170305677e-07| -|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.275109170305677e-07| -|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.275109170305677e-07| -|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.27510917030567e-07| -|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.27510917030567e-07| -|pypi|[OpenNMT-py](https://opennmt.net/)|3.27510917030567e-07| -|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.27510917030567e-07| -|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.27510917030567e-07| -|pypi|[fastcluster](http://danifold.net)|3.27510917030567e-07| -|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.27510917030567e-07| -|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.27510917030567e-07| -|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.27510917030567e-07| -|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.27510917030567e-07| -|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.27510917030567e-07| -|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.27510917030567e-07| -|pypi|[dask-image](https://github.com/dask/dask-image)|3.27510917030567e-07| -|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.27510917030567e-07| -|pypi|[amply](http://github.com/willu47/amply)|3.27510917030567e-07| -|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.27510917030567e-07| -|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.27510917030567e-07| -|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.27510917030567e-07| -|pypi|[biomaj](http://biomaj.genouest.org)|3.27510917030567e-07| -|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.27510917030567e-07| -|pypi|[energyflow](https://energyflow.network)|3.27510917030567e-07| -|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.27510917030567e-07| -|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.27510917030567e-07| -|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.27510917030567e-07| -|pypi|[bravado](https://github.com/Yelp/bravado)|3.27510917030567e-07| -|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.27510917030567e-07| -|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.27510917030567e-07| -|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.27510917030567e-07| -|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.27510917030567e-07| -|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.27510917030567e-07| -|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.27510917030567e-07| -|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.27510917030567e-07| -|cran|[sofa](https://github.com/ropensci/sofa)|3.27510917030567e-07| -|cran|[elastic](https://docs.ropensci.org/elastic)|3.27510917030567e-07| -|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.27510917030567e-07| -|cran|[genie](http://genieclust.gagolewski.com/)|3.27510917030567e-07| -|cran|[optparse](https://github.com/trevorld/r-optparse)|3.27510917030567e-07| -|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.27510917030567e-07| -|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.27510917030567e-07| -|cran|[irr](https://www.r-project.org)|3.27510917030567e-07| -|cran|pbs|3.27510917030567e-07| -|cran|[BFpack](https://github.com/jomulder/BFpack)|3.27510917030567e-07| -|cran|lspline|3.27510917030567e-07| -|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.27510917030567e-07| -|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.27510917030567e-07| -|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.27510917030567e-07| -|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.27510917030567e-07| -|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.242358078602631e-07| -|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.242358078602631e-07| -|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.151969760999209e-07| -|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.0522197962154394e-07| -|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.023177695666779e-07| -|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.023177695666779e-07| -|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.023177695666779e-07| -|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.023177695666779e-07| -|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.023177695666779e-07| -|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.023177695666779e-07| -|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.023177695666779e-07| -|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.023177695666779e-07| -|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|3.00218340611356e-07| -|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|3.00218340611356e-07| -|pypi|[k2sc](https://github.com/OxES/k2sc)|3.00218340611356e-07| -|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|3.00218340611356e-07| -|pypi|[octopuspy](https://github.com/afatt/octopuspy)|3.00218340611356e-07| -|pypi|[yacs](https://github.com/rbgirshick/yacs)|3.00218340611356e-07| -|pypi|[daft](http://daft-pgm.org)|3.00218340611356e-07| -|pypi|[deeprank](https://github.com/DeepRank/deeprank)|3.00218340611356e-07| -|pypi|[iScore](https://github.com/DeepRank/iScore)|3.00218340611356e-07| -|pypi|[plonk](https://github.com/dmentipl/plonk)|3.00218340611356e-07| -|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|3.00218340611356e-07| -|pypi|[prox_tv](https://github.com/albarji/proxTV)|3.00218340611356e-07| -|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|3.00218340611356e-07| -|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|3.00218340611356e-07| -|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|3.00218340611356e-07| -|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|3.00218340611356e-07| -|cran|rje|3.00218340611356e-07| -|cran|[usefun](https://github.com/bblodfon/usefun)|3.00218340611356e-07| -|cran|rCAT|3.00218340611356e-07| -|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|3.00218340611356e-07| -|cran|[strex](https://rorynolan.github.io/strex/)|3.00218340611356e-07| -|cran|[signs](https://benjaminwolfe.github.io/signs)|3.00218340611356e-07| -|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|3.00218340611356e-07| -|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|3.00218340611356e-07| -|npm|[echarts](https://echarts.apache.org)|3.00218340611356e-07| -|npm|[element-plus](https://element-plus.org/)|3.00218340611356e-07| -|npm|[mysql](https://github.com/mysqljs/mysql#readme)|3.00218340611356e-07| -|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|3.00218340611356e-07| -|go|[github.com/brentp/bix](https://github.com/brentp/bix)|3.0021834061135374e-07| -|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|3.0021834061135374e-07| -|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|3.0021834061135374e-07| -|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|3.0021834061135374e-07| -|go|[golang.org/x/tools](https://golang.org/x/tools)|3.0021834061135374e-07| -|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.972161572052402e-07| -|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.886714813570729e-07| -|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.8820960698689996e-07| -|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7712462210279483e-07| -|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7712462210279483e-07| -|cran|[repr](https://github.com/IRkernel/repr/)|2.7712462210279483e-07| -|cran|[odin](https://github.com/mrc-ide/odin)|2.7712462210279483e-07| -|pypi|[einsteinpy](https://einsteinpy.org/)|2.771246221027898e-07| -|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.771246221027898e-07| -|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.771246221027898e-07| -|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.771246221027898e-07| -|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.771246221027898e-07| -|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.771246221027898e-07| -|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.771246221027898e-07| -|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.771246221027898e-07| -|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.771246221027898e-07| -|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.771246221027898e-07| -|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.771246221027898e-07| -|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.771246221027898e-07| -|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.771246221027898e-07| -|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.771246221027898e-07| -|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.771246221027898e-07| -|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.771246221027898e-07| -|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.771246221027898e-07| -|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.771246221027898e-07| -|spack|[lua](https://www.lua.org)|2.771246221027898e-07| -|cran|[bib2df](https://github.com/ropensci/bib2df)|2.771246221027898e-07| -|cran|R2jags|2.771246221027898e-07| -|cran|[waiter](https://waiter.john-coene.com/)|2.771246221027898e-07| -|cran|[plumber](https://www.rplumber.io)|2.771246221027898e-07| -|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.771246221027898e-07| -|cran|[pwr](https://github.com/heliosdrm/pwr)|2.771246221027898e-07| -|cran|[likert](http://jason.bryer.org/likert)|2.771246221027898e-07| -|npm|[aws-amplify](https://aws-amplify.github.io/)|2.771246221027881e-07| -|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.771246221027881e-07| -|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.765508651212088e-07| -|pypi|[outcome](https://github.com/python-trio/outcome)|2.741422333125365e-07| -|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.573300062383059e-07| -|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.573300062383059e-07| -|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.573300062383059e-07| -|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.573300062383059e-07| -|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.573300062383059e-07| -|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.573300062383059e-07| -|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.573300062383059e-07| -|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.573300062383059e-07| -|pypi|[dash_auth](https://plotly.com/dash)|2.573300062383059e-07| -|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.573300062383059e-07| -|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.573300062383059e-07| -|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.573300062383059e-07| -|pypi|[cloup](https://github.com/janLuke/cloup)|2.573300062383059e-07| -|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.573300062383059e-07| -|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.573300062383059e-07| -|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.573300062383059e-07| -|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.573300062383059e-07| -|pypi|[dace-query](https://dace.unige.ch/)|2.573300062383059e-07| -|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.573300062383059e-07| -|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.573300062383059e-07| -|spack|[opencv](https://opencv.org/)|2.573300062383059e-07| -|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.573300062383059e-07| -|cran|[cmocean](https://matplotlib.org/cmocean/)|2.573300062383059e-07| -|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.573300062383059e-07| -|cran|sphereplot|2.573300062383059e-07| -|cran|[webdriver](https://github.com/rstudio/webdriver)|2.573300062383059e-07| -|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.573300062383059e-07| -|cran|[anomalize](https://github.com/business-science/anomalize)|2.573300062383059e-07| -|cran|[depmixS4](https://depmix.github.io/)|2.573300062383059e-07| -|cran|GeoLight|2.573300062383059e-07| -|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.573300062383059e-07| -|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.573300062383059e-07| -|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.573300062383059e-07| -|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.573300062383059e-07| -|npm|[json2csv](http://zemirco.github.io/json2csv)|2.573300062383059e-07| -|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.573300062383059e-07| -|npm|[cpx](https://github.com/mysticatea/cpx)|2.573300062383059e-07| -|npm|tls|2.573300062383059e-07| -|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.573300062383059e-07| -|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.573300062383059e-07| -|npm|[svelte-moveable](https://daybrush.com/moveable)|2.573300062383059e-07| -|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.573300062383059e-07| -|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.573300062383059e-07| -|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.530411728009996e-07| -|pypi|[retry](https://github.com/invl/retry)|2.530411728009996e-07| -|go|github.com/docker/distribution|2.5235744573128284e-07| -|go|golang.org/x/sync|2.5235744573128284e-07| -|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.40174672489083e-07| -|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.40174672489083e-07| -|npm|[cesium](http://cesium.com/cesiumjs/)|2.40174672489083e-07| -|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.4017467248908076e-07| -|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.4017467248908076e-07| -|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.4017467248908076e-07| -|pypi|[ficus](https://github.com/camillescott/ficus)|2.4017467248908076e-07| -|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.4017467248908076e-07| -|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.4017467248908076e-07| -|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.4017467248908076e-07| -|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.4017467248908076e-07| -|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.4017467248908076e-07| -|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.4017467248908076e-07| -|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.4017467248908076e-07| -|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.4017467248908076e-07| -|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.4017467248908076e-07| -|cran|[COVID19](https://covid19datahub.io)|2.4017467248908076e-07| -|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.4017467248908076e-07| -|cran|[iotools](http://www.rforge.net/iotools)|2.4017467248908076e-07| -|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.4017467248908076e-07| -|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3777292576419158e-07| -|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2516375545851826e-07| -|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2516375545851574e-07| -|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2516375545851574e-07| -|pypi|[pirecorder](https://github.com/jollejolles)|2.2516375545851574e-07| -|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2516375545851574e-07| -|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2516375545851574e-07| -|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2516375545851574e-07| -|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2516375545851574e-07| -|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2516375545851574e-07| -|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2516375545851574e-07| -|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2516375545851574e-07| -|pypi|[frites](https://github.com/brainets/frites)|2.2516375545851574e-07| -|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2516375545851574e-07| -|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2516375545851574e-07| -|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2516375545851574e-07| -|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2516375545851574e-07| -|cran|[UNF](https://github.com/leeper/UNF)|2.2516375545851574e-07| -|cran|ggnewscale|2.2516375545851574e-07| -|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2516375545851574e-07| -|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2516375545851574e-07| -|cran|[rplos](https://docs.ropensci.org/rplos)|2.2516375545851574e-07| -|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2516375545851574e-07| -|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2516375545851574e-07| -|cran|[greta](https://greta-stats.org)|2.2516375545851574e-07| -|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2516375545851574e-07| -|cran|shinyMatrix|2.2516375545851574e-07| -|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2516375545851574e-07| -|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2516375545851574e-07| -|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2516375545851574e-07| -|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2516375545851574e-07| -|cran|[lunar](http://statistics.lazaridis.eu)|2.2516375545851574e-07| -|cran|[sortable](https://rstudio.github.io/sortable/)|2.2516375545851574e-07| -|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2516375545851574e-07| -|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2516375545851574e-07| -|cran|randomcoloR|2.2516375545851574e-07| -|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2516375545851574e-07| -|cran|[stabs](https://github.com/hofnerb/stabs)|2.2516375545851574e-07| -|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2516375545851574e-07| -|npm|express-flash|2.2516375545851574e-07| -|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2516375545851574e-07| -|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2516375545851532e-07| -|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.229121179039315e-07| -|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.2291211790392898e-07| -|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.2216157205240237e-07| -|go|[github.com/docker/docker](https://github.com/docker/docker)|2.217704165660065e-07| -|go|github.com/davecgh/go-spew|2.1596734383899756e-07| -|go|github.com/onsi/ginkgo|2.1596734383899756e-07| -|go|github.com/onsi/gomega|2.1596734383899756e-07| -|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.119188286668382e-07| -|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.119188286668382e-07| -|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.119188286668382e-07| -|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.119188286668382e-07| -|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.119188286668382e-07| -|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.119188286668382e-07| -|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.119188286668382e-07| -|pypi|[dmsh](https://pypi.org/project/dmsh)|2.119188286668382e-07| -|pypi|[glvis](https://github.com/glvis/pyglvis)|2.119188286668382e-07| -|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.119188286668382e-07| -|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.119188286668382e-07| -|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.119188286668382e-07| -|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.119188286668382e-07| -|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.119188286668382e-07| -|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.119188286668382e-07| -|npm|[root](https://github.com/mafintosh/root#readme)|2.119188286668382e-07| -|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.1191882866683568e-07| -|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.1191882866683568e-07| -|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.1191882866683568e-07| -|cran|[wpp2015](http://esa.un.org/wpp)|2.097996403801692e-07| -|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|2.0014556040756982e-07| -|pypi|[elisa](https://github.com/mikecokina/elisa)|2.0014556040756982e-07| -|pypi|[kplr](https://github.com/dfm/kplr)|2.0014556040756982e-07| -|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|2.0014556040756982e-07| -|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|2.0014556040756982e-07| -|pypi|[pymunk](http://www.pymunk.org)|2.0014556040756982e-07| -|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|2.0014556040756982e-07| -|pypi|[properimage](https://github.com/toros-astro/ProperImage)|2.0014556040756982e-07| -|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|2.0014556040756982e-07| -|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|2.0014556040756982e-07| -|pypi|[lcdata](https://github.com/kboone/lcdata)|2.0014556040756982e-07| -|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|2.0014556040756982e-07| -|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|2.0014556040756982e-07| -|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|2.0014556040756982e-07| -|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|2.0014556040756982e-07| -|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|2.0014556040756982e-07| -|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|2.0014556040756982e-07| -|cran|[ascii](https://github.com/mclements/ascii)|2.0014556040756982e-07| -|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|2.0014556040756982e-07| -|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|2.0014556040756982e-07| -|cran|cvTools|2.0014556040756982e-07| -|cran|[blockCV](https://github.com/rvalavi/blockCV)|2.0014556040756982e-07| -|cran|smoother|2.0014556040756982e-07| -|cran|[ptw](https://github.com/rwehrens/ptw)|2.0014556040756982e-07| -|cran|[FedData](https://github.com/ropensci/FedData)|2.0014556040756982e-07| -|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|2.0014556040756982e-07| -|npm|[ltd](https://github.com/overlandjs/ltd#readme)|2.0014556040756982e-07| -|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|2.0014556040756982e-07| -|go|github.com/bradfitz/gomemcache|2.0014556040756916e-07| -|go|github.com/docker/libtrust|2.0014556040756916e-07| -|go|github.com/phayes/permbits|2.0014556040756916e-07| -|go|github.com/spf13/afero|2.0014556040756916e-07| -|go|github.com/spf13/viper|2.0014556040756916e-07| -|go|github.com/sylabs/sif|2.0014556040756916e-07| -|go|github.com/vmihailenco/msgpack|2.0014556040756916e-07| -|go|google.golang.org/appengine|2.0014556040756916e-07| -|cran|[longitudinalData](http:www.r-project.org)|1.9814410480349467e-07| -|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.8961158354401378e-07| -|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-r](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.8961158354401378e-07| -|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.8961158354401378e-07| -|cran|[nabor](https://github.com/jefferis/nabor)|1.8961158354401378e-07| -|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.8961158354401378e-07| -|cran|[turner](http://www.gastonsanchez.com)|1.8961158354401378e-07| -|cran|[blocksdesign]()|1.8961158354401378e-07| -|cran|shinyhelper|1.8961158354401378e-07| -|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.8961158354401378e-07| -|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.8961158354401288e-07| -|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.8961158354401288e-07| -|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.8961158354401288e-07| -|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.8961158354401288e-07| -|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.8961158354401288e-07| -|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.8961158354401288e-07| -|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.8961158354401288e-07| -|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.8961158354401288e-07| -|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.8961158354401288e-07| -|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.8961158354401288e-07| -|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.8961158354401288e-07| -|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.8961158354401288e-07| -|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.8961158354401288e-07| -|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.8961158354401288e-07| -|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.8961158354401288e-07| -|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.8961158354401288e-07| -|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.801310043668131e-07| -|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.801310043668131e-07| -|cran|[symengine](https://github.com/symengine/symengine.R)|1.801310043668131e-07| -|cran|[sensitivity](NA)|1.801310043668131e-07| -|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.801310043668131e-07| -|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.8013100436681222e-07| -|go|[github.com/biogo/store](https://github.com/biogo/store)|1.8013100436681222e-07| -|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.8013100436681222e-07| -|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.8013100436681222e-07| -|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.8013100436681222e-07| -|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.8013100436681222e-07| -|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.8013100436681222e-07| -|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.8013100436681222e-07| -|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.8013100436681222e-07| -|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.8013100436681222e-07| -|cran|[dqrng](https://daqana.github.io/dqrng/)|1.8013100436681058e-07| -|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7494151590767338e-07| -|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7155333749220307e-07| -|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7155333749220307e-07| -|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7155333749220307e-07| -|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7155333749220307e-07| -|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7155333749220307e-07| -|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7155333749220307e-07| -|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7155333749220307e-07| -|cran|[desplot](https://kwstat.github.io/desplot/)|1.7155333749220307e-07| -|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7155333749220307e-07| -|cran|PairedData|1.7155333749220307e-07| -|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7155333749220307e-07| -|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.7155333749220212e-07| -|pypi|[torchdata](https://github.com/pytorch/data)|1.6983780411728007e-07| -|go|github.com/antchfx/jsonquery|1.6375545851528386e-07| -|go|github.com/bhmj/jsonslice|1.6375545851528386e-07| -|go|github.com/codegangsta/negroni|1.6375545851528386e-07| -|go|github.com/evanphx/json-patch/v5|1.6375545851528386e-07| -|go|github.com/gorilla/context|1.6375545851528386e-07| -|go|github.com/grandcat/zeroconf|1.6375545851528386e-07| -|go|github.com/justinas/alice|1.6375545851528386e-07| -|go|github.com/kelseyhightower/envconfig|1.6375545851528386e-07| -|go|github.com/linksmart/go-sec|1.6375545851528386e-07| -|go|github.com/linksmart/service-catalog/v3|1.6375545851528386e-07| -|go|github.com/miekg/dns|1.6375545851528386e-07| -|go|github.com/rs/cors|1.6375545851528386e-07| -|go|github.com/satori/go.uuid|1.6375545851528386e-07| -|go|github.com/syndtr/goleveldb|1.6375545851528386e-07| -|go|github.com/xeipuuv/gojsonschema|1.6375545851528386e-07| -|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6375545851528386e-07| -|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6375545851528386e-07| -|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6375545851528386e-07| -|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6375545851528386e-07| -|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6375545851528386e-07| -|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6375545851528386e-07| -|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6375545851528386e-07| -|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6375545851528386e-07| -|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6375545851528386e-07| -|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.637554585152835e-07| -|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.637554585152835e-07| -|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.637554585152835e-07| -|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.637554585152835e-07| -|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.637554585152835e-07| -|pypi|[astral](https://github.com/sffjunkie/astral)|1.637554585152835e-07| -|cran|harmonicmeanp|1.637554585152835e-07| -|cran|NBPSeq|1.637554585152835e-07| -|cran|[rmdformats](https://github.com/juba/rmdformats)|1.637554585152835e-07| -|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6211790393013155e-07| -|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6211790393013155e-07| -|spack|[clapack](https://www.netlib.org/clapack/)|1.566356559711403e-07| -|spack|[qwt](http://qwt.sourceforge.net/)|1.566356559711403e-07| -|cran|[dams](https://github.com/jsta/dams)|1.566356559711403e-07| -|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.566356559711403e-07| -|cran|[ggtern](http://www.ggtern.com)|1.566356559711403e-07| -|cran|[coloc](https://github.com/chr1swallace/coloc)|1.566356559711403e-07| -|pypi|[your](https://github.com/thepetabyteproject/your)|1.5663565597113777e-07| -|cran|[coro](https://github.com/r-lib/coro)|1.5506929941142995e-07| -|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.535810830882579e-07| -|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.535810830882579e-07| -|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.50109170305678e-07| -|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.50109170305678e-07| -|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.50109170305678e-07| -|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.50109170305678e-07| -|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.50109170305678e-07| -|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.50109170305678e-07| -|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.50109170305678e-07| -|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.50109170305678e-07| -|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.50109170305678e-07| -|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.50109170305678e-07| -|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.50109170305678e-07| -|pypi|[demandlib](https://github.com/oemof/demandlib)|1.50109170305678e-07| -|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.50109170305678e-07| -|pypi|[dhnx](https://pypi.org/project/dhnx)|1.50109170305678e-07| -|pypi|[turbustat](https://turbustat.readthedocs.org)|1.50109170305678e-07| -|pypi|[Pyside6](https://www.pyside.org)|1.50109170305678e-07| -|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.50109170305678e-07| -|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.50109170305678e-07| -|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.50109170305678e-07| -|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.50109170305678e-07| -|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.50109170305678e-07| -|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.50109170305678e-07| -|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.50109170305678e-07| -|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.50109170305678e-07| -|cran|[ucminf](NA)|1.48608078602621e-07| -|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.441048034934525e-07| -|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.441048034934525e-07| -|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4410480349344998e-07| -|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4410480349344998e-07| -|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4410480349344998e-07| -|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4410480349344998e-07| -|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4410480349344998e-07| -|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4410480349344998e-07| -|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4410480349344998e-07| -|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4410480349344998e-07| -|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4410480349344998e-07| -|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4410480349344998e-07| -|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4410480349344998e-07| -|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4410480349344998e-07| -|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4410480349344998e-07| -|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4410480349344998e-07| -|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4410480349344998e-07| -|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.385623110513949e-07| -|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.385623110513949e-07| -|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.385623110513949e-07| -|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.385623110513949e-07| -|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.385623110513949e-07| -|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.385623110513949e-07| -|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.385623110513949e-07| -|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.385623110513949e-07| -|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.385623110513949e-07| -|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.385623110513949e-07| -|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.385623110513949e-07| -|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.385623110513949e-07| -|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.385623110513949e-07| -|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.385623110513949e-07| -|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.385623110513949e-07| -|pypi|[authlib](https://authlib.org/)|1.385623110513949e-07| -|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.385623110513949e-07| -|npm|[download](https://github.com/kevva/download#readme)|1.385623110513949e-07| -|npm|[ftp](https://github.com/mscdex/node-ftp)|1.385623110513949e-07| -|npm|pipeline|1.385623110513949e-07| -|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3856231105139405e-07| -|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3856231105139405e-07| -|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3856231105139405e-07| -|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3856231105139405e-07| -|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3856231105139405e-07| -|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3856231105139405e-07| -|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3856231105139405e-07| -|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3856231105139405e-07| -|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3856231105139405e-07| -|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3856231105139405e-07| -|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.3798855406981476e-07| -|go|[github.com/google/shlex](https://github.com/google/shlex)|1.3798855406981476e-07| -|pypi|[fspath](https://github.com/return42/fspath)|1.3717668794088111e-07| -|go|github.com/containernetworking/cni|1.3599374781990542e-07| -|go|github.com/containernetworking/plugins|1.3599374781990542e-07| -|go|github.com/containers/common|1.3599374781990542e-07| -|go|github.com/containers/image/v5|1.3599374781990542e-07| -|go|github.com/cyphar/filepath-securejoin|1.3599374781990542e-07| -|go|github.com/moby/term|1.3599374781990542e-07| -|go|github.com/opencontainers/runc|1.3599374781990542e-07| -|go|github.com/opencontainers/runtime-spec|1.3599374781990542e-07| -|go|github.com/opencontainers/runtime-tools|1.3599374781990542e-07| -|go|github.com/opencontainers/selinux|1.3599374781990542e-07| -|go|gopkg.in/yaml.v2|1.3599374781990542e-07| -|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3509825327511172e-07| -|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.3343037360504657e-07| -|pypi|[geobo](https://github.com/sebhaan/geobo)|1.3343037360504657e-07| -|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.3343037360504657e-07| -|npm|[cover](http://www.cover.io)|1.3209606986899644e-07| -|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3209606986899644e-07| -|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3209606986899644e-07| -|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2866500311915295e-07| -|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2866500311915295e-07| -|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2866500311915295e-07| -|cran|[audio](http://www.rforge.net/audio/)|1.2737835308795942e-07| -|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2422827887366413e-07| -|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2422827887366413e-07| -|npm|[sendgrid](https://sendgrid.com)|1.2212271482495825e-07| -|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2212271482495825e-07| -|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2212271482495825e-07| -|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2212271482495825e-07| -|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2212271482495825e-07| -|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2008733624454038e-07| -|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.2008733624454038e-07| -|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1888646288209579e-07| -|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.1505141569235108e-07| -|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.1505141569235108e-07| -|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1145605895196575e-07| -|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.091703056768565e-07| -|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.091703056768565e-07| -|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.091703056768565e-07| -|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.091703056768565e-07| -|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.059594143334191e-07| -|pypi|[drop](https://github.com/cod3monk/drop)|1.0293200249532159e-07| -|npm|[dedent](https://github.com/dmnd/dedent)|1.0190268247036855e-07| -|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|1.0007278020378491e-07| -|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.907205240174734e-08| -|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.736811046854773e-08| -|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.480579177200689e-08| -|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.480579177200689e-08| -|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.480579177200689e-08| -|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.263880224578981e-08| -|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.237487403426241e-08| -|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.237487403426241e-08| -|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.237487403426241e-08| -|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.237487403426241e-08| -|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.145112529392032e-08| -|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.145112529392032e-08| -|npm|[opn](https://github.com/sindresorhus/open#readme)|9.145112529392032e-08| -|npm|[node-http2](https://github.com/kaazing/node-http2)|9.145112529392032e-08| -|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.145112529392032e-08| -|pypi|[technical](https://github.com/freqtrade/technical)|9.006550218340782e-08| -|pypi|[janus](https://github.com/aio-libs/janus)|9.006550218340655e-08| -|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|9.006550218340655e-08| -|pypi|[viscm](https://github.com/bids/viscm)|8.916484716157184e-08| -|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.916484716157184e-08| -|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.916484716157184e-08| -|pypi|[py3Dmol](https://3dmol.org)|8.916484716157184e-08| -|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.786878261795626e-08| -|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.577666874610153e-08| -|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.577666874610153e-08| -|pypi|[dash-auth](https://plotly.com/dash)|8.577666874610153e-08| -|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.577666874610106e-08| -|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.577666874610106e-08| -|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.577666874610106e-08| -|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.577666874610106e-08| -|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.577666874610106e-08| -|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.577666874610106e-08| -|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.577666874610106e-08| -|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.577666874610106e-08| -|go|[github.com/creack/pty](https://github.com/creack/pty)|8.577666874610106e-08| -|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.577666874610106e-08| -|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.577666874610106e-08| -|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.577666874610106e-08| -|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.577666874610106e-08| -|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.577666874610106e-08| -|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.577666874610106e-08| -|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.577666874610106e-08| -|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.577666874610106e-08| -|go|[github.com/lib/pq](https://github.com/lib/pq)|8.577666874610106e-08| -|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.577666874610106e-08| -|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.577666874610106e-08| -|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.577666874610106e-08| -|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.577666874610106e-08| -|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.577666874610106e-08| -|go|[google.golang.org/api](https://google.golang.org/api)|8.577666874610106e-08| -|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.577666874610106e-08| -|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.577666874610106e-08| -|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.577666874610106e-08| -|go|[rsc.io/getopt](https://rsc.io/getopt)|8.577666874610106e-08| -|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.378186249619176e-08| -|go|github.com/Netflix/go-expect|8.378186249619173e-08| -|go|github.com/ProtonMail/go-crypto|8.378186249619173e-08| -|go|github.com/adigunhammedolalekan/registry-auth|8.378186249619173e-08| -|go|github.com/apex/log|8.378186249619173e-08| -|go|github.com/blang/semver/v4|8.378186249619173e-08| -|go|github.com/buger/jsonparser|8.378186249619173e-08| -|go|github.com/containerd/containerd|8.378186249619173e-08| -|go|github.com/go-log/log|8.378186249619173e-08| -|go|github.com/gosimple/slug|8.378186249619173e-08| -|go|github.com/opencontainers/umoci|8.378186249619173e-08| -|go|github.com/pelletier/go-toml|8.378186249619173e-08| -|go|github.com/seccomp/libseccomp-golang|8.378186249619173e-08| -|go|github.com/sylabs/json-resp|8.378186249619173e-08| -|go|github.com/sylabs/scs-build-client|8.378186249619173e-08| -|go|github.com/sylabs/scs-key-client|8.378186249619173e-08| -|go|github.com/sylabs/scs-library-client|8.378186249619173e-08| -|go|github.com/sylabs/sif/v2|8.378186249619173e-08| -|go|github.com/vbauerster/mpb/v4|8.378186249619173e-08| -|go|github.com/vbauerster/mpb/v6|8.378186249619173e-08| -|go|golang.org/x/term|8.378186249619173e-08| -|go|gotest.tools/v3|8.378186249619173e-08| -|go|mvdan.cc/sh/v3|8.378186249619173e-08| -|go|oras.land/oras-go|8.378186249619173e-08| -|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|8.005822416302944e-08| -|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|8.005822416302819e-08| -|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|8.005822416302819e-08| -|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|8.005822416302819e-08| -|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|8.005822416302819e-08| -|pypi|[django-rq](https://github.com/rq/django-rq)|8.005822416302819e-08| -|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|8.005822416302819e-08| -|pypi|[google](http://breakingcode.wordpress.com/)|8.005822416302819e-08| -|rubygems|[aasm](https://github.com/aasm/aasm)|8.005822416302819e-08| -|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|8.005822416302819e-08| -|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|8.005822416302819e-08| -|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|8.005822416302819e-08| -|rubygems|[octicons_helper](https://github.com/primer/octicons)|8.005822416302819e-08| -|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|8.005822416302819e-08| -|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|8.005822416302819e-08| -|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|8.005822416302819e-08| -|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|8.005822416302819e-08| -|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|8.005822416302819e-08| -|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|8.005822416302819e-08| -|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|8.005822416302819e-08| -|rubygems|[searchkick](https://github.com/ankane/searchkick)|8.005822416302819e-08| -|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|8.005822416302819e-08| -|rubygems|[issue](http://github.com/xuanxu/issue)|8.005822416302819e-08| -|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|8.005822416302819e-08| -|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|8.005822416302819e-08| -|npm|[parents](https://github.com/substack/node-parents)|7.846506550218292e-08| -|npm|[coverify](https://github.com/substack/coverify)|7.846506550218292e-08| -|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.665149121992012e-08| -|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.43040393013105e-08| -|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.352285892522971e-08| -|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.352285892522971e-08| -|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.352285892522971e-08| -|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.352285892522971e-08| -|rubygems|[image_processing](https://github.com/janko/image_processing)|7.352285892522971e-08| -|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.352285892522971e-08| -|rubygems|[rotp](https://github.com/mdp/rotp)|7.352285892522971e-08| -|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.352285892522971e-08| -|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.352285892522971e-08| -|rubygems|[diffy](http://github.com/samg/diffy)|7.352285892522971e-08| -|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.352285892522971e-08| -|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.352285892522971e-08| -|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.352285892522971e-08| -|rubygems|[whenever](https://github.com/javan/whenever)|7.352285892522971e-08| -|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.352285892522971e-08| -|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.352285892522971e-08| -|rubygems|[thwait](https://github.com/ruby/thwait)|7.352285892522971e-08| -|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.352285892522971e-08| -|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.352285892522971e-08| -|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.352285892522845e-08| -|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.352285892522845e-08| -|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.352285892522845e-08| -|rubygems|[devise](https://github.com/heartcombo/devise)|7.352285892522845e-08| -|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.352285892522845e-08| -|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.352285892522845e-08| -|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.352285892522845e-08| -|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.205240174672625e-08| -|cran|[enviPick](NA)|7.205240174672499e-08| -|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.133187772925823e-08| -|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.928115552569745e-08| -|pypi|[tagore](https://github.com/jordanlab/tagore)|6.797396391200442e-08| -|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.797396391200442e-08| -|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.604803493449822e-08| -|npm|[vx](https://github.com/vxjs/vx)|6.433250155957648e-08| -|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.368917654397971e-08| -|npm|eslint-config-richienb|6.368917654397971e-08| -|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.368917654397971e-08| -|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.368917654397971e-08| -|pypi|[comet](http://comet.transientskp.org/)|6.320386118133751e-08| -|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.320386118133751e-08| -|pypi|[icecream](https://github.com/gruns/icecream)|6.320386118133751e-08| -|npm|[aproba](https://github.com/iarna/aproba)|6.106135741247912e-08| -|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.106135741247912e-08| -|npm|concat-map|6.106135741247912e-08| -|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.106135741247912e-08| -|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.106135741247912e-08| -|pypi|[trustme](https://github.com/python-trio/trustme)|5.9443231441047894e-08| -|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.810677560219777e-08| -|pypi|[flowTorch](https://flowtorch.ai/users)|5.6290938864628936e-08| -|go|github.com/blang/semver|5.221188532371369e-08| -|go|github.com/buger/goterm|5.221188532371369e-08| -|go|github.com/checkpoint-restore/checkpointctl|5.221188532371369e-08| -|go|github.com/checkpoint-restore/go-criu/v5|5.221188532371369e-08| -|go|github.com/container-orchestrated-devices/container-device-interface|5.221188532371369e-08| -|go|github.com/containers/buildah|5.221188532371369e-08| -|go|github.com/containers/conmon|5.221188532371369e-08| -|go|github.com/containers/ocicrypt|5.221188532371369e-08| -|go|github.com/containers/psgo|5.221188532371369e-08| -|go|github.com/containers/storage|5.221188532371369e-08| -|go|github.com/coreos/go-systemd/v22|5.221188532371369e-08| -|go|github.com/coreos/stream-metadata-go|5.221188532371369e-08| -|go|github.com/digitalocean/go-qemu|5.221188532371369e-08| -|go|github.com/docker/go-connections|5.221188532371369e-08| -|go|github.com/docker/go-plugins-helpers|5.221188532371369e-08| -|go|github.com/docker/go-units|5.221188532371369e-08| -|go|github.com/dtylman/scp|5.221188532371369e-08| -|go|github.com/godbus/dbus/v5|5.221188532371369e-08| -|go|github.com/google/gofuzz|5.221188532371369e-08| -|go|github.com/gorilla/handlers|5.221188532371369e-08| -|go|github.com/gorilla/schema|5.221188532371369e-08| -|go|github.com/hashicorp/go-multierror|5.221188532371369e-08| -|go|github.com/json-iterator/go|5.221188532371369e-08| -|go|github.com/mrunalp/fileutils|5.221188532371369e-08| -|go|github.com/nxadm/tail|5.221188532371369e-08| -|go|github.com/pmezard/go-difflib|5.221188532371369e-08| -|go|github.com/rootless-containers/rootlesskit|5.221188532371369e-08| -|go|github.com/stretchr/testify|5.221188532371369e-08| -|go|github.com/syndtr/gocapability|5.221188532371369e-08| -|go|github.com/uber/jaeger-client-go|5.221188532371369e-08| -|go|github.com/vbauerster/mpb/v7|5.221188532371369e-08| -|go|github.com/vishvananda/netlink|5.221188532371369e-08| -|go|go.etcd.io/bbolt|5.221188532371369e-08| -|go|golang.org/x/text|5.221188532371369e-08| -|go|google.golang.org/protobuf|5.221188532371369e-08| -|go|gopkg.in/inf.v0|5.221188532371369e-08| -|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1466001247660796e-08| -|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.074112799065116e-08| -|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.074112799065116e-08| -|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.074112799065116e-08| -|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.074112799065116e-08| -|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.074112799065116e-08| -|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.935096010049627e-08| -|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.340506129320785e-08| -|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.288833437305077e-08| -|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.1959928076034214e-08| -|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.052947598253289e-08| -|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9628820960698806e-08| -|pypi|[jmp](https://github.com/deepmind/jmp)|3.6393815167988675e-08| -|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.6393815167988675e-08| -|npm|text-table|3.429417198522028e-08| -|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.4057660454287656e-08| -|pypi|[pika](https://pika.readthedocs.io)|3.101385988228624e-08| -|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.048370843130678e-08| -|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.048370843130678e-08| -|cran|[OAIHarvester](NA)|2.9721615720523947e-08| -|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9721615720523947e-08| -|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4275129639737934e-08| -|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4275129639737934e-08| -|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.264504054897061e-08| -|cran|[uroot](https://jalobe.com)|2.2152757058775797e-08| -|pypi|[geomet](https://github.com/geomet/geomet)|1.2384006550218417e-08| -|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.482807372046957e-09| -|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.482807372046957e-09| -|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.482807372046957e-09| +|pypi|[numpy](https://pypi.org/project/numpy)|0.08771648399162085| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030882937612729585| +|cran|R|0.01436417885942687| +|pypi|[scipy](https://pypi.org/project/scipy)|0.012005976178855524| +|pypi|[pytest](https://pypi.org/project/pytest)|0.010824917610944292| +|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009858475666692842| +|cran|[testthat](https://testthat.r-lib.org)|0.009758615499539111| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009596979104241503| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007812619188160334| +|cran|[httr](https://httr.r-lib.org/)|0.007158187956129645| +|cran|[knitr](https://yihui.org/knitr/)|0.006906707784209304| +|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006487118333743963| +|spack|[zlib](https://zlib.net)|0.0063348416188688675| +|cran|utils|0.006133659960132963| +|cran|methods|0.005815946315510491| +|pypi|[six](https://pypi.org/project/six)|0.005751884333841296| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005280257787918372| +|cran|[covr](https://covr.r-lib.org)|0.005172656495021046| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004969948627652628| +|pypi|[h5py](http://www.h5py.org)|0.0046962334469644275| +|pypi|[colorama](https://github.com/tartley/colorama)|0.0045377710488165215| +|pypi|[biopython](https://biopython.org/)|0.0044350138852079345| +|pypi|[pytz](https://pypi.org/project/pytz)|0.004426201526399585| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.004180844978730624| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004156955511380346| +|pypi|[pyyaml](https://pyyaml.org/)|0.003670691205416431| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.003491567287028842| +|pypi|[numba](https://numba.pydata.org)|0.003293228213347207| +|pypi|[cython](https://pypi.org/project/cython)|0.0032485282471534827| +|pypi|[pandas](https://pypi.org/project/pandas)|0.0032150182470747054| +|pypi|[packaging](https://pypi.org/project/packaging)|0.0031744592912705295| +|pypi|[docutils](http://docutils.sourceforge.net/)|0.0031195580702194953| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.003004187082688457| +|pypi|[requests](https://pypi.org/project/requests)|0.0026844973892707915| +|spack|[python](https://www.python.org/)|0.0026553059024096225| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.002619209113098419| +|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0026048094027280567| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025854828905733135| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002554700182213093| +|pypi|[tomli](https://pypi.org/project/tomli)|0.0025363023704613906| +|cran|[rlang](https://rlang.r-lib.org)|0.0025310055259066748| +|cran|stats|0.0025018959616965935| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002484835258247388| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.002429621668839121| +|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023813550921384548| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023504943433548635| +|pypi|[future](https://pypi.org/project/future)|0.002297533458609078| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.002147791257410709| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021196403981098887| +|cran|[withr](https://withr.r-lib.org)|0.002044488457442059| +|pypi|[flake8](https://pypi.org/project/flake8)|0.0020228113510012452| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.0020075875181844783| +|cran|[tibble](https://tibble.tidyverse.org/)|0.001973036441891167| +|pypi|[astropy](http://astropy.org)|0.0019335256010421004| +|spack|[pkgconfig](http://pkgconf.org/)|0.0019062001635969286| +|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018563982105409915| +|pypi|[lxml](https://pypi.org/project/lxml)|0.0018383763618450204| +|pypi|[mock](https://pypi.org/project/mock)|0.0018238695818146888| +|pypi|[nose](https://pypi.org/project/nose)|0.0017998773845961187| +|spack|[cmake](https://www.cmake.org)|0.0017932083058384465| +|pypi|[joblib](https://joblib.readthedocs.io)|0.0017736774831959314| +|cran|[Rcpp](http://www.rcpp.org)|0.0017446471010076259| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017209081456718658| +|spack|openmp|0.0017069151739265557| +|pypi|[seaborn](https://seaborn.pydata.org)|0.0016905469962345562| +|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016745454658807092| +|cran|tools|0.0016624059056157912| +|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016501476554676726| +|pypi|[wheel](https://pypi.org/project/wheel)|0.0016376715737261897| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016187970879343368| +|pypi|[idna](https://github.com/kjd/idna)|0.001581192861471885| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015623242013751122| +|pypi|[ipython](https://pypi.org/project/ipython)|0.0015441585859982912| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015201675471689597| +|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015137986017825567| +|cran|grDevices|0.0015126325004158753| +|cran|[curl](https://github.com/jeroen/curl)|0.0015074586256810035| +|cran|graphics|0.0014641804871212984| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014524485249165521| +|cran|[vctrs](https://vctrs.r-lib.org/)|0.00141286183152067| +|pypi|[chardet](https://github.com/chardet/chardet)|0.0014109578400111201| +|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0013960341904163264| +|cran|[R6](https://r6.r-lib.org)|0.0013959216070064788| +|pypi|[astroquery](http://astropy.org/astroquery)|0.0013813542758503332| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013183389437350897| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012924602659056999| +|cran|[dplyr](https://dplyr.tidyverse.org)|0.001274053270304853| +|cran|[pryr](https://github.com/hadley/pryr)|0.001264985741473728| +|pypi|[dask](https://pypi.org/project/dask)|0.0012289658053017617| +|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011943719344316974| +|cran|[glue](https://github.com/tidyverse/glue)|0.0011861245559301832| +|pypi|[twine](https://pypi.org/project/twine)|0.0011758228850020074| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011378232804949847| +|pypi|[ipywidgets](http://ipython.org)|0.0011334082143711149| +|pypi|[mypy](https://pypi.org/project/mypy)|0.0011270690191592118| +|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011251428111272441| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011057843078775388| +|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011051562978609203| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010973692070765826| +|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010718722653060937| +|pypi|[pillow](https://python-pillow.org)|0.0010455696552072772| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.001036438918339819| +|pypi|[Babel](http://babel.pocoo.org/)|0.0010331913919272824| +|pypi|[click](https://pypi.org/project/click)|0.001023595955267131| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009970909459368596| +|pypi|[pygments](https://pypi.org/project/pygments)|0.000990430001957255| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.000987895926191763| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009743237716104989| +|spack|[qt](https://qt.io)|0.0009625576334907706| +|pypi|[Cython](http://cython.org/)|0.0009605354448413453| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009602729575460143| +|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009593909055917052| +|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009444023696220486| +|spack|[openssl](https://www.openssl.org)|0.000943157932671822| +|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009385553410419232| +|pypi|[healpy](http://github.com/healpy)|0.0009379302914994366| +|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009333644814011799| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009276423655022306| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009264144996065733| +|pypi|[psutil](https://pypi.org/project/psutil)|0.000924072208006368| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009229398126498448| +|pypi|[keras](https://keras.io/)|0.0009193883772406203| +|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009124447917143094| +|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009066085296934605| +|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009044027490812156| +|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009042407402906975| +|spack|[automake](https://www.gnu.org/software/automake/)|0.0009014713219549337| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.00089084131112102| +|pypi|[toml](https://pypi.org/project/toml)|0.0008846416891044824| +|pypi|[attrs](https://pypi.org/project/attrs)|0.0008841296048669273| +|pypi|[tornado](https://pypi.org/project/tornado)|0.0008783942562536788| +|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008764865984537311| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008713672972830832| +|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008500852839083639| +|pypi|[networkx](https://pypi.org/project/networkx)|0.0008448819773287535| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008437761314319346| +|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.000838129431159255| +|spack|[libxml2](http://xmlsoft.org)|0.0008328365168886679| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000832118101497109| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008247719219094674| +|pypi|[black](https://pypi.org/project/black)|0.0008109366677055486| +|spack|[perl](https://www.perl.org)|0.0007986667551435963| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007968065209349388| +|pypi|[docopt](https://pypi.org/project/docopt)|0.0007962119132245496| +|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0007957908115064036| +|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007927479261249509| +|spack|threads|0.0007884272725099411| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00078647666733899| +|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007861720347184911| +|pypi|[py-make](https://github.com/tqdm/pymake)|0.0007752507857372128| +|pypi|[jupyter](http://jupyter.org)|0.0007696420294448171| +|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007654238071945584| +|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007617729013053163| +|pypi|[photutils](https://github.com/astropy/photutils)|0.0007605133557053435| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007568710057714739| +|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007548119154078939| +|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007478207891985955| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007474221666520346| +|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007464808790007337| +|cran|[stringi](https://stringi.gagolewski.com/)|0.0007451630972268458| +|cran|[xml2](https://xml2.r-lib.org/)|0.0007354575747059586| +|cran|[mockery](https://github.com/r-lib/mockery)|0.0007350311682886354| +|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007317988401724908| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007274337257071204| +|cran|[bit64](https://github.com/truecluster/bit64)|0.0007218747874136666| +|cran|[purrr](http://purrr.tidyverse.org)|0.0007213862123019715| +|cran|[cli](https://cli.r-lib.org)|0.0007211363148128253| +|cran|[pillar](https://pillar.r-lib.org/)|0.0007188058586437945| +|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007157266774480835| +|pypi|[asdf](https://pypi.org/project/asdf)|0.000711900076828519| +|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007103770948929225| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007003662742328662| +|spack|ca-certificates-mozilla|0.0006957609349652118| +|spack|nasm|0.0006957609349652118| +|cran|[shiny](https://shiny.rstudio.com/)|0.0006913376840970784| +|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006881977572519275| +|pypi|[tqdm](https://tqdm.github.io)|0.0006880627760882019| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006877610382257564| +|pypi|[sympy](https://sympy.org)|0.0006862335825733799| +|rubygems|[rake](https://github.com/ruby/rake)|0.0006809794287152395| +|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006775077166646124| +|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006755409990944418| +|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006561467530297627| +|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006540485623905924| +|spack|[xz](https://tukaani.org/xz/)|0.000653820224316182| +|cran|grid|0.0006497290995548233| +|spack|[expat](https://libexpat.github.io/)|0.0006485444732008636| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006484339481322863| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006471256871337055| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006469943203866247| +|cran|[callr](https://callr.r-lib.org)|0.000646180512362584| +|pypi|[py](https://pypi.org/project/py)|0.000645948296304466| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006283601380836999| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006140393690122048| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006018666625664563| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005925346906714441| +|pypi|[cffi](https://pypi.org/project/cffi)|0.0005922354678373478| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005900821172531947| +|pypi|[filelock](https://pypi.org/project/filelock)|0.0005891727829928085| +|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.00058740404972975| +|cran|[DBI](https://dbi.r-dbi.org)|0.0005873762680815182| +|pypi|[scikit-learn](http://scikit-learn.org)|0.000587011365360674| +|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005815828213829348| +|cran|[sp](https://github.com/edzer/sp/)|0.0005815242130963775| +|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005763664773235479| +|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005694139302137202| +|cran|parallel|0.0005674837007948519| +|pypi|[zipp](https://pypi.org/project/zipp)|0.0005661869004166529| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005657461659112681| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.0005647007099796741| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.000561190206371441| +|pypi|[isal](https://pypi.org/project/isal)|0.0005586130937273386| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005570110326824266| +|cran|[pracma](NA)|0.0005562045408540816| +|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005539482701735146| +|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.000551798149263997| +|cran|[stringr](http://stringr.tidyverse.org)|0.0005491341143435399| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005452510637539397| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005451696271531573| +|pypi|[jax](https://github.com/google/jax)|0.0005434015494432847| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005433625558799766| +|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005424125930122213| +|spack|eigen3|0.0005396301667875273| +|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005388127570696437| +|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005383995650120091| +|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005359743887643234| +|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005348008024496714| +|cran|[hms](https://hms.tidyverse.org/)|0.0005331141497549834| +|spack|python3|0.0005324510514865845| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.000532332322035957| +|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005180915259504818| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000514307169368715| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005136171289302211| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005120999294817113| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005120999294817113| +|cran|[processx](https://processx.r-lib.org)|0.0005116879334136748| +|cran|[scales](https://scales.r-lib.org)|0.0005109826590097362| +|cran|[markdown](https://github.com/rstudio/markdown)|0.0005105673865824083| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005091104785848667| +|pypi|[dill](https://pypi.org/project/dill)|0.000506764667678935| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005059796001628697| +|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005024220219878366| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004926525137819292| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004921217604624762| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004911560745378848| +|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004879192051685214| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004865863146999751| +|pypi|[enum34](https://pypi.org/project/enum34)|0.0004789696574610692| +|pypi|[webencodings](https://pypi.org/project/webencodings)|0.000477354762686141| +|pypi|[pathlib](https://pypi.org/project/pathlib)|0.00047501075709471607| +|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.0004744027895802123| +|spack|[mbedtls](https://tls.mbed.org)|0.00047420480902135836| +|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047335873843727986| +|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0004698192505347809| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046484063052724283| +|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.0004589577970421894| +|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004555398208895929| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045462929086349086| +|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004486947063089195| +|pypi|[isort](https://pypi.org/project/isort)|0.00044794488479527056| +|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.0004473005283297754| +|pypi|[decorator](https://github.com/micheles/decorator)|0.0004466176740995369| +|pypi|[brotli](https://pypi.org/project/brotli)|0.00044433845969788735| +|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0004436695378586855| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00044017656891125737| +|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.0004401612200444818| +|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00043872972517293527| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004376471428103394| +|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004356429739900986| +|pypi|[olefile](https://pypi.org/project/olefile)|0.0004324826757475092| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042941467775565334| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004287318714180466| +|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004282990608216755| +|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004238257740980443| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004231592113410441| +|cran|RColorBrewer|0.0004200713623983629| +|rubygems|[webrick](https://github.com/ruby/webrick)|0.0004197409479242205| +|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004194634672732773| +|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041826455480971326| +|pypi|[torch](https://pytorch.org/)|0.00041753587239378554| +|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041708004172078835| +|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004161963871272132| +|pypi|[codecov](https://pypi.org/project/codecov)|0.00041432295061461253| +|cran|[broom](https://broom.tidymodels.org/)|0.00041264213023587277| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040734654258580924| +|pypi|[imageio](https://github.com/imageio/imageio)|0.0004069788560374054| +|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040639642889541035| +|spack|[gmake](https://www.gnu.org/software/make/)|0.00040630668192915317| +|spack|diffutils|0.00040235450900627436| +|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004020293081217296| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003964322516316504| +|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003937532373355434| +|pypi|[plotly](https://pypi.org/project/plotly)|0.0003936913082470455| +|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039097538298170825| +|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0003891829291577355| +|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038706199169057293| +|spack|gtest|0.0003863047757173936| +|cran|[sf](https://r-spatial.github.io/sf/)|0.00038456602662573295| +|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.0003841490818762043| +|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038237568260676604| +|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.00037993083205861683| +|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003790275377923997| +|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037709099821704137| +|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003746857603669052| +|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.0003739848334910936| +|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037381265789872476| +|cran|[ellipsis](https://ellipsis.r-lib.org)|0.00037108472698749477| +|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003707585833199579| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036638619530695167| +|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.0003651887906002893| +|cran|[plyr](http://had.co.nz/plyr)|0.0003629110564854836| +|cran|bench|0.0003628248055269417| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00036193277513818766| +|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003609749059537848| +|spack|icu4c|0.0003604055789999524| +|cran|[bit](https://github.com/truecluster/bit)|0.0003596827458767292| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003596222906716307| +|pypi|[fields](https://pypi.org/project/fields)|0.0003596222906716307| +|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003589008174086621| +|spack|[lz4](https://lz4.github.io/lz4/)|0.0003577465675229247| +|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003576749245852344| +|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.0003548728306444138| +|pypi|[execnet](https://pypi.org/project/execnet)|0.00035275234722448713| +|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035213584679039665| +|rubygems|[bundler](https://bundler.io/)|0.00035169194013037216| +|cran|[fs](https://fs.r-lib.org)|0.00035162834588329037| +|cran|[mime](https://github.com/yihui/mime)|0.0003509311187027858| +|pypi|[hunter](https://pypi.org/project/hunter)|0.00034873809005070975| +|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034871779582635367| +|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003482032900304685| +|pypi|[gym](https://pypi.org/project/gym)|0.00034725949393103257| +|pypi|[xarray](https://pypi.org/project/xarray)|0.0003463271806593614| +|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034578628389665136| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003455959841588328| +|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003455393931239686| +|cran|[generics](https://generics.r-lib.org)|0.0003447204628593704| +|spack|py-numpy|0.00034367637450501446| +|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034326829969793285| +|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003408199036118412| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00034023279904020243| +|pypi|[pydot](https://pypi.org/project/pydot)|0.0003377075576404673| +|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0003361257631924637| +|pypi|[munkres](https://pypi.org/project/munkres)|0.00033576680690437593| +|spack|[bison](https://www.gnu.org/software/bison/)|0.00033321707597341323| +|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032862682344775084| +|cran|evaluate|0.00032815588258878055| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032780719332853667| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00032613309451513936| +|spack|slicer|0.00032485496736765773| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00032388775996733084| +|npm|[express](http://expressjs.com/)|0.00032358994472543275| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00032277904757014014| +|spack|pybind11|0.00032049621879208534| +|pypi|[rich](https://pypi.org/project/rich)|0.0003202140026465713| +|cran|tcltk|0.0003165413794211909| +|spack|[sqlite](https://www.sqlite.org)|0.0003148674981673223| +|spack|pythoninterp|0.0003147765939644112| +|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031434894212339773| +|cran|[unix](https://github.com/jeroen/unix)|0.00031288021687101233| +|pypi|[pip](https://pypi.org/project/pip)|0.000311777380857346| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031171836246552797| +|spack|[ninja](https://ninja-build.org/)|0.0003114312343457103| +|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003106684666792537| +|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00030952987415967966| +|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003092622372325973| +|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030615296212869303| +|cran|[maps](NA)|0.00030488385947691725| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003046741114484958| +|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003040423897494189| +|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003040371285853831| +|spack|[zstd](https://facebook.github.io/zstd/)|0.0003030322314973138| +|cran|[usethis](https://usethis.r-lib.org)|0.0003015344372645383| +|pypi|[python](http://www.python.org/2.5)|0.00029941973704749377| +|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002987353175985698| +|pypi|[ujson](https://pypi.org/project/ujson)|0.0002964501270809481| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0002962906871554157| +|npm|[lodash](https://lodash.com/)|0.00029391008675800056| +|pypi|[babel](https://pypi.org/project/babel)|0.0002936035537592038| +|pypi|[emcee](https://emcee.readthedocs.io)|0.00029321125228248796| +|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.00029253460014423574| +|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.0002912401144195173| +|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029085336432375003| +|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00028898166180003855| +|pypi|[pooch](https://pypi.org/project/pooch)|0.00028631362763634644| +|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028624401600561584| +|spack|[libffi](https://sourceware.org/libffi/)|0.000286141621544109| +|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002859710708934033| +|spack|[tk](https://www.tcl.tk)|0.00028554199080112343| +|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.0002848812666624731| +|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002847723357584157| +|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002845993473531545| +|cran|[data.table](https://r-datatable.com)|0.00028381508862135394| +|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.0002815185369833212| +|cran|[igraph](https://igraph.org)|0.0002813332472426582| +|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0002787802011872758| +|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0002787550572835382| +|pypi|[Flask](https://pypi.org/project/Flask)|0.0002783144420386275| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0002778595264759169| +|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002773028718987276| +|cran|[blob](https://blob.tidyverse.org)|0.0002764195506106487| +|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002751363727079666| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.000274253005210707| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027283804425954906| +|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027178265975537537| +|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.0002717061656081394| +|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027070393628560586| +|cran|pkgconfig|0.0002704283054128882| +|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002676559357130859| +|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026447699378569694| +|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026430183348779673| +|spack|[tcl](https://www.tcl.tk/)|0.0002633499586192544| +|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002617657722987672| +|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.00026174887286214293| +|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026122900128577284| +|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.00025993243315856256| +|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.00025962329327530747| +|pypi|[tox](https://pypi.org/project/tox)|0.00025869609216791186| +|pypi|[keyring](https://pypi.org/project/keyring)|0.000258677624476568| +|pypi|[pox](https://pypi.org/project/pox)|0.0002584174555213555| +|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025835545549708194| +|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.00025621465220228924| +|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025587681631664816| +|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025587681631664816| +|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025587681631664816| +|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025513746078621496| +|spack|[krb5](https://kerberos.org)|0.0002549779385792779| +|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002545933350582367| +|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025406283229444153| +|cran|[gtable](https://gtable.r-lib.org)|0.00025389718972127466| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.00025349738091692646| +|npm|[mocha](https://mochajs.org/)|0.00025267143685000067| +|spack|[libssh2](https://www.libssh2.org/)|0.0002526143725505822| +|spack|[libssh](https://www.libssh.org)|0.0002526143725505822| +|pypi|[pep517](https://pypi.org/project/pep517)|0.00025219636967236986| +|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002516341338909972| +|pypi|[reno](https://pypi.org/project/reno)|0.00025132177606204524| +|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025038925911489426| +|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00025025812617056776| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.000249346845793705| +|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0002484331295970165| +|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002482333611854099| +|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024811726946982396| +|pypi|[furo](https://pypi.org/project/furo)|0.00024797926723127113| +|spack|[gnutls](https://www.gnutls.org)|0.0002473371843707417| +|spack|[nghttp2](https://nghttp2.org/)|0.0002473371843707417| +|spack|[curl](https://curl.se/)|0.00024651054257338734| +|cran|RPostgreSQL|0.00024449580309261586| +|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024379407728746086| +|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.00024370929588944995| +|cran|[png](http://www.rforge.net/png/)|0.0002436278697300066| +|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024333542340259644| +|cran|[survival](https://github.com/therneau/survival)|0.00024223841587756964| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00024145989426249952| +|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002414428673060607| +|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002414428673060607| +|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0002406173848112435| +|pypi|[wmi](https://pypi.org/project/wmi)|0.000239937993564485| +|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00023930384336475708| +|cran|[brio](https://brio.r-lib.org)|0.00023543624486675372| +|pypi|[mappy](https://github.com/lh3/minimap2)|0.00023466678354278067| +|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023438352533831913| +|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.00023393475193608137| +|cran|[waldo](https://github.com/r-lib/waldo)|0.00023373202376869595| +|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023293047128263958| +|cran|[ragg](https://ragg.r-lib.org)|0.00023256096231488347| +|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023182559825960842| +|pypi|[lz4](https://pypi.org/project/lz4)|0.0002307507382678422| +|npm|[axios](https://axios-http.com)|0.00023000028448837286| +|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002294127004282375| +|pypi|[fs](https://pypi.org/project/fs)|0.00022859070182743686| +|pypi|[semver](https://github.com/python-semver/python-semver)|0.00022777874091038617| +|spack|numpy|0.000227765979488242| +|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.00022772516772984056| +|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022696183538215462| +|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002266486871754813| +|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022614201127588848| +|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022486608504208332| +|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002246952071337582| +|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022389865844815084| +|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022234262729265661| +|pypi|[ci-info](https://pypi.org/project/ci-info)|0.0002213119728254647| +|spack|png|0.0002190550566185084| +|pypi|[arviz](https://pypi.org/project/arviz)|0.00021747741989111162| +|cran|[xfun](https://github.com/yihui/xfun)|0.00021700707224130443| +|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021697445264438913| +|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.00021695199990540235| +|cran|[mgcv](NA)|0.00021648846080307116| +|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021595201821288952| +|pypi|[pint](https://pypi.org/project/pint)|0.00021555138887803917| +|pypi|[gast](https://pypi.org/project/gast)|0.0002151253109938721| +|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021425960239121426| +|pypi|[multidict](https://pypi.org/project/multidict)|0.0002141962459094136| +|pypi|[notebook](http://jupyter.org)|0.0002134415839204981| +|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021334475740625522| +|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021105004306366177| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107016511886876| +|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021059003662969047| +|pypi|[ultranest](https://pypi.org/project/ultranest)|0.00021013639348750043| +|spack|biosoup|0.00020939086294416244| +|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020901678990484874| +|pypi|[pulp](https://pypi.org/project/pulp)|0.00020888980005620312| +|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.00020709575883803055| +|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020703520267357744| +|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020700035251398452| +|cran|Lahman|0.00020696740057927094| +|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.0002065809108636413| +|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020640378017427197| +|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020639434740042214| +|pypi|[psycopg2-binary](https://psycopg.org/)|0.00020516397961690798| +|spack|pythonlibs|0.00020452589469993387| +|pypi|[sh](https://github.com/amoffat/sh)|0.00020445233382144188| +|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020407989998272438| +|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020402339975432337| +|pypi|[xattr](https://pypi.org/project/xattr)|0.00020284676916795984| +|spack|libiconv|0.00020283741870268606| +|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020095985940847986| +|pypi|[doit](http://pydoit.org)|0.00020083228243383927| +|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00020051726578372748| +|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020013386382471772| +|cran|lobstr|0.0001996777215106186| +|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001991222736654209| +|cran|munsell|0.0001981896260378519| +|pypi|[redis](https://pypi.org/project/redis)|0.00019789795897534327| +|cran|RMySQL|0.00019641863107241288| +|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019615471072512332| +|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019504765449219528| +|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019462134131278442| +|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019341095182765264| +|cran|[winch](https://r-prof.github.io/winch/)|0.0001920457531997582| +|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0001905643583715401| +|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019017863639698404| +|cran|[abind](NA)|0.0001886685891031519| +|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018795729709280854| +|pypi|[asv](https://pypi.org/project/asv)|0.00018766892344054256| +|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018738034769469336| +|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001861395208151328| +|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018526105873821613| +|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001836452570749529| +|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018298837364379253| +|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018265749491034553| +|cran|datasets|0.00018254286585986615| +|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001822864809491878| +|pypi|[futures](https://pypi.org/project/futures)|0.00018175729655920002| +|cran|iterators|0.00018117514227774232| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018077444026552678| +|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.00017978766505611756| +|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001794778825235678| +|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001794778825235678| +|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001794778825235678| +|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001794778825235678| +|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001794778825235678| +|pypi|[http](https://github.com/franckcuny/http)|0.0001794778825235678| +|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001794778825235678| +|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001794778825235678| +|spack|bpython|0.0001794778825235678| +|spack|omegalib|0.0001794778825235678| +|spack|vif|0.0001794778825235678| +|pypi|[conan](https://conan.io)|0.00017944912004239417| +|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017887962291515593| +|cran|mapproj|0.00017824944802256822| +|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0001781568964783648| +|pypi|[libclang](https://pypi.org/project/libclang)|0.00017805557450134332| +|spack|patchelf|0.00017768310369833213| +|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017759371228718773| +|pypi|[flask](https://palletsprojects.com/p/flask)|0.00017723810984616138| +|cran|formattable|0.00017595324774535533| +|npm|eslint|0.00017548176643799048| +|cran|[devtools](https://devtools.r-lib.org/)|0.0001754724570100912| +|npm|[react](https://reactjs.org/)|0.00017492947398925254| +|npm|[react-dom](https://reactjs.org/)|0.00017492947398925254| +|pypi|[nestle](https://pypi.org/project/nestle)|0.0001749035271196499| +|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017489646501022332| +|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017404569666871542| +|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017393659833899624| +|cran|[bslib](https://rstudio.github.io/bslib/)|0.0001734402291600785| +|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017300921076318163| +|cran|[webutils](https://github.com/jeroen/webutils)|0.00017247286701050886| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017224711697928278| +|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017215822167772725| +|npm|[angular](http://angularjs.org)|0.0001720593554680756| +|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001720118300160792| +|spack|[flex](https://github.com/westes/flex)|0.00017167018573356578| +|cran|graph|0.00017150716320739182| +|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017047854280554468| +|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016942517164674522| +|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016939688554771777| +|pypi|[gdal](https://pypi.org/project/gdal)|0.00016879180305867436| +|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016835688019237974| +|pypi|[jaxlib](https://github.com/google/jax)|0.0001681943744338147| +|pypi|[scikit-bio](http://scikit-bio.org)|0.00016813425877965402| +|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016764700116669783| +|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.0001675365933953101| +|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016667940018647053| +|cran|[crul](https://docs.ropensci.org/crul/)|0.0001665943426222567| +|pypi|[monotonic](https://pypi.org/project/monotonic)|0.0001660235182874601| +|cran|fansi|0.0001658198983958756| +|cran|[rstan](https://mc-stan.org/rstan)|0.00016539198593363413| +|cran|[ape](http://ape-package.ird.fr/)|0.0001653611402567459| +|npm|[fs](https://github.com/npm/security-holder#readme)|0.0001653054075700412| +|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016368448978364313| +|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016336684588618908| +|pypi|[markdown](https://pypi.org/project/markdown)|0.0001624960858373449| +|spack|hip|0.00016246852128758014| +|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016221908992023205| +|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016175698829970262| +|cran|chron|0.00016173616348791103| +|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016153009427121102| +|cran|[readr](https://readr.tidyverse.org)|0.00016109595171642156| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016046628982337096| +|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015991918102189383| +|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.00015920445615398945| +|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015913705583756347| +|pypi|[gunicorn](https://gunicorn.org)|0.00015879943339321465| +|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001577956209940671| +|pypi|[jedi](https://pypi.org/project/jedi)|0.00015759563773647245| +|pypi|[camb](https://pypi.org/project/camb)|0.0001567319516639143| +|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015615462195292176| +|spack|bioparser|0.0001555474981870921| +|pypi|[python-libsbml](http://sbml.org)|0.00015552173581161025| +|cran|[raster](https://rspatial.org/raster)|0.00015506188327721912| +|pypi|[ete3](http://etetoolkit.org)|0.00015295503988397392| +|pypi|[rsa](https://pypi.org/project/rsa)|0.00015250631932222036| +|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015215635609411226| +|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015152681262618783| +|pypi|[streamlit](https://streamlit.io)|0.00015141520511758008| +|pypi|[texext](https://pypi.org/project/texext)|0.00015126274975965062| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015042361559004084| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.0001495904618265429| +|pypi|[bmipy](http://csdms.colorado.edu)|0.00014956490210297317| +|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00014955528719716785| +|pypi|[shapely](https://github.com/shapely/shapely)|0.00014892874280142505| +|spack|libpciaccess|0.00014871390833345665| +|cran|[vroom](https://vroom.r-lib.org)|0.0001481306797871674| +|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014798585637984204| +|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001475258717474704| +|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001473570118983655| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014725933508589323| +|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001468190100704097| +|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014620232116898397| +|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014589332179163841| +|npm|[papaparse](http://papaparse.com)|0.00014575480136340782| +|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.00014566001344120107| +|spack|pmix|0.0001441579313155507| +|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.0001433430021754895| +|cran|itertools|0.00014298748733216528| +|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014268414761453194| +|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014262081736247798| +|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014211385061638869| +|cran|[forcats](https://forcats.tidyverse.org)|0.00014199253812606272| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.0001419295180117301| +|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00014170679218919666| +|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014168867561813723| +|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014141717600745882| +|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014123064530444516| +|pypi|[ginga](https://pypi.org/project/ginga)|0.00014106331819396207| +|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014101833626851756| +|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014059524272847396| +|cran|timeDate|0.00014044121402963277| +|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00014019378280911442| +|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001401778347641084| +|pypi|[blinker](https://pypi.org/project/blinker)|0.00013969513675667685| +|pypi|[httpx](https://pypi.org/project/httpx)|0.00013925457256585858| +|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.0001390533281153556| +|spack|[opengl](https://www.opengl.org/)|0.0001386773204095145| +|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013865484729737039| +|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013854515734446846| +|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013832222346181738| +|pypi|[dash](https://plotly.com/dash)|0.00013809382455473926| +|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0001378596941145397| +|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013770855446677187| +|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013759970993473532| +|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013736464084304972| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.0001372291339777081| +|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013659436390105068| +|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013633196933595775| +|npm|[d3](https://d3js.org)|0.00013628974523094227| +|cran|tis|0.00013625971379767064| +|pypi|[fire](https://pypi.org/project/fire)|0.00013616346554318722| +|rubygems|[rspec](http://github.com/rspec)|0.00013518281653899407| +|pypi|[simframe](https://github.com/stammler/simframe)|0.0001351212058427432| +|cran|[rJava](http://www.rforge.net/rJava/)|0.00013469041521184372| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.0001345566529799436| +|cran|[sys](https://github.com/jeroen/sys)|0.0001345358725123201| +|npm|nestjs|0.00013384791239045738| +|pypi|[pyregion](https://github.com/astropy/pyregion)|0.0001335236554598411| +|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013320609442063556| +|pypi|[argh](https://pypi.org/project/argh)|0.00013311923754273284| +|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.0001327115105547422| +|rubygems|[json](http://flori.github.io/json/)|0.00013255598179666043| +|pypi|[boto3](https://pypi.org/project/boto3)|0.00013242037704323678| +|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.0001316171138506164| +|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.0001316171138506164| +|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001315010571140627| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00013131243751244226| +|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013108700164495034| +|cran|svglite|0.0001306029084237593| +|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013033512897544806| +|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013024254117890811| +|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.000130088308184277| +|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013007242047488604| +|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012977396002711647| +|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012977396002711647| +|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012930955917534435| +|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012930386184558122| +|pypi|[plac](https://pypi.org/project/plac)|0.00012891472151851049| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012891399688719254| +|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012885905987949057| +|cran|ggplot2movies|0.00012858064579035277| +|npm|[rollup](https://rollupjs.org/)|0.000127792563067577| +|cran|[sass](https://github.com/rstudio/sass)|0.00012771464696777142| +|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012718497712133796| +|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012707402765583996| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012690231000542817| +|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012654410972947879| +|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126456275011012| +|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012639746771096587| +|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.0001261791180900318| +|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012612167201906145| +|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012610255260303273| +|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012608709497318143| +|cran|quantreg|0.00012597309654593277| +|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.00012567001392514712| +|cran|[terra](https://rspatial.org/terra/)|0.00012534787888814186| +|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012467102512637545| +|cran|interp|0.0001245397989403728| +|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012436548223350254| +|cran|assertthat|0.0001235379556555381| +|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.00012352456035559804| +|pypi|[django](https://pypi.org/project/django)|0.00012349745518066185| +|spack|[libarchive](https://www.libarchive.org)|0.00012337538580665873| +|spack|[libuv](https://libuv.org)|0.00012337538580665873| +|cran|multcomp|0.0001233205347167447| +|pypi|[panel](https://pypi.org/project/panel)|0.0001231009206088018| +|spack|cython|0.0001230705480161608| +|cran|RUnit|0.00012299708491958405| +|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012281917843279445| +|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012281917843279445| +|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001227592153847036| +|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.000122643219724438| +|cran|profvis|0.0001226429191768648| +|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.0001224143843266235| +|pypi|[livereload](https://pypi.org/project/livereload)|0.00012240411097405438| +|pypi|[tables](https://pypi.org/project/tables)|0.00012239719111999624| +|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.0001222356142769486| +|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012209711755855696| +|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012192846811850695| +|pypi|[pyia](http://github.com/adrn/pyia)|0.00012180565627266135| +|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012163399541252944| +|cran|[lme4](https://github.com/lme4/lme4/)|0.00012139492139879091| +|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.0001213083447553172| +|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012114518633540374| +|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012111552764322368| +|pypi|[munch](https://pypi.org/project/munch)|0.00012085708627742616| +|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012064909111890762| +|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012060209870750331| +|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.0001205773545141407| +|cran|isoband|0.00012047883009335948| +|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012004309142634016| +|pypi|[distributed](https://distributed.dask.org)|0.00011988019374457814| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011979368274875924| +|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00011965192168237854| +|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00011965192168237854| +|pypi|[udatetime](https://github.com/freach/udatetime)|0.00011965192168237854| +|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00011965192168237854| +|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00011965192168237854| +|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00011965192168237854| +|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00011965192168237854| +|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00011965192168237854| +|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00011965192168237854| +|pypi|[cogent3](https://cogent3.org)|0.00011965192168237854| +|spack|sqlite3|0.00011965192168237854| +|spack|triqs|0.00011965192168237854| +|spack|cminx|0.00011965192168237854| +|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00011965192168237854| +|cran|[isotree](https://github.com/david-cortes/isotree)|0.00011965192168237854| +|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011952934361335272| +|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011922399987913948| +|pypi|[Django](https://pypi.org/project/Django)|0.00011906457019410889| +|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011884683685503746| +|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.0001186970073074134| +|spack|py-setuptools|0.00011842956144826559| +|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011810749680582894| +|pypi|[ads](http://www.github.com/andycasey/ads/)|0.00011687177409034681| +|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011643344147018701| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.0001160733384303921| +|pypi|[parso](https://pypi.org/project/parso)|0.00011606190618561866| +|npm|[ajv](https://ajv.js.org)|0.00011601811170583034| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011579557991410285| +|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011532127796318158| +|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011480601885424222| +|cran|stats4|0.00011474904521471192| +|cran|[DT](https://github.com/rstudio/DT)|0.0001146433770354102| +|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011434081703460334| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011423792277456893| +|cran|[magick](https://docs.ropensci.org/magick/)|0.00011397689902303815| +|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011390477699771743| +|pypi|[mistune](https://pypi.org/project/mistune)|0.00011369729910885152| +|pypi|[pycurl](http://pycurl.io/)|0.00011357548095380285| +|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011330187624317243| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011267802703901471| +|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00011253754796646104| +|pypi|[holoviews](https://www.holoviews.org)|0.00011229348324232156| +|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.0001122445548428808| +|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011221893447082818| +|pypi|[typer](https://pypi.org/project/typer)|0.00011215002330330671| +|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011187468014499278| +|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.0001118503722010922| +|pypi|[shiboken2](https://www.pyside.org)|0.00011158498912255258| +|spack|[pcre](https://www.pcre.org)|0.00011149558899703551| +|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011110535584792293| +|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011050128134724348| +|cran|[future](https://future.futureverse.org)|0.0001103641973738279| +|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011006715287419525| +|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010988811857667977| +|rubygems|[faraday](https://lostisland.github.io/faraday)|0.0001092466914430747| +|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010919827817274477| +|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010903864083704548| +|spack|[graphviz](http://www.graphviz.org)|0.00010877795100787395| +|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010847493458127303| +|npm|[nyc](https://istanbul.js.org/)|0.00010828216028743119| +|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010825884294191976| +|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010809501683470472| +|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010793308427431886| +|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010768672951414069| +|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010768672951414068| +|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010760320836377409| +|pypi|[testpath](https://pypi.org/project/testpath)|0.00010752315415864828| +|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010731899927483685| +|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010730801755705593| +|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010707070488200303| +|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010706757824024968| +|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010673561648260578| +|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010622571100491158| +|pypi|[pbr](https://pypi.org/project/pbr)|0.00010620391079962445| +|pypi|[json5](https://pypi.org/project/json5)|0.00010617210244892609| +|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010573412620638872| +|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010506454402551134| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010490902650907107| +|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010488919533549461| +|pypi|[astroML_addons](http://astroML.github.com)|0.00010469543147208122| +|pypi|[os](https://pypi.org/project/os)|0.00010469543147208122| +|pypi|[time](UNKNOWN)|0.00010469543147208122| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010425252917298797| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010421139926010349| +|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001040249804553407| +|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001040017134588859| +|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010399565543613588| +|cran|cachem|0.00010379919627480995| +|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010292362990065368| +|pypi|[stopit](https://pypi.org/project/stopit)|0.00010266499366243961| +|pypi|[skimage](https://pypi.org/project/skimage)|0.00010232958665699782| +|spack|py-six|0.00010194129022380242| +|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010170935720719737| +|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010143800078663183| +|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010125762353900686| +|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010121758363336645| +|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010119430270264487| +|cran|[reshape2](https://github.com/hadley/reshape)|0.00010093652166206212| +|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010060504051879352| +|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010039488403975893| +|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.00010028343178109082| +|cran|[promises](https://rstudio.github.io/promises)|0.0001001578133549352| +|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.970993473531545e-05| +|pypi|[reproject](https://pypi.org/project/reproject)|9.954841393107792e-05| +|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.948108170152206e-05| +|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.935668104767468e-05| +|pypi|[docker](https://github.com/docker/docker-py)|9.932428060337056e-05| +|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.928563843956728e-05| +|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.86230964467005e-05| +|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.855659878335226e-05| +|pypi|[Keras](https://keras.io/)|9.82066608369236e-05| +|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.812725546199415e-05| +|spack|[boost](https://www.boost.org)|9.74432618169152e-05| +|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.678964404392112e-05| +|pypi|[sunpy](https://pypi.org/project/sunpy)|9.678040496753174e-05| +|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.673288096964674e-05| +|pypi|[nbclient](https://pypi.org/project/nbclient)|9.64156657791366e-05| +|pypi|[gwpy](https://gwpy.github.io)|9.636842534353785e-05| +|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.634179107978523e-05| +|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.614886563762561e-05| +|pypi|[async_generator](https://pypi.org/project/async_generator)|9.607866170398544e-05| +|pypi|[geopandas](http://geopandas.org)|9.57673551934044e-05| +|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.57404616222419e-05| +|cran|[base64enc](http://www.rforge.net/base64enc)|9.539932086906516e-05| +|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.499680734743734e-05| +|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.494493889762995e-05| +|pypi|[pycosat](https://pypi.org/project/pycosat)|9.4811787197574e-05| +|spack|[re2c](https://re2c.org/index.html)|9.478688740472378e-05| +|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.474327454591298e-05| +|npm|[tape](https://github.com/substack/tape)|9.425370990709042e-05| +|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.376004425948846e-05| +|npm|[three](https://threejs.org/)|9.375924583031183e-05| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.372733865119653e-05| +|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.364522838450344e-05| +|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.362351979057927e-05| +|pypi|[cigar](https://github.com/brentp/cigar)|9.332849891225526e-05| +|pypi|[IPython](https://ipython.org)|9.309981834590822e-05| +|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.309501883499009e-05| +|cran|sfsmisc|9.247481693890041e-05| +|pypi|[urllib](https://urllib3.readthedocs.io/)|9.245830311820159e-05| +|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.219683203509555e-05| +|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.209828650319949e-05| +|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.20160422823098e-05| +|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.190741109242182e-05| +|pypi|[websockets](https://pypi.org/project/websockets)|9.177022234524887e-05| +|npm|[yargs](https://yargs.js.org/)|9.16445944546017e-05| +|cran|tinytex|9.158408745777756e-05| +|cran|[Cairo](http://www.rforge.net/Cairo/)|9.12826780937844e-05| +|pypi|[jeepney](https://pypi.org/project/jeepney)|9.125210102143434e-05| +|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.116336890085985e-05| +|pypi|[pytorch](http://pytorch.org)|9.116336890085985e-05| +|npm|[tap](http://www.node-tap.org/)|9.104837790195487e-05| +|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.088505161613917e-05| +|pypi|[cftime](https://pypi.org/project/cftime)|9.05364614309748e-05| +|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.049827076476823e-05| +|pypi|[partd](https://pypi.org/project/partd)|9.040833492704002e-05| +|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.039395225485671e-05| +|pypi|[regions](https://github.com/astropy/regions)|9.000437396559195e-05| +|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.99599524554679e-05| +|cran|[insight](https://easystats.github.io/insight/)|8.9940945338238e-05| +|pypi|[green](https://github.com/CleanCut/green)|8.97389412617839e-05| +|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.97389412617839e-05| +|pypi|[GetDist](https://getdist.readthedocs.io)|8.97389412617839e-05| +|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.97389412617839e-05| +|pypi|[cherrypy](https://www.cherrypy.org)|8.97389412617839e-05| +|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.97389412617839e-05| +|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.97389412617839e-05| +|pypi|[South](http://south.aeracode.org/)|8.97389412617839e-05| +|pypi|[radio-pyse](http://docs.transientskp.org/)|8.97389412617839e-05| +|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.97389412617839e-05| +|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.97389412617839e-05| +|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.97389412617839e-05| +|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.97389412617839e-05| +|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.97389412617839e-05| +|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.97389412617839e-05| +|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.97389412617839e-05| +|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.97389412617839e-05| +|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.97389412617839e-05| +|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.97389412617839e-05| +|pypi|[openmdao](http://openmdao.org)|8.97389412617839e-05| +|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.97389412617839e-05| +|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.97389412617839e-05| +|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.97389412617839e-05| +|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.97389412617839e-05| +|spack|liblzma|8.97389412617839e-05| +|spack|lapacke|8.97389412617839e-05| +|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.97389412617839e-05| +|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.97389412617839e-05| +|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.97389412617839e-05| +|npm|[quasar](https://quasar.dev)|8.97389412617839e-05| +|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.97389412617839e-05| +|pypi|[ppft](https://pypi.org/project/ppft)|8.969992377906077e-05| +|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.96567584068923e-05| +|npm|[vows](https://github.com/cloudhead/vows)|8.900647852284672e-05| +|pypi|[zarr](https://pypi.org/project/zarr)|8.891848790197474e-05| +|spack|py-jinja2|8.88157108318769e-05| +|cran|[parameters](https://easystats.github.io/parameters/)|8.875801045655932e-05| +|cran|dichromat|8.869383522811821e-05| +|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.859048928061727e-05| +|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.858844201483795e-05| +|npm|[webpack](https://github.com/webpack/webpack)|8.840288103090284e-05| +|spack|py-pip|8.82254015172645e-05| +|spack|py-wheel|8.82254015172645e-05| +|spack|py-sphinxcontrib-websupport|8.82254015172645e-05| +|spack|py-sphinxcontrib-applehelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-devhelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-jsmath|8.82254015172645e-05| +|spack|py-sphinxcontrib-htmlhelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-serializinghtml|8.82254015172645e-05| +|spack|py-sphinxcontrib-qthelp|8.82254015172645e-05| +|spack|py-pygments|8.82254015172645e-05| +|spack|py-docutils|8.82254015172645e-05| +|spack|py-snowballstemmer|8.82254015172645e-05| +|spack|py-babel|8.82254015172645e-05| +|spack|py-alabaster|8.82254015172645e-05| +|spack|py-imagesize|8.82254015172645e-05| +|spack|py-requests|8.82254015172645e-05| +|spack|py-sphinx-rtd-theme|8.82254015172645e-05| +|spack|py-packaging|8.82254015172645e-05| +|spack|py-importlib-metadata|8.82254015172645e-05| +|spack|py-colorama|8.82254015172645e-05| +|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.812378343440476e-05| +|pypi|[autograd](https://pypi.org/project/autograd)|8.810114191639816e-05| +|pypi|[wxPython](https://pypi.org/project/wxPython)|8.800826168030664e-05| +|cran|jquerylib|8.750406990523069e-05| +|pypi|[contourpy](https://pypi.org/project/contourpy)|8.749558531825396e-05| +|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.743794276789202e-05| +|cran|[downlit](https://downlit.r-lib.org/)|8.742807953599371e-05| +|pypi|[terminado](https://pypi.org/project/terminado)|8.731797051695309e-05| +|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.724501983534532e-05| +|rubygems|[tzinfo](https://tzinfo.github.io)|8.662147962883485e-05| +|pypi|[iminuit](https://pypi.org/project/iminuit)|8.660706192375428e-05| +|pypi|[deprecated](https://pypi.org/project/deprecated)|8.593500676970198e-05| +|pypi|[pyvo](https://github.com/astropy/pyvo)|8.590807621715778e-05| +|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.555755690191584e-05| +|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.54556931179961e-05| +|pypi|[debugpy](https://pypi.org/project/debugpy)|8.540063250175253e-05| +|pypi|[Six](https://pypi.org/project/Six)|8.52631946981304e-05| +|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.507713836959421e-05| +|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.480810601996418e-05| +|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.47813218205445e-05| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.45690233994613e-05| +|cran|[lintr](https://github.com/jimhester/lintr)|8.429605591049376e-05| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.42138956526145e-05| +|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.413950784007409e-05| +|pypi|[biom-format](http://www.biom-format.org)|8.411156182015954e-05| +|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.355904241599994e-05| +|pypi|[gitpython](https://pypi.org/project/gitpython)|8.347808319433196e-05| +|pypi|[yt](https://github.com/yt-project/yt)|8.294935213445004e-05| +|npm|[jshint](http://jshint.com/)|8.285745025460401e-05| +|pypi|[iso8601](https://pypi.org/project/iso8601)|8.278503562104209e-05| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.26233284064263e-05| +|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.257251070354474e-05| +|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.241275427921215e-05| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.187156730427813e-05| +|pypi|[orjson](https://pypi.org/project/orjson)|8.17517025951341e-05| +|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.168894483171628e-05| +|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.163828669116432e-05| +|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.127692346390701e-05| +|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.118067460368248e-05| +|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.080107462082307e-05| +|cran|[openssl](https://github.com/jeroen/openssl)|8.072250837697474e-05| +|cran|labeling|7.998878445344564e-05| +|pypi|[alembic](https://alembic.sqlalchemy.org)|7.994627725199778e-05| +|cran|[testit](https://github.com/yihui/testit)|7.981924317275067e-05| +|pypi|[flaky](https://pypi.org/project/flaky)|7.974448574357067e-05| +|cran|igraphdata|7.966421283622681e-05| +|cran|[backports](https://github.com/r-lib/backports)|7.965794740186915e-05| +|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.965262443248753e-05| +|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.962570405954885e-05| +|pypi|[kaleido](https://pypi.org/project/kaleido)|7.921110950862729e-05| +|pypi|[deap](https://pypi.org/project/deap)|7.917689410789698e-05| +|cran|[uuid](http://www.rforge.net/uuid)|7.907367753366931e-05| +|pypi|[freezegun](https://pypi.org/project/freezegun)|7.893741260947898e-05| +|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.890381294722702e-05| +|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.887165408920305e-05| +|pypi|[getdist](https://getdist.readthedocs.io)|7.886685486377292e-05| +|pypi|[appnope](https://pypi.org/project/appnope)|7.885616533226759e-05| +|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.876296633452289e-05| +|pypi|[asttokens](https://pypi.org/project/asttokens)|7.874252037900482e-05| +|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.859309112387941e-05| +|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.82061209589388e-05| +|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.818056562726614e-05| +|pypi|[corner](https://corner.readthedocs.io)|7.809856751436097e-05| +|pypi|[executing](https://pypi.org/project/executing)|7.785187825520365e-05| +|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.750181290790427e-05| +|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.72131155064246e-05| +|pypi|[distro](https://pypi.org/project/distro)|7.719930545168837e-05| +|pypi|[fastapi](https://pypi.org/project/fastapi)|7.6713798977849e-05| +|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.666269553506682e-05| +|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.660925524364168e-05| +|cran|[spatstat.linnet](http://spatstat.org/)|7.660906982453603e-05| +|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.64433207394603e-05| +|pypi|[pylint](http://pylint.pycqa.org)|7.615102518877875e-05| +|cran|KernSmooth|7.613415444570708e-05| +|cran|[units](https://github.com/r-quantities/units/)|7.609494806457043e-05| +|cran|[spdep](https://github.com/r-spatial/spdep/)|7.606031527529079e-05| +|pypi|[elementpath](https://pypi.org/project/elementpath)|7.587715342704341e-05| +|cran|MatrixModels|7.58268364386175e-05| +|cran|[readxl](https://readxl.tidyverse.org)|7.565831160571458e-05| +|spack|[guile](https://www.gnu.org/software/guile/)|7.564934230126031e-05| +|cran|splines|7.552903820297221e-05| +|pypi|[botocore](https://github.com/boto/botocore)|7.552083795622413e-05| +|spack|qt4|7.5432733234543e-05| +|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.531650220451781e-05| +|cran|[spatstat](http://spatstat.org/)|7.52187881932342e-05| +|pypi|[rasterio](https://pypi.org/project/rasterio)|7.520029149233722e-05| +|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.497164855790032e-05| +|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.489498398216833e-05| +|cran|triebeard|7.470542512690355e-05| +|pypi|[atari-py](https://pypi.org/project/atari-py)|7.449190248478176e-05| +|cran|[memoise](https://github.com/r-lib/memoise)|7.440424150839782e-05| +|cran|[DBItest](https://dbitest.r-dbi.org)|7.425205704109055e-05| +|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.403462654097172e-05| +|pypi|[invoke](https://pypi.org/project/invoke)|7.392285984676722e-05| +|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.371413032217964e-05| +|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.368182263001755e-05| +|cran|[spatstat.geom](http://spatstat.org/)|7.365713648243193e-05| +|pypi|[ipdb](https://pypi.org/project/ipdb)|7.363563872768653e-05| +|spack|libpng|7.359158532528547e-05| +|pypi|[specutils](https://pypi.org/project/specutils)|7.358833267486908e-05| +|pypi|[lockfile](https://pypi.org/project/lockfile)|7.357213531369508e-05| +|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.349279618133861e-05| +|pypi|[retrying](https://github.com/rholder/retrying)|7.346110392422663e-05| +|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.32192512889576e-05| +|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.304480298457048e-05| +|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.304480298457048e-05| +|cran|rasterVis|7.269810926955541e-05| +|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.251631617113851e-05| +|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.251631617113851e-05| +|cran|[rjson](https://github.com/alexcb/rjson)|7.246698831670505e-05| +|pypi|[igraph](https://pypi.org/project/igraph)|7.24341296944713e-05| +|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.214411644595289e-05| +|pypi|[pymysql](https://pypi.org/project/pymysql)|7.213871623267008e-05| +|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.194435964355775e-05| +|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.179115300942713e-05| +|pypi|[hope](http://hope.phys.ethz.ch)|7.179115300942713e-05| +|pypi|[amuse-framework](http://www.amusecode.org/)|7.179115300942713e-05| +|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.179115300942713e-05| +|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.179115300942713e-05| +|pypi|[superfreq](http://adrian.pw/superfreq)|7.179115300942713e-05| +|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.179115300942713e-05| +|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.179115300942713e-05| +|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.179115300942713e-05| +|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.179115300942713e-05| +|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.179115300942713e-05| +|pypi|[patool](http://wummel.github.io/patool/)|7.179115300942713e-05| +|pypi|[chemparse](https://pypi.org/project/chemparse)|7.179115300942713e-05| +|pypi|[importlib](https://github.com/brettcannon/importlib)|7.179115300942713e-05| +|pypi|[gwtools](https://pypi.org/project/gwtools)|7.179115300942713e-05| +|spack|sgx|7.179115300942713e-05| +|spack|sphinx|7.179115300942713e-05| +|spack|curses|7.179115300942713e-05| +|spack|torch|7.179115300942713e-05| +|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.179115300942713e-05| +|cran|tuneR|7.179115300942713e-05| +|cran|[mapiso](https://github.com/riatelab/mapiso)|7.179115300942713e-05| +|cran|[spatstat.utils](http://spatstat.org/)|7.17227844728319e-05| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.151950829720244e-05| +|pypi|[music21](https://github.com/cuthbertLab/music21)|7.1464829586657e-05| +|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.1464829586657e-05| +|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.142705995423243e-05| +|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.135033276907717e-05| +|npm|[bootstrap](https://getbootstrap.com/)|7.123275431146934e-05| +|pypi|[patsy](https://github.com/pydata/patsy)|7.115863661071647e-05| +|cran|[cellranger](https://github.com/rsheets/cellranger)|7.040178526209052e-05| +|cran|[praise](https://github.com/gaborcsardi/praise)|7.034702302547475e-05| +|spack|py-typing|7.027230071958501e-05| +|pypi|[trio](https://pypi.org/project/trio)|7.012859741281379e-05| +|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.005800119648535e-05| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|6.99660114207669e-05| +|pypi|[param](https://pypi.org/project/param)|6.990997540859112e-05| +|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.989090085413116e-05| +|cran|diffviewer|6.972554301771177e-05| +|pypi|[capturer](https://capturer.readthedocs.io)|6.963314548592291e-05| +|cran|rprintf|6.961131849667686e-05| +|pypi|[Biopython](https://pypi.org/project/Biopython)|6.959254894851342e-05| +|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.956707540994769e-05| +|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.900406889676158e-05| +|cran|[mapview](https://github.com/r-spatial/mapview)|6.899128902305814e-05| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.886145457422827e-05| +|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.852791878172589e-05| +|cran|[future.apply](https://future.apply.futureverse.org)|6.85233369797145e-05| +|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.851809574499502e-05| +|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.828806856473049e-05| +|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.813404359420964e-05| +|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.795357038614938e-05| +|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.795357038614938e-05| +|rubygems|[docile](https://ms-ati.github.io/docile/)|6.795357038614938e-05| +|spack|[pcre2](https://www.pcre.org)|6.786050931256923e-05| +|pypi|[dominate](https://github.com/Knio/dominate/)|6.779398991146635e-05| +|spack|gl|6.761519806987571e-05| +|pypi|[pathspec](https://pypi.org/project/pathspec)|6.729291810238399e-05| +|pypi|[traits](https://pypi.org/project/traits)|6.699190393496431e-05| +|pypi|[twisted](https://pypi.org/project/twisted)|6.694577649990675e-05| +|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.693154548428288e-05| +|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.656016061398773e-05| +|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.653237312610048e-05| +|pypi|[dgl](https://github.com/dmlc/dgl)|6.646120377084845e-05| +|npm|[debug](https://github.com/debug-js/debug#readme)|6.631880864578954e-05| +|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.631546273551949e-05| +|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.623588521703098e-05| +|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.618701129782998e-05| +|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.612459593221962e-05| +|pypi|[dnspython](https://pypi.org/project/dnspython)|6.569677529480842e-05| +|pypi|[grapheme](https://pypi.org/project/grapheme)|6.566683173362128e-05| +|pypi|[about-time](https://pypi.org/project/about-time)|6.566683173362128e-05| +|pypi|[types-backports](https://pypi.org/project/types-backports)|6.564738293017431e-05| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.554938336011307e-05| +|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.549404330260023e-05| +|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.545227236693827e-05| +|npm|[react-select](https://github.com/JedWatson/react-select)|6.537652822674199e-05| +|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.536905975967121e-05| +|pypi|[tblib](https://pypi.org/project/tblib)|6.521505570632302e-05| +|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.508538597008504e-05| +|rubygems|[liquid](http://www.liquidmarkup.org)|6.488614209960636e-05| +|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.483582365395103e-05| +|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.481145757795505e-05| +|pypi|[tess-point](https://pypi.org/project/tess-point)|6.478270442561208e-05| +|npm|[chai](http://chaijs.com)|6.478133548046984e-05| +|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.476555805403868e-05| +|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.47650509721036e-05| +|pypi|[paramiko](https://pypi.org/project/paramiko)|6.469572822746392e-05| +|cran|boot|6.463557741815342e-05| +|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.441973997720917e-05| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.433790765307899e-05| +|pypi|[pynvml](http://www.nvidia.com/)|6.425036258158085e-05| +|cran|asciicast|6.422006377404372e-05| +|pypi|[pygame](https://www.pygame.org)|6.407022530928063e-05| +|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.40377552691291e-05| +|rubygems|[github-pages](https://github.com/github/pages-gem)|6.401377810007253e-05| +|cran|[performance](https://easystats.github.io/performance/)|6.390199527037924e-05| +|pypi|[pip-run](https://pypi.org/project/pip-run)|6.389363660393865e-05| +|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.381221275274353e-05| +|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.370867677116398e-05| +|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.370172124811297e-05| +|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.345497515119706e-05| +|cran|[qs](https://github.com/traversc/qs)|6.34335500797476e-05| +|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.340949692705363e-05| +|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.330190750123545e-05| +|cran|[gh](https://gh.r-lib.org/)|6.323758394686924e-05| +|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.318086664851851e-05| +|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.313902738932804e-05| +|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.309266456916523e-05| +|npm|[cytoscape](http://js.cytoscape.org)|6.305423184502228e-05| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.285721512225956e-05| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.285721512225956e-05| +|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.271445306553097e-05| +|cran|later|6.267407456035589e-05| +|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.259278739887531e-05| +|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.24804969854481e-05| +|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.244607591452603e-05| +|cran|[jpeg](http://www.rforge.net/jpeg/)|6.230570739646226e-05| +|pypi|[glob2](https://pypi.org/project/glob2)|6.23027556200145e-05| +|cran|[spatstat.random](http://spatstat.org/)|6.229155911065924e-05| +|npm|[pg](https://github.com/brianc/node-postgres)|6.215684243240444e-05| +|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.207278624149857e-05| +|cran|[showtext](https://github.com/yixuan/showtext)|6.168446254583994e-05| +|pypi|[cvxopt](http://cvxopt.org)|6.166347249559722e-05| +|pypi|[celery](https://pypi.org/project/celery)|6.157256797339569e-05| +|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.141159467326525e-05| +|spack|[jpeg](http://www.ijg.org)|6.139378374272352e-05| +|pypi|[rich-click](https://github.com/ewels/rich-click)|6.11698651455862e-05| +|cran|[webp](https://github.com/jeroen/webp#readme)|6.113727605017821e-05| +|cran|[V8](https://github.com/jeroen/v8)|6.105069048144529e-05| +|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.1024327237777536e-05| +|cran|[cowplot](https://wilkelab.org/cowplot/)|6.099853181471677e-05| +|spack|libx11|6.089321559177131e-05| +|pypi|[pyface](http://docs.enthought.com/pyface)|6.0694434372733866e-05| +|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.060063033413288e-05| +|cran|[rvest](http://rvest.tidyverse.org/)|6.0354882202070685e-05| +|pypi|[Shapely](https://pypi.org/project/Shapely)|6.0294913890843985e-05| +|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.025328913291206e-05| +|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0244324203715064e-05| +|pypi|[mne](https://mne.tools/dev/)|6.000889924497719e-05| +|pypi|[gnuplot](https://github.com/gnuplot)|5.982596084118927e-05| +|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.982596084118927e-05| +|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.982596084118927e-05| +|pypi|[jsonify](https://pypi.org/project/jsonify)|5.982596084118927e-05| +|pypi|[gpytorch](https://gpytorch.ai)|5.982596084118927e-05| +|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.982596084118927e-05| +|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.982596084118927e-05| +|pypi|[nnde](https://github.com/elwinter/nnde)|5.982596084118927e-05| +|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.982596084118927e-05| +|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.982596084118927e-05| +|pypi|[ripser](https://ripser.scikit-tda.org)|5.982596084118927e-05| +|pypi|[python-copasi](http://copasi.org)|5.982596084118927e-05| +|pypi|[Numpy](https://www.numpy.org)|5.982596084118927e-05| +|pypi|[Matplotlib](https://matplotlib.org)|5.982596084118927e-05| +|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.982596084118927e-05| +|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.982596084118927e-05| +|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.982596084118927e-05| +|pypi|[coplot](https://pypi.org/project/coplot)|5.982596084118927e-05| +|pypi|[pyYAML](https://pyyaml.org/)|5.982596084118927e-05| +|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.982596084118927e-05| +|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.982596084118927e-05| +|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.982596084118927e-05| +|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.982596084118927e-05| +|pypi|[tartiflette](https://tartiflette.io)|5.982596084118927e-05| +|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.982596084118927e-05| +|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.982596084118927e-05| +|pypi|[PuLP](https://github.com/coin-or/pulp)|5.982596084118927e-05| +|pypi|[clawpack](http://www.clawpack.org)|5.982596084118927e-05| +|pypi|[PyEscape](https://github.com/qaviton/escape)|5.982596084118927e-05| +|pypi|[mc3](https://github.com/pcubillos/mc3)|5.982596084118927e-05| +|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.982596084118927e-05| +|spack|pythonextensions|5.982596084118927e-05| +|spack|qt5|5.982596084118927e-05| +|cran|[taxa](https://docs.ropensci.org/taxa/)|5.982596084118927e-05| +|cran|[vegdata](http://germansl.infinitenature.org)|5.982596084118927e-05| +|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.981997824510515e-05| +|spack|[hdf5](https://portal.hdfgroup.org)|5.9756108945950455e-05| +|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9478913170195265e-05| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.944350761513615e-05| +|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.9306313624720125e-05| +|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.9306313624720125e-05| +|pypi|[odfpy](https://pypi.org/project/odfpy)|5.9306313624720125e-05| +|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.922770123277738e-05| +|npm|loose-envify|5.922770123277738e-05| +|cran|js|5.922770123277738e-05| +|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.920605164179588e-05| +|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.903557174399888e-05| +|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.897933786996945e-05| +|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.8876588198731275e-05| +|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.881655806088235e-05| +|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.872636342005076e-05| +|pypi|[mercurial](https://mercurial-scm.org/)|5.872636342005076e-05| +|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.8716003022269424e-05| +|pypi|[radvel](https://pypi.org/project/radvel)|5.865793017714701e-05| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.858997697793804e-05| +|cran|rsconnect|5.858260114531301e-05| +|pypi|[Mako](https://www.makotemplates.org/)|5.84586133138073e-05| +|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.8416736227876546e-05| +|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.827203978037916e-05| +|pypi|[cupy](https://pypi.org/project/cupy)|5.822305378085355e-05| +|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.818781991633339e-05| +|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.8084009319573564e-05| +|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7876046282116777e-05| +|spack|freetype|5.7706095977262e-05| +|pypi|[libcst](https://pypi.org/project/libcst)|5.768096692239953e-05| +|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.768096692239953e-05| +|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.752496234729738e-05| +|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.752496234729738e-05| +|pypi|[blosc](http://github.com/blosc/python-blosc)|5.752202490241156e-05| +|spack|libtiff|5.738418515446973e-05| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.7344252017619215e-05| +|npm|[requirejs](http://github.com/jrburke/r.js)|5.73088164102033e-05| +|pypi|[towncrier](https://pypi.org/project/towncrier)|5.727403840680009e-05| +|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.710416582708309e-05| +|pypi|[xxhash](https://pypi.org/project/xxhash)|5.658644071553227e-05| +|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6523495300095704e-05| +|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6523495300095704e-05| +|cran|[getPass](https://github.com/wrathematics/getPass)|5.642126765881347e-05| +|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.634418680437916e-05| +|pypi|[texttable](https://github.com/foutaise/texttable/)|5.616270210118345e-05| +|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.6129214553744065e-05| +|cran|[whisker](http://github.com/edwindj/whisker)|5.6049293527187e-05| +|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.596356214837383e-05| +|pypi|[asteval](https://github.com/newville/asteval)|5.584217447703741e-05| +|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.583756345177665e-05| +|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5807435025171704e-05| +|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.576765241213109e-05| +|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.568886988359757e-05| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.5523537588160765e-05| +|npm|[pako](https://github.com/nodeca/pako#readme)|5.538174660727236e-05| +|pypi|[bidict](https://bidict.readthedocs.io)|5.522396385340548e-05| +|pypi|[fbs](https://build-system.fman.io)|5.522396385340548e-05| +|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.5077275199419874e-05| +|cran|[gifski](https://gif.ski/)|5.506921630160262e-05| +|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.5047824387888036e-05| +|pypi|[prospector](https://pypi.org/project/prospector)|5.498355447767509e-05| +|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.498112633378225e-05| +|cran|[nleqslv](NA)|5.49555971522164e-05| +|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.4942403029400486e-05| +|pypi|[py4j](https://pypi.org/project/py4j)|5.491146413456365e-05| +|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.488430111060704e-05| +|npm|[moment](https://momentjs.com)|5.4843272925140384e-05| +|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.48404641044235e-05| +|cran|[katex](https://docs.ropensci.org/katex/)|5.4802433231389946e-05| +|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4752162532058504e-05| +|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.471676624984012e-05| +|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.467873101479643e-05| +|pypi|[mkdocs](https://www.mkdocs.org)|5.4639564327771094e-05| +|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.445599469741628e-05| +|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.44421854059859e-05| +|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.42065938050347e-05| +|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.4123798948513416e-05| +|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.384336475707034e-05| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.382511242489968e-05| +|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.3791226959659915e-05| +|npm|[react-images](https://jossmac.github.io/react-images/)|5.369685219990825e-05| +|pypi|[pynacl](https://pypi.org/project/pynacl)|5.361706858570298e-05| +|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3600257252522936e-05| +|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3600257252522936e-05| +|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3600257252522936e-05| +|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.330541749942518e-05| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|5.330493110949964e-05| +|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.31771645369825e-05| +|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.284626540971719e-05| +|cran|egg|5.2825106466113266e-05| +|cran|[s2](https://r-spatial.github.io/s2/)|5.2767117386252375e-05| +|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.276268329205241e-05| +|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.273013796766903e-05| +|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.273013796766903e-05| +|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.271215152502811e-05| +|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.27038226458096e-05| +|cran|[lavaan](https://lavaan.ugent.be)|5.267023325699191e-05| +|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.264618811210545e-05| +|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.254743473531545e-05| +|cran|tufte|5.253265114066798e-05| +|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.247591422355745e-05| +|cran|fastmap|5.238408523114689e-05| +|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.229464431916536e-05| +|cran|selectr|5.2254960359778434e-05| +|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.222634477985141e-05| +|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.220191205114487e-05| +|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2176784419351505e-05| +|pypi|[curio](https://pypi.org/project/curio)|5.2062988645739125e-05| +|spack|[gmp](https://gmplib.org)|5.187192484516361e-05| +|spack|double-conversion|5.185823407045922e-05| +|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1848676452346905e-05| +|cran|[progress](https://github.com/r-lib/progress#readme)|5.1797523386499646e-05| +|pypi|[whoosh](https://pypi.org/project/whoosh)|5.178023330705931e-05| +|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.1707193858518354e-05| +|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.17034854710162e-05| +|pypi|[feets](https://github.com/carpyncho/feets)|5.1524750963703674e-05| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.15084233376564e-05| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.1326320813773804e-05| +|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.127939500673366e-05| +|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.127939500673366e-05| +|pypi|[pony](https://ponyorm.com)|5.127939500673366e-05| +|pypi|[msgpack-python](http://msgpack.org/)|5.127939500673366e-05| +|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.127939500673366e-05| +|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.127939500673366e-05| +|pypi|[STAR](https://github.com/dbrgn/star)|5.127939500673366e-05| +|pypi|[fastqc](https://github.com/fastqc)|5.127939500673366e-05| +|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.127939500673366e-05| +|pypi|[cppyy](http://cppyy.readthedocs.org)|5.127939500673366e-05| +|pypi|[cykhash](https://github.com/realead/cykhash)|5.127939500673366e-05| +|pypi|[dustpy](https://github.com/stammler/dustpy)|5.127939500673366e-05| +|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.127939500673366e-05| +|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.127939500673366e-05| +|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.127939500673366e-05| +|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.127939500673366e-05| +|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.127939500673366e-05| +|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.127939500673366e-05| +|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.127939500673366e-05| +|pypi|[libstempo](https://github.com/vallis/libstempo)|5.127939500673366e-05| +|pypi|[noise](https://github.com/caseman/noise)|5.127939500673366e-05| +|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.127939500673366e-05| +|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.127939500673366e-05| +|pypi|[ncls](https://github.com/endrebak/ncls)|5.127939500673366e-05| +|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.127939500673366e-05| +|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.127939500673366e-05| +|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.127939500673366e-05| +|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.127939500673366e-05| +|pypi|[easydev](http://github.com/cokelaer/easydev)|5.127939500673366e-05| +|pypi|[mdtraj](http://mdtraj.org)|5.127939500673366e-05| +|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.127939500673366e-05| +|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.127939500673366e-05| +|spack|rigidbodykinematics|5.127939500673366e-05| +|spack|sbgatcore|5.127939500673366e-05| +|spack|effpotential|5.127939500673366e-05| +|spack|yaml|5.127939500673366e-05| +|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.127939500673366e-05| +|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.127939500673366e-05| +|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.127939500673366e-05| +|npm|[filepond](https://pqina.nl/filepond/)|5.127939500673366e-05| +|cran|pbkrtest|5.123785173998279e-05| +|cran|[formatR](https://github.com/yihui/formatR)|5.123003361124683e-05| +|npm|[tslib](https://www.typescriptlang.org/)|5.118815694659865e-05| +|pypi|[pympler](https://pypi.org/project/pympler)|5.103813044052529e-05| +|npm|[d3-array](https://d3js.org/d3-array/)|5.094204885123543e-05| +|npm|[d3-scale](https://d3js.org/d3-scale/)|5.094204885123543e-05| +|cran|[car](https://r-forge.r-project.org/projects/car/)|5.092980377334366e-05| +|pypi|[geojson](https://github.com/jazzband/geojson)|5.080399228219207e-05| +|spack|cpio|5.076660105666632e-05| +|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.075861683764563e-05| +|npm|[typescript](https://www.typescriptlang.org/)|5.073721433897974e-05| +|spack|fontconfig|5.050042894695949e-05| +|cran|styler|5.049565841077153e-05| +|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.0460349114265e-05| +|cran|coda|5.04327042750196e-05| +|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.042815704962188e-05| +|cran|combinat|5.0412661754174195e-05| +|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0382148477879e-05| +|npm|[d3-brush](https://d3js.org/d3-brush/)|5.034378924282354e-05| +|npm|[d3-format](https://d3js.org/d3-format/)|5.034378924282354e-05| +|pypi|[freesasa](http://freesasa.github.io/)|5.015147322621274e-05| +|npm|eslint-plugin-import|5.012744245662894e-05| +|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.01170620532477e-05| +|pypi|[contextvars](https://pypi.org/project/contextvars)|4.990135954403223e-05| +|cran|webshot|4.9831326466935e-05| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.982387565438226e-05| +|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.978810696483926e-05| +|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.974758743794277e-05| +|cran|e1071|4.974260641644859e-05| +|pypi|[h11](https://pypi.org/project/h11)|4.973160047076166e-05| +|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.952962041233924e-05| +|pypi|[colour](http://github.com/vaab/colour)|4.950035985540356e-05| +|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.933182939134278e-05| +|npm|[rc-slider](http://github.com/react-component/slider/)|4.933017823747186e-05| +|pypi|[khmer](https://khmer.readthedocs.io/)|4.9313684864808874e-05| +|pypi|[coveralls](https://pypi.org/project/coveralls)|4.926901810254418e-05| +|cran|WRS2|4.926664873682732e-05| +|rubygems|[rouge](http://rouge.jneen.net/)|4.909582756008494e-05| +|pypi|[zict](https://pypi.org/project/zict)|4.9030443893495464e-05| +|cran|flashClust|4.8986126483721996e-05| +|cran|[odbc](https://github.com/r-dbi/odbc)|4.887485149808557e-05| +|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.880538910728599e-05| +|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.880538910728599e-05| +|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.8800493321632236e-05| +|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.858204907496704e-05| +|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.852351679178422e-05| +|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.840593589007416e-05| +|cran|[stars](https://r-spatial.github.io/stars/)|4.83796566571345e-05| +|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.836972313489955e-05| +|pypi|[pip-api](https://pypi.org/project/pip-api)|4.828607827650049e-05| +|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.828607827650049e-05| +|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.828607827650049e-05| +|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.826874977693842e-05| +|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.821899594648601e-05| +|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.801499786559536e-05| +|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.786525758920448e-05| +|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.777369240995966e-05| +|pypi|[path](https://pypi.org/project/path)|4.7769982398894814e-05| +|npm|[ws](https://github.com/websockets/ws)|4.770767879366729e-05| +|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7693984671251775e-05| +|pypi|[configparser](https://pypi.org/project/configparser)|4.7626095414593436e-05| +|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.760034301370915e-05| +|pypi|[pockets](https://pypi.org/project/pockets)|4.728573627945737e-05| +|cran|[party](http://party.R-forge.R-project.org)|4.711532082167388e-05| +|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.7083565342380606e-05| +|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.699129804205947e-05| +|pypi|[gevent](https://pypi.org/project/gevent)|4.6892101356017e-05| +|cran|[caret](https://github.com/topepo/caret/)|4.6781307275936546e-05| +|pypi|[chevron](https://pypi.org/project/chevron)|4.6752651626835826e-05| +|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.668260265840034e-05| +|pypi|[pycairo](https://pypi.org/project/pycairo)|4.658827998204358e-05| +|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.652627116212625e-05| +|cran|[lazyeval](NA)|4.642012500763535e-05| +|pypi|[wandb](https://github.com/wandb/client)|4.63838476230477e-05| +|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6365119651921686e-05| +|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.6181443456356635e-05| +|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6164771173924795e-05| +|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.599157465363141e-05| +|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.596627991298042e-05| +|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.589203509128333e-05| +|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.588970968369375e-05| +|pypi|[types-protobuf](https://github.com/python/typeshed)|4.5886699989640525e-05| +|pypi|[clang-format](http://clang.llvm.org/)|4.5886699989640525e-05| +|spack|[llvm](https://llvm.org/)|4.5863275989329756e-05| +|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.58586613543736e-05| +|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.576686004350979e-05| +|npm|[semver](https://github.com/npm/node-semver#readme)|4.5755658921210744e-05| +|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.572371632174932e-05| +|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.555977017905952e-05| +|pypi|[tk](https://github.com/atranitell/TensorKit)|4.5519752813948355e-05| +|pypi|[pycbc](http://www.pycbc.org/)|4.550518835432069e-05| +|pypi|[zstandard](https://pypi.org/project/zstandard)|4.548721976549888e-05| +|pypi|[wasabi](https://pypi.org/project/wasabi)|4.545848729552083e-05| +|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.54359964687707e-05| +|pypi|[math](https://pypi.org/project/math)|4.538226458095929e-05| +|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.517464767828257e-05| +|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.51588069185543e-05| +|cran|gee|4.507866721145501e-05| +|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.486947063089195e-05| +|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.486947063089195e-05| +|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.486947063089195e-05| +|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.486947063089195e-05| +|pypi|[pygedm](https://github.com/frbs/pygedm)|4.486947063089195e-05| +|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.486947063089195e-05| +|pypi|[structlog](https://www.structlog.org/)|4.486947063089195e-05| +|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.486947063089195e-05| +|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.486947063089195e-05| +|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.486947063089195e-05| +|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.486947063089195e-05| +|pypi|[Psycopg2](https://psycopg.org/)|4.486947063089195e-05| +|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.486947063089195e-05| +|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.486947063089195e-05| +|pypi|[sbpy](https://sbpy.org)|4.486947063089195e-05| +|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.486947063089195e-05| +|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.486947063089195e-05| +|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.486947063089195e-05| +|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.486947063089195e-05| +|pypi|[gemmi](https://project-gemmi.github.io/)|4.486947063089195e-05| +|pypi|[gputil](https://github.com/anderskm/gputil)|4.486947063089195e-05| +|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.486947063089195e-05| +|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.486947063089195e-05| +|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.486947063089195e-05| +|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.486947063089195e-05| +|pypi|[types](https://www.pytosquatting.org)|4.486947063089195e-05| +|pypi|[imexam](http://imexam.readthedocs.io/)|4.486947063089195e-05| +|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.486947063089195e-05| +|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.486947063089195e-05| +|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.486947063089195e-05| +|pypi|[trippy](https://github.com/fraserw/trippy)|4.486947063089195e-05| +|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.486947063089195e-05| +|spack|libpeyton|4.486947063089195e-05| +|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.486947063089195e-05| +|npm|[web-worker](https://github.com/developit/web-worker)|4.486947063089195e-05| +|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.486947063089195e-05| +|npm|[fflate](https://101arrowz.github.io/fflate)|4.486947063089195e-05| +|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.486947063089195e-05| +|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.481433257772041e-05| +|pypi|[bz2file](https://pypi.org/project/bz2file)|4.48004406760752e-05| +|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.471990572878898e-05| +|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.4532106190058184e-05| +|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.4532106190058184e-05| +|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4486188937965595e-05| +|pypi|[boto](https://github.com/boto/boto/)|4.4420775924583033e-05| +|pypi|[args](https://github.com/kennethreitz/args)|4.4420775924583033e-05| +|pypi|[anyio](https://pypi.org/project/anyio)|4.436743134936497e-05| +|npm|react-router-dom|4.4296801580064874e-05| +|cran|[gplots](https://github.com/talgalili/gplots)|4.4255927493567364e-05| +|rubygems|[jekyll](https://jekyllrb.com)|4.411064597793432e-05| +|pypi|[yapf](https://pypi.org/project/yapf)|4.398085856094346e-05| +|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.397208121827411e-05| +|spack|gtkplus|4.386354852781036e-05| +|pypi|[sos](https://github.com/vatlab/SoS)|4.384498683256364e-05| +|pypi|[pyglet](https://pypi.org/project/pyglet)|4.383854112711074e-05| +|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.3706440034245605e-05| +|spack|libsm|4.3686811954564776e-05| +|spack|libxext|4.3686811954564776e-05| +|npm|cross-env|4.359130485252041e-05| +|pypi|[backoff](https://pypi.org/project/backoff)|4.357975378444525e-05| +|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3477845916773577e-05| +|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.347353154459754e-05| +|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.347353154459754e-05| +|npm|[ava](https://avajs.dev)|4.332866944513065e-05| +|spack|glib|4.327323921319797e-05| +|pypi|[xlwt](https://pypi.org/project/xlwt)|4.326128756021444e-05| +|pypi|[spectres](https://spectres.readthedocs.io)|4.31779790260501e-05| +|cran|statnet.common|4.315038996019002e-05| +|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.29346950991983e-05| +|pypi|[vine](https://pypi.org/project/vine)|4.2912860888040995e-05| +|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.288822127835905e-05| +|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.280513778548835e-05| +|pypi|[zope.event](https://pypi.org/project/zope.event)|4.259467562893959e-05| +|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.24999471034829e-05| +|spack|harfbuzz|4.223478674390899e-05| +|pypi|[sniffio](https://pypi.org/project/sniffio)|4.219974581831044e-05| +|cran|[taxize](https://docs.ropensci.org/taxize/)|4.219581995234643e-05| +|cran|[targets](https://docs.ropensci.org/targets/)|4.2177855764232446e-05| +|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.2117131176386366e-05| +|cran|shape|4.209287386856192e-05| +|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.196003969314148e-05| +|npm|[mongoose](https://mongoosejs.com)|4.1928355209046905e-05| +|pypi|[colorlog](https://pypi.org/project/colorlog)|4.189712788187561e-05| +|cran|[classInt](https://r-spatial.github.io/classInt/)|4.18870396119717e-05| +|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.18183466279913e-05| +|pypi|[segments](https://github.com/cldf/segments)|4.18183466279913e-05| +|pypi|[requests-file](https://pypi.org/project/requests-file)|4.1728607686729514e-05| +|npm|[prop-types](https://facebook.github.io/react/)|4.1683907870798654e-05| +|spack|libmng|4.164447742929659e-05| +|spack|inputproto|4.164447742929659e-05| +|spack|dbus|4.164447742929659e-05| +|spack|assimp|4.164447742929659e-05| +|spack|gperf|4.164447742929659e-05| +|spack|libdrm|4.164447742929659e-05| +|spack|libxcomposite|4.164447742929659e-05| +|spack|libxcursor|4.164447742929659e-05| +|spack|libxi|4.164447742929659e-05| +|spack|libxtst|4.164447742929659e-05| +|spack|libxrandr|4.164447742929659e-05| +|spack|libxdamage|4.164447742929659e-05| +|spack|libxcb|4.164447742929659e-05| +|spack|libxkbcommon|4.164447742929659e-05| +|spack|xcb-util-image|4.164447742929659e-05| +|spack|xcb-util-keysyms|4.164447742929659e-05| +|spack|xcb-util-renderutil|4.164447742929659e-05| +|spack|xcb-util-wm|4.164447742929659e-05| +|spack|libxrender|4.164447742929659e-05| +|pypi|[distlib](https://pypi.org/project/distlib)|4.152154629287078e-05| +|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.138736093669856e-05| +|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.117031530708137e-05| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1147328420386194e-05| +|spack|libxcrypt|4.1096441951165986e-05| +|npm|[esm](https://github.com/standard-things/esm#readme)|4.1049135391032545e-05| +|cran|[qpdf](https://github.com/ropensci/qpdf)|4.0979061973266466e-05| +|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.087920567878875e-05| +|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.079042784626541e-05| +|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.0781363306744025e-05| +|spack|llvm-openmp|4.0754299181601575e-05| +|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.0733537310985246e-05| +|pypi|[tablib](https://tablib.readthedocs.io)|4.071904459753445e-05| +|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.0644491706191855e-05| +|cran|[plotly](https://plotly-r.com)|4.0599671765508944e-05| +|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.059618771366415e-05| +|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.05402496288828e-05| +|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.0482749198934e-05| +|rubygems|[rubocop](https://rubocop.org/)|4.042531598488772e-05| +|pypi|[overrides](https://github.com/mkorpela/overrides)|4.0210297316896305e-05| +|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.017897903655913e-05| +|pypi|[asciitree](https://pypi.org/project/asciitree)|4.008601665960255e-05| +|rubygems|[pry](http://pry.github.io)|4.006261212742893e-05| +|spack|yacc|4.000628887617726e-05| +|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.998522120208397e-05| +|pypi|[fiona](https://pypi.org/project/fiona)|3.9964561052495965e-05| +|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.996204239016966e-05| +|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.988397389412618e-05| +|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.988397389412618e-05| +|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.988397389412618e-05| +|pypi|[lda](https://pypi.org/project/lda)|3.988397389412618e-05| +|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.988397389412618e-05| +|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.988397389412618e-05| +|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.988397389412618e-05| +|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.988397389412618e-05| +|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.988397389412618e-05| +|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.988397389412618e-05| +|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.988397389412618e-05| +|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.988397389412618e-05| +|pypi|[precession](https://github.com/dgerosa/precession/)|3.988397389412618e-05| +|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.988397389412618e-05| +|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.988397389412618e-05| +|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.988397389412618e-05| +|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.988397389412618e-05| +|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.988397389412618e-05| +|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.988397389412618e-05| +|pypi|[tensorly-viz](https://tensorly.org/viz)|3.988397389412618e-05| +|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.988397389412618e-05| +|pypi|[pygobject](https://pygobject.readthedocs.io)|3.988397389412618e-05| +|pypi|[genicam](https://www.emva.org)|3.988397389412618e-05| +|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.988397389412618e-05| +|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.988397389412618e-05| +|pypi|[fseval](https://github.com/dunnkers/fseval)|3.988397389412618e-05| +|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.988397389412618e-05| +|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.988397389412618e-05| +|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.988397389412618e-05| +|pypi|[sick](http://www.github.com/andycasey/sick/)|3.988397389412618e-05| +|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.988397389412618e-05| +|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.988397389412618e-05| +|pypi|[treegp](https://github.com/PFLeget/treegp)|3.988397389412618e-05| +|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.988397389412618e-05| +|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.988397389412618e-05| +|pypi|[protfasta](https://pypi.org/project/protfasta)|3.988397389412618e-05| +|pypi|[hjson](http://github.com/hjson/hjson-py)|3.988397389412618e-05| +|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.988397389412618e-05| +|spack|fftw3|3.988397389412618e-05| +|npm|[apexcharts](https://apexcharts.com)|3.988397389412618e-05| +|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.988397389412618e-05| +|npm|[lodash.debounce](https://lodash.com/)|3.988397389412618e-05| +|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.988397389412618e-05| +|npm|vue-apexcharts|3.988397389412618e-05| +|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.988397389412618e-05| +|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.988397389412618e-05| +|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.988397389412618e-05| +|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.988397389412618e-05| +|cran|txtplot|3.988397389412618e-05| +|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.988397389412618e-05| +|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.968272065958617e-05| +|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.965240587182079e-05| +|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.961275574950792e-05| +|npm|rollup-plugin-json|3.95995970904678e-05| +|pypi|[casadi](http://casadi.org)|3.9545596786153625e-05| +|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.948513415518492e-05| +|cran|codemetar|3.948513415518492e-05| +|pypi|[unidecode](https://pypi.org/project/unidecode)|3.9445688466718205e-05| +|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.9386421319796954e-05| +|cran|[tmap](https://github.com/mtennekes/tmap)|3.9381938978692564e-05| +|cran|see|3.928331299596096e-05| +|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.920978650469642e-05| +|cran|[effectsize](https://easystats.github.io/effectsize/)|3.920644192213638e-05| +|pypi|[ply](https://pypi.org/project/ply)|3.907532972391316e-05| +|cran|[psych](https://personality-project.org/r/psych/)|3.902169789707609e-05| +|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.893435546807556e-05| +|cran|[checkmate](https://github.com/mllg/checkmate)|3.88816490993947e-05| +|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.884180599217306e-05| +|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.883439563375444e-05| +|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8813265604953425e-05| +|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.874870541014978e-05| +|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.874212829411343e-05| +|pypi|[wslink](https://pypi.org/project/wslink)|3.8734905856457505e-05| +|pypi|[bwapy](https://pypi.org/project/bwapy)|3.8574350870736965e-05| +|pypi|[pytabix](https://pypi.org/project/pytabix)|3.8574350870736965e-05| +|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8555112400290064e-05| +|pypi|[Brotli](https://pypi.org/project/Brotli)|3.851994204994224e-05| +|cran|highr|3.8374890857683685e-05| +|npm|[xo](https://github.com/xojs/xo#readme)|3.834642095123875e-05| +|npm|[nodemon](https://nodemon.io)|3.83414773950888e-05| +|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.826856753645464e-05| +|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.824906781521687e-05| +|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8207956723298466e-05| +|npm|[testcafe](https://testcafe.io/)|3.820763622707966e-05| +|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.8100562326838974e-05| +|cran|pool|3.805722127435194e-05| +|pypi|[yarl](https://pypi.org/project/yarl)|3.8038857612431365e-05| +|npm|[jquery](https://jquery.com)|3.8009177352854016e-05| +|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.7882672764909036e-05| +|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.782738854818398e-05| +|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7775076853802595e-05| +|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7775076853802595e-05| +|pypi|[pydap](https://pypi.org/project/pydap)|3.7775076853802595e-05| +|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7775076853802595e-05| +|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.776028177768569e-05| +|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.7739396166258834e-05| +|cran|tikzDevice|3.770203672005738e-05| +|npm|gh-pages|3.765383206292521e-05| +|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.763208329016886e-05| +|cran|[slam](NA)|3.757129780065091e-05| +|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.7350865695470157e-05| +|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7335920040800395e-05| +|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.712948694706309e-05| +|rubygems|[coderay](http://coderay.rubychan.de)|3.7012786838288614e-05| +|cran|JuliaCall|3.693616127308181e-05| +|pypi|[chex](https://github.com/deepmind/chex)|3.6761084353348934e-05| +|cran|gamm4|3.673778876418752e-05| +|cran|[zip](https://github.com/r-lib/zip#readme)|3.657408082168371e-05| +|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.652440617946167e-05| +|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.645379123402982e-05| +|pypi|[torchvision](https://pypi.org/project/torchvision)|3.638429049851211e-05| +|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.636373734159054e-05| +|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.629441624365483e-05| +|pypi|[spglib](http://spglib.github.io/spglib/)|3.620983875095939e-05| +|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.618019149623478e-05| +|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.6080945029560405e-05| +|npm|[colors](https://github.com/Marak/colors.js)|3.6027165130011396e-05| +|pypi|[jaxopt](https://github.com/google/jaxopt)|3.601426888300563e-05| +|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.599937241346883e-05| +|cran|[gert](https://docs.ropensci.org/gert/)|3.5967690535119e-05| +|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.5895576504713564e-05| +|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.5895576504713564e-05| +|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.5895576504713564e-05| +|pypi|[pykeops](http://www.kernel-operations.io/)|3.5895576504713564e-05| +|pypi|[keopscore](http://www.kernel-operations.io/)|3.5895576504713564e-05| +|pypi|[simpleitk](http://simpleitk.org/)|3.5895576504713564e-05| +|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.5895576504713564e-05| +|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.5895576504713564e-05| +|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.5895576504713564e-05| +|pypi|[caput](https://github.com/eykd/caput)|3.5895576504713564e-05| +|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.5895576504713564e-05| +|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.5895576504713564e-05| +|pypi|[urepr](https://github.com/j-faria/urepr)|3.5895576504713564e-05| +|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.5895576504713564e-05| +|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.5895576504713564e-05| +|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.5895576504713564e-05| +|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.5895576504713564e-05| +|pypi|[disksurf](https://github.com/richteague/disksurf)|3.5895576504713564e-05| +|pypi|[gofish](https://github.com/richteague/gofish)|3.5895576504713564e-05| +|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.5895576504713564e-05| +|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.5895576504713564e-05| +|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.5895576504713564e-05| +|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.5895576504713564e-05| +|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.5895576504713564e-05| +|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.5895576504713564e-05| +|pypi|[pywfa](https://pypi.org/project/pywfa)|3.5895576504713564e-05| +|pypi|[astLib](https://astlib.readthedocs.io)|3.5895576504713564e-05| +|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.5895576504713564e-05| +|pypi|[Cerberus](http://docs.python-cerberus.org)|3.5895576504713564e-05| +|pypi|[2to3](https://pypi.org/project/2to3)|3.5895576504713564e-05| +|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.5895576504713564e-05| +|spack|edlib|3.5895576504713564e-05| +|spack|spoa|3.5895576504713564e-05| +|spack|thread_pool|3.5895576504713564e-05| +|spack|rampler|3.5895576504713564e-05| +|spack|cudapoa|3.5895576504713564e-05| +|spack|cudaaligner|3.5895576504713564e-05| +|spack|cppuddle|3.5895576504713564e-05| +|spack|hpxkokkos|3.5895576504713564e-05| +|npm|[auspice](https://www.npmjs.com/package/auspice)|3.5895576504713564e-05| +|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.5895576504713564e-05| +|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.5895576504713564e-05| +|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5872933368902754e-05| +|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.586981412923171e-05| +|pypi|[optlang](https://github.com/opencobra/optlang)|3.586981412923171e-05| +|pypi|[kombu](https://kombu.readthedocs.io)|3.5721346162612395e-05| +|pypi|[ray](https://github.com/ray-project/ray)|3.559578203296911e-05| +|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.558877670552798e-05| +|pypi|[cymem](https://pypi.org/project/cymem)|3.5587203756724604e-05| +|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.5587203756724604e-05| +|cran|class|3.554219389337148e-05| +|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.553662073966643e-05| +|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.553662073966643e-05| +|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.553662073966643e-05| +|spack|virtest|3.553662073966643e-05| +|npm|[rxjs](https://rxjs.dev)|3.537250554006974e-05| +|npm|prettier|3.535500658990605e-05| +|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.520857982519751e-05| +|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5195852421332194e-05| +|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.514734098175851e-05| +|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.496143898485739e-05| +|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.493356394769137e-05| +|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.490608404224323e-05| +|pypi|[jdcal](https://pypi.org/project/jdcal)|3.487581580855692e-05| +|npm|husky|3.484877279859449e-05| +|cran|[git2r](https://docs.ropensci.org/git2r/)|3.483862161145509e-05| +|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.4669565617052574e-05| +|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.461626612138781e-05| +|npm|[passport](https://www.passportjs.org/)|3.4602727350942095e-05| +|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4588851570550744e-05| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.4560273461344506e-05| +|cran|modelbased|3.4538644821458456e-05| +|pypi|[crds](https://hst-crds.stsci.edu)|3.445050630682769e-05| +|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.4360100134121545e-05| +|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.434949745326931e-05| +|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.4290489750437753e-05| +|pypi|[hiredis](https://pypi.org/project/hiredis)|3.416367019632989e-05| +|pypi|[isodate](https://pypi.org/project/isodate)|3.413801145086576e-05| +|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.410079767947789e-05| +|cran|mapdata|3.400824593599775e-05| +|cran|[GGally](https://ggobi.github.io/ggally/)|3.3945740183699625e-05| +|npm|[xlsx](https://sheetjs.com/)|3.3765700620251884e-05| +|pypi|[types-toml](https://pypi.org/project/types-toml)|3.3749203916000965e-05| +|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.3737619141241333e-05| +|pypi|[nibabel](https://nipy.org/nibabel)|3.3731471480756203e-05| +|npm|[browserify](https://github.com/browserify/browserify#readme)|3.360460738275716e-05| +|rubygems|[activesupport](https://rubyonrails.org)|3.3494954167866736e-05| +|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3492830004398054e-05| +|rubygems|[railties](https://rubyonrails.org)|3.335371199296922e-05| +|npm|jest|3.3323448326091874e-05| +|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.328537865836957e-05| +|rubygems|rake-compiler|3.32798237224549e-05| +|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.324105389564665e-05| +|cran|tseries|3.3195632394311434e-05| +|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3107398850206e-05| +|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.2911846579142547e-05| +|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.291178136131454e-05| +|pypi|[rpy2](https://rpy2.github.io)|3.2845800229502205e-05| +|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.27819071791153e-05| +|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.2717603472059405e-05| +|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.270829686679503e-05| +|pypi|[marxs](http://marxs.readthedocs.io)|3.2632342277012324e-05| +|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.2632342277012324e-05| +|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.2632342277012324e-05| +|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.2632342277012324e-05| +|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.2632342277012324e-05| +|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.2632342277012324e-05| +|pypi|[PIL](http://www.pythonware.com/products/pil)|3.2632342277012324e-05| +|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.2632342277012324e-05| +|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.2632342277012324e-05| +|pypi|[wurst](https://github.com/polca/wurst)|3.2632342277012324e-05| +|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.2632342277012324e-05| +|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.2632342277012324e-05| +|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.2632342277012324e-05| +|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| +|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.2632342277012324e-05| +|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.2632342277012324e-05| +|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| +|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.2632342277012324e-05| +|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.2632342277012324e-05| +|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.2632342277012324e-05| +|pypi|[configuration](http://k0s.org/hg/configuration)|3.2632342277012324e-05| +|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.2632342277012324e-05| +|pypi|[flatdict](https://github.com/gmr/flatdict)|3.2632342277012324e-05| +|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.2632342277012324e-05| +|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.2632342277012324e-05| +|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.2632342277012324e-05| +|pypi|[filetype](https://github.com/h2non/filetype.py)|3.2632342277012324e-05| +|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.2632342277012324e-05| +|pypi|[colored](https://gitlab.com/dslackw/colored)|3.2632342277012324e-05| +|pypi|[cdips](https://github.com/lgbouma/cdips)|3.2632342277012324e-05| +|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.2632342277012324e-05| +|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.2632342277012324e-05| +|spack|openni2|3.2632342277012324e-05| +|spack|efusion|3.2632342277012324e-05| +|spack|suitesparse|3.2632342277012324e-05| +|spack|realsense|3.2632342277012324e-05| +|npm|[angular-animate](http://angularjs.org)|3.2632342277012324e-05| +|npm|[angular-sanitize](http://angularjs.org)|3.2632342277012324e-05| +|npm|[angular-touch](http://angularjs.org)|3.2632342277012324e-05| +|npm|[colorbrewer](http://colorbrewer2.org/)|3.2632342277012324e-05| +|npm|[dc](http://dc-js.github.io/dc.js/)|3.2632342277012324e-05| +|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.26128570034027e-05| +|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.260514865844815e-05| +|npm|[babel-cli](https://babeljs.io/)|3.2589300947188545e-05| +|npm|eslint-config-standard|3.251565672555239e-05| +|pypi|[billiard](https://pypi.org/project/billiard)|3.251317901250362e-05| +|cran|[network](http://statnet.org/)|3.2511526585018064e-05| +|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.250088397373418e-05| +|pypi|[altair](https://pypi.org/project/altair)|3.2418328368952574e-05| +|pypi|[scikit_learn](http://scikit-learn.org)|3.226659953321432e-05| +|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2254464161201384e-05| +|npm|[sinon](https://sinonjs.org/)|3.2245360771842095e-05| +|cran|[vcr](https://github.com/ropensci/vcr/)|3.214583570500772e-05| +|cran|[sna](http://statnet.org)|3.19869943779933e-05| +|npm|npm-run-all|3.181908269171025e-05| +|npm|fortawesome|3.177033231711829e-05| +|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1708967585596784e-05| +|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.170167107521268e-05| +|pypi|[pypairix](https://pypi.org/project/pypairix)|3.168967997194973e-05| +|npm|eslint-plugin-node|3.167800780811739e-05| +|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.158810732414794e-05| +|cran|lars|3.149990306670306e-05| +|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.138854392525532e-05| +|cran|[shinytest](https://github.com/rstudio/shinytest)|3.1288311731305146e-05| +|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.1263887075422993e-05| +|pypi|[optax](https://github.com/deepmind/optax)|3.1251045303156906e-05| +|pypi|[matchms](https://github.com/matchms/matchms)|3.122915155910081e-05| +|npm|eslint-plugin-standard|3.1226966083344706e-05| +|npm|eslint-plugin-promise|3.1226966083344706e-05| +|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1214222817480866e-05| +|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.120053914304632e-05| +|cran|fontawesome|3.115397321096514e-05| +|pypi|[addict](https://pypi.org/project/addict)|3.114689086294417e-05| +|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.111354193206985e-05| +|cran|[here](https://here.r-lib.org/)|3.110266034799049e-05| +|cran|poorman|3.108813766889924e-05| +|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.107461942215386e-05| +|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.096522316129913e-05| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0910298910661495e-05| +|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.080182326737803e-05| +|cran|spatstat.data|3.077246069966583e-05| +|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.073794893324683e-05| +|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.072910036666783e-05| +|cran|mlbench|3.0719244629792784e-05| +|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0703488453171194e-05| +|cran|polyclip|3.067046428909412e-05| +|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0663272094084075e-05| +|npm|[babel](https://babeljs.io/)|3.064256530890182e-05| +|npm|[commander](https://github.com/tj/commander.js#readme)|3.064091381657812e-05| +|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.0636048835777974e-05| +|pypi|[sep](https://github.com/kbarbary/sep)|3.059827379107034e-05| +|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.059670568735109e-05| +|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.059011656078838e-05| +|npm|react-router-bootstrap|3.056124934611836e-05| +|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.055068201160716e-05| +|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.054889273163385e-05| +|npm|[events](https://github.com/Gozala/events#readme)|3.0514369386958222e-05| +|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0379480472392004e-05| +|pypi|[itk](https://itk.org/)|3.0232008823721475e-05| +|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0230805837563453e-05| +|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.0197600828395333e-05| +|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0165464742403574e-05| +|pypi|[cligj](https://pypi.org/project/cligj)|3.0135968687412766e-05| +|npm|immutable|3.011989727763935e-05| +|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0087981530538248e-05| +|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|3.0058058375634522e-05| +|npm|[async](https://caolan.github.io/async/)|2.998568786407574e-05| +|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.992505080126545e-05| +|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9923658452631576e-05| +|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.9912980420594635e-05| +|pypi|[random2](http://pypi.python.org/pypi/random2)|2.9912980420594635e-05| +|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.9912980420594635e-05| +|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.9912980420594635e-05| +|pypi|[blackjax](https://pypi.org/project/blackjax)|2.9912980420594635e-05| +|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.9912980420594635e-05| +|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.9912980420594635e-05| +|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.9912980420594635e-05| +|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.9912980420594635e-05| +|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.9912980420594635e-05| +|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.9912980420594635e-05| +|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.9912980420594635e-05| +|pypi|[toil](https://github.com/DataBiosphere/toil)|2.9912980420594635e-05| +|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.9912980420594635e-05| +|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.9912980420594635e-05| +|npm|[downloadjs](http://danml.com/download.html)|2.9912980420594635e-05| +|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.9912980420594635e-05| +|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.9912980420594635e-05| +|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.9912980420594635e-05| +|pypi|[vtk](https://vtk.org)|2.989396853650253e-05| +|cran|[Seurat](https://satijalab.org/seurat)|2.9811603095646356e-05| +|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.978371361234849e-05| +|pypi|[Pint](https://github.com/hgrecco/pint)|2.9783551745571326e-05| +|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9764140908266858e-05| +|pypi|[arrow](https://pypi.org/project/arrow)|2.963758333154888e-05| +|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.955917773200651e-05| +|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9554003362328355e-05| +|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.953823086258077e-05| +|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.946886354624487e-05| +|npm|babel-preset-env|2.9444908157941594e-05| +|pypi|[autocommand](https://pypi.org/project/autocommand)|2.943070620659873e-05| +|cran|[spatstat.core](http://spatstat.org/)|2.9427295263926696e-05| +|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.940072063089195e-05| +|cran|tripack|2.924772044057226e-05| +|pypi|[ndcube](https://pypi.org/project/ndcube)|2.914264522590851e-05| +|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9118685868958438e-05| +|pypi|[shap](https://pypi.org/project/shap)|2.9118446634464484e-05| +|cran|RhpcBLASctl|2.908513027620033e-05| +|cran|reactlog|2.9038698166937378e-05| +|cran|sourcetools|2.9038698166937378e-05| +|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8987884944723056e-05| +|npm|[grunt](https://gruntjs.com/)|2.894124461961949e-05| +|pypi|[smart-open](https://pypi.org/project/smart-open)|2.8940258767968842e-05| +|npm|eslint-plugin-markdown|2.892794964117232e-05| +|spack|hwloc|2.8853566112525696e-05| +|cran|brew|2.8810062178063768e-05| +|pypi|[astor](https://pypi.org/project/astor)|2.8802533201549295e-05| +|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.876248117364869e-05| +|npm|[winston](https://github.com/winstonjs/winston#readme)|2.876248117364869e-05| +|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.8653841173329933e-05| +|cran|animation|2.8650968498191596e-05| +|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.857287889775199e-05| +|cran|[recipes](https://github.com/tidymodels/recipes)|2.855382309416746e-05| +|cran|[wk](https://paleolimbot.github.io/wk/)|2.8531542915591446e-05| +|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8460064228737182e-05| +|pypi|[gensim](http://radimrehurek.com/gensim)|2.8425679512162487e-05| +|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8246991692982185e-05| +|pypi|[dipy](https://dipy.org)|2.8210241535114635e-05| +|pypi|[lml](https://pypi.org/project/lml)|2.819134096912877e-05| +|cran|[plotrix](NA)|2.8155143979498206e-05| +|npm|[underscore](https://underscorejs.org)|2.8141704651403708e-05| +|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8124775876770082e-05| +|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8124775876770076e-05| +|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8100876430228476e-05| +|pypi|[gmsh](https://gmsh.info)|2.8083009853687668e-05| +|pypi|[PIMS](https://pypi.org/project/PIMS)|2.800942712110225e-05| +|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7929519718859823e-05| +|cran|timeSeries|2.789326947717372e-05| +|cran|fts|2.789326947717372e-05| +|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7885067253908366e-05| +|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7855623714332315e-05| +|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.781070440849191e-05| +|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.7800906013569654e-05| +|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7754972547394593e-05| +|cran|[matlab](http://cran.r-project.org/package=matlab)|2.772067945198384e-05| +|cran|[rex](https://github.com/kevinushey/rex)|2.7720309872905925e-05| +|spack|meson|2.7718564176939813e-05| +|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7717862458902878e-05| +|cran|shinydisconnect|2.7626605377657342e-05| +|npm|chalk|2.7621252717672996e-05| +|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.761198192670274e-05| +|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.761198192670274e-05| +|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.761198192670274e-05| +|pypi|[filemagic](http://filemagic.readthedocs.org)|2.761198192670274e-05| +|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.761198192670274e-05| +|pypi|[ulid](https://github.com/mdipierro/ulid)|2.761198192670274e-05| +|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.761198192670274e-05| +|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.761198192670274e-05| +|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.761198192670274e-05| +|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.761198192670274e-05| +|pypi|[pmesh](https://pypi.org/project/pmesh)|2.761198192670274e-05| +|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.761198192670274e-05| +|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.761198192670274e-05| +|pypi|[coramin](https://github.com/Coramin/Coramin)|2.761198192670274e-05| +|pypi|[json2table](https://github.com/latture/json2table)|2.761198192670274e-05| +|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.761198192670274e-05| +|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.761198192670274e-05| +|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.761198192670274e-05| +|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.761198192670274e-05| +|spack|everybeam|2.761198192670274e-05| +|spack|idgapi|2.761198192670274e-05| +|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.761145858026861e-05| +|pypi|[pretend](https://pypi.org/project/pretend)|2.7596579423429994e-05| +|pypi|[reportlab](https://pypi.org/project/reportlab)|2.757166667244656e-05| +|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.754307849731066e-05| +|cran|strucchange|2.750658157953961e-05| +|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7393405090058496e-05| +|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.733586210743571e-05| +|npm|ndoc|2.733586210743571e-05| +|cran|[irlba](NA)|2.7278702278993218e-05| +|spack|eigen|2.7277571601688213e-05| +|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7273554355361834e-05| +|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7226153786387653e-05| +|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7185990620680678e-05| +|cran|fANCOVA|2.706116233295349e-05| +|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7051348645836616e-05| +|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.702162056605986e-05| +|cran|broom.mixed|2.690886252978349e-05| +|pypi|[funcy](https://pypi.org/project/funcy)|2.687161620531923e-05| +|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.684025901484205e-05| +|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6839324537579195e-05| +|cran|[glmnet](https://glmnet.stanford.edu)|2.6734238045633927e-05| +|pypi|[flax](https://pypi.org/project/flax)|2.6696130938496292e-05| +|pypi|[toposort](https://pypi.org/project/toposort)|2.6693061742463484e-05| +|pypi|[datrie](https://pypi.org/project/datrie)|2.6693061742463484e-05| +|pypi|[intake](https://pypi.org/project/intake)|2.6677355435663563e-05| +|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6660536914373583e-05| +|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.6641846967832574e-05| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.660432604039553e-05| +|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6598724268602427e-05| +|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6594064021547707e-05| +|cran|conflicted|2.6565584194810895e-05| +|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6463044715007915e-05| +|cran|[argon2](https://github.com/wrathematics/argon2)|2.6462090800787325e-05| +|pypi|[datashader](https://datashader.org)|2.6447323321294975e-05| +|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6447136702149986e-05| +|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6278120599755654e-05| +|cran|[golem](https://github.com/ThinkR-open/golem)|2.622595391349166e-05| +|spack|[openssh](https://www.openssh.com/)|2.6216031883272634e-05| +|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6216031883272634e-05| +|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6211233879071265e-05| +|pypi|[astroid](https://pypi.org/project/astroid)|2.6194369133159027e-05| +|cran|margins|2.616851626437377e-05| +|cran|gam|2.6144107005920454e-05| +|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.606576166979601e-05| +|npm|object-assign|2.6047775809940504e-05| +|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5999643782965854e-05| +|cran|ade4|2.599626337420186e-05| +|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.5973982998847492e-05| +|npm|[zone.js](https://github.com/angular/angular#readme)|2.5926301196724065e-05| +|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5742420650415578e-05| +|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5726322941055747e-05| +|pypi|[srsly](https://pypi.org/project/srsly)|2.571592021792838e-05| +|pypi|[area](https://github.com/scisco/area)|2.563969750336683e-05| +|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.563969750336683e-05| +|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.563969750336683e-05| +|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.563969750336683e-05| +|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.563969750336683e-05| +|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.563969750336683e-05| +|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.563969750336683e-05| +|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.563969750336683e-05| +|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.563969750336683e-05| +|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.563969750336683e-05| +|pypi|[wres](https://github.com/jks-liu/wres)|2.563969750336683e-05| +|pypi|[thermo](https://github.com/CalebBell/thermo)|2.563969750336683e-05| +|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.563969750336683e-05| +|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.563969750336683e-05| +|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.563969750336683e-05| +|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.563969750336683e-05| +|pypi|[dash_table](https://pypi.org/project/dash_table)|2.563969750336683e-05| +|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.563969750336683e-05| +|pypi|[python-time](https://github.com/hengdai/pytime)|2.563969750336683e-05| +|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.563969750336683e-05| +|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.563969750336683e-05| +|spack|sophus|2.563969750336683e-05| +|spack|visioncore|2.563969750336683e-05| +|spack|brisk|2.563969750336683e-05| +|spack|opengv|2.563969750336683e-05| +|spack|gtsam|2.563969750336683e-05| +|spack|tensorflow|2.563969750336683e-05| +|spack|cudalibs|2.563969750336683e-05| +|spack|pnetcdf|2.563969750336683e-05| +|spack|qt5widgets|2.563969750336683e-05| +|spack|qt5opengl|2.563969750336683e-05| +|spack|glut|2.563969750336683e-05| +|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.563969750336683e-05| +|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.563969750336683e-05| +|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.563969750336683e-05| +|npm|[md5-node](https://github.com/shanelau/node-md5)|2.563969750336683e-05| +|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.563969750336683e-05| +|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.563969750336683e-05| +|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.563969750336683e-05| +|npm|net|2.563969750336683e-05| +|cran|poibin|2.563969750336683e-05| +|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.563201912451822e-05| +|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5588073300880393e-05| +|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5539496386687004e-05| +|spack|[swig](http://www.swig.org)|2.544525803175012e-05| +|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5396120377084845e-05| +|pypi|[srastream](https://github.com/jdidion/srastream)|2.538330052833316e-05| +|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.538330052833316e-05| +|spack|py-nose|2.538330052833316e-05| +|npm|process|2.538330052833316e-05| +|npm|util|2.538330052833316e-05| +|npm|spc|2.538330052833316e-05| +|pypi|[progress](https://pypi.org/project/progress)|2.536153097384917e-05| +|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.533546875141381e-05| +|rubygems|ruby-maven-libs|2.528617488252356e-05| +|spack|findutils|2.5285985755333825e-05| +|pypi|[humanize](https://pypi.org/project/humanize)|2.5276883727410098e-05| +|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5213804787512386e-05| +|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5174609804732517e-05| +|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5126903553299495e-05| +|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5105192519123254e-05| +|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5056887456271063e-05| +|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.504903250484106e-05| +|cran|[mmand](https://github.com/jonclayden/mmand)|2.502279465085527e-05| +|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.502279465085527e-05| +|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5003965663843117e-05| +|cran|latticeExtra|2.4963655740173012e-05| +|cran|[circlize](https://github.com/jokergoo/circlize)|2.4958284768931313e-05| +|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4902556200145033e-05| +|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4902556200145033e-05| +|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4902556200145033e-05| +|pypi|[pythutils](https://github.com/JolleJolles)|2.4902556200145033e-05| +|npm|[mathjs](https://mathjs.org)|2.4877628716461206e-05| +|pypi|[typeguard](https://pypi.org/project/typeguard)|2.484000771335478e-05| +|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4818125024637838e-05| +|pypi|[ortools](https://pypi.org/project/ortools)|2.4761904761904776e-05| +|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4704177258564512e-05| +|pypi|[boltons](https://pypi.org/project/boltons)|2.470268825595649e-05| +|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4588570613026382e-05| +|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4588469905728792e-05| +|rubygems|[test-unit](http://test-unit.github.io/)|2.458592027314787e-05| +|npm|after|2.4558293562725477e-05| +|npm|expect.js|2.4554817802755622e-05| +|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4550485168686764e-05| +|cran|gbRd|2.4549302309365758e-05| +|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4525124770720472e-05| +|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4505338117285184e-05| +|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.4428934010152285e-05| +|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.440795166129868e-05| +|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4404008182797547e-05| +|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.4348809955454267e-05| +|pypi|[cmake](https://pypi.org/project/cmake)|2.434436119223943e-05| +|cran|SGP|2.425515383818502e-05| +|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4233787845568162e-05| +|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4202606466515194e-05| +|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.4142911155371354e-05| +|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.4126955350668186e-05| +|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.410131565316482e-05| +|pypi|[astlib](https://astlib.readthedocs.io)|2.410131565316482e-05| +|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.410131565316482e-05| +|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4079744434701794e-05| +|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4005402462242665e-05| +|pypi|[identify](https://pypi.org/project/identify)|2.4005402462242665e-05| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4005402462242665e-05| +|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3987478360530565e-05| +|pypi|[george](https://github.com/dfm/george)|2.3976478198946657e-05| +|pypi|[scandir](https://pypi.org/project/scandir)|2.396633743794277e-05| +|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.393038433647571e-05| +|pypi|[vedo](https://github.com/marcomusy/vedo)|2.393038433647571e-05| +|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.393038433647571e-05| +|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.393038433647571e-05| +|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.393038433647571e-05| +|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.393038433647571e-05| +|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.393038433647571e-05| +|pypi|[scikit-video](http://scikit-video.org/)|2.393038433647571e-05| +|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.393038433647571e-05| +|pypi|[haversine](https://github.com/mapado/haversine)|2.393038433647571e-05| +|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.393038433647571e-05| +|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.393038433647571e-05| +|spack|glew|2.3793955042945888e-05| +|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.378081943437274e-05| +|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3725331991596365e-05| +|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3725331991596365e-05| +|cran|pbdMPI|2.369108049311095e-05| +|rubygems|[yard](http://yardoc.org)|2.3622092257422566e-05| +|rubygems|[cucumber](https://cucumber.io/)|2.359826241992295e-05| +|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.3595774930106656e-05| +|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.3585314194532955e-05| +|pypi|[starlette](https://pypi.org/project/starlette)|2.3553037992470853e-05| +|pypi|[Theano](http://deeplearning.net/software/theano/)|2.3531544597534446e-05| +|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3531524196524785e-05| +|pypi|[scanpy](https://scanpy.readthedocs.io)|2.352350621609646e-05| +|rubygems|[nokogiri](https://nokogiri.org)|2.351070099327572e-05| +|cran|rsvg|2.349063514569068e-05| +|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.344321893621717e-05| +|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.339982670189862e-05| +|cran|av|2.330676893032519e-05| +|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3283861768057478e-05| +|cran|[janitor](https://github.com/sfirke/janitor)|2.322935464187883e-05| +|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3227186305994483e-05| +|cran|parallelly|2.3196158888152722e-05| +|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3143597540539057e-05| +|pypi|[loguru](https://pypi.org/project/loguru)|2.3124589486691198e-05| +|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3118546047860775e-05| +|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3118546047860775e-05| +|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3118546047860775e-05| +|cran|lpSolve|2.310001799277018e-05| +|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.300998493891895e-05| +|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.300998493891895e-05| +|npm|[express-session](https://github.com/expressjs/session#readme)|2.2963554076452915e-05| +|pypi|[httptools](https://pypi.org/project/httptools)|2.2945886185047373e-05| +|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2945886185047373e-05| +|pypi|[service-identity](https://pypi.org/project/service-identity)|2.2891449558418376e-05| +|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2851213303683864e-05| +|cran|cba|2.2846825979924432e-05| +|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.281556890784323e-05| +|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2760362765099134e-05| +|pypi|[av](https://pypi.org/project/av)|2.270802405214787e-05| +|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2697643959686847e-05| +|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2676888014088892e-05| +|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.2633196435544153e-05| +|pypi|[formulaic](https://pypi.org/project/formulaic)|2.261364070073661e-05| +|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.261364070073661e-05| +|pypi|[nltk](https://pypi.org/project/nltk)|2.2552501382254552e-05| +|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.25227146696242e-05| +|rubygems|[kramdown](http://kramdown.gettalong.org)|2.2485077277566635e-05| +|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.247306906978777e-05| +|pypi|[julia](http://julialang.org)|2.2434735315445976e-05| +|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.2434735315445976e-05| +|pypi|[ref_index](http://github.com/phn/ref_index)|2.2434735315445976e-05| +|pypi|[cerberus](http://docs.python-cerberus.org)|2.2434735315445976e-05| +|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.2434735315445976e-05| +|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.2434735315445976e-05| +|pypi|[bfit](https://github.com/dfujim/bfit)|2.2434735315445976e-05| +|pypi|[bdata](https://github.com/dfujim/bdata)|2.2434735315445976e-05| +|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.2434735315445976e-05| +|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.2434735315445976e-05| +|npm|[emotion](https://emotion.sh)|2.2434735315445976e-05| +|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.2434735315445976e-05| +|npm|[helmet](https://helmetjs.github.io/)|2.2434735315445976e-05| +|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.2434735315445976e-05| +|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.2434735315445976e-05| +|cran|colorRamps|2.2434735315445976e-05| +|cran|geoaxe|2.2434735315445976e-05| +|cran|spbabel|2.2434735315445976e-05| +|cran|paletteer|2.2434735315445976e-05| +|cran|statsExpressions|2.2434735315445976e-05| +|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2401965523209227e-05| +|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2369395441163205e-05| +|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2369395441163205e-05| +|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.235619651032279e-05| +|npm|clipboard|2.2344996374184193e-05| +|pypi|[anndata](http://anndata.readthedocs.io)|2.2343062199872995e-05| +|pypi|[nbval](https://pypi.org/project/nbval)|2.229452299285179e-05| +|cran|doMC|2.2245001553921062e-05| +|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2229462660607176e-05| +|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2210387962291517e-05| +|pypi|[pyramid](https://pypi.org/project/pyramid)|2.21946331664813e-05| +|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.2180009625435283e-05| +|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2163025743292244e-05| +|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.2129139862652317e-05| +|pypi|[datatable](https://pypi.org/project/datatable)|2.212812397899418e-05| +|cran|[futile.logger](NA)|2.2081318382487713e-05| +|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2080163554326175e-05| +|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2065222027897454e-05| +|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.204647703896642e-05| +|pypi|[aiodns](https://pypi.org/project/aiodns)|2.20317062427108e-05| +|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.1962856661881573e-05| +|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.189408390782581e-05| +|spack|py-mpi4py|2.1827031392687603e-05| +|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.182404045374495e-05| +|cran|miniUI|2.181978598345442e-05| +|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1790455737156244e-05| +|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1766738880906588e-05| +|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1465554749818706e-05| +|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.1416269553506685e-05| +|cran|spatial|2.139474133780941e-05| +|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.138391801811854e-05| +|rubygems|actionpack|2.136737724877422e-05| +|pypi|[pyavm](https://pypi.org/project/pyavm)|2.134997888261122e-05| +|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1229384866402636e-05| +|pypi|[waitress](https://pypi.org/project/waitress)|2.1201145714116096e-05| +|pypi|[xgboost](https://pypi.org/project/xgboost)|2.118565293198474e-05| +|cran|fstcore|2.1170566742901767e-05| +|pypi|[databases](https://pypi.org/project/databases)|2.1161652113607267e-05| +|npm|sax|2.11454692843292e-05| +|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1115045002772684e-05| +|pypi|[pykalman](http://pykalman.github.com)|2.1115045002772684e-05| +|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1115045002772684e-05| +|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1115045002772684e-05| +|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1115045002772684e-05| +|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1115045002772684e-05| +|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1115045002772684e-05| +|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1115045002772684e-05| +|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1115045002772684e-05| +|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1115045002772684e-05| +|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1115045002772684e-05| +|npm|[diff2html](https://diff2html.xyz/)|2.1115045002772684e-05| +|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1115045002772684e-05| +|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1115045002772684e-05| +|npm|react-schemaorg|2.1115045002772684e-05| +|cran|nortest|2.1115045002772684e-05| +|cran|openair|2.1115045002772684e-05| +|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1110267939512936e-05| +|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.110472866030314e-05| +|npm|safe-buffer|2.106015086249541e-05| +|pypi|[h2](https://pypi.org/project/h2)|2.1056005126387677e-05| +|npm|lint-staged|2.094769315994145e-05| +|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0910241257567887e-05| +|pypi|[apptools](https://docs.enthought.com/apptools)|2.0810460478607687e-05| +|cran|webfakes|2.0772017010758264e-05| +|pypi|[passlib](https://pypi.org/project/passlib)|2.077114282889532e-05| +|npm|vary|2.0717664105163455e-05| +|pypi|[prov](https://pypi.org/project/prov)|2.0672957652820062e-05| +|cran|mclust|2.0669992372705845e-05| +|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0660585635928964e-05| +|cran|brms|2.065506820066866e-05| +|rubygems|[builder](http://onestepback.org)|2.0637600843002175e-05| +|npm|[standard](https://standardjs.com)|2.0523881743686498e-05| +|rubygems|[aruba](https://github.com/cucumber/aruba)|2.040751647933285e-05| +|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0404703362944165e-05| +|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0404703362944165e-05| +|pypi|[h3](https://github.com/uber/h3-py)|2.039780379156739e-05| +|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0354579780450604e-05| +|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0325059127890578e-05| +|rubygems|[tins](https://github.com/flori/tins)|2.0301799464637206e-05| +|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| +|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| +|npm|redux|2.02336380490305e-05| +|pypi|[incremental](https://pypi.org/project/incremental)|2.0228650115905598e-05| +|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.021591533919308e-05| +|spack|py-flit-core|2.0208309421542923e-05| +|npm|eslint-config-prettier|2.017555647696917e-05| +|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.016871754020113e-05| +|cran|RJSONIO|2.0067524569374808e-05| +|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|2.0023910513794174e-05| +|rubygems|[webmock](https://github.com/bblimke/webmock)|1.9993936960208303e-05| +|cran|[graphql](http://graphql.org)|1.9986933117643783e-05| +|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9966914430746918e-05| +|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9965718029228234e-05| +|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.994198694706309e-05| +|pypi|[tkp](http://docs.transientskp.org/)|1.994198694706309e-05| +|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.994198694706309e-05| +|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.994198694706309e-05| +|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.994198694706309e-05| +|spack|dl|1.994198694706309e-05| +|spack|sofa|1.994198694706309e-05| +|spack|pthreads|1.994198694706309e-05| +|npm|[bower](http://bower.io)|1.994198694706309e-05| +|npm|[http-auth](https://github.com/gevorg/http-auth)|1.994198694706309e-05| +|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.994198694706309e-05| +|npm|[multer](https://github.com/expressjs/multer#readme)|1.994198694706309e-05| +|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.994198694706309e-05| +|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.994198694706309e-05| +|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.994198694706309e-05| +|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.994198694706309e-05| +|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.994198694706309e-05| +|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.994198694706309e-05| +|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.994198694706309e-05| +|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.994198694706309e-05| +|pypi|[pydub](http://pydub.com)|1.9913498394281568e-05| +|npm|coffee-script|1.987290431972979e-05| +|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.985405730616327e-05| +|pypi|[pyscf](http://www.pyscf.org)|1.982758291668257e-05| +|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9794808539977525e-05| +|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.974256707759246e-05| +|pypi|[clikit](https://pypi.org/project/clikit)|1.974256707759246e-05| +|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.974256707759246e-05| +|pypi|[httpstan](https://pypi.org/project/httpstan)|1.974256707759246e-05| +|pypi|[language-data](https://pypi.org/project/language-data)|1.974256707759246e-05| +|npm|scheduler|1.974256707759246e-05| +|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.973412105959135e-05| +|pypi|[anytree](https://pypi.org/project/anytree)|1.9655170719134698e-05| +|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9639031425464732e-05| +|cran|stopwords|1.962832905193679e-05| +|cran|spam|1.957723443912988e-05| +|npm|[babel-loader](https://github.com/babel/babel-loader)|1.956518654851028e-05| +|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.954514140681653e-05| +|pypi|[validators](https://pypi.org/project/validators)|1.9511332112774825e-05| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.949712476757336e-05| +|npm|json5|1.947530582395567e-05| +|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9470239918230643e-05| +|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9428480783176215e-05| +|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9403014326872195e-05| +|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9403014326872195e-05| +|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9375266488397386e-05| +|npm|[jasmine](http://jasmine.github.io/)|1.9342005503043522e-05| +|rubygems|[psych](https://github.com/ruby/psych)|1.9341583201142134e-05| +|pypi|[selenium](https://pypi.org/project/selenium)|1.9334728625600157e-05| +|cran|[remotes](https://remotes.r-lib.org)|1.930819990771061e-05| +|pypi|[pyside6](https://www.pyside.org)|1.924002900652647e-05| +|cran|modelr|1.9226281276138796e-05| +|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.9217684667580425e-05| +|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.9143420116037973e-05| +|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.911364169121646e-05| +|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.911364169121646e-05| +|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9111301700248626e-05| +|cran|[config](https://github.com/rstudio/config)|1.898430239619989e-05| +|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.889240868669135e-05| +|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.889240868669135e-05| +|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.889240868669135e-05| +|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.889240868669135e-05| +|pypi|[kneed](https://github.com/arvkevi/kneed)|1.889240868669135e-05| +|pypi|[BioPython](https://biopython.org/)|1.889240868669135e-05| +|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.889240868669135e-05| +|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.889240868669135e-05| +|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.889240868669135e-05| +|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.889240868669135e-05| +|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.889240868669135e-05| +|pypi|[sos-python](https://github.com/vatlab/SOS)|1.889240868669135e-05| +|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.889240868669135e-05| +|cran|dunn.test|1.889240868669135e-05| +|cran|minqa|1.8868616922326202e-05| +|cran|kernlab|1.878917433634202e-05| +|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.867958795193204e-05| +|cran|[tm](http://tm.r-forge.r-project.org/)|1.8655664117161645e-05| +|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8621579779901026e-05| +|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8598285294914246e-05| +|npm|validator|1.857791641133783e-05| +|npm|[ts-node](https://typestrong.org/ts-node)|1.854650452351497e-05| +|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.8450735162546793e-05| +|cran|Formula|1.843437527249899e-05| +|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8430824928668525e-05| +|cran|[hoardr](https://github.com/ropensci/hoardr)|1.840122089444918e-05| +|rubygems|concurrent-ruby|1.8349619289340102e-05| +|cran|[RANN](https://github.com/jefferis/RANN)|1.832113544938176e-05| +|spack|llvm-amdgpu|1.831058997202942e-05| +|spack|hsa-rocr-dev|1.831058997202942e-05| +|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8221830105621215e-05| +|pypi|[constantly](https://pypi.org/project/constantly)|1.8189488891704455e-05| +|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8189488891704455e-05| +|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8167150108774478e-05| +|cran|[reactable](https://glin.github.io/reactable/)|1.815378240323854e-05| +|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.814008598363203e-05| +|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8139895437246226e-05| +|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.810533667076446e-05| +|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.810533667076446e-05| +|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8085848161990298e-05| +|npm|[minimist](https://github.com/substack/minimist)|1.803245689948966e-05| +|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.7975036918731818e-05| +|cran|sandwich|1.7951507202842797e-05| +|pypi|[envisage](http://docs.enthought.com/envisage)|1.7947788252356782e-05| +|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.7947788252356782e-05| +|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.7947788252356782e-05| +|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.7947788252356782e-05| +|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.7947788252356782e-05| +|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.7947788252356782e-05| +|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.7947788252356782e-05| +|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.7947788252356782e-05| +|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.7947788252356782e-05| +|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.7947788252356782e-05| +|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.7947788252356782e-05| +|npm|tinymce|1.7947788252356782e-05| +|cran|[genalg](https://github.com/egonw/genalg)|1.7947788252356782e-05| +|cran|lpSolveAPI|1.7947788252356782e-05| +|cran|segmented|1.7941946860403838e-05| +|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.7919454528666464e-05| +|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7901699252524126e-05| +|cran|quadprog|1.7897068442281256e-05| +|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7878557358259064e-05| +|npm|depd|1.7878218560775957e-05| +|spack|libunistring|1.7877974523311865e-05| +|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.784087805313116e-05| +|cran|lmtest|1.7832103651740167e-05| +|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7823792927297615e-05| +|cran|gmp|1.7795282721507075e-05| +|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.7768310369833214e-05| +|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7728849392339955e-05| +|cran|[semver](https://github.com/johndharrison/semver)|1.771703097482649e-05| +|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7709082668600436e-05| +|pypi|[awscrt](https://pypi.org/project/awscrt)|1.768753181445909e-05| +|rubygems|[coveralls](https://coveralls.io)|1.7672403604380785e-05| +|npm|[font-awesome](http://fontawesome.io/)|1.766922161406832e-05| +|pypi|[e13tools](https://e13tools.readthedocs.io)|1.76686004350979e-05| +|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.764925915421588e-05| +|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.763048031961037e-05| +|cran|lsa|1.7625898571743863e-05| +|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.758452582531884e-05| +|rubygems|[mocha](https://mocha.jamesmead.org)|1.7572708568764705e-05| +|npm|gulp|1.7560251432165976e-05| +|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7549945612762874e-05| +|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7490298186377977e-05| +|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7430721019372216e-05| +|npm|react-transition-group|1.7428091306807767e-05| +|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7424311094996377e-05| +|pypi|[triton](https://pypi.org/project/triton)|1.7399071572061443e-05| +|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7390216840142414e-05| +|pypi|[stevedore](https://pypi.org/project/stevedore)|1.737039699562568e-05| +|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7266348163630935e-05| +|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7266348163630935e-05| +|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.7257488704189212e-05| +|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.7242696571014193e-05| +|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7226495034797823e-05| +|pypi|[celerite](https://pypi.org/project/celerite)|1.719875050845533e-05| +|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.7180988330792798e-05| +|pypi|[folium](https://pypi.org/project/folium)|1.7173604985641153e-05| +|cran|[statmod](NA)|1.7162145986911578e-05| +|npm|[sass](https://github.com/sass/dart-sass)|1.716098173471369e-05| +|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.712561769387568e-05| +|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7093131668911218e-05| +|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7093131668911218e-05| +|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7093131668911218e-05| +|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7093131668911218e-05| +|pypi|[owslib](https://owslib.readthedocs.io)|1.7093131668911218e-05| +|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7093131668911218e-05| +|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7093131668911218e-05| +|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7078462583784013e-05| +|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.7077489818684408e-05| +|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7034497796792858e-05| +|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7016017756639476e-05| +|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.7007995766153373e-05| +|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.700766601056666e-05| +|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.7001968300010362e-05| +|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6999821770404906e-05| +|rubygems|activerecord|1.6973648800179412e-05| +|pypi|[configobj](https://github.com/DiffSK/configobj)|1.6936167240072633e-05| +|rubygems|gemoji|1.692220035222211e-05| +|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6922200352222106e-05| +|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6922200352222106e-05| +|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6922200352222106e-05| +|npm|on-headers|1.6845602999789314e-05| +|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6806549990061172e-05| +|pypi|[bottle](https://pypi.org/project/bottle)|1.6717928036948032e-05| +|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.6712731362983018e-05| +|npm|rollup-plugin-commonjs|1.6697995882830824e-05| +|pypi|[moto](https://pypi.org/project/moto)|1.668434618770288e-05| +|pypi|[meshio](https://github.com/nschloe/meshio)|1.6682408826506774e-05| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.6675466269146244e-05| +|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6651067918853173e-05| +|pypi|[plumbum](https://pypi.org/project/plumbum)|1.6598666374684134e-05| +|pypi|[onnx](https://pypi.org/project/onnx)|1.657866505993262e-05| +|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.653449711993267e-05| +|rubygems|[utils](http://github.com/flori/utils)|1.6516866060097897e-05| +|cran|carrier|1.6512403477595647e-05| +|pypi|[neo](https://pypi.org/project/neo)|1.6504161805971565e-05| +|rubygems|actionview|1.6465311273725754e-05| +|pypi|[nbsite](https://pypi.org/project/nbsite)|1.6408958792292633e-05| +|pypi|[inflect](https://github.com/jaraco/inflect)|1.6358127007148035e-05| +|npm|autoprefixer|1.633883457873658e-05| +|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6316171138506162e-05| +|pypi|[SQLObject](http://sqlobject.org/)|1.6316171138506162e-05| +|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6316171138506162e-05| +|pypi|[pweave](http://mpastell.com/pweave)|1.6316171138506162e-05| +|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6316171138506162e-05| +|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6316171138506162e-05| +|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6316171138506162e-05| +|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6316171138506162e-05| +|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6316171138506162e-05| +|cran|plotROC|1.6316171138506162e-05| +|npm|js-cookie|1.6299521984283198e-05| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.62549490115598e-05| +|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6239474396243037e-05| +|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6231069972976243e-05| +|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6229652399811938e-05| +|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6193153998912254e-05| +|npm|styled-components|1.6190084251037122e-05| +|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6184534362953703e-05| +|cran|caTools|1.618362414062276e-05| +|spack|libfabric|1.6169251769430927e-05| +|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6166206330247837e-05| +|npm|[babel-preset-es2015](https://babeljs.io/)|1.616380399128006e-05| +|cran|SeuratObject|1.616290104342675e-05| +|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.615988597434423e-05| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.6153009427121104e-05| +|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.6153009427121104e-05| +|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6092375655896995e-05| +|cran|mondate|1.6057130453036142e-05| +|cran|DAAG|1.6057130453036142e-05| +|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.605234735507798e-05| +|cran|SuppDists|1.6040835750543873e-05| +|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.6014761578790726e-05| +|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.5967342652096724e-05| +|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.5965446586475703e-05| +|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5945919562670832e-05| +|cran|qlcMatrix|1.5933095816123846e-05| +|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5877579907402244e-05| +|npm|react-highcharts|1.5856128719187383e-05| +|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5855179190170843e-05| +|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5846076236718477e-05| +|cran|RcppRoll|1.5831119746508182e-05| +|cran|blavaan|1.5801402012102847e-05| +|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.5775943450398508e-05| +|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.576230927468885e-05| +|cran|mediation|1.5682566325348362e-05| +|cran|Rgraphviz|1.5679354942412647e-05| +|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5661581891639905e-05| +|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.5636447232415314e-05| +|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5618746928954233e-05| +|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5607888449557947e-05| +|pypi|[beast](http://beast.readthedocs.io/)|1.5606772393353723e-05| +|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5606772393353723e-05| +|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5606772393353723e-05| +|pypi|[itables](https://pypi.org/project/itables)|1.5606772393353723e-05| +|pypi|[gekko](https://pypi.org/project/gekko)|1.5606772393353723e-05| +|pypi|[readlif](https://pypi.org/project/readlif)|1.5606772393353723e-05| +|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5606772393353723e-05| +|spack|libsbml|1.5606772393353723e-05| +|spack|libsedml|1.5606772393353723e-05| +|spack|libcombine|1.5606772393353723e-05| +|spack|crossguid|1.5606772393353723e-05| +|spack|nativejit|1.5606772393353723e-05| +|spack|cpufeatures|1.5606772393353723e-05| +|spack|raptor|1.5606772393353723e-05| +|spack|qcp|1.5606772393353723e-05| +|spack|qwtplot3d|1.5606772393353723e-05| +|spack|mml|1.5606772393353723e-05| +|spack|sbw|1.5606772393353723e-05| +|cran|spex|1.5606772393353723e-05| +|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5606772393353723e-05| +|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5560918193362607e-05| +|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5556563413581243e-05| +|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5506889050036258e-05| +|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5488279700165076e-05| +|spack|atlas|1.5450704669420186e-05| +|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5419206626178393e-05| +|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.540518491660624e-05| +|pypi|[mopti](https://github.com/basf/mopti)|1.540518491660624e-05| +|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5405184916606237e-05| +|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.53838185020201e-05| +|pypi|[pytoml](https://pypi.org/project/pytoml)|1.53838185020201e-05| +|npm|nprogress|1.53838185020201e-05| +|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.531134542844862e-05| +|rubygems|[chartkick](https://chartkick.com)|1.5302422636930044e-05| +|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5274446365816925e-05| +|cran|VennDiagram|1.5240230817043724e-05| +|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5229980316999899e-05| +|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5229980316999899e-05| +|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5209035211997146e-05| +|rubygems|nio4r|1.5149398410560743e-05| +|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5123270344858012e-05| +|spack|libedit|1.5111970235596243e-05| +|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5074580740144555e-05| +|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5033961150037892e-05| +|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5006552474826587e-05| +|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4986453364833978e-05| +|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4956490210297318e-05| +|pypi|[hyperion](http://www.hyperion-rt.org)|1.4956490210297318e-05| +|pypi|[cmyt](https://github.com/yt-project/yt)|1.4956490210297318e-05| +|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4956490210297318e-05| +|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4956490210297318e-05| +|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4956490210297318e-05| +|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4956490210297318e-05| +|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4956490210297318e-05| +|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4956490210297318e-05| +|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4956490210297318e-05| +|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4956490210297318e-05| +|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4956490210297318e-05| +|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4956490210297318e-05| +|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4956490210297318e-05| +|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4956490210297318e-05| +|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4956490210297318e-05| +|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4956490210297318e-05| +|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4956490210297318e-05| +|cran|PhysicalActivity|1.4956490210297318e-05| +|cran|shinyFeedback|1.4956490210297318e-05| +|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4956490210297316e-05| +|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4912407923361712e-05| +|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.490827134782236e-05| +|npm|docco|1.4903532729960395e-05| +|cran|extrafont|1.4897690081602011e-05| +|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4896504805831167e-05| +|cran|futile.options|1.4891536309955456e-05| +|cran|lambda.r|1.4891536309955456e-05| +|npm|postcss|1.4855143229326898e-05| +|cran|[vegan](https://github.com/vegandevs/vegan)|1.4831457314142356e-05| +|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4825922562840522e-05| +|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4806925308194344e-05| +|rubygems|rack|1.4805923290536593e-05| +|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4804201894819045e-05| +|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4804201894819045e-05| +|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4804201894819045e-05| +|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4804201894819045e-05| +|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4804201894819045e-05| +|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4804201894819045e-05| +|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4804201894819045e-05| +|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4798952348413007e-05| +|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4777946250027469e-05| +|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4777946250027469e-05| +|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4777946250027469e-05| +|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4777946250027469e-05| +|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4777946250027469e-05| +|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4777946250027469e-05| +|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4777946250027469e-05| +|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4777946250027469e-05| +|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4777946250027469e-05| +|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4777946250027469e-05| +|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4734207678720512e-05| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.4697028384295673e-05| +|npm|babel-core|1.4688927959258504e-05| +|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.465651811953742e-05| +|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4653813020839527e-05| +|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4585302821677388e-05| +|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4577999437628567e-05| +|cran|PASWR|1.4556583246340316e-05| +|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4551035755665737e-05| +|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4551035755665737e-05| +|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4551035755665737e-05| +|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4551035755665737e-05| +|npm|[should](https://github.com/shouldjs/should.js)|1.4549636839147725e-05| +|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4548978147487032e-05| +|npm|[qunit](https://qunitjs.com)|1.4546069255334002e-05| +|cran|arrow|1.4541201945648199e-05| +|cran|leaflet.providers|1.4533623191564794e-05| +|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4488470107141889e-05| +|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4488470107141889e-05| +|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4488470107141889e-05| +|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4477882523567804e-05| +|pypi|[pyct](https://pypi.org/project/pyct)|1.4463274900976898e-05| +|cran|logspline|1.4456951079249925e-05| +|npm|whatwg-fetch|1.4450461834382204e-05| +|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.442726055670218e-05| +|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4399747325960842e-05| +|cran|timetk|1.4398279726810168e-05| +|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4358230601885423e-05| +|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4358230601885423e-05| +|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4358230601885423e-05| +|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4358230601885423e-05| +|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4358230601885423e-05| +|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4358230601885423e-05| +|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4358230601885423e-05| +|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4358230601885423e-05| +|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4358230601885423e-05| +|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4358230601885423e-05| +|cran|DiceKriging|1.4344424610922073e-05| +|npm|zap|1.430214376359681e-05| +|npm|diff|1.430214376359681e-05| +|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4294387039822413e-05| +|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.428432794437572e-05| +|rubygems|jdbc-mysql|1.421464829586657e-05| +|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4185655714843533e-05| +|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4185655714843533e-05| +|cran|polynom|1.4173884112320565e-05| +|cran|biglm|1.4126680150845978e-05| +|npm|[terser](https://terser.org)|1.411118076051623e-05| +|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4101833626851757e-05| +|cran|nloptr|1.4091129079766303e-05| +|npm|del-cli|1.4089897845942464e-05| +|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4062387938385041e-05| +|cran|compiler|1.4032606443592664e-05| +|npm|puppeteer|1.3982203309228615e-05| +|pypi|[manhole](https://pypi.org/project/manhole)|1.3978646871327298e-05| +|pypi|[pydeck](https://pypi.org/project/pydeck)|1.3972368538278257e-05| +|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3955555865454344e-05| +|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3928215797740418e-05| +|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3890473702171224e-05| +|cran|gdata|1.3883896198073144e-05| +|pypi|[pvlib](https://pypi.org/project/pvlib)|1.386896991183376e-05| +|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3850879716092545e-05| +|spack|gl2ps|1.3842547449451635e-05| +|pypi|[fabio](https://pypi.org/project/fabio)|1.3808045426292348e-05| +|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.380599096335137e-05| +|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.380599096335137e-05| +|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.380599096335137e-05| +|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.380599096335137e-05| +|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.380599096335137e-05| +|pypi|[pypylon](https://pypi.org/project/pypylon)|1.380599096335137e-05| +|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.380599096335137e-05| +|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.380599096335137e-05| +|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.380599096335137e-05| +|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.380599096335137e-05| +|pypi|[ipython_genutils](http://ipython.org)|1.380599096335137e-05| +|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.380599096335137e-05| +|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.380599096335137e-05| +|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.380599096335137e-05| +|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.380599096335137e-05| +|pypi|[interlap](http://brentp.github.io/interlap)|1.380599096335137e-05| +|pypi|[eemont](https://github.com/davemlz/eemont)|1.380599096335137e-05| +|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.380599096335137e-05| +|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.380599096335137e-05| +|pypi|[bottle-cork](http://cork.firelet.net/)|1.380599096335137e-05| +|pypi|[beaker](https://beaker.readthedocs.io/)|1.380599096335137e-05| +|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.380599096335137e-05| +|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.380599096335137e-05| +|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.380599096335137e-05| +|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.380599096335137e-05| +|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.380599096335137e-05| +|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.380599096335137e-05| +|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.380599096335137e-05| +|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.380599096335137e-05| +|cran|mlrMBO|1.380599096335137e-05| +|cran|emoa|1.380599096335137e-05| +|cran|vcd|1.3791928363953919e-05| +|cran|fftwtools|1.3779751179309464e-05| +|npm|reflect-metadata|1.3754448318516944e-05| +|npm|recharts|1.3735552233946515e-05| +|pypi|[mlflow](https://pypi.org/project/mlflow)|1.373442416531286e-05| +|spack|perl-data-dumper|1.3715888706537919e-05| +|spack|libelf|1.3715888706537919e-05| +|spack|binutils|1.3715888706537919e-05| +|spack|isl|1.3715888706537919e-05| +|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3689492822994533e-05| +|npm|[request](https://github.com/request/request#readme)|1.3677022327911526e-05| +|pypi|[scitokens](https://scitokens.org)|1.3674505335128978e-05| +|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3651745365858358e-05| +|npm|babel-runtime|1.3601218533098517e-05| +|spack|glu|1.3580198401783259e-05| +|cran|websocket|1.3560887288925722e-05| +|pypi|[gssapi](https://pypi.org/project/gssapi)|1.35576390131344e-05| +|pypi|[raven](https://pypi.org/project/raven)|1.3538115848546964e-05| +|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.3519963315275348e-05| +|cran|[smoothr](https://strimas.com/smoothr/)|1.3519005317863187e-05| +|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3477276892795384e-05| +|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3461954464933181e-05| +|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3443748057598675e-05| +|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3443748057598675e-05| +|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3443748057598675e-05| +|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3443748057598675e-05| +|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.342191231026834e-05| +|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.3421443605298998e-05| +|pypi|[nose2](https://pypi.org/project/nose2)|1.3413146921417327e-05| +|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.340933516497462e-05| +|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3397013134617377e-05| +|spack|[hpx](https://hpx.stellar-group.org/)|1.338708233854278e-05| +|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.336906518051747e-05| +|spack|memkind|1.3360846369004455e-05| +|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3360712105510854e-05| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3335471727913776e-05| +|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3294657964708726e-05| +|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3294657964708726e-05| +|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3294657964708726e-05| +|pypi|[scico](https://github.com/lanl/scico)|1.3294657964708726e-05| +|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3294657964708726e-05| +|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3294657964708726e-05| +|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3294657964708726e-05| +|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3294657964708726e-05| +|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3294657964708726e-05| +|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3294657964708726e-05| +|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3294657964708726e-05| +|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3294657964708726e-05| +|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3294657964708726e-05| +|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3294657964708726e-05| +|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3294657964708726e-05| +|npm|ngx-smart-modal|1.3294657964708726e-05| +|npm|plotly|1.3294657964708726e-05| +|cran|numform|1.3294657964708726e-05| +|cran|qmap|1.3294657964708726e-05| +|spack|gflags|1.3281959578778979e-05| +|spack|[git](http://git-scm.com)|1.3255855094868908e-05| +|cran|[seriation](https://github.com/mhahsler/seriation)|1.324338822420773e-05| +|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3232398529202565e-05| +|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3232398529202565e-05| +|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3226858006480048e-05| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3202704377617624e-05| +|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3161711385061638e-05| +|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3154120335904327e-05| +|npm|stylelint-config-twbs-bootstrap|1.3154120335904327e-05| +|npm|stylelint|1.3154120335904327e-05| +|npm|postcss-cli|1.3154120335904327e-05| +|npm|lockfile-lint|1.3154120335904327e-05| +|npm|hugo-bin|1.3154120335904327e-05| +|npm|find-unused-sass-variables|1.3154120335904327e-05| +|npm|clean-css-cli|1.3154120335904327e-05| +|npm|[stylus](https://github.com/stylus/stylus)|1.3152434356334698e-05| +|npm|eslint-plugin-react|1.314280434101459e-05| +|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3140927690873303e-05| +|npm|inherits|1.312306255081524e-05| +|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.309463142896852e-05| +|cran|gridBase|1.3079583859079016e-05| +|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3064849774349414e-05| +|pypi|[Automat](https://pypi.org/project/Automat)|1.306154939103109e-05| +|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3042059463379268e-05| +|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3030094271211021e-05| +|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3030094271211021e-05| +|npm|grunt-shell|1.3018248730964466e-05| +|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.3009493320463683e-05| +|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.2994740646021338e-05| +|npm|[difflet](https://github.com/substack/difflet#readme)|1.2948086684888714e-05| +|cran|proj4|1.2919971190350406e-05| +|npm|camelcase|1.288583326731708e-05| +|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2880290449040042e-05| +|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2839501092315106e-05| +|cran|RandomFieldsUtils|1.28362627709247e-05| +|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2819848751683416e-05| +|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2819848751683416e-05| +|cran|[jqr](https://docs.ropensci.org/jqr/)|1.279628464873985e-05| +|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2787287362615048e-05| +|cran|[base64url](https://github.com/mllg/base64url)|1.2761379610622816e-05| +|cran|[attempt](https://github.com/ColinFay/attempt)|1.2760223130510174e-05| +|npm|karma|1.2723363906964428e-05| +|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.269165026416658e-05| +|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.269165026416658e-05| +|cran|stargazer|1.269165026416658e-05| +|npm|on-finished|1.263463879177108e-05| +|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2600909891666592e-05| +|cran|plm|1.259909440943924e-05| +|npm|retry|1.2579295516279298e-05| +|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2563451776649754e-05| +|npm|npm-run-all2|1.2510340974678485e-05| +|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2486362063043133e-05| +|spack|numactl|1.243781725888325e-05| +|spack|kokkos-nvcc-wrapper|1.243781725888325e-05| +|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2402094257265578e-05| +|npm|readable-stream|1.23994168811609e-05| +|npm|dayjs|1.238338350635472e-05| +|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2377785001625367e-05| +|pypi|[datasize](https://pypi.org/project/datasize)|1.2377785001625367e-05| +|pypi|[halo](https://pypi.org/project/halo)|1.2377785001625367e-05| +|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2377785001625367e-05| +|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2377785001625367e-05| +|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2377785001625367e-05| +|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2377785001625367e-05| +|pypi|[spock](https://pypi.org/project/spock)|1.2377785001625367e-05| +|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2377785001625367e-05| +|pypi|[Celery](http://celeryproject.org)|1.2377785001625367e-05| +|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2377785001625367e-05| +|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2377785001625367e-05| +|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2377785001625367e-05| +|pypi|[mpld3](http://mpld3.github.com)|1.2364031907179117e-05| +|cran|[reshape](http://had.co.nz/reshape)|1.2355929803979837e-05| +|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2318502150023905e-05| +|cran|bezier|1.2310392933978011e-05| +|cran|ComplexHeatmap|1.2310392933978011e-05| +|cran|GlobalOptions|1.2310392933978011e-05| +|npm|marked|1.2298335394741892e-05| +|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2295153963329262e-05| +|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.2269254200864826e-05| +|pypi|[visitor](http://github.com/mbr/visitor)|1.224131198750488e-05| +|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2221589143271527e-05| +|pypi|[silx](https://pypi.org/project/silx)|1.2221589143271527e-05| +|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.2203895511966862e-05| +|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2170309748264785e-05| +|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2167992035496123e-05| +|npm|[auth0](https://github.com/auth0/node-auth0)|1.2167992035496123e-05| +|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2167992035496123e-05| +|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2167992035496123e-05| +|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2167992035496123e-05| +|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2167992035496123e-05| +|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2167992035496123e-05| +|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2167992035496123e-05| +|npm|hammerjs|1.2167992035496123e-05| +|npm|http-status-codes|1.2167992035496123e-05| +|npm|is-url|1.2167992035496123e-05| +|npm|jwks-rsa|1.2167992035496123e-05| +|npm|nats|1.2167992035496123e-05| +|npm|nestjs-s3|1.2167992035496123e-05| +|npm|ngx-material-file-input|1.2167992035496123e-05| +|npm|passport-jwt|1.2167992035496123e-05| +|npm|sharp|1.2167992035496123e-05| +|npm|ssh2|1.2167992035496123e-05| +|npm|stackdriver-errors-js|1.2167992035496123e-05| +|npm|tiny-version-compare|1.2167992035496123e-05| +|npm|unzipper|1.2167992035496123e-05| +|npm|yaml|1.2167992035496123e-05| +|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2155667470033693e-05| +|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2150543525513904e-05| +|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2141678752719362e-05| +|cran|rms|1.2129237596890713e-05| +|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.2084060488701536e-05| +|npm|[pug](https://pugjs.org)|1.2078008937145993e-05| +|npm|svgo|1.2057067750958252e-05| +|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2054027734755736e-05| +|cran|dfoptim|1.2052398560947223e-05| +|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.20429659173314e-05| +|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2039699260829867e-05| +|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2039699260829867e-05| +|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.20305482599131e-05| +|spack|[pugixml](https://pugixml.org/)|1.2008535466398309e-05| +|cran|jsonify|1.199238578680203e-05| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.1975711018495647e-05| +|cran|RSpectra|1.19669727027867e-05| +|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.1965192168237855e-05| +|pypi|[pyfai](https://pypi.org/project/pyfai)|1.1965192168237855e-05| +|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.1965192168237855e-05| +|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.1965192168237855e-05| +|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.1965192168237855e-05| +|pypi|[PyCBC](http://www.pycbc.org/)|1.1965192168237855e-05| +|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.1965192168237855e-05| +|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.1965192168237855e-05| +|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1938451562145374e-05| +|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.193527918781726e-05| +|cran|[proxy](NA)|1.1932313422732883e-05| +|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1886193411374703e-05| +|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.187938464725992e-05| +|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1877230227058031e-05| +|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1845540246555475e-05| +|npm|p-each-series|1.1845540246555475e-05| +|cran|robotstxt|1.1845540246555475e-05| +|cran|[geosphere](NA)|1.1807179102536235e-05| +|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1802345471908852e-05| +|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1736571532166167e-05| +|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1735357843313741e-05| +|pypi|[untokenize](https://pypi.org/project/untokenize)|1.173206910914866e-05| +|npm|[split](http://github.com/dominictarr/split)|1.17258533990031e-05| +|npm|react-test-renderer|1.172419285229865e-05| +|npm|react-collapsible|1.1703137187947925e-05| +|npm|react-icons|1.1703137187947925e-05| +|cran|ggdist|1.1693674345958608e-05| +|cran|bridgesampling|1.1693674345958608e-05| +|cran|bayesQR|1.1693674345958608e-05| +|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1691948597088192e-05| +|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1650148069029818e-05| +|cran|mice|1.162941721316263e-05| +|spack|libzmq|1.1613274751524975e-05| +|spack|dataspaces|1.1613274751524975e-05| +|spack|c-blosc|1.1613274751524975e-05| +|spack|zfp|1.1613274751524975e-05| +|spack|sz|1.1613274751524975e-05| +|npm|basic-auth|1.1587793489369584e-05| +|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1579218227326955e-05| +|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1553888687454678e-05| +|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1531033753849684e-05| +|npm|[jade](http://jade-lang.com)|1.1483176029657698e-05| +|pypi|[psims](https://pypi.org/project/psims)|1.1458480071891775e-05| +|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.142248523774992e-05| +|npm|[keycode](https://github.com/timoxley/keycode)|1.142248523774992e-05| +|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.142248523774992e-05| +|npm|simple-assign|1.142248523774992e-05| +|npm|warning|1.142248523774992e-05| +|npm|lodash.merge|1.142248523774992e-05| +|npm|lodash.throttle|1.142248523774992e-05| +|npm|recompose|1.142248523774992e-05| +|pypi|[bandit](https://pypi.org/project/bandit)|1.1402982148382459e-05| +|cran|AER|1.1399578348520907e-05| +|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.137190339333703e-05| +|cran|sm|1.1368111396492782e-05| +|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1362698966842957e-05| +|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.132945915578263e-05| +|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1286743868056834e-05| +|pypi|[m2r](https://pypi.org/project/m2r)|1.1285417633716899e-05| +|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1255827203978038e-05| +|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1217367657722988e-05| +|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1217367657722988e-05| +|cran|EnvStats|1.1217367657722988e-05| +|pypi|[schema](https://github.com/keleshev/schema)|1.1214862074947446e-05| +|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1210169346926587e-05| +|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.120298036187697e-05| +|cran|gganimate|1.1192105014594672e-05| +|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1188195556074421e-05| +|pypi|[memoization](https://pypi.org/project/memoization)|1.1188195556074421e-05| +|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1188195556074421e-05| +|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1179228607686732e-05| +|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1179228607686732e-05| +|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1179228607686732e-05| +|pypi|[treq](https://pypi.org/project/treq)|1.1178587615249145e-05| +|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1169443453001351e-05| +|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1157492800663803e-05| +|pypi|[plaster](https://pypi.org/project/plaster)|1.115244662878818e-05| +|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1147281689104692e-05| +|spack|netcdf-c|1.1136785751283833e-05| +|spack|cgns|1.1136785751283833e-05| +|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1132632475090778e-05| +|pypi|[stfio](https://pypi.org/project/stfio)|1.1105193981145758e-05| +|pypi|[klusta](https://klusta.cortexlab.net)|1.1105193981145758e-05| +|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1105193981145758e-05| +|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1105193981145758e-05| +|npm|ms|1.1003760771754876e-05| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.099943022894437e-05| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.099943022894437e-05| +|npm|eslint-plugin-prettier|1.0993823104763348e-05| +|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.0978451135464171e-05| +|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0951620427088391e-05| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0945431472081221e-05| +|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0934344842974286e-05| +|npm|react-json-view|1.0896871438930903e-05| +|pypi|[emperor](http://github.com/biocore/emperor)|1.0877447425670775e-05| +|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0877447425670775e-05| +|npm|[canvg](https://github.com/canvg/canvg)|1.0877447425670775e-05| +|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0877447425670775e-05| +|npm|[http](https://github.com/npm/security-holder#readme)|1.0877447425670775e-05| +|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0877447425670775e-05| +|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0877447425670775e-05| +|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0877447425670775e-05| +|npm|[sequelize](https://sequelize.org/)|1.0877447425670775e-05| +|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.08757524594477e-05| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0843891940857396e-05| +|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0830856690176545e-05| +|spack|ffmpeg|1.0804065955775027e-05| +|npm|create-react-class|1.0787433705684825e-05| +|npm|react-ga|1.0787433705684825e-05| +|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0781869854540803e-05| +|npm|acorn|1.0767566757107068e-05| +|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0756197049824017e-05| +|pypi|[equinox](https://pypi.org/project/equinox)|1.0748085782536366e-05| +|cran|pscl|1.0737319961193253e-05| +|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0729275367445482e-05| +|pypi|[looseversion](https://pypi.org/project/looseversion)|1.0684706690584328e-05| +|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0604151559100795e-05| +|spack|fftw-api|1.0576375220138817e-05| +|cran|udpipe|1.0568953202440474e-05| +|cran|Rcsdp|1.0568525009111724e-05| +|npm|vue-loader|1.0560350409199213e-05| +|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0557522501386342e-05| +|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0557522501386342e-05| +|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0557522501386342e-05| +|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0557522501386342e-05| +|pypi|[sty](https://pypi.org/project/sty)|1.0557522501386342e-05| +|pypi|[awscli](https://pypi.org/project/awscli)|1.0557522501386342e-05| +|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0557522501386342e-05| +|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0557522501386342e-05| +|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0557522501386342e-05| +|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0557522501386342e-05| +|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0557522501386342e-05| +|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0557522501386342e-05| +|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0557522501386342e-05| +|cran|tableHTML|1.0557522501386342e-05| +|cran|shiny.i18n|1.0557522501386342e-05| +|cran|popbio|1.0557522501386342e-05| +|pypi|[pims](https://github.com/soft-matter/pims)|1.0537915673883767e-05| +|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0533426131709596e-05| +|npm|karma-chrome-launcher|1.0519952402768842e-05| +|npm|[through2](https://github.com/rvagg/through2#readme)|1.051021911382671e-05| +|cran|[ini](https://github.com/dvdscripter/ini)|1.0483571164341939e-05| +|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0467371605979767e-05| +|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0457182411497133e-05| +|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0457182411497133e-05| +|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0457182411497133e-05| +|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0451221446700509e-05| +|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0440780666034473e-05| +|spack|[fftw](https://www.fftw.org)|1.0438760207997371e-05| +|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0425298633368979e-05| +|spack|libgd|1.0424075416968816e-05| +|npm|babel-eslint|1.0397057853447863e-05| +|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0394210628785557e-05| +|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0381378573336895e-05| +|pypi|[yattag](https://pypi.org/project/yattag)|1.0381378573336895e-05| +|spack|[gsl](https://www.gnu.org/software/gsl)|1.0365046077675214e-05| +|pypi|[od](https://pypi.org/project/od)|1.0364847715736042e-05| +|pypi|[beartype](https://pypi.org/project/beartype)|1.0361454226360593e-05| +|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0346301667875281e-05| +|cran|optimx|1.0307041181623832e-05| +|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0255879001346732e-05| +|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0255879001346732e-05| +|pypi|[webtest](https://pypi.org/project/webtest)|1.0254559040808754e-05| +|npm|lodash.get|1.0243059152595049e-05| +|cran|[storr](https://github.com/richfitz/storr)|1.0240067854552987e-05| +|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.023732154857885e-05| +|cran|pls|1.0223027496027377e-05| +|spack|glx|1.0213756641162628e-05| +|spack|libxt|1.0213756641162628e-05| +|spack|osmesa|1.0213756641162628e-05| +|spack|netcdf-cxx|1.0213756641162628e-05| +|spack|libogg|1.0213756641162628e-05| +|spack|libtheora|1.0213756641162628e-05| +|spack|utf8cpp|1.0213756641162628e-05| +|spack|proj|1.0213756641162628e-05| +|spack|seacas|1.0213756641162628e-05| +|npm|react-router|1.020553384633e-05| +|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0188718745241138e-05| +|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0170413343002176e-05| +|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.016237422951414e-05| +|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0154549891225526e-05| +|pypi|[slycot](https://github.com/python-control/Slycot)|1.0153320211333265e-05| +|pypi|[PySide](http://www.pyside.org)|1.0153320211333265e-05| +|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0153320211333265e-05| +|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0153320211333265e-05| +|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0153320211333265e-05| +|npm|[remark](https://remark.js.org)|1.0153320211333265e-05| +|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0153320211333265e-05| +|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0153320211333265e-05| +|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0127726942370936e-05| +|cran|janeaustenr|1.0117151777434645e-05| +|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0048508413575792e-05| +|spack|arpack-ng|1.0047556459131876e-05| +|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0032353433368662e-05| +|cran|mlmRev|1.003113574109847e-05| +|npm|babel-jest|1.0016469790118611e-05| +|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.000582366195209e-05| +|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.000582366195209e-05| +|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0003518495423788e-05| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.995191767551818e-06| +|cran|gsl|9.989977655686817e-06| +|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.986213931101531e-06| +|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.975191786573032e-06| +|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.970993473531546e-06| +|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.970993473531546e-06| +|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.970993473531546e-06| +|pypi|[xlwings](https://pypi.org/project/xlwings)|9.970993473531546e-06| +|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.939080815848402e-06| +|cran|spacyr|9.91615300942712e-06| +|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.894070114860665e-06| +|cran|[NISTunits](NA)|9.880257432922405e-06| +|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.87672572431858e-06| +|npm|source-map-js|9.87128353879623e-06| +|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.840829146965309e-06| +|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.840093583924688e-06| +|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.837152061136832e-06| +|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|9.829865565906178e-06| +|pypi|[siphon](https://pypi.org/project/siphon)|9.824972843030517e-06| +|rubygems|rubocop-performance|9.82099620512665e-06| +|cran|measurements|9.816799181601573e-06| +|npm|[del](https://github.com/sindresorhus/del#readme)|9.798785650535104e-06| +|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.779504104941471e-06| +|cran|NLP|9.771355532345436e-06| +|cran|celestial|9.76139912092466e-06| +|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.727221324464422e-06| +|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.705586713264504e-06| +|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.701507163436097e-06| +|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.691805656272665e-06| +|pypi|[Click](https://palletsprojects.com/p/click/)|9.69045874732009e-06| +|cran|modeldata|9.683238796868393e-06| +|cran|spData|9.67642183777064e-06| +|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.673857868020304e-06| +|pypi|[affine](https://pypi.org/project/affine)|9.660525120964884e-06| +|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.627283780137824e-06| +|pypi|[linetools](https://pypi.org/project/linetools)|9.625682225869244e-06| +|npm|codemirror|9.624747985879242e-06| +|cran|tkrplot|9.599386980740039e-06| +|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.59666437072087e-06| +|pypi|[spacy](https://pypi.org/project/spacy)|9.584929125713494e-06| +|pypi|[ninja](https://pypi.org/project/ninja)|9.568134237786953e-06| +|cran|HSAUR3|9.527846161657381e-06| +|pypi|[clang](http://clang.llvm.org/)|9.512870627779485e-06| +|cran|[pander](https://rapporter.github.io/pander/)|9.459721569221212e-06| +|pypi|[alerce](https://pypi.org/project/alerce)|9.446204343345675e-06| +|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.446204343345675e-06| +|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.446204343345675e-06| +|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.446204343345675e-06| +|pypi|[mp-api](https://github.com/materialsproject/api)|9.446204343345675e-06| +|pypi|[trainstation](https://pypi.org/project/trainstation)|9.446204343345675e-06| +|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.446204343345675e-06| +|pypi|[pygithub](https://pypi.org/project/pygithub)|9.446204343345675e-06| +|npm|highcharts-exporting|9.446204343345675e-06| +|npm|highcharts-no-data-to-display|9.446204343345675e-06| +|npm|[history](https://github.com/remix-run/history#readme)|9.446204343345675e-06| +|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.446204343345675e-06| +|npm|[ramda](https://ramdajs.com/)|9.446204343345675e-06| +|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.446204343345675e-06| +|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.446204343345675e-06| +|npm|react-fontawesome|9.446204343345675e-06| +|npm|react-js-pagination|9.446204343345675e-06| +|npm|react-router-redux|9.446204343345675e-06| +|npm|react-s-alert|9.446204343345675e-06| +|npm|react-table|9.446204343345675e-06| +|npm|redux-form|9.446204343345675e-06| +|npm|redux-observable|9.446204343345675e-06| +|npm|redux-persist|9.446204343345675e-06| +|npm|reselect|9.446204343345675e-06| +|npm|rx-dom|9.446204343345675e-06| +|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.414716995534522e-06| +|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.392388227254978e-06| +|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.391058655940707e-06| +|cran|[ggsci](https://nanx.me/ggsci/)|9.391058655940707e-06| +|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.313712126581862e-06| +|cran|rcmdcheck|9.289876070416627e-06| +|npm|codecov|9.283049750970842e-06| +|pypi|[itk-io](https://pypi.org/project/itk-io)|9.2618279291412e-06| +|pypi|[minio](https://pypi.org/project/minio)|9.248770162475749e-06| +|pypi|[recipy](http://www.recipy.org)|9.203993975567579e-06| +|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.203993975567579e-06| +|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.203993975567579e-06| +|pypi|[svn](https://github.com/dsoprea/PySvn)|9.203993975567579e-06| +|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.203993975567579e-06| +|pypi|[tableone](https://pypi.org/project/tableone)|9.203993975567579e-06| +|cran|Biostrings|9.199189033371018e-06| +|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.19824147933285e-06| +|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.194601985678176e-06| +|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.188532880424414e-06| +|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.18249985112295e-06| +|cran|rstatix|9.166711302786247e-06| +|cran|[rstantools](https://mc-stan.org/rstantools/)|9.16259662930801e-06| +|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.146684678709506e-06| +|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.146684678709506e-06| +|npm|[fuse.js](http://fusejs.io)|9.140552159950279e-06| +|rubygems|jekyll-include-cache|9.130937273386513e-06| +|pypi|[profimp](https://pypi.org/project/profimp)|9.123320898432566e-06| +|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.123320898432566e-06| +|pypi|[scrublet](https://pypi.org/project/scrublet)|9.123320898432566e-06| +|pypi|[scanorama](https://pypi.org/project/scanorama)|9.123320898432566e-06| +|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.123320898432566e-06| +|pypi|[bbknn](https://pypi.org/project/bbknn)|9.123320898432566e-06| +|pypi|[session-info](https://pypi.org/project/session-info)|9.123320898432566e-06| +|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.120406683340491e-06| +|pypi|[visdom](https://pypi.org/project/visdom)|9.11670606030855e-06| +|pypi|[nameparser](https://pypi.org/project/nameparser)|9.111954035811904e-06| +|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.088311276287166e-06| +|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.07157816870403e-06| +|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.065720019562555e-06| +|cran|gt|9.052140022577033e-06| +|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.02671314843654e-06| +|rubygems|[power_assert](https://github.com/ruby/power_assert)|9.019374247869832e-06| +|rubygems|packnga|9.019374247869832e-06| +|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|9.017375047117191e-06| +|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.986713974930073e-06| +|cran|[beautier](https://docs.ropensci.org/beautier/)|8.985344070836992e-06| +|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.973894126178394e-06| +|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.973894126178391e-06| +|pypi|[ccxt](https://ccxt.com)|8.973894126178391e-06| +|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.973894126178391e-06| +|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.973894126178391e-06| +|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.973894126178391e-06| +|pypi|[schedule](https://github.com/dbader/schedule)|8.973894126178391e-06| +|pypi|[tangle](https://github.com/fifman/tangle)|8.973894126178391e-06| +|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.973894126178391e-06| +|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.973894126178391e-06| +|npm|form-create|8.973894126178391e-06| +|npm|ant-design-vue|8.973894126178391e-06| +|npm|butterfly-dag|8.973894126178391e-06| +|npm|china-area-data|8.973894126178391e-06| +|npm|cron-parser|8.973894126178391e-06| +|npm|dom-align|8.973894126178391e-06| +|npm|element-resize-detector|8.973894126178391e-06| +|npm|enquire.js|8.973894126178391e-06| +|npm|lodash.pick|8.973894126178391e-06| +|npm|md5|8.973894126178391e-06| +|npm|react-visual-modeling|8.973894126178391e-06| +|npm|viser-vue|8.973894126178391e-06| +|npm|vue-area-linkage|8.973894126178391e-06| +|npm|vue-cropper|8.973894126178391e-06| +|npm|vue-i18n|8.973894126178391e-06| +|npm|vue-ls|8.973894126178391e-06| +|npm|vue-photo-preview|8.973894126178391e-06| +|npm|vue-splitpane|8.973894126178391e-06| +|npm|vuedraggable|8.973894126178391e-06| +|npm|vuera|8.973894126178391e-06| +|npm|vxe-table|8.973894126178391e-06| +|npm|vxe-table-plugin-antd|8.973894126178391e-06| +|npm|xe-utils|8.973894126178391e-06| +|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.973419316965365e-06| +|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.952854852868211e-06| +|pypi|[mygene](https://github.com/biothings/mygene.py)|8.935274547684774e-06| +|cran|purrrlyr|8.921265273408322e-06| +|cran|LaplacesDemon|8.920417042814226e-06| +|pypi|[eventlet](https://pypi.org/project/eventlet)|8.897083382067418e-06| +|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.884155184916607e-06| +|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.884155184916607e-06| +|npm|svg-sprite|8.884155184916607e-06| +|npm|picocolors|8.884155184916607e-06| +|cran|filelock|8.884155184916607e-06| +|cran|manipulateWidget|8.884155184916607e-06| +|cran|BeyondBenford|8.884155184916607e-06| +|cran|BenfordTests|8.884155184916607e-06| +|cran|benford.analysis|8.884155184916607e-06| +|cran|MUS|8.884155184916607e-06| +|cran|AsioHeaders|8.884155184916605e-06| +|npm|dompurify|8.864456392932312e-06| +|npm|query-string|8.864456392932312e-06| +|npm|react-virtualized|8.864456392932312e-06| +|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.85300422520177e-06| +|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.839304996395999e-06| +|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.824329224075418e-06| +|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.796940410636399e-06| +|npm|[benchmark](https://benchmarkjs.com/)|8.785000969472952e-06| +|cran|semEff|8.761970714681813e-06| +|cran|rr2|8.761970714681813e-06| +|cran|MEMSS|8.761970714681813e-06| +|cran|PKPDmodels|8.761970714681813e-06| +|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.755018659686235e-06| +|pypi|[lit](https://pypi.org/project/lit)|8.755018659686235e-06| +|rubygems|rspec-rails|8.702031936777611e-06| +|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.690438657573186e-06| +|pypi|[nglview](https://pypi.org/project/nglview)|8.681900790425761e-06| +|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.678849077702147e-06| +|pypi|[pyrr](https://pypi.org/project/pyrr)|8.635433983473691e-06| +|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.623565051020409e-06| +|pypi|[pathtools](https://pypi.org/project/pathtools)|8.621190218719371e-06| +|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.60728125689948e-06| +|cran|antiword|8.601033755946737e-06| +|spack|[root](https://root.cern.ch)|8.599981870920966e-06| +|pypi|[pyklip](https://pypi.org/project/pyklip)|8.58247959514295e-06| +|cran|[Ckmeans.1d.dp](NA)|8.580342256081423e-06| +|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.571947891200976e-06| +|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.57024157251024e-06| +|npm|publish-please|8.556080173186025e-06| +|cran|[quanteda](https://quanteda.io)|8.553533651543134e-06| +|pypi|[configargparse](https://pypi.org/project/configargparse)|8.54989054398143e-06| +|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.546565834455609e-06| +|pypi|[uuid](http://zesty.ca/python/)|8.546565834455609e-06| +|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.546565834455609e-06| +|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.546565834455609e-06| +|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.546565834455609e-06| +|npm|eslint-config-react-app|8.523774992230395e-06| +|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.522175857593259e-06| +|npm|babel-preset-react|8.509125578049594e-06| +|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.502035791151944e-06| +|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.496306200145034e-06| +|cran|rsm|8.475283838559724e-06| +|cran|tables|8.471056050160345e-06| +|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.461100176111053e-06| +|spack|superlu|8.461100176111053e-06| +|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.459706714290219e-06| +|cran|mda|8.44511170261122e-06| +|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.441377331877701e-06| +|rubygems|selenium-webdriver|8.435331820627383e-06| +|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.426486584481514e-06| +|npm|globby|8.392039595759773e-06| +|cran|psychTools|8.347486212882572e-06| +|pypi|[path.py](https://pypi.org/project/path.py)|8.341103736797034e-06| +|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.3266232498466e-06| +|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.324326538927542e-06| +|cran|seqLogo|8.310773514879358e-06| +|npm|strip-json-comments|8.305034813977213e-06| +|npm|cpy-cli|8.289475426088517e-06| +|pypi|[zappy](https://pypi.org/project/zappy)|8.2690752075752e-06| +|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.2690752075752e-06| +|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.2690752075752e-06| +|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.2690752075752e-06| +|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.2690752075752e-06| +|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.2690752075752e-06| +|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.2690752075752e-06| +|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.2690752075752e-06| +|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.2690752075752e-06| +|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.2690752075752e-06| +|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.2690752075752e-06| +|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.2690752075752e-06| +|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.2690752075752e-06| +|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.2690752075752e-06| +|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.2690752075752e-06| +|pypi|[flit_core](https://pypi.org/project/flit_core)|8.2690752075752e-06| +|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.2690752075752e-06| +|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.2690752075752e-06| +|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.2690752075752e-06| +|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.2690752075752e-06| +|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.2690752075752e-06| +|pypi|[streamz](https://pypi.org/project/streamz)|8.241770517035964e-06| +|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.239666424945612e-06| +|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.23150833937636e-06| +|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.222385751079708e-06| +|rubygems|ffi|8.209617476432197e-06| +|rubygems|rake-compiler-dock|8.205151895783695e-06| +|npm|clean-css|8.195851400748841e-06| +|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.182079938574415e-06| +|pypi|[plams](https://www.scm.com/doc/plams/)|8.178672821396384e-06| +|cran|rootSolve|8.175308123966868e-06| +|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.166259038640836e-06| +|pypi|[priority](https://pypi.org/project/priority)|8.165257512610667e-06| +|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.158085569253081e-06| +|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.158085569253081e-06| +|pypi|[transitions](https://pypi.org/project/transitions)|8.158085569253081e-06| +|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.158085569253081e-06| +|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.158085569253081e-06| +|pypi|[scalpl](https://pypi.org/project/scalpl)|8.158085569253081e-06| +|pypi|[shellingham](https://pypi.org/project/shellingham)|8.158085569253081e-06| +|rubygems|activemodel|8.157988235736085e-06| +|rubygems|rack-test|8.151645729711682e-06| +|cran|Cubist|8.147406326044353e-06| +|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.13633067440174e-06| +|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.092248387466131e-06| +|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.07650471356055e-06| +|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.07650471356055e-06| +|cran|adehabitatMA|8.054316513798021e-06| +|rubygems|[web-console](https://github.com/rails/web-console)|8.050051057406284e-06| +|rubygems|[spring](https://github.com/rails/spring)|8.050051057406284e-06| +|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.032507892283283e-06| +|cran|[origami](https://tlverse.org/origami/)|8.028626794588275e-06| +|cran|bbmle|8.021255869972449e-06| +|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|8.009447043167132e-06| +|npm|[actions](https://github.com/fundon/actions)|7.99958562105045e-06| +|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.995739666424945e-06| +|pypi|[coreapi](https://github.com/core-api/python-client)|7.976794778825236e-06| +|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.976794778825236e-06| +|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.976794778825236e-06| +|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.976794778825236e-06| +|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.976794778825236e-06| +|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.976794778825236e-06| +|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.976794778825236e-06| +|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.976794778825236e-06| +|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.976794778825236e-06| +|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.976794778825236e-06| +|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.976794778825236e-06| +|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.976794778825236e-06| +|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.976794778825236e-06| +|pypi|[sregistry](https://pypi.org/project/sregistry)|7.976794778825236e-06| +|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|7.976794778825236e-06| +|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|7.976794778825236e-06| +|rubygems|[pagy](https://github.com/ddnexus/pagy)|7.976794778825236e-06| +|rubygems|factory_bot_rails|7.976794778825236e-06| +|rubygems|vcr|7.976794778825236e-06| +|rubygems|spring-commands-rspec|7.976794778825236e-06| +|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.975896407474393e-06| +|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.96070344241897e-06| +|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.93597944839787e-06| +|npm|needle|7.934861681272354e-06| +|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.93100258173905e-06| +|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.897026831036984e-06| +|npm|webworker-threads|7.897026831036984e-06| +|npm|simplebar-core|7.897026831036984e-06| +|cran|cleanNLP|7.897026831036984e-06| +|rubygems|guard-rspec|7.897026831036984e-06| +|rubygems|guard-shell|7.897026831036984e-06| +|rubygems|redis-client|7.897026831036983e-06| +|pypi|[jupyter_client](https://jupyter.org)|7.849193700161483e-06| +|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.833341130786685e-06| +|rubygems|shoulda-matchers|7.832561305885661e-06| +|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.805652053871137e-06| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.803386196676862e-06| +|pypi|[sgt](https://github.com/cran2367/sgt)|7.803386196676862e-06| +|npm|c8|7.784832949263352e-06| +|cran|bigmemory|7.780045711177871e-06| +|cran|gpclib|7.779387850518245e-06| +|cran|PBSmapping|7.779387850518245e-06| +|rubygems|public_suffix|7.736618473531544e-06| +|pypi|[torchaudio](https://github.com/pytorch/audio)|7.732511407106716e-06| +|pypi|[mujoco](https://pypi.org/project/mujoco)|7.725352334710093e-06| +|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.725352334710093e-06| +|pypi|[swig](https://pypi.org/project/swig)|7.725352334710093e-06| +|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.725352334710093e-06| +|pypi|[shimmy](https://pypi.org/project/shimmy)|7.725352334710093e-06| +|pypi|[autorom](https://pypi.org/project/autorom)|7.725352334710093e-06| +|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.725352334710093e-06| +|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.724467597046072e-06| +|cran|rnaturalearthhires|7.72445194399509e-06| +|spack|[octave](https://www.gnu.org/software/octave/)|7.701066285832681e-06| +|pypi|[soundfile](https://pypi.org/project/soundfile)|7.7000604222964e-06| +|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.698673188689082e-06| +|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.693191235885223e-06| +|cran|[imager](http://dahtah.github.io/imager/)|7.691909251010048e-06| +|cran|lgr|7.686902567134486e-06| +|pypi|[lingua](https://pypi.org/project/lingua)|7.665756759556616e-06| +|npm|parseurl|7.647428073875e-06| +|cran|triangle|7.645757795503989e-06| +|cran|evd|7.645757795503989e-06| +|cran|SASmixed|7.643546371594323e-06| +|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.642992568165147e-06| +|cran|beepr|7.633882567186642e-06| +|pypi|[optuna](https://pypi.org/project/optuna)|7.616761228101983e-06| +|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.610878131541862e-06| +|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.59719319199761e-06| +|pypi|[stimela](https://pypi.org/project/stimela)|7.59719319199761e-06| +|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.590588469259607e-06| +|cran|MCMCpack|7.590148693130994e-06| +|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.547799068866125e-06| +|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.547735259664194e-06| +|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.535079767947789e-06| +|cran|[xgboost](https://github.com/dmlc/xgboost)|7.530770874339593e-06| +|npm|coffeescript|7.503704009913219e-06| +|pypi|[nox](https://pypi.org/project/nox)|7.495046323252337e-06| +|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.4922858918766935e-06| +|cran|[natserv](https://docs.ropensci.org/natserv)|7.4922858918766935e-06| +|cran|[worrms](https://docs.ropensci.org/worrms)|7.4922858918766935e-06| +|cran|[rotl](https://docs.ropensci.org/rotl/)|7.4922858918766935e-06| +|cran|[rredlist](https://github.com/ropensci/rredlist)|7.4922858918766935e-06| +|cran|[bold](https://docs.ropensci.org/bold/)|7.4922858918766935e-06| +|cran|[ritis](https://github.com/ropensci/ritis)|7.492285891876692e-06| +|npm|rtlcss|7.4428777170293665e-06| +|cran|[fst](http://www.fstpackage.org)|7.421395627962998e-06| +|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.415789431743026e-06| +|pypi|[pyside2](https://pypi.org/project/pyside2)|7.414039029317311e-06| +|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.403462654097172e-06| +|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.403462654097172e-06| +|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.403462654097172e-06| +|pypi|[bagit](https://pypi.org/project/bagit)|7.403462654097172e-06| +|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.403462654097172e-06| +|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.403462654097172e-06| +|pypi|[adal](https://pypi.org/project/adal)|7.403462654097172e-06| +|spack|rsync|7.403462654097172e-06| +|spack|hepmc|7.403462654097172e-06| +|spack|hepmc3|7.403462654097172e-06| +|spack|evtgen|7.403462654097172e-06| +|spack|fastjet|7.403462654097172e-06| +|spack|lhapdf|7.403462654097172e-06| +|spack|rivet|7.403462654097172e-06| +|spack|madgraph5amc|7.403462654097172e-06| +|spack|openmpi|7.403462654097172e-06| +|spack|mpich|7.403462654097172e-06| +|spack|highfive|7.403462654097172e-06| +|spack|msmpi|7.403462654097172e-06| +|npm|quick-lru|7.403462654097172e-06| +|npm|map-obj|7.403462654097172e-06| +|npm|lodash.kebabcase|7.403462654097172e-06| +|cran|yamlme|7.403462654097172e-06| +|pypi|[annoy](https://pypi.org/project/annoy)|7.402219971991309e-06| +|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.402219971991309e-06| +|pypi|[nmslib](https://pypi.org/project/nmslib)|7.402219971991309e-06| +|pypi|[pyemd](https://pypi.org/project/pyemd)|7.402219971991309e-06| +|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.402219971991309e-06| +|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.402219971991309e-06| +|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.399514140681653e-06| +|cran|adehabitatLT|7.392779446804103e-06| +|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.385641655557744e-06| +|cran|doFuture|7.377485592152971e-06| +|cran|pbmcapply|7.377485592152971e-06| +|pypi|[intervals](https://pypi.org/project/intervals)|7.373056602570743e-06| +|npm|memfs|7.3441267151062935e-06| +|pypi|[scooby](https://github.com/banesullivan/scooby)|7.333638456630885e-06| +|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.332139527312013e-06| +|cran|tm.lexicon.GeneralInquirer|7.331868729530079e-06| +|cran|Rpoppler|7.331868729530079e-06| +|cran|Rcampdf|7.331868729530079e-06| +|cran|filehash|7.331868729530079e-06| +|npm|ghsign|7.3294280275562e-06| +|npm|git-config-path|7.3294280275562e-06| +|npm|github-username|7.3294280275562e-06| +|npm|parse-git-config|7.3294280275562e-06| +|cran|paradox|7.326099082996016e-06| +|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.325627858104808e-06| +|npm|[child_process](https://github.com/npm/security-holder#readme)|7.325627858104808e-06| +|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.325627858104808e-06| +|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.325627858104808e-06| +|npm|mkdir-recursive|7.325627858104808e-06| +|npm|ncp|7.325627858104808e-06| +|npm|node-pre-gyp|7.325627858104808e-06| +|npm|react-bootstrap-drawer|7.325627858104808e-06| +|npm|react-combo-select|7.325627858104808e-06| +|npm|react-jsx-parser|7.325627858104808e-06| +|npm|react-pro-sidebar|7.325627858104808e-06| +|npm|react-spinners|7.325627858104808e-06| +|npm|reactour|7.325627858104808e-06| +|npm|util-promisifyall|7.325627858104808e-06| +|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.325627858104808e-06| +|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.325627858104808e-06| +|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.325627858104808e-06| +|rubygems|[rr](https://rr.github.io/rr)|7.311620232052211e-06| +|pypi|[pycares](http://github.com/saghul/pycares)|7.302365524069839e-06| +|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.295316111303614e-06| +|npm|package-json-versionify|7.293578236225599e-06| +|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.274647827698046e-06| +|cran|permute|7.270414919443832e-06| +|pypi|[neobolt](https://pypi.org/project/neobolt)|7.25237157952376e-06| +|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.25237157952376e-06| +|cran|plotfunctions|7.25237157952376e-06| +|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.250906453952139e-06| +|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.2480247501879e-06| +|pypi|[pymoo](https://pypi.org/project/pymoo)|7.22144499021714e-06| +|cran|sparkline|7.215223074791369e-06| +|npm|[nopt](https://github.com/npm/nopt#readme)|7.186542456081302e-06| +|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.186542456081302e-06| +|rubygems|[spec](https://github.com/bootstraponline/spec)|7.179115300942727e-06| +|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.179115300942725e-06| +|pypi|[gatspy](http://github.com/astroml/gatspy)|7.1791153009427125e-06| +|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.179115300942712e-06| +|cran|rcdk|7.179115300942712e-06| +|cran|fingerprint|7.179115300942712e-06| +|cran|enviPat|7.179115300942712e-06| +|cran|flexdashboard|7.179115300942712e-06| +|cran|keys|7.179115300942712e-06| +|cran|[phytools](https://github.com/liamrevell/phytools)|7.172615727274902e-06| +|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.163366505468699e-06| +|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.162603335750545e-06| +|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.162603335750545e-06| +|cran|RcppDE|7.156680565627266e-06| +|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.14029132892805e-06| +|pypi|[hvplot](https://pypi.org/project/hvplot)|7.133717954186754e-06| +|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.11821820182304e-06| +|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.114145931703409e-06| +|pypi|[rq](https://github.com/nvie/rq/)|7.113306744017406e-06| +|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.110085346125957e-06| +|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.107324147933286e-06| +|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.107324147933286e-06| +|cran|actuar|7.107324147933286e-06| +|cran|skellam|7.107324147933286e-06| +|cran|hoa|7.107324147933286e-06| +|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.107324147933285e-06| +|rubygems|jdbc-postgres|7.107324147933285e-06| +|rubygems|jdbc-sqlite3|7.107324147933285e-06| +|rubygems|shoulda-context|7.107324147933285e-06| +|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.077162817062474e-06| +|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.073926798364797e-06| +|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.058032815625273e-06| +|cran|[docopt](https://github.com/docopt/docopt.R)|7.050916813425885e-06| +|cran|[philentropy](https://github.com/HajkD/philentropy)|7.035532994923859e-06| +|pypi|[webargs](https://pypi.org/project/webargs)|7.031193969192521e-06| +|cran|fpc|7.026199451733231e-06| +|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.01485002640667e-06| +|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.011648630557259e-06| +|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.011648630557259e-06| +|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.996322974722884e-06| +|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.99592341239943e-06| +|cran|MCMCglmm|6.993826821346842e-06| +|pypi|[einops](https://pypi.org/project/einops)|6.991583050446312e-06| +|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.983829413745194e-06| +|pypi|[prefect](https://pypi.org/project/prefect)|6.9679648509149855e-06| +|npm|[grunt-legacy-util](http://gruntjs.com/)|6.9660888603782e-06| +|npm|[grunt-known-options](http://gruntjs.com/)|6.9660888603782e-06| +|spack|libmd|6.965888397389413e-06| +|rubygems|[thor](http://whatisthor.com/)|6.944750151692301e-06| +|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.939651796457969e-06| +|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.939651796457969e-06| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.9359436226041e-06| +|pypi|[doc8](https://pypi.org/project/doc8)|6.927015185559609e-06| +|npm|accepts|6.917037051056268e-06| +|pypi|[banzai](http://github.com/twneale/banzai/)|6.902995481675685e-06| +|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.902995481675685e-06| +|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.902995481675685e-06| +|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.902995481675685e-06| +|pypi|[logutils](https://pypi.org/project/logutils)|6.902995481675685e-06| +|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.902995481675685e-06| +|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.902995481675685e-06| +|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.902995481675685e-06| +|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.902995481675685e-06| +|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.902995481675685e-06| +|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.902995481675685e-06| +|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.902995481675685e-06| +|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.902995481675685e-06| +|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.902995481675685e-06| +|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.902995481675685e-06| +|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.902995481675685e-06| +|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.902995481675685e-06| +|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.902995481675685e-06| +|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.902995481675685e-06| +|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.902995481675685e-06| +|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.902995481675685e-06| +|pypi|[infinity](https://pypi.org/project/infinity)|6.902995481675685e-06| +|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.895729170642347e-06| +|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.895729170642342e-06| +|pypi|[paramz](https://pypi.org/project/paramz)|6.895729170642342e-06| +|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.8792376722262505e-06| +|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.873253155413914e-06| +|cran|betareg|6.86953006980105e-06| +|spack|rtmpdump|6.853491142649952e-06| +|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.833965526858928e-06| +|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.833965526858928e-06| +|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.833965526858928e-06| +|npm|xregexp|6.833965526858928e-06| +|npm|bufferedstream|6.833965526858928e-06| +|npm|tslint|6.825806374036199e-06| +|npm|concat-stream|6.820018658436767e-06| +|npm|gulp-eslint|6.806384482727101e-06| +|cran|scatterplot3d|6.803290685224496e-06| +|cran|CompQuadForm|6.787076055246071e-06| +|cran|[torch](https://torch.mlverse.org/docs)|6.7787835265038575e-06| +|rubygems|introspection|6.77861040609137e-06| +|pypi|[cytocad](https://github.com/cytham/cytocad)|6.77275028390822e-06| +|pypi|[nanovar](https://github.com/cytham/nanovar)|6.77275028390822e-06| +|pypi|[iwopy](https://pypi.org/project/iwopy)|6.77275028390822e-06| +|pypi|[hatch](https://pypi.org/project/hatch)|6.747142136483815e-06| +|rubygems|sinatra|6.737907282918899e-06| +|cran|gamlss|6.736066032616185e-06| +|npm|safer-buffer|6.7355007313086126e-06| +|pypi|[parameterized](https://pypi.org/project/parameterized)|6.730563899467561e-06| +|cran|tree|6.730420594633792e-06| +|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.729395006733658e-06| +|pypi|[polib](https://pypi.org/project/polib)|6.701191339479954e-06| +|cran|[binman](https://docs.ropensci.org/binman/)|6.700507614213207e-06| +|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.69284015771009e-06| +|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.680689490539099e-06| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.669796204615963e-06| +|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.653059438373633e-06| +|pypi|[echo](https://pypi.org/project/echo)|6.647328982354363e-06| +|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.647328982354363e-06| +|pypi|[WebTest](https://pypi.org/project/WebTest)|6.644133151112847e-06| +|pypi|[autobahn](https://pypi.org/project/autobahn)|6.611227785992108e-06| +|pypi|[txaio](https://pypi.org/project/txaio)|6.611227785992108e-06| +|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.601773860657109e-06| +|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.596599366436398e-06| +|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.59646961088223e-06| +|cran|[beastier](https://docs.ropensci.org/beastier/)|6.580855692530821e-06| +|pypi|[minikanren](https://pypi.org/project/minikanren)|6.580855692530819e-06| +|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.580855692530819e-06| +|pypi|[etuples](https://pypi.org/project/etuples)|6.580855692530819e-06| +|pypi|[cons](https://pypi.org/project/cons)|6.580855692530819e-06| +|pypi|[mkl](https://pypi.org/project/mkl)|6.580855692530819e-06| +|cran|VGAMdata|6.580855692530819e-06| +|cran|VGAMextra|6.580855692530819e-06| +|cran|shapefiles|6.580855692530819e-06| +|rubygems|yajl-ruby|6.580855692530819e-06| +|rubygems|benchmark_suite|6.580855692530819e-06| +|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.578875647665541e-06| +|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.572624552918475e-06| +|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.57209399574859e-06| +|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5696596912876816e-06| +|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5696596912876816e-06| +|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5696596912876816e-06| +|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5696596912876816e-06| +|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5696596912876816e-06| +|pypi|[amqp](http://github.com/celery/py-amqp)|6.5275449852320944e-06| +|npm|electron|6.515047135605511e-06| +|npm|v8-argv|6.515047135605511e-06| +|cran|tensorA|6.506566312585166e-06| +|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.502189156021643e-06| +|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.4821518967797975e-06| +|cran|partitions|6.477626583628376e-06| +|cran|signal|6.474981424391938e-06| +|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.461203770848441e-06| +|pypi|[safetensors](https://pypi.org/project/safetensors)|6.461203770848441e-06| +|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.438612149272048e-06| +|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.438612149272048e-06| +|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.432217395142043e-06| +|npm|[shelljs](http://github.com/shelljs/shelljs)|6.422475090244884e-06| +|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.409924375841708e-06| +|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.409924375841708e-06| +|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.409924375841708e-06| +|npm|[mdi](http://materialdesignicons.com)|6.409924375841708e-06| +|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.409924375841708e-06| +|npm|color|6.409924375841708e-06| +|npm|dotenv-load|6.409924375841708e-06| +|npm|iframe-resizer|6.409924375841708e-06| +|npm|isomorphic-unfetch|6.409924375841708e-06| +|npm|js-file-download|6.409924375841708e-06| +|npm|material-table|6.409924375841708e-06| +|npm|material-ui-chip-input|6.409924375841708e-06| +|npm|materialize-css|6.409924375841708e-06| +|npm|mui-datatables|6.409924375841708e-06| +|npm|next|6.409924375841708e-06| +|npm|next-env|6.409924375841708e-06| +|npm|next-redux-wrapper|6.409924375841708e-06| +|npm|ra-data-simple-rest|6.409924375841708e-06| +|npm|react-admin|6.409924375841708e-06| +|npm|react-loading|6.409924375841708e-06| +|npm|react-scroll|6.409924375841708e-06| +|npm|react-scroll-to-component|6.409924375841708e-06| +|npm|react-swipeable-views|6.409924375841708e-06| +|npm|react-wordcloud|6.409924375841708e-06| +|npm|redux-saga|6.409924375841708e-06| +|npm|serialize-error|6.409924375841708e-06| +|npm|swagger-client|6.409924375841708e-06| +|npm|swagger-ui-react|6.409924375841708e-06| +|npm|tween|6.409924375841708e-06| +|npm|uuid5|6.409924375841708e-06| +|pypi|[datasets](https://pypi.org/project/datasets)|6.406564334838242e-06| +|npm|cross-spawn|6.384328196668948e-06| +|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.369459324497573e-06| +|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.363227921934613e-06| +|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.359138188905004e-06| +|pypi|[keepalive](https://github.com/wikier/keepalive)|6.34582513208329e-06| +|pypi|[spectra](http://github.com/jsvine/spectra)|6.34582513208329e-06| +|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.34582513208329e-06| +|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.34582513208329e-06| +|pypi|[pyTest](https://pypi.org/project/pyTest)|6.34582513208329e-06| +|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.34582513208329e-06| +|pypi|[Flake8](https://pypi.org/project/Flake8)|6.34582513208329e-06| +|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.34582513208329e-06| +|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.34582513208329e-06| +|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.34582513208329e-06| +|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.34582513208329e-06| +|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.34582513208329e-06| +|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.34582513208329e-06| +|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.34582513208329e-06| +|cran|oskeyring|6.34582513208329e-06| +|cran|ExplainPrediction|6.34582513208329e-06| +|cran|rpart.plot|6.34582513208329e-06| +|cran|BiocManager|6.339983611337987e-06| +|npm|sprintf-js|6.3378127266134885e-06| +|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.324458717497183e-06| +|pypi|[numkit](https://pypi.org/project/numkit)|6.307004463328193e-06| +|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.2974695622304495e-06| +|pypi|[nilearn](https://pypi.org/project/nilearn)|6.2974695622304495e-06| +|pypi|[nipype](https://pypi.org/project/nipype)|6.2974695622304495e-06| +|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.2974695622304495e-06| +|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.2974695622304495e-06| +|pypi|[pybids](https://pypi.org/project/pybids)|6.2974695622304495e-06| +|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.2974695622304495e-06| +|pypi|[templateflow](https://pypi.org/project/templateflow)|6.2974695622304495e-06| +|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.2974695622304495e-06| +|pypi|[num2words](https://pypi.org/project/num2words)|6.2974695622304495e-06| +|pypi|[surfplot](https://pypi.org/project/surfplot)|6.2974695622304495e-06| +|pypi|[brainspace](https://pypi.org/project/brainspace)|6.2974695622304495e-06| +|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.2974695622304495e-06| +|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.2974695622304495e-06| +|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.2974695622304495e-06| +|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.2974695622304495e-06| +|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.2974695622304495e-06| +|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.2974695622304495e-06| +|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.293930384336476e-06| +|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.293930384336476e-06| +|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.293930384336476e-06| +|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.285181117597995e-06| +|rubygems|[multi_test](http://cukes.info)|6.279370241116751e-06| +|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.279370241116751e-06| +|rubygems|cucumber-messages|6.279370241116751e-06| +|rubygems|cucumber-html-formatter|6.279370241116751e-06| +|rubygems|cucumber-gherkin|6.279370241116751e-06| +|rubygems|cucumber-cucumber-expressions|6.279370241116751e-06| +|rubygems|cucumber-core|6.279370241116751e-06| +|rubygems|cucumber-ci-environment|6.279370241116751e-06| +|rubygems|syntax|6.279370241116751e-06| +|rubygems|cucumber-compatibility-kit|6.279370241116751e-06| +|cran|afex|6.271632346910038e-06| +|npm|rollup-plugin-replace|6.270605619256214e-06| +|cran|geepack|6.2534805559371244e-06| +|pypi|[lisa2](https://pypi.org/project/lisa2)|6.234494866608145e-06| +|cran|tester|6.234494866608145e-06| +|spack|cudnn|6.231042765353101e-06| +|cran|[reprex](https://reprex.tidyverse.org)|6.228585683076075e-06| +|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.225681083779976e-06| +|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.219394899566687e-06| +|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.219394899566687e-06| +|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.219394899566687e-06| +|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.219394899566687e-06| +|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.219394899566687e-06| +|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.219394899566687e-06| +|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.219394899566687e-06| +|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.219394899566687e-06| +|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.219394899566687e-06| +|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.219394899566687e-06| +|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.219394899566687e-06| +|cran|rticles|6.218531397837726e-06| +|cran|fastICA|6.218240744734216e-06| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.191340170444361e-06| +|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.189028520428088e-06| +|pypi|[cityhash](https://pypi.org/project/cityhash)|6.188892500812684e-06| +|pypi|[transformers](https://github.com/huggingface/transformers)|6.1884488526047405e-06| +|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.1792120802368624e-06| +|npm|karma-firefox-launcher|6.170857850344476e-06| +|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.151831965336897e-06| +|npm|bundlewatch|6.150209634567955e-06| +|cran|[rentrez](http://github.com/ropensci/rentrez)|6.14854190407129e-06| +|cran|ks|6.143912514244277e-06| +|pypi|[ddt](https://pypi.org/project/ddt)|6.1359898477157355e-06| +|pypi|[unyt](https://github.com/yt-project/unyt)|6.132160986221903e-06| +|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.131674156522475e-06| +|pypi|[etils](https://pypi.org/project/etils)|6.118860059921432e-06| +|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.1116942101446515e-06| +|cran|fixest|6.10365462282548e-06| +|cran|[ff](https://github.com/truecluster/ff)|6.100341053299488e-06| +|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.083996017748061e-06| +|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.083996017748061e-06| +|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.083996017748061e-06| +|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.083996017748061e-06| +|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.083996017748061e-06| +|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.083996017748061e-06| +|npm|[esdoc](https://esdoc.org/)|6.083996017748061e-06| +|npm|esdoc-standard-plugin|6.083996017748061e-06| +|npm|fast-random|6.083996017748061e-06| +|npm|flatted|6.083996017748061e-06| +|npm|fs.realpath|6.083996017748061e-06| +|npm|has-unicode|6.083996017748061e-06| +|npm|ignore-walk|6.083996017748061e-06| +|npm|ini|6.083996017748061e-06| +|npm|is-fullwidth-code-point|6.083996017748061e-06| +|npm|jsdocs|6.083996017748061e-06| +|npm|mimic-response|6.083996017748061e-06| +|npm|node|6.083996017748061e-06| +|npm|npm|6.083996017748061e-06| +|npm|npm-bundled|6.083996017748061e-06| +|npm|npm-normalize-package-bin|6.083996017748061e-06| +|npm|npm-packlist|6.083996017748061e-06| +|npm|number-is-nan|6.083996017748061e-06| +|npm|odex|6.083996017748061e-06| +|npm|os-homedir|6.083996017748061e-06| +|npm|os-tmpdir|6.083996017748061e-06| +|npm|osenv|6.083996017748061e-06| +|npm|path-is-absolute|6.083996017748061e-06| +|npm|rc|6.083996017748061e-06| +|npm|set-blocking|6.083996017748061e-06| +|npm|signal-exit|6.083996017748061e-06| +|npm|simple-concat|6.083996017748061e-06| +|npm|string-width|6.083996017748061e-06| +|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.083443809620045e-06| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|6.077114188055589e-06| +|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.0691862905995954e-06| +|spack|libxft|6.06633422667159e-06| +|pypi|[codespell](https://pypi.org/project/codespell)|6.037421353139452e-06| +|pypi|[kazoo](https://kazoo.readthedocs.io)|6.028533875479126e-06| +|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.0242141438345435e-06| +|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.02353056812746e-06| +|cran|[downloader](https://github.com/wch/downloader)|6.01988869542351e-06| +|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.000167471891703e-06| +|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.981997824510515e-06| +|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.9817742989425365e-06| +|pypi|[pyshp](https://pypi.org/project/pyshp)|5.98152776338962e-06| +|pypi|[blis](https://pypi.org/project/blis)|5.973353140335922e-06| +|pypi|[catalogue](https://pypi.org/project/catalogue)|5.973353140335922e-06| +|pypi|[preshed](https://pypi.org/project/preshed)|5.973353140335922e-06| +|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.941804811750346e-06| +|cran|bs4Dash|5.927842841247223e-06| +|cran|speedglm|5.924372604371699e-06| +|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.922770123277738e-06| +|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9227701232777374e-06| +|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9227701232777374e-06| +|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9227701232777374e-06| +|cran|RcppZiggurat|5.9227701232777374e-06| +|cran|acepack|5.904755418232446e-06| +|cran|htmlTable|5.904755418232446e-06| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.897130425774371e-06| +|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.892109318346628e-06| +|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.885697642625329e-06| +|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.884520738477633e-06| +|pypi|[pefile](https://pypi.org/project/pefile)|5.884520738477633e-06| +|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.884520738477633e-06| +|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.884520738477633e-06| +|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.884520738477633e-06| +|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.884520738477633e-06| +|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.884520738477633e-06| +|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.8800935215122656e-06| +|npm|prismjs|5.8675461594243326e-06| +|pypi|[ansicon](https://pypi.org/project/ansicon)|5.86354242204496e-06| +|pypi|[socksio](https://pypi.org/project/socksio)|5.84393725430327e-06| +|cran|reactR|5.828757899098726e-06| +|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.812117807796986e-06| +|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.810407919512983e-06| +|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.810407919512983e-06| +|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.7896091136634775e-06| +|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.7896091136634775e-06| +|pypi|[imblearn](https://pypi.org/project/imblearn)|5.7896091136634775e-06| +|pypi|[imutils](https://pypi.org/project/imutils)|5.7896091136634775e-06| +|pypi|[kornia](https://pypi.org/project/kornia)|5.7896091136634775e-06| +|pypi|[local-attention](https://pypi.org/project/local-attention)|5.7896091136634775e-06| +|pypi|[thop](https://pypi.org/project/thop)|5.7896091136634775e-06| +|pypi|[timmy](https://pypi.org/project/timmy)|5.7896091136634775e-06| +|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.7896091136634775e-06| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.772276246627541e-06| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.772276246627541e-06| +|cran|protolite|5.7689319382575365e-06| +|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.762522013881695e-06| +|pypi|[chempy](https://github.com/bjodah/chempy)|5.762522013881695e-06| +|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.72652612546738e-06| +|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.725144759703689e-06| +|npm|run-sequence|5.6931895868739645e-06| +|pypi|[fett](https://pypi.org/project/fett)|5.688113065192616e-06| +|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.688113065192616e-06| +|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.688113065192616e-06| +|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.688113065192616e-06| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.678264022448529e-06| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.678264022448529e-06| +|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.666373148244069e-06| +|pypi|[blosc2](https://pypi.org/project/blosc2)|5.640733450740702e-06| +|pypi|[multiset](https://pypi.org/project/multiset)|5.640733450740702e-06| +|spack|glfw|5.640733450740702e-06| +|npm|tsconfig-paths|5.640733450740702e-06| +|npm|replace|5.640733450740702e-06| +|npm|node-qunit-phantomjs|5.640733450740702e-06| +|cran|TSA|5.640733450740702e-06| +|cran|[haven](https://haven.tidyverse.org)|5.640429422707071e-06| +|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.6292252125650885e-06| +|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.627971610354417e-06| +|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.5881453628405675e-06| +|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.586853457844341e-06| +|cran|ipred|5.5846829498918604e-06| +|rubygems|ethon|5.584326116233295e-06| +|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.5784457073493856e-06| +|cran|cplm|5.5748358618185395e-06| +|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.573067767091859e-06| +|pypi|[re-assert](https://pypi.org/project/re-assert)|5.567205234176533e-06| +|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.567205234176533e-06| +|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.567205234176533e-06| +|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.567205234176533e-06| +|npm|karma-coverage-istanbul-reporter|5.557523873439403e-06| +|npm|karma-browserstack-launcher|5.557523873439403e-06| +|npm|ip|5.557523873439403e-06| +|pypi|[librosa](https://librosa.org)|5.555598550357796e-06| +|npm|chai-passport-strategy|5.552596990572879e-06| +|npm|passport-strategy|5.552596990572879e-06| +|cran|clusterGeneration|5.543191123282242e-06| +|cran|pROC|5.538567105076776e-06| +|cran|[rversions](https://github.com/r-hub/rversions)|5.537997928984102e-06| +|npm|uglify-es|5.534969698539315e-06| +|pypi|[blurb](https://pypi.org/project/blurb)|5.5263169507256775e-06| +|pypi|[bitstring](https://pypi.org/project/bitstring)|5.522790842225215e-06| +|cran|flexsurv|5.5153838185020205e-06| +|pypi|[tempora](https://pypi.org/project/tempora)|5.505772673932639e-06| +|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.50264020672257e-06| +|cran|klaR|5.488203413552306e-06| +|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4785623640319075e-06| +|npm|d3-axis|5.474318611931587e-06| +|npm|d3-color|5.474318611931587e-06| +|npm|d3-ease|5.474318611931587e-06| +|npm|d3-interpolate|5.474318611931587e-06| +|npm|d3-selection|5.474318611931587e-06| +|npm|d3-shape|5.474318611931587e-06| +|npm|d3-timer|5.474318611931587e-06| +|npm|d3-transition|5.474318611931587e-06| +|npm|d3-zoom|5.474318611931587e-06| +|pypi|[soxr](https://pypi.org/project/soxr)|5.474075416968818e-06| +|pypi|[samplerate](https://pypi.org/project/samplerate)|5.474075416968818e-06| +|pypi|[presets](https://pypi.org/project/presets)|5.474075416968818e-06| +|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.474075416968818e-06| +|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.474075416968818e-06| +|pypi|[audioread](https://pypi.org/project/audioread)|5.474075416968818e-06| +|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.467936018320477e-06| +|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.467172421487142e-06| +|spack|unzip|5.467172421487142e-06| +|spack|wget|5.467172421487142e-06| +|npm|d3-request|5.457409613591629e-06| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4546265011275925e-06| +|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.449018439863255e-06| +|pypi|[flit](https://pypi.org/project/flit)|5.449018439863255e-06| +|cran|cubature|5.448552817097454e-06| +|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.447977585216046e-06| +|pypi|[halomod](https://github.com/steven-murray/halomod)|5.4356158707137695e-06| +|rubygems|appraisal|5.434958599103166e-06| +|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.428384161161542e-06| +|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.420964614997572e-06| +|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.411181458135777e-06| +|rubygems|hashie|5.398987731423244e-06| +|pypi|[pybamm](https://pypi.org/project/pybamm)|5.395148396340983e-06| +|cran|debugme|5.386590325921882e-06| +|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.384336475707034e-06| +|cran|subprocess|5.384336475707034e-06| +|cran|qvalue|5.384336475707034e-06| +|pypi|[resample](https://pypi.org/project/resample)|5.383304993623565e-06| +|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.383304993623565e-06| +|cran|[EML](https://docs.ropensci.org/EML/)|5.3586967782036725e-06| +|npm|tough-cookie|5.353344134676782e-06| +|pypi|[imgaug](https://github.com/aleju/imgaug)|5.351179344299843e-06| +|npm|moment-timezone|5.347397928456421e-06| +|npm|gulp-uglify|5.346299561828413e-06| +|pypi|[cogapp](https://pypi.org/project/cogapp)|5.337308967361581e-06| +|pypi|[thinc](https://pypi.org/project/thinc)|5.3364961378329395e-06| +|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3102717040208654e-06| +|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.305096733318389e-06| +|npm|karma-jasmine|5.30300645155942e-06| +|npm|rollup-plugin-svelte|5.301441213102163e-06| +|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.280791543481899e-06| +|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.279201900414425e-06| +|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.2787612506931745e-06| +|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.275860832423561e-06| +|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.273852185871517e-06| +|cran|FNN|5.269420775924584e-06| +|npm|classnames|5.246276566073521e-06| +|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.239551219180565e-06| +|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.239551219180565e-06| +|npm|[compression](https://github.com/expressjs/compression#readme)|5.239288051484066e-06| +|pypi|[kgt](https://pypi.org/project/kgt)|5.225973638186239e-06| +|pypi|[x21](https://pypi.org/project/x21)|5.225973638186239e-06| +|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.225973638186239e-06| +|npm|murl|5.225973638186239e-06| +|npm|protein|5.225973638186239e-06| +|npm|network-address|5.225973638186239e-06| +|npm|updater-license|5.225973638186239e-06| +|npm|update|5.225973638186239e-06| +|npm|cose-base|5.225973638186239e-06| +|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.2103528140770455e-06| +|pypi|[comm](https://pypi.org/project/comm)|5.1814007703598316e-06| +|cran|rhub|5.17904216393697e-06| +|cran|gmailr|5.17904216393697e-06| +|cran|foghorn|5.17904216393697e-06| +|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.1688062141145284e-06| +|cran|coxme|5.168749002837072e-06| +|cran|[float](https://github.com/wrathematics/float)|5.168736784053723e-06| +|npm|karma-mocha|5.152846707451004e-06| +|npm|grunt-contrib-clean|5.150981887427811e-06| +|pypi|[cooler](https://github.com/mirnylab/cooler)|5.1496346293300616e-06| +|cran|spls|5.145959237056472e-06| +|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.139650210117158e-06| +|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.1360668865911665e-06| +|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.132018702827526e-06| +|cran|[dynlm](NA)|5.127939500673371e-06| +|pypi|[crossbar](http://crossbar.io/)|5.127939500673366e-06| +|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.127939500673366e-06| +|pypi|[asq](https://pypi.org/project/asq)|5.127939500673366e-06| +|pypi|[automat](https://pypi.org/project/automat)|5.127939500673366e-06| +|pypi|[cbor](https://pypi.org/project/cbor)|5.127939500673366e-06| +|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.127939500673366e-06| +|pypi|[hpack](https://pypi.org/project/hpack)|5.127939500673366e-06| +|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.127939500673366e-06| +|pypi|[netaddr](https://pypi.org/project/netaddr)|5.127939500673366e-06| +|pypi|[node-semver](https://pypi.org/project/node-semver)|5.127939500673366e-06| +|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.127939500673366e-06| +|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.127939500673366e-06| +|pypi|[pytrie](https://pypi.org/project/pytrie)|5.127939500673366e-06| +|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.127939500673366e-06| +|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.127939500673366e-06| +|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.127939500673366e-06| +|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.127939500673366e-06| +|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.127939500673366e-06| +|pypi|[sym](https://github.com/bjodah/sym)|5.127939500673366e-06| +|pypi|[translationstring](https://pypi.org/project/translationstring)|5.115777080062796e-06| +|cran|numbers|5.114594862791497e-06| +|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1016134410317505e-06| +|pypi|[ablog](https://pypi.org/project/ablog)|5.1016134410317505e-06| +|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.097184994367254e-06| +|cran|loder|5.080807703792177e-06| +|cran|ore|5.080807703792177e-06| +|cran|mstate|5.076660105666632e-06| +|cran|linprog|5.076660105666632e-06| +|cran|magic|5.076660105666632e-06| +|cran|changepoint|5.076660105666632e-06| +|cran|nor1mix|5.076660105666632e-06| +|cran|diptest|5.076660105666632e-06| +|npm|mime-types|5.067231371310217e-06| +|npm|[which](https://github.com/isaacs/node-which#readme)|5.063055945142603e-06| +|npm|cli-table|5.06255827203978e-06| +|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.0557150006638815e-06| +|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.0557150006638815e-06| +|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.0557150006638815e-06| +|pypi|[zstd](https://pypi.org/project/zstd)|5.0557150006638815e-06| +|cran|metafor|5.042623611436153e-06| +|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.034354604786078e-06| +|rubygems|activejob|5.028724202348982e-06| +|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.994727892091772e-06| +|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.991194447322075e-06| +|cran|scico|4.986005460922585e-06| +|cran|rcartocolor|4.986005460922585e-06| +|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.977117750653561e-06| +|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.977117750653561e-06| +|pypi|[peewee](https://pypi.org/project/peewee)|4.977117750653561e-06| +|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.977117750653561e-06| +|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.977117750653561e-06| +|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.9587747024258956e-06| +|cran|lfe|4.957312018320112e-06| +|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.941468973376151e-06| +|cran|[aod](https://cran.r-project.org/package=aod)|4.941287207380513e-06| +|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.935641769398115e-06| +|spack|bdw-gc|4.935641769398115e-06| +|spack|googletest|4.935641769398115e-06| +|npm|const-version|4.935641769398115e-06| +|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.935641769398115e-06| +|npm|microbundle|4.935641769398115e-06| +|cran|gdalUtils|4.935641769398115e-06| +|cran|TeachingDemos|4.935641769398115e-06| +|cran|plotmo|4.935641769398115e-06| +|npm|fresh|4.930556973619202e-06| +|npm|etag|4.930556973619202e-06| +|pypi|[h5io](https://pypi.org/project/h5io)|4.929471296220221e-06| +|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.917202260919666e-06| +|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.917202260919666e-06| +|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.917202260919666e-06| +|pypi|[voila](https://pypi.org/project/voila)|4.917202260919666e-06| +|pypi|[SALib](http://salib.github.io/SALib/)|4.91476095514348e-06| +|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.913668773764876e-06| +|npm|esbuild|4.911045547955931e-06| +|rubygems|[sync](https://github.com/ruby/sync)|4.907052064448875e-06| +|cran|[emld](https://docs.ropensci.org/emld/)|4.89718222314307e-06| +|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.88938775510204e-06| +|pypi|[fixtures](https://pypi.org/project/fixtures)|4.88938775510204e-06| +|npm|eslint-config-airbnb-base|4.888943004964579e-06| +|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.886794858513495e-06| +|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.861940782672216e-06| +|npm|execa|4.8613275447843384e-06| +|npm|gulp-rename|4.860180452331349e-06| +|npm|gulp-concat|4.860180452331349e-06| +|cran|BiocVersion|4.847912713462646e-06| +|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.842313270485862e-06| +|pypi|[webob](https://pypi.org/project/webob)|4.833329514937564e-06| +|cran|modeltools|4.831733521621312e-06| +|npm|eslint-plugin-html|4.8267473012370975e-06| +|cran|gld|4.805293369357706e-06| +|cran|[loo](https://mc-stan.org/loo/)|4.80442934589718e-06| +|cran|Biobase|4.797445370785737e-06| +|cran|[rsample](https://rsample.tidymodels.org)|4.79150069052804e-06| +|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.789912598755781e-06| +|pypi|[sspa](https://github.com/cwieder/sspa)|4.7860768672951425e-06| +|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.7860768672951425e-06| +|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.770052056355548e-06| +|cran|scagnostics|4.755177744662878e-06| +|cran|labelled|4.755177744662878e-06| +|cran|intergraph|4.755177744662878e-06| +|cran|broom.helpers|4.755177744662878e-06| +|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7468160752237e-06| +|npm|compressible|4.739782969025173e-06| +|pypi|[grayskull](https://pypi.org/project/grayskull)|4.73821609862219e-06| +|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.73545490042952e-06| +|npm|jshint-stylish|4.73387707289085e-06| +|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.726197490417487e-06| +|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.700611208950586e-06| +|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.700164663528584e-06| +|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.698566575975834e-06| +|npm|karma-rollup-preprocessor|4.696575243900884e-06| +|pypi|[slicer](https://pypi.org/project/slicer)|4.688250473239597e-06| +|cran|PolynomF|4.675871149956109e-06| +|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.658032850676129e-06| +|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.656592435206608e-06| +|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.64978933761241e-06| +|npm|browser-sync|4.647900365714406e-06| +|npm|serialize-javascript|4.643197747266143e-06| +|npm|jest-worker|4.643197747266143e-06| +|cran|mlogit|4.636546427151178e-06| +|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.623898057785896e-06| +|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.6188833070195636e-06| +|cran|RcppCCTZ|4.617808134577532e-06| +|npm|jsmd|4.615145550606029e-06| +|npm|is-mergeable-object|4.615145550606029e-06| +|cran|genieclust|4.615145550606029e-06| +|cran|getopt|4.615145550606029e-06| +|cran|leaps|4.612926730629776e-06| +|cran|[logger](https://daroczig.github.io/logger/)|4.608436795256962e-06| +|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.597939964123507e-06| +|pypi|[dnest4](https://pypi.org/project/dnest4)|4.59542270637267e-06| +|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.588659779870847e-06| +|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.584263959390864e-06| +|npm|gzip-size|4.575261576711904e-06| +|rubygems|actionmailer|4.572093399193783e-06| +|npm|read-file-relative|4.568994095099969e-06| +|npm|normalize-newline|4.568994095099969e-06| +|npm|callsite-record|4.568994095099969e-06| +|spack|psm|4.555977017905952e-06| +|spack|opa-psm2|4.555977017905952e-06| +|spack|rdma-core|4.555977017905952e-06| +|spack|slurm|4.555977017905952e-06| +|cran|bignum|4.555977017905952e-06| +|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.546773023930383e-06| +|spack|[jemalloc](http://jemalloc.net/)|4.537077092345781e-06| +|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.535802070974822e-06| +|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.529679892261475e-06| +|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.529679892261475e-06| +|cran|future.callr|4.505397014538698e-06| +|pypi|[jupyter-book](https://executablebooks.org/)|4.486947063089207e-06| +|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.4869470630891954e-06| +|npm|baseui|4.4869470630891954e-06| +|npm|color2k|4.4869470630891954e-06| +|npm|copy-to-clipboard|4.4869470630891954e-06| +|npm|cypress-circleci-reporter|4.4869470630891954e-06| +|npm|d3-graphviz|4.4869470630891954e-06| +|npm|decamelize|4.4869470630891954e-06| +|npm|deck.gl|4.4869470630891954e-06| +|npm|fzy.js|4.4869470630891954e-06| +|npm|hoist-non-react-statics|4.4869470630891954e-06| +|npm|humanize-string|4.4869470630891954e-06| +|npm|immer|4.4869470630891954e-06| +|npm|jest-fetch-mock|4.4869470630891954e-06| +|npm|katex|4.4869470630891954e-06| +|npm|mapbox-gl|4.4869470630891954e-06| +|npm|moment-duration-format|4.4869470630891954e-06| +|npm|node-emoji|4.4869470630891954e-06| +|npm|numbro|4.4869470630891954e-06| +|npm|protobufjs|4.4869470630891954e-06| +|npm|react-color|4.4869470630891954e-06| +|npm|react-debounce-render|4.4869470630891954e-06| +|npm|react-device-detect|4.4869470630891954e-06| +|npm|react-dropzone|4.4869470630891954e-06| +|npm|react-feather|4.4869470630891954e-06| +|npm|react-google-login|4.4869470630891954e-06| +|npm|react-hotkeys|4.4869470630891954e-06| +|npm|react-html-parser|4.4869470630891954e-06| +|npm|react-map-gl|4.4869470630891954e-06| +|npm|react-markdown|4.4869470630891954e-06| +|npm|react-webcam|4.4869470630891954e-06| +|npm|react-window|4.4869470630891954e-06| +|npm|rehype-katex|4.4869470630891954e-06| +|npm|rehype-raw|4.4869470630891954e-06| +|npm|remark-emoji|4.4869470630891954e-06| +|npm|remark-gfm|4.4869470630891954e-06| +|npm|remark-math|4.4869470630891954e-06| +|npm|re-resizable|4.4869470630891954e-06| +|npm|styletron-engine-atomic|4.4869470630891954e-06| +|npm|styletron-react|4.4869470630891954e-06| +|npm|typed-signals|4.4869470630891954e-06| +|npm|vega|4.4869470630891954e-06| +|npm|vega-embed|4.4869470630891954e-06| +|npm|vega-lite|4.4869470630891954e-06| +|npm|xxhashjs|4.4869470630891954e-06| +|cran|[solrium](https://github.com/ropensci/solrium)|4.480038589039681e-06| +|cran|quantmod|4.4420775924583035e-06| +|cran|FastRWeb|4.4420775924583035e-06| +|npm|draco3d|4.442077592458303e-06| +|npm|webgl-obj-loader|4.442077592458303e-06| +|cran|truncreg|4.4284932573131706e-06| +|cran|panelr|4.4284932573131706e-06| +|cran|metaBMA|4.4284932573131706e-06| +|cran|ivreg|4.4284932573131706e-06| +|cran|GLMMadaptive|4.4284932573131706e-06| +|cran|clubSandwich|4.4284932573131706e-06| +|cran|cgam|4.4284932573131706e-06| +|cran|blme|4.4284932573131706e-06| +|cran|geojsonlint|4.422847819330778e-06| +|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.4216071888064215e-06| +|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.4216071888064215e-06| +|cran|topicmodels|4.418729007311375e-06| +|cran|akima|4.4175062156842475e-06| +|cran|logging|4.40894321414626e-06| +|cran|rsyslog|4.40894321414626e-06| +|npm|temp-path|4.401738212612261e-06| +|rubygems|sassc|4.398704907996556e-06| +|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.39765681653372e-06| +|rubygems|rb_sys|4.39765681653372e-06| +|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.396733312614388e-06| +|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.3919293605767185e-06| +|cran|[data.tree](http://github.com/gluc/data.tree)|4.389286502506542e-06| +|pypi|[kopt](https://pypi.org/project/kopt)|4.3872371283538795e-06| +|cran|ggfittext|4.3872371283538795e-06| +|cran|RcppBigIntAlgos|4.3872371283538795e-06| +|cran|robust|4.387080441313581e-06| +|cran|taxadb|4.384388273075727e-06| +|npm|hot-loader|4.377509329843117e-06| +|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.377509329843117e-06| +|npm|babel-plugin-strip-function-call|4.377509329843117e-06| +|npm|babel-plugin-styled-components|4.377509329843117e-06| +|npm|binomial|4.377509329843117e-06| +|npm|compression-webpack-plugin|4.377509329843117e-06| +|npm|css.escape|4.377509329843117e-06| +|npm|dom-to-image|4.377509329843117e-06| +|npm|express-naked-redirect|4.377509329843117e-06| +|npm|express-static-gzip|4.377509329843117e-06| +|npm|html-webpack-plugin|4.377509329843117e-06| +|npm|i18next|4.377509329843117e-06| +|npm|leaflet|4.377509329843117e-06| +|npm|leaflet-gesture-handling|4.377509329843117e-06| +|npm|linspace|4.377509329843117e-06| +|npm|lodash-webpack-plugin|4.377509329843117e-06| +|npm|mousetrap|4.377509329843117e-06| +|npm|null-loader|4.377509329843117e-06| +|npm|outer-product|4.377509329843117e-06| +|npm|react-addons-css-transition-group|4.377509329843117e-06| +|npm|react-hot-loader|4.377509329843117e-06| +|npm|react-i18next|4.377509329843117e-06| +|npm|react-tooltip|4.377509329843117e-06| +|npm|redux-thunk|4.377509329843117e-06| +|npm|typeface-lato|4.377509329843117e-06| +|npm|webpack-bundle-analyzer|4.377509329843117e-06| +|npm|webpack-dev-middleware|4.377509329843117e-06| +|npm|webpack-hot-middleware|4.377509329843117e-06| +|npm|yaml-front-matter|4.377509329843117e-06| +|cran|assertive.code|4.372243153205712e-06| +|cran|assertive.reflection|4.372243153205712e-06| +|cran|assertive.data.us|4.372243153205712e-06| +|cran|assertive.data.uk|4.372243153205712e-06| +|cran|assertive.data|4.372243153205712e-06| +|cran|assertive.models|4.372243153205712e-06| +|cran|assertive.matrices|4.372243153205712e-06| +|cran|assertive.sets|4.372243153205712e-06| +|cran|assertive.files|4.372243153205712e-06| +|cran|assertive.datetimes|4.372243153205712e-06| +|cran|assertive.strings|4.372243153205712e-06| +|cran|assertive.numbers|4.372243153205712e-06| +|npm|merge-stream|4.365700571909275e-06| +|npm|vinyl-source-stream|4.34879527685211e-06| +|npm|vinyl-buffer|4.34879527685211e-06| +|pypi|[oemof.solph](https://oemof.org)|4.344860406091371e-06| +|pypi|[horovod](https://pypi.org/project/horovod)|4.335001410298061e-06| +|pypi|[lcapy](https://pypi.org/project/lcapy)|4.324768253579947e-06| +|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.324768253579947e-06| +|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.324768253579947e-06| +|pypi|[property-cached](https://pypi.org/project/property-cached)|4.324768253579947e-06| +|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.3216027989414505e-06| +|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.320859209103971e-06| +|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.3094414649889654e-06| +|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.307469180565629e-06| +|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.307469180565629e-06| +|pypi|[mdurl](https://pypi.org/project/mdurl)|4.28409803890658e-06| +|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.275459004374886e-06| +|pypi|[apipkg](https://pypi.org/project/apipkg)|4.273282917227804e-06| +|pypi|[atpublic](https://pypi.org/project/atpublic)|4.273282917227804e-06| +|pypi|[dvc](https://pypi.org/project/dvc)|4.273282917227804e-06| +|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.273282917227804e-06| +|pypi|[nanotime](https://pypi.org/project/nanotime)|4.273282917227804e-06| +|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.273282917227804e-06| +|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.273282917227804e-06| +|pypi|[treelib](https://pypi.org/project/treelib)|4.273282917227804e-06| +|npm|rollup-plugin-istanbul|4.2699651509877215e-06| +|npm|karma-jasmine-html-reporter|4.2699651509877215e-06| +|npm|karma-detect-browsers|4.2699651509877215e-06| +|npm|hammer-simulator|4.2699651509877215e-06| +|npm|eslint-plugin-unicorn|4.2699651509877215e-06| +|npm|eslint-config-xo|4.2699651509877215e-06| +|pypi|[nbdime](https://pypi.org/project/nbdime)|4.269601319637577e-06| +|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.251663814686358e-06| +|npm|less|4.247337985230351e-06| +|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.230550088055527e-06| +|pypi|[retrolab](https://pypi.org/project/retrolab)|4.230550088055527e-06| +|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.230550088055527e-06| +|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.230550088055527e-06| +|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.230550088055527e-06| +|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.230550088055527e-06| +|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.230550088055527e-06| +|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.230550088055527e-06| +|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.230550088055527e-06| +|npm|gulp-clean|4.230550088055527e-06| +|npm|mocha-lcov-reporter|4.230550088055527e-06| +|npm|any-promise|4.230550088055526e-06| +|npm|thenify-all|4.230550088055526e-06| +|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2290567139404114e-06| +|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.226268154768021e-06| +|cran|gdtools|4.2099968082755e-06| +|npm|schema-utils|4.201356818442044e-06| +|npm|loader-utils|4.201356818442044e-06| +|spack|[vtk](http://www.vtk.org)|4.201233379669927e-06| +|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.191014178067316e-06| +|cran|[redux](https://github.com/richfitz/redux)|4.187817258883261e-06| +|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.185424220449601e-06| +|pypi|[npx](https://pypi.org/project/npx)|4.1807789105489915e-06| +|pypi|[meshplex](https://pypi.org/project/meshplex)|4.1807789105489915e-06| +|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.1807789105489915e-06| +|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.1807789105489915e-06| +|pypi|[update-checker](https://pypi.org/project/update-checker)|4.1807789105489915e-06| +|npm|karma-browserify|4.177668211954833e-06| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.174095736241433e-06| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.174095736241433e-06| +|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.168234292977786e-06| +|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.168234292977786e-06| +|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.168234292977786e-06| +|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.168234292977786e-06| +|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.168234292977786e-06| +|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.168234292977786e-06| +|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.168234292977786e-06| +|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.157904278462654e-06| +|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.149223785124023e-06| +|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1398972969622585e-06| +|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.136712406418206e-06| +|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.131392774076505e-06| +|pypi|[Bio](https://github.com/ialbert/bio)|4.127031523269213e-06| +|cran|locfit|4.124896851791654e-06| +|cran|bookdown|4.109515633664633e-06| +|cran|nonnest2|4.107727666144238e-06| +|cran|officer|4.107572964038366e-06| +|npm|[shx](https://github.com/shelljs/shx#readme)|4.107057642675766e-06| +|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.093776450872015e-06| +|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.090617185205345e-06| +|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.088463431057707e-06| +|rubygems|irb|4.086603915442466e-06| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0790427846265405e-06| +|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0790427846265405e-06| +|pypi|[databroker](https://pypi.org/project/databroker)|4.0790427846265405e-06| +|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0790427846265405e-06| +|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0790427846265405e-06| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0790427846265405e-06| +|pypi|[doct](https://pypi.org/project/doct)|4.0790427846265405e-06| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0790427846265405e-06| +|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0790427846265405e-06| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0790427846265405e-06| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0790427846265405e-06| +|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.067364600578762e-06| +|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.066456024033984e-06| +|cran|stm|4.059773242264232e-06| +|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.056733479997935e-06| +|spack|berkeley-db|4.055616841914431e-06| +|spack|valgrind|4.039454069679414e-06| +|pypi|[qudida](https://pypi.org/project/qudida)|4.038252356780275e-06| +|cran|sparsesvd|4.038252356780275e-06| +|cran|FMStable|4.038252356780275e-06| +|cran|MuMIn|4.032441759707973e-06| +|pypi|[nitime](https://pypi.org/project/nitime)|4.032081883602381e-06| +|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.032081883602381e-06| +|spack|libxscrnsaver|4.023999701403404e-06| +|npm|babel-plugin-external-helpers|4.016167743384518e-06| +|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.000861131254535e-06| +|rubygems|timecop|3.9888043687380685e-06| +|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.98839738941262e-06| +|pypi|[mako](https://www.makotemplates.org/)|3.979528608222569e-06| +|cran|distributional|3.968236259751851e-06| +|cran|Bessel|3.963469905728789e-06| +|cran|[archive](https://archive.r-lib.org/)|3.959846204410493e-06| +|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.948513415518492e-06| +|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.948513415518492e-06| +|pypi|[piqp](https://pypi.org/project/piqp)|3.948513415518492e-06| +|pypi|[Mosek](https://pypi.org/project/Mosek)|3.948513415518492e-06| +|pypi|[diffcp](https://pypi.org/project/diffcp)|3.948513415518492e-06| +|pypi|[cylp](https://pypi.org/project/cylp)|3.948513415518492e-06| +|pypi|[scs](https://pypi.org/project/scs)|3.948513415518492e-06| +|pypi|[clarabel](https://pypi.org/project/clarabel)|3.948513415518492e-06| +|pypi|[ecos](https://pypi.org/project/ecos)|3.948513415518492e-06| +|pypi|[osqp](https://pypi.org/project/osqp)|3.948513415518492e-06| +|npm|csso|3.948513415518492e-06| +|npm|google-closure-compiler|3.948513415518492e-06| +|npm|ora|3.948513415518492e-06| +|npm|update-notifier|3.948513415518492e-06| +|npm|crass|3.948513415518492e-06| +|npm|sqwish|3.948513415518492e-06| +|npm|html-minifier|3.948513415518492e-06| +|npm|node-version|3.948513415518492e-06| +|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.948513415518492e-06| +|cran|transport|3.948513415518492e-06| +|pypi|[user-agents](https://pypi.org/project/user-agents)|3.948513415518491e-06| +|rubygems|zeitwerk|3.948513415518491e-06| +|rubygems|selma|3.948513415518491e-06| +|rubygems|sawyer|3.948513415518491e-06| +|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.934707424555142e-06| +|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.932677131766413e-06| +|rubygems|execjs|3.927360665078214e-06| +|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.919480228639679e-06| +|pypi|[pylama](https://pypi.org/project/pylama)|3.919480228639679e-06| +|pypi|[tabulator](https://pypi.org/project/tabulator)|3.919480228639679e-06| +|pypi|[tableschema](https://pypi.org/project/tableschema)|3.919480228639679e-06| +|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.918771366414586e-06| +|cran|TH.data|3.9178344982531786e-06| +|npm|ascli|3.909028281363307e-06| +|pypi|[coconut](https://pypi.org/project/coconut)|3.905123158205101e-06| +|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.905123158205101e-06| +|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.901693098338431e-06| +|pypi|[Epip](https://pypi.org/project/Epip)|3.901693098338431e-06| +|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.901693098338431e-06| +|cran|[posterior](https://mc-stan.org/posterior/)|3.901119152756767e-06| +|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.897234020511763e-06| +|npm|prettier-plugin-svelte|3.891257850416988e-06| +|npm|eslint-plugin-svelte3|3.891257850416988e-06| +|npm|svelte|3.891257850416988e-06| +|cran|tracerer|3.8729437807717264e-06| +|npm|path-platform|3.8699379985496735e-06| +|rubygems|rails-dom-testing|3.867931509079339e-06| +|pypi|[ducc0](https://pypi.org/project/ducc0)|3.867220492257819e-06| +|cran|stabledist|3.858912534166341e-06| +|cran|skewt|3.85826168030664e-06| +|cran|catdata|3.85826168030664e-06| +|cran|MPV|3.85826168030664e-06| +|cran|fit.models|3.85826168030664e-06| +|cran|DEoptimR|3.85826168030664e-06| +|pypi|[langcodes](https://pypi.org/project/langcodes)|3.853207852514197e-06| +|pypi|[pathy](https://pypi.org/project/pathy)|3.853207852514197e-06| +|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.853207852514197e-06| +|cran|pso|3.852643242245033e-06| +|cran|feather|3.852478885209755e-06| +|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.848220202224072e-06| +|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.84014941097596e-06| +|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.835158963398347e-06| +|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.815822502370727e-06| +|cran|spacetime|3.8083450909606835e-06| +|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.8080524639783117e-06| +|npm|underscore.string|3.790572878897752e-06| +|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.7875106664624547e-06| +|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7690355329949346e-06| +|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.769035532994932e-06| +|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.766704651403713e-06| +|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.760488967160468e-06| +|pypi|[noodles](https://pypi.org/project/noodles)|3.7599630246475754e-06| +|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.753366828965109e-06| +|npm|gulp-babel|3.750080470912078e-06| +|pypi|[hupper](https://pypi.org/project/hupper)|3.74898397469101e-06| +|pypi|[venusian](https://pypi.org/project/venusian)|3.74898397469101e-06| +|npm|gulp-uglify-es|3.7444309785584632e-06| +|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7406969199648865e-06| +|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7406969199648865e-06| +|pypi|[saspy](https://pypi.org/project/saspy)|3.7406969199648865e-06| +|npm|escape-html|3.73587779868313e-06| +|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.727617560104871e-06| +|npm|eslint-plugin-jsx-a11y|3.7271185040089553e-06| +|pypi|[Twisted](https://pypi.org/project/Twisted)|3.72676181686334e-06| +|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.724062901336679e-06| +|cran|[move](https://bartk.gitlab.io/move/)|3.717756137988191e-06| +|pypi|[portray](https://pypi.org/project/portray)|3.701731327048586e-06| +|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.701731327048586e-06| +|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.701731327048586e-06| +|npm|superagent|3.701731327048586e-06| +|npm|connect-flash|3.701731327048586e-06| +|npm|isexe|3.701731327048586e-06| +|spack|nspr|3.6940317258883253e-06| +|cran|goftest|3.6762021454827335e-06| +|cran|tensor|3.6762021454827335e-06| +|cran|spatstat.sparse|3.6762021454827335e-06| +|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.674846863585781e-06| +|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.674846863585781e-06| +|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.674846863585781e-06| +|pypi|[configupdater](https://pypi.org/project/configupdater)|3.674846863585781e-06| +|cran|ellipse|3.6690058287896163e-06| +|npm|seedrandom|3.6664767429814563e-06| +|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.664929853237668e-06| +|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.653787983043566e-06| +|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6531902693275097e-06| +|cran|[servr](https://github.com/yihui/servr)|3.644042007666004e-06| +|cran|doRNG|3.642503625815809e-06| +|cran|keras|3.637920582341454e-06| +|npm|[typedoc](https://typedoc.org)|3.631398431834663e-06| +|rubygems|reline|3.628066873640319e-06| +|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6269488759971004e-06| +|npm|sass-true|3.62618578976188e-06| +|cran|[rdflib](https://github.com/ropensci/rdflib)|3.62618578976188e-06| +|requirements.txt|gitlab/aegge/comet-emu|3.6258158085569257e-06| +|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6258158085569257e-06| +|requirements.txt|gitlab/rki_bioinformatics/purple|3.6258158085569257e-06| +|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6258158085569257e-06| +|requirements.txt|gitlab/dsbowen/conditional-inference|3.6258158085569257e-06| +|requirements.txt|gitlab/sybreton/apollinaire|3.6258158085569257e-06| +|requirements.txt|gitlab/esa/pyxel|3.6258158085569257e-06| +|requirements.txt|gitlab/gpagano/lensinggw|3.6258158085569257e-06| +|requirements.txt|gitlab/binary_c/binary_c-python|3.6258158085569257e-06| +|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6258158085569257e-06| +|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6258158085569257e-06| +|requirements.txt|gitlab/ENKI-portal/vaporock|3.6258158085569257e-06| +|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6258158085569257e-06| +|requirements.txt|gitlab/AstroVian/bmarxiv|3.6258158085569257e-06| +|requirements.txt|gitlab/jesseds/apav|3.6258158085569257e-06| +|requirements.txt|gitlab/LouisLab/PiVR|3.6258158085569257e-06| +|requirements.txt|gitlab/dglaeser/fieldcompare|3.6258158085569257e-06| +|requirements.txt|gitlab/casi-project/casi-2d|3.6258158085569257e-06| +|requirements.txt|gitlab/cracklet/cracklet|3.6258158085569257e-06| +|requirements.txt|gitlab/etienne.behar/menura|3.6258158085569257e-06| +|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6258158085569257e-06| +|requirements.txt|github/pylops/pyproximal|3.6258158085569257e-06| +|requirements.txt|github/tikk3r/legacystamps|3.6258158085569257e-06| +|requirements.txt|github/katholt/Kleborate|3.6258158085569257e-06| +|requirements.txt|github/fgbuster/fgbuster|3.6258158085569257e-06| +|requirements.txt|github/hyosubkim/bayes-toolbox|3.6258158085569257e-06| +|requirements.txt|github/grahambell/pymoc|3.6258158085569257e-06| +|requirements.txt|github/rodluger/everest|3.6258158085569257e-06| +|requirements.txt|github/xraypy/xraylarch|3.6258158085569257e-06| +|requirements.txt|github/Leo-Simpson/c-lasso|3.6258158085569257e-06| +|requirements.txt|github/variomes/sibtm-variomes|3.6258158085569257e-06| +|requirements.txt|github/robashaw/libecpint|3.6258158085569257e-06| +|requirements.txt|github/barentsen/dave|3.6258158085569257e-06| +|requirements.txt|github/barentsen/k2flix|3.6258158085569257e-06| +|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6258158085569257e-06| +|requirements.txt|github/pyamg/pyamg|3.6258158085569257e-06| +|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6258158085569257e-06| +|requirements.txt|github/UoMMIB/TFBMiner|3.6258158085569257e-06| +|requirements.txt|github/klb2/qmkpy|3.6258158085569257e-06| +|requirements.txt|github/WangLabTHU/DeSP|3.6258158085569257e-06| +|requirements.txt|github/SuperKogito/spafe|3.6258158085569257e-06| +|requirements.txt|github/bonsai-team/matam|3.6258158085569257e-06| +|requirements.txt|github/harrispopgen/mutyper|3.6258158085569257e-06| +|requirements.txt|github/zhoux85/scAdapt|3.6258158085569257e-06| +|requirements.txt|github/danhey/echelle|3.6258158085569257e-06| +|requirements.txt|github/astromer-science/main-code|3.6258158085569257e-06| +|requirements.txt|github/aimalz/qp|3.6258158085569257e-06| +|requirements.txt|github/lmcinnes/umap|3.6258158085569257e-06| +|requirements.txt|github/onnela-lab/beiwe-backend|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/hide|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/seek|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6258158085569257e-06| +|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6258158085569257e-06| +|requirements.txt|github/LCOGT/neoexchange|3.6258158085569257e-06| +|requirements.txt|github/mlares/hearsay|3.6258158085569257e-06| +|requirements.txt|github/tessgi/tvguide|3.6258158085569257e-06| +|requirements.txt|github/ot483/NetCom|3.6258158085569257e-06| +|requirements.txt|github/pnsaevik/effluent|3.6258158085569257e-06| +|requirements.txt|github/LuisScoccola/persistable|3.6258158085569257e-06| +|requirements.txt|github/duetosymmetry/qnm|3.6258158085569257e-06| +|requirements.txt|github/ToyotaCRDL/mahos|3.6258158085569257e-06| +|requirements.txt|github/firefly-cpp/NiaARM|3.6258158085569257e-06| +|requirements.txt|github/soraxas/sbp-env|3.6258158085569257e-06| +|requirements.txt|github/mwvgroup/pwv_kpno|3.6258158085569257e-06| +|requirements.txt|github/linsalrob/PhiSpy|3.6258158085569257e-06| +|requirements.txt|github/emerge-erc/ALminer|3.6258158085569257e-06| +|requirements.txt|github/PolymerGuy/recolo|3.6258158085569257e-06| +|requirements.txt|github/amrex-astro/Castro|3.6258158085569257e-06| +|requirements.txt|github/amrex-astro/Nyx|3.6258158085569257e-06| +|requirements.txt|github/JulianZDing/UniMAP|3.6258158085569257e-06| +|requirements.txt|github/STOmics/EAGS|3.6258158085569257e-06| +|requirements.txt|github/sybila/biodivine-aeon-py|3.6258158085569257e-06| +|requirements.txt|github/mwalmsley/zoobot|3.6258158085569257e-06| +|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6258158085569257e-06| +|requirements.txt|github/intake/intake|3.6258158085569257e-06| +|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6258158085569257e-06| +|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6258158085569257e-06| +|requirements.txt|github/nialov/fractopo|3.6258158085569257e-06| +|requirements.txt|github/secimTools/SECIMTools|3.6258158085569257e-06| +|requirements.txt|github/mraveri/tensiometer|3.6258158085569257e-06| +|requirements.txt|github/frescigno/magpy_rv|3.6258158085569257e-06| +|requirements.txt|github/abinit/abinit|3.6258158085569257e-06| +|requirements.txt|github/EGaraldi/corecon|3.6258158085569257e-06| +|requirements.txt|github/fenderglass/Ragout|3.6258158085569257e-06| +|requirements.txt|github/fenderglass/Flye|3.6258158085569257e-06| +|requirements.txt|github/ebachelet/pyLIMA|3.6258158085569257e-06| +|requirements.txt|github/KVSlab/VaMPy|3.6258158085569257e-06| +|requirements.txt|github/StingraySoftware/HENDRICS|3.6258158085569257e-06| +|requirements.txt|github/21cmfast/21cmEMU|3.6258158085569257e-06| +|requirements.txt|github/a-griffiths/AutoSpec|3.6258158085569257e-06| +|requirements.txt|github/MIAnalyzer/MIA|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/Castro|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/Nyx|3.6258158085569257e-06| +|requirements.txt|github/matiscke/lcps|3.6258158085569257e-06| +|requirements.txt|github/johnh2o2/cuvarbase|3.6258158085569257e-06| +|requirements.txt|github/johnpaulett/python-hl7|3.6258158085569257e-06| +|requirements.txt|github/mswzeus/TargetNet|3.6258158085569257e-06| +|requirements.txt|github/lpantano/seqcluster|3.6258158085569257e-06| +|requirements.txt|github/dirmeier/surjectors|3.6258158085569257e-06| +|requirements.txt|github/swagnercarena/paltas|3.6258158085569257e-06| +|requirements.txt|github/damonge/schNell|3.6258158085569257e-06| +|requirements.txt|github/roualdes/bridgestan|3.6258158085569257e-06| +|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6258158085569257e-06| +|requirements.txt|github/kiyo-masui/bitshuffle|3.6258158085569257e-06| +|requirements.txt|github/lgrcia/prose|3.6258158085569257e-06| +|requirements.txt|github/achael/eht-imaging|3.6258158085569257e-06| +|requirements.txt|github/iancze/PSOAP|3.6258158085569257e-06| +|requirements.txt|github/Kamuish/archi|3.6258158085569257e-06| +|requirements.txt|github/mpound/pdrtpy|3.6258158085569257e-06| +|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6258158085569257e-06| +|requirements.txt|github/labsyspharm/minerva-story|3.6258158085569257e-06| +|requirements.txt|github/aewallin/allantools|3.6258158085569257e-06| +|requirements.txt|github/mrempel/geohexviz|3.6258158085569257e-06| +|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6258158085569257e-06| +|requirements.txt|github/pysam-developers/pysam|3.6258158085569257e-06| +|requirements.txt|github/wmglab-duke/ascent|3.6258158085569257e-06| +|requirements.txt|github/pynucastro/pynucastro|3.6258158085569257e-06| +|requirements.txt|github/li-yangyang/lotus|3.6258158085569257e-06| +|requirements.txt|github/austinpeel/herculens|3.6258158085569257e-06| +|requirements.txt|github/JakobBD/pounce|3.6258158085569257e-06| +|requirements.txt|github/annayqho/TheCannon|3.6258158085569257e-06| +|requirements.txt|github/Basvanstein/GSAreport|3.6258158085569257e-06| +|requirements.txt|github/kkjawz/coref-ee|3.6258158085569257e-06| +|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6258158085569257e-06| +|requirements.txt|github/jesford/cluster-lensing|3.6258158085569257e-06| +|requirements.txt|github/broadinstitute/cromwell|3.6258158085569257e-06| +|requirements.txt|github/dartoon/galight|3.6258158085569257e-06| +|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6258158085569257e-06| +|requirements.txt|github/snowformatics/macrobot|3.6258158085569257e-06| +|requirements.txt|github/Jacks0nJ/PyFPT|3.6258158085569257e-06| +|requirements.txt|github/epi2me-labs/mapula|3.6258158085569257e-06| +|requirements.txt|github/skyfielders/python-skyfield|3.6258158085569257e-06| +|requirements.txt|github/luizfelippesr/galmag|3.6258158085569257e-06| +|requirements.txt|github/erling6232/imagedata|3.6258158085569257e-06| +|requirements.txt|github/jts/nanopolish|3.6258158085569257e-06| +|requirements.txt|github/MrOlm/drep|3.6258158085569257e-06| +|requirements.txt|github/theislab/scCODA|3.6258158085569257e-06| +|requirements.txt|github/uab-cgds-worthey/quac|3.6258158085569257e-06| +|requirements.txt|github/python-hydro/pyro2|3.6258158085569257e-06| +|requirements.txt|github/desihub/fastspecfit|3.6258158085569257e-06| +|requirements.txt|github/fhcrc/seqmagick|3.6258158085569257e-06| +|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6258158085569257e-06| +|requirements.txt|github/kinnala/scikit-fem|3.6258158085569257e-06| +|requirements.txt|github/sorenwacker/ProteomicsQC|3.6258158085569257e-06| +|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6258158085569257e-06| +|requirements.txt|github/Higgins00/TESS-Localize|3.6258158085569257e-06| +|requirements.txt|github/palaeoware/revosim|3.6258158085569257e-06| +|requirements.txt|github/tholoien/empiriciSN|3.6258158085569257e-06| +|requirements.txt|github/tholoien/XDGMM|3.6258158085569257e-06| +|requirements.txt|github/mentatpsi/OSGenome|3.6258158085569257e-06| +|requirements.txt|github/hpparvi/opents|3.6258158085569257e-06| +|requirements.txt|github/hpparvi/PyTransit|3.6258158085569257e-06| +|requirements.txt|github/ronshnapp/MyPTV|3.6258158085569257e-06| +|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6258158085569257e-06| +|requirements.txt|github/trygvrad/DF-XRM_viz|3.6258158085569257e-06| +|requirements.txt|github/HLasse/TextDescriptives|3.6258158085569257e-06| +|requirements.txt|github/ZJUFanLab/bulk2space|3.6258158085569257e-06| +|requirements.txt|github/ppsp-team/PyNM|3.6258158085569257e-06| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6258158085569257e-06| +|requirements.txt|github/ABM4ALL/Melodie|3.6258158085569257e-06| +|requirements.txt|github/esa/NIDN|3.6258158085569257e-06| +|requirements.txt|github/smaret/astrochem|3.6258158085569257e-06| +|requirements.txt|github/FlorianThibord/OptimiR|3.6258158085569257e-06| +|requirements.txt|github/muctadir/lama|3.6258158085569257e-06| +|requirements.txt|github/COMBINE-lab/alevin-fry|3.6258158085569257e-06| +|requirements.txt|github/rhdtownsend/gyre|3.6258158085569257e-06| +|requirements.txt|github/chanzuckerberg/cellxgene|3.6258158085569257e-06| +|requirements.txt|github/dib-lab/dammit|3.6258158085569257e-06| +|requirements.txt|github/dib-lab/sourmash|3.6258158085569257e-06| +|requirements.txt|github/cwieder/py-ssPA|3.6258158085569257e-06| +|requirements.txt|github/igmhub/LyaCoLoRe|3.6258158085569257e-06| +|requirements.txt|github/igmhub/picca|3.6258158085569257e-06| +|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/pycrires|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/ARTES|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/species|3.6258158085569257e-06| +|requirements.txt|github/Lyalpha/spalipy|3.6258158085569257e-06| +|requirements.txt|github/rcsb/mmtf-python|3.6258158085569257e-06| +|requirements.txt|github/stinefm/relsad|3.6258158085569257e-06| +|requirements.txt|github/danielenricocahall/elephas|3.6258158085569257e-06| +|requirements.txt|github/idruglab/hignn|3.6258158085569257e-06| +|requirements.txt|github/Climdyn/qgs|3.6258158085569257e-06| +|requirements.txt|github/PaulRitsche/DLTrack|3.6258158085569257e-06| +|requirements.txt|github/ablab/TandemTools|3.6258158085569257e-06| +|requirements.txt|github/pavolgaj/ObsPlanner|3.6258158085569257e-06| +|requirements.txt|github/Smith42/pix2prof|3.6258158085569257e-06| +|requirements.txt|github/legolason/PyQSOFit|3.6258158085569257e-06| +|requirements.txt|github/kingyin3613/RingsPy|3.6258158085569257e-06| +|requirements.txt|github/OpenBioLink/Explorer|3.6258158085569257e-06| +|requirements.txt|github/abatten/fruitbat|3.6258158085569257e-06| +|requirements.txt|github/tamarervin/SolAster|3.6258158085569257e-06| +|requirements.txt|github/dfm/ketu|3.6258158085569257e-06| +|requirements.txt|github/ketch/RK-Opt|3.6258158085569257e-06| +|requirements.txt|github/minkailin/stratsi|3.6258158085569257e-06| +|requirements.txt|github/londumas/redvsblue|3.6258158085569257e-06| +|requirements.txt|github/deeptools/deepTools|3.6258158085569257e-06| +|requirements.txt|github/deeptools/HiCExplorer|3.6258158085569257e-06| +|requirements.txt|github/arnikz/PIQMIe|3.6258158085569257e-06| +|requirements.txt|github/huiwenke/MineProt|3.6258158085569257e-06| +|requirements.txt|github/Zafiirah13/meercrab|3.6258158085569257e-06| +|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6258158085569257e-06| +|requirements.txt|github/miracum/ahd2fhir|3.6258158085569257e-06| +|requirements.txt|github/rae-holcomb/SpinSpotter|3.6258158085569257e-06| +|requirements.txt|github/JLiangLab/TransVW|3.6258158085569257e-06| +|requirements.txt|github/kylemede/ExoSOFT|3.6258158085569257e-06| +|requirements.txt|github/myinxd/mcrgnet|3.6258158085569257e-06| +|requirements.txt|github/semaphoreP/whereistheplanet|3.6258158085569257e-06| +|requirements.txt|github/epfl-radio-astro/PINION|3.6258158085569257e-06| +|requirements.txt|github/epfl-radio-astro/LiSA|3.6258158085569257e-06| +|requirements.txt|github/sczesla/PyAstronomy|3.6258158085569257e-06| +|requirements.txt|github/igvteam/igv-reports|3.6258158085569257e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6258158085569257e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6258158085569257e-06| +|requirements.txt|github/freqtrade/freqtrade|3.6258158085569257e-06| +|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6258158085569257e-06| +|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6258158085569257e-06| +|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6258158085569257e-06| +|requirements.txt|github/kboone/avocado|3.6258158085569257e-06| +|requirements.txt|github/lucianolorenti/ceruleo|3.6258158085569257e-06| +|requirements.txt|github/icecube/TauRunner|3.6258158085569257e-06| +|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6258158085569257e-06| +|requirements.txt|github/ashleychontos/pySYD|3.6258158085569257e-06| +|requirements.txt|github/nextstrain/nextclade|3.6258158085569257e-06| +|requirements.txt|github/CederGroupHub/sparse-lm|3.6258158085569257e-06| +|requirements.txt|github/CederGroupHub/smol|3.6258158085569257e-06| +|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6258158085569257e-06| +|requirements.txt|github/pysal/spopt|3.6258158085569257e-06| +|requirements.txt|github/atomec-project/atoMEC|3.6258158085569257e-06| +|requirements.txt|github/Narayana-Rao/SAR-tools|3.6258158085569257e-06| +|requirements.txt|github/htjb/globalemu|3.6258158085569257e-06| +|requirements.txt|github/htjb/margarine|3.6258158085569257e-06| +|requirements.txt|github/benjaminbolling/RSW|3.6258158085569257e-06| +|requirements.txt|github/wouterpeere/GHEtool|3.6258158085569257e-06| +|requirements.txt|github/RuiningZHAO/wcpy|3.6258158085569257e-06| +|requirements.txt|github/YangLab/CIRCexplorer2|3.6258158085569257e-06| +|requirements.txt|github/vortex-exoplanet/VIP|3.6258158085569257e-06| +|requirements.txt|github/SESMG/SESMG|3.6258158085569257e-06| +|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6258158085569257e-06| +|requirements.txt|github/johnveitch/cpnest|3.6258158085569257e-06| +|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6258158085569257e-06| +|requirements.txt|github/PacificBiosciences/pbbam|3.6258158085569257e-06| +|requirements.txt|github/ncbi/datasets|3.6258158085569257e-06| +|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6258158085569257e-06| +|requirements.txt|github/ImperialCollegeLondon/champ|3.6258158085569257e-06| +|requirements.txt|github/xuanxu/starmatrix|3.6258158085569257e-06| +|requirements.txt|github/moead-framework/framework|3.6258158085569257e-06| +|requirements.txt|github/ianfhunter/GNOLL|3.6258158085569257e-06| +|requirements.txt|github/cylammarco/WDPhotTools|3.6258158085569257e-06| +|requirements.txt|github/cylammarco/ASPIRED|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/VarSum|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/MutViz|3.6258158085569257e-06| +|requirements.txt|github/kblin/ncbi-acc-download|3.6258158085569257e-06| +|requirements.txt|github/joshspeagle/dynesty|3.6258158085569257e-06| +|requirements.txt|github/villano-lab/nrCascadeSim|3.6258158085569257e-06| +|requirements.txt|github/segasai/rvspecfit|3.6258158085569257e-06| +|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6258158085569257e-06| +|requirements.txt|github/j-erler/pymf|3.6258158085569257e-06| +|requirements.txt|github/JD2112/methylr|3.6258158085569257e-06| +|requirements.txt|github/tud-hri/joan|3.6258158085569257e-06| +|requirements.txt|github/tud-hri/travia|3.6258158085569257e-06| +|requirements.txt|github/jgieseler/solarmach|3.6258158085569257e-06| +|requirements.txt|github/williamjameshandley/anesthetic|3.6258158085569257e-06| +|requirements.txt|github/williamjameshandley/fgivenx|3.6258158085569257e-06| +|requirements.txt|github/ryneches/SuchTree|3.6258158085569257e-06| +|requirements.txt|github/wbalmer/backtracks|3.6258158085569257e-06| +|requirements.txt|github/wbalmer/backtrack|3.6258158085569257e-06| +|requirements.txt|github/silx-kit/pyFAI|3.6258158085569257e-06| +|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6258158085569257e-06| +|requirements.txt|github/wcoulton/CompressedFisher|3.6258158085569257e-06| +|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6258158085569257e-06| +|requirements.txt|github/phirling/pyc2ray|3.6258158085569257e-06| +|requirements.txt|github/JorenSix/Olaf|3.6258158085569257e-06| +|requirements.txt|github/cdanielmachado/reframed|3.6258158085569257e-06| +|requirements.txt|github/singularityhub/sregistry|3.6258158085569257e-06| +|requirements.txt|github/open2c/pairtools|3.6258158085569257e-06| +|requirements.txt|github/logan-pearce/lofti_gaia|3.6258158085569257e-06| +|requirements.txt|github/benstahl92/deepSIP|3.6258158085569257e-06| +|requirements.txt|github/khyox/recentrifuge|3.6258158085569257e-06| +|requirements.txt|github/pyomeca/biosiglive|3.6258158085569257e-06| +|requirements.txt|github/TianlaiProject/tlpipe|3.6258158085569257e-06| +|requirements.txt|github/SPARTA-dev/SPARTA|3.6258158085569257e-06| +|requirements.txt|github/taoliu/MACS|3.6258158085569257e-06| +|requirements.txt|github/radiocosmology/draco|3.6258158085569257e-06| +|requirements.txt|github/radiocosmology/driftscan|3.6258158085569257e-06| +|requirements.txt|github/SCIInstitute/UncertainSCI|3.6258158085569257e-06| +|requirements.txt|github/YesselmanLab/rna_map|3.6258158085569257e-06| +|requirements.txt|github/sebastian-zieba/PACMAN|3.6258158085569257e-06| +|requirements.txt|github/PNNL-m-q/mza|3.6258158085569257e-06| +|requirements.txt|github/micahvista/MAMnet|3.6258158085569257e-06| +|requirements.txt|github/jpierel14/snsed|3.6258158085569257e-06| +|requirements.txt|github/biocircuits/bioscrape|3.6258158085569257e-06| +|requirements.txt|github/me-manu/gammaALPs|3.6258158085569257e-06| +|requirements.txt|github/maxmahlke/ssos|3.6258158085569257e-06| +|requirements.txt|github/EnricoCorsaro/FAMED|3.6258158085569257e-06| +|requirements.txt|github/winger/hawking_net|3.6258158085569257e-06| +|requirements.txt|github/kazewong/flowMC|3.6258158085569257e-06| +|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6258158085569257e-06| +|requirements.txt|github/BorgwardtLab/simbsig|3.6258158085569257e-06| +|requirements.txt|github/SterlingYM/astroPIPS|3.6258158085569257e-06| +|requirements.txt|github/statgen/Minimac4|3.6258158085569257e-06| +|requirements.txt|github/ajshajib/dolphin|3.6258158085569257e-06| +|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6258158085569257e-06| +|requirements.txt|github/NBISweden/AGAT|3.6258158085569257e-06| +|requirements.txt|github/saberyoung/haffet|3.6258158085569257e-06| +|requirements.txt|github/1313e/CMasher|3.6258158085569257e-06| +|requirements.txt|github/rzellem/EXOTIC|3.6258158085569257e-06| +|requirements.txt|github/scikit-tda/DREiMac|3.6258158085569257e-06| +|requirements.txt|github/MD-Studio/MDStudio|3.6258158085569257e-06| +|requirements.txt|github/Julian/jsonschema|3.6258158085569257e-06| +|requirements.txt|github/pudu-py/pudu|3.6258158085569257e-06| +|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6258158085569257e-06| +|requirements.txt|github/asntech/intervene|3.6258158085569257e-06| +|requirements.txt|github/astroweaver/the_farmer|3.6258158085569257e-06| +|requirements.txt|github/ifilot/edp|3.6258158085569257e-06| +|requirements.txt|github/BioGearsEngine/core|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/Stimela-classic|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/PyMORESANE|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/QuartiCal|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/Stimela|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/rodrigues|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/breizorro|3.6258158085569257e-06| +|requirements.txt|github/mrtommyb/ktransit|3.6258158085569257e-06| +|requirements.txt|github/ArgonneCPAC/diffmah|3.6258158085569257e-06| +|requirements.txt|github/ArgonneCPAC/diffstar|3.6258158085569257e-06| +|requirements.txt|github/ywx649999311/EzTao|3.6258158085569257e-06| +|requirements.txt|github/icrar/daliuge|3.6258158085569257e-06| +|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6258158085569257e-06| +|requirements.txt|github/MRChemSoft/mrchem|3.6258158085569257e-06| +|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6258158085569257e-06| +|requirements.txt|github/SimonPfeifer/cows|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/K2fov|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/kadenza|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/PyKE|3.6258158085569257e-06| +|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6258158085569257e-06| +|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6258158085569257e-06| +|requirements.txt|github/grant-m-s/astronomicAL|3.6258158085569257e-06| +|requirements.txt|github/mirapy-org/mirapy|3.6258158085569257e-06| +|requirements.txt|github/ihmwg/python-modelcif|3.6258158085569257e-06| +|requirements.txt|github/Samreay/ChainConsumer|3.6258158085569257e-06| +|requirements.txt|github/Samreay/Barry|3.6258158085569257e-06| +|requirements.txt|github/N-Wouda/ALNS|3.6258158085569257e-06| +|requirements.txt|github/teuben/QAC|3.6258158085569257e-06| +|requirements.txt|github/marius311/cosmoslik|3.6258158085569257e-06| +|requirements.txt|github/jkrogager/VoigtFit|3.6258158085569257e-06| +|requirements.txt|github/tuoyl/tat-pulsar|3.6258158085569257e-06| +|requirements.txt|github/mirnylab/cooler|3.6258158085569257e-06| +|requirements.txt|github/mirnylab/pairtools|3.6258158085569257e-06| +|requirements.txt|github/LoganAMorrison/Hazma|3.6258158085569257e-06| +|requirements.txt|github/openmsi/openmsistream|3.6258158085569257e-06| +|requirements.txt|github/IMMM-SFA/tell|3.6258158085569257e-06| +|requirements.txt|github/winni2k/abeona|3.6258158085569257e-06| +|requirements.txt|github/pni-lab/mlconfound|3.6258158085569257e-06| +|requirements.txt|github/vrodgom/statmorph|3.6258158085569257e-06| +|requirements.txt|github/kartheikiyer/dense_basis|3.6258158085569257e-06| +|requirements.txt|github/jellis18/PTMCMCSampler|3.6258158085569257e-06| +|requirements.txt|github/msyazwanfaid/hilalpy|3.6258158085569257e-06| +|requirements.txt|github/OxES/k2sc|3.6258158085569257e-06| +|requirements.txt|github/zachetienne/nrpytutorial|3.6258158085569257e-06| +|requirements.txt|github/iontorrent/TS|3.6258158085569257e-06| +|requirements.txt|github/bjmorgan/py-sc-fermi|3.6258158085569257e-06| +|requirements.txt|github/markur4/plotastic|3.6258158085569257e-06| +|requirements.txt|github/mwanakijiji/rrlfe|3.6258158085569257e-06| +|requirements.txt|github/connor-lab/vapor|3.6258158085569257e-06| +|requirements.txt|github/mgieles/limepy|3.6258158085569257e-06| +|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6258158085569257e-06| +|requirements.txt|github/galaxyproject/galaxy-lib|3.6258158085569257e-06| +|requirements.txt|github/deepmind/alphafold|3.6258158085569257e-06| +|requirements.txt|github/r3w0p/bobocep|3.6258158085569257e-06| +|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6258158085569257e-06| +|requirements.txt|github/tvwenger/millennium-tap-query|3.6258158085569257e-06| +|requirements.txt|github/pcingola/SnpEff|3.6258158085569257e-06| +|requirements.txt|github/rpoleski/MulensModel|3.6258158085569257e-06| +|requirements.txt|github/jtschindler/sculptor|3.6258158085569257e-06| +|requirements.txt|github/pmlmodelling/nctoolkit|3.6258158085569257e-06| +|requirements.txt|github/cmoestl/3DCORE|3.6258158085569257e-06| +|requirements.txt|github/stammler/dustpylib|3.6258158085569257e-06| +|requirements.txt|github/pyvisa/pyvisa|3.6258158085569257e-06| +|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6258158085569257e-06| +|requirements.txt|github/siavashk/pycpd|3.6258158085569257e-06| +|requirements.txt|github/alawryaguila/multi-view-AE|3.6258158085569257e-06| +|requirements.txt|github/rsnemmen/BCES|3.6258158085569257e-06| +|requirements.txt|github/zhangyk8/sconce-scms|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/spinning-up-basic|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/Rainbow|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/PlaNet|3.6258158085569257e-06| +|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6258158085569257e-06| +|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6258158085569257e-06| +|requirements.txt|github/benlansdell/ethome|3.6258158085569257e-06| +|requirements.txt|github/VIB-PSB/MINI-EX|3.6258158085569257e-06| +|requirements.txt|github/BASTAcode/BASTA|3.6258158085569257e-06| +|requirements.txt|github/transientskp/lpf|3.6258158085569257e-06| +|requirements.txt|github/astroboylrx/Rubble|3.6258158085569257e-06| +|requirements.txt|github/aboucaud/pypher|3.6258158085569257e-06| +|requirements.txt|github/gmbrandt/HTOF|3.6258158085569257e-06| +|requirements.txt|github/exoclime/HELA|3.6258158085569257e-06| +|requirements.txt|github/exoclime/HELIOS-K|3.6258158085569257e-06| +|requirements.txt|github/valentineap/pyprop8|3.6258158085569257e-06| +|requirements.txt|github/mms-fcul/PypKa|3.6258158085569257e-06| +|requirements.txt|github/Chenmi0619/GALMoss|3.6258158085569257e-06| +|requirements.txt|github/gbrammer/grizli|3.6258158085569257e-06| +|requirements.txt|github/RBrearton/islatu|3.6258158085569257e-06| +|requirements.txt|github/travisseymour/EPICpy|3.6258158085569257e-06| +|requirements.txt|github/chemfiles/chemfiles|3.6258158085569257e-06| +|requirements.txt|github/mindearth/mobilkit|3.6258158085569257e-06| +|requirements.txt|github/ITA-Solar/rh|3.6258158085569257e-06| +|requirements.txt|github/mjshao06/pdifFinder|3.6258158085569257e-06| +|requirements.txt|github/parsotat/batanalysis|3.6258158085569257e-06| +|requirements.txt|github/LSARP/ProteomicsQC|3.6258158085569257e-06| +|requirements.txt|github/hongwanliu/DarkHistory|3.6258158085569257e-06| +|requirements.txt|github/AOtools/aotools|3.6258158085569257e-06| +|requirements.txt|github/hposborn/MonoTools|3.6258158085569257e-06| +|requirements.txt|github/enveda/RPath|3.6258158085569257e-06| +|requirements.txt|github/ethicsai/ethical-smart-grid|3.6258158085569257e-06| +|requirements.txt|github/paulbrodersen/netgraph|3.6258158085569257e-06| +|requirements.txt|github/nickk124/RCR|3.6258158085569257e-06| +|requirements.txt|github/smithlabcode/dnmtools|3.6258158085569257e-06| +|requirements.txt|github/ORNL/curifactory|3.6258158085569257e-06| +|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6258158085569257e-06| +|requirements.txt|github/MikeSWang/HorizonGRound|3.6258158085569257e-06| +|requirements.txt|github/MikeSWang/Harmonia|3.6258158085569257e-06| +|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6258158085569257e-06| +|requirements.txt|github/mtlam/PyPulse|3.6258158085569257e-06| +|requirements.txt|github/uedaLabR/nanoDoc|3.6258158085569257e-06| +|requirements.txt|github/telatin/qax|3.6258158085569257e-06| +|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6258158085569257e-06| +|requirements.txt|github/ucberkeleyseti/blimpy|3.6258158085569257e-06| +|requirements.txt|github/bedops/bedops|3.6258158085569257e-06| +|requirements.txt|github/SDXorg/pysd|3.6258158085569257e-06| +|requirements.txt|github/ryanhausen/fitsmap|3.6258158085569257e-06| +|requirements.txt|github/koszullab/pareidolia|3.6258158085569257e-06| +|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6258158085569257e-06| +|requirements.txt|github/sjteresi/TE_Density|3.6258158085569257e-06| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6258158085569257e-06| +|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6258158085569257e-06| +|requirements.txt|github/tylertrimble/viswaternet|3.6258158085569257e-06| +|requirements.txt|github/jonas-fuchs/varVAMP|3.6258158085569257e-06| +|requirements.txt|github/learningsimulator/learningsimulator|3.6258158085569257e-06| +|requirements.txt|github/erikbern/ann-benchmarks|3.6258158085569257e-06| +|requirements.txt|github/minaskar/hankl|3.6258158085569257e-06| +|requirements.txt|github/minaskar/zeus|3.6258158085569257e-06| +|requirements.txt|github/minaskar/pocomc|3.6258158085569257e-06| +|requirements.txt|github/drphilmarshall/HumVI|3.6258158085569257e-06| +|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6258158085569257e-06| +|requirements.txt|github/johannesulf/dsigma|3.6258158085569257e-06| +|requirements.txt|github/SebastianBocquet/pygtc|3.6258158085569257e-06| +|requirements.txt|github/cytham/nanovar|3.6258158085569257e-06| +|requirements.txt|github/imcgreer/simqso|3.6258158085569257e-06| +|requirements.txt|github/MichelleLochner/astronomaly|3.6258158085569257e-06| +|requirements.txt|github/podondra/bayesian-sznet|3.6258158085569257e-06| +|requirements.txt|github/exosports/homer|3.6258158085569257e-06| +|requirements.txt|github/exosports/MARGE|3.6258158085569257e-06| +|requirements.txt|github/pyxnat/pyxnat|3.6258158085569257e-06| +|requirements.txt|github/AWehrhahn/SME|3.6258158085569257e-06| +|requirements.txt|github/widdowquinn/pyani|3.6258158085569257e-06| +|requirements.txt|github/kno10/python-kmedoids|3.6258158085569257e-06| +|requirements.txt|github/ska-sa/katdal|3.6258158085569257e-06| +|requirements.txt|github/RosettaCommons/RFDesign|3.6258158085569257e-06| +|requirements.txt|github/SHTOOLS/SHTOOLS|3.6258158085569257e-06| +|requirements.txt|github/JLBLine/WODEN|3.6258158085569257e-06| +|requirements.txt|github/JLBLine/PUMA|3.6258158085569257e-06| +|requirements.txt|github/villrv/SuperRAENN|3.6258158085569257e-06| +|requirements.txt|github/silburt/DeepMoon|3.6258158085569257e-06| +|requirements.txt|github/GalletFlorian/TATOO|3.6258158085569257e-06| +|requirements.txt|github/jeschaef/Graph4Med|3.6258158085569257e-06| +|requirements.txt|github/bthorne93/PySM_public|3.6258158085569257e-06| +|requirements.txt|github/pysat/pysat|3.6258158085569257e-06| +|requirements.txt|github/nanograv/enterprise|3.6258158085569257e-06| +|requirements.txt|github/miguelcarcamov/csromer|3.6258158085569257e-06| +|requirements.txt|github/miguelcarcamov/gpuvmem|3.6258158085569257e-06| +|requirements.txt|github/ExObsSim/ExoRad2-public|3.6258158085569257e-06| +|requirements.txt|github/timstaley/amisurvey|3.6258158085569257e-06| +|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6258158085569257e-06| +|requirements.txt|github/nickelnine37/pykronecker|3.6258158085569257e-06| +|requirements.txt|github/PynPoint/PynPoint|3.6258158085569257e-06| +|requirements.txt|github/ggonnella/fastsubtrees|3.6258158085569257e-06| +|requirements.txt|github/ECP-WarpX/WarpX|3.6258158085569257e-06| +|requirements.txt|github/floodlight-sports/floodlight|3.6258158085569257e-06| +|requirements.txt|github/olivecha/guitarsounds|3.6258158085569257e-06| +|requirements.txt|github/pennsignals/chime|3.6258158085569257e-06| +|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6258158085569257e-06| +|requirements.txt|github/reneshbedre/bioinfokit|3.6258158085569257e-06| +|requirements.txt|github/JacobBumgarner/VesselVio|3.6258158085569257e-06| +|requirements.txt|github/candYgene/siga|3.6258158085569257e-06| +|requirements.txt|github/ngbusca/QuasarNET|3.6258158085569257e-06| +|requirements.txt|github/arq5x/poretools|3.6258158085569257e-06| +|requirements.txt|github/qmarcou/IGoR|3.6258158085569257e-06| +|requirements.txt|github/CGATOxford/UMI-tools|3.6258158085569257e-06| +|requirements.txt|github/OSeMOSYS/otoole|3.6258158085569257e-06| +|requirements.txt|github/DSIMB/medusa|3.6258158085569257e-06| +|requirements.txt|github/aertslab/pySCENIC|3.6258158085569257e-06| +|requirements.txt|github/TearsWaiting/MIMML|3.6258158085569257e-06| +|requirements.txt|github/JulianBMunoz/Zeus21|3.6258158085569257e-06| +|requirements.txt|github/JulianBMunoz/RelicFast|3.6258158085569257e-06| +|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6258158085569257e-06| +|requirements.txt|github/flu-crew/smot|3.6258158085569257e-06| +|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6258158085569257e-06| +|requirements.txt|github/MLMI2-CSSI/foundry|3.6258158085569257e-06| +|requirements.txt|github/opengeos/segment-geospatial|3.6258158085569257e-06| +|requirements.txt|github/NREL/G2Aero|3.6258158085569257e-06| +|requirements.txt|github/rrwick/Deepbinner|3.6258158085569257e-06| +|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6258158085569257e-06| +|requirements.txt|github/rkiman/wdwarfdate|3.6258158085569257e-06| +|requirements.txt|github/jsobeck/MOOG_SCAT|3.6258158085569257e-06| +|requirements.txt|github/temuller/hostphot|3.6258158085569257e-06| +|requirements.txt|github/temuller/piscola|3.6258158085569257e-06| +|requirements.txt|github/iAART/aart|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/nnkcde|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/cdetools|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/RFCDE|3.6258158085569257e-06| +|requirements.txt|github/lutteropp/NetRAX|3.6258158085569257e-06| +|requirements.txt|github/sosl/H-FISTA|3.6258158085569257e-06| +|requirements.txt|github/lucydot/effmass|3.6258158085569257e-06| +|requirements.txt|github/basehc/IPEV|3.6258158085569257e-06| +|requirements.txt|github/pipliggins/EVolve|3.6258158085569257e-06| +|requirements.txt|github/FraunhoferIWES/foxes|3.6258158085569257e-06| +|requirements.txt|github/sandialabs/pvOps|3.6258158085569257e-06| +|requirements.txt|github/JulioHC00/PEPITA|3.6258158085569257e-06| +|requirements.txt|github/he2016012996/CABnet|3.6258158085569257e-06| +|requirements.txt|github/ArtRand/signalAlign|3.6258158085569257e-06| +|requirements.txt|github/snad-space/ztf-viewer|3.6258158085569257e-06| +|requirements.txt|github/inpefess/gym-saturation|3.6258158085569257e-06| +|requirements.txt|github/GBLille/MassiveFold|3.6258158085569257e-06| +|requirements.txt|github/scottgigante/picopore|3.6258158085569257e-06| +|requirements.txt|github/PolyChord/PolyChordLite|3.6258158085569257e-06| +|requirements.txt|github/jeffdaily/parasail-python|3.6258158085569257e-06| +|requirements.txt|github/fcastagna/preprofit|3.6258158085569257e-06| +|requirements.txt|github/fcastagna/JoXSZ|3.6258158085569257e-06| +|requirements.txt|github/moldyn/msmhelper|3.6258158085569257e-06| +|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6258158085569257e-06| +|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6258158085569257e-06| +|requirements.txt|github/samsledje/ConPLex_dev|3.6258158085569257e-06| +|requirements.txt|github/tmcclintock/AReconstructionTool|3.6258158085569257e-06| +|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6258158085569257e-06| +|requirements.txt|github/KolmogorovLab/Severus|3.6258158085569257e-06| +|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6258158085569257e-06| +|requirements.txt|github/yuhuan-wu/mobilesal|3.6258158085569257e-06| +|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6258158085569257e-06| +|requirements.txt|github/RECETOX/RIAssigner|3.6258158085569257e-06| +|requirements.txt|github/ACTCollaboration/zCluster|3.6258158085569257e-06| +|requirements.txt|github/sblunt/orbitize|3.6258158085569257e-06| +|requirements.txt|github/jdber1/opendrop|3.6258158085569257e-06| +|requirements.txt|github/YuRui8879/MRASleepNet|3.6258158085569257e-06| +|requirements.txt|github/sciris/sciris|3.6258158085569257e-06| +|requirements.txt|github/bradkav/verne|3.6258158085569257e-06| +|requirements.txt|github/bradkav/CEvNS|3.6258158085569257e-06| +|requirements.txt|github/bradkav/WIMpy_NREFT|3.6258158085569257e-06| +|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6258158085569257e-06| +|requirements.txt|github/TeamCOMPAS/COMPAS|3.6258158085569257e-06| +|requirements.txt|github/kyleaoman/martini|3.6258158085569257e-06| +|requirements.txt|github/ixkael/Delight|3.6258158085569257e-06| +|requirements.txt|github/C0PEP0D/otto|3.6258158085569257e-06| +|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6258158085569257e-06| +|requirements.txt|github/ptriska/WavesDash|3.6258158085569257e-06| +|requirements.txt|github/prashjet/popkinmocks|3.6258158085569257e-06| +|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6258158085569257e-06| +|requirements.txt|github/chianti-atomic/ChiantiPy|3.6258158085569257e-06| +|requirements.txt|github/CosmoStat/mccd|3.6258158085569257e-06| +|requirements.txt|github/hallamlab/TreeSAPP|3.6258158085569257e-06| +|requirements.txt|github/tomasplsek/CADET|3.6258158085569257e-06| +|requirements.txt|github/pierfied/karmma|3.6258158085569257e-06| +|requirements.txt|github/florpi/sunbird|3.6258158085569257e-06| +|requirements.txt|github/tnakazato/priism|3.6258158085569257e-06| +|requirements.txt|github/mscaudill/openseize|3.6258158085569257e-06| +|requirements.txt|github/phineasng/DECODE|3.6258158085569257e-06| +|requirements.txt|github/geoelements/gns|3.6258158085569257e-06| +|requirements.txt|github/TinkerTools/tinker9|3.6258158085569257e-06| +|requirements.txt|github/migueldvb/cine|3.6258158085569257e-06| +|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6258158085569257e-06| +|requirements.txt|github/macrocosme/amber_meta|3.6258158085569257e-06| +|requirements.txt|github/SJLeo/FFSD|3.6258158085569257e-06| +|requirements.txt|github/csb-toolbox/CSB|3.6258158085569257e-06| +|requirements.txt|github/dkoslicki/TAMPA|3.6258158085569257e-06| +|requirements.txt|github/nanoporetech/pychopper|3.6258158085569257e-06| +|requirements.txt|github/nanoporetech/medaka|3.6258158085569257e-06| +|requirements.txt|github/fabiorigamonti/bang|3.6258158085569257e-06| +|requirements.txt|github/JuliaHCI/ADI.jl|3.6258158085569257e-06| +|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6258158085569257e-06| +|requirements.txt|github/songningqiang/CosmoLED|3.6258158085569257e-06| +|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6258158085569257e-06| +|requirements.txt|github/ExeClim/Isca|3.6258158085569257e-06| +|requirements.txt|github/cogent3/cogent3|3.6258158085569257e-06| +|requirements.txt|github/neuroanatomy/reorient|3.6258158085569257e-06| +|requirements.txt|github/maserlib/ExPRES|3.6258158085569257e-06| +|requirements.txt|github/bfarr/kombine|3.6258158085569257e-06| +|requirements.txt|github/spacetelescope/mirage|3.6258158085569257e-06| +|requirements.txt|github/mattyowl/astLib|3.6258158085569257e-06| +|requirements.txt|github/brentp/peddy|3.6258158085569257e-06| +|requirements.txt|github/brentp/cyvcf2|3.6258158085569257e-06| +|requirements.txt|github/bcbio/bcbio-nextgen|3.6258158085569257e-06| +|requirements.txt|github/CarlosCoba/XookSuut-code|3.6258158085569257e-06| +|requirements.txt|github/institut-de-genomique/HAPO-G|3.6258158085569257e-06| +|requirements.txt|github/quantling/pyndl|3.6258158085569257e-06| +|requirements.txt|github/cwentland0/perform|3.6258158085569257e-06| +|requirements.txt|github/arnauqb/qwind|3.6258158085569257e-06| +|requirements.txt|github/tiberioap/grav_waldo|3.6258158085569257e-06| +|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6258158085569257e-06| +|requirements.txt|github/alexander-mead/pyhalomodel|3.6258158085569257e-06| +|requirements.txt|github/nickhand/pyRSD|3.6258158085569257e-06| +|requirements.txt|github/HHTpy/HHTpywrapper|3.6258158085569257e-06| +|requirements.txt|github/justyncw/STAR_MELT|3.6258158085569257e-06| +|requirements.txt|github/dirac-institute/asterogap|3.6258158085569257e-06| +|requirements.txt|github/chenwuperth/rgz_rcnn|3.6258158085569257e-06| +|requirements.txt|github/dsavransky/EXOSIMS|3.6258158085569257e-06| +|requirements.txt|github/kuanrongchan/COVID19-severity|3.6258158085569257e-06| +|requirements.txt|github/bow/fsnviz|3.6258158085569257e-06| +|requirements.txt|github/spack/spack|3.6258158085569257e-06| +|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6258158085569257e-06| +|requirements.txt|github/andr1976/HydDown|3.6258158085569257e-06| +|requirements.txt|github/kuenzelab/ENDURE|3.6258158085569257e-06| +|requirements.txt|github/vterron/lemon|3.6258158085569257e-06| +|requirements.txt|github/Gabaldonlab/jloh|3.6258158085569257e-06| +|requirements.txt|github/sbird/fake_spectra|3.6258158085569257e-06| +|requirements.txt|github/danielreardon/scintools|3.6258158085569257e-06| +|requirements.txt|github/lucabaldini/ixpeobssim|3.6258158085569257e-06| +|requirements.txt|github/healpy/healpy|3.6258158085569257e-06| +|requirements.txt|github/surf-eds/one-button-compute|3.6258158085569257e-06| +|requirements.txt|github/lkreidberg/batman|3.6258158085569257e-06| +|requirements.txt|github/james-m-osborn/astrosat|3.6258158085569257e-06| +|requirements.txt|github/lys-devel/lys|3.6258158085569257e-06| +|requirements.txt|github/ryanvarley/exodata|3.6258158085569257e-06| +|requirements.txt|github/ggciag/mandyoc|3.6258158085569257e-06| +|requirements.txt|github/AllenInstitute/bmtk|3.6258158085569257e-06| +|requirements.txt|github/sidmohite/nimbus-astro|3.6258158085569257e-06| +|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6258158085569257e-06| +|requirements.txt|github/eggnogdb/eggnog-mapper|3.6258158085569257e-06| +|requirements.txt|github/jdswinbank/Comet|3.6258158085569257e-06| +|requirements.txt|github/florian-lienhard/MM-LSD|3.6258158085569257e-06| +|requirements.txt|github/dstndstn/tractor|3.6258158085569257e-06| +|requirements.txt|github/christinahedges/contaminante|3.6258158085569257e-06| +|requirements.txt|github/bcgsc/NanoSim|3.6258158085569257e-06| +|requirements.txt|github/bcgsc/TMBur|3.6258158085569257e-06| +|requirements.txt|github/roban/CosmoloPy|3.6258158085569257e-06| +|requirements.txt|github/miguelzuma/hi_class_public|3.6258158085569257e-06| +|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/sacc|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/Spectractor|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/snmachine|3.6258158085569257e-06| +|requirements.txt|github/michaelhb/superplot|3.6258158085569257e-06| +|requirements.txt|github/shandley/hecatomb|3.6258158085569257e-06| +|requirements.txt|github/monarch-initiative/loinc2hpo|3.6258158085569257e-06| +|requirements.txt|github/vallis/libstempo|3.6258158085569257e-06| +|requirements.txt|github/forrest-lab/scMatch|3.6258158085569257e-06| +|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6258158085569257e-06| +|requirements.txt|github/fccoelho/epimodels|3.6258158085569257e-06| +|requirements.txt|github/fccoelho/epigrass|3.6258158085569257e-06| +|requirements.txt|github/citation-file-format/citation-file-format|3.6258158085569257e-06| +|requirements.txt|github/astro-informatics/sleplet|3.6258158085569257e-06| +|requirements.txt|github/genouest/biomaj-daemon|3.6258158085569257e-06| +|requirements.txt|github/yupidevs/pactus|3.6258158085569257e-06| +|requirements.txt|github/SegataLab/lefse|3.6258158085569257e-06| +|requirements.txt|github/vgteam/vg#vg|3.6258158085569257e-06| +|requirements.txt|github/vgteam/vg|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/repack|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/mc3|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/pyratbay|3.6258158085569257e-06| +|requirements.txt|github/lgbouma/gyro-interp|3.6258158085569257e-06| +|requirements.txt|github/valboz/VBBinaryLensing|3.6258158085569257e-06| +|requirements.txt|github/mr-superonion/FPFS|3.6258158085569257e-06| +|requirements.txt|github/discsim/frank|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/deepscm|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/masf|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/istn|3.6258158085569257e-06| +|requirements.txt|github/exciting/excitingtools|3.6258158085569257e-06| +|requirements.txt|github/sibirrer/psfr|3.6258158085569257e-06| +|requirements.txt|github/timothydmorton/isochrones|3.6258158085569257e-06| +|requirements.txt|github/qMRLab/qMRLab|3.6258158085569257e-06| +|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6258158085569257e-06| +|requirements.txt|github/jakeret/abcpmc|3.6258158085569257e-06| +|requirements.txt|github/jakeret/tf_unet|3.6258158085569257e-06| +|requirements.txt|github/milnus/Magphi|3.6258158085569257e-06| +|requirements.txt|github/gperezs/StarcNet|3.6258158085569257e-06| +|requirements.txt|github/oliverphilcox/RascalC|3.6258158085569257e-06| +|requirements.txt|github/gbouras13/plassembler|3.6258158085569257e-06| +|requirements.txt|github/etal/cnvkit|3.6258158085569257e-06| +|requirements.txt|github/Qiskit/qiskit-experiments|3.6258158085569257e-06| +|requirements.txt|github/manodeep/TesseRACt|3.6258158085569257e-06| +|requirements.txt|github/DataBiosphere/wdl-parsers|3.6258158085569257e-06| +|requirements.txt|github/Vini2/GraphBin|3.6258158085569257e-06| +|requirements.txt|github/GalSim-developers/GalSim|3.6258158085569257e-06| +|requirements.txt|github/sklasfeld/DANPOS3|3.6258158085569257e-06| +|requirements.txt|github/GilbertLabUCSF/CanDI|3.6258158085569257e-06| +|requirements.txt|github/aksholokhov/pysr3|3.6258158085569257e-06| +|requirements.txt|github/jrkerns/pylinac|3.6258158085569257e-06| +|requirements.txt|github/cobilab/altair|3.6258158085569257e-06| +|requirements.txt|github/BenNordick/HiLoop|3.6258158085569257e-06| +|requirements.txt|github/SharmaLlama/ticktack|3.6258158085569257e-06| +|requirements.txt|github/artic-network/fieldbioinformatics|3.6258158085569257e-06| +|requirements.txt|github/NLeSC/litstudy|3.6258158085569257e-06| +|requirements.txt|github/NLeSC/ShiCo|3.6258158085569257e-06| +|requirements.txt|github/NLESC-JCER/QMCblip|3.6258158085569257e-06| +|requirements.txt|github/RuthAngus/stardate|3.6258158085569257e-06| +|requirements.txt|github/Ambuj-UF/APOP|3.6258158085569257e-06| +|requirements.txt|github/jeremysanders/mbproj2|3.6258158085569257e-06| +|requirements.txt|github/hannorein/rebound|3.6258158085569257e-06| +|requirements.txt|github/spiketools/spiketools|3.6258158085569257e-06| +|requirements.txt|github/python-streamz/streamz|3.6258158085569257e-06| +|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6258158085569257e-06| +|requirements.txt|github/CobayaSampler/cobaya|3.6258158085569257e-06| +|requirements.txt|github/JustinYKC/FEPOPS|3.6258158085569257e-06| +|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6258158085569257e-06| +|requirements.txt|github/rmjarvis/TreeCorr|3.6258158085569257e-06| +|requirements.txt|github/rmjarvis/Piff|3.6258158085569257e-06| +|requirements.txt|github/TommasoRonconi/scampy|3.6258158085569257e-06| +|requirements.txt|github/carronj/lenspyx|3.6258158085569257e-06| +|requirements.txt|github/carronj/plancklens|3.6258158085569257e-06| +|requirements.txt|github/VChristiaens/vcal_sphere|3.6258158085569257e-06| +|requirements.txt|github/VChristiaens/special|3.6258158085569257e-06| +|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6258158085569257e-06| +|requirements.txt|github/AemulusProject/bias_emulator|3.6258158085569257e-06| +|requirements.txt|github/seeh/surprise|3.6258158085569257e-06| +|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6258158085569257e-06| +|requirements.txt|github/bd-j/sedpy|3.6258158085569257e-06| +|requirements.txt|github/bd-j/prospector|3.6258158085569257e-06| +|requirements.txt|github/Ajstros/pyripherals|3.6258158085569257e-06| +|requirements.txt|github/CAMI-challenge/CAMITAX|3.6258158085569257e-06| +|requirements.txt|github/mwaskom/seaborn|3.6258158085569257e-06| +|requirements.txt|github/AdmiralenOla/Scoary|3.6258158085569257e-06| +|requirements.txt|github/pyFFTW/pyFFTW|3.6258158085569257e-06| +|requirements.txt|github/keatonb/Pyriod|3.6258158085569257e-06| +|requirements.txt|github/keatonb/TESS_PRF|3.6258158085569257e-06| +|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6258158085569257e-06| +|requirements.txt|github/daler/gffutils|3.6258158085569257e-06| +|requirements.txt|github/daler/pybedtools|3.6258158085569257e-06| +|requirements.txt|github/miRTop/mirtop|3.6258158085569257e-06| +|requirements.txt|github/3d-pli/fastpli|3.6258158085569257e-06| +|requirements.txt|github/STEllAR-GROUP/hpx|3.6258158085569257e-06| +|requirements.txt|github/pymedphys/pymedphys|3.6258158085569257e-06| +|requirements.txt|github/ladsantos/p-winds|3.6258158085569257e-06| +|requirements.txt|github/ladsantos/flatstar|3.6258158085569257e-06| +|requirements.txt|github/ylxu05/HN-PPISP|3.6258158085569257e-06| +|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6258158085569257e-06| +|requirements.txt|github/PaulHancock/Robbie|3.6258158085569257e-06| +|requirements.txt|github/sourmash-bio/sourmash|3.6258158085569257e-06| +|requirements.txt|github/PetroFit/petrofit|3.6258158085569257e-06| +|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6258158085569257e-06| +|requirements.txt|github/E3SM-Project/gdess|3.6258158085569257e-06| +|requirements.txt|github/afeinstein20/eleanor|3.6258158085569257e-06| +|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6258158085569257e-06| +|requirements.txt|github/jan-rybizki/Chempy|3.6258158085569257e-06| +|requirements.txt|github/COINtoolbox/ActSNClass|3.6258158085569257e-06| +|requirements.txt|github/AusSRC/SoFiAX|3.6258158085569257e-06| +|requirements.txt|github/radis/radis|3.6258158085569257e-06| +|requirements.txt|github/mtceballos/SIRENAdoc|3.6258158085569257e-06| +|requirements.txt|github/alejandrobll/py-sphviewer|3.6258158085569257e-06| +|requirements.txt|github/antoinemarchal/ROHSA|3.6258158085569257e-06| +|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6258158085569257e-06| +|requirements.txt|github/bregaldo/pywst|3.6258158085569257e-06| +|requirements.txt|github/cistrome/MIRA|3.6258158085569257e-06| +|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/remikz/nccmp|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/aroffringa/wsclean|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/astron-idg/idg|3.6258158085569257e-06| +|CMakeLists.txt|github/yogi-tud/space_gpu|3.6258158085569257e-06| +|CMakeLists.txt|github/facebookresearch/faiss|3.6258158085569257e-06| +|CMakeLists.txt|github/rega-cev/virulign|3.6258158085569257e-06| +|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.6258158085569257e-06| +|CMakeLists.txt|github/Yida-Lin/libxdf|3.6258158085569257e-06| +|CMakeLists.txt|github/kdmurray91/axe|3.6258158085569257e-06| +|CMakeLists.txt|github/kdmurray91/libqcpp|3.6258158085569257e-06| +|CMakeLists.txt|github/JPenuchot/ctbench|3.6258158085569257e-06| +|CMakeLists.txt|github/FEniCS/basix|3.6258158085569257e-06| +|CMakeLists.txt|github/casacore/casacore|3.6258158085569257e-06| +|CMakeLists.txt|github/ugovaretto/molekel|3.6258158085569257e-06| +|CMakeLists.txt|github/hnikaein/stark|3.6258158085569257e-06| +|CMakeLists.txt|github/vdemichev/DiaNN|3.6258158085569257e-06| +|CMakeLists.txt|github/lsds/LightSaber|3.6258158085569257e-06| +|CMakeLists.txt|github/lsds/TaLoS|3.6258158085569257e-06| +|CMakeLists.txt|github/lsds/faasm|3.6258158085569257e-06| +|CMakeLists.txt|github/Crompulence/cpl-library|3.6258158085569257e-06| +|CMakeLists.txt|github/kd0kfo/cosmology|3.6258158085569257e-06| +|CMakeLists.txt|github/yatisht/usher|3.6258158085569257e-06| +|CMakeLists.txt|github/svi-opensource/libics|3.6258158085569257e-06| +|CMakeLists.txt|github/dpryan79/libBigWig|3.6258158085569257e-06| +|CMakeLists.txt|github/TRASAL/AMBER|3.6258158085569257e-06| +|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.6258158085569257e-06| +|CMakeLists.txt|github/Illumina/MarViN|3.6258158085569257e-06| +|CMakeLists.txt|github/Illumina/akt|3.6258158085569257e-06| +|CMakeLists.txt|github/mrirecon/bart|3.6258158085569257e-06| +|CMakeLists.txt|github/seqan/lambda|3.6258158085569257e-06| +|CMakeLists.txt|github/seqan/flexbar|3.6258158085569257e-06| +|CMakeLists.txt|github/seqan/lara|3.6258158085569257e-06| +|CMakeLists.txt|github/simd-everywhere/simde|3.6258158085569257e-06| +|CMakeLists.txt|github/mpokorny/vysmaw|3.6258158085569257e-06| +|CMakeLists.txt|github/idefix-code/idefix|3.6258158085569257e-06| +|CMakeLists.txt|github/marbl/MashMap|3.6258158085569257e-06| +|CMakeLists.txt|github/datngu/Circall|3.6258158085569257e-06| +|CMakeLists.txt|github/domschrei/mallob|3.6258158085569257e-06| +|CMakeLists.txt|github/hombit/freddi|3.6258158085569257e-06| +|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.6258158085569257e-06| +|CMakeLists.txt|github/elkebir-group/derna|3.6258158085569257e-06| +|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.6258158085569257e-06| +|CMakeLists.txt|github/COMBINE-lab/RapMap|3.6258158085569257e-06| +|CMakeLists.txt|github/COMBINE-lab/libgff|3.6258158085569257e-06| +|CMakeLists.txt|github/chanzuckerberg/shasta|3.6258158085569257e-06| +|CMakeLists.txt|github/AstroUGent/shadowfax|3.6258158085569257e-06| +|CMakeLists.txt|github/n-claes/legolas|3.6258158085569257e-06| +|CMakeLists.txt|github/qtltools/qtltools|3.6258158085569257e-06| +|CMakeLists.txt|github/SeaIce-Math/SubZero|3.6258158085569257e-06| +|CMakeLists.txt|github/stevengj/nlopt|3.6258158085569257e-06| +|CMakeLists.txt|github/veg/tn93|3.6258158085569257e-06| +|CMakeLists.txt|github/steineggerlab/foldseek|3.6258158085569257e-06| +|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.6258158085569257e-06| +|CMakeLists.txt|github/liuhao-cn/fastSHT|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/MMseqs2|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/mmseqs2|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/plass|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/metaeuk|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/spacepharer|3.6258158085569257e-06| +|CMakeLists.txt|github/krab1k/ChargeFW2|3.6258158085569257e-06| +|CMakeLists.txt|github/HingeAssembler/HINGE|3.6258158085569257e-06| +|CMakeLists.txt|github/bbercovici/SBGAT|3.6258158085569257e-06| +|CMakeLists.txt|github/mtazzari/galario|3.6258158085569257e-06| +|CMakeLists.txt|github/ncbi/ncbi-vdb|3.6258158085569257e-06| +|CMakeLists.txt|github/ncbi/sra-tools|3.6258158085569257e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.6258158085569257e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.6258158085569257e-06| +|CMakeLists.txt|github/mp3guy/ElasticFusion|3.6258158085569257e-06| +|CMakeLists.txt|github/HITS-AIN/PINK|3.6258158085569257e-06| +|CMakeLists.txt|github/mjuric/galfast|3.6258158085569257e-06| +|CMakeLists.txt|github/HWang-Summit/HCGrid|3.6258158085569257e-06| +|CMakeLists.txt|github/Washington-University/CiftiLib|3.6258158085569257e-06| +|CMakeLists.txt|github/blebon/directChillFoam|3.6258158085569257e-06| +|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.6258158085569257e-06| +|CMakeLists.txt|github/sb-ncbr/golem|3.6258158085569257e-06| +|CMakeLists.txt|github/egpbos/barcode|3.6258158085569257e-06| +|CMakeLists.txt|github/cameron314/concurrentqueue|3.6258158085569257e-06| +|CMakeLists.txt|github/seshnadathur/Revolver|3.6258158085569257e-06| +|CMakeLists.txt|github/su2code/SU2|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/thread_pool|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/rampler|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/bioparser|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/sword|3.6258158085569257e-06| +|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.6258158085569257e-06| +|CMakeLists.txt|github/jczarnowski/DeepFactors|3.6258158085569257e-06| +|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.6258158085569257e-06| +|CMakeLists.txt|github/statgen/popscle|3.6258158085569257e-06| +|CMakeLists.txt|github/pytorch/vision|3.6258158085569257e-06| +|CMakeLists.txt|github/copasi/COPASI|3.6258158085569257e-06| +|CMakeLists.txt|github/hasindu2008/slow5tools|3.6258158085569257e-06| +|CMakeLists.txt|github/eggplantbren/DNest3|3.6258158085569257e-06| +|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.6258158085569257e-06| +|CMakeLists.txt|github/basp-group/Puri-Psi|3.6258158085569257e-06| +|CMakeLists.txt|github/DGtal-team/DGtal|3.6258158085569257e-06| +|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.6258158085569257e-06| +|CMakeLists.txt|github/mofanv/darknetz|3.6258158085569257e-06| +|CMakeLists.txt|github/PMBio/peer|3.6258158085569257e-06| +|CMakeLists.txt|github/mslonina/Mechanic|3.6258158085569257e-06| +|CMakeLists.txt|github/astroboylrx/PLAN|3.6258158085569257e-06| +|CMakeLists.txt|github/exoclime/FastChem|3.6258158085569257e-06| +|CMakeLists.txt|github/exoclime/Helios-r2|3.6258158085569257e-06| +|CMakeLists.txt|github/exoclime/THOR|3.6258158085569257e-06| +|CMakeLists.txt|github/sib-swiss/pftools3|3.6258158085569257e-06| +|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.6258158085569257e-06| +|CMakeLists.txt|github/lanl/GLUE|3.6258158085569257e-06| +|CMakeLists.txt|github/amkozlov/raxml-ng|3.6258158085569257e-06| +|CMakeLists.txt|github/BenWibking/quokka|3.6258158085569257e-06| +|CMakeLists.txt|github/griffithlab/regtools|3.6258158085569257e-06| +|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.6258158085569257e-06| +|CMakeLists.txt|github/jdonnert/WVTICs|3.6258158085569257e-06| +|CMakeLists.txt|github/ahcm/ffindex|3.6258158085569257e-06| +|CMakeLists.txt|github/mc-imperial/jfs|3.6258158085569257e-06| +|CMakeLists.txt|github/ZacharyJia/opsdn|3.6258158085569257e-06| +|CMakeLists.txt|github/snugel/cas-offinder|3.6258158085569257e-06| +|CMakeLists.txt|github/PyPO-dev/PyPO|3.6258158085569257e-06| +|CMakeLists.txt|github/benedictpaten/marginPhase|3.6258158085569257e-06| +|CMakeLists.txt|github/catboost/catboost|3.6258158085569257e-06| +|CMakeLists.txt|github/ECP-copa/Cabana|3.6258158085569257e-06| +|CMakeLists.txt|github/farhanferoz/MultiNest|3.6258158085569257e-06| +|CMakeLists.txt|github/ester-project/ester|3.6258158085569257e-06| +|CMakeLists.txt|github/mivp/encube|3.6258158085569257e-06| +|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.6258158085569257e-06| +|CMakeLists.txt|github/philres/ngmlr|3.6258158085569257e-06| +|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.6258158085569257e-06| +|CMakeLists.txt|github/reedacartwright/ngila|3.6258158085569257e-06| +|CMakeLists.txt|github/klee/klee|3.6258158085569257e-06| +|CMakeLists.txt|github/cwru-pat/cosmograph|3.6258158085569257e-06| +|CMakeLists.txt|github/introlab/opentera|3.6258158085569257e-06| +|CMakeLists.txt|github/ziotom78/libpolycomp|3.6258158085569257e-06| +|CMakeLists.txt|github/pezmaster31/bamtools|3.6258158085569257e-06| +|CMakeLists.txt|github/jeffdaily/parasail|3.6258158085569257e-06| +|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.6258158085569257e-06| +|CMakeLists.txt|github/delphes/delphes|3.6258158085569257e-06| +|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.6258158085569257e-06| +|CMakeLists.txt|github/scikit-hep/iminuit|3.6258158085569257e-06| +|CMakeLists.txt|github/fastpm/fastpm|3.6258158085569257e-06| +|CMakeLists.txt|github/pkestene/ramsesGPU|3.6258158085569257e-06| +|CMakeLists.txt|github/sarrvesh/cuFFS|3.6258158085569257e-06| +|CMakeLists.txt|github/ixkael/3DEX|3.6258158085569257e-06| +|CMakeLists.txt|github/pynbody/genetIC|3.6258158085569257e-06| +|CMakeLists.txt|github/gerddie/maxflow|3.6258158085569257e-06| +|CMakeLists.txt|github/Punzo/SlicerAstro|3.6258158085569257e-06| +|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.6258158085569257e-06| +|CMakeLists.txt|github/nanoporetech/scrappie|3.6258158085569257e-06| +|CMakeLists.txt|github/nanoporetech/flappie|3.6258158085569257e-06| +|CMakeLists.txt|github/cieslar/Indri|3.6258158085569257e-06| +|CMakeLists.txt|github/BIC-MNI/libminc|3.6258158085569257e-06| +|CMakeLists.txt|github/s4hts/HTStream|3.6258158085569257e-06| +|CMakeLists.txt|github/cschreib/egg|3.6258158085569257e-06| +|CMakeLists.txt|github/santeripuranen/SpydrPick|3.6258158085569257e-06| +|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.6258158085569257e-06| +|CMakeLists.txt|github/rordenlab/dcm2niix|3.6258158085569257e-06| +|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.6258158085569257e-06| +|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.6258158085569257e-06| +|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.6258158085569257e-06| +|CMakeLists.txt|github/TRIQS/solid_dmft|3.6258158085569257e-06| +|CMakeLists.txt|github/Trovemaster/exocross|3.6258158085569257e-06| +|CMakeLists.txt|github/m2aia/m2aia|3.6258158085569257e-06| +|CMakeLists.txt|github/ChristopherWilks/megadepth|3.6258158085569257e-06| +|CMakeLists.txt|github/lczech/gappa|3.6258158085569257e-06| +|CMakeLists.txt|github/CMakePP/CMinx|3.6258158085569257e-06| +|CMakeLists.txt|github/fripon/freeture|3.6258158085569257e-06| +|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.6258158085569257e-06| +|CMakeLists.txt|github/y-256/libdivsufsort|3.6258158085569257e-06| +|CMakeLists.txt|github/osallou/cassiopee-c|3.6258158085569257e-06| +|CMakeLists.txt|github/bcgsc/abyss|3.6258158085569257e-06| +|CMakeLists.txt|github/raphael-group/hatchet|3.6258158085569257e-06| +|CMakeLists.txt|github/artis-mcrt/artis|3.6258158085569257e-06| +|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.6258158085569257e-06| +|CMakeLists.txt|github/dglaeser/gridformat|3.6258158085569257e-06| +|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.6258158085569257e-06| +|CMakeLists.txt|github/voutcn/megahit|3.6258158085569257e-06| +|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.6258158085569257e-06| +|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.6258158085569257e-06| +|CMakeLists.txt|github/kbarbary/sep|3.6258158085569257e-06| +|CMakeLists.txt|github/yangao07/abPOA|3.6258158085569257e-06| +|CMakeLists.txt|github/biomedia-mira/drop2|3.6258158085569257e-06| +|CMakeLists.txt|github/bbuchfink/diamond|3.6258158085569257e-06| +|CMakeLists.txt|github/xxsds/DYNAMIC|3.6258158085569257e-06| +|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.6258158085569257e-06| +|CMakeLists.txt|github/Taywee/args|3.6258158085569257e-06| +|CMakeLists.txt|github/daehwankimlab/hisat2|3.6258158085569257e-06| +|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.6258158085569257e-06| +|CMakeLists.txt|github/jydu/physamp|3.6258158085569257e-06| +|CMakeLists.txt|github/jydu/maffilter|3.6258158085569257e-06| +|CMakeLists.txt|github/lamyj/odil|3.6258158085569257e-06| +|CMakeLists.txt|github/jfarek/xatlas|3.6258158085569257e-06| +|CMakeLists.txt|github/hveerten/katu|3.6258158085569257e-06| +|CMakeLists.txt|github/RomainFeron/mwga-utils|3.6258158085569257e-06| +|CMakeLists.txt|github/lbcb-sci/raven|3.6258158085569257e-06| +|CMakeLists.txt|github/lbcb-sci/racon|3.6258158085569257e-06| +|CMakeLists.txt|github/xcompact3d/Incompact3d|3.6258158085569257e-06| +|CMakeLists.txt|github/afd-illinois/grim|3.6258158085569257e-06| +|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.6258158085569257e-06| +|CMakeLists.txt|github/mrc-ide/covid-sim|3.6258158085569257e-06| +|CMakeLists.txt|github/sfarrens/sfof|3.6258158085569257e-06| +|CMakeLists.txt|github/nmslib/hnswlib|3.6258158085569257e-06| +|CMakeLists.txt|github/ycwu1030/EvoEMD|3.6258158085569257e-06| +|CMakeLists.txt|github/mbillingr/libgdf|3.6258158085569257e-06| +|CMakeLists.txt|github/wullm/zwindstroom|3.6258158085569257e-06| +|CMakeLists.txt|github/mtholder/ncl|3.6258158085569257e-06| +|package.json|gitlab/magnumpi/magnumpi|3.6258158085569257e-06| +|package.json|gitlab/geekysquirrel/bigx|3.6258158085569257e-06| +|package.json|gitlab/metafundev/metafun|3.6258158085569257e-06| +|package.json|github/emrecdem/emo-spectre|3.6258158085569257e-06| +|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6258158085569257e-06| +|package.json|github/eWaterCycle/Cesium-NcWMS|3.6258158085569257e-06| +|package.json|github/eWaterCycle/setup-grpc|3.6258158085569257e-06| +|package.json|github/eWaterCycle/eWaterleaf|3.6258158085569257e-06| +|package.json|github/eWaterCycle/setup-singularity|3.6258158085569257e-06| +|package.json|github/EMResearch/EvoMaster|3.6258158085569257e-06| +|package.json|github/ReGIS-org/regis-v2|3.6258158085569257e-06| +|package.json|github/tyo-nu/MINE-app|3.6258158085569257e-06| +|package.json|github/streamlit/streamlit|3.6258158085569257e-06| +|package.json|github/ZjuLiangsl/mmkp|3.6258158085569257e-06| +|package.json|github/AA-ALERT/frbcat-web|3.6258158085569257e-06| +|package.json|github/eucp-project/storyboards|3.6258158085569257e-06| +|package.json|github/eucp-project/atlas|3.6258158085569257e-06| +|package.json|github/MaayanLab/signature-commons-ui|3.6258158085569257e-06| +|package.json|github/luntergroup/octopus|3.6258158085569257e-06| +|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6258158085569257e-06| +|package.json|github/MolMeDB/MolMeDB|3.6258158085569257e-06| +|package.json|github/interactivereport/OmicsView0|3.6258158085569257e-06| +|package.json|github/klevis-a/kinematics-vis|3.6258158085569257e-06| +|package.json|github/ablab/spades|3.6258158085569257e-06| +|package.json|github/DorianDepriester/mtex2Gmsh|3.6258158085569257e-06| +|package.json|github/fairdataihub/SPARClink|3.6258158085569257e-06| +|package.json|github/Via-Appia/via-appia-online-viewer|3.6258158085569257e-06| +|package.json|github/ADAH-EviDENce/evidence|3.6258158085569257e-06| +|package.json|github/bio-tools/biotoolsSum|3.6258158085569257e-06| +|package.json|github/nextstrain/auspice|3.6258158085569257e-06| +|package.json|github/souzamonteiro/cnatool|3.6258158085569257e-06| +|package.json|github/phelelani/nf-rnaSeqMetagen|3.6258158085569257e-06| +|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6258158085569257e-06| +|package.json|github/davidhoksza/MolArt|3.6258158085569257e-06| +|package.json|github/lumen-org/lumen|3.6258158085569257e-06| +|package.json|github/meta-logic/sequoia|3.6258158085569257e-06| +|package.json|github/tobiasrausch/alfred|3.6258158085569257e-06| +|package.json|github/CrowdTruth/CrowdTruth|3.6258158085569257e-06| +|package.json|github/eweitz/ideogram|3.6258158085569257e-06| +|package.json|github/Yomguithereal/talisman|3.6258158085569257e-06| +|package.json|github/MichaelSel/edoJS|3.6258158085569257e-06| +|package.json|github/sonjageorgievska/CClusTera|3.6258158085569257e-06| +|package.json|github/biosimulations/Biosimulations|3.6258158085569257e-06| +|package.json|github/SchmidtDSE/afscgap|3.6258158085569257e-06| +|package.json|github/Samreay/Marz|3.6258158085569257e-06| +|package.json|github/TNOCS/csWeb|3.6258158085569257e-06| +|package.json|github/Shamir-Lab/domino_web|3.6258158085569257e-06| +|package.json|github/PathwayCommons/grounding-search|3.6258158085569257e-06| +|package.json|github/ci-for-research/self-hosted-runners|3.6258158085569257e-06| +|package.json|github/ci-for-science/self-hosted-runners|3.6258158085569257e-06| +|package.json|github/Kaixhin/FGLab|3.6258158085569257e-06| +|package.json|github/Kaixhin/FGMachine|3.6258158085569257e-06| +|package.json|github/sib-swiss/glittr|3.6258158085569257e-06| +|package.json|github/bramvandijk88/cacatoo|3.6258158085569257e-06| +|package.json|github/wangjun1996/VisFeature|3.6258158085569257e-06| +|package.json|github/ratschlab/metagraph|3.6258158085569257e-06| +|package.json|github/research-software-directory/research-software-directory|3.6258158085569257e-06| +|package.json|github/pmkruyen/dearscholar|3.6258158085569257e-06| +|package.json|github/bids-standard/bids-validator|3.6258158085569257e-06| +|package.json|github/IPK-BIT/divbrowse|3.6258158085569257e-06| +|package.json|github/hetalang/heta-compiler|3.6258158085569257e-06| +|package.json|github/dondi/GRNsight|3.6258158085569257e-06| +|package.json|github/nlesc-sherlock/Rig|3.6258158085569257e-06| +|package.json|github/yyZhang14/dbEssLnc|3.6258158085569257e-06| +|package.json|github/i-VRESSE/workflow-builder|3.6258158085569257e-06| +|package.json|github/vibbits/phyd3|3.6258158085569257e-06| +|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6258158085569257e-06| +|package.json|github/CDSP-SCPO/dataverse-feed|3.6258158085569257e-06| +|package.json|github/quinlanW/dbMisLoc|3.6258158085569257e-06| +|package.json|github/PDB-REDO/tortoize|3.6258158085569257e-06| +|package.json|github/FINNGEN/lavaa-react|3.6258158085569257e-06| +|package.json|github/tortellini-tools/action|3.6258158085569257e-06| +|package.json|github/amkram/shusher|3.6258158085569257e-06| +|package.json|github/neuroneural/brainchop|3.6258158085569257e-06| +|package.json|github/PopMedNet-Team/popmednet|3.6258158085569257e-06| +|package.json|github/gear-genomics/tracy|3.6258158085569257e-06| +|package.json|github/cinemascience/cinema_snap|3.6258158085569257e-06| +|package.json|github/citation-file-format/cff-initializer-javascript|3.6258158085569257e-06| +|package.json|github/LTLA/gesel.js|3.6258158085569257e-06| +|package.json|github/NLeSC/spot|3.6258158085569257e-06| +|package.json|github/NLeSC/xenon-flow|3.6258158085569257e-06| +|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6258158085569257e-06| +|package.json|github/NLeSC/UncertaintyVisualization|3.6258158085569257e-06| +|package.json|github/NLeSC/DiVE|3.6258158085569257e-06| +|package.json|github/NLeSC/ExtJS-DateTime|3.6258158085569257e-06| +|package.json|github/NLeSC/docker-couch-admin|3.6258158085569257e-06| +|package.json|github/NLeSC/case-law-app|3.6258158085569257e-06| +|package.json|github/NLeSC/pattyvis|3.6258158085569257e-06| +|package.json|github/jspsych/jspsych|3.6258158085569257e-06| +|package.json|github/mathjax/MathJax|3.6258158085569257e-06| +|package.json|github/leraman/Hopla|3.6258158085569257e-06| +|package.json|github/iomega/paired-data-form|3.6258158085569257e-06| +|package.json|github/iomega/zenodo-upload|3.6258158085569257e-06| +|package.json|github/korcsmarosgroup/TFlink|3.6258158085569257e-06| +|setup.py|gitlab/Molcas/OpenMolcas|3.6258158085569257e-06| +|setup.py|gitlab/materials-modeling/calorine|3.6258158085569257e-06| +|setup.py|gitlab/petsc/petsc|3.6258158085569257e-06| +|setup.py|gitlab/joseaher/astroplotlib|3.6258158085569257e-06| +|setup.py|gitlab/octopus-code/octopus|3.6258158085569257e-06| +|setup.py|gitlab/pythia-uq/pythia|3.6258158085569257e-06| +|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6258158085569257e-06| +|setup.py|gitlab/picos-api/picos|3.6258158085569257e-06| +|setup.py|gitlab/fduchate/predihood|3.6258158085569257e-06| +|setup.py|gitlab/chjordan/sslf|3.6258158085569257e-06| +|setup.py|gitlab/gims-developers/gims|3.6258158085569257e-06| +|setup.py|gitlab/jason-rumengan/pyarma|3.6258158085569257e-06| +|setup.py|gitlab/permafrostnet/teaspoon|3.6258158085569257e-06| +|setup.py|github/AstroChem/VISIBLE|3.6258158085569257e-06| +|setup.py|github/YeoLab/clipper|3.6258158085569257e-06| +|setup.py|github/hiddenSymmetries/simsopt|3.6258158085569257e-06| +|setup.py|github/nbarbey/TomograPy|3.6258158085569257e-06| +|setup.py|github/tikk3r/lofar-h5plot|3.6258158085569257e-06| +|setup.py|github/vinisalazar/metaphor|3.6258158085569257e-06| +|setup.py|github/samaygarg/fuelcell|3.6258158085569257e-06| +|setup.py|github/katholt/Kaptive|3.6258158085569257e-06| +|setup.py|github/phac-nml/biohansel|3.6258158085569257e-06| +|setup.py|github/phac-nml/staramr|3.6258158085569257e-06| +|setup.py|github/phac-nml/mob-suite|3.6258158085569257e-06| +|setup.py|github/ACCarnall/SpectRes|3.6258158085569257e-06| +|setup.py|github/ACCarnall/bagpipes|3.6258158085569257e-06| +|setup.py|github/aprsa/dips|3.6258158085569257e-06| +|setup.py|github/rodluger/starry_process|3.6258158085569257e-06| +|setup.py|github/rodluger/planetplanet|3.6258158085569257e-06| +|setup.py|github/josegit88/SCORPIO|3.6258158085569257e-06| +|setup.py|github/BEAST-Fitting/beast|3.6258158085569257e-06| +|setup.py|github/cheerfuluser/tessreduce|3.6258158085569257e-06| +|setup.py|github/grazianoucci/game|3.6258158085569257e-06| +|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6258158085569257e-06| +|setup.py|github/toros-astro/corral|3.6258158085569257e-06| +|setup.py|github/toros-astro/astroalign-legacy|3.6258158085569257e-06| +|setup.py|github/BonsonW/slow5curl|3.6258158085569257e-06| +|setup.py|github/lofar-astron/RMextract|3.6258158085569257e-06| +|setup.py|github/panoptes/POCS|3.6258158085569257e-06| +|setup.py|github/astroML/gatspy|3.6258158085569257e-06| +|setup.py|github/devanshkv/fetch|3.6258158085569257e-06| +|setup.py|github/poldracklab/mriqc|3.6258158085569257e-06| +|setup.py|github/revoltek/losoto|3.6258158085569257e-06| +|setup.py|github/rfeldmann/leopy|3.6258158085569257e-06| +|setup.py|github/fair-data/fairdatapoint-client|3.6258158085569257e-06| +|setup.py|github/jonathansick/skyoffset|3.6258158085569257e-06| +|setup.py|github/jonathansick/MoAstro|3.6258158085569257e-06| +|setup.py|github/cagrikymk/JAX-ReaxFF|3.6258158085569257e-06| +|setup.py|github/gwpy/gwpy|3.6258158085569257e-06| +|setup.py|github/davidemms/OrthoFinder|3.6258158085569257e-06| +|setup.py|github/danielemichilli/SpS|3.6258158085569257e-06| +|setup.py|github/arabic-digital-humanities/adhtools|3.6258158085569257e-06| +|setup.py|github/mgalardini/pyseer|3.6258158085569257e-06| +|setup.py|github/planck-npipe/hillipop|3.6258158085569257e-06| +|setup.py|github/planck-npipe/lollipop|3.6258158085569257e-06| +|setup.py|github/brainets/frites|3.6258158085569257e-06| +|setup.py|github/flemingtonlab/SpliceV|3.6258158085569257e-06| +|setup.py|github/LCOGT/banzai|3.6258158085569257e-06| +|setup.py|github/lehtiolab/msstitch|3.6258158085569257e-06| +|setup.py|github/mirochaj/ares|3.6258158085569257e-06| +|setup.py|github/HIPS/autograd|3.6258158085569257e-06| +|setup.py|github/light-curve/light-curve-python|3.6258158085569257e-06| +|setup.py|github/cgobat/asymmetric_uncertainty|3.6258158085569257e-06| +|setup.py|github/mchalela/GriSPy|3.6258158085569257e-06| +|setup.py|github/ireis/PRF|3.6258158085569257e-06| +|setup.py|github/conchoecia/pauvre|3.6258158085569257e-06| +|setup.py|github/dbosul/CWITools|3.6258158085569257e-06| +|setup.py|github/olivares-j/Kalkayotl|3.6258158085569257e-06| +|setup.py|github/MillionConcepts/lhorizon|3.6258158085569257e-06| +|setup.py|github/bio-ontology-research-group/deepgoplus|3.6258158085569257e-06| +|setup.py|github/HERA-Team/hera_opm|3.6258158085569257e-06| +|setup.py|github/HERA-Team/aipy|3.6258158085569257e-06| +|setup.py|github/bxlab/bx-python|3.6258158085569257e-06| +|setup.py|github/danielkoll/PyRADS|3.6258158085569257e-06| +|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6258158085569257e-06| +|setup.py|github/chandra-marx/marxs|3.6258158085569257e-06| +|setup.py|github/tdaylan/pcat|3.6258158085569257e-06| +|setup.py|github/jbuisine/macop|3.6258158085569257e-06| +|setup.py|github/palaimon/ipyannotator|3.6258158085569257e-06| +|setup.py|github/mroosmalen/nanosv|3.6258158085569257e-06| +|setup.py|github/CosmoStatGW/WF4Py|3.6258158085569257e-06| +|setup.py|github/CosmoStatGW/gwfast|3.6258158085569257e-06| +|setup.py|github/vedantchandra/wdtools|3.6258158085569257e-06| +|setup.py|github/vsoch/gridtest|3.6258158085569257e-06| +|setup.py|github/vsoch/citelang|3.6258158085569257e-06| +|setup.py|github/athulpg007/AMAT|3.6258158085569257e-06| +|setup.py|github/pyspeckit/pyspeckit|3.6258158085569257e-06| +|setup.py|github/skovaka/UNCALLED|3.6258158085569257e-06| +|setup.py|github/rabix/cwl-format|3.6258158085569257e-06| +|setup.py|github/dpryan79/pyBigWig|3.6258158085569257e-06| +|setup.py|github/Kuifje02/vrpy|3.6258158085569257e-06| +|setup.py|github/bwkeller/PASTA|3.6258158085569257e-06| +|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6258158085569257e-06| +|setup.py|github/webbjj/clustertools|3.6258158085569257e-06| +|setup.py|github/webbjj/m2mcluster|3.6258158085569257e-06| +|setup.py|github/Illumina/SpliceAI|3.6258158085569257e-06| +|setup.py|github/StingraySoftware/stingray|3.6258158085569257e-06| +|setup.py|github/sambit-giri/BCemu|3.6258158085569257e-06| +|setup.py|github/sambit-giri/tools21cm|3.6258158085569257e-06| +|setup.py|github/sambit-giri/BCMemu|3.6258158085569257e-06| +|setup.py|github/quatrope/feets|3.6258158085569257e-06| +|setup.py|github/quatrope/ProperImage|3.6258158085569257e-06| +|setup.py|github/wen-jams/bsavi|3.6258158085569257e-06| +|setup.py|github/RudolfCardinal/camcops|3.6258158085569257e-06| +|setup.py|github/v-morello/clfd|3.6258158085569257e-06| +|setup.py|github/ModellingWebLab/chaste-codegen|3.6258158085569257e-06| +|setup.py|github/seung-lab/FlyWirePaper|3.6258158085569257e-06| +|setup.py|github/yqiuu/starduster|3.6258158085569257e-06| +|setup.py|github/HadrienG/InSilicoSeq|3.6258158085569257e-06| +|setup.py|github/vals/umis|3.6258158085569257e-06| +|setup.py|github/spyder-ide/spyder|3.6258158085569257e-06| +|setup.py|github/rajeshrinet/pystokes|3.6258158085569257e-06| +|setup.py|github/aiidateam/kiwipy|3.6258158085569257e-06| +|setup.py|github/ELELAB/cancermuts|3.6258158085569257e-06| +|setup.py|github/ELELAB/RosettaDDGPrediction|3.6258158085569257e-06| +|setup.py|github/ELELAB/LipidDyn|3.6258158085569257e-06| +|setup.py|github/swagnercarena/ovejero|3.6258158085569257e-06| +|setup.py|github/milicolazo/Pyedra|3.6258158085569257e-06| +|setup.py|github/Jammy2211/PyAutoGalaxy|3.6258158085569257e-06| +|setup.py|github/Jammy2211/PyAutoLens|3.6258158085569257e-06| +|setup.py|github/sebhaan/geobo|3.6258158085569257e-06| +|setup.py|github/enthought/vpsearch|3.6258158085569257e-06| +|setup.py|github/enthought/mayavi|3.6258158085569257e-06| +|setup.py|github/dokester/BayesicFitting|3.6258158085569257e-06| +|setup.py|github/vaexio/vaex|3.6258158085569257e-06| +|setup.py|github/BoPeng/simuPOP|3.6258158085569257e-06| +|setup.py|github/Materials-Consortia/optimade-python-tools|3.6258158085569257e-06| +|setup.py|github/ni1o1/transbigdata|3.6258158085569257e-06| +|setup.py|github/BradhamLab/icat|3.6258158085569257e-06| +|setup.py|github/DLTK/DLTK|3.6258158085569257e-06| +|setup.py|github/tariqdaouda/CAMAP|3.6258158085569257e-06| +|setup.py|github/MIT-STARLab/deconfuser|3.6258158085569257e-06| +|setup.py|github/linuxscout/pyarabic|3.6258158085569257e-06| +|setup.py|github/CEED/libCEED|3.6258158085569257e-06| +|setup.py|github/Johannes-Sahlmann/pygacs|3.6258158085569257e-06| +|setup.py|github/rgerum/pylustrator|3.6258158085569257e-06| +|setup.py|github/mkelley/calviacat|3.6258158085569257e-06| +|setup.py|github/psheehan/pdspy|3.6258158085569257e-06| +|setup.py|github/davidgardenier/frbpoppy|3.6258158085569257e-06| +|setup.py|github/davidgardenier/frbcat|3.6258158085569257e-06| +|setup.py|github/riogroup/SORA|3.6258158085569257e-06| +|setup.py|github/fforster/delight|3.6258158085569257e-06| +|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6258158085569257e-06| +|setup.py|github/eWaterCycle/grpc4bmi|3.6258158085569257e-06| +|setup.py|github/icredd-cheminfo/CGRdb2|3.6258158085569257e-06| +|setup.py|github/hippke/tls|3.6258158085569257e-06| +|setup.py|github/hippke/pandora|3.6258158085569257e-06| +|setup.py|github/hippke/wotan|3.6258158085569257e-06| +|setup.py|github/nboley/idr|3.6258158085569257e-06| +|setup.py|github/google/jax|3.6258158085569257e-06| +|setup.py|github/lilyminium/psiresp|3.6258158085569257e-06| +|setup.py|github/SandoghdarLab/PiSCAT|3.6258158085569257e-06| +|setup.py|github/potassco/clingo|3.6258158085569257e-06| +|setup.py|github/pyranges/pyrle|3.6258158085569257e-06| +|setup.py|github/sparks-baird/xtal2png|3.6258158085569257e-06| +|setup.py|github/hoechenberger/questplus|3.6258158085569257e-06| +|setup.py|github/FlowModelingControl/flowtorch|3.6258158085569257e-06| +|setup.py|github/AprilYuge/ResPAN|3.6258158085569257e-06| +|setup.py|github/a-renzini/pygwb|3.6258158085569257e-06| +|setup.py|github/hera-team/librarian|3.6258158085569257e-06| +|setup.py|github/broadinstitute/wot|3.6258158085569257e-06| +|setup.py|github/broadinstitute/CellBender|3.6258158085569257e-06| +|setup.py|github/LMBooth/pybci|3.6258158085569257e-06| +|setup.py|github/bwinkel/cygrid|3.6258158085569257e-06| +|setup.py|github/zdelrosario/py_grama|3.6258158085569257e-06| +|setup.py|github/mattpitkin/psrqpy|3.6258158085569257e-06| +|setup.py|github/CIRADA-Tools/RM-Tools|3.6258158085569257e-06| +|setup.py|github/nasa/simupy-flight|3.6258158085569257e-06| +|setup.py|github/starkit/wsynphot|3.6258158085569257e-06| +|setup.py|github/synchrofit/synchrofit|3.6258158085569257e-06| +|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6258158085569257e-06| +|setup.py|github/szymon-datalions/pyinterpolate|3.6258158085569257e-06| +|setup.py|github/Nico-Curti/rFBP|3.6258158085569257e-06| +|setup.py|github/HinLeung622/pipes_vis|3.6258158085569257e-06| +|setup.py|github/AA-ALERT/frbcatdb|3.6258158085569257e-06| +|setup.py|github/sncosmo/sncosmo|3.6258158085569257e-06| +|setup.py|github/pkgw/pwkit|3.6258158085569257e-06| +|setup.py|github/EdanRein/pyPplusS|3.6258158085569257e-06| +|setup.py|github/gogrean/PyXel|3.6258158085569257e-06| +|setup.py|github/INCF/one_click|3.6258158085569257e-06| +|setup.py|github/adrn/pyia|3.6258158085569257e-06| +|setup.py|github/adrn/schwimmbad|3.6258158085569257e-06| +|setup.py|github/adrn/SuperFreq|3.6258158085569257e-06| +|setup.py|github/JulianKarlBauer/mechkit|3.6258158085569257e-06| +|setup.py|github/shirtsgroup/physical_validation|3.6258158085569257e-06| +|setup.py|github/jiwoncpark/baobab|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/spectral-cube|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/uvcombine|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/pvextractor|3.6258158085569257e-06| +|setup.py|github/HCGB-IGTP/spaTyper|3.6258158085569257e-06| +|setup.py|github/benallard/galileo|3.6258158085569257e-06| +|setup.py|github/SCECcode/pycsep|3.6258158085569257e-06| +|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6258158085569257e-06| +|setup.py|github/hpparvi/ldtk|3.6258158085569257e-06| +|setup.py|github/DynaSlum/satsense|3.6258158085569257e-06| +|setup.py|github/mdshw5/pyfaidx|3.6258158085569257e-06| +|setup.py|github/jhparkastro/gpcal|3.6258158085569257e-06| +|setup.py|github/meinardmueller/synctoolbox|3.6258158085569257e-06| +|setup.py|github/meinardmueller/libfmp|3.6258158085569257e-06| +|setup.py|github/elkebir-group/Jumper|3.6258158085569257e-06| +|setup.py|github/glotzerlab/freud|3.6258158085569257e-06| +|setup.py|github/glotzerlab/coxeter|3.6258158085569257e-06| +|setup.py|github/cupy/cupy|3.6258158085569257e-06| +|setup.py|github/blackjax-devs/blackjax|3.6258158085569257e-06| +|setup.py|github/UM-Bridge/umbridge|3.6258158085569257e-06| +|setup.py|github/astrom-tom/dfitspy|3.6258158085569257e-06| +|setup.py|github/astrom-tom/specstack|3.6258158085569257e-06| +|setup.py|github/chanzuckerberg/idseq-dag|3.6258158085569257e-06| +|setup.py|github/RamanLab/iCOMIC|3.6258158085569257e-06| +|setup.py|github/aineniamh/snipit|3.6258158085569257e-06| +|setup.py|github/wfondrie/mokapot|3.6258158085569257e-06| +|setup.py|github/theia-dev/Qiber3D|3.6258158085569257e-06| +|setup.py|github/EliseJ/astroABC|3.6258158085569257e-06| +|setup.py|github/clwainwright/CosmoTransitions|3.6258158085569257e-06| +|setup.py|github/opimwue/ddop|3.6258158085569257e-06| +|setup.py|github/jonescompneurolab/hnn-core|3.6258158085569257e-06| +|setup.py|github/libgamera/GAMERA|3.6258158085569257e-06| +|setup.py|github/volkamerlab/opencadd|3.6258158085569257e-06| +|setup.py|github/KIT-MBS/pyREX|3.6258158085569257e-06| +|setup.py|github/acerbilab/pybads|3.6258158085569257e-06| +|setup.py|github/juliotux/astropop|3.6258158085569257e-06| +|setup.py|github/pavolgaj/OCFit|3.6258158085569257e-06| +|setup.py|github/dgbowl/yadg|3.6258158085569257e-06| +|setup.py|github/dcorre/otrain|3.6258158085569257e-06| +|setup.py|github/eldariont/svim|3.6258158085569257e-06| +|setup.py|github/sinc-lab/miRe2e|3.6258158085569257e-06| +|setup.py|github/zarr-developers/zarr-python|3.6258158085569257e-06| +|setup.py|github/B-UMMI/chewBBACA|3.6258158085569257e-06| +|setup.py|github/dfm/corner.py|3.6258158085569257e-06| +|setup.py|github/dfm/celerite|3.6258158085569257e-06| +|setup.py|github/ketch/nodepy|3.6258158085569257e-06| +|setup.py|github/jet-net/JetNet|3.6258158085569257e-06| +|setup.py|github/EpistasisLab/regens|3.6258158085569257e-06| +|setup.py|github/EpistasisLab/tpot|3.6258158085569257e-06| +|setup.py|github/OP2/PyOP2|3.6258158085569257e-06| +|setup.py|github/deeptools/py2bit|3.6258158085569257e-06| +|setup.py|github/deeptools/deeptools_intervals|3.6258158085569257e-06| +|setup.py|github/antoinediez/Sisyphe|3.6258158085569257e-06| +|setup.py|github/slzarate/parliament2|3.6258158085569257e-06| +|setup.py|github/gilestrolab/ethoscope|3.6258158085569257e-06| +|setup.py|github/pjcigan/multicolorfits|3.6258158085569257e-06| +|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6258158085569257e-06| +|setup.py|github/ECSHackWeek/impedance.py|3.6258158085569257e-06| +|setup.py|github/cdominik/optool|3.6258158085569257e-06| +|setup.py|github/eblur/dust|3.6258158085569257e-06| +|setup.py|github/fAndreuzzi/BisPy|3.6258158085569257e-06| +|setup.py|github/Electrostatics/apbs|3.6258158085569257e-06| +|setup.py|github/brinckmann/montepython_public|3.6258158085569257e-06| +|setup.py|github/nebblu/ReACT|3.6258158085569257e-06| +|setup.py|github/nlesc/scriptcwl|3.6258158085569257e-06| +|setup.py|github/dolfin-adjoint/pyadjoint|3.6258158085569257e-06| +|setup.py|github/jveitchmichaelis/pygadgetreader|3.6258158085569257e-06| +|setup.py|github/21cmFAST/21cmFAST|3.6258158085569257e-06| +|setup.py|github/kboone/parsnip|3.6258158085569257e-06| +|setup.py|github/loosolab/TOBIAS|3.6258158085569257e-06| +|setup.py|github/mgckind/easyaccess|3.6258158085569257e-06| +|setup.py|github/icecube/FIRESONG|3.6258158085569257e-06| +|setup.py|github/indralab/pybiopax|3.6258158085569257e-06| +|setup.py|github/jobovy/apogee|3.6258158085569257e-06| +|setup.py|github/jobovy/galpy|3.6258158085569257e-06| +|setup.py|github/jobovy/gaia_tools|3.6258158085569257e-06| +|setup.py|github/jobovy/segueSelect|3.6258158085569257e-06| +|setup.py|github/SMTG-UCL/ShakeNBreak|3.6258158085569257e-06| +|setup.py|github/SMTG-UCL/surfaxe|3.6258158085569257e-06| +|setup.py|github/nextstrain/augur|3.6258158085569257e-06| +|setup.py|github/seawander/DebrisDiskFM|3.6258158085569257e-06| +|setup.py|github/seawander/centerRadon|3.6258158085569257e-06| +|setup.py|github/davidebolo1993/TRiCoLOR|3.6258158085569257e-06| +|setup.py|github/davidebolo1993/VISOR|3.6258158085569257e-06| +|setup.py|github/dh4gan/taktent|3.6258158085569257e-06| +|setup.py|github/chakrah/sage|3.6258158085569257e-06| +|setup.py|github/benhid/Sequoya|3.6258158085569257e-06| +|setup.py|github/nlesc-ave/ave-rest-service|3.6258158085569257e-06| +|setup.py|github/spicy-oil/hfs_fit|3.6258158085569257e-06| +|setup.py|github/TeraTrees/TIPP|3.6258158085569257e-06| +|setup.py|github/cedrus-opensource/pyxid|3.6258158085569257e-06| +|setup.py|github/tibordome/cosmic_profiles|3.6258158085569257e-06| +|setup.py|github/elwinter/nnde|3.6258158085569257e-06| +|setup.py|github/DavidT3/XGA|3.6258158085569257e-06| +|setup.py|github/Nicholaswogan/PhotochemPy|3.6258158085569257e-06| +|setup.py|github/htjb/maxsmooth|3.6258158085569257e-06| +|setup.py|github/Theano/Theano|3.6258158085569257e-06| +|setup.py|github/jnktsj/DNApi|3.6258158085569257e-06| +|setup.py|github/mtazzari/uvplot|3.6258158085569257e-06| +|setup.py|github/wokast/PyCactus|3.6258158085569257e-06| +|setup.py|github/pysersic/pysersic|3.6258158085569257e-06| +|setup.py|github/natelust/least_asymmetry|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/FALCON|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/kineticsTools|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/pbcore|3.6258158085569257e-06| +|setup.py|github/ElectionDataAnalysis/electiondata|3.6258158085569257e-06| +|setup.py|github/ncbi/ngs|3.6258158085569257e-06| +|setup.py|github/ImperialCollegeLondon/hcga|3.6258158085569257e-06| +|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6258158085569257e-06| +|setup.py|github/DESI-UR/VAST|3.6258158085569257e-06| +|setup.py|github/tkerscher/blast|3.6258158085569257e-06| +|setup.py|github/snakemake/snakemake|3.6258158085569257e-06| +|setup.py|github/mne-tools/mne-icalabel|3.6258158085569257e-06| +|setup.py|github/fkeruzore/panco2|3.6258158085569257e-06| +|setup.py|github/iraf-community/pyraf|3.6258158085569257e-06| +|setup.py|github/ExoCTK/exoctk|3.6258158085569257e-06| +|setup.py|github/domenico-simone/rmlst_api|3.6258158085569257e-06| +|setup.py|github/ckm3/Py-PDM|3.6258158085569257e-06| +|setup.py|github/FCS-analysis/multipletau|3.6258158085569257e-06| +|setup.py|github/fermisurfaces/IFermi|3.6258158085569257e-06| +|setup.py|github/xenon-middleware/pyxenon|3.6258158085569257e-06| +|setup.py|github/marcelm/cutadapt|3.6258158085569257e-06| +|setup.py|github/marcelm/tinyalign|3.6258158085569257e-06| +|setup.py|github/marcelm/alignlib|3.6258158085569257e-06| +|setup.py|github/marcelm/dnaio|3.6258158085569257e-06| +|setup.py|github/abmantz/lmc|3.6258158085569257e-06| +|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6258158085569257e-06| +|setup.py|github/polca/unfold|3.6258158085569257e-06| +|setup.py|github/AlexMikes/AutoFunc|3.6258158085569257e-06| +|setup.py|github/mtakahiro/gsf|3.6258158085569257e-06| +|setup.py|github/jlenain/flaapluc|3.6258158085569257e-06| +|setup.py|github/SouthGreenPlatform/PyRice|3.6258158085569257e-06| +|setup.py|github/Autostronomy/AstroPhot|3.6258158085569257e-06| +|setup.py|github/fabiopardo/tonic|3.6258158085569257e-06| +|setup.py|github/ProjectPyRhO/PyRhO|3.6258158085569257e-06| +|setup.py|github/rmaphoh/AutoMorph|3.6258158085569257e-06| +|setup.py|github/gausspy/gausspy|3.6258158085569257e-06| +|setup.py|github/dokkum/maskfill|3.6258158085569257e-06| +|setup.py|github/Oftatkofta/cellocity|3.6258158085569257e-06| +|setup.py|github/saltastro/pyhrs|3.6258158085569257e-06| +|setup.py|github/cdanielmachado/carveme|3.6258158085569257e-06| +|setup.py|github/multiscale/muscle3|3.6258158085569257e-06| +|setup.py|github/VarStarDetect/varstardetect|3.6258158085569257e-06| +|setup.py|github/singularityhub/singularity-compose|3.6258158085569257e-06| +|setup.py|github/singularityhub/singularity-hpc|3.6258158085569257e-06| +|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6258158085569257e-06| +|setup.py|github/PfizerRD/sit2standpy|3.6258158085569257e-06| +|setup.py|github/sensein/etelemetry-client|3.6258158085569257e-06| +|setup.py|github/DRMacIver/shrinkray|3.6258158085569257e-06| +|setup.py|github/veragluscevic/dmdd|3.6258158085569257e-06| +|setup.py|github/agreenbaum/ImPlaneIA|3.6258158085569257e-06| +|setup.py|github/LiberTEM/LiberTEM|3.6258158085569257e-06| +|setup.py|github/OttoStruve/muler|3.6258158085569257e-06| +|setup.py|github/tum-pbs/PhiML|3.6258158085569257e-06| +|setup.py|github/nlppln/nlppln|3.6258158085569257e-06| +|setup.py|github/3D-e-Chem/kripodb|3.6258158085569257e-06| +|setup.py|github/3D-e-Chem/sygma|3.6258158085569257e-06| +|setup.py|github/medema-group/bigslice|3.6258158085569257e-06| +|setup.py|github/bmorris3/aesop|3.6258158085569257e-06| +|setup.py|github/bmorris3/fleck|3.6258158085569257e-06| +|setup.py|github/willvousden/ptemcee|3.6258158085569257e-06| +|setup.py|github/oliveirara/polyMV|3.6258158085569257e-06| +|setup.py|github/steven-murray/mrpy|3.6258158085569257e-06| +|setup.py|github/steven-murray/pydftools|3.6258158085569257e-06| +|setup.py|github/steven-murray/powerbox|3.6258158085569257e-06| +|setup.py|github/radiocosmology/caput|3.6258158085569257e-06| +|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6258158085569257e-06| +|setup.py|github/dicompyler/dicompyler-core|3.6258158085569257e-06| +|setup.py|github/aalhossary/pyemgpipeline|3.6258158085569257e-06| +|setup.py|github/ejhigson/perfectns|3.6258158085569257e-06| +|setup.py|github/ejhigson/nestcheck|3.6258158085569257e-06| +|setup.py|github/ejhigson/dyPolyChord|3.6258158085569257e-06| +|setup.py|github/thejasvibr/bat_beamshapes|3.6258158085569257e-06| +|setup.py|github/jonaselgammal/GPry|3.6258158085569257e-06| +|setup.py|github/ginolhac/mapDamage|3.6258158085569257e-06| +|setup.py|github/thomasorb/orcs|3.6258158085569257e-06| +|setup.py|github/mlujnie/simple|3.6258158085569257e-06| +|setup.py|github/mlower/rmnest|3.6258158085569257e-06| +|setup.py|github/jpierel14/sntd|3.6258158085569257e-06| +|setup.py|github/felixchenier/kineticstoolkit|3.6258158085569257e-06| +|setup.py|github/dgerosa/gwdet|3.6258158085569257e-06| +|setup.py|github/dgerosa/spops|3.6258158085569257e-06| +|setup.py|github/dgerosa/surrkick|3.6258158085569257e-06| +|setup.py|github/halomod/hmf|3.6258158085569257e-06| +|setup.py|github/halomod/halomod|3.6258158085569257e-06| +|setup.py|github/parallelwindfarms/byteparsing|3.6258158085569257e-06| +|setup.py|github/wilkelab/Opfi|3.6258158085569257e-06| +|setup.py|github/heliopython/heliopy|3.6258158085569257e-06| +|setup.py|github/tofflemire/saphires|3.6258158085569257e-06| +|setup.py|github/omuse-geoscience/omuse|3.6258158085569257e-06| +|setup.py|github/astropy/astroscrappy|3.6258158085569257e-06| +|setup.py|github/astropy/astroplan|3.6258158085569257e-06| +|setup.py|github/astropy/halotools|3.6258158085569257e-06| +|setup.py|github/astropy/specutils|3.6258158085569257e-06| +|setup.py|github/astropy/SPISEA|3.6258158085569257e-06| +|setup.py|github/astropy/astroquery|3.6258158085569257e-06| +|setup.py|github/astropy/ccdproc|3.6258158085569257e-06| +|setup.py|github/NathanSandford/Chem-I-Calc|3.6258158085569257e-06| +|setup.py|github/brandon-rhodes/python-jplephem|3.6258158085569257e-06| +|setup.py|github/icesat2py/icepyx|3.6258158085569257e-06| +|setup.py|github/Hoohm/CITE-seq-Count|3.6258158085569257e-06| +|setup.py|github/1313e/PRISM|3.6258158085569257e-06| +|setup.py|github/smeingast/PNICER|3.6258158085569257e-06| +|setup.py|github/matthiasdemuzere/w2w|3.6258158085569257e-06| +|setup.py|github/dask/dask|3.6258158085569257e-06| +|setup.py|github/GijsMulders/epos|3.6258158085569257e-06| +|setup.py|github/MD-Studio/cerulean|3.6258158085569257e-06| +|setup.py|github/COSMIC-PopSynth/COSMIC|3.6258158085569257e-06| +|setup.py|github/malonge/RagTag|3.6258158085569257e-06| +|setup.py|github/glue-viz/glue|3.6258158085569257e-06| +|setup.py|github/eScatter/pyelsepa|3.6258158085569257e-06| +|setup.py|github/joshjchayes/TransitFit|3.6258158085569257e-06| +|setup.py|github/cbalbin-FIU/Epitopedia|3.6258158085569257e-06| +|setup.py|github/ratt-ru/CubiCal|3.6258158085569257e-06| +|setup.py|github/ratt-ru/montblanc|3.6258158085569257e-06| +|setup.py|github/JoschaJ/mockFRBhosts|3.6258158085569257e-06| +|setup.py|github/GalacticDynamics-Oxford/Agama|3.6258158085569257e-06| +|setup.py|github/ArgonneCPAC/dsps|3.6258158085569257e-06| +|setup.py|github/TriPed-Robot/TriP|3.6258158085569257e-06| +|setup.py|github/copasi/basico|3.6258158085569257e-06| +|setup.py|github/cmateu/PyMGC3|3.6258158085569257e-06| +|setup.py|github/cmateu/galstreams|3.6258158085569257e-06| +|setup.py|github/bartongroup/yanosim|3.6258158085569257e-06| +|setup.py|github/NKI-AI/direct|3.6258158085569257e-06| +|setup.py|github/neuralhydrology/neuralhydrology|3.6258158085569257e-06| +|setup.py|github/eggplantbren/DNest4|3.6258158085569257e-06| +|setup.py|github/gmzsebastian/FLEET|3.6258158085569257e-06| +|setup.py|github/reggiebernardo/PTAfast|3.6258158085569257e-06| +|setup.py|github/KeplerGO/k2mosaic|3.6258158085569257e-06| +|setup.py|github/ucl-exoplanets/TauREx3_public|3.6258158085569257e-06| +|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6258158085569257e-06| +|setup.py|github/ghislainv/forestatrisk|3.6258158085569257e-06| +|setup.py|github/0xCoto/Virgo|3.6258158085569257e-06| +|setup.py|github/sdss/marvin|3.6258158085569257e-06| +|setup.py|github/jdidion/atropos|3.6258158085569257e-06| +|setup.py|github/rgmyr/corebreakout|3.6258158085569257e-06| +|setup.py|github/deepmodeling/DMFF|3.6258158085569257e-06| +|setup.py|github/oscaribv/citlalicue|3.6258158085569257e-06| +|setup.py|github/teuben/nemo|3.6258158085569257e-06| +|setup.py|github/astroml/gatspy|3.6258158085569257e-06| +|setup.py|github/NKI-CCB/PRECISE|3.6258158085569257e-06| +|setup.py|github/marius311/pypico|3.6258158085569257e-06| +|setup.py|github/ERA-URBAN/fm128_radar|3.6258158085569257e-06| +|setup.py|github/finagle29/DBSP_DRP|3.6258158085569257e-06| +|setup.py|github/IMMM-SFA/mosartwmpy|3.6258158085569257e-06| +|setup.py|github/exafmm/exafmm-t|3.6258158085569257e-06| +|setup.py|github/franpoz/SHERLOCK|3.6258158085569257e-06| +|setup.py|github/H-E-L-P/XID_plus|3.6258158085569257e-06| +|setup.py|github/siavash-saki/tesspy|3.6258158085569257e-06| +|setup.py|github/agshumate/LiftoffTools|3.6258158085569257e-06| +|setup.py|github/Extraweich/homopy|3.6258158085569257e-06| +|setup.py|github/cthoyt/bel-resources|3.6258158085569257e-06| +|setup.py|github/caseyjlaw/rtpipe|3.6258158085569257e-06| +|setup.py|github/hknd23/idcempy|3.6258158085569257e-06| +|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6258158085569257e-06| +|setup.py|github/mgm8/pyngham|3.6258158085569257e-06| +|setup.py|github/WMD-group/MacroDensity|3.6258158085569257e-06| +|setup.py|github/WMD-group/SMACT|3.6258158085569257e-06| +|setup.py|github/nickrodd/HDMSpectra|3.6258158085569257e-06| +|setup.py|github/MASILab/pyPheWAS|3.6258158085569257e-06| +|setup.py|github/IKNL/vantage6|3.6258158085569257e-06| +|setup.py|github/saphir746/BiobankRead-Bash|3.6258158085569257e-06| +|setup.py|github/NoahSailer/FishLSS|3.6258158085569257e-06| +|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6258158085569257e-06| +|setup.py|github/era-urban/wrfpy|3.6258158085569257e-06| +|setup.py|github/illumina/pyflow|3.6258158085569257e-06| +|setup.py|github/ebellm/pyraf-dbsp|3.6258158085569257e-06| +|setup.py|github/biocore/emperor|3.6258158085569257e-06| +|setup.py|github/biocore/scikit-bio|3.6258158085569257e-06| +|setup.py|github/biocore/deblur|3.6258158085569257e-06| +|setup.py|github/KathrynJones1/catwoman|3.6258158085569257e-06| +|setup.py|github/mikecokina/elisa|3.6258158085569257e-06| +|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6258158085569257e-06| +|setup.py|github/telegraphic/fits2hdf|3.6258158085569257e-06| +|setup.py|github/telegraphic/pygsm|3.6258158085569257e-06| +|setup.py|github/bio-phys/BioEn|3.6258158085569257e-06| +|setup.py|github/Midnighter/dependency-info|3.6258158085569257e-06| +|setup.py|github/tvwenger/hii-region-kinematics|3.6258158085569257e-06| +|setup.py|github/tvwenger/wisp|3.6258158085569257e-06| +|setup.py|github/tvwenger/kd|3.6258158085569257e-06| +|setup.py|github/tvwenger/kinematic_scaleheight|3.6258158085569257e-06| +|setup.py|github/Starlink/starlink|3.6258158085569257e-06| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6258158085569257e-06| +|setup.py|github/girder/viime|3.6258158085569257e-06| +|setup.py|github/kathlandgren/SWAMPE|3.6258158085569257e-06| +|setup.py|github/zonca/python-qucs|3.6258158085569257e-06| +|setup.py|github/BaroudLab/Griottes|3.6258158085569257e-06| +|setup.py|github/computational-chemical-biology/ChemWalker|3.6258158085569257e-06| +|setup.py|github/nextgenusfs/amptk|3.6258158085569257e-06| +|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6258158085569257e-06| +|setup.py|github/pierrexyz/pybird|3.6258158085569257e-06| +|setup.py|github/Substra/substra|3.6258158085569257e-06| +|setup.py|github/stammler/dustpy|3.6258158085569257e-06| +|setup.py|github/stammler/simframe|3.6258158085569257e-06| +|setup.py|github/nithyanandan/PRISim|3.6258158085569257e-06| +|setup.py|github/thomas0809/MolScribe|3.6258158085569257e-06| +|setup.py|github/mriener/gausspyplus|3.6258158085569257e-06| +|setup.py|github/fjprichard/PyAFBF|3.6258158085569257e-06| +|setup.py|github/sylvainprigent/napari-tracks-reader|3.6258158085569257e-06| +|setup.py|github/GoekeLab/xpore|3.6258158085569257e-06| +|setup.py|github/remi-adam/minot|3.6258158085569257e-06| +|setup.py|github/pmvreeswijk/BlackBOX|3.6258158085569257e-06| +|setup.py|github/pmvreeswijk/ZOGY|3.6258158085569257e-06| +|setup.py|github/elizabethnewman/hessQuik|3.6258158085569257e-06| +|setup.py|github/EnsembleGovServices/kamodo-core|3.6258158085569257e-06| +|setup.py|github/daniel-muthukrishna/astrodash|3.6258158085569257e-06| +|setup.py|github/e-koch/FilFinder|3.6258158085569257e-06| +|setup.py|github/DrafProject/elmada|3.6258158085569257e-06| +|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6258158085569257e-06| +|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6258158085569257e-06| +|setup.py|github/Sarc-Graph/sarcgraph|3.6258158085569257e-06| +|setup.py|github/transientskp/pyse|3.6258158085569257e-06| +|setup.py|github/transientskp/tkp|3.6258158085569257e-06| +|setup.py|github/Heldenkombinat/Logodetect|3.6258158085569257e-06| +|setup.py|github/cdslaborg/paramonte|3.6258158085569257e-06| +|setup.py|github/subisarkar/JexoSim|3.6258158085569257e-06| +|setup.py|github/gmbrandt/xwavecal|3.6258158085569257e-06| +|setup.py|github/MNiwano/Eclaire|3.6258158085569257e-06| +|setup.py|github/a-slide/pycoQC|3.6258158085569257e-06| +|setup.py|github/kgullikson88/Telluric-Fitter|3.6258158085569257e-06| +|setup.py|github/vatlab/sos-notebook|3.6258158085569257e-06| +|setup.py|github/bethgelab/foolbox|3.6258158085569257e-06| +|setup.py|github/RTIInternational/gobbli|3.6258158085569257e-06| +|setup.py|github/ConorMacBride/mcalf|3.6258158085569257e-06| +|setup.py|github/astrosupriyo/pyTANSPEC|3.6258158085569257e-06| +|setup.py|github/tcassanelli/pywpf|3.6258158085569257e-06| +|setup.py|github/DrMarc/slab|3.6258158085569257e-06| +|setup.py|github/j-faria/kima|3.6258158085569257e-06| +|setup.py|github/kevin218/Eureka|3.6258158085569257e-06| +|setup.py|github/MonashSmartStructures/ospgrillage|3.6258158085569257e-06| +|setup.py|github/clauswilke/PeptideBuilder|3.6258158085569257e-06| +|setup.py|github/BPSB/combine-p-values-discrete|3.6258158085569257e-06| +|setup.py|github/lanl/swiftbat_python|3.6258158085569257e-06| +|setup.py|github/lanl/PyBNF|3.6258158085569257e-06| +|setup.py|github/lanl/scico|3.6258158085569257e-06| +|setup.py|github/ejeschke/ginga|3.6258158085569257e-06| +|setup.py|github/anuradhawick/LRBinner|3.6258158085569257e-06| +|setup.py|github/nye17/javelin|3.6258158085569257e-06| +|setup.py|github/Yu-Group/veridical-flow|3.6258158085569257e-06| +|setup.py|github/AstarVienna/Pyckles|3.6258158085569257e-06| +|setup.py|github/AstarVienna/skycalc_ipy|3.6258158085569257e-06| +|setup.py|github/AstarVienna/ScopeSim_Templates|3.6258158085569257e-06| +|setup.py|github/AstarVienna/AnisoCADO|3.6258158085569257e-06| +|setup.py|github/wiederm/transformato|3.6258158085569257e-06| +|setup.py|github/RichardObi/medigan|3.6258158085569257e-06| +|setup.py|github/mjacob1002/Eir|3.6258158085569257e-06| +|setup.py|github/ORNL/tx2|3.6258158085569257e-06| +|setup.py|github/pmaxted/pycheops|3.6258158085569257e-06| +|setup.py|github/peterk87/sistr_cmd|3.6258158085569257e-06| +|setup.py|github/jiffyclub/palettable|3.6258158085569257e-06| +|setup.py|github/ofionnad/radiowinds|3.6258158085569257e-06| +|setup.py|github/mikekatz04/BOWIE|3.6258158085569257e-06| +|setup.py|github/richteague/bettermoments|3.6258158085569257e-06| +|setup.py|github/richteague/eddy|3.6258158085569257e-06| +|setup.py|github/richteague/gofish|3.6258158085569257e-06| +|setup.py|github/richteague/disksurf|3.6258158085569257e-06| +|setup.py|github/SWIFTSIM/emulator|3.6258158085569257e-06| +|setup.py|github/liamedeiros/ehtplot|3.6258158085569257e-06| +|setup.py|github/FreBio/komics|3.6258158085569257e-06| +|setup.py|github/tardis-sn/carsus|3.6258158085569257e-06| +|setup.py|github/tardis-sn/tardis|3.6258158085569257e-06| +|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6258158085569257e-06| +|setup.py|github/iric-soft/km|3.6258158085569257e-06| +|setup.py|github/MNGuenther/allesfitter|3.6258158085569257e-06| +|setup.py|github/cbg-ethz/shorah|3.6258158085569257e-06| +|setup.py|github/minzastro/unidam|3.6258158085569257e-06| +|setup.py|github/Singh-Lab/DeMaSk|3.6258158085569257e-06| +|setup.py|github/musevlt/origin|3.6258158085569257e-06| +|setup.py|github/musevlt/muse-psfr|3.6258158085569257e-06| +|setup.py|github/cadop/seg1d|3.6258158085569257e-06| +|setup.py|github/miniufo/xinvert|3.6258158085569257e-06| +|setup.py|github/Martindelosrios/cosmic-kite|3.6258158085569257e-06| +|setup.py|github/LindleyLentati/Cobra|3.6258158085569257e-06| +|setup.py|github/jacobblum/simDRIFT|3.6258158085569257e-06| +|setup.py|github/JixingGE/GGCHEMPY|3.6258158085569257e-06| +|setup.py|github/maxpumperla/hyperas|3.6258158085569257e-06| +|setup.py|github/GenomicParisCentre/toulligQC|3.6258158085569257e-06| +|setup.py|github/prajwel/curvit|3.6258158085569257e-06| +|setup.py|github/PabloMSanAla/fabada|3.6258158085569257e-06| +|setup.py|github/djsutherland/py-sdm|3.6258158085569257e-06| +|setup.py|github/samuelefiorini/tangle|3.6258158085569257e-06| +|setup.py|github/songweizhi/Binning_refiner|3.6258158085569257e-06| +|setup.py|github/Guo-Jian-Wang/colfi|3.6258158085569257e-06| +|setup.py|github/thieu1995/permetrics|3.6258158085569257e-06| +|setup.py|github/privong/pymccorrelation|3.6258158085569257e-06| +|setup.py|github/federicomarulli/CosmoBolognaLib|3.6258158085569257e-06| +|setup.py|github/napakalas/casbert|3.6258158085569257e-06| +|setup.py|github/hover2pi/SEDkit|3.6258158085569257e-06| +|setup.py|github/jollejolles/pirecorder|3.6258158085569257e-06| +|setup.py|github/nespinoza/mc-spam|3.6258158085569257e-06| +|setup.py|github/nespinoza/juliet|3.6258158085569257e-06| +|setup.py|github/sonwell/biotools|3.6258158085569257e-06| +|setup.py|github/orcasgit/python-fitbit|3.6258158085569257e-06| +|setup.py|github/podondra/eidein|3.6258158085569257e-06| +|setup.py|github/vanheeringen-lab/gimmemotifs|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanopack|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanomath|3.6258158085569257e-06| +|setup.py|github/wdecoster/NanoPlot|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanoget|3.6258158085569257e-06| +|setup.py|github/wdecoster/NanoComp|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanocomp|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanostat|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanolyse|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanoQC|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanofilt|3.6258158085569257e-06| +|setup.py|github/KBNLresearch/ochre|3.6258158085569257e-06| +|setup.py|github/engyasin/Offline_MOT|3.6258158085569257e-06| +|setup.py|github/Bahler-Lab/pyphe|3.6258158085569257e-06| +|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6258158085569257e-06| +|setup.py|github/guangtunbenzhu/SetCoverPy|3.6258158085569257e-06| +|setup.py|github/bxia888/CEFCIG|3.6258158085569257e-06| +|setup.py|github/OBrink/RanDepict|3.6258158085569257e-06| +|setup.py|github/Cascella-Group-UiO/HyMD|3.6258158085569257e-06| +|setup.py|github/MDAnalysis/mdanalysis|3.6258158085569257e-06| +|setup.py|github/LucaMalavolta/PyORBIT|3.6258158085569257e-06| +|setup.py|github/cog-imperial/GPdoemd|3.6258158085569257e-06| +|setup.py|github/cog-imperial/galini|3.6258158085569257e-06| +|setup.py|github/cog-imperial/entmoot|3.6258158085569257e-06| +|setup.py|github/cog-imperial/suspect|3.6258158085569257e-06| +|setup.py|github/rohinkumar/correlcalc|3.6258158085569257e-06| +|setup.py|github/fakedrtom/oncogemini|3.6258158085569257e-06| +|setup.py|github/vijayvarma392/binaryBHexp|3.6258158085569257e-06| +|setup.py|github/Xia-Yijie/Xponge|3.6258158085569257e-06| +|setup.py|github/WorkflowConversion/CTDConverter|3.6258158085569257e-06| +|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6258158085569257e-06| +|setup.py|github/maxibor/sam2lca|3.6258158085569257e-06| +|setup.py|github/nanograv/PINT|3.6258158085569257e-06| +|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6258158085569257e-06| +|setup.py|github/recipy/recipy|3.6258158085569257e-06| +|setup.py|github/abrupt-climate/hyper-canny|3.6258158085569257e-06| +|setup.py|github/YosefLab/scvi-tools|3.6258158085569257e-06| +|setup.py|github/caracal-pipeline/caracal|3.6258158085569257e-06| +|setup.py|github/supernnova/SuperNNova|3.6258158085569257e-06| +|setup.py|github/timstaley/voevent-parse|3.6258158085569257e-06| +|setup.py|github/fitbenchmarking/fitbenchmarking|3.6258158085569257e-06| +|setup.py|github/TPI-Immunogenetics/igmat|3.6258158085569257e-06| +|setup.py|github/seclark/RHT|3.6258158085569257e-06| +|setup.py|github/fair-software/howfairis|3.6258158085569257e-06| +|setup.py|github/fair-software/fairtally|3.6258158085569257e-06| +|setup.py|github/cosimoNigro/agnpy|3.6258158085569257e-06| +|setup.py|github/ggonnella/gfapy|3.6258158085569257e-06| +|setup.py|github/mbaes/SpheCow|3.6258158085569257e-06| +|setup.py|github/tensorly/viz|3.6258158085569257e-06| +|setup.py|github/Astroua/TurbuStat|3.6258158085569257e-06| +|setup.py|github/Astroua/SCIMES|3.6258158085569257e-06| +|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6258158085569257e-06| +|setup.py|github/TimothyADavis/KinMSpy|3.6258158085569257e-06| +|setup.py|github/ml-evs/matador|3.6258158085569257e-06| +|setup.py|github/ekaterinailin/AltaiPony|3.6258158085569257e-06| +|setup.py|github/pytoolz/toolz|3.6258158085569257e-06| +|setup.py|github/rjtanner/StarburstPy|3.6258158085569257e-06| +|setup.py|github/tylunel/pvpumpingsystem|3.6258158085569257e-06| +|setup.py|github/ledatelescope/bifrost|3.6258158085569257e-06| +|setup.py|github/afarahi/tatter|3.6258158085569257e-06| +|setup.py|github/afarahi/PoPE|3.6258158085569257e-06| +|setup.py|github/afarahi/kllr|3.6258158085569257e-06| +|setup.py|github/migp11/pyfastcore|3.6258158085569257e-06| +|setup.py|github/aspuru-guzik-group/funsies|3.6258158085569257e-06| +|setup.py|github/zclaytor/kiauhoku|3.6258158085569257e-06| +|setup.py|github/zclaytor/butterpy|3.6258158085569257e-06| +|setup.py|github/cmillion/gPhoton|3.6258158085569257e-06| +|setup.py|github/mdruett/COCOPLOT|3.6258158085569257e-06| +|setup.py|github/XSLiuLab/Seq2Neo|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/BXA|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/PyMultiNest|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/UltraNest|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/nway|3.6258158085569257e-06| +|setup.py|github/sfschen/velocileptors|3.6258158085569257e-06| +|setup.py|github/wtsi-hpag/HiLine|3.6258158085569257e-06| +|setup.py|github/Magritte-code/Magritte|3.6258158085569257e-06| +|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6258158085569257e-06| +|setup.py|github/4pisky/fourpisky-core|3.6258158085569257e-06| +|setup.py|github/jianhuupenn/SpaGCN|3.6258158085569257e-06| +|setup.py|github/philres/catfishq|3.6258158085569257e-06| +|setup.py|github/virgesmith/neworder|3.6258158085569257e-06| +|setup.py|github/andresmegias/richvalues|3.6258158085569257e-06| +|setup.py|github/scipion-em/scipion-em-continuousflex|3.6258158085569257e-06| +|setup.py|github/markusbonse/applefy|3.6258158085569257e-06| +|setup.py|github/soichiro-hattori/unpopular|3.6258158085569257e-06| +|setup.py|github/JoeMcEwen/FAST-PT|3.6258158085569257e-06| +|setup.py|github/NREL/graph-env|3.6258158085569257e-06| +|setup.py|github/AnantharamanLab/vRhyme|3.6258158085569257e-06| +|setup.py|github/fpavogt/fcmaker|3.6258158085569257e-06| +|setup.py|github/cy-xu/cosmic-conn|3.6258158085569257e-06| +|setup.py|github/mishioo/tesliper|3.6258158085569257e-06| +|setup.py|github/PhilippJunk/homelette|3.6258158085569257e-06| +|setup.py|github/cumbof/honto|3.6258158085569257e-06| +|setup.py|github/ideasrule/platon|3.6258158085569257e-06| +|setup.py|github/benvanwerkhoven/kernel_tuner|3.6258158085569257e-06| +|setup.py|github/Starfish-develop/Starfish|3.6258158085569257e-06| +|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6258158085569257e-06| +|setup.py|github/dmey/synthia|3.6258158085569257e-06| +|setup.py|github/astronomyk/SimCADO|3.6258158085569257e-06| +|setup.py|github/PlanetHunters/tkmatrix|3.6258158085569257e-06| +|setup.py|github/dmnfarrell/epitopepredict|3.6258158085569257e-06| +|setup.py|github/dmnfarrell/snpgenie|3.6258158085569257e-06| +|setup.py|github/gem-pasteur/macsyfinder|3.6258158085569257e-06| +|setup.py|github/dfujim/bfit|3.6258158085569257e-06| +|setup.py|github/smog-server/OpenSMOG|3.6258158085569257e-06| +|setup.py|github/ziotom78/dacapo_calibration|3.6258158085569257e-06| +|setup.py|github/ChrisBeaumont/brut|3.6258158085569257e-06| +|setup.py|github/icb-dcm/pyabc|3.6258158085569257e-06| +|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6258158085569257e-06| +|setup.py|github/DeltaRCM/pyDeltaRCM|3.6258158085569257e-06| +|setup.py|github/vferat/pycrostates|3.6258158085569257e-06| +|setup.py|github/snad-space/zwad|3.6258158085569257e-06| +|setup.py|github/matplotlib/matplotlib|3.6258158085569257e-06| +|setup.py|github/joe-antognini/kozai|3.6258158085569257e-06| +|setup.py|github/NickSwainston/pulsar_spectra|3.6258158085569257e-06| +|setup.py|github/YSOVAR/YSOVAR|3.6258158085569257e-06| +|setup.py|github/symmy596/Polypy|3.6258158085569257e-06| +|setup.py|github/symmy596/SurfinPy|3.6258158085569257e-06| +|setup.py|github/adbar/htmldate|3.6258158085569257e-06| +|setup.py|github/numba/numba|3.6258158085569257e-06| +|setup.py|github/dparks1134/RefineM|3.6258158085569257e-06| +|setup.py|github/galkintool/galkin|3.6258158085569257e-06| +|setup.py|github/ICAMS/strucscan|3.6258158085569257e-06| +|setup.py|github/tmcclintock/cluster_toolkit|3.6258158085569257e-06| +|setup.py|github/ajeldorado/falco-python|3.6258158085569257e-06| +|setup.py|github/odb9402/CNNPeaks|3.6258158085569257e-06| +|setup.py|github/fcs-analysis/PyScanFCS|3.6258158085569257e-06| +|setup.py|github/fcs-analysis/PyCorrFit|3.6258158085569257e-06| +|setup.py|github/hyperopt/hyperopt|3.6258158085569257e-06| +|setup.py|github/lmfit/lmfit-py|3.6258158085569257e-06| +|setup.py|github/dmentipl/plonk|3.6258158085569257e-06| +|setup.py|github/NiallJeffrey/DeepMass|3.6258158085569257e-06| +|setup.py|github/javicarron/pynkowski|3.6258158085569257e-06| +|setup.py|github/javicarron/mtneedlet|3.6258158085569257e-06| +|setup.py|github/ryansmcgee/seirsplus|3.6258158085569257e-06| +|setup.py|github/coljac/sensie|3.6258158085569257e-06| +|setup.py|github/deepmedic/deepmedic|3.6258158085569257e-06| +|setup.py|github/realfastvla/realfast|3.6258158085569257e-06| +|setup.py|github/realfastvla/rfpipe|3.6258158085569257e-06| +|setup.py|github/brian-team/brian2|3.6258158085569257e-06| +|setup.py|github/lberaldoesilva/naif|3.6258158085569257e-06| +|setup.py|github/DirectDM/directdm-py|3.6258158085569257e-06| +|setup.py|github/matchms/matchms|3.6258158085569257e-06| +|setup.py|github/matchms/ms2deepscore|3.6258158085569257e-06| +|setup.py|github/tschad/pycelp|3.6258158085569257e-06| +|setup.py|github/herjy/SLIT|3.6258158085569257e-06| +|setup.py|github/carpyncho/carpyncho-py|3.6258158085569257e-06| +|setup.py|github/getzlab/rnaseqc|3.6258158085569257e-06| +|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6258158085569257e-06| +|setup.py|github/einsteinpy/einsteinpy|3.6258158085569257e-06| +|setup.py|github/morriscb/The-wiZZ|3.6258158085569257e-06| +|setup.py|github/edwardoughton/itmlogic|3.6258158085569257e-06| +|setup.py|github/CLARIAH/grlc|3.6258158085569257e-06| +|setup.py|github/davemlz/eemont|3.6258158085569257e-06| +|setup.py|github/qpv-research-group/solcore5|3.6258158085569257e-06| +|setup.py|github/HajimeKawahara/sot|3.6258158085569257e-06| +|setup.py|github/HajimeKawahara/exojax|3.6258158085569257e-06| +|setup.py|github/codemeleon/seqPanther|3.6258158085569257e-06| +|setup.py|github/popgenmethods/smcpp|3.6258158085569257e-06| +|setup.py|github/actris-cloudnet/cloudnetpy|3.6258158085569257e-06| +|setup.py|github/spokenlanguage/platalea|3.6258158085569257e-06| +|setup.py|github/linnarsson-lab/loompy|3.6258158085569257e-06| +|setup.py|github/compomics/DeepLC|3.6258158085569257e-06| +|setup.py|github/aabdurrouf/piXedfit|3.6258158085569257e-06| +|setup.py|github/lantunes/cellpylib|3.6258158085569257e-06| +|setup.py|github/SISPO-developers/sispo|3.6258158085569257e-06| +|setup.py|github/precice/micro-manager|3.6258158085569257e-06| +|setup.py|github/LBNL-ETA/MSWH|3.6258158085569257e-06| +|setup.py|github/chasmani/piecewise-regression|3.6258158085569257e-06| +|setup.py|github/shbhuk/barycorrpy|3.6258158085569257e-06| +|setup.py|github/shbhuk/mrexo|3.6258158085569257e-06| +|setup.py|github/warrickball/tomso|3.6258158085569257e-06| +|setup.py|github/apertif/apercal|3.6258158085569257e-06| +|setup.py|github/pynbody/pynbody|3.6258158085569257e-06| +|setup.py|github/pynbody/tangos|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/flamingo|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/insilico-server|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/swan|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/CAT|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/Moka|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/ceiba-cli|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/ceiba|3.6258158085569257e-06| +|setup.py|github/yymao/abundancematching|3.6258158085569257e-06| +|setup.py|github/cmbant/getdist|3.6258158085569257e-06| +|setup.py|github/CosmoStat/shapepipe|3.6258158085569257e-06| +|setup.py|github/linqs/psl|3.6258158085569257e-06| +|setup.py|github/toshiyan/cmblensplus|3.6258158085569257e-06| +|setup.py|github/opencobra/cobrapy|3.6258158085569257e-06| +|setup.py|github/RaRe-Technologies/gensim|3.6258158085569257e-06| +|setup.py|github/pybamm-team/PyBaMM|3.6258158085569257e-06| +|setup.py|github/pybamm-team/liionpack|3.6258158085569257e-06| +|setup.py|github/dnarayanan/powderday|3.6258158085569257e-06| +|setup.py|github/RECeSS-EU-Project/stanscofi|3.6258158085569257e-06| +|setup.py|github/ACEnglish/truvari|3.6258158085569257e-06| +|setup.py|github/CQCL/qujax|3.6258158085569257e-06| +|setup.py|github/stevengiacalone/triceratops|3.6258158085569257e-06| +|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6258158085569257e-06| +|setup.py|github/jakevdp/wpca|3.6258158085569257e-06| +|setup.py|github/smoh/kinesis|3.6258158085569257e-06| +|setup.py|github/tjiangHIT/cuteSV|3.6258158085569257e-06| +|setup.py|github/galizia-lab/pyview|3.6258158085569257e-06| +|setup.py|github/4dn-dcic/pairix|3.6258158085569257e-06| +|setup.py|github/phenomecentre/nPYc-Toolbox|3.6258158085569257e-06| +|setup.py|github/LucIJspeert/eclipsr|3.6258158085569257e-06| +|setup.py|github/LucIJspeert/star_shadow|3.6258158085569257e-06| +|setup.py|github/egjergo/galcem|3.6258158085569257e-06| +|setup.py|github/nanoporetech/qcat|3.6258158085569257e-06| +|setup.py|github/nanoporetech/megalodon|3.6258158085569257e-06| +|setup.py|github/nanoporetech/tombo|3.6258158085569257e-06| +|setup.py|github/nanoporetech/ont_fast5_api|3.6258158085569257e-06| +|setup.py|github/simonsobs/pixell|3.6258158085569257e-06| +|setup.py|github/simonsobs/nemo|3.6258158085569257e-06| +|setup.py|github/t-brandt/orvara|3.6258158085569257e-06| +|setup.py|github/connectomicslab/connectomemapper3|3.6258158085569257e-06| +|setup.py|github/CyclotronResearchCentre/bidsme|3.6258158085569257e-06| +|setup.py|github/bwengals/CCSNMultivar|3.6258158085569257e-06| +|setup.py|github/colour-science/colour|3.6258158085569257e-06| +|setup.py|github/circuitgraph/circuitgraph|3.6258158085569257e-06| +|setup.py|github/andizq/sf3dmodels|3.6258158085569257e-06| +|setup.py|github/pnnl/interflow|3.6258158085569257e-06| +|setup.py|github/gbernstein/pixmappy|3.6258158085569257e-06| +|setup.py|github/dtamayo/reboundx|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/pyranges|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/epic2|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/ncls|3.6258158085569257e-06| +|setup.py|github/tomlouden/spiderman|3.6258158085569257e-06| +|setup.py|github/sbebo/joypy|3.6258158085569257e-06| +|setup.py|github/EISy-as-Py/hardy|3.6258158085569257e-06| +|setup.py|github/bfarr/exocartographer|3.6258158085569257e-06| +|setup.py|github/kennethcarrell/ATARRI|3.6258158085569257e-06| +|setup.py|github/lynx-x-ray-observatory/soxs|3.6258158085569257e-06| +|setup.py|github/keflavich/HiGal_SEDfitter|3.6258158085569257e-06| +|setup.py|github/spacetelescope/specview|3.6258158085569257e-06| +|setup.py|github/spacetelescope/stginga|3.6258158085569257e-06| +|setup.py|github/spacetelescope/synphot_refactor|3.6258158085569257e-06| +|setup.py|github/spacetelescope/specviz|3.6258158085569257e-06| +|setup.py|github/spacetelescope/stsynphot_refactor|3.6258158085569257e-06| +|setup.py|github/spacetelescope/imexam|3.6258158085569257e-06| +|setup.py|github/rvalieris/parallel-fastq-dump|3.6258158085569257e-06| +|setup.py|github/comprna/reorientexpress|3.6258158085569257e-06| +|setup.py|github/brentp/geneimpacts|3.6258158085569257e-06| +|setup.py|github/brentp/cigar|3.6258158085569257e-06| +|setup.py|github/dbuscher/pois|3.6258158085569257e-06| +|setup.py|github/vincentlab/PyFR|3.6258158085569257e-06| +|setup.py|github/alphaparrot/ExoPlaSim|3.6258158085569257e-06| +|setup.py|github/ulelab/ultraplex|3.6258158085569257e-06| +|setup.py|github/cov-lineages/pangolin|3.6258158085569257e-06| +|setup.py|github/chapmanb/bcbb|3.6258158085569257e-06| +|setup.py|github/AlexanderLabWHOI/EUKulele|3.6258158085569257e-06| +|setup.py|github/bioinform/somaticseq|3.6258158085569257e-06| +|setup.py|github/rasg-affiliates/healvis|3.6258158085569257e-06| +|setup.py|github/jbussemaker/SBArchOpt|3.6258158085569257e-06| +|setup.py|github/ngltr/sinaps|3.6258158085569257e-06| +|setup.py|github/biobakery/MetaPhlAn|3.6258158085569257e-06| +|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6258158085569257e-06| +|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6258158085569257e-06| +|setup.py|github/seqcode/allo|3.6258158085569257e-06| +|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6258158085569257e-06| +|setup.py|github/dwkim78/upsilon|3.6258158085569257e-06| +|setup.py|github/dwkim78/pdtrend|3.6258158085569257e-06| +|setup.py|github/dwkim78/ASTRiDE|3.6258158085569257e-06| +|setup.py|github/spacepy/spacepy|3.6258158085569257e-06| +|setup.py|github/MartianColonist/POSEIDON|3.6258158085569257e-06| +|setup.py|github/FrancesBW/bellamy|3.6258158085569257e-06| +|setup.py|github/DeepRank/DeepRank-GNN|3.6258158085569257e-06| +|setup.py|github/DeepRank/pdb2sql|3.6258158085569257e-06| +|setup.py|github/DeepRank/iScore|3.6258158085569257e-06| +|setup.py|github/DeepRank/deeprank|3.6258158085569257e-06| +|setup.py|github/DeepRank/pssmgen|3.6258158085569257e-06| +|setup.py|github/SCM-NV/qmflows|3.6258158085569257e-06| +|setup.py|github/SCM-NV/pyZacros|3.6258158085569257e-06| +|setup.py|github/SCM-NV/qmflows-namd|3.6258158085569257e-06| +|setup.py|github/fred3m/toyz|3.6258158085569257e-06| +|setup.py|github/avigan/SPHERE|3.6258158085569257e-06| +|setup.py|github/avigan/pyZELDA|3.6258158085569257e-06| +|setup.py|github/MannLabs/alphapept|3.6258158085569257e-06| +|setup.py|github/jorisparet/partycls|3.6258158085569257e-06| +|setup.py|github/conda/pycosat|3.6258158085569257e-06| +|setup.py|github/conda/conda|3.6258158085569257e-06| +|setup.py|github/kerkelae/disimpy|3.6258158085569257e-06| +|setup.py|github/bootphon/phonemizer|3.6258158085569257e-06| +|setup.py|github/Adamtaranto/Yanagiba|3.6258158085569257e-06| +|setup.py|github/beastraban/INSANE|3.6258158085569257e-06| +|setup.py|github/tool-bin/ukbcc|3.6258158085569257e-06| +|setup.py|github/schlafly/crowdsource|3.6258158085569257e-06| +|setup.py|github/catherinezucker/radfil|3.6258158085569257e-06| +|setup.py|github/mzy2240/ESA|3.6258158085569257e-06| +|setup.py|github/cire-thk/BifacialSimu|3.6258158085569257e-06| +|setup.py|github/twesterhout/lattice-symmetries|3.6258158085569257e-06| +|setup.py|github/clawpack/clawpack|3.6258158085569257e-06| +|setup.py|github/dunnkers/fseval|3.6258158085569257e-06| +|setup.py|github/agree019/DarkCapPy|3.6258158085569257e-06| +|setup.py|github/agurvich/FIRE_studio|3.6258158085569257e-06| +|setup.py|github/panoptes-organization/panoptes|3.6258158085569257e-06| +|setup.py|github/johnlees/pp-sketchlib|3.6258158085569257e-06| +|setup.py|github/BackmanLab/PWSpy|3.6258158085569257e-06| +|setup.py|github/pyro-ppl/pyro|3.6258158085569257e-06| +|setup.py|github/3fon3fonov/exostriker|3.6258158085569257e-06| +|setup.py|github/VeinsOfTheEarth/rabpro|3.6258158085569257e-06| +|setup.py|github/martinjzhang/scDRS|3.6258158085569257e-06| +|setup.py|github/sherpa-deproject/deproject|3.6258158085569257e-06| +|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6258158085569257e-06| +|setup.py|github/UNSW-CEEM/nempy|3.6258158085569257e-06| +|setup.py|github/smirarab/sepp|3.6258158085569257e-06| +|setup.py|github/jiahecui/SenAOReFoc|3.6258158085569257e-06| +|setup.py|github/gdrouart/MrMoose|3.6258158085569257e-06| +|setup.py|github/benmontet/f3|3.6258158085569257e-06| +|setup.py|github/cabb99/open3spn2|3.6258158085569257e-06| +|setup.py|github/equib/pyEQUIB|3.6258158085569257e-06| +|setup.py|github/julianreul/mode_behave|3.6258158085569257e-06| +|setup.py|github/cas-bioinf/rboAnalyzer|3.6258158085569257e-06| +|setup.py|github/matthewholman/assist|3.6258158085569257e-06| +|setup.py|github/PyPSA/atlite|3.6258158085569257e-06| +|setup.py|github/PyPSA/linopy|3.6258158085569257e-06| +|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6258158085569257e-06| +|setup.py|github/shadden/celmech|3.6258158085569257e-06| +|setup.py|github/parmoo/parmoo|3.6258158085569257e-06| +|setup.py|github/cameronliang/BayesVP|3.6258158085569257e-06| +|setup.py|github/undark-lab/sstrax|3.6258158085569257e-06| +|setup.py|github/dstndstn/astrometry.net|3.6258158085569257e-06| +|setup.py|github/OpenMDAO/dymos|3.6258158085569257e-06| +|setup.py|github/thomaspinder/GPJax|3.6258158085569257e-06| +|setup.py|github/natashabatalha/PandExo|3.6258158085569257e-06| +|setup.py|github/natashabatalha/picaso|3.6258158085569257e-06| +|setup.py|github/bcgsc/tigmint|3.6258158085569257e-06| +|setup.py|github/atomneb/AtomNeb-py|3.6258158085569257e-06| +|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6258158085569257e-06| +|setup.py|github/epic-astronomy/EPIC|3.6258158085569257e-06| +|setup.py|github/matteobreschi/bajes|3.6258158085569257e-06| +|setup.py|github/Filter-Bubble/e2e-Dutch|3.6258158085569257e-06| +|setup.py|github/exobssim/rapoc-public|3.6258158085569257e-06| +|setup.py|github/LSSTDESC/CCL|3.6258158085569257e-06| +|setup.py|github/LSSTDESC/descqa|3.6258158085569257e-06| +|setup.py|github/ynop/audiomate|3.6258158085569257e-06| +|setup.py|github/maayane/catsHTM|3.6258158085569257e-06| +|setup.py|github/MIC-DKFZ/HD-BET|3.6258158085569257e-06| +|setup.py|github/MIC-DKFZ/TractSeg|3.6258158085569257e-06| +|setup.py|github/SIOSlab/exodetbox|3.6258158085569257e-06| +|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6258158085569257e-06| +|setup.py|github/Alymantara/pydoppler|3.6258158085569257e-06| +|setup.py|github/gpantel/MolPainter|3.6258158085569257e-06| +|setup.py|github/jfowkes/pycutest|3.6258158085569257e-06| +|setup.py|github/fruzsinaagocs/oscode|3.6258158085569257e-06| +|setup.py|github/OpenWaterAnalytics/EPyT|3.6258158085569257e-06| +|setup.py|github/fraserw/TRIPPy|3.6258158085569257e-06| +|setup.py|github/abhisrkckl/GWecc|3.6258158085569257e-06| +|setup.py|github/VMBoehm/MADLens|3.6258158085569257e-06| +|setup.py|github/astro-informatics/ssht|3.6258158085569257e-06| +|setup.py|github/astro-informatics/s2let|3.6258158085569257e-06| +|setup.py|github/BD2KGenomics/toil|3.6258158085569257e-06| +|setup.py|github/genouest/biomaj-cli|3.6258158085569257e-06| +|setup.py|github/SynthSys/pyOmeroUpload|3.6258158085569257e-06| +|setup.py|github/astrosmili/smili|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/ariba|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/pymummer|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/iva|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/gubbins|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/circlator|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/Fastaq|3.6258158085569257e-06| +|setup.py|github/citiususc/BigSeqKit|3.6258158085569257e-06| +|setup.py|github/gwastro/pycbc|3.6258158085569257e-06| +|setup.py|github/PyFstat/PyFstat|3.6258158085569257e-06| +|setup.py|github/tlambert03/pycudadecon|3.6258158085569257e-06| +|setup.py|github/mscroggs/symfem|3.6258158085569257e-06| +|setup.py|github/changhoonhahn/pySpectrum|3.6258158085569257e-06| +|setup.py|github/vhaasteren/piccard|3.6258158085569257e-06| +|setup.py|github/kbarbary/nestle|3.6258158085569257e-06| +|setup.py|github/kbarbary/extinction|3.6258158085569257e-06| +|setup.py|github/GabrieleParimbelli/COLIBRI|3.6258158085569257e-06| +|setup.py|github/DMGW-Goethe/imripy|3.6258158085569257e-06| +|setup.py|github/Libensemble/libensemble|3.6258158085569257e-06| +|setup.py|github/biomedia-mira/blast-ct|3.6258158085569257e-06| +|setup.py|github/timothydmorton/vespa|3.6258158085569257e-06| +|setup.py|github/morpheus-project/morpheus|3.6258158085569257e-06| +|setup.py|github/insilicomedicine/GENTRL|3.6258158085569257e-06| +|setup.py|github/HillLab/SomaticSiMu|3.6258158085569257e-06| +|setup.py|github/swiftsim/swiftsimio|3.6258158085569257e-06| +|setup.py|github/milnus/Corekaburra|3.6258158085569257e-06| +|setup.py|github/djones1040/PythonPhot|3.6258158085569257e-06| +|setup.py|github/rhayes777/PyAutoFit|3.6258158085569257e-06| +|setup.py|github/Qiskit/rustworkx|3.6258158085569257e-06| +|setup.py|github/manodeep/Corrfunc|3.6258158085569257e-06| +|setup.py|github/mmp2/megaman|3.6258158085569257e-06| +|setup.py|github/yatiml/yatiml|3.6258158085569257e-06| +|setup.py|github/andycasey/sick|3.6258158085569257e-06| +|setup.py|github/eelregit/mcfit|3.6258158085569257e-06| +|setup.py|github/raspishake/rsudp|3.6258158085569257e-06| +|setup.py|github/fjankowsk/scatfit|3.6258158085569257e-06| +|setup.py|github/Ayuei/DeBEIR|3.6258158085569257e-06| +|setup.py|github/BartoszBartmanski/StoSpa2|3.6258158085569257e-06| +|setup.py|github/babinyurii/recan|3.6258158085569257e-06| +|setup.py|github/xpsi-group/xpsi|3.6258158085569257e-06| +|setup.py|github/zblz/naima|3.6258158085569257e-06| +|setup.py|github/nicolet5/DiffCapAnalyzer|3.6258158085569257e-06| +|setup.py|github/ChenfuShi/HiChIP_peaks|3.6258158085569257e-06| +|setup.py|github/Caltech-IPAC/Montage|3.6258158085569257e-06| +|setup.py|github/radifar/PyPLIF-HIPPOS|3.6258158085569257e-06| +|setup.py|github/perfanalytics/pose2sim|3.6258158085569257e-06| +|setup.py|github/noraeisner/LATTE|3.6258158085569257e-06| +|setup.py|github/lh3/minimap2|3.6258158085569257e-06| +|setup.py|github/NLeSC/mcfly|3.6258158085569257e-06| +|setup.py|github/NLeSC/Massive-PotreeConverter|3.6258158085569257e-06| +|setup.py|github/NLeSC/cptm|3.6258158085569257e-06| +|setup.py|github/NLeSC/noodles|3.6258158085569257e-06| +|setup.py|github/NLeSC/boatswain|3.6258158085569257e-06| +|setup.py|github/NLESC-JCER/QMCTorch|3.6258158085569257e-06| +|setup.py|github/DLR-RM/BlenderProc|3.6258158085569257e-06| +|setup.py|github/NeuralEnsemble/PyNN|3.6258158085569257e-06| +|setup.py|github/SYalouz/QuantNBody|3.6258158085569257e-06| +|setup.py|github/pec27/hfof|3.6258158085569257e-06| +|setup.py|github/pec27/smerfs|3.6258158085569257e-06| +|setup.py|github/ageller/firefly|3.6258158085569257e-06| +|setup.py|github/Fermipy/fermipy|3.6258158085569257e-06| +|setup.py|github/szwiep/py_SBeLT|3.6258158085569257e-06| +|setup.py|github/ylab-hi/ScanExitronLR|3.6258158085569257e-06| +|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6258158085569257e-06| +|setup.py|github/shilpagarg/WHdenovo|3.6258158085569257e-06| +|setup.py|github/pmelchior/skymapper|3.6258158085569257e-06| +|setup.py|github/pmelchior/pyGMMis|3.6258158085569257e-06| +|setup.py|github/pmelchior/scarlet|3.6258158085569257e-06| +|setup.py|github/bulik/ldsc|3.6258158085569257e-06| +|setup.py|github/weecology/retriever|3.6258158085569257e-06| +|setup.py|github/sanjibs/bmcmc|3.6258158085569257e-06| +|setup.py|github/sxs-collaboration/gwsurrogate|3.6258158085569257e-06| +|setup.py|github/MrMinimal64/multivar_horner|3.6258158085569257e-06| +|setup.py|github/jmschrei/pomegranate|3.6258158085569257e-06| +|setup.py|github/christopherburke/tess-point|3.6258158085569257e-06| +|setup.py|github/oschwengers/referenceseeker|3.6258158085569257e-06| +|setup.py|github/oschwengers/platon|3.6258158085569257e-06| +|setup.py|github/oschwengers/bakta|3.6258158085569257e-06| +|setup.py|github/spglib/spgrep|3.6258158085569257e-06| +|setup.py|github/easybuilders/easybuild|3.6258158085569257e-06| +|setup.py|github/infer-actively/pymdp|3.6258158085569257e-06| +|setup.py|github/Gaiana/nirdust|3.6258158085569257e-06| +|setup.py|github/gagneurlab/drop|3.6258158085569257e-06| +|setup.py|github/rbturnbull/ausdex|3.6258158085569257e-06| +|setup.py|github/SJ001/AI-Feynman|3.6258158085569257e-06| +|setup.py|github/lkmklsmn/DrivAER|3.6258158085569257e-06| +|setup.py|github/pierrehoudayer/RUBIS|3.6258158085569257e-06| +|setup.py|github/NuGrid/NuPyCEE|3.6258158085569257e-06| +|setup.py|github/wasserman-group/pyCADMium|3.6258158085569257e-06| +|setup.py|github/iomega/spec2vec|3.6258158085569257e-06| +|setup.py|github/amusecode/amuse|3.6258158085569257e-06| +|setup.py|github/COVID-IWG/epimargin|3.6258158085569257e-06| +|setup.py|github/birnstiel/two-pop-py|3.6258158085569257e-06| +|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6258158085569257e-06| +|setup.py|github/auctus-team/pycapacity|3.6258158085569257e-06| +|setup.py|github.com/idptools/metapredict|3.6258158085569257e-06| +|setup.py|github/sfarrens/sf_deconvolve|3.6258158085569257e-06| +|setup.py|github/dynamicslab/pysindy|3.6258158085569257e-06| +|setup.py|github/ismaelpessa/PyMUSE|3.6258158085569257e-06| +|setup.py|github/WBK-Robotics/pybullet_industrial|3.6258158085569257e-06| +|setup.py|github/carlosborca/CrystaLattE|3.6258158085569257e-06| +|setup.py|github/PaulHancock/Aegean|3.6258158085569257e-06| +|setup.py|github/drcandacemakedamoore/cleanX|3.6258158085569257e-06| +|setup.py|github/ReSurfEMG/ReSurfEMG|3.6258158085569257e-06| +|setup.py|github/jeaadams/ExoPix|3.6258158085569257e-06| +|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6258158085569257e-06| +|DESCRIPTION|gitlab/ampere2/metalwalls|3.6258158085569257e-06| +|DESCRIPTION|gitlab/libreumg/dataquier|3.6258158085569257e-06| +|DESCRIPTION|github/hope-data-science/tidyfst|3.6258158085569257e-06| +|DESCRIPTION|github/bommert/stabm|3.6258158085569257e-06| +|DESCRIPTION|github/binzhulab/SUITOR|3.6258158085569257e-06| +|DESCRIPTION|github/ants-project/ANTs|3.6258158085569257e-06| +|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6258158085569257e-06| +|DESCRIPTION|github/sjbeckett/localcovid19now|3.6258158085569257e-06| +|DESCRIPTION|github/prioritizr/wdpar|3.6258158085569257e-06| +|DESCRIPTION|github/lasseignelab/CINmetrics|3.6258158085569257e-06| +|DESCRIPTION|github/annajenul/UBayFS|3.6258158085569257e-06| +|DESCRIPTION|github/Merck/pkglite|3.6258158085569257e-06| +|DESCRIPTION|github/msalibian/RBF|3.6258158085569257e-06| +|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6258158085569257e-06| +|DESCRIPTION|github/ejikeugba/serp|3.6258158085569257e-06| +|DESCRIPTION|github/ejikeugba/gofcat|3.6258158085569257e-06| +|DESCRIPTION|github/oneilsh/tidytensor|3.6258158085569257e-06| +|DESCRIPTION|github/jessecambon/tidygeocoder|3.6258158085569257e-06| +|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6258158085569257e-06| +|DESCRIPTION|github/david-barnett/microViz|3.6258158085569257e-06| +|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6258158085569257e-06| +|DESCRIPTION|github/lsds/Neptune|3.6258158085569257e-06| +|DESCRIPTION|github/raredd/kmdata|3.6258158085569257e-06| +|DESCRIPTION|github/takfung/ResDisMapper|3.6258158085569257e-06| +|DESCRIPTION|github/msaland/THInCR-Suite|3.6258158085569257e-06| +|DESCRIPTION|github/rajewsky-lab/dropbead|3.6258158085569257e-06| +|DESCRIPTION|github/cjbarrie/academictwitteR|3.6258158085569257e-06| +|DESCRIPTION|github/julia-wrobel/registr|3.6258158085569257e-06| +|DESCRIPTION|github/Natsiopoulos/ARDL|3.6258158085569257e-06| +|DESCRIPTION|github/SchlossLab/mikropml|3.6258158085569257e-06| +|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6258158085569257e-06| +|DESCRIPTION|github/konfound-project/konfound|3.6258158085569257e-06| +|DESCRIPTION|github/lrnv/cort|3.6258158085569257e-06| +|DESCRIPTION|github/asancpt/caffsim|3.6258158085569257e-06| +|DESCRIPTION|github/insightsengineering/rbmi|3.6258158085569257e-06| +|DESCRIPTION|github/saezlab/PHONEMeS|3.6258158085569257e-06| +|DESCRIPTION|github/NathanSkene/EWCE|3.6258158085569257e-06| +|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6258158085569257e-06| +|DESCRIPTION|github/GaryBAYLOR/mixR|3.6258158085569257e-06| +|DESCRIPTION|github/xiaotiand/FunFor|3.6258158085569257e-06| +|DESCRIPTION|github/deweylab/RSEM|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/drake|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/antiword|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tesseract|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RSelenium|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/microdemic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/awardFindR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidyhydat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cffr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfema|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/essurvey|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/finch|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rsnps|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rplos|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ckanr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bomrang|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/virtuoso|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/targets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfishbase|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rredlist|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/allodb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rmangal|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nodbi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rperseus|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stplanr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdataretriever|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spatsoc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/Rpolyhedra|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencage|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/aRxiv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/webchem|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mapscanner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treestartr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/addressable|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jagstargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxlist|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/NLMR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdefra|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rbace|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrricanes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spiro|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rromeo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ijtiff|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/plater|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/writexl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dbparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/epubr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geojsonio|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/piggyback|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tinkr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RNeXML|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rusda|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nbaR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/refsplitr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tarchetypes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pdftools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/c14bazAAR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/paleobioDB|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fauxpas|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gtfsr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/brranching|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/SymbiotaR2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/predictNMB|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/suppdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dataaimsr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gutenbergr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/refimpact|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdatacite|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/roadoi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mctq|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/EML|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/assertr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxize|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/namext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rsat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tiler|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rbhl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ruODK|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ghql|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rppo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcitoid|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/magick|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ritis|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/getCRUCLdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/citecorp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bittrex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fulltext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/webmockr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrlite|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/xslt|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rvertnet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rtweet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mcbette|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/zbank|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rglobi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DoOR.data|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hddtools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/comtradr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pixelclasser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wateRinfo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ecoengine|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cld2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/scrubr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/worrms|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rotl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/unrtf|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phonfieldwork|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treebase|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/randgeo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/parzer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ots|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/biomartr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ssh|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/charlatan|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/GSODR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/prism|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/beautier|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chlorpromazineR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nasapower|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RefManageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bib2df|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bibtex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/medrxivr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/arkdb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hunspell|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jsonvalidate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/trufflesniffer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/lingtypology|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/riem|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rtika|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrricanesdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ezknitr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wikitaxa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcoreoa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tacmagic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/oai|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tracerer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcites|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jsonld|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hydroscoper|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/daiquiri|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnassqs|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nlrx|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/popler|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/codemetar|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdryad|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rb3|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/PostcodesioR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdflib|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geonames|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/googleLanguageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geojsonlint|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/qualtRics|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/colocr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/git2rdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MODIStsp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/grainchanger|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/USAboundariesData|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdhs|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jenkins|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/neotoma|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmextract|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MODISTools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidyqpcr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pendulum|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/git2r|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgpdd|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnoaa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxview|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/plotly|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rzmq|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/seasl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcol|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/graphql|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfisheries|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spelling|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/av|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rinat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxadb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jqr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rAltmetric|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider.base|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/binman|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/censo2017|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pangaear|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/beastier|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/terrainr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/photosearcher|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spocc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidypmc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/landscapetools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgbif|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/natserv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/excluder|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxizedb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/lightr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/baRcodeR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dbhydroR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stats19|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/unifir|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/antanym|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outcomerate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/readODS|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tokenizers|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cleanEHR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/traits|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DataSpaceR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chromer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcrossref|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pubchunks|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gittargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/workloopR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cchecks|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/isdparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jstor|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MtreeRing|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/babette|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dittodb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ramlegacy|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/restez|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wellknown|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/slopes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/USAboundaries|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/BaseSet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/iheatmapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/crul|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rWBclimate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cld3|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/elastic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylogram|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/emld|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/onekp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tradestatistics|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/qpdf|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/staypuft|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opentripplanner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnpn|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/getlandsat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DataPackageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rAvis|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/patentsview|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/internetarchive|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rebird|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/skynet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rerddap|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gistr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mregions|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/coder|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stantargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/datapack|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bold|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/sofa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nomisr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/timefuzz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bowerbird|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/helminthR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mauricer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylocomr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/katex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/FedData|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/europepmc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/textreuse|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmplotr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/historydata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearth|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/circle|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/conditionz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cde|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rorcid|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/citesdb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bikedata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fingertipsR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DoOR.functions|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cyphr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/camsRad|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dataspice|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rentrez|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidync|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/robotstxt|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylotaR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/eia|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gitignore|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/vcr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/infx|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pathviewr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencontext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treedata.table|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/Rclean|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chirps|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wdman|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/AntWeb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tif|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfigshare|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgnparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/exoplanets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osfr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hoardr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/EndoMineR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/weathercan|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/visdat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/smapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/clifro|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider.devtools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tabulizer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cRegulome|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/solrium|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/handlr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/skimr|3.6258158085569257e-06| +|DESCRIPTION|github/jorittmo/singcar|3.6258158085569257e-06| +|DESCRIPTION|github/KiranLDA/PAMLr|3.6258158085569257e-06| +|DESCRIPTION|github/Pinlyu3/LRLoop|3.6258158085569257e-06| +|DESCRIPTION|github/obreschkow/dftools|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/ambrosia|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/osiris|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/rmap|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/rfasst|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/plutus|3.6258158085569257e-06| +|DESCRIPTION|github/haoharryfeng/NeuCA|3.6258158085569257e-06| +|DESCRIPTION|github/riatelab/osrm|3.6258158085569257e-06| +|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6258158085569257e-06| +|DESCRIPTION|github/wesleyburr/subMaldi|3.6258158085569257e-06| +|DESCRIPTION|github/ConnorDonegan/geostan|3.6258158085569257e-06| +|DESCRIPTION|github/VincentAlcazer/StatAid|3.6258158085569257e-06| +|DESCRIPTION|github/q1cui/discourseGT|3.6258158085569257e-06| +|DESCRIPTION|github/koenderks/jaspAudit|3.6258158085569257e-06| +|DESCRIPTION|github/ec363/fpcountr|3.6258158085569257e-06| +|DESCRIPTION|github/mgcooper/baseflow|3.6258158085569257e-06| +|DESCRIPTION|github/anwarbio/bioassays|3.6258158085569257e-06| +|DESCRIPTION|github/mcsiple/mmrefpoints|3.6258158085569257e-06| +|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6258158085569257e-06| +|DESCRIPTION|github/zhouzilu/DENDRO|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/rodev|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/reviewer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/arresteddev|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6258158085569257e-06| +|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6258158085569257e-06| +|DESCRIPTION|github/nand1155/CausNet|3.6258158085569257e-06| +|DESCRIPTION|github/GreiffLab/immuneREF|3.6258158085569257e-06| +|DESCRIPTION|github/esplint/IRACpm|3.6258158085569257e-06| +|DESCRIPTION|github/humanfactors/FIPS|3.6258158085569257e-06| +|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6258158085569257e-06| +|DESCRIPTION|github/justinmathias/isocalcR|3.6258158085569257e-06| +|DESCRIPTION|github/liuhong-jia/scAnno|3.6258158085569257e-06| +|DESCRIPTION|github/TeamPerie/CellDestiny|3.6258158085569257e-06| +|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6258158085569257e-06| +|DESCRIPTION|github/txopen/histoc|3.6258158085569257e-06| +|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6258158085569257e-06| +|DESCRIPTION|github/tinglabs/scAIDE|3.6258158085569257e-06| +|DESCRIPTION|github/inrae/RCaNmodel|3.6258158085569257e-06| +|DESCRIPTION|github/bluefoxr/COINr|3.6258158085569257e-06| +|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6258158085569257e-06| +|DESCRIPTION|github/Dulab2020/ARMT|3.6258158085569257e-06| +|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6258158085569257e-06| +|DESCRIPTION|github/martin3141/spant|3.6258158085569257e-06| +|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6258158085569257e-06| +|DESCRIPTION|github/blind-contours/SuperNOVA|3.6258158085569257e-06| +|DESCRIPTION|github/rcarragh/c212|3.6258158085569257e-06| +|DESCRIPTION|github/SofieVG/FlowSOM|3.6258158085569257e-06| +|DESCRIPTION|github/johnschwenck/bp|3.6258158085569257e-06| +|DESCRIPTION|github/genostats/LowKi|3.6258158085569257e-06| +|DESCRIPTION|github/adriancorrendo/metrica|3.6258158085569257e-06| +|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6258158085569257e-06| +|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6258158085569257e-06| +|DESCRIPTION|github/NSAPH-Software/CRE|3.6258158085569257e-06| +|DESCRIPTION|github/pydemull/activAnalyzer|3.6258158085569257e-06| +|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6258158085569257e-06| +|DESCRIPTION|github/AngusWright/LAMBDAR|3.6258158085569257e-06| +|DESCRIPTION|github/yuliadm/mixComp|3.6258158085569257e-06| +|DESCRIPTION|github/GOVS-pack/GOVS|3.6258158085569257e-06| +|DESCRIPTION|github/adithirgis/pollucheck|3.6258158085569257e-06| +|DESCRIPTION|github/AgrDataSci/climatrends|3.6258158085569257e-06| +|DESCRIPTION|github/gtonkinhill/fastbaps|3.6258158085569257e-06| +|DESCRIPTION|github/INCEPTdk/adaptr|3.6258158085569257e-06| +|DESCRIPTION|github/vbaliga/gaussplotR|3.6258158085569257e-06| +|DESCRIPTION|github/mingzehuang/latentcor|3.6258158085569257e-06| +|DESCRIPTION|github/NeotomaDB/neotoma2|3.6258158085569257e-06| +|DESCRIPTION|github/xoopR/set6|3.6258158085569257e-06| +|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6258158085569257e-06| +|DESCRIPTION|github/tidyverse/glue|3.6258158085569257e-06| +|DESCRIPTION|github/fchuffar/protopackage|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6258158085569257e-06| +|DESCRIPTION|github/abmantz/rgw|3.6258158085569257e-06| +|DESCRIPTION|github/dankelley/oce|3.6258158085569257e-06| +|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6258158085569257e-06| +|DESCRIPTION|github/s-abbas/robnptests|3.6258158085569257e-06| +|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6258158085569257e-06| +|DESCRIPTION|github/abschneider/StrainHub|3.6258158085569257e-06| +|DESCRIPTION|github/prdm0/ropenblas|3.6258158085569257e-06| +|DESCRIPTION|github/dgrun/FateID|3.6258158085569257e-06| +|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6258158085569257e-06| +|DESCRIPTION|github/databio/GenomicDistributions|3.6258158085569257e-06| +|DESCRIPTION|github/rickhelmus/patRoon|3.6258158085569257e-06| +|DESCRIPTION|github/akcochrane/TEfits|3.6258158085569257e-06| +|DESCRIPTION|github/gabraham/flashpca|3.6258158085569257e-06| +|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6258158085569257e-06| +|DESCRIPTION|github/TheMillerLab/genetex|3.6258158085569257e-06| +|DESCRIPTION|github/andyphilips/dynamac|3.6258158085569257e-06| +|DESCRIPTION|github/r-spatialecology/shar|3.6258158085569257e-06| +|DESCRIPTION|github/ecological-cities/home2park|3.6258158085569257e-06| +|DESCRIPTION|github/jgrembi/riskCommunicator|3.6258158085569257e-06| +|DESCRIPTION|github/bartongroup/RoSA|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/orderly|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/vaultr|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/dettl|3.6258158085569257e-06| +|DESCRIPTION|github/lydialucchesi/Vizumap|3.6258158085569257e-06| +|DESCRIPTION|github/USEPA/nsink|3.6258158085569257e-06| +|DESCRIPTION|github/IMMM-SFA/gamut|3.6258158085569257e-06| +|DESCRIPTION|github/zizroc/villager|3.6258158085569257e-06| +|DESCRIPTION|github/shangguandong1996/FindIT2|3.6258158085569257e-06| +|DESCRIPTION|github/astrostat/Automark|3.6258158085569257e-06| +|DESCRIPTION|github/astrostat/LIRA|3.6258158085569257e-06| +|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6258158085569257e-06| +|DESCRIPTION|github/r-spatial/rgee|3.6258158085569257e-06| +|DESCRIPTION|github/LindaNab/mecor|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/medoutcon|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/txshift|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/haldensify|3.6258158085569257e-06| +|DESCRIPTION|github/HajkD/LTRpred|3.6258158085569257e-06| +|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6258158085569257e-06| +|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6258158085569257e-06| +|DESCRIPTION|github/orbisgis/lczexplore|3.6258158085569257e-06| +|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/srr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/autotest|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6258158085569257e-06| +|DESCRIPTION|github/highamm/sptotal|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/performance|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/effectsize|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/parameters|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/correlation|3.6258158085569257e-06| +|DESCRIPTION|github/YuLab-SMU/treeio|3.6258158085569257e-06| +|DESCRIPTION|github/maximewack/viroCapt|3.6258158085569257e-06| +|DESCRIPTION|github/gasparl/possa|3.6258158085569257e-06| +|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6258158085569257e-06| +|DESCRIPTION|github/isakro/shoredate|3.6258158085569257e-06| +|DESCRIPTION|github/johannes-titz/cofad|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/hyper.fit|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/celestial|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/NFWdist|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProSpect|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProFuse|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/Rwcs|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProFound|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/Rfits|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProPane|3.6258158085569257e-06| +|DESCRIPTION|github/BMILAB/scLINE|3.6258158085569257e-06| +|DESCRIPTION|github/snystrom/memes|3.6258158085569257e-06| +|DESCRIPTION|github/mlr-org/mcboost|3.6258158085569257e-06| +|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6258158085569257e-06| +|DESCRIPTION|github/OwenWard/ppdiag|3.6258158085569257e-06| +|DESCRIPTION|github/mmollina/viewpoly|3.6258158085569257e-06| +|DESCRIPTION|github/Martindelosrios/MeSsI|3.6258158085569257e-06| +|DESCRIPTION|github/Martindelosrios/ROGER|3.6258158085569257e-06| +|DESCRIPTION|github/tbep-tech/tbeptools|3.6258158085569257e-06| +|DESCRIPTION|github/kendomaniac/rCASC|3.6258158085569257e-06| +|DESCRIPTION|github/kendomaniac/docker4seq|3.6258158085569257e-06| +|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6258158085569257e-06| +|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6258158085569257e-06| +|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6258158085569257e-06| +|DESCRIPTION|github/rx-li/EasyCellType|3.6258158085569257e-06| +|DESCRIPTION|github/dpseidel/stmove|3.6258158085569257e-06| +|DESCRIPTION|github/fumi-github/omicwas|3.6258158085569257e-06| +|DESCRIPTION|github/ezer/PAFway|3.6258158085569257e-06| +|DESCRIPTION|github/jackmwolf/tehtuner|3.6258158085569257e-06| +|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6258158085569257e-06| +|DESCRIPTION|github/chrisaberson/BetterReg|3.6258158085569257e-06| +|DESCRIPTION|github/samhforbes/PupillometryR|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/netrankr|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/graphlayouts|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/signnet|3.6258158085569257e-06| +|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6258158085569257e-06| +|DESCRIPTION|github/CTU-Bern/presize|3.6258158085569257e-06| +|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6258158085569257e-06| +|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6258158085569257e-06| +|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6258158085569257e-06| +|DESCRIPTION|github/OrlandoLam/SAMT|3.6258158085569257e-06| +|DESCRIPTION|github/flyaflya/causact|3.6258158085569257e-06| +|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6258158085569257e-06| +|DESCRIPTION|github/RitchieLab/hudson|3.6258158085569257e-06| +|DESCRIPTION|github/nevrome/bleiglas|3.6258158085569257e-06| +|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6258158085569257e-06| +|DESCRIPTION|github/chainsawriot/sweater|3.6258158085569257e-06| +|DESCRIPTION|github/chainsawriot/oolong|3.6258158085569257e-06| +|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6258158085569257e-06| +|DESCRIPTION|github/r-lib/gert|3.6258158085569257e-06| +|DESCRIPTION|github/r-lib/credentials|3.6258158085569257e-06| +|DESCRIPTION|github/kadyb/rgugik|3.6258158085569257e-06| +|DESCRIPTION|github/signaturescience/skater|3.6258158085569257e-06| +|DESCRIPTION|github/MAnalytics/opitools|3.6258158085569257e-06| +|DESCRIPTION|github/MAnalytics/akmedoids|3.6258158085569257e-06| +|DESCRIPTION|github/metaOmics/MetaPath|3.6258158085569257e-06| +|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6258158085569257e-06| +|DESCRIPTION|github/MRCIEU/metaboprep|3.6258158085569257e-06| +|DESCRIPTION|github/VBlesius/RHRT|3.6258158085569257e-06| +|DESCRIPTION|github/aranyics/ReDCM|3.6258158085569257e-06| +|DESCRIPTION|github/donaldRwilliams/BGGM|3.6258158085569257e-06| +|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6258158085569257e-06| +|DESCRIPTION|github/ArgoCanada/argodata|3.6258158085569257e-06| +|DESCRIPTION|github/EpiVec/TDLM|3.6258158085569257e-06| +|DESCRIPTION|github/mdsteiner/EFAtools|3.6258158085569257e-06| +|DESCRIPTION|github/YonghuiDong/RawHummus|3.6258158085569257e-06| +|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6258158085569257e-06| +|DESCRIPTION|github/llrs/experDesign|3.6258158085569257e-06| +|DESCRIPTION|github/rqtl/qtl2|3.6258158085569257e-06| +|DESCRIPTION|github/bblodfon/emba|3.6258158085569257e-06| +|DESCRIPTION|github/pmoulos/metaseqR2|3.6258158085569257e-06| +|DESCRIPTION|github/niceume/datasailr|3.6258158085569257e-06| +|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6258158085569257e-06| +|DESCRIPTION|github/tgrimes/SeqNet|3.6258158085569257e-06| +|DESCRIPTION|github/LucyMcGowan/tipr|3.6258158085569257e-06| +|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6258158085569257e-06| +|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6258158085569257e-06| +|DESCRIPTION|github/wjakethompson/measr|3.6258158085569257e-06| +|DESCRIPTION|github/rudeboybert/forestecology|3.6258158085569257e-06| +|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6258158085569257e-06| +|DESCRIPTION|github/n8thangreen/BCEA|3.6258158085569257e-06| +|DESCRIPTION|github/BrianAronson/birankr|3.6258158085569257e-06| +|DESCRIPTION|github/ICRAR/ProFit|3.6258158085569257e-06| +|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/allcontributors|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/qcoder|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/gendercoder|3.6258158085569257e-06| +|DESCRIPTION|github/kateharborne/SimSpin|3.6258158085569257e-06| +|DESCRIPTION|github/insilico/cncv|3.6258158085569257e-06| +|DESCRIPTION|github/saeyslab/PeacoQC|3.6258158085569257e-06| +|DESCRIPTION|github/saeyslab/nichenetr|3.6258158085569257e-06| +|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6258158085569257e-06| +|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6258158085569257e-06| +|DESCRIPTION|github/rhenkin/visxhclust|3.6258158085569257e-06| +|DESCRIPTION|github/constantAmateur/SoupX|3.6258158085569257e-06| +|DESCRIPTION|github/mmahmoudian/sivs|3.6258158085569257e-06| +|DESCRIPTION|github/sachsmc/cosinor|3.6258158085569257e-06| +|DESCRIPTION|github/alstat/ALUES|3.6258158085569257e-06| +|DESCRIPTION|github/tlverse/hal9001|3.6258158085569257e-06| +|DESCRIPTION|github/CajoterBraak/demc2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/roblog|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/rotemplate|3.6258158085569257e-06| +|DESCRIPTION|github/Hegghammer/daiR|3.6258158085569257e-06| +|DESCRIPTION|github/taranu/AllStarFit|3.6258158085569257e-06| +|DESCRIPTION|github/isoverse/isoreader|3.6258158085569257e-06| +|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6258158085569257e-06| +|DESCRIPTION|github/r-cas/caracas|3.6258158085569257e-06| +|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6258158085569257e-06| +|DESCRIPTION|github/ShixiangWang/sigminer|3.6258158085569257e-06| +|DESCRIPTION|github/cran/irtplay|3.6258158085569257e-06| +|DESCRIPTION|github/cosimameyer/overviewR|3.6258158085569257e-06| +|DESCRIPTION|github/dieghernan/tidyterra|3.6258158085569257e-06| +|DESCRIPTION|github/SietzeN/glottospace|3.6258158085569257e-06| +|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6258158085569257e-06| +|DESCRIPTION|github/LTLA/basilisk|3.6258158085569257e-06| +|DESCRIPTION|github/bcjaeger/aorsf|3.6258158085569257e-06| +|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6258158085569257e-06| +|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6258158085569257e-06| +|DESCRIPTION|github/tidymodels/stacks|3.6258158085569257e-06| +|DESCRIPTION|github/tidymodels/infer|3.6258158085569257e-06| +|DESCRIPTION|github/maize-genetics/rTASSEL|3.6258158085569257e-06| +|DESCRIPTION|github/bcgov/bcdata|3.6258158085569257e-06| +|DESCRIPTION|github/bcgov/shinyssdtools|3.6258158085569257e-06| +|DESCRIPTION|github/stefanoMP/massiveGST|3.6258158085569257e-06| +|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6258158085569257e-06| +|DESCRIPTION|github/wadpac/GGIR|3.6258158085569257e-06| +|DESCRIPTION|github/rauschenberger/joinet|3.6258158085569257e-06| +|DESCRIPTION|github/rauschenberger/transreg|3.6258158085569257e-06| +|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6258158085569257e-06| +|DESCRIPTION|github/azizka/IUCNN|3.6258158085569257e-06| +|DESCRIPTION|github/timoast/signac|3.6258158085569257e-06| +|DESCRIPTION|github/dsoave/JLS|3.6258158085569257e-06| +|DESCRIPTION|github/yiling0210/APIR|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/dust|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/provisionr|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/sircovid|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/odin|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/individual|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/cinterpolate|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/drjacoby|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/ring|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/EpiEstim|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/rrq|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/squire|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/dde|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6258158085569257e-06| +|DESCRIPTION|github/nanakiksc/zerone|3.6258158085569257e-06| +|DESCRIPTION|github/flosalbizziae/kataegis|3.6258158085569257e-06| +|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6258158085569257e-06| +|DESCRIPTION|github/zoometh/iconr|3.6258158085569257e-06| +|Gemfile|github/tudelft3d/3dfier|3.6258158085569257e-06| +|Gemfile|github/odelaneau/GLIMPSE|3.6258158085569257e-06| +|Gemfile|github/odelaneau/shapeit5|3.6258158085569257e-06| +|Gemfile|github/vcflib/bio-vcf|3.6258158085569257e-06| +|Gemfile|github/openjournals/joss|3.6258158085569257e-06| +|Gemfile|github/ncbi/igblast|3.6258158085569257e-06| +|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.6258158085569257e-06| +|Gemfile|github/cboursnell/crb-blast|3.6258158085569257e-06| +|Gemfile|github/gramos/imagetooth|3.6258158085569257e-06| +|Gemfile|github/telatin/bamtocov|3.6258158085569257e-06| +|Gemfile|github/telatin/seqfu2|3.6258158085569257e-06| +|Gemfile|github/codidact/qpixel|3.6258158085569257e-06| +|Gemfile|github/quadram-institute-bioscience/dadaist2|3.6258158085569257e-06| +|Gemfile|github/scrook/neuroml-db|3.6258158085569257e-06| +|Gemfile|github/aymgal/COOLEST|3.6258158085569257e-06| +|Gemfile|github/sibirrer/hierArc|3.6258158085569257e-06| +|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6258158085569257e-06| +|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6258158085569257e-06| +|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6258158085569257e-06| +|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6258158085569257e-06| +|go.mod|github/linksmart/thing-directory|3.6258158085569257e-06| +|go.mod|github/sylabs/singularity|3.6258158085569257e-06| +|go.mod|github/containers/podman|3.6258158085569257e-06| +|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6258158085569257e-06| +|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6258158085569257e-06| +|go.mod|github/jasonyangshadow/lpmx|3.6258158085569257e-06| +|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6258158085569257e-06| +|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6258158085569257e-06| +|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6258158085569257e-06| +|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6258158085569257e-06| +|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6258158085569257e-06| +|go.mod|github/mlpack/mlpack|3.6258158085569257e-06| +|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6258158085569257e-06| +|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.620920910212316e-06| +|cran|[txtq](https://github.com/wlandau/txtq)|3.6150987337535572e-06| +|cran|[arm](https://CRAN.R-project.org/package=arm)|3.6007750181290803e-06| +|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.599419072588036e-06| +|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5971356055112413e-06| +|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.595967574847198e-06| +|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.595967574847198e-06| +|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.595967574847198e-06| +|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.595967574847198e-06| +|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.595967574847198e-06| +|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.595967574847198e-06| +|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.595967574847198e-06| +|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.595967574847198e-06| +|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.595967574847198e-06| +|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.595967574847198e-06| +|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.595967574847198e-06| +|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.595967574847198e-06| +|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.595967574847198e-06| +|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.595967574847198e-06| +|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.595967574847198e-06| +|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.594258075155518e-06| +|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.5895576504713635e-06| +|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.5895576504713635e-06| +|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.5895576504713635e-06| +|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.5895576504713635e-06| +|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.5895576504713635e-06| +|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| +|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| +|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.5895576504713635e-06| +|cran|socialmixr|3.5895576504713635e-06| +|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5895576504713563e-06| +|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5895576504713563e-06| +|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5895576504713563e-06| +|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5895576504713563e-06| +|pypi|[ares](https://github.com/barnumbirr/ares)|3.5895576504713563e-06| +|pypi|[requirement](http://github.com/storborg/funniest)|3.5895576504713563e-06| +|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5895576504713563e-06| +|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5895576504713563e-06| +|pypi|[macop](https://github.com/prise-3d/macop)|3.5895576504713563e-06| +|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5895576504713563e-06| +|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5895576504713563e-06| +|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5895576504713563e-06| +|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5895576504713563e-06| +|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5895576504713563e-06| +|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5895576504713563e-06| +|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5895576504713563e-06| +|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5895576504713563e-06| +|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5895576504713563e-06| +|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5895576504713563e-06| +|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5895576504713563e-06| +|pypi|[ngs](https://broadtech.com.cn)|3.5895576504713563e-06| +|pypi|[gsf](UNKNOWN)|3.5895576504713563e-06| +|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5895576504713563e-06| +|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5895576504713563e-06| +|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5895576504713563e-06| +|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5895576504713563e-06| +|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5895576504713563e-06| +|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5895576504713563e-06| +|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5895576504713563e-06| +|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5895576504713563e-06| +|pypi|[crc](https://github.com/Nicoretti/crc)|3.5895576504713563e-06| +|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5895576504713563e-06| +|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5895576504713563e-06| +|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5895576504713563e-06| +|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5895576504713563e-06| +|pypi|[UNKNOWN](UNKNOWN)|3.5895576504713563e-06| +|pypi|[biotools](https://github.com/sonwell/biotools)|3.5895576504713563e-06| +|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5895576504713563e-06| +|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5895576504713563e-06| +|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5895576504713563e-06| +|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5895576504713563e-06| +|pypi|[neworder](https://neworder.readthedocs.io)|3.5895576504713563e-06| +|pypi|[requirements](http://github.com/mattack108/requirements)|3.5895576504713563e-06| +|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5895576504713563e-06| +|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5895576504713563e-06| +|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5895576504713563e-06| +|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5895576504713563e-06| +|pypi|[galkin](UNKNOWN)|3.5895576504713563e-06| +|pypi|[SLIT](https://github.com/bweir/slit)|3.5895576504713563e-06| +|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5895576504713563e-06| +|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5895576504713563e-06| +|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5895576504713563e-06| +|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5895576504713563e-06| +|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5895576504713563e-06| +|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5895576504713563e-06| +|pypi|[Libra](https://github.com/Palashio/libra)|3.5895576504713563e-06| +|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5895576504713563e-06| +|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5895576504713563e-06| +|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5895576504713563e-06| +|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5895576504713563e-06| +|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5895576504713563e-06| +|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5895576504713563e-06| +|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5895576504713563e-06| +|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5895576504713563e-06| +|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5895576504713563e-06| +|pypi|[megaman](https://github.com/mmp2/megaman)|3.5895576504713563e-06| +|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5895576504713563e-06| +|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5895576504713563e-06| +|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5895576504713563e-06| +|npm|leaflet-geotiff-2|3.5895576504713563e-06| +|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5895576504713563e-06| +|cran|LSD|3.5895576504713563e-06| +|npm|retape|3.589557650471356e-06| +|npm|test|3.589557650471356e-06| +|npm|babel-plugin-remove-comments|3.589557650471356e-06| +|cran|outbreaks|3.589557650471356e-06| +|cran|aweek|3.589557650471356e-06| +|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.576841606163006e-06| +|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.576841606163006e-06| +|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.564532237387341e-06| +|cran|[rmsfact](NA)|3.553662073966643e-06| +|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.553662073966643e-06| +|cran|geomorph|3.5536620739666424e-06| +|pypi|[watermark](https://pypi.org/project/watermark)|3.531133160209732e-06| +|rubygems|rubocop-rspec|3.5252829461102084e-06| +|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4993438999965468e-06| +|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.498170400360541e-06| +|npm|svelte-preprocess|3.4883483182212237e-06| +|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4839824254574928e-06| +|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4839824254574928e-06| +|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4839824254574928e-06| +|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4839824254574928e-06| +|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4839824254574928e-06| +|pypi|[truecase](https://pypi.org/project/truecase)|3.4839824254574928e-06| +|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4839824254574928e-06| +|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4839824254574928e-06| +|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4839824254574928e-06| +|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4839824254574928e-06| +|pypi|[fireo](https://pypi.org/project/fireo)|3.4839824254574928e-06| +|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.4773839738941264e-06| +|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4757294948885647e-06| +|npm|karma-phantomjs-launcher|3.4725765306122454e-06| +|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4672325099504854e-06| +|cran|clv|3.4549492385786813e-06| +|cran|plainview|3.4549492385786805e-06| +|cran|mapdeck|3.4549492385786805e-06| +|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4514977408378424e-06| +|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4514977408378424e-06| +|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4514977408378424e-06| +|pypi|[parsley](https://pypi.org/project/parsley)|3.4514977408378424e-06| +|npm|json-stringify-safe|3.4508814019555498e-06| +|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4441654834522637e-06| +|cran|[geojson](https://docs.ropensci.org/geojson)|3.4399927483683844e-06| +|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4310142713339627e-06| +|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4297019854248513e-06| +|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4260872547674587e-06| +|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.416982763429464e-06| +|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.416982763429464e-06| +|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.416982763429464e-06| +|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.416982763429464e-06| +|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.416982763429464e-06| +|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.416982763429464e-06| +|spack|sofa-c|3.416982763429464e-06| +|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.416982763429464e-06| +|npm|loud-rejection|3.416982763429464e-06| +|npm|csv-spectrum|3.416982763429464e-06| +|npm|bops|3.416982763429464e-06| +|cran|ncbit|3.416982763429464e-06| +|cran|subplex|3.416982763429464e-06| +|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.413573229186995e-06| +|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.410754714483934e-06| +|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.410754714483934e-06| +|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.4071495168045466e-06| +|npm|babel-plugin-transform-runtime|3.4037410649539006e-06| +|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.397259919196105e-06| +|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.393417365060985e-06| +|pypi|[fury](https://pypi.org/project/fury)|3.3933672525711016e-06| +|pypi|[obspy](https://www.obspy.org)|3.390137781000727e-06| +|cran|thor|3.3844400704444217e-06| +|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3844400704444213e-06| +|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3844400704444213e-06| +|pypi|[colorful](https://pypi.org/project/colorful)|3.3844400704444213e-06| +|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3844400704444213e-06| +|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3844400704444213e-06| +|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3844400704444213e-06| +|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3844400704444213e-06| +|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3844400704444213e-06| +|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3844400704444213e-06| +|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3844400704444213e-06| +|pypi|[pygam](https://github.com/dswah/pyGAM)|3.376961825339274e-06| +|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.37503884802652e-06| +|pypi|[pythran](https://pypi.org/project/pythran)|3.369499598062275e-06| +|pypi|[meson-python](https://pypi.org/project/meson-python)|3.369499598062275e-06| +|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.369499598062275e-06| +|cran|gcookbook|3.358463008500221e-06| +|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.354245500692201e-06| +|npm|babel-plugin-add-module-exports|3.3538860975862426e-06| +|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3493005921108274e-06| +|pypi|[biomaj-core](http://biomaj.genouest.org)|3.340337734078415e-06| +|pypi|[funsor](https://pypi.org/project/funsor)|3.3399079642543632e-06| +|cran|polycor|3.3347749394808687e-06| +|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.329565738829698e-06| +|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.327819071791164e-06| +|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.327819071791164e-06| +|pypi|[csvw](https://github.com/cldf/csvw)|3.320340826686006e-06| +|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3201819967014728e-06| +|pypi|[httpcore](https://pypi.org/project/httpcore)|3.314930727834815e-06| +|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.3091234590282815e-06| +|npm|karma-cli|3.290690626409023e-06| +|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2904278462654096e-06| +|cran|imbalance|3.2904278462654096e-06| +|cran|prodlim|3.2904278462654096e-06| +|cran|pec|3.2904278462654096e-06| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.263234227701232e-06| +|cran|limma|3.2623789987091624e-06| +|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2622985161000246e-06| +|cran|misc3d|3.2575235678027553e-06| +|rubygems|forwardable-extended|3.2575235678027553e-06| +|npm|through|3.2519448204338915e-06| +|cran|aws.signature|3.244175842926003e-06| +|pypi|[questionary](https://pypi.org/project/questionary)|3.2417426602549882e-06| +|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2388537420919795e-06| +|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2356356186158995e-06| +|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2306018854242297e-06| +|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2306018854242204e-06| +|pypi|[pot](https://pypi.org/project/pot)|3.2306018854242204e-06| +|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2306018854242204e-06| +|cran|maxLik|3.2306018854242204e-06| +|cran|princurve|3.2306018854242204e-06| +|cran|brglm|3.2306018854242204e-06| +|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.230601885424211e-06| +|rubygems|test-unit-rr|3.224948332124728e-06| +|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2243810041205736e-06| +|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.2232928313848143e-06| +|pypi|[wxpython](http://wxPython.org/)|3.221627991298049e-06| +|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.2175628939588344e-06| +|cran|[gistr](https://github.com/ropensci/gistr)|3.213379260333576e-06| +|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.212084326116237e-06| +|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.208167150108775e-06| +|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.208167150108775e-06| +|pypi|[pyro4](https://pypi.org/project/pyro4)|3.208167150108775e-06| +|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.208167150108775e-06| +|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.208167150108775e-06| +|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.208167150108775e-06| +|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.208167150108775e-06| +|pypi|[couchbase](https://pypi.org/project/couchbase)|3.208167150108775e-06| +|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.208167150108775e-06| +|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.208167150108775e-06| +|pypi|[pyArango](https://pypi.org/project/pyArango)|3.208167150108775e-06| +|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.204962187920854e-06| +|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.204962187920854e-06| +|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2021270290623085e-06| +|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.198295866569978e-06| +|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1961931079463294e-06| +|cran|PCICt|3.190009270689584e-06| +|cran|paws|3.1892258760325347e-06| +|cran|clustermq|3.1892258760325347e-06| +|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.176599690682616e-06| +|pypi|[platon](https://pypi.org/project/platon)|3.176599690682616e-06| +|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.176599690682616e-06| +|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.176599690682616e-06| +|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.176599690682616e-06| +|pypi|[scp](https://pypi.org/project/scp)|3.176599690682616e-06| +|pypi|[wtforms](https://pypi.org/project/wtforms)|3.176599690682616e-06| +|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.176599690682616e-06| +|pypi|[bytecode](https://pypi.org/project/bytecode)|3.176599690682616e-06| +|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.176599690682616e-06| +|pypi|[docrep](https://pypi.org/project/docrep)|3.176599690682616e-06| +|pypi|[mudata](https://pypi.org/project/mudata)|3.176599690682616e-06| +|rubygems|html-proofer|3.176085478607687e-06| +|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.172912566041645e-06| +|spack|lm-sensors|3.172912566041645e-06| +|spack|rocprofiler-dev|3.172912566041645e-06| +|spack|rocm-smi-lib|3.172912566041645e-06| +|npm|watch-run|3.172912566041645e-06| +|npm|rollup-plugin-modify|3.172912566041645e-06| +|npm|rollup-plugin-html|3.172912566041645e-06| +|npm|rollup-plugin-esbuild|3.172912566041645e-06| +|npm|p-limit|3.172912566041645e-06| +|npm|number-precision|3.172912566041645e-06| +|npm|archiver|3.172912566041645e-06| +|cran|arules|3.172912566041645e-06| +|cran|grpreg|3.172912566041645e-06| +|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1672567504158925e-06| +|cran|syslognet|3.1664040274446366e-06| +|cran|botor|3.1664040274446366e-06| +|cran|telegram|3.1664040274446366e-06| +|cran|RPushbullet|3.1664040274446366e-06| +|cran|slackr|3.1664040274446366e-06| +|pypi|[flox](https://pypi.org/project/flox)|3.158810732414793e-06| +|npm|path-scurry|3.1427698966642494e-06| +|npm|minipass|3.1427698966642494e-06| +|npm|jackspeak|3.1427698966642494e-06| +|npm|foreground-child|3.1427698966642494e-06| +|pypi|[vispy](https://pypi.org/project/vispy)|3.1411834403812285e-06| +|pypi|[pyside](https://pypi.org/project/pyside)|3.1411834403812285e-06| +|npm|eslint-config-xo-nextjs|3.1411834403812285e-06| +|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.1297738598714523e-06| +|rubygems|[rails](https://rubyonrails.org)|3.1272435007360455e-06| +|npm|babelify|3.122548874517175e-06| +|npm|babel-plugin-transform-es2015-modules-commonjs|3.122548874517175e-06| +|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1172474333040725e-06| +|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1172474333040725e-06| +|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.094446250406342e-06| +|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.094446250406342e-06| +|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.094446250406342e-06| +|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.094446250406342e-06| +|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.094446250406342e-06| +|pypi|[katversion](https://pypi.org/project/katversion)|3.094446250406342e-06| +|pypi|[lupa](https://pypi.org/project/lupa)|3.094446250406342e-06| +|pypi|[omnijson](https://pypi.org/project/omnijson)|3.094446250406342e-06| +|pypi|[pygelf](https://pypi.org/project/pygelf)|3.094446250406342e-06| +|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.094446250406342e-06| +|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.094446250406342e-06| +|pypi|[spead2](https://pypi.org/project/spead2)|3.094446250406342e-06| +|pypi|[katpoint](https://pypi.org/project/katpoint)|3.094446250406342e-06| +|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.094446250406342e-06| +|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.090140933884037e-06| +|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.090140933884037e-06| +|cran|registry|3.079071273179322e-06| +|pypi|[logomaker](http://logomaker.readthedocs.io)|3.078609332841153e-06| +|rubygems|rexml|3.0783799170502137e-06| +|cran|pvclust|3.0776860362147393e-06| +|npm|babel-register|3.076100700837982e-06| +|cran|[themis](https://github.com/tidymodels/themis)|3.070746220377719e-06| +|cran|superpc|3.070746220377719e-06| +|cran|subselect|3.070746220377719e-06| +|cran|pamr|3.070746220377719e-06| +|cran|BradleyTerry2|3.070746220377719e-06| +|cran|ModelMetrics|3.070746220377719e-06| +|pypi|[cbor2](https://pypi.org/project/cbor2)|3.06799799185586e-06| +|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.06799799185586e-06| +|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.06799799185586e-06| +|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.0664437666413866e-06| +|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.065820406583495e-06| +|npm|livereload|3.063501787902278e-06| +|npm|jsonlint|3.063501787902278e-06| +|npm|http-server|3.063501787902278e-06| +|npm|highlight.js|3.063501787902278e-06| +|npm|handlebars|3.063501787902278e-06| +|npm|download-cli|3.063501787902278e-06| +|npm|heap|3.063501787902278e-06| +|npm|git-state|3.0545755006414902e-06| +|npm|xpath|3.0545755006414902e-06| +|npm|coffee-coverage|3.0545755006414902e-06| +|npm|conventional-changelog-cli|3.0461076765056827e-06| +|pypi|[stone](https://pypi.org/project/stone)|3.045996063399979e-06| +|pypi|[msrest](https://pypi.org/project/msrest)|3.045996063399979e-06| +|pypi|[azure-core](https://pypi.org/project/azure-core)|3.045996063399979e-06| +|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0459118926758547e-06| +|rubygems|method_source|3.041463331162777e-06| +|npm|gulp-if|3.0387267865253982e-06| +|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.037318011937301e-06| +|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.037318011937301e-06| +|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.037318011937301e-06| +|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.037318011937301e-06| +|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.037318011937301e-06| +|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.037318011937301e-06| +|npm|babel-plugin-istanbul|3.0362157178821967e-06| +|cran|yulab.utils|3.0330293618916975e-06| +|rubygems|sourcemap|3.0298796821121486e-06| +|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.01849166062364e-06| +|pypi|[modin](https://github.com/modin-project/modin)|3.01849166062364e-06| +|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.007468324624283e-06| +|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0069448318179285e-06| +|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0069448318179285e-06| +|npm|read-package-json|3.006944831817928e-06| +|npm|is-wsl|3.006944831817928e-06| +|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.996077687635968e-06| +|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.9912980420594638e-06| +|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.9909989122552573e-06| +|cran|farver|2.986270650392136e-06| +|npm|[covert](https://github.com/substack/covert)|2.9748100072516343e-06| +|cran|ranger|2.9626314358230602e-06| +|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9613850616388687e-06| +|pypi|[types-decorator](https://github.com/python/typeshed)|2.9613850616388687e-06| +|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9613850616388687e-06| +|pypi|[metpy](https://pypi.org/project/metpy)|2.9613850616388687e-06| +|npm|utest|2.9613850616388687e-06| +|npm|urun|2.9613850616388687e-06| +|npm|timezone-mock|2.9613850616388687e-06| +|npm|sqlstring|2.9613850616388687e-06| +|npm|bignumber.js|2.9613850616388687e-06| +|cran|doBy|2.9613850616388687e-06| +|cran|captioner|2.9613850616388687e-06| +|cran|robustlmm|2.9613850616388687e-06| +|cran|multgee|2.9613850616388687e-06| +|cran|merTools|2.9613850616388687e-06| +|cran|marginaleffects|2.9613850616388687e-06| +|cran|logistf|2.9613850616388687e-06| +|cran|JM|2.9613850616388687e-06| +|cran|gmnl|2.9613850616388687e-06| +|cran|fungible|2.9613850616388687e-06| +|cran|feisr|2.9613850616388687e-06| +|cran|estimatr|2.9613850616388687e-06| +|cran|crch|2.9613850616388687e-06| +|cran|censReg|2.9613850616388687e-06| +|cran|bife|2.9613850616388687e-06| +|cran|bdsmatrix|2.9613850616388687e-06| +|cran|corpus.JSS.papers|2.9613850616388687e-06| +|cran|lasso2|2.9613850616388687e-06| +|cran|ggfun|2.9613850616388687e-06| +|cran|[leafem](https://github.com/r-spatial/leafem)|2.9466422355744348e-06| +|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9459240282016747e-06| +|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9422603692388166e-06| +|pypi|[vaex](https://pypi.org/project/vaex)|2.9422603692388166e-06| +|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9422603692388166e-06| +|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9422603692388166e-06| +|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9422603692388166e-06| +|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9422603692388166e-06| +|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9422603692388166e-06| +|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9422603692388166e-06| +|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9422603692388166e-06| +|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9422603692388166e-06| +|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9422603692388166e-06| +|pypi|[aplus](https://pypi.org/project/aplus)|2.9422603692388166e-06| +|pypi|[blake3](https://pypi.org/project/blake3)|2.9422603692388166e-06| +|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9422603692388166e-06| +|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9422603692388166e-06| +|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9422603692388166e-06| +|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9369108049311094e-06| +|npm|eslint-plugin-pabigot|2.93177121102248e-06| +|npm|gulp-jshint|2.9288423686538258e-06| +|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9233253027669275e-06| +|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9233253027669275e-06| +|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9233253027669275e-06| +|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9233253027669275e-06| +|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9233253027669275e-06| +|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9233253027669275e-06| +|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9233253027669275e-06| +|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9233253027669275e-06| +|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9165155910079776e-06| +|cran|sparklyr|2.9165155910079768e-06| +|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.8962348926037853e-06| +|pypi|[findspark](https://pypi.org/project/findspark)|2.8948045568317387e-06| +|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8948045568317387e-06| +|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8948045568317387e-06| +|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8948045568317387e-06| +|pypi|[gmql](https://pypi.org/project/gmql)|2.8948045568317387e-06| +|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8948045568317387e-06| +|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8948045568317387e-06| +|pypi|[strconv](https://pypi.org/project/strconv)|2.8948045568317387e-06| +|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8948045568317387e-06| +|cran|sjmisc|2.89087589350461e-06| +|npm|enquirer|2.8839069640959916e-06| +|cran|[progressr](https://progressr.futureverse.org)|2.881092324720439e-06| +|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8678755766265897e-06| +|pypi|[pyqt](https://pypi.org/project/pyqt)|2.862672226250907e-06| +|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.862672226250907e-06| +|cran|distr6|2.8612416054481828e-06| +|cran|hardhat|2.849333534255734e-06| +|pypi|[channels](https://pypi.org/project/channels)|2.8473201924978574e-06| +|cran|ppcor|2.844604251916503e-06| +|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.841733139956495e-06| +|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.835750543872375e-06| +|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8355626667785964e-06| +|npm|zuul|2.826776649746193e-06| +|rubygems|em-synchrony|2.8246476391499313e-06| +|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.824137269120847e-06| +|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.8241372691208443e-06| +|pypi|[aafigure](https://pypi.org/project/aafigure)|2.820366725370351e-06| +|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.820366725370351e-06| +|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.820366725370351e-06| +|npm|travis-cov|2.820366725370351e-06| +|npm|[x2js](https://github.com/x2js/x2js#readme)|2.820366725370351e-06| +|npm|toml|2.820366725370351e-06| +|npm|properties|2.820366725370351e-06| +|npm|hjson|2.820366725370351e-06| +|npm|cson|2.820366725370351e-06| +|cran|decor|2.820366725370351e-06| +|pypi|[spin](https://pypi.org/project/spin)|2.818544237757369e-06| +|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8158624541873298e-06| +|cran|[mlr3](https://mlr3.mlr-org.com)|2.8152216355703462e-06| +|pypi|[mizani](https://github.com/has2k1/mizani)|2.794727027866987e-06| +|cran|rainbow|2.792163058116647e-06| +|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.791878172588852e-06| +|npm|ts-loader|2.7870177944960396e-06| +|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7807106598984776e-06| +|npm|in-publish|2.7801486831022762e-06| +|cran|procmaps|2.777467463073928e-06| +|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7659241207084616e-06| +|spack|[vc](https://github.com/VcDevel/Vc)|2.76024605536246e-06| +|npm|assert|2.7551235566463992e-06| +|pypi|[hashin](https://pypi.org/project/hashin)|2.749517662351082e-06| +|pypi|[nengo](https://pypi.org/project/nengo)|2.748535510333575e-06| +|pypi|[hankel](https://github.com/steven-murray/hankel)|2.748475024527587e-06| +|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.746133696408223e-06| +|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7405670595577573e-06| +|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.740120343871264e-06| +|pypi|[bio](https://pypi.org/project/bio)|2.740120343871264e-06| +|pypi|[kahypar](https://pypi.org/project/kahypar)|2.740120343871264e-06| +|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.740120343871264e-06| +|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.740120343871264e-06| +|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.740120343871264e-06| +|pypi|[selfies](https://pypi.org/project/selfies)|2.740120343871264e-06| +|pypi|[upfp](https://pypi.org/project/upfp)|2.740120343871264e-06| +|cran|tablerDash|2.7386169652146885e-06| +|cran|argonDash|2.7386169652146885e-06| +|cran|argonR|2.7386169652146885e-06| +|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.73820938303311e-06| +|cran|TMB|2.7362732220909603e-06| +|spack|autoconf-archive|2.7335862107435714e-06| +|spack|libxmu|2.7335862107435714e-06| +|cran|RProtoBuf|2.7335862107435714e-06| +|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.7316740977094214e-06| +|npm|eslint-plugin-jest|2.728993969693315e-06| +|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7220812182741236e-06| +|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7178079353568848e-06| +|pypi|[pendulum](https://pypi.org/project/pendulum)|2.713534652439656e-06| +|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.713534652439656e-06| +|cran|affy|2.7062503486361354e-06| +|cran|marray|2.7062503486361354e-06| +|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.705086660986218e-06| +|npm|server-destroy|2.698881334328216e-06| +|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.697809510708833e-06| +|rubygems|[debug](https://github.com/ruby/debug)|2.6935648001269035e-06| +|rubygems|[all_images](http://github.com/flori/all_images)|2.6935648001269035e-06| +|cran|lm.beta|2.6927234417727417e-06| +|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.692168237853517e-06| +|pypi|[xnat](https://pypi.org/project/xnat)|2.692168237853517e-06| +|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.692168237853517e-06| +|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.692168237853517e-06| +|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.692168237853517e-06| +|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.692168237853517e-06| +|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.692168237853517e-06| +|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.692168237853517e-06| +|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.692168237853517e-06| +|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.692168237853517e-06| +|npm|karma-coverage|2.684259418750487e-06| +|pypi|[cudf](https://pypi.org/project/cudf)|2.6840445907317893e-06| +|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6787743660234e-06| +|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6787743660234e-06| +|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6787743660234e-06| +|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6787743660234e-06| +|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6787743660234e-06| +|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6787743660234e-06| +|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6787743660234e-06| +|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6787743660234e-06| +|npm|eslint-config-airbnb|2.6737602499023817e-06| +|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6719263714034903e-06| +|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6719263714034903e-06| +|pypi|[motor](https://pypi.org/project/motor)|2.6719263714034903e-06| +|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6719263714034903e-06| +|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6719263714034903e-06| +|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6719263714034903e-06| +|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6719263714034903e-06| +|cran|mlapi|2.6719263714034903e-06| +|cran|rsparse|2.6719263714034903e-06| +|cran|[magicaxis](NA)|2.667749478326508e-06| +|npm|gulp-mocha|2.6544628003485654e-06| +|npm|gulp-istanbul|2.6544628003485654e-06| +|npm|gulp-coveralls|2.6544628003485654e-06| +|npm|stealthy-require|2.6544628003485654e-06| +|npm|request-promise-core|2.6544628003485654e-06| +|cran|GenSA|2.635743753046777e-06| +|npm|updox|2.632342277012328e-06| +|npm|safename|2.632342277012328e-06| +|cran|MonetDBLite|2.632342277012328e-06| +|rubygems|standard|2.6323422770123274e-06| +|rubygems|net-ssh|2.6323422770123274e-06| +|rubygems|octicons|2.6323422770123274e-06| +|cran|RgoogleMaps|2.6248640319071788e-06| +|pypi|[flametree](https://pypi.org/project/flametree)|2.6201150733367562e-06| +|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6201150733367562e-06| +|pypi|[platemap](https://pypi.org/project/platemap)|2.6201150733367562e-06| +|pypi|[proglog](https://pypi.org/project/proglog)|2.6201150733367562e-06| +|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6201150733367562e-06| +|cran|systemfonts|2.6188136886548606e-06| +|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6182655803438162e-06| +|pypi|[pixell](https://pypi.org/project/pixell)|2.6173857868020297e-06| +|npm|[q](https://github.com/kriskowal/q)|2.6067025795089703e-06| +|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.606702579508963e-06| +|npm|browserify-istanbul|2.601941584954441e-06| +|npm|combined-stream|2.601941584954441e-06| +|npm|split2|2.5975512455274965e-06| +|npm|csstype|2.5916650172237346e-06| +|cran|leafsync|2.5876864705272976e-06| +|pypi|[qmflows](https://pypi.org/project/qmflows)|2.5836925945700434e-06| +|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.579994561276289e-06| +|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5751174449033643e-06| +|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5751174449033643e-06| +|pypi|[properconf](https://pypi.org/project/properconf)|2.5751174449033643e-06| +|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5751174449033643e-06| +|pypi|[multipart](https://pypi.org/project/multipart)|2.5751174449033643e-06| +|cran|ExactData|2.5751174449033643e-06| +|cran|diffobj|2.5701544254000305e-06| +|cran|Epi|2.566300631927898e-06| +|cran|memisc|2.566300631927898e-06| +|cran|descr|2.566300631927898e-06| +|cran|sylly.en|2.566300631927898e-06| +|cran|sylly|2.566300631927898e-06| +|cran|estimability|2.5653335640336704e-06| +|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5541083282200053e-06| +|npm|gulp-replace|2.5526076770283347e-06| +|npm|gulp-header|2.5526076770283347e-06| +|cran|RWeka|2.5511266350718383e-06| +|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.55063710763494e-06| +|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.5447033490698664e-06| +|cran|Exact|2.543903900116656e-06| +|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.5433905194458223e-06| +|pypi|[resampy](https://pypi.org/project/resampy)|2.542304205946338e-06| +|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.5403721475327995e-06| +|pypi|[proselint](https://pypi.org/project/proselint)|2.5403721475327995e-06| +|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.538388780632067e-06| +|cran|DoE.base|2.538330052833316e-06| +|npm|jest-canvas-mock|2.532401354011216e-06| +|cran|[text2vec](http://text2vec.org)|2.5319201284574795e-06| +|cran|RcppAnnoy|2.530385357832273e-06| +|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5191823521866326e-06| +|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5191823521866326e-06| +|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5186729514140695e-06| +|npm|postcss-loader|2.516732649981381e-06| +|spack|tar|2.5149998133771276e-06| +|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5122416606236405e-06| +|npm|open|2.510126385579612e-06| +|spack|suite-sparse|2.5094853931420285e-06| +|cran|DendSer|2.498993359032098e-06| +|cran|[rgbif](https://github.com/ropensci/rgbif)|2.4927483683828885e-06| +|cran|[rbison](https://github.com/ropensci/rbison)|2.4927483683828885e-06| +|cran|[rebird](https://docs.ropensci.org/rebird/)|2.4927483683828885e-06| +|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.4927483683828885e-06| +|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.4927483683828885e-06| +|cran|fftw|2.486134954344319e-06| +|npm|imagemin-svgo|2.4850783734032465e-06| +|npm|imagemin-optipng|2.4850783734032465e-06| +|npm|imagemin-jpegtran|2.4850783734032465e-06| +|npm|imagemin-gifsicle|2.4850783734032465e-06| +|npm|pretty-bytes|2.4850783734032465e-06| +|npm|plur|2.4850783734032465e-06| +|npm|p-map|2.4850783734032465e-06| +|npm|imagemin|2.4850783734032465e-06| +|npm|nodeunit-x|2.480729486249791e-06| +|cran|[clusterCrit](http:www.r-project.org)|2.4794037305010222e-06| +|cran|kknn|2.479391997814893e-06| +|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.4742041010566664e-06| +|npm|karma-chai|2.47349831834917e-06| +|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.470491686522327e-06| +|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.4678208846990574e-06| +|npm|prettier-plugin-pkgjson|2.4678208846990574e-06| +|npm|make-dir-cli|2.4678208846990574e-06| +|npm|koa|2.4678208846990574e-06| +|npm|formdata-polyfill|2.4678208846990574e-06| +|npm|once|2.4678208846990574e-06| +|npm|hexoid|2.4678208846990574e-06| +|npm|dezalgo|2.4678208846990574e-06| +|npm|houkou|2.4678208846990574e-06| +|cran|picante|2.4678208846990574e-06| +|cran|hisse|2.4678208846990574e-06| +|cran|diversitree|2.4678208846990574e-06| +|cran|[gargle](https://gargle.r-lib.org)|2.4636404992365543e-06| +|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4605135709105997e-06| +|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.45706847444377e-06| +|rubygems|jekyll-github-metadata|2.455481780275562e-06| +|rubygems|rubocop-github|2.455481780275562e-06| +|npm|rollup-plugin-typescript2|2.4432246632568737e-06| +|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4431426758520667e-06| +|rubygems|spoon|2.4431426758520667e-06| +|pypi|[percy](https://pypi.org/project/percy)|2.4424720696556456e-06| +|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4424720696556456e-06| +|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4424720696556456e-06| +|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4424720696556456e-06| +|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4424720696556456e-06| +|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4424720696556456e-06| +|npm|gulp-sourcemaps|2.434362488231752e-06| +|npm|gulp-file|2.434362488231752e-06| +|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4322842639593908e-06| +|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.430429659173323e-06| +|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.4187112490935458e-06| +|rubygems|hoe-doofus|2.4187112490935458e-06| +|npm|watchify|2.417457193174587e-06| +|npm|gulp-gh-pages|2.417457193174587e-06| +|npm|gulp-beautify|2.417457193174587e-06| +|rubygems|hiredis|2.417457193174587e-06| +|rubygems|aws-sigv4|2.417457193174587e-06| +|rubygems|aws-sdk-kms|2.417457193174587e-06| +|rubygems|aws-sdk-core|2.417457193174587e-06| +|rubygems|bump|2.417457193174587e-06| +|cran|svUnit|2.4174571931745864e-06| +|cran|AlgDesign|2.4174571931745864e-06| +|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4155611483171947e-06| +|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.41440484823371e-06| +|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.409962883096066e-06| +|rubygems|activestorage|2.396381925336654e-06| +|rubygems|actioncable|2.396381925336654e-06| +|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.393038433647589e-06| +|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.393038433647572e-06| +|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.3930384336475713e-06| +|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.393038433647571e-06| +|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.390047135605524e-06| +|cran|RDCOMClient|2.3878361761831194e-06| +|cran|base|2.3878361761831194e-06| +|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.387055837563459e-06| +|pypi|[colander](https://pypi.org/project/colander)|2.3815334411781125e-06| +|npm|babel-preset-es2017|2.3803895162125762e-06| +|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.3691080493111095e-06| +|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.369108049311095e-06| +|cran|BiasedUrn|2.369108049311095e-06| +|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3584023510553065e-06| +|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.3454169688179837e-06| +|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.3442091051434694e-06| +|cran|[oai](https://github.com/ropensci/oai)|2.344036833788579e-06| +|npm|statuses|2.3419116558878807e-06| +|npm|setprototypeof|2.3419116558878807e-06| +|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3318048031395305e-06| +|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.330621795037812e-06| +|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.330621795037812e-06| +|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.330621795037812e-06| +|rubygems|[colorator](https://github.com/octopress/colorator)|2.330621795037812e-06| +|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.326552435695091e-06| +|cran|[reproj](https://github.com/hypertidy/reproj/)|2.314304909781171e-06| +|npm|[babel-polyfill](https://babeljs.io/)|2.3107500329266705e-06| +|cran|influenceR|2.310177477014268e-06| +|spack|[seqan](https://www.seqan.de)|2.307572775303018e-06| +|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3075727753030144e-06| +|pypi|[fido](https://pypi.org/project/fido)|2.3075727753030144e-06| +|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3075727753030144e-06| +|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3075727753030144e-06| +|npm|[angular-mocks](http://angularjs.org)|2.3075727753030144e-06| +|npm|gulp-angular-templatecache|2.3075727753030144e-06| +|npm|gulp-cssnano|2.3075727753030144e-06| +|npm|gulp-less|2.3075727753030144e-06| +|cran|Rdonlp2|2.3075727753030144e-06| +|cran|gamlss.dist|2.3075727753030144e-06| +|cran|Rsolnp|2.3075727753030144e-06| +|cran|[correlation](https://easystats.github.io/correlation/)|2.3067902861160823e-06| +|pypi|[mip](https://pypi.org/project/mip)|2.298779308677789e-06| +|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.29154796436341e-06| +|cran|[kml](http:www.r-project.org)|2.290479643634108e-06| +|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.277988508952976e-06| +|cran|R2WinBUGS|2.277988508952976e-06| +|cran|kriging|2.277988508952976e-06| +|cran|udunits2|2.277988508952976e-06| +|cran|formula.tools|2.277988508952976e-06| +|cran|polspline|2.274632886149384e-06| +|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.264839946130751e-06| +|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2625090645395217e-06| +|pypi|[lark](https://github.com/lark-parser/lark)|2.257969822056133e-06| +|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.256293380296281e-06| +|cran|plotlyGeoAssets|2.249613564367772e-06| +|cran|listviewer|2.249613564367772e-06| +|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2434735315445977e-06| +|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2434735315445977e-06| +|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2434735315445977e-06| +|pypi|[deform](https://pypi.org/project/deform)|2.2434735315445977e-06| +|pypi|[Faker](https://pypi.org/project/Faker)|2.2434735315445977e-06| +|pypi|[flower](https://pypi.org/project/flower)|2.2434735315445977e-06| +|pypi|[hl7](https://pypi.org/project/hl7)|2.2434735315445977e-06| +|pypi|[paginate](https://pypi.org/project/paginate)|2.2434735315445977e-06| +|pypi|[pycap](https://pypi.org/project/pycap)|2.2434735315445977e-06| +|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2434735315445977e-06| +|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2434735315445977e-06| +|pypi|[twilio](https://pypi.org/project/twilio)|2.2434735315445977e-06| +|pypi|[Wand](https://pypi.org/project/Wand)|2.2434735315445977e-06| +|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2434735315445977e-06| +|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2434735315445977e-06| +|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2434735315445977e-06| +|pypi|[parsel](https://pypi.org/project/parsel)|2.2434735315445977e-06| +|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2434735315445977e-06| +|pypi|[portend](https://pypi.org/project/portend)|2.2434735315445977e-06| +|pypi|[protego](https://pypi.org/project/protego)|2.2434735315445977e-06| +|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2434735315445977e-06| +|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2434735315445977e-06| +|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2434735315445977e-06| +|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2434735315445977e-06| +|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2434735315445977e-06| +|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2434735315445977e-06| +|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2434735315445977e-06| +|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2434735315445977e-06| +|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2434735315445977e-06| +|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2434735315445977e-06| +|pypi|[hickle](http://github.com/telegraphic/hickle)|2.23350253807108e-06| +|cran|mlr3measures|2.227366542087354e-06| +|pypi|[biomaj-user](http://biomaj.genouest.org)|2.226677473019664e-06| +|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.2258776607089535e-06| +|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2210387962291518e-06| +|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2210387962291518e-06| +|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2210387962291518e-06| +|npm|gulp-json-editor|2.2210387962291518e-06| +|npm|requizzle|2.2210387962291518e-06| +|npm|markdown-it-anchor|2.2210387962291518e-06| +|npm|klaw|2.2210387962291518e-06| +|npm|js2xmlparser|2.2210387962291518e-06| +|npm|escape-string-regexp|2.2210387962291518e-06| +|npm|catharsis|2.2210387962291518e-06| +|cran|mclustcomp|2.2210387962291518e-06| +|cran|maotai|2.2210387962291518e-06| +|cran|CVXR|2.2210387962291518e-06| +|cran|leafgl|2.2210387962291518e-06| +|cran|shinyEffects|2.2210387962291518e-06| +|pypi|[oemof](https://pypi.org/project/oemof)|2.217079725291132e-06| +|npm|optimist|2.216338185020201e-06| +|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2140947114886564e-06| +|pypi|[pymanopt](https://pymanopt.org)|2.2097008117148965e-06| +|cran|googleAnalyticsR|2.2072435242028836e-06| +|cran|bigQueryR|2.2072435242028836e-06| +|cran|seasonal|2.2072435242028836e-06| +|cran|forecTheta|2.2072435242028836e-06| +|cran|urca|2.2072435242028836e-06| +|cran|fracdiff|2.2072435242028836e-06| +|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2034361577508787e-06| +|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.2023842727251085e-06| +|pypi|[HTSeq](https://github.com/htseq)|2.193618564176945e-06| +|cran|[tiff](https://www.rforge.net/tiff/)|2.1936185641769414e-06| +|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.193618564176941e-06| +|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.1936185641769397e-06| +|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.1936185641769397e-06| +|cran|wicket|2.1936185641769397e-06| +|cran|prettymapr|2.1936185641769397e-06| +|cran|rosm|2.1936185641769397e-06| +|cran|pkgmaker|2.190655754687662e-06| +|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.182073203312851e-06| +|cran|effects|2.1803604299978487e-06| +|spack|[kokkos](https://github.com/kokkos/kokkos)|2.179374287786179e-06| +|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.171077540585896e-06| +|pypi|[zope.component](https://pypi.org/project/zope.component)|2.170326432994127e-06| +|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.168469830637929e-06| +|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1666582434778305e-06| +|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1666582434778305e-06| +|npm|gaze|2.161811094996374e-06| +|npm|hooker|2.154977129469515e-06| +|pypi|[twobody](https://pypi.org/project/twobody)|2.153734590282814e-06| +|pypi|[cmastro](https://pypi.org/project/cmastro)|2.153734590282814e-06| +|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.153734590282814e-06| +|npm|punycode|2.1537345902828134e-06| +|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.1463191875735094e-06| +|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1395102359569367e-06| +|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1337576853439372e-06| +|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1337576853439372e-06| +|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1310434579923347e-06| +|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1233181406582376e-06| +|cran|[r4ss](https://github.com/r4ss/r4ss)|2.1211022480058005e-06| +|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1152750440277636e-06| +|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1152750440277636e-06| +|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1152750440277636e-06| +|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1152750440277636e-06| +|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1152750440277636e-06| +|npm|phantomjs-prebuilt|2.1152750440277636e-06| +|cran|cleanrmd|2.1152750440277636e-06| +|cran|agridat|2.115275044027763e-06| +|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1110017611105375e-06| +|rubygems|rubocop-standard|2.1088284915126313e-06| +|rubygems|minitest-focus|2.1088284915126313e-06| +|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.107930339013778e-06| +|rubygems|rubocop-ast|2.102835212221219e-06| +|cran|cyclocomp|2.0970573642227397e-06| +|cran|xmlparsedata|2.0970573642227397e-06| +|npm|node-sass|2.095482996832182e-06| +|npm|pify|2.091952780721816e-06| +|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0903894552744957e-06| +|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0903894552744957e-06| +|pypi|[rise](https://pypi.org/project/rise)|2.0903894552744957e-06| +|cran|calibrator|2.0903894552744957e-06| +|cran|alabama|2.0903894552744957e-06| +|cran|disordR|2.0903894552744957e-06| +|cran|rio|2.0801631910702173e-06| +|npm|rollup-plugin-livereload|2.078164955536048e-06| +|cran|sva|2.0752130166787527e-06| +|cran|SIS|2.0752130166787527e-06| +|cran|LogicReg|2.0752130166787527e-06| +|cran|KernelKnn|2.0752130166787527e-06| +|cran|genefilter|2.0752130166787527e-06| +|cran|extraTrees|2.0752130166787527e-06| +|cran|biglasso|2.0752130166787527e-06| +|cran|bartMachine|2.0752130166787527e-06| +|cran|cvAUC|2.0752130166787527e-06| +|cran|nnls|2.0752130166787527e-06| +|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0748083497358393e-06| +|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.069168950618941e-06| +|npm|duplexer|2.0676813555371387e-06| +|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0641828115779506e-06| +|npm|rollup-plugin-copy|2.061037222386026e-06| +|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.056686594981609e-06| +|cran|[ring](https://github.com/mrc-ide/ring)|2.056686594981609e-06| +|npm|[opener](https://github.com/domenic/opener#readme)|2.0521525506504278e-06| +|cran|lda|2.0487400290065266e-06| +|npm|karma-sinon|2.0468882254360075e-06| +|pypi|[rpyc](http://rpyc.readthedocs.org)|2.0439363562683957e-06| +|spack|libice|2.042334525268185e-06| +|spack|nlohmann-json|2.042334525268185e-06| +|spack|xxhash|2.042334525268185e-06| +|spack|libxpm|2.042334525268185e-06| +|spack|ftgl|2.042334525268185e-06| +|spack|arrow|2.042334525268185e-06| +|spack|davix|2.042334525268185e-06| +|spack|dcap|2.042334525268185e-06| +|spack|fcgi|2.042334525268185e-06| +|spack|mysql-client|2.042334525268185e-06| +|spack|oracle-instant-client|2.042334525268185e-06| +|spack|postgresql|2.042334525268185e-06| +|spack|pythia6|2.042334525268185e-06| +|spack|r|2.042334525268185e-06| +|spack|r-rcpp|2.042334525268185e-06| +|spack|r-rinside|2.042334525268185e-06| +|spack|shadow|2.042334525268185e-06| +|spack|unuran|2.042334525268185e-06| +|spack|vdt|2.042334525268185e-06| +|spack|veccore|2.042334525268185e-06| +|spack|xrootd|2.042334525268185e-06| +|cran|textdata|2.0406470638740945e-06| +|cran|mallet|2.0406470638740945e-06| +|cran|gutenbergr|2.0406470638740945e-06| +|npm|bl|2.040065264684554e-06| +|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.033228012016992e-06| +|rubygems|toxiproxy|2.030664042266653e-06| +|rubygems|mini_portile2|2.030664042266653e-06| +|rubygems|connection_pool|2.030664042266653e-06| +|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0276601013757257e-06| +|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0276601013757257e-06| +|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0276015228426408e-06| +|npm|qs|2.02713858385994e-06| +|cran|[ids](https://github.com/richfitz/ids)|2.025536102765986e-06| +|rubygems|codeclimate-test-reporter|2.023181436668731e-06| +|cran|quanteda.textplots|2.019126178390138e-06| +|cran|quanteda.textstats|2.019126178390138e-06| +|cran|quanteda.textmodels|2.019126178390138e-06| +|cran|questionr|2.0191261783901376e-06| +|cran|dockerfiler|2.0137765422569164e-06| +|cran|attachment|2.0137765422569164e-06| +|pypi|[nflows](https://github.com/bayesiains/nflows)|2.011730111802628e-06| +|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0101707035868786e-06| +|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0101707035868786e-06| +|rubygems|sprockets|2.0055941158189164e-06| +|pypi|[copier](https://pypi.org/project/copier)|2.0053394695370706e-06| +|pypi|[dunamai](https://pypi.org/project/dunamai)|2.0053394695370706e-06| +|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.0053394695370706e-06| +|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.0053394695370706e-06| +|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.0053394695370706e-06| +|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.0053394695370706e-06| +|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.0053394695370706e-06| +|pypi|[pygeos](https://pypi.org/project/pygeos)|2.0053394695370706e-06| +|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.0053394695370706e-06| +|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.0053394695370706e-06| +|pypi|[send2trash](https://pypi.org/project/send2trash)|2.0053394695370706e-06| +|pypi|[botorch](https://pypi.org/project/botorch)|1.9992472989967046e-06| +|rubygems|regexp_parser|1.9972989089492963e-06| +|cran|mfx|1.995926956681243e-06| +|cran|drc|1.995926956681243e-06| +|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9953108439783568e-06| +|npm|xvfb-maybe|1.974256707759246e-06| +|npm|twolfson-style|1.974256707759246e-06| +|npm|proclaim|1.974256707759246e-06| +|npm|jscs|1.974256707759246e-06| +|npm|foundry-release-npm|1.974256707759246e-06| +|npm|foundry-release-git|1.974256707759246e-06| +|npm|foundry-release-component|1.974256707759246e-06| +|npm|foundry|1.974256707759246e-06| +|npm|domify|1.974256707759246e-06| +|npm|css-controls|1.974256707759246e-06| +|npm|brfs|1.974256707759246e-06| +|npm|computed-style|1.974256707759246e-06| +|cran|RQuantLib|1.974256707759246e-06| +|cran|odeintr|1.974256707759246e-06| +|cran|bigstatsr|1.974256707759246e-06| +|rubygems|crass|1.9742567077592457e-06| +|rubygems|openssl|1.9742567077592457e-06| +|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.967353712277571e-06| +|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.9628667652144835e-06| +|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9579405366207396e-06| +|npm|gulp-autoprefixer|1.9572327790525568e-06| +|npm|ubelt|1.952561579102551e-06| +|npm|asynct|1.952561579102551e-06| +|npm|event-stream|1.952561579102551e-06| +|npm|it-is|1.952561579102551e-06| +|npm|stream-spec|1.952561579102551e-06| +|npm|string-to-stream|1.952561579102551e-06| +|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9525615791025505e-06| +|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9525615791025505e-06| +|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9525615791025505e-06| +|cran|snow|1.9525615791025505e-06| +|cran|Rmpi|1.9525615791025505e-06| +|cran|batchtools|1.9525615791025505e-06| +|cran|BatchJobs|1.9525615791025505e-06| +|cran|BBmisc|1.9525615791025505e-06| +|cran|[ssh](https://docs.ropensci.org/ssh)|1.9525615791025505e-06| +|pypi|[rtoml](https://pypi.org/project/rtoml)|1.949398065946449e-06| +|npm|read-dir-deep|1.9313380836775232e-06| +|npm|gulp-strip-comments|1.9313380836775232e-06| +|npm|gulp-jsbeautifier|1.9313380836775232e-06| +|npm|webgpu|1.9313380836775232e-06| +|npm|gpu-mock.js|1.9313380836775232e-06| +|npm|gl-wiretap|1.9313380836775232e-06| +|npm|gl|1.9313380836775232e-06| +|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9173793121309436e-06| +|npm|babel-preset-stage-2|1.9144307469180564e-06| +|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9130256691143397e-06| +|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9108411892675855e-06| +|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9105710075089477e-06| +|pypi|[blue](https://pypi.org/project/blue)|1.9105710075089477e-06| +|cran|rematch2|1.9100933647570702e-06| +|npm|pngjs|1.9056531928178049e-06| +|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.9040262319891558e-06| +|pypi|[pyright](https://pypi.org/project/pyright)|1.9003540502495414e-06| +|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9003540502495414e-06| +|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9003540502495414e-06| +|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9003540502495414e-06| +|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9003540502495414e-06| +|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9003540502495414e-06| +|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9003540502495414e-06| +|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9003540502495414e-06| +|cran|bain|1.9003540502495414e-06| +|pypi|[wotan](https://github.com/hippke/wotan)|1.8983159184925186e-06| +|cran|gclus|1.89073046243097e-06| +|npm|[types](http://nodeca.github.com/types/)|1.8903287626939066e-06| +|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8902457840248098e-06| +|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.885417405006352e-06| +|cran|[dde](https://github.com/mrc-ide/dde)|1.884111707939718e-06| +|npm|[runmd](https://github.com/broofa/runmd)|1.8802444835802342e-06| +|npm|random-seed|1.8802444835802342e-06| +|npm|optional-dev-dependency|1.8802444835802342e-06| +|pypi|[bson](https://pypi.org/project/bson)|1.877360710310266e-06| +|cran|movMF|1.8703484599824433e-06| +|cran|flexmix|1.8703484599824433e-06| +|cran|flexclust|1.8703484599824433e-06| +|cran|cclust|1.8703484599824433e-06| +|cran|relations|1.8703484599824433e-06| +|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8674246348285552e-06| +|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8650269557256768e-06| +|pypi|[libpysal](http://pysal.org/libpysal)|1.861252115059223e-06| +|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8596793095410753e-06| +|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8516134880348082e-06| +|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.850865663524293e-06| +|npm|pm2-sysmonit|1.850865663524293e-06| +|npm|yamljs|1.850865663524293e-06| +|npm|vizion|1.850865663524293e-06| +|npm|source-map-support|1.850865663524293e-06| +|npm|promptly|1.850865663524293e-06| +|npm|pm2-multimeter|1.850865663524293e-06| +|npm|pm2-deploy|1.850865663524293e-06| +|npm|pm2-axon-rpc|1.850865663524293e-06| +|npm|pm2-axon|1.850865663524293e-06| +|npm|pidusage|1.850865663524293e-06| +|npm|fclone|1.850865663524293e-06| +|npm|croner|1.850865663524293e-06| +|npm|cli-tableau|1.850865663524293e-06| +|npm|blessed|1.850865663524293e-06| +|cran|arkdb|1.850865663524293e-06| +|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8472673860000175e-06| +|cran|[energy](https://github.com/mariarizzo/energy)|1.8332606281725904e-06| +|npm|mocha-headless-chrome|1.83235700688905e-06| +|npm|gulp-format-md|1.83235700688905e-06| +|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8297988998744232e-06| +|pypi|[snappy](https://pypi.org/project/snappy)|1.8297988998744232e-06| +|pypi|[datashape](https://pypi.org/project/datashape)|1.8297988998744232e-06| +|pypi|[fastremap](https://pypi.org/project/fastremap)|1.822390807162381e-06| +|pypi|[edt](https://pypi.org/project/edt)|1.822390807162381e-06| +|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.822390807162381e-06| +|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.822390807162381e-06| +|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.822390807162381e-06| +|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.822390807162381e-06| +|npm|babel-plugin-module-resolver|1.8175167326499814e-06| +|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8140085983632018e-06| +|npm|sveld|1.81309289488094e-06| +|npm|pretty-quick|1.81309289488094e-06| +|npm|toidentifier|1.81309289488094e-06| +|npm|gulp-plumber|1.81309289488094e-06| +|npm|gulp-filter|1.81309289488094e-06| +|cran|sn|1.81309289488094e-06| +|cran|ProFound|1.81309289488094e-06| +|cran|FITSio|1.81309289488094e-06| +|rubygems|fakeweb-fi|1.81309289488094e-06| +|rubygems|rspectacular|1.81309289488094e-06| +|rubygems|fuubar|1.81309289488094e-06| +|rubygems|bindex|1.81309289488094e-06| +|pypi|[bs4](https://pypi.org/project/bs4)|1.8127431488018938e-06| +|cran|dials|1.8102510564877097e-06| +|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8096249724598582e-06| +|npm|kefir|1.8050347042370246e-06| +|npm|highland|1.8050347042370246e-06| +|npm|grunt-saucelabs|1.8050347042370246e-06| +|npm|co|1.8050347042370246e-06| +|npm|baconjs|1.8050347042370246e-06| +|npm|acorn-walk|1.8050347042370246e-06| +|npm|travis-check-changes|1.804166899090757e-06| +|npm|shelljs-release|1.804166899090757e-06| +|npm|shelljs-changelog|1.804166899090757e-06| +|npm|rechoir|1.804166899090757e-06| +|npm|interpret|1.804166899090757e-06| +|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.794778825235692e-06| +|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7947788252356817e-06| +|pypi|[exhale](https://github.com/svenevs/exhale)|1.7947788252356817e-06| +|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7947788252356817e-06| +|pypi|[jumper](https://vlab.jumper.io)|1.7947788252356817e-06| +|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7947788252356817e-06| +|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7947788252356817e-06| +|pypi|[atropos](https://atropos.readthedocs.org/)|1.7947788252356817e-06| +|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7947788252356817e-06| +|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7947788252356817e-06| +|pypi|[git](https://pypi.org)|1.7947788252356817e-06| +|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7947788252356817e-06| +|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7947788252356817e-06| +|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7947788252356817e-06| +|cran|kappaSize|1.7947788252356817e-06| +|cran|[readtext](https://github.com/quanteda/readtext)|1.7947788252356807e-06| +|pypi|[petsc](https://petsc.org/)|1.7947788252356781e-06| +|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7947788252356781e-06| +|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7947788252356781e-06| +|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7947788252356781e-06| +|pypi|[catscii](https://pypi.org/project/catscii)|1.7947788252356781e-06| +|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7947788252356781e-06| +|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7947788252356781e-06| +|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7947788252356781e-06| +|pypi|[komics](http://github.com/frebio/komics)|1.7947788252356781e-06| +|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7947788252356781e-06| +|pypi|[partycls](https://pypi.org/project/partycls)|1.7947788252356781e-06| +|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7947788252356781e-06| +|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7947788252356781e-06| +|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7947788252356781e-06| +|npm|[natives](https://github.com/addaleax/natives#readme)|1.7947788252356781e-06| +|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7947788252356781e-06| +|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7947788252356781e-06| +|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7947788252356781e-06| +|cran|nLTT|1.794778825235678e-06| +|pypi|[gymnasium](https://farama.org)|1.7947788252356616e-06| +|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7947788252356616e-06| +|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7939241686522381e-06| +|cran|concaveman|1.793385363414843e-06| +|cran|tweenr|1.793385363414843e-06| +|pypi|[optree](https://github.com/metaopt/optree)|1.7768310369833214e-06| +|spack|asio|1.7768310369833214e-06| +|spack|gperftools|1.7768310369833214e-06| +|spack|mimalloc|1.7768310369833214e-06| +|spack|otf2|1.7768310369833214e-06| +|rubygems|mini_portile|1.7768310369833212e-06| +|rubygems|hoe-gemspec|1.7768310369833212e-06| +|rubygems|hoe-bundler|1.7768310369833212e-06| +|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7666505688569926e-06| +|npm|ejs|1.7627292033564694e-06| +|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7603960891200534e-06| +|cran|StanHeaders|1.7530038008551926e-06| +|cran|shinystan|1.7530038008551926e-06| +|pypi|[pytype](https://pypi.org/project/pytype)|1.750572450229873e-06| +|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.750572450229873e-06| +|pypi|[jraph](https://pypi.org/project/jraph)|1.750572450229873e-06| +|pypi|[clu](https://pypi.org/project/clu)|1.750572450229873e-06| +|pypi|[orbax](https://pypi.org/project/orbax)|1.750572450229873e-06| +|cran|nFactors|1.7432280149413309e-06| +|npm|tmp|1.739985172321667e-06| +|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.7397079583195876e-06| +|pypi|[yte](https://pypi.org/project/yte)|1.7328162229358765e-06| +|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.7314630166787548e-06| +|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7256191148647543e-06| +|pypi|[kombine](https://pypi.org/project/kombine)|1.7237765859955885e-06| +|cran|adehabitatHR|1.7199963741841933e-06| +|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7180788754392821e-06| +|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7172770123277866e-06| +|cran|gginnards|1.7167449632689094e-06| +|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7144860883172399e-06| +|pypi|[lap](https://pypi.org/project/lap)|1.7144860883172399e-06| +|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7127317932249012e-06| +|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7114429528156444e-06| +|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.708491381714732e-06| +|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.708491381714732e-06| +|npm|docdown|1.708491381714732e-06| +|npm|qunitjs|1.708491381714732e-06| +|npm|platform|1.708491381714732e-06| +|npm|qunit-extras|1.708491381714732e-06| +|cran|vip|1.708491381714732e-06| +|cran|pdp|1.708491381714732e-06| +|cran|stan4bart|1.708491381714732e-06| +|cran|tmle|1.708491381714732e-06| +|cran|dbarts|1.708491381714732e-06| +|cran|CircStats|1.708491381714732e-06| +|npm|[formidable](https://github.com/node-formidable/formidable)|1.701881370513339e-06| +|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6972911639190143e-06| +|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.695068890500367e-06| +|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6922200352222106e-06| +|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6922200352222106e-06| +|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6922200352222106e-06| +|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6922200352222106e-06| +|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6922200352222106e-06| +|pypi|[mike](https://pypi.org/project/mike)|1.6922200352222106e-06| +|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6922200352222106e-06| +|pypi|[trollius](https://pypi.org/project/trollius)|1.6922200352222106e-06| +|cran|showimage|1.6922200352222106e-06| +|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6853410919896003e-06| +|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6853410919896003e-06| +|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6853410919896003e-06| +|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6853410919896003e-06| +|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6833136139841991e-06| +|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6833136139841991e-06| +|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6833136139841991e-06| +|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6833136139841991e-06| +|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6833136139841991e-06| +|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6833136139841991e-06| +|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6833136139841991e-06| +|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6752978348699887e-06| +|pypi|[cliff](https://pypi.org/project/cliff)|1.6752978348699887e-06| +|npm|babel-preset-es2016|1.6752978348699887e-06| +|cran|ggfortify|1.665779097171864e-06| +|npm|utils-merge|1.6564230729386639e-06| +|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6494872060499305e-06| +|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6452139231327073e-06| +|pypi|[gstools](https://pypi.org/project/gstools)|1.6452139231327048e-06| +|pypi|[openturns](https://pypi.org/project/openturns)|1.6452139231327048e-06| +|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6452139231327048e-06| +|npm|mini-svg-data-uri|1.6452139231327048e-06| +|cran|R2HTML|1.6452139231327048e-06| +|rubygems|[minima](https://github.com/jekyll/minima)|1.6327501812907918e-06| +|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.6308326825458804e-06| +|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.6308326825458804e-06| +|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.6308326825458804e-06| +|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.6308326825458804e-06| +|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.6308326825458804e-06| +|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.6308326825458804e-06| +|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.6308326825458804e-06| +|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.6308326825458804e-06| +|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.6308326825458804e-06| +|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.6308326825458804e-06| +|spack|groff|1.6287617839013777e-06| +|spack|ghostscript|1.6287617839013777e-06| +|spack|gts|1.6287617839013777e-06| +|spack|cairo|1.6287617839013777e-06| +|spack|pango|1.6287617839013777e-06| +|spack|poppler|1.6287617839013777e-06| +|spack|sed|1.6287617839013777e-06| +|npm|walkdir|1.6287617839013777e-06| +|npm|jasmine-reporters|1.6287617839013777e-06| +|npm|jasmine-growl-reporter|1.6287617839013777e-06| +|rubygems|eventmachine|1.6287617839013777e-06| +|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6254218759371233e-06| +|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.6233449760982417e-06| +|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6226889469923396e-06| +|npm|[pre-commit](https://github.com/observing/pre-commit)|1.621050580563618e-06| +|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.615897214747083e-06| +|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6153009427121102e-06| +|pypi|[levmar](https://pypi.org/project/levmar)|1.6153009427121102e-06| +|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6153009427121102e-06| +|pypi|[bumps](https://pypi.org/project/bumps)|1.6153009427121102e-06| +|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6153009427121102e-06| +|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6153009427121102e-06| +|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6153009427121102e-06| +|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6153009427121102e-06| +|cran|sangerseqR|1.6153009427121102e-06| +|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6138987717548959e-06| +|pypi|[croniter](https://pypi.org/project/croniter)|1.6130574691805663e-06| +|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6120181457281972e-06| +|cran|dendroextras|1.6105778405404375e-06| +|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6102832814802688e-06| +|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6079918886726887e-06| +|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5953589557650576e-06| +|cran|[rlist](https://renkun.me/rlist)|1.5953589557650576e-06| +|pypi|[openbabel](http://openbabel.org/)|1.5913705583756348e-06| +|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5885342255382666e-06| +|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5866885266576305e-06| +|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5864562830208225e-06| +|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5864562830208225e-06| +|spack|fltk|1.5864562830208225e-06| +|spack|glpk|1.5864562830208225e-06| +|spack|gnuplot|1.5864562830208225e-06| +|spack|imagemagick|1.5864562830208225e-06| +|spack|qhull|1.5864562830208225e-06| +|spack|qrupdate|1.5864562830208225e-06| +|spack|qscintilla|1.5864562830208225e-06| +|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5822392275104017e-06| +|npm|cli-color|1.580877535651958e-06| +|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5794053662073965e-06| +|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5794053662073965e-06| +|pypi|[swapper](https://pypi.org/project/swapper)|1.5794053662073965e-06| +|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5794053662073965e-06| +|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5794053662073965e-06| +|pypi|[genfire](https://pypi.org/project/genfire)|1.5794053662073965e-06| +|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.572568113539843e-06| +|pypi|[louvain](https://pypi.org/project/louvain)|1.5721572209516407e-06| +|npm|node-domexception|1.5705917201906143e-06| +|npm|native-hello-world|1.5705917201906143e-06| +|npm|module-not-found-error|1.5705917201906143e-06| +|npm|fill-keys|1.5705917201906143e-06| +|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.567132246299535e-06| +|npm|codeclimate-test-reporter|1.565148567375854e-06| +|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5636113125453227e-06| +|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5636113125453227e-06| +|cran|[workflows](https://github.com/tidymodels/workflows)|1.5609762196494218e-06| +|pypi|[smt](https://github.com/SMTorg/smt)|1.5597482647881597e-06| +|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5586237166520363e-06| +|npm|normalize-wheel-es|1.5586237166520363e-06| +|npm|memoize-one|1.5586237166520363e-06| +|npm|lodash-unified|1.5586237166520363e-06| +|npm|lodash-es|1.5586237166520363e-06| +|npm|async-validator|1.5586237166520363e-06| +|cran|highcharter|1.5586237166520363e-06| +|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5558196620534753e-06| +|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5554749818709213e-06| +|pypi|[pep440](https://pypi.org/project/pep440)|1.5553599319462264e-06| +|npm|promise|1.552180992955558e-06| +|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5505246416752847e-06| +|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5505246416752847e-06| +|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5505246416752847e-06| +|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5505246416752847e-06| +|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5505246416752847e-06| +|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5505246416752847e-06| +|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5505246416752847e-06| +|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5505246416752847e-06| +|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5505246416752847e-06| +|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5505246416752847e-06| +|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5505246416752847e-06| +|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5505246416752847e-06| +|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5505246416752847e-06| +|npm|gulp-util|1.5467024251129582e-06| +|cran|soma|1.5450704669420184e-06| +|cran|tcltk2|1.5450704669420184e-06| +|cran|survAUC|1.5450704669420184e-06| +|cran|simsurv|1.5450704669420184e-06| +|cran|set6|1.5450704669420184e-06| +|cran|param6|1.5450704669420184e-06| +|cran|bujar|1.5450704669420184e-06| +|cran|[umap](https://github.com/tkonopka/umap)|1.5436522324665947e-06| +|cran|IRanges|1.54325700395265e-06| +|rubygems|unicode-display_width|1.538761867147149e-06| +|rubygems|rainbow|1.538761867147149e-06| +|rubygems|parser|1.538761867147149e-06| +|rubygems|parallel|1.538761867147149e-06| +|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5383818502020097e-06| +|cran|pgdraw|1.5383818502020097e-06| +|cran|matrixNormal|1.5383818502020097e-06| +|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5383818502020095e-06| +|cran|DiagrammeRsvg|1.537642243543259e-06| +|rubygems|contracts|1.535689681964156e-06| +|rubygems|childprocess|1.535689681964156e-06| +|rubygems|yard-junk|1.535689681964156e-06| +|rubygems|rubocop-packaging|1.535689681964156e-06| +|rubygems|rake-manifest|1.535689681964156e-06| +|rubygems|pry-doc|1.535689681964156e-06| +|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5338455960283373e-06| +|rubygems|[responders](https://github.com/heartcombo/responders)|1.530242263693005e-06| +|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.526725565688721e-06| +|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5186590059686506e-06| +|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5186590059686506e-06| +|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5186590059686506e-06| +|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5186590059686506e-06| +|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5186590059686506e-06| +|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5186590059686506e-06| +|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5186590059686506e-06| +|pypi|[pylev](https://pypi.org/project/pylev)|1.5186590059686506e-06| +|pypi|[distance](https://pypi.org/project/distance)|1.5186590059686506e-06| +|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5186590059686506e-06| +|npm|shortid|1.5186590059686506e-06| +|npm|react-beautiful-dnd|1.5186590059686506e-06| +|npm|objectpath|1.5186590059686506e-06| +|npm|wdio-chromedriver-service|1.5186590059686506e-06| +|npm|selenium-standalone|1.5186590059686506e-06| +|npm|chromedriver|1.5186590059686506e-06| +|pypi|[cmasher](https://cmasher.readthedocs.io)|1.5155910079767953e-06| +|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.5155910079767953e-06| +|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.5155910079767953e-06| +|npm|taper|1.4983198228529993e-06| +|npm|karma-tap|1.4983198228529993e-06| +|npm|function-bind|1.4983198228529993e-06| +|npm|buffer-equal|1.4983198228529993e-06| +|npm|tunnel-agent|1.4983198228529993e-06| +|npm|performance-now|1.4983198228529993e-06| +|npm|oauth-sign|1.4983198228529993e-06| +|npm|isstream|1.4983198228529993e-06| +|npm|is-typedarray|1.4983198228529993e-06| +|npm|http-signature|1.4983198228529993e-06| +|npm|har-validator|1.4983198228529993e-06| +|npm|forever-agent|1.4983198228529993e-06| +|npm|extend|1.4983198228529993e-06| +|npm|caseless|1.4983198228529993e-06| +|npm|aws4|1.4983198228529993e-06| +|npm|aws-sign2|1.4983198228529993e-06| +|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.496439244044297e-06| +|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.496439244044297e-06| +|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.4942494092031829e-06| +|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4931353251960685e-06| +|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4931353251960685e-06| +|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4931353251960685e-06| +|pypi|[autodoc](https://pypi.org/project/autodoc)|1.493135325196068e-06| +|npm|[mz](https://github.com/normalize/mz#readme)|1.4903074173831997e-06| +|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4844280752643052e-06| +|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4832882853187423e-06| +|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4832882853187423e-06| +|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4832882853187423e-06| +|pypi|[daphne](https://pypi.org/project/daphne)|1.4832882853187423e-06| +|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4832882853187423e-06| +|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4832882853187423e-06| +|pypi|[django-light](https://pypi.org/project/django-light)|1.4832882853187423e-06| +|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4832882853187423e-06| +|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4832882853187423e-06| +|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4832882853187423e-06| +|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4832882853187423e-06| +|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4832882853187423e-06| +|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4832882853187423e-06| +|pypi|[missingno](https://pypi.org/project/missingno)|1.4832882853187423e-06| +|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4832882853187423e-06| +|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4832882853187423e-06| +|pypi|[phik](https://pypi.org/project/phik)|1.4832882853187423e-06| +|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4832882853187423e-06| +|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4832882853187423e-06| +|pypi|[pyod](https://pypi.org/project/pyod)|1.4832882853187423e-06| +|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4832882853187423e-06| +|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4832882853187423e-06| +|pypi|[textblob](https://pypi.org/project/textblob)|1.4832882853187423e-06| +|pypi|[visions](https://pypi.org/project/visions)|1.4832882853187423e-06| +|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4832882853187423e-06| +|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4832676482643376e-06| +|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4832676482643376e-06| +|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4832676482643376e-06| +|go|[golang.org/x/sys](https://golang.org/x/sys)|1.480937311357283e-06| +|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4806925308194346e-06| +|cran|sjPlot|1.4806925308194346e-06| +|pypi|[peppy](https://pypi.org/project/peppy)|1.4806925308194344e-06| +|pypi|[eido](https://pypi.org/project/eido)|1.4806925308194344e-06| +|pypi|[slacker](https://pypi.org/project/slacker)|1.4806925308194344e-06| +|pypi|[throttler](https://pypi.org/project/throttler)|1.4806925308194344e-06| +|pypi|[reretry](https://pypi.org/project/reretry)|1.4806925308194344e-06| +|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4806925308194344e-06| +|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4806925308194344e-06| +|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.476990799492386e-06| +|pypi|[pscript](https://pypi.org/project/pscript)|1.4742826064435927e-06| +|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4742826064435927e-06| +|npm|es6-promise|1.4742826064435927e-06| +|cran|sjstats|1.4671081956743018e-06| +|cran|projpred|1.4671081956743018e-06| +|cran|PROreg|1.4671081956743018e-06| +|cran|PMCMRplus|1.4671081956743018e-06| +|cran|PCDimension|1.4671081956743018e-06| +|cran|NbClust|1.4671081956743018e-06| +|cran|M3C|1.4671081956743018e-06| +|cran|lqmm|1.4671081956743018e-06| +|cran|lavaSearch2|1.4671081956743018e-06| +|cran|ivprobit|1.4671081956743018e-06| +|cran|FactoMineR|1.4671081956743018e-06| +|cran|factoextra|1.4671081956743018e-06| +|cran|EGAnet|1.4671081956743018e-06| +|cran|DRR|1.4671081956743018e-06| +|cran|ClassDiscovery|1.4671081956743018e-06| +|cran|cAIC4|1.4671081956743018e-06| +|cran|brglm2|1.4671081956743018e-06| +|cran|BayesFM|1.4671081956743018e-06| +|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4657360406091563e-06| +|npm|karma-mocha-reporter|1.464421184326913e-06| +|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4624123761179599e-06| +|pypi|[splot](https://pypi.org/project/splot)|1.4624123761179599e-06| +|pypi|[esda](https://pypi.org/project/esda)|1.4624123761179599e-06| +|cran|pcaPP|1.4510096502482298e-06| +|npm|generate-object-property|1.4504743159047521e-06| +|rubygems|loofah|1.4504743159047521e-06| +|rubygems|warden|1.4504743159047521e-06| +|rubygems|orm_adapter|1.4504743159047521e-06| +|rubygems|bcrypt|1.4504743159047521e-06| +|rubygems|rack-protection|1.4504743159047521e-06| +|rubygems|fakefs|1.4504743159047521e-06| +|rubygems|premailer|1.4504743159047521e-06| +|npm|uri-path|1.4477882523567803e-06| +|npm|maxmin|1.4477882523567803e-06| +|cran|vegalite|1.4387295846018794e-06| +|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4358230601885695e-06| +|cran|wdm|1.4344208892313273e-06| +|cran|rmcorr|1.4344208892313273e-06| +|cran|mbend|1.4344208892313273e-06| +|cran|TSP|1.4268491660623642e-06| +|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4101833626851756e-06| +|npm|chai-timers|1.4101833626851756e-06| +|npm|svelte-check|1.4101833626851756e-06| +|npm|svelte-guides|1.4101833626851756e-06| +|npm|scenejs|1.4101833626851756e-06| +|npm|print-sizes|1.4101833626851756e-06| +|npm|keycon|1.4101833626851756e-06| +|npm|moveable|1.4101833626851756e-06| +|npm|framework-utils|1.4101833626851756e-06| +|cran|moonBook|1.4101833626851756e-06| +|cran|ztable|1.4101833626851756e-06| +|cran|mycor|1.4101833626851756e-06| +|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4071698676799166e-06| +|cran|treemap|1.4046095154018351e-06| +|cran|networkD3|1.4046095154018351e-06| +|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4034036349799583e-06| +|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4027395795390395e-06| +|spack|py-twisted|1.3960815290583238e-06| +|spack|perl-module-build|1.3960815290583238e-06| +|spack|apr|1.3960815290583238e-06| +|spack|apr-util|1.3960815290583238e-06| +|cran|GDINA|1.3935929701829974e-06| +|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.393592970182997e-06| +|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3930848894126179e-06| +|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3894274170872107e-06| +|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3881492476432198e-06| +|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3881492476432198e-06| +|cran|hdi|1.3881492476432198e-06| +|cran|gamboostLSS|1.3881492476432198e-06| +|cran|mboost|1.3881492476432198e-06| +|npm|path-exists|1.3860776641777368e-06| +|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.385438346401381e-06| +|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3834753444525029e-06| +|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3802169662281164e-06| +|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3781830479165504e-06| +|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3781830479165504e-06| +|pypi|[get_version](https://pypi.org/project/get_version)|1.3781830479165504e-06| +|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3781830479165504e-06| +|cran|[duckdb](https://duckdb.org/)|1.3759970993473506e-06| +|cran|spatialreg|1.3749287786180462e-06| +|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3648208209484564e-06| +|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3640319071791153e-06| +|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3559455410434381e-06| +|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3538081279555531e-06| +|cran|cartogram|1.3537760281777689e-06| +|cran|rmapshaper|1.3537760281777689e-06| +|cran|widgetframe|1.3537760281777689e-06| +|cran|tmaptools|1.3537760281777689e-06| +|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3536292535230121e-06| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3460841189267585e-06| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3460841189267585e-06| +|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3460841189267585e-06| +|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3460841189267585e-06| +|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3460841189267585e-06| +|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3460841189267585e-06| +|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3460841189267585e-06| +|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3460841189267585e-06| +|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3460841189267585e-06| +|cran|randgeo|1.3460841189267585e-06| +|npm|conventional-github-releaser|1.3359631857017452e-06| +|npm|corp-semantic-release|1.3359631857017452e-06| +|npm|gulp-clean-css|1.3359631857017452e-06| +|cran|googleComputeEngineR|1.3359631857017452e-06| +|npm|babel-preset-stage-3|1.3326232777374908e-06| +|npm|babel-preset-es2015-loose|1.3326232777374908e-06| +|npm|saucelabs-connector|1.3326232777374908e-06| +|npm|pinkie|1.3326232777374908e-06| +|npm|desired-capabilities|1.3326232777374908e-06| +|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3298417766169334e-06| +|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.3282485043509802e-06| +|pypi|[uproot](https://pypi.org/project/uproot)|1.3230798267104865e-06| +|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3161711385061821e-06| +|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.316171138506172e-06| +|npm|extract-text-webpack-plugin|1.316171138506164e-06| +|npm|copyfiles|1.316171138506164e-06| +|npm|perfect-scrollbar|1.316171138506164e-06| +|cran|mlr3data|1.316171138506164e-06| +|rubygems|libv8-node|1.3161711385061637e-06| +|rubygems|m|1.3161711385061637e-06| +|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.307571156635244e-06| +|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.3029247370131973e-06| +|npm|methods|1.2980096861079458e-06| +|cran|sommer|1.2961685376170123e-06| +|cran|CARBayes|1.2961685376170123e-06| +|cran|multcompView|1.2961685376170123e-06| +|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.292240754169688e-06| +|npm|is-number-like|1.2886906422076836e-06| +|pypi|[WebOb](http://webob.org/)|1.2885591565794623e-06| +|npm|content-disposition|1.288148263991266e-06| +|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2875587224516822e-06| +|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2709765267837456e-06| +|cran|clue|1.2709765267837456e-06| +|npm|[material-ui](http://material-ui.com/)|1.2691650264166653e-06| +|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.269165026416658e-06| +|npm|rollup-plugin-node-polyfills|1.269165026416658e-06| +|npm|docpress|1.269165026416658e-06| +|cran|mvabund|1.269165026416658e-06| +|cran|huxtable|1.269165026416658e-06| +|cran|texreg|1.269165026416658e-06| +|cran|dotwhisker|1.269165026416658e-06| +|cran|DHARMa|1.269165026416658e-06| +|cran|RNeXML|1.269165026416658e-06| +|cran|phylobase|1.269165026416658e-06| +|cran|striprtf|1.269165026416658e-06| +|cran|streamR|1.269165026416658e-06| +|cran|readODS|1.269165026416658e-06| +|cran|[writexl](https://docs.ropensci.org/writexl)|1.2663161711385047e-06| +|cran|[FME](http://fme.r-forge.r-project.org/)|1.2600995619422528e-06| +|npm|into-stream|1.2564733761524913e-06| +|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2524006088183045e-06| +|cran|[GA](https://luca-scr.github.io/GA/)|1.2473712835387981e-06| +|pypi|[astroML](http://astroML.github.com)|1.2463741841914493e-06| +|cran|[C50](https://topepo.github.io/C5.0/)|1.246374184191445e-06| +|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2433992320403243e-06| +|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2433061861995925e-06| +|cran|rlog|1.2425391867016232e-06| +|cran|loggit|1.2425391867016232e-06| +|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2385847564328367e-06| +|cran|[butcher](https://butcher.tidymodels.org/)|1.2385023472386558e-06| +|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2339104423495291e-06| +|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2339104423495291e-06| +|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2339104423495287e-06| +|npm|overland|1.2339104423495287e-06| +|cran|leaflet.extras2|1.2339104423495287e-06| +|cran|satellite|1.2339104423495287e-06| +|cran|leafpop|1.2339104423495287e-06| +|cran|base64|1.2339104423495287e-06| +|cran|learnr|1.2339104423495287e-06| +|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.2339104423495287e-06| +|rubygems|jekyll-titles-from-headings|1.2339104423495287e-06| +|rubygems|jekyll-theme-time-machine|1.2339104423495287e-06| +|rubygems|jekyll-theme-tactile|1.2339104423495287e-06| +|rubygems|jekyll-theme-slate|1.2339104423495287e-06| +|rubygems|jekyll-theme-modernist|1.2339104423495287e-06| +|rubygems|jekyll-theme-minimal|1.2339104423495287e-06| +|rubygems|jekyll-theme-midnight|1.2339104423495287e-06| +|rubygems|jekyll-theme-merlot|1.2339104423495287e-06| +|rubygems|jekyll-theme-leap-day|1.2339104423495287e-06| +|rubygems|jekyll-theme-hacker|1.2339104423495287e-06| +|rubygems|jekyll-theme-dinky|1.2339104423495287e-06| +|rubygems|jekyll-theme-cayman|1.2339104423495287e-06| +|rubygems|jekyll-theme-architect|1.2339104423495287e-06| +|rubygems|jekyll-swiss|1.2339104423495287e-06| +|rubygems|jekyll-sitemap|1.2339104423495287e-06| +|rubygems|jekyll-relative-links|1.2339104423495287e-06| +|rubygems|jekyll-redirect-from|1.2339104423495287e-06| +|rubygems|jekyll-readme-index|1.2339104423495287e-06| +|rubygems|jekyll-paginate|1.2339104423495287e-06| +|rubygems|jekyll-optional-front-matter|1.2339104423495287e-06| +|rubygems|jekyll-mentions|1.2339104423495287e-06| +|rubygems|jekyll-gist|1.2339104423495287e-06| +|rubygems|jekyll-default-layout|1.2339104423495287e-06| +|rubygems|jekyll-coffeescript|1.2339104423495287e-06| +|rubygems|jekyll-avatar|1.2339104423495287e-06| +|rubygems|github-pages-health-check|1.2339104423495287e-06| +|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2323177126618173e-06| +|npm|sinon-chai|1.2296975672559065e-06| +|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2294794655200784e-06| +|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2254007151609112e-06| +|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2254007151609112e-06| +|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2254007151609112e-06| +|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2254007151609112e-06| +|npm|repeat-string|1.2215713379260334e-06| +|npm|tap-out|1.2215713379260334e-06| +|npm|figures|1.2215713379260334e-06| +|npm|pretty-ms|1.2215713379260334e-06| +|npm|tapes|1.2215713379260334e-06| +|rubygems|w3c_validators|1.2215713379260334e-06| +|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2169425620764673e-06| +|cran|pheatmap|1.2109509179039007e-06| +|npm|expect|1.2103712277570145e-06| +|rubygems|rqrcode_core|1.2087285965872934e-06| +|rubygems|chunky_png|1.2087285965872934e-06| +|rubygems|standardrb|1.2087285965872934e-06| +|rubygems|chronic|1.2087285965872934e-06| +|rubygems|fast_stack|1.2087285965872934e-06| +|rubygems|guard|1.2087285965872934e-06| +|rubygems|guard-minitest|1.2087285965872934e-06| +|pypi|[radon](https://pypi.org/project/radon)|1.2087285965872932e-06| +|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2019739367828348e-06| +|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2019739367828348e-06| +|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2019739367828348e-06| +|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2019739367828348e-06| +|npm|webidl2js|1.200561511475217e-06| +|npm|mocha-sugar-free|1.200561511475217e-06| +|npm|eslint-plugin-jsdom-internal|1.200561511475217e-06| +|npm|xml-name-validator|1.200561511475217e-06| +|npm|whatwg-url|1.200561511475217e-06| +|npm|whatwg-mimetype|1.200561511475217e-06| +|npm|whatwg-encoding|1.200561511475217e-06| +|npm|webidl-conversions|1.200561511475217e-06| +|npm|w3c-xmlserializer|1.200561511475217e-06| +|npm|symbol-tree|1.200561511475217e-06| +|npm|rrweb-cssom|1.200561511475217e-06| +|npm|parse5|1.200561511475217e-06| +|npm|nwsapi|1.200561511475217e-06| +|npm|is-potential-custom-element-name|1.200561511475217e-06| +|npm|https-proxy-agent|1.200561511475217e-06| +|npm|http-proxy-agent|1.200561511475217e-06| +|npm|html-encoding-sniffer|1.200561511475217e-06| +|npm|domexception|1.200561511475217e-06| +|npm|decimal.js|1.200561511475217e-06| +|npm|data-urls|1.200561511475217e-06| +|npm|cssstyle|1.200561511475217e-06| +|npm|abab|1.200561511475217e-06| +|npm|vuetify-loader|1.200561511475217e-06| +|npm|vue-meta|1.200561511475217e-06| +|npm|stylus-loader|1.200561511475217e-06| +|npm|pug-loader|1.200561511475217e-06| +|npm|optimize-css-assets-webpack-plugin|1.200561511475217e-06| +|npm|identity-obj-proxy|1.200561511475217e-06| +|npm|happypack|1.200561511475217e-06| +|npm|friendly-errors-webpack-plugin|1.200561511475217e-06| +|npm|fork-ts-checker-webpack-plugin|1.200561511475217e-06| +|npm|cssnano|1.200561511475217e-06| +|npm|babel-plugin-transform-define|1.200561511475217e-06| +|npm|babel-plugin-detective|1.200561511475217e-06| +|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1965192168237945e-06| +|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1965192168237945e-06| +|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1965192168237945e-06| +|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1965192168237945e-06| +|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1965192168237945e-06| +|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1965192168237945e-06| +|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1965192168237945e-06| +|pypi|[pyone](http://opennebula.io)|1.1965192168237945e-06| +|pypi|[contextily](https://github.com/darribas/contextily)|1.1965192168237945e-06| +|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1965192168237945e-06| +|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1965192168237945e-06| +|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1965192168237945e-06| +|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1965192168237945e-06| +|pypi|[synthia](https://github.com/dmey/synthia)|1.1965192168237945e-06| +|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1965192168237945e-06| +|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1965192168237945e-06| +|pypi|[pystan](https://mc-stan.org)|1.1965192168237945e-06| +|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1965192168237945e-06| +|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1965192168237945e-06| +|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1965192168237945e-06| +|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1965192168237945e-06| +|pypi|[parmap](https://github.com/zeehio/parmap)|1.1965192168237945e-06| +|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1965192168237945e-06| +|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1965192168237945e-06| +|npm|[node-minify](https://github.com/srod/node-minify)|1.1965192168237945e-06| +|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1965192168237945e-06| +|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1965192168237945e-06| +|pypi|[libceed](https://libceed.readthedocs.io)|1.1965192168237856e-06| +|pypi|[clingo](https://github.com/potassco/clingo)|1.1965192168237856e-06| +|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.1965192168237856e-06| +|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.1965192168237856e-06| +|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.1965192168237856e-06| +|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.1965192168237856e-06| +|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.1965192168237856e-06| +|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.1965192168237856e-06| +|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.1965192168237856e-06| +|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.1965192168237856e-06| +|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.1965192168237856e-06| +|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.1965192168237856e-06| +|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.1965192168237856e-06| +|spack|catkin|1.1965192168237856e-06| +|spack|roslaunch|1.1965192168237856e-06| +|spack|bpp-phyl-omics3|1.1965192168237856e-06| +|spack|bpp-popgen3|1.1965192168237856e-06| +|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.1965192168237856e-06| +|npm|[graphql](https://github.com/graphql/graphql-js)|1.1965192168237856e-06| +|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.1965192168237856e-06| +|npm|Gmsh|1.1965192168237856e-06| +|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.1965192168237856e-06| +|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.1965192168237856e-06| +|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1896486297716018e-06| +|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.189439221457965e-06| +|npm|[cors](https://github.com/expressjs/cors#readme)|1.1862522383862993e-06| +|cran|[susieR](https://github.com/stephenslab/susieR)|1.186114701894882e-06| +|npm|babel-plugin-transform-object-rest-spread|1.1859395958974876e-06| +|npm|karma-sourcemap-loader|1.1859395958974876e-06| +|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1845540246555547e-06| +|cran|repurrrsive|1.1845540246555477e-06| +|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1845540246555475e-06| +|npm|ent|1.1727084844089918e-06| +|npm|traverse|1.1727084844089918e-06| +|npm|charm|1.1727084844089918e-06| +|npm|deep-is|1.1727084844089918e-06| +|cran|rvg|1.1689677874890272e-06| +|cran|phosphoricons|1.1689677874890272e-06| +|cran|datamods|1.1689677874890272e-06| +|cran|[NMF](http://renozao.github.io/NMF)|1.1675923786148614e-06| +|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1557287889775237e-06| +|cran|aws.ec2metadata|1.1537863876515072e-06| +|pypi|[pyink](https://pypi.org/project/pyink)|1.1497142004009727e-06| +|spack|rpcsvc-proto|1.1497142004009725e-06| +|spack|libtirpc|1.1497142004009725e-06| +|cran|ISLR|1.1463426045053686e-06| +|cran|ICSOutlier|1.1463426045053686e-06| +|cran|ICS|1.1463426045053686e-06| +|cran|bigutilsr|1.1463426045053686e-06| +|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.138994254476488e-06| +|pypi|[pyquery](https://pypi.org/project/pyquery)|1.138994254476488e-06| +|rubygems|googleauth|1.1281466901481404e-06| +|rubygems|google-apis-sheets_v4|1.1281466901481404e-06| +|rubygems|google-apis-drive_v3|1.1281466901481404e-06| +|rubygems|sass|1.1281466901481404e-06| +|pypi|[PySide2](https://www.pyside.org)|1.127121102248017e-06| +|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.124098316858136e-06| +|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1140006501462829e-06| +|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1140006501462829e-06| +|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1140006501462829e-06| +|pypi|[networkit](https://pypi.org/project/networkit)|1.1140006501462829e-06| +|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1140006501462829e-06| +|pypi|[infomap](https://pypi.org/project/infomap)|1.1140006501462829e-06| +|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1140006501462829e-06| +|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1140006501462829e-06| +|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1140006501462829e-06| +|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1140006501462829e-06| +|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1140006501462829e-06| +|pypi|[nf1](https://pypi.org/project/nf1)|1.1140006501462829e-06| +|pypi|[demon](https://pypi.org/project/demon)|1.1140006501462829e-06| +|pypi|[python-forge](http://github.com/dfee/forge)|1.113338736509832e-06| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.112324786807011e-06| +|cran|[proto](https://github.com/hadley/proto)|1.1082848500247602e-06| +|npm|pkgfiles|1.1036217621014418e-06| +|npm|obake|1.1036217621014418e-06| +|npm|is-node-modern|1.1036217621014418e-06| +|npm|far|1.1036217621014418e-06| +|npm|fake|1.1036217621014418e-06| +|npm|asynckit|1.1036217621014418e-06| +|cran|tidyquant|1.1036217621014418e-06| +|cran|tibbletime|1.1036217621014418e-06| +|cran|sweep|1.1036217621014418e-06| +|npm|[temporary](https://github.com/vesln/temporary)|1.1025464383332403e-06| +|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1025464383332403e-06| +|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1025464383332403e-06| +|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1025464383332403e-06| +|npm|exit|1.1025464383332403e-06| +|cran|tensorflow|1.1019414110821994e-06| +|npm|d3-time-format|1.0968092820884699e-06| +|npm|d3-time|1.0968092820884699e-06| +|npm|d3-scale-chromatic|1.0968092820884699e-06| +|npm|d3-random|1.0968092820884699e-06| +|npm|d3-quadtree|1.0968092820884699e-06| +|npm|d3-polygon|1.0968092820884699e-06| +|npm|d3-path|1.0968092820884699e-06| +|npm|d3-hierarchy|1.0968092820884699e-06| +|npm|d3-geo|1.0968092820884699e-06| +|npm|d3-force|1.0968092820884699e-06| +|npm|d3-drag|1.0968092820884699e-06| +|npm|d3-delaunay|1.0968092820884699e-06| +|npm|d3-contour|1.0968092820884699e-06| +|npm|d3-chord|1.0968092820884699e-06| +|npm|cz-conventional-changelog|1.094591685764035e-06| +|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0934344842974286e-06| +|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0934344842974286e-06| +|cran|[EMbC]()|1.0790039366000234e-06| +|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0776430562884676e-06| +|cran|[geodist](https://github.com/hypertidy/geodist)|1.0768672951414273e-06| +|cran|googlePolylines|1.076867295141412e-06| +|cran|languageR|1.076867295141407e-06| +|cran|hypergeo|1.076867295141407e-06| +|npm|browserify-middleware|1.0744254191887052e-06| +|npm|code-mirror|1.0744254191887052e-06| +|npm|github-basic|1.0744254191887052e-06| +|npm|handle|1.0744254191887052e-06| +|npm|highlight-codemirror|1.0744254191887052e-06| +|npm|inconsolata|1.0744254191887052e-06| +|npm|jade-code-mirror|1.0744254191887052e-06| +|npm|jade-highlighter|1.0744254191887052e-06| +|npm|jstransformer-cdata|1.0744254191887052e-06| +|npm|jstransformer-coffee-script|1.0744254191887052e-06| +|npm|jstransformer-less|1.0744254191887052e-06| +|npm|jstransformer-marked|1.0744254191887052e-06| +|npm|jstransformer-stylus|1.0744254191887052e-06| +|npm|jstransformer-verbatim|1.0744254191887052e-06| +|npm|less-file|1.0744254191887052e-06| +|npm|linify|1.0744254191887052e-06| +|npm|lsr|1.0744254191887052e-06| +|npm|pull-request|1.0744254191887052e-06| +|npm|stop|1.0744254191887052e-06| +|npm|twbs|1.0744254191887052e-06| +|npm|character-parser|1.0744254191887052e-06| +|npm|constantinople|1.0744254191887052e-06| +|npm|jstransformer|1.0744254191887052e-06| +|npm|transformers|1.0744254191887052e-06| +|npm|void-elements|1.0744254191887052e-06| +|npm|with|1.0744254191887052e-06| +|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0663937847554168e-06| +|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0663937847554168e-06| +|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0605511240029007e-06| +|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0534571365513747e-06| +|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0515887201380873e-06| +|npm|testing-library|1.0481282935442274e-06| +|pypi|[stingray](https://docs.stingray.science)|1.0469543147208178e-06| +|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0469543147208127e-06| +|cran|automap|1.039082477768024e-06| +|rubygems|ruby-vips|1.0360530827891086e-06| +|rubygems|mini_magick|1.0360530827891086e-06| +|rubygems|minitest-hooks|1.0360530827891086e-06| +|rubygems|minispec-metadata|1.0360530827891086e-06| +|rubygems|dhash-vips|1.0360530827891086e-06| +|rubygems|ZenTest|1.0360530827891086e-06| +|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0330413005716983e-06| +|npm|vitest|1.0330413005716983e-06| +|npm|todomvc-app-css|1.0330413005716983e-06| +|npm|karma-esbuild|1.0330413005716983e-06| +|npm|jasmine-core|1.0330413005716983e-06| +|npm|he|1.0330413005716983e-06| +|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0328900721570343e-06| +|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.031415104112714e-06| +|cran|snpStats|1.0300469779613457e-06| +|spack|seqan.|1.0255879001346733e-06| +|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0255277638707128e-06| +|rubygems|rubocop-rake|1.0226103868762176e-06| +|rubygems|rubocop-minitest|1.0226103868762176e-06| +|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0211672626340926e-06| +|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0188481065374175e-06| +|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0170413343002234e-06| +|npm|dts-gen|1.0153320211333264e-06| +|npm|documentation|1.0153320211333264e-06| +|npm|check-node-version|1.0153320211333264e-06| +|npm|check-es3-syntax-cli|1.0153320211333264e-06| +|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0136855260518716e-06| +|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0095630891950688e-06| +|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0095630891950688e-06| +|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.007849744629199e-06| +|pypi|[nessai](https://pypi.org/project/nessai)|1.005865055901314e-06| +|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.005865055901314e-06| +|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.005865055901314e-06| +|cran|som|1.0023149439393094e-06| +|pypi|[cmaes](https://pypi.org/project/cmaes)|9.996236494983523e-07| +|pypi|[catboost](https://pypi.org/project/catboost)|9.996236494983523e-07| +|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.970993473531604e-07| +|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.88682274940439e-07| +|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.87128353879623e-07| +|pypi|[big-O](https://pypi.org/project/big-O)|9.87128353879623e-07| +|cran|qdapDictionaries|9.87128353879623e-07| +|cran|QuickJSR|9.87128353879623e-07| +|rubygems|omniauth-oauth2|9.871283538796228e-07| +|rubygems|ruby_dig|9.871283538796228e-07| +|npm|nodeunit|9.772570703408266e-07| +|npm|tar|9.772570703408266e-07| +|npm|closurecompiler-externs|9.772570703408266e-07| +|cran|swagger|9.762807895512755e-07| +|cran|nlshrink|9.762807895512753e-07| +|cran|NetworkComparisonTest|9.762807895512753e-07| +|cran|NetworkToolbox|9.762807895512753e-07| +|cran|glassoFast|9.762807895512753e-07| +|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.759109862219066e-07| +|rubygems|listen|9.695306875469548e-07| +|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.644670050761405e-07| +|cran|[ghql](https://github.com/ropensci/ghql)|9.641183689407044e-07| +|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.608411892675902e-07| +|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.572153734590371e-07| +|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.552855037544739e-07| +|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.542970339057987e-07| +|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.501770251247707e-07| +|pypi|[py-spec](https://pypi.org/project/py-spec)|9.501770251247707e-07| +|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.501770251247707e-07| +|pypi|[ale-py](https://pypi.org/project/ale-py)|9.501770251247707e-07| +|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.501770251247707e-07| +|pypi|[rlds](https://pypi.org/project/rlds)|9.501770251247707e-07| +|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.47643219724438e-07| +|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.401222417901169e-07| +|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.401222417901169e-07| +|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.401222417901169e-07| +|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.367344138917768e-07| +|cran|[isdparser](https://github.com/ropensci/isdparser)|9.29439034497048e-07| +|cran|geonames|9.29439034497048e-07| +|pypi|[connexion](https://github.com/zalando/connexion)|9.273023930384302e-07| +|npm|gpx-parse|9.266393934723969e-07| +|npm|node-geo-distance|9.266393934723969e-07| +|npm|redis|9.266393934723969e-07| +|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.258779653993617e-07| +|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.258224876913094e-07| +|npm|seed-random|9.254328317621465e-07| +|npm|freeport|9.254328317621465e-07| +|npm|node-uuid|9.254328317621465e-07| +|npm|event-emitter|9.254328317621465e-07| +|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.245830311820198e-07| +|cran|[xslt](https://github.com/ropensci/xslt)|9.245830311820198e-07| +|spack|sowing|9.230291101212059e-07| +|spack|hipblas|9.230291101212059e-07| +|spack|hipsparse|9.230291101212059e-07| +|spack|rocsparse|9.230291101212059e-07| +|spack|rocsolver|9.230291101212059e-07| +|spack|rocblas|9.230291101212059e-07| +|spack|rocrand|9.230291101212059e-07| +|spack|rocthrust|9.230291101212059e-07| +|spack|rocprim|9.230291101212059e-07| +|spack|metis|9.230291101212059e-07| +|spack|scotch|9.230291101212059e-07| +|spack|parmetis|9.230291101212059e-07| +|spack|mmg|9.230291101212059e-07| +|spack|parmmg|9.230291101212059e-07| +|spack|tetgen|9.230291101212059e-07| +|spack|hypre|9.230291101212059e-07| +|spack|superlu-dist|9.230291101212059e-07| +|spack|strumpack|9.230291101212059e-07| +|spack|scalapack|9.230291101212059e-07| +|spack|mumps|9.230291101212059e-07| +|spack|trilinos|9.230291101212059e-07| +|spack|mpfr|9.230291101212059e-07| +|spack|giflib|9.230291101212059e-07| +|spack|exodusii|9.230291101212059e-07| +|spack|parallel-netcdf|9.230291101212059e-07| +|spack|random123|9.230291101212059e-07| +|spack|moab|9.230291101212059e-07| +|spack|p4est|9.230291101212059e-07| +|spack|saws|9.230291101212059e-07| +|spack|libyaml|9.230291101212059e-07| +|spack|kokkos-kernels|9.230291101212059e-07| +|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.153299672872847e-07| +|pypi|[spacy-transformers](https://spacy.io)|9.13667639172302e-07| +|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.13667639172302e-07| +|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.13667639172302e-07| +|pypi|[natto-py](https://pypi.org/project/natto-py)|9.13667639172302e-07| +|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.13667639172302e-07| +|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.13667639172302e-07| +|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.13667639172302e-07| +|cran|starsdata|9.120207617366082e-07| +|cran|ncdfgeom|9.120207617366082e-07| +|cran|cubelyr|9.120207617366082e-07| +|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.111954035811905e-07| +|cran|vtreat|9.111954035811904e-07| +|cran|smotefamily|9.111954035811904e-07| +|cran|bestNormalize|9.111954035811904e-07| +|cran|mlr3learners|9.111954035811904e-07| +|cran|mlr3filters|9.111954035811904e-07| +|cran|bbotk|9.111954035811904e-07| +|cran|alr4|9.111954035811904e-07| +|cran|carData|9.111954035811904e-07| +|cran|compositions|9.088649805541285e-07| +|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.079940143722974e-07| +|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.008080389516221e-07| +|rubygems|coffee-script-source|8.974809829660652e-07| +|cran|[Momocs](https://github.com/MomX/Momocs/)|8.973894126178509e-07| +|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.97389412617846e-07| +|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.973894126178409e-07| +|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.973894126178409e-07| +|pypi|[cspy](https://github.com/torressa/cspy)|8.973894126178409e-07| +|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.973894126178409e-07| +|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.973894126178409e-07| +|pypi|[genshi](https://github.com/edgewall/genshi)|8.973894126178409e-07| +|pypi|[multiqc](http://multiqc.info)|8.973894126178409e-07| +|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.973894126178409e-07| +|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.973894126178409e-07| +|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.973894126178409e-07| +|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.973894126178409e-07| +|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.973894126178409e-07| +|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.973894126178409e-07| +|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.973894126178409e-07| +|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.973894126178409e-07| +|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.973894126178409e-07| +|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.973894126178409e-07| +|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.973894126178409e-07| +|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.973894126178409e-07| +|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.973894126178409e-07| +|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.973894126178409e-07| +|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.973894126178409e-07| +|npm|[uikit](https://getuikit.com)|8.973894126178409e-07| +|cran|leaflet.minicharts|8.973894126178409e-07| +|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.973894126178409e-07| +|cran|[metR](https://github.com/eliocamp/metR)|8.973894126178409e-07| +|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.973894126178409e-07| +|cran|[LiblineaR]()|8.973894126178399e-07| +|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.973894126178391e-07| +|pypi|[COFFEE](UNKNOWN)|8.973894126178391e-07| +|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.973894126178391e-07| +|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.973894126178391e-07| +|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.973894126178391e-07| +|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.973894126178391e-07| +|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.973894126178391e-07| +|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.973894126178391e-07| +|pypi|[easybuild](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-easyblocks](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-framework](https://easybuild.io)|8.973894126178391e-07| +|npm|[tailwindcss](https://tailwindcss.com)|8.973894126178391e-07| +|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.973894126178391e-07| +|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.973894126178391e-07| +|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.973894126178391e-07| +|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.973894126178391e-07| +|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.973894126178391e-07| +|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.973894126178391e-07| +|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.973894126178391e-07| +|pypi|[pesummary](https://pypi.org/project/pesummary)|8.906421238011635e-07| +|pypi|[littleutils](https://pypi.org/project/littleutils)|8.906421238011635e-07| +|cran|qap|8.884155184916607e-07| +|cran|biomaRt|8.884155184916606e-07| +|cran|[tune](https://tune.tidymodels.org/)|8.801980445600267e-07| +|rubygems|sdoc|8.774474256707759e-07| +|rubygems|generator_spec|8.774474256707759e-07| +|rubygems|codecov|8.774474256707759e-07| +|rubygems|tilt|8.774474256707759e-07| +|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.742032746841693e-07| +|pypi|[jsonref](https://pypi.org/project/jsonref)|8.731356447092487e-07| +|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.731356447092487e-07| +|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.731356447092487e-07| +|pypi|[promise](https://pypi.org/project/promise)|8.731356447092487e-07| +|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.709956063643732e-07| +|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.709956063643732e-07| +|pypi|[punch.py](https://pypi.org/project/punch.py)|8.709956063643732e-07| +|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.709956063643732e-07| +|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.709956063643732e-07| +|pypi|[oedialect](https://pypi.org/project/oedialect)|8.709956063643732e-07| +|pypi|[testresources](https://pypi.org/project/testresources)|8.686729514140682e-07| +|pypi|[oslotest](https://pypi.org/project/oslotest)|8.686729514140682e-07| +|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.686729514140682e-07| +|pypi|[betamax](https://pypi.org/project/betamax)|8.686729514140682e-07| +|pypi|[cugraph](https://pypi.org/project/cugraph)|8.54245690857366e-07| +|pypi|[cuml](https://pypi.org/project/cuml)|8.54245690857366e-07| +|cran|dblog|8.497887568181101e-07| +|pypi|[bioframe](https://github.com/open2c/bioframe)|8.475344452501835e-07| +|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.475344452501835e-07| +|spack|[glog](https://github.com/google/glog)|8.4670628964607e-07| +|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.461100176111053e-07| +|npm|babel-plugin-unassert|8.461100176111053e-07| +|npm|babel-preset-power-assert|8.461100176111053e-07| +|npm|eslint-config-mysticatea|8.461100176111053e-07| +|npm|if-node-version|8.461100176111053e-07| +|npm|power-assert|8.461100176111053e-07| +|npm|glob2base|8.461100176111053e-07| +|npm|shell-quote|8.461100176111053e-07| +|npm|subarg|8.461100176111053e-07| +|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.461100176111053e-07| +|pypi|[clize](https://github.com/epsy/clize)|8.375634517766521e-07| +|pypi|[tvtk](https://pypi.org/project/tvtk)|8.361557821097981e-07| +|pypi|[docrepr](https://pypi.org/project/docrepr)|8.341929751095404e-07| +|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.227877543051578e-07| +|cran|bcpa|8.226069615663524e-07| +|cran|amt|8.226069615663524e-07| +|cran|circular|8.226069615663524e-07| +|npm|batch|8.200758632230714e-07| +|pypi|[sybil](https://pypi.org/project/sybil)|8.143808919506888e-07| +|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.143808919506888e-07| +|rubygems|stringex|8.143808919506888e-07| +|cran|genlasso|8.131949826010623e-07| +|cran|L0Learn|8.131949826010623e-07| +|cran|mixsqp|8.131949826010623e-07| +|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.094100584396244e-07| +|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.094100584396244e-07| +|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.066490401178507e-07| +|rubygems|search_ui|8.06237083031182e-07| +|rubygems|pstree|8.06237083031182e-07| +|rubygems|mize|8.06237083031182e-07| +|rubygems|infobar|8.06237083031182e-07| +|rubygems|rspec_junit_formatter|8.058190643915289e-07| +|npm|sendgrid-rest|8.03087474342744e-07| +|npm|system-sleep|8.03087474342744e-07| +|npm|lodash.chunk|8.03087474342744e-07| +|npm|mailparser|8.03087474342744e-07| +|npm|async.ensureasync|8.03087474342744e-07| +|npm|bottleneck|8.03087474342744e-07| +|npm|mocha-sinon|8.03087474342744e-07| +|npm|async.queue|8.03087474342744e-07| +|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|7.984934365334244e-07| +|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.968817984046448e-07| +|cran|slider|7.897026831036982e-07| +|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.88913769334376e-07| +|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.852958600953071e-07| +|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.809215056581034e-07| +|cran|[scattermore](https://github.com/exaexa/scattermore)|7.804760032274872e-07| +|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.793118583260181e-07| +|npm|material-components-web|7.793118583260181e-07| +|npm|foundation-sites|7.793118583260181e-07| +|npm|enhanced-resolve|7.793118583260181e-07| +|npm|bootstrap-sass|7.793118583260181e-07| +|npm|neo-async|7.793118583260181e-07| +|npm|klona|7.793118583260181e-07| +|cran|NetSwan|7.725352334710092e-07| +|cran|netrankr|7.725352334710092e-07| +|cran|fortunes|7.697643219724441e-07| +|npm|typescript3|7.691909251010049e-07| +|npm|node-qunit|7.691909251010049e-07| +|npm|load-grunt-tasks|7.691909251010049e-07| +|npm|karma-sauce-launcher|7.691909251010049e-07| +|npm|karma-qunit|7.691909251010049e-07| +|npm|grunt-string-replace|7.691909251010049e-07| +|npm|grunt-nuget|7.691909251010049e-07| +|npm|grunt-karma|7.691909251010049e-07| +|npm|grunt-exec|7.691909251010049e-07| +|npm|grunt-env|7.691909251010049e-07| +|npm|grunt-contrib-copy|7.691909251010049e-07| +|npm|grunt-contrib-concat|7.691909251010049e-07| +|npm|grunt-benchmark|7.691909251010049e-07| +|cran|mail|7.691909251010049e-07| +|cran|bibtex|7.691909251010049e-07| +|cran|synchronicity|7.691909251010049e-07| +|cran|doMPI|7.691909251010049e-07| +|cran|rngtools|7.691909251010049e-07| +|pypi|[dcor](https://pypi.org/project/dcor)|7.658754469755695e-07| +|cran|waveslim|7.658754469755695e-07| +|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.655797001005305e-07| +|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.597897026831075e-07| +|npm|random-buffer|7.593295029843253e-07| +|npm|nock|7.593295029843253e-07| +|npm|is-zip|7.593295029843253e-07| +|npm|p-event|7.593295029843253e-07| +|npm|make-dir|7.593295029843253e-07| +|npm|got|7.593295029843253e-07| +|npm|filenamify|7.593295029843253e-07| +|npm|ext-name|7.593295029843253e-07| +|npm|decompress|7.593295029843253e-07| +|npm|archive-type|7.593295029843253e-07| +|npm|watch|7.593295029843253e-07| +|npm|unminified-webpack-plugin|7.593295029843253e-07| +|npm|jsonpath|7.593295029843253e-07| +|npm|jest-cli|7.593295029843253e-07| +|npm|globify|7.593295029843253e-07| +|npm|codacy-coverage|7.593295029843253e-07| +|npm|cash-cat|7.593295029843253e-07| +|npm|biased-opener|7.593295029843253e-07| +|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.593295029843253e-07| +|npm|package-yaml|7.593295029843253e-07| +|npm|json-loader|7.593295029843253e-07| +|npm|isparta-loader|7.593295029843253e-07| +|npm|isparta|7.593295029843253e-07| +|npm|gatsby|7.593295029843253e-07| +|npm|enzyme-adapter-react-16|7.593295029843253e-07| +|npm|enzyme|7.593295029843253e-07| +|npm|conventional-changelog|7.593295029843253e-07| +|npm|chai-enzyme|7.593295029843253e-07| +|npm|babel-plugin-__coverage__|7.593295029843253e-07| +|npm|add-stream|7.593295029843253e-07| +|npm|karma-webpack|7.593295029843253e-07| +|npm|lodash.isequal|7.593295029843253e-07| +|npm|clamp|7.593295029843253e-07| +|cran|[uwot](https://github.com/jlmelville/uwot)|7.555485195436585e-07| +|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.37314544421144e-07| +|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.3294280275562e-07| +|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.3294280275562e-07| +|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.3294280275562e-07| +|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.3294280275562e-07| +|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.3294280275562e-07| +|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.3294280275562e-07| +|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.3294280275562e-07| +|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.3294280275562e-07| +|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.3294280275562e-07| +|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.263868745467761e-07| +|rubygems|letter_opener|7.252371579523761e-07| +|cran|minpack.lm|7.22950442867503e-07| +|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.179115300942848e-07| +|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.179115300942848e-07| +|pypi|[brian2](http://www.briansimulator.org/)|7.179115300942848e-07| +|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.179115300942848e-07| +|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.179115300942848e-07| +|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.179115300942848e-07| +|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.179115300942848e-07| +|cran|Rd2md|7.179115300942848e-07| +|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.179115300942747e-07| +|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.179115300942747e-07| +|pypi|[gala](http://gala.adrian.pw/)|7.179115300942747e-07| +|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.179115300942747e-07| +|pypi|[update_checker](https://github.com/bboe/update_checker)|7.179115300942747e-07| +|pypi|[RagTag](https://github.com/malonge/RagTag)|7.179115300942747e-07| +|pypi|[control](https://python-control.org)|7.179115300942747e-07| +|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.179115300942747e-07| +|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.179115300942747e-07| +|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.179115300942747e-07| +|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.179115300942747e-07| +|pypi|[pyviz](http://pyviz.org)|7.179115300942747e-07| +|pypi|[molsets](https://pypi.org/project/molsets)|7.179115300942747e-07| +|pypi|[bakta](https://github.com/oschwengers/bakta)|7.179115300942747e-07| +|spack|[cereal](https://uscilab.github.io/cereal/)|7.179115300942747e-07| +|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.179115300942747e-07| +|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.179115300942747e-07| +|cran|[hash](http://www.johnhughes.org)|7.179115300942747e-07| +|cran|[leafletR](https://github.com/chgrl/leafletR)|7.179115300942747e-07| +|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.179115300942747e-07| +|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.179115300942747e-07| +|cran|[jfa](https://koenderks.github.io/jfa/)|7.179115300942747e-07| +|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.179115300942712e-07| +|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.179115300942712e-07| +|pypi|[pbcore](UNKNOWN)|7.179115300942712e-07| +|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.179115300942712e-07| +|pypi|[Cigar](https://github.com/brentp/cigar)|7.179115300942712e-07| +|pypi|[statistics](UNKNOWN)|7.179115300942712e-07| +|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.179115300942712e-07| +|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.179115300942712e-07| +|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.179115300942712e-07| +|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.179115300942712e-07| +|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.179115300942712e-07| +|rubygems|ttfunk|7.179115300942711e-07| +|rubygems|ruby-rc4|7.179115300942711e-07| +|rubygems|hashery|7.179115300942711e-07| +|rubygems|Ascii85|7.179115300942711e-07| +|rubygems|afm|7.179115300942711e-07| +|rubygems|morecane|7.179115300942711e-07| +|rubygems|cane|7.179115300942711e-07| +|pypi|[simupy](https://github.com/simupy/simupy)|7.179115300942646e-07| +|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.179115300942646e-07| +|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.179115300942646e-07| +|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.179115300942646e-07| +|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.179115300942646e-07| +|cran|textshaping|7.150661490298732e-07| +|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.150225500938918e-07| +|cran|[fda](http://www.functionaldata.org)|7.122138195379735e-07| +|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.113920343615806e-07| +|cran|R.cache|7.107324147933285e-07| +|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.10163440620294e-07| +|npm|slugify|7.050916813425878e-07| +|npm|serve-handler|7.050916813425878e-07| +|npm|pixelmatch|7.050916813425878e-07| +|npm|magic-string|7.050916813425878e-07| +|npm|dtslint|7.050916813425878e-07| +|npm|cwebp-bin|7.050916813425878e-07| +|npm|zrender|7.050916813425878e-07| +|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.050916813425878e-07| +|npm|rollup-plugin-npm|7.050916813425878e-07| +|npm|native-promise-only|7.050916813425878e-07| +|npm|karma-safari-launcher|7.050916813425878e-07| +|npm|eslint-plugin-prefer-arrow|7.050916813425878e-07| +|npm|cheerio|7.050916813425878e-07| +|npm|babel-plugin-syntax-async-generators|7.050916813425878e-07| +|npm|babel-minify|7.050916813425878e-07| +|cran|tidymodels|6.967964850914987e-07| +|pypi|[sparse](https://github.com/pydata/sparse/)|6.942530819434397e-07| +|pypi|[servicex](https://pypi.org/project/servicex)|6.87362103281749e-07| +|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.87362103281749e-07| +|pypi|[aiostream](https://pypi.org/project/aiostream)|6.87362103281749e-07| +|pypi|[parsl](https://pypi.org/project/parsl)|6.87362103281749e-07| +|pypi|[mplhep](https://pypi.org/project/mplhep)|6.87362103281749e-07| +|pypi|[hist](https://pypi.org/project/hist)|6.87362103281749e-07| +|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.87362103281749e-07| +|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.87362103281749e-07| +|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.87362103281749e-07| +|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.858619082150628e-07| +|cran|psychotree|6.807781750893952e-07| +|cran|psychotools|6.807781750893952e-07| +|cran|coin|6.807781750893952e-07| +|cran|pmml|6.807781750893952e-07| +|cran|inum|6.807781750893952e-07| +|cran|libcoin|6.807781750893952e-07| +|cran|GPfit|6.807781750893952e-07| +|cran|rapportools|6.768880140888842e-07| +|cran|suncalc|6.730420594633793e-07| +|cran|manipulate|6.730420594633793e-07| +|cran|Gmedian|6.730420594633793e-07| +|cran|fasttime|6.730420594633793e-07| +|npm|should-util|6.730420594633792e-07| +|npm|mocha-better-spec-reporter|6.730420594633792e-07| +|npm|should-equal|6.730420594633792e-07| +|npm|eslint-config-shouldjs|6.730420594633792e-07| +|npm|should-type|6.730420594633792e-07| +|npm|should-format|6.730420594633792e-07| +|npm|should-type-adaptors|6.730420594633792e-07| +|npm|svelte-jest|6.679815928508726e-07| +|npm|rollup-plugin-postcss|6.679815928508726e-07| +|pypi|[sciris](http://github.com/sciris/sciris)|6.619851946815224e-07| +|pypi|[iPython](https://ipython.org)|6.598451563366476e-07| +|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.580855692530911e-07| +|rubygems|elasticsearch-transport|6.580855692530819e-07| +|rubygems|elasticsearch-api|6.580855692530819e-07| +|rubygems|ruby-prof|6.580855692530819e-07| +|rubygems|require-prof|6.580855692530819e-07| +|cran|truncdist|6.532467047732798e-07| +|cran|rmutil|6.532467047732798e-07| +|cran|cramer|6.532467047732798e-07| +|cran|yesno|6.532467047732798e-07| +|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.526468455402451e-07| +|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.526468455402451e-07| +|npm|stream-spigot|6.515047135605511e-07| +|npm|polendina|6.515047135605511e-07| +|npm|hundreds|6.515047135605511e-07| +|npm|buffer|6.515047135605511e-07| +|npm|unorm|6.515047135605511e-07| +|npm|iconv|6.515047135605511e-07| +|npm|errto|6.515047135605511e-07| +|npm|grunt-legacy-log-utils|6.515047135605511e-07| +|npm|vuepress-plugin-social-share|6.508538597008502e-07| +|npm|vuepress-plugin-smooth-scroll|6.508538597008502e-07| +|npm|vuepress-plugin-google-adsense|6.508538597008502e-07| +|npm|vuepress-plugin-element-tabs|6.508538597008502e-07| +|npm|vuepress|6.508538597008502e-07| +|npm|vue-eslint-parser|6.508538597008502e-07| +|npm|vue-codemirror|6.508538597008502e-07| +|npm|terser-webpack-plugin|6.508538597008502e-07| +|npm|replace-in-file|6.508538597008502e-07| +|npm|faker|6.508538597008502e-07| +|npm|eslint-plugin-vue|6.508538597008502e-07| +|cran|[kSamples](NA)|6.48114575779552e-07| +|pypi|[geopy](https://github.com/geopy/geopy)|6.450849277625962e-07| +|npm|stream-combiner2|6.449896664249456e-07| +|npm|source-map|6.449896664249456e-07| +|npm|slash|6.449896664249456e-07| +|npm|falafel|6.449896664249456e-07| +|npm|convert-source-map|6.449896664249456e-07| +|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.438612149272048e-07| +|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.375932352636479e-07| +|pypi|[mxnet](https://pypi.org/project/mxnet)|6.368570025029825e-07| +|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.368570025029825e-07| +|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.357177234287375e-07| +|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.357177234287375e-07| +|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.357177234287375e-07| +|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.357177234287375e-07| +|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.357177234287375e-07| +|pypi|[python-framel](https://pypi.org/project/python-framel)|6.357177234287375e-07| +|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.357177234287375e-07| +|cran|graphlayouts|6.34582513208329e-07| +|npm|webpack-manifest-plugin|6.267481611934114e-07| +|npm|script-loader|6.267481611934114e-07| +|npm|recursive-readdir|6.267481611934114e-07| +|npm|react-dev-utils|6.267481611934114e-07| +|npm|output-file-sync|6.267481611934114e-07| +|npm|npm-release|6.267481611934114e-07| +|npm|imports-loader|6.267481611934114e-07| +|npm|fs-promise|6.267481611934114e-07| +|npm|flow-typed|6.267481611934114e-07| +|npm|flow-bin|6.267481611934114e-07| +|npm|find-cache-dir|6.267481611934114e-07| +|npm|filesize|6.267481611934114e-07| +|npm|fake-xml-http-request|6.267481611934114e-07| +|npm|eslint-plugin-flowtype|6.267481611934114e-07| +|npm|eslint-loader|6.267481611934114e-07| +|npm|dmd-clear|6.267481611934114e-07| +|npm|dagre|6.267481611934114e-07| +|npm|child-process-promise|6.267481611934114e-07| +|npm|case-sensitive-paths-webpack-plugin|6.267481611934114e-07| +|npm|babel-plugin-flow-react-proptypes|6.267481611934114e-07| +|pypi|[starry](https://pypi.org/project/starry)|6.212695933508116e-07| +|npm|gulp-marked|6.212695933508116e-07| +|npm|gulp-mocha-phantomjs|6.212695933508116e-07| +|npm|humanize|6.212695933508116e-07| +|npm|chai-jquery|6.212695933508116e-07| +|npm|gulp-iife|6.212695933508116e-07| +|npm|gulp-cache|6.212695933508116e-07| +|npm|gulp-closure-compiler|6.212695933508116e-07| +|npm|drool|6.212695933508116e-07| +|npm|gulp-imagemin|6.212695933508116e-07| +|npm|escodegen|6.212695933508116e-07| +|npm|gulp-zip|6.212695933508116e-07| +|npm|gulp-csso|6.212695933508116e-07| +|npm|gulp-shell|6.212695933508116e-07| +|npm|swig|6.212695933508116e-07| +|npm|vinyl-paths|6.212695933508116e-07| +|npm|gulp-connect|6.212695933508116e-07| +|npm|gulp-css-inline-images|6.212695933508116e-07| +|npm|gulp-front-matter|6.212695933508116e-07| +|npm|gulp-jscs|6.212695933508116e-07| +|npm|gulp-open|6.212695933508116e-07| +|npm|gulp-flatten|6.212695933508116e-07| +|npm|gulp-load-plugins|6.212695933508116e-07| +|npm|gulp-sass|6.212695933508116e-07| +|npm|gulp-size|6.212695933508116e-07| +|npm|gulp-subtree|6.212695933508116e-07| +|npm|gulp-tap|6.212695933508116e-07| +|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.196260229980336e-07| +|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.169552211747644e-07| +|pypi|[ftfy](https://pypi.org/project/ftfy)|6.169552211747644e-07| +|pypi|[fairscale](https://pypi.org/project/fairscale)|6.169552211747644e-07| +|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.169552211747644e-07| +|pypi|[unidic](https://pypi.org/project/unidic)|6.169552211747644e-07| +|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.169552211747644e-07| +|pypi|[ipadic](https://pypi.org/project/ipadic)|6.169552211747644e-07| +|pypi|[fugashi](https://pypi.org/project/fugashi)|6.169552211747644e-07| +|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.169552211747644e-07| +|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.169552211747644e-07| +|pypi|[sigopt](https://pypi.org/project/sigopt)|6.169552211747644e-07| +|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.169552211747644e-07| +|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.169552211747644e-07| +|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.169552211747644e-07| +|npm|node-libs-browser|6.169552211747644e-07| +|npm|module-alias|6.169552211747644e-07| +|npm|mocha-phantomjs-istanbul|6.169552211747644e-07| +|npm|mocha-phantomjs-core|6.169552211747644e-07| +|npm|get-port|6.169552211747644e-07| +|npm|asap|6.169552211747644e-07| +|npm|a-sync-waterfall|6.169552211747644e-07| +|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.159680928208846e-07| +|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.159680928208846e-07| +|npm|[testjs](https://github.com/dcodeIO/test.js)|6.159680928208846e-07| +|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.122813179840476e-07| +|rubygems|[puma](https://puma.io)|6.115612681714486e-07| +|pypi|[dash-testing-stub](https://plotly.com/dash)|6.095475255517397e-07| +|rubygems|actiontext|6.074636023874602e-07| +|rubygems|actionmailbox|6.074636023874602e-07| +|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.048338898230175e-07| +|pypi|[falcon](https://pypi.org/project/falcon)|6.043642982936467e-07| +|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.043642982936467e-07| +|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.027967885406969e-07| +|pypi|[gsd](https://gsd.readthedocs.io)|6.027967885406969e-07| +|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.024432420371516e-07| +|npm|websocket-stream|6.013889663635857e-07| +|npm|https-browserify|6.013889663635857e-07| +|npm|setimmediate|6.013889663635857e-07| +|npm|stream-browserify|6.013889663635857e-07| +|npm|timers-browserify|6.013889663635857e-07| +|npm|bunyan|6.013889663635857e-07| +|pypi|[guizero](https://github.com/lawsie/guizero)|5.982596084118973e-07| +|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.982596084118973e-07| +|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.982596084118973e-07| +|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.982596084118973e-07| +|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.982596084118973e-07| +|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.982596084118973e-07| +|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.982596084118973e-07| +|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.982596084118973e-07| +|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.982596084118973e-07| +|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.982596084118973e-07| +|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.982596084118973e-07| +|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.982596084118973e-07| +|pypi|[persim](https://persim.scikit-tda.org)|5.982596084118973e-07| +|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.982596084118973e-07| +|pypi|[Pandas](https://pandas.pydata.org)|5.982596084118973e-07| +|pypi|[Seaborn](https://seaborn.pydata.org)|5.982596084118973e-07| +|pypi|[Sympy](https://sympy.org)|5.982596084118973e-07| +|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.982596084118973e-07| +|pypi|[wntr](https://github.com/USEPA/WNTR)|5.982596084118973e-07| +|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.982596084118973e-07| +|pypi|[mbo](https://github.com/basf/mbo)|5.982596084118973e-07| +|pypi|[Requests](https://requests.readthedocs.io)|5.982596084118973e-07| +|pypi|[proper](https://pypi.org/project/proper)|5.982596084118973e-07| +|pypi|[qtl](https://pypi.org/project/qtl)|5.982596084118973e-07| +|pypi|[agutil](https://github.com/agraubert/agutil)|5.982596084118973e-07| +|pypi|[yupi](https://github.com/yupidevs/yupi)|5.982596084118973e-07| +|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.982596084118973e-07| +|spack|[tclap](http://tclap.sourceforge.net)|5.982596084118973e-07| +|spack|[itk](https://itk.org/)|5.982596084118973e-07| +|npm|[joi](https://github.com/hapijs/joi#readme)|5.982596084118973e-07| +|npm|[pm2](http://pm2.keymetrics.io/)|5.982596084118973e-07| +|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.982596084118973e-07| +|cran|[osqp](https://osqp.org)|5.982596084118973e-07| +|cran|[wdman](https://github.com/ropensci/wdman)|5.982596084118973e-07| +|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.982596084118973e-07| +|cran|[biblio](https://github.com/kamapu/biblio)|5.982596084118973e-07| +|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.982596084118973e-07| +|cran|[nplr](https://github.com/fredcommo/nplr)|5.982596084118973e-07| +|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.982596084118973e-07| +|cran|Ecume|5.982596084118973e-07| +|cran|[cpp11](https://cpp11.r-lib.org)|5.982596084118973e-07| +|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.982596084118928e-07| +|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.982596084118928e-07| +|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.982596084118928e-07| +|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.982596084118928e-07| +|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.982596084118928e-07| +|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.982596084118928e-07| +|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.982596084118928e-07| +|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.982596084118928e-07| +|npm|its-set|5.982596084118926e-07| +|npm|babel-plugin-transform-es2015-modules-umd|5.982596084118926e-07| +|npm|eslint-plugin-babel|5.982596084118926e-07| +|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.922770123277738e-07| +|spack|ant|5.90309314612399e-07| +|spack|ceres-solver|5.90309314612399e-07| +|spack|clp|5.90309314612399e-07| +|spack|gdal|5.90309314612399e-07| +|spack|ipp|5.90309314612399e-07| +|spack|jasper|5.90309314612399e-07| +|spack|onnx|5.90309314612399e-07| +|spack|openexr|5.90309314612399e-07| +|spack|openjpeg|5.90309314612399e-07| +|spack|libwebp|5.90309314612399e-07| +|spack|tesseract|5.90309314612399e-07| +|spack|leptonica|5.90309314612399e-07| +|spack|libdc1394|5.90309314612399e-07| +|npm|pretty-hrtime|5.863542422044959e-07| +|npm|utf8|5.863542422044959e-07| +|pypi|[distrax](https://github.com/deepmind/distrax)|5.845851030767692e-07| +|pypi|[json-logging](https://pypi.org/project/json-logging)|5.835241500766243e-07| +|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.827203978037935e-07| +|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.827203978037935e-07| +|rubygems|[redis](https://github.com/redis/redis-rb)|5.796343192824635e-07| +|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.783176214648293e-07| +|pypi|[fastai](https://pypi.org/project/fastai)|5.778312315392916e-07| +|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.778312315392916e-07| +|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.778312315392916e-07| +|pypi|[gradio](https://pypi.org/project/gradio)|5.778312315392916e-07| +|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.778312315392916e-07| +|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.778312315392916e-07| +|cran|locatexec|5.69497127238244e-07| +|cran|doconv|5.69497127238244e-07| +|cran|equatags|5.69497127238244e-07| +|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.640733450740703e-07| +|rubygems|warning|5.640733450740702e-07| +|rubygems|minitest-stub-const|5.640733450740702e-07| +|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.583756345177639e-07| +|cran|mixtools|5.56128650073027e-07| +|cran|enrichR|5.56128650073027e-07| +|cran|metap|5.56128650073027e-07| +|cran|monocle|5.56128650073027e-07| +|cran|Rfast2|5.56128650073027e-07| +|cran|rtracklayer|5.56128650073027e-07| +|cran|GenomeInfoDb|5.56128650073027e-07| +|cran|GenomicRanges|5.56128650073027e-07| +|cran|BiocGenerics|5.56128650073027e-07| +|cran|DESeq2|5.56128650073027e-07| +|cran|MAST|5.56128650073027e-07| +|cran|SingleCellExperiment|5.56128650073027e-07| +|cran|SummarizedExperiment|5.56128650073027e-07| +|cran|S4Vectors|5.56128650073027e-07| +|cran|rsvd|5.56128650073027e-07| +|cran|sctransform|5.56128650073027e-07| +|cran|leiden|5.56128650073027e-07| +|cran|ica|5.56128650073027e-07| +|npm|[string-random](https://github.com/maichong/string-random#readme)|5.555267792396195e-07| +|pypi|[APLpy](http://aplpy.github.io)|5.522396385340582e-07| +|spack|[casacore](https://github.com/casacore/casacore)|5.522396385340582e-07| +|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|babel-plugin-minify-replace|5.462927722402137e-07| +|npm|babel-plugin-minify-numeric-literals|5.462927722402137e-07| +|npm|babel-plugin-minify-mangle-names|5.462927722402137e-07| +|npm|babel-plugin-minify-infinity|5.462927722402137e-07| +|npm|babel-plugin-minify-guarded-expressions|5.462927722402137e-07| +|npm|babel-plugin-minify-flip-comparisons|5.462927722402137e-07| +|npm|babel-plugin-minify-dead-code-elimination|5.462927722402137e-07| +|npm|babel-plugin-minify-constant-folding|5.462927722402137e-07| +|npm|babel-plugin-minify-builtins|5.462927722402137e-07| +|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.429205946337926e-07| +|npm|babel-helper-evaluate-path|5.408298445178116e-07| +|npm|esutils|5.408298445178116e-07| +|npm|babel-helper-is-void-0|5.408298445178116e-07| +|cran|whitening|5.384336475707035e-07| +|cran|randtoolbox|5.384336475707035e-07| +|cran|mc2d|5.384336475707035e-07| +|cran|ggExtra|5.384336475707035e-07| +|cran|DiceDesign|5.384336475707035e-07| +|cran|condMVNorm|5.384336475707035e-07| +|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.382199834248414e-07| +|cran|showtextdb|5.362996117724049e-07| +|cran|sysfonts|5.362996117724049e-07| +|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.330493110949964e-07| +|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.330493110949964e-07| +|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.330493110949964e-07| +|npm|tiny-lr|5.330493110949964e-07| +|npm|grunt-jscs|5.330493110949964e-07| +|pypi|[scikit_image](https://scikit-image.org)|5.317863185883508e-07| +|npm|vhost|5.288187610069408e-07| +|npm|pbkdf2-password|5.288187610069408e-07| +|npm|hbs|5.288187610069408e-07| +|npm|cookie-session|5.288187610069408e-07| +|npm|connect-redis|5.288187610069408e-07| +|npm|type-is|5.288187610069408e-07| +|npm|send|5.288187610069408e-07| +|npm|range-parser|5.288187610069408e-07| +|npm|proxy-addr|5.288187610069408e-07| +|npm|path-to-regexp|5.288187610069408e-07| +|npm|merge-descriptors|5.288187610069408e-07| +|npm|encodeurl|5.288187610069408e-07| +|npm|cookie-signature|5.288187610069408e-07| +|npm|cookie|5.288187610069408e-07| +|npm|content-type|5.288187610069408e-07| +|npm|array-flatten|5.288187610069408e-07| +|cran|vars|5.288187610069408e-07| +|cran|systemfit|5.288187610069408e-07| +|cran|poLCA|5.288187610069408e-07| +|cran|orcutt|5.288187610069408e-07| +|cran|muhaz|5.288187610069408e-07| +|cran|modeltests|5.288187610069408e-07| +|cran|lsmeans|5.288187610069408e-07| +|cran|lmodel2|5.288187610069408e-07| +|cran|Kendall|5.288187610069408e-07| +|cran|joineRML|5.288187610069408e-07| +|cran|gmm|5.288187610069408e-07| +|cran|glmnetUtils|5.288187610069408e-07| +|cran|ergm|5.288187610069408e-07| +|cran|cmprsk|5.288187610069408e-07| +|cran|btergm|5.288187610069408e-07| +|cran|binGroup|5.288187610069408e-07| +|cran|AUC|5.288187610069408e-07| +|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.257432922407592e-07| +|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.257432922407541e-07| +|cran|diagram|5.235305733968715e-07| +|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.20485859318349e-07| +|pypi|[kfac](http://github.com/tensorflow/kfac)|5.177246611256773e-07| +|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.152475096370368e-07| +|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.127939500673419e-07| +|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.127939500673419e-07| +|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.127939500673419e-07| +|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.127939500673419e-07| +|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.127939500673419e-07| +|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.127939500673419e-07| +|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.127939500673419e-07| +|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.127939500673419e-07| +|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.127939500673419e-07| +|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.127939500673419e-07| +|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.127939500673419e-07| +|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.127939500673419e-07| +|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.127939500673419e-07| +|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.127939500673419e-07| +|pypi|[neomodel](https://neomodel.readthedocs.io)|5.127939500673419e-07| +|pypi|[faker](https://github.com/joke2k/faker)|5.127939500673419e-07| +|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.127939500673419e-07| +|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.127939500673419e-07| +|pypi|[kllr](https://github.com/afarahi/kllr)|5.127939500673419e-07| +|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.127939500673419e-07| +|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.127939500673419e-07| +|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.127939500673419e-07| +|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.127939500673419e-07| +|spack|[armadillo](http://arma.sourceforge.net/)|5.127939500673419e-07| +|spack|[nlopt](https://nlopt.readthedocs.io)|5.127939500673419e-07| +|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.127939500673419e-07| +|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.127939500673419e-07| +|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.127939500673419e-07| +|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.127939500673419e-07| +|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.127939500673419e-07| +|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.127939500673419e-07| +|cran|[msm](https://github.com/chjackson/msm)|5.127939500673419e-07| +|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.127939500673419e-07| +|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.127939500673419e-07| +|cran|[httr2](https://httr2.r-lib.org)|5.127939500673419e-07| +|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.127939500673419e-07| +|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.127939500673419e-07| +|cran|RISmed|5.127939500673419e-07| +|cran|[itsadug](NA)|5.127939500673419e-07| +|cran|sde|5.127939500673419e-07| +|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.127939500673419e-07| +|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.127939500673366e-07| +|pypi|[random](https://www.pytosquatting.org)|5.127939500673366e-07| +|pypi|[sys](https://github.com/stestagg/sys)|5.127939500673366e-07| +|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.127939500673366e-07| +|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.127939500673366e-07| +|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.127939500673366e-07| +|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.063780407014152e-07| +|pypi|[usort](https://pypi.org/project/usort)|5.047815445975344e-07| +|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.000698138447611e-07| +|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.000698138447611e-07| +|rubygems|[stackprof](http://github.com/tmm1/stackprof)|4.998663714942106e-07| +|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.998118247491762e-07| +|pypi|[lightning](https://pypi.org/project/lightning)|4.998118247491762e-07| +|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.998118247491762e-07| +|pypi|[fvcore](https://pypi.org/project/fvcore)|4.998118247491762e-07| +|pypi|[types-redis](https://pypi.org/project/types-redis)|4.998118247491762e-07| +|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.998118247491762e-07| +|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.998118247491762e-07| +|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.970156746806569e-07| +|pypi|[ipytree](https://pypi.org/project/ipytree)|4.881403947756377e-07| +|pypi|[py3Dmol](https://3dmol.org)|4.87681290790429e-07| +|npm|assume|4.832589908278813e-07| +|npm|spawn-sync|4.832589908278813e-07| +|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.82391146703659e-07| +|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.807443281881312e-07| +|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.786076867295142e-07| +|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.786076867295142e-07| +|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.786076867295142e-07| +|cran|[contentid](https://github.com/cboettig/contentid)|4.786076867295098e-07| +|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.7209601752231144e-07| +|pypi|[furl](https://pypi.org/project/furl)|4.7006112089505855e-07| +|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7006112089505855e-07| +|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7006112089505855e-07| +|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7006112089505855e-07| +|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7006112089505855e-07| +|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.675474250613981e-07| +|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6271641588107326e-07| +|pypi|[stregion](https://pypi.org/project/stregion)|4.6271641588107326e-07| +|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6271641588107326e-07| +|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6271641588107326e-07| +|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6271641588107326e-07| +|rubygems|xpath|4.585370418021474e-07| +|rubygems|mini_mime|4.585370418021474e-07| +|rubygems|matrix|4.585370418021474e-07| +|rubygems|webdrivers|4.585370418021474e-07| +|rubygems|selenium_statistics|4.585370418021474e-07| +|rubygems|sauce_whisk|4.585370418021474e-07| +|rubygems|rspec-instafail|4.585370418021474e-07| +|rubygems|launchy|4.585370418021474e-07| +|rubygems|erubi|4.585370418021474e-07| +|cran|thematic|4.580892517222625e-07| +|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.573567662762731e-07| +|pypi|[yajl](https://pypi.org/project/yajl)|4.573567662762731e-07| +|npm|[request-promise](https://github.com/request/request-promise#readme)|4.558168445043025e-07| +|npm|grunt-release|4.53273223720235e-07| +|npm|grunt-jsdoc|4.53273223720235e-07| +|npm|grunt-mocha-istanbul|4.53273223720235e-07| +|npm|help-me-test|4.53273223720235e-07| +|npm|require-dir|4.53273223720235e-07| +|npm|normalize-path|4.5104172477268924e-07| +|npm|homedir-polyfill|4.5104172477268924e-07| +|npm|eslint-config-gulp|4.5104172477268924e-07| +|npm|resolve-dir|4.5104172477268924e-07| +|npm|micromatch|4.5104172477268924e-07| +|npm|is-glob|4.5104172477268924e-07| +|npm|detect-file|4.5104172477268924e-07| +|pypi|[tinygp](https://github.com/dfm/tinygp)|4.50454293392482e-07| +|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4869470630892043e-07| +|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4869470630892043e-07| +|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4869470630892043e-07| +|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4869470630892043e-07| +|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4869470630892043e-07| +|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4869470630892043e-07| +|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4869470630892043e-07| +|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4869470630892043e-07| +|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4869470630892043e-07| +|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4869470630892043e-07| +|pypi|[tatter](https://github.com/afarahi/tatter)|4.4869470630892043e-07| +|pypi|[pepita](https://pypi.org/project/pepita)|4.4869470630892043e-07| +|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4869470630892043e-07| +|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4869470630892043e-07| +|pypi|[plotly_express](https://plotly.express/)|4.4869470630892043e-07| +|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4869470630892043e-07| +|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4869470630892043e-07| +|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4869470630892043e-07| +|pypi|[clint](https://github.com/kennethreitz/clint)|4.4869470630892043e-07| +|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4869470630892043e-07| +|pypi|[sgdml](http://www.sgdml.org)|4.4869470630892043e-07| +|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4869470630892043e-07| +|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4869470630892043e-07| +|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4869470630892043e-07| +|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4869470630892043e-07| +|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4869470630892043e-07| +|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4869470630892043e-07| +|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4869470630892043e-07| +|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4869470630892043e-07| +|npm|[vuetify](https://vuetifyjs.com)|4.4869470630892043e-07| +|cran|Rlabkey|4.4869470630892043e-07| +|cran|[fishtree](https://fishtreeoflife.org/)|4.4869470630892043e-07| +|cran|ggvenn|4.4869470630892043e-07| +|cran|COUNT|4.4869470630892043e-07| +|pypi|[findiff](https://github.com/maroba/findiff)|4.4869470630891953e-07| +|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.4869470630891953e-07| +|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.4869470630891953e-07| +|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.4869470630891953e-07| +|npm|[gpu.js](http://gpu.rocks/)|4.486947063089154e-07| +|go|[golang.org/x/net](https://golang.org/x/net)|4.4804723920024863e-07| +|pypi|[blessed](https://github.com/jquast/blessed)|4.4719905728789295e-07| +|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.4420775924583305e-07| +|cran|QSARdata|4.3872371283538796e-07| +|cran|dimRed|4.3872371283538796e-07| +|cran|ddalpha|4.3872371283538796e-07| +|pypi|[time-machine](https://pypi.org/project/time-machine)|4.370342177921709e-07| +|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.3594104699372577e-07| +|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.3587485755723967e-07| +|npm|karma-tap-reporter|4.2661009291316234e-07| +|npm|karma-spec-reporter|4.2661009291316234e-07| +|npm|karma-html-reporter|4.2661009291316234e-07| +|npm|karma-chai-sinon|4.2661009291316234e-07| +|npm|eslint-plugin-mocha|4.2661009291316234e-07| +|npm|eslint-config-nfl|4.2661009291316234e-07| +|npm|babel-plugin-transform-class-properties|4.2661009291316234e-07| +|npm|react-side-effect|4.2661009291316234e-07| +|npm|react-fast-compare|4.2661009291316234e-07| +|rubygems|webpacker|4.2661009291316234e-07| +|rubygems|rubocop-discourse|4.2661009291316234e-07| +|rubygems|dalli|4.2661009291316234e-07| +|go|[github.com/fatih/color](https://github.com/fatih/color)|4.261176788033121e-07| +|pypi|[playwright](https://pypi.org/project/playwright)|4.245713350019884e-07| +|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1955868641873225e-07| +|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.190639238168211e-07| +|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.190639238168211e-07| +|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.1327144002137464e-07| +|npm|tslint-config-semistandard|4.113034807831762e-07| +|npm|eslint-plugin-dependencies|4.113034807831762e-07| +|npm|eslint-config-semistandard|4.113034807831762e-07| +|npm|doctoc|4.113034807831762e-07| +|npm|snappy|4.113034807831762e-07| +|npm|optional|4.113034807831762e-07| +|npm|nested-error-stacks|4.113034807831762e-07| +|npm|denque|4.113034807831762e-07| +|npm|buffermaker|4.113034807831762e-07| +|npm|buffer-crc32|4.113034807831762e-07| +|npm|binary|4.113034807831762e-07| +|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.1057031949835866e-07| +|npm|safe-publish-latest|4.0736189458417613e-07| +|npm|object-keys|4.0736189458417613e-07| +|npm|npmignore|4.0736189458417613e-07| +|npm|mv|4.0736189458417613e-07| +|npm|eclint|4.0736189458417613e-07| +|npm|copy-dir|4.0736189458417613e-07| +|npm|aud|4.0736189458417613e-07| +|npm|array.prototype.map|4.0736189458417613e-07| +|npm|supports-preserve-symlinks-flag|4.0736189458417613e-07| +|npm|path-parse|4.0736189458417613e-07| +|npm|is-core-module|4.0736189458417613e-07| +|rubygems|hashdiff|4.071904459753444e-07| +|rubygems|crack|4.071904459753444e-07| +|rubygems|patron|4.071904459753444e-07| +|rubygems|httpclient|4.071904459753444e-07| +|rubygems|http|4.071904459753444e-07| +|rubygems|excon|4.071904459753444e-07| +|rubygems|em-http-request|4.071904459753444e-07| +|rubygems|curb|4.071904459753444e-07| +|rubygems|async-http|4.071904459753444e-07| +|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.0246555474981617e-07| +|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.9883973894126313e-07| +|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.9883973894126313e-07| +|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.9883973894126313e-07| +|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.9883973894126313e-07| +|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.9883973894126313e-07| +|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.9883973894126313e-07| +|pypi|[fleck](https://github.com/bmorris3/fleck)|3.9883973894126313e-07| +|pypi|[modAL](https://modAL-python.github.io/)|3.9883973894126313e-07| +|pypi|[sk-video](http://scikit-video.org/)|3.9883973894126313e-07| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.9883973894126313e-07| +|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.9883973894126313e-07| +|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.9883973894126313e-07| +|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.9883973894126313e-07| +|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.9883973894126313e-07| +|pypi|[injector](https://github.com/alecthomas/injector)|3.9883973894126313e-07| +|pypi|[yabox](https://github.com/pablormier/yabox)|3.9883973894126313e-07| +|pypi|[htof](https://pypi.org/project/htof)|3.9883973894126313e-07| +|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.9883973894126313e-07| +|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.9883973894126313e-07| +|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.9883973894126313e-07| +|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.9883973894126313e-07| +|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.9883973894126313e-07| +|pypi|[acor](http://github.com/dfm/acor)|3.9883973894126313e-07| +|pypi|[retriever](https://github.com/weecology/retriever)|3.9883973894126313e-07| +|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.9883973894126313e-07| +|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.9883973894126313e-07| +|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.9883973894126313e-07| +|pypi|[dca](https://github.com/theislab/dca)|3.9883973894126313e-07| +|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.9883973894126313e-07| +|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.9883973894126313e-07| +|pypi|[publib](https://github.com/erwanp/publib)|3.9883973894126313e-07| +|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.9883973894126313e-07| +|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.9883973894126313e-07| +|npm|[rjsf](https://www.rjsf.io/)|3.9883973894126313e-07| +|npm|[config](http://github.com/node-config/node-config.git)|3.9883973894126313e-07| +|npm|[line-height](https://github.com/twolfson/line-height)|3.9883973894126313e-07| +|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.9883973894126313e-07| +|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.9883973894126313e-07| +|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.9883973894126313e-07| +|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.9883973894126313e-07| +|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.9883973894126313e-07| +|cran|[babette](https://docs.ropensci.org/babette/)|3.9883973894126313e-07| +|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.9883973894126313e-07| +|cran|treeman|3.9883973894126313e-07| +|cran|[treemapify](https://wilkox.org/treemapify/)|3.9883973894126313e-07| +|cran|[restez](https://github.com/ropensci/restez#readme)|3.9883973894126313e-07| +|cran|[spocc](https://github.com/ropensci/spocc)|3.9883973894126313e-07| +|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.9883973894126313e-07| +|cran|[memuse](https://github.com/shinra-dev/memuse)|3.9883973894126313e-07| +|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.9883973894126313e-07| +|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.9883973894126313e-07| +|cran|[minerva](https://www.r-project.org)|3.9883973894126313e-07| +|cran|mcclust|3.9883973894126313e-07| +|cran|[rdist](https://github.com/blasern/rdist)|3.9883973894126313e-07| +|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.9883973894126313e-07| +|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.9883973894126313e-07| +|cran|[corrr](https://github.com/tidymodels/corrr)|3.9883973894126313e-07| +|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.9883973894126313e-07| +|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.9883973894126313e-07| +|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|3.9883973894126313e-07| +|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|3.9883973894126313e-07| +|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.988397389412618e-07| +|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.988397389412618e-07| +|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.988397389412618e-07| +|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.988397389412618e-07| +|pypi|[vmad](https://pypi.org/project/vmad)|3.988397389412618e-07| +|pypi|[abopt](https://pypi.org/project/abopt)|3.988397389412618e-07| +|pypi|[fastpm](https://pypi.org/project/fastpm)|3.988397389412618e-07| +|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9485134155185156e-07| +|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9485134155185156e-07| +|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8668727936313145e-07| +|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8240494056814964e-07| +|pypi|[panflute](https://pypi.org/project/panflute)|3.8240494056814964e-07| +|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8240494056814964e-07| +|cran|shinycustomloader|3.8041507708799666e-07| +|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7966475149216265e-07| +|pypi|[pypng](https://pypi.org/project/pypng)|3.7966475149216265e-07| +|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7966475149216265e-07| +|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7966475149216265e-07| +|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.778481737338288e-07| +|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.695603668015939e-07| +|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.667059463379255e-07| +|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.644781614324761e-07| +|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.644781614324761e-07| +|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.644781614324761e-07| +|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.644781614324761e-07| +|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.644781614324761e-07| +|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.644781614324761e-07| +|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.644781614324761e-07| +|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.644781614324761e-07| +|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.644781614324761e-07| +|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.644781614324761e-07| +|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.644781614324761e-07| +|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.644781614324761e-07| +|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.644781614324761e-07| +|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.644781614324761e-07| +|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.644781614324761e-07| +|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.644781614324761e-07| +|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.644781614324761e-07| +|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.644781614324761e-07| +|rubygems|rspec-extra-formatters|3.6261857897618803e-07| +|rubygems|paranoia|3.6261857897618803e-07| +|rubygems|paper_trail|3.6261857897618803e-07| +|rubygems|discard|3.6261857897618803e-07| +|rubygems|database_cleaner|3.6261857897618803e-07| +|rubygems|after_commit_action|3.6261857897618803e-07| +|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.589557650471424e-07| +|pypi|[pypka](https://pypka.org)|3.589557650471424e-07| +|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.589557650471424e-07| +|pypi|[clldutils](https://github.com/clld/clldutils)|3.589557650471424e-07| +|cran|scatterpie|3.589557650471424e-07| +|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.5895576504713735e-07| +|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.5895576504713735e-07| +|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.5895576504713735e-07| +|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.5895576504713735e-07| +|pypi|[cora](https://heycora.com)|3.5895576504713735e-07| +|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.5895576504713735e-07| +|pypi|[slab](http://github.com/DrMarc/slab.git)|3.5895576504713735e-07| +|pypi|[libroadrunner](http://libroadrunner.org)|3.5895576504713735e-07| +|pypi|[muse-origin](https://github.com/musevlt/origin)|3.5895576504713735e-07| +|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.5895576504713735e-07| +|pypi|[fsps](https://github.com/dfm/python-fsps)|3.5895576504713735e-07| +|pypi|[st-pages](https://pypi.org/project/st-pages)|3.5895576504713735e-07| +|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.5895576504713735e-07| +|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.5895576504713735e-07| +|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.5895576504713735e-07| +|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.5895576504713735e-07| +|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.5895576504713735e-07| +|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.5895576504713735e-07| +|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.5895576504713735e-07| +|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.5895576504713735e-07| +|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.5895576504713735e-07| +|cran|pmsampsize|3.5895576504713735e-07| +|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.5895576504713735e-07| +|cran|[scrapeR](http://www.ryanacton.com)|3.5895576504713735e-07| +|cran|ggm|3.5895576504713735e-07| +|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.5895576504713735e-07| +|cran|[jmvcore](https://www.jamovi.org)|3.5895576504713735e-07| +|cran|[liger](https://github.com/JEFworks/liger)|3.5895576504713735e-07| +|cran|[drat](https://github.com/eddelbuettel/drat)|3.5895576504713735e-07| +|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.589557650471356e-07| +|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.589557650471356e-07| +|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.589557650471356e-07| +|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.589557650471356e-07| +|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.589557650471356e-07| +|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.589557650471356e-07| +|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.589557650471356e-07| +|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.589557650471323e-07| +|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.589557650471323e-07| +|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.589557650471323e-07| +|cran|[cowsay](https://github.com/sckott/cowsay)|3.589557650471323e-07| +|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5115237885045884e-07| +|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.369081024596994e-07| +|go|github.com/opencontainers/go-digest|3.34920529009826e-07| +|go|github.com/opencontainers/image-spec|3.34920529009826e-07| +|pypi|[grpcio-reflection](https://grpc.io)|3.3203408266860294e-07| +|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.263234227701276e-07| +|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.2632342277012325e-07| +|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.2632342277012325e-07| +|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.2632342277012325e-07| +|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.2632342277012325e-07| +|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.2632342277012325e-07| +|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.2632342277012325e-07| +|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2632342277012257e-07| +|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2632342277012257e-07| +|pypi|[bravado](https://github.com/Yelp/bravado)|3.2632342277012257e-07| +|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2632342277012257e-07| +|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2632342277012257e-07| +|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2632342277012257e-07| +|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2632342277012257e-07| +|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2632342277012257e-07| +|pypi|[energyflow](https://energyflow.network)|3.2632342277012257e-07| +|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2632342277012257e-07| +|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2632342277012257e-07| +|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2632342277012257e-07| +|pypi|[OpenNMT-py](https://opennmt.net/)|3.2632342277012257e-07| +|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2632342277012257e-07| +|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2632342277012257e-07| +|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2632342277012257e-07| +|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2632342277012257e-07| +|pypi|[amply](http://github.com/willu47/amply)|3.2632342277012257e-07| +|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2632342277012257e-07| +|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2632342277012257e-07| +|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2632342277012257e-07| +|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2632342277012257e-07| +|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2632342277012257e-07| +|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2632342277012257e-07| +|pypi|[fastcluster](http://danifold.net)|3.2632342277012257e-07| +|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2632342277012257e-07| +|pypi|[dask-image](https://github.com/dask/dask-image)|3.2632342277012257e-07| +|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2632342277012257e-07| +|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2632342277012257e-07| +|pypi|[biomaj](http://biomaj.genouest.org)|3.2632342277012257e-07| +|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2632342277012257e-07| +|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2632342277012257e-07| +|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2632342277012257e-07| +|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2632342277012257e-07| +|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2632342277012257e-07| +|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2632342277012257e-07| +|cran|pbs|3.2632342277012257e-07| +|cran|[sofa](https://github.com/ropensci/sofa)|3.2632342277012257e-07| +|cran|[elastic](https://docs.ropensci.org/elastic)|3.2632342277012257e-07| +|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2632342277012257e-07| +|cran|[genie](http://genieclust.gagolewski.com/)|3.2632342277012257e-07| +|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2632342277012257e-07| +|cran|lspline|3.2632342277012257e-07| +|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2632342277012257e-07| +|cran|[irr](https://www.r-project.org)|3.2632342277012257e-07| +|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2632342277012257e-07| +|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2632342277012257e-07| +|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.230601885424231e-07| +|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.230601885424231e-07| +|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.140541299211685e-07| +|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.041153009427131e-07| +|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.012216210185754e-07| +|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.012216210185754e-07| +|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.012216210185754e-07| +|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.012216210185754e-07| +|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.012216210185754e-07| +|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.012216210185754e-07| +|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.012216210185754e-07| +|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.012216210185754e-07| +|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.9912980420594863e-07| +|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.9912980420594863e-07| +|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.9912980420594863e-07| +|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.9912980420594863e-07| +|pypi|[daft](http://daft-pgm.org)|2.9912980420594863e-07| +|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.9912980420594863e-07| +|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.9912980420594863e-07| +|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.9912980420594863e-07| +|pypi|[k2sc](https://github.com/OxES/k2sc)|2.9912980420594863e-07| +|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.9912980420594863e-07| +|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.9912980420594863e-07| +|pypi|[plonk](https://github.com/dmentipl/plonk)|2.9912980420594863e-07| +|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.9912980420594863e-07| +|pypi|[iScore](https://github.com/DeepRank/iScore)|2.9912980420594863e-07| +|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.9912980420594863e-07| +|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.9912980420594863e-07| +|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.9912980420594863e-07| +|npm|[echarts](https://echarts.apache.org)|2.9912980420594863e-07| +|npm|[element-plus](https://element-plus.org/)|2.9912980420594863e-07| +|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.9912980420594863e-07| +|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.9912980420594863e-07| +|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.9912980420594863e-07| +|cran|[strex](https://rorynolan.github.io/strex/)|2.9912980420594863e-07| +|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.9912980420594863e-07| +|cran|[signs](https://benjaminwolfe.github.io/signs)|2.9912980420594863e-07| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.9912980420594863e-07| +|cran|rje|2.9912980420594863e-07| +|cran|[usefun](https://github.com/bblodfon/usefun)|2.9912980420594863e-07| +|cran|rCAT|2.9912980420594863e-07| +|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.991298042059464e-07| +|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.991298042059464e-07| +|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.991298042059464e-07| +|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.991298042059464e-07| +|go|[golang.org/x/tools](https://golang.org/x/tools)|2.991298042059464e-07| +|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.961385061638869e-07| +|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.8762481173648886e-07| +|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.871646120377089e-07| +|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7611981926703417e-07| +|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7611981926703417e-07| +|cran|[repr](https://github.com/IRkernel/repr/)|2.7611981926703417e-07| +|cran|[odin](https://github.com/mrc-ide/odin)|2.7611981926703417e-07| +|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.761198192670291e-07| +|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.761198192670291e-07| +|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.761198192670291e-07| +|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.761198192670291e-07| +|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.761198192670291e-07| +|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.761198192670291e-07| +|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.761198192670291e-07| +|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.761198192670291e-07| +|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.761198192670291e-07| +|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.761198192670291e-07| +|pypi|[einsteinpy](https://einsteinpy.org/)|2.761198192670291e-07| +|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.761198192670291e-07| +|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.761198192670291e-07| +|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.761198192670291e-07| +|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.761198192670291e-07| +|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.761198192670291e-07| +|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.761198192670291e-07| +|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.761198192670291e-07| +|spack|[lua](https://www.lua.org)|2.761198192670291e-07| +|cran|R2jags|2.761198192670291e-07| +|cran|[bib2df](https://github.com/ropensci/bib2df)|2.761198192670291e-07| +|cran|[plumber](https://www.rplumber.io)|2.761198192670291e-07| +|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.761198192670291e-07| +|cran|[likert](http://jason.bryer.org/likert)|2.761198192670291e-07| +|cran|[pwr](https://github.com/heliosdrm/pwr)|2.761198192670291e-07| +|cran|[waiter](https://waiter.john-coene.com/)|2.761198192670291e-07| +|npm|[aws-amplify](https://aws-amplify.github.io/)|2.7611981926702745e-07| +|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.7611981926702745e-07| +|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.755481426225822e-07| +|pypi|[outcome](https://github.com/python-trio/outcome)|2.7314824406919885e-07| +|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5639697503367097e-07| +|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5639697503367097e-07| +|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5639697503367097e-07| +|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5639697503367097e-07| +|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5639697503367097e-07| +|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5639697503367097e-07| +|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5639697503367097e-07| +|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5639697503367097e-07| +|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5639697503367097e-07| +|pypi|[cloup](https://github.com/janLuke/cloup)|2.5639697503367097e-07| +|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5639697503367097e-07| +|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5639697503367097e-07| +|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5639697503367097e-07| +|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5639697503367097e-07| +|pypi|[dace-query](https://dace.unige.ch/)|2.5639697503367097e-07| +|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5639697503367097e-07| +|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5639697503367097e-07| +|pypi|[dash_auth](https://plotly.com/dash)|2.5639697503367097e-07| +|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5639697503367097e-07| +|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5639697503367097e-07| +|spack|[opencv](https://opencv.org/)|2.5639697503367097e-07| +|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5639697503367097e-07| +|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5639697503367097e-07| +|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5639697503367097e-07| +|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5639697503367097e-07| +|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5639697503367097e-07| +|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5639697503367097e-07| +|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5639697503367097e-07| +|npm|[cpx](https://github.com/mysticatea/cpx)|2.5639697503367097e-07| +|npm|tls|2.5639697503367097e-07| +|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5639697503367097e-07| +|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5639697503367097e-07| +|cran|[anomalize](https://github.com/business-science/anomalize)|2.5639697503367097e-07| +|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5639697503367097e-07| +|cran|[depmixS4](https://depmix.github.io/)|2.5639697503367097e-07| +|cran|GeoLight|2.5639697503367097e-07| +|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5639697503367097e-07| +|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5639697503367097e-07| +|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5639697503367097e-07| +|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5639697503367097e-07| +|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5639697503367097e-07| +|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5639697503367097e-07| +|cran|sphereplot|2.5639697503367097e-07| +|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5212369211644195e-07| +|pypi|[retry](https://github.com/invl/retry)|2.5212369211644195e-07| +|go|github.com/docker/distribution|2.514424441151433e-07| +|go|golang.org/x/sync|2.514424441151433e-07| +|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.3930384336475705e-07| +|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.3930384336475705e-07| +|npm|[cesium](http://cesium.com/cesiumjs/)|2.3930384336475705e-07| +|pypi|[ficus](https://github.com/camillescott/ficus)|2.393038433647549e-07| +|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.393038433647549e-07| +|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.393038433647549e-07| +|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.393038433647549e-07| +|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.393038433647549e-07| +|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.393038433647549e-07| +|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.393038433647549e-07| +|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.393038433647549e-07| +|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.393038433647549e-07| +|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.393038433647549e-07| +|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.393038433647549e-07| +|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.393038433647549e-07| +|cran|[COVID19](https://covid19datahub.io)|2.393038433647549e-07| +|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.393038433647549e-07| +|cran|[iotools](http://www.rforge.net/iotools)|2.393038433647549e-07| +|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.393038433647549e-07| +|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.393038433647549e-07| +|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3691080493110893e-07| +|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2434735315446273e-07| +|pypi|[frites](https://github.com/brainets/frites)|2.2434735315446022e-07| +|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2434735315446022e-07| +|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2434735315446022e-07| +|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2434735315446022e-07| +|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2434735315446022e-07| +|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2434735315446022e-07| +|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2434735315446022e-07| +|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2434735315446022e-07| +|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2434735315446022e-07| +|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2434735315446022e-07| +|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2434735315446022e-07| +|pypi|[pirecorder](https://github.com/jollejolles)|2.2434735315446022e-07| +|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2434735315446022e-07| +|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2434735315446022e-07| +|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2434735315446022e-07| +|npm|express-flash|2.2434735315446022e-07| +|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2434735315446022e-07| +|cran|[rplos](https://docs.ropensci.org/rplos)|2.2434735315446022e-07| +|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2434735315446022e-07| +|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2434735315446022e-07| +|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2434735315446022e-07| +|cran|ggnewscale|2.2434735315446022e-07| +|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2434735315446022e-07| +|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2434735315446022e-07| +|cran|[stabs](https://github.com/hofnerb/stabs)|2.2434735315446022e-07| +|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2434735315446022e-07| +|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2434735315446022e-07| +|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2434735315446022e-07| +|cran|[sortable](https://rstudio.github.io/sortable/)|2.2434735315446022e-07| +|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2434735315446022e-07| +|cran|[lunar](http://statistics.lazaridis.eu)|2.2434735315446022e-07| +|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2434735315446022e-07| +|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2434735315446022e-07| +|cran|randomcoloR|2.2434735315446022e-07| +|cran|[greta](https://greta-stats.org)|2.2434735315446022e-07| +|cran|shinyMatrix|2.2434735315446022e-07| +|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2434735315446022e-07| +|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2434735315446022e-07| +|cran|[UNF](https://github.com/leeper/UNF)|2.2434735315446022e-07| +|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2434735315445977e-07| +|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2210387962291653e-07| +|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.22103879622914e-07| +|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.213560551124009e-07| +|go|[github.com/docker/docker](https://github.com/docker/docker)|2.209663178837512e-07| +|go|github.com/davecgh/go-spew|2.1518428602957403e-07| +|go|github.com/onsi/ginkgo|2.1518428602957403e-07| +|go|github.com/onsi/gomega|2.1518428602957403e-07| +|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1115045002772712e-07| +|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1115045002772712e-07| +|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1115045002772712e-07| +|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1115045002772712e-07| +|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1115045002772712e-07| +|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1115045002772712e-07| +|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1115045002772712e-07| +|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1115045002772712e-07| +|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1115045002772712e-07| +|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1115045002772712e-07| +|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1115045002772712e-07| +|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1115045002772712e-07| +|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1115045002772712e-07| +|npm|[root](https://github.com/mafintosh/root#readme)|2.1115045002772712e-07| +|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1115045002772712e-07| +|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1115045002772712e-07| +|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.111504500277246e-07| +|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.111504500277246e-07| +|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.111504500277246e-07| +|cran|[wpp2015](http://esa.un.org/wpp)|2.090389455274492e-07| +|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| +|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9941986947063157e-07| +|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9941986947063157e-07| +|pypi|[pymunk](http://www.pymunk.org)|1.9941986947063157e-07| +|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9941986947063157e-07| +|pypi|[kplr](https://github.com/dfm/kplr)|1.9941986947063157e-07| +|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9941986947063157e-07| +|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9941986947063157e-07| +|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9941986947063157e-07| +|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9941986947063157e-07| +|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9941986947063157e-07| +|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9941986947063157e-07| +|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| +|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9941986947063157e-07| +|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9941986947063157e-07| +|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9941986947063157e-07| +|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9941986947063157e-07| +|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9941986947063157e-07| +|cran|[ascii](https://github.com/mclements/ascii)|1.9941986947063157e-07| +|cran|smoother|1.9941986947063157e-07| +|cran|[ptw](https://github.com/rwehrens/ptw)|1.9941986947063157e-07| +|cran|cvTools|1.9941986947063157e-07| +|cran|[FedData](https://github.com/ropensci/FedData)|1.9941986947063157e-07| +|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9941986947063157e-07| +|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9941986947063157e-07| +|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9941986947063157e-07| +|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9941986947063157e-07| +|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9941986947063157e-07| +|go|github.com/bradfitz/gomemcache|1.994198694706309e-07| +|go|github.com/docker/libtrust|1.994198694706309e-07| +|go|github.com/phayes/permbits|1.994198694706309e-07| +|go|github.com/spf13/afero|1.994198694706309e-07| +|go|github.com/spf13/viper|1.994198694706309e-07| +|go|github.com/sylabs/sif|1.994198694706309e-07| +|go|github.com/vmihailenco/msgpack|1.994198694706309e-07| +|go|google.golang.org/appengine|1.994198694706309e-07| +|cran|[longitudinalData](http:www.r-project.org)|1.9742567077592578e-07| +|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.889240868669144e-07| +|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.889240868669144e-07| +|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-r](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.889240868669144e-07| +|cran|[nabor](https://github.com/jefferis/nabor)|1.889240868669144e-07| +|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.889240868669144e-07| +|cran|[turner](http://www.gastonsanchez.com)|1.889240868669144e-07| +|cran|[blocksdesign]()|1.889240868669144e-07| +|cran|shinyhelper|1.889240868669144e-07| +|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.889240868669144e-07| +|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.889240868669135e-07| +|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.889240868669135e-07| +|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.889240868669135e-07| +|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.889240868669135e-07| +|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.889240868669135e-07| +|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.889240868669135e-07| +|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.889240868669135e-07| +|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.889240868669135e-07| +|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.889240868669135e-07| +|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.889240868669135e-07| +|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.889240868669135e-07| +|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.889240868669135e-07| +|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.889240868669135e-07| +|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.889240868669135e-07| +|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.889240868669135e-07| +|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.889240868669135e-07| +|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7947788252356868e-07| +|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7947788252356868e-07| +|cran|[sensitivity](NA)|1.7947788252356868e-07| +|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7947788252356868e-07| +|cran|[symengine](https://github.com/symengine/symengine.R)|1.7947788252356868e-07| +|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.794778825235678e-07| +|go|[github.com/biogo/store](https://github.com/biogo/store)|1.794778825235678e-07| +|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.794778825235678e-07| +|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.794778825235678e-07| +|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.794778825235678e-07| +|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.794778825235678e-07| +|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.794778825235678e-07| +|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.794778825235678e-07| +|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.794778825235678e-07| +|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.794778825235678e-07| +|cran|[dqrng](https://daqana.github.io/dqrng/)|1.7947788252356616e-07| +|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7430721019372244e-07| +|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7093131668911315e-07| +|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7093131668911315e-07| +|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7093131668911315e-07| +|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7093131668911315e-07| +|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7093131668911315e-07| +|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7093131668911315e-07| +|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7093131668911315e-07| +|cran|[desplot](https://kwstat.github.io/desplot/)|1.7093131668911315e-07| +|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7093131668911315e-07| +|cran|PairedData|1.7093131668911315e-07| +|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7093131668911315e-07| +|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.709313166891122e-07| +|pypi|[torchdata](https://github.com/pytorch/data)|1.6922200352222103e-07| +|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6316171138506163e-07| +|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6316171138506163e-07| +|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6316171138506163e-07| +|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6316171138506163e-07| +|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6316171138506163e-07| +|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6316171138506163e-07| +|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6316171138506163e-07| +|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6316171138506163e-07| +|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6316171138506163e-07| +|go|github.com/antchfx/jsonquery|1.6316171138506163e-07| +|go|github.com/bhmj/jsonslice|1.6316171138506163e-07| +|go|github.com/codegangsta/negroni|1.6316171138506163e-07| +|go|github.com/evanphx/json-patch/v5|1.6316171138506163e-07| +|go|github.com/gorilla/context|1.6316171138506163e-07| +|go|github.com/grandcat/zeroconf|1.6316171138506163e-07| +|go|github.com/justinas/alice|1.6316171138506163e-07| +|go|github.com/kelseyhightower/envconfig|1.6316171138506163e-07| +|go|github.com/linksmart/go-sec|1.6316171138506163e-07| +|go|github.com/linksmart/service-catalog/v3|1.6316171138506163e-07| +|go|github.com/miekg/dns|1.6316171138506163e-07| +|go|github.com/rs/cors|1.6316171138506163e-07| +|go|github.com/satori/go.uuid|1.6316171138506163e-07| +|go|github.com/syndtr/goleveldb|1.6316171138506163e-07| +|go|github.com/xeipuuv/gojsonschema|1.6316171138506163e-07| +|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6316171138506128e-07| +|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6316171138506128e-07| +|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6316171138506128e-07| +|pypi|[astral](https://github.com/sffjunkie/astral)|1.6316171138506128e-07| +|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6316171138506128e-07| +|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6316171138506128e-07| +|cran|harmonicmeanp|1.6316171138506128e-07| +|cran|NBPSeq|1.6316171138506128e-07| +|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6316171138506128e-07| +|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6153009427121155e-07| +|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6153009427121155e-07| +|spack|[clapack](https://www.netlib.org/clapack/)|1.5606772393353644e-07| +|spack|[qwt](http://qwt.sourceforge.net/)|1.5606772393353644e-07| +|cran|[ggtern](http://www.ggtern.com)|1.5606772393353644e-07| +|cran|[dams](https://github.com/jsta/dams)|1.5606772393353644e-07| +|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5606772393353644e-07| +|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5606772393353644e-07| +|pypi|[your](https://github.com/thepetabyteproject/your)|1.5606772393353393e-07| +|cran|[coro](https://github.com/r-lib/coro)|1.5450704669420213e-07| +|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.5302422636930118e-07| +|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.5302422636930118e-07| +|pypi|[Pyside6](https://www.pyside.org)|1.4956490210297432e-07| +|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.4956490210297432e-07| +|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.4956490210297432e-07| +|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.4956490210297432e-07| +|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.4956490210297432e-07| +|pypi|[demandlib](https://github.com/oemof/demandlib)|1.4956490210297432e-07| +|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.4956490210297432e-07| +|pypi|[dhnx](https://pypi.org/project/dhnx)|1.4956490210297432e-07| +|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.4956490210297432e-07| +|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.4956490210297432e-07| +|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.4956490210297432e-07| +|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.4956490210297432e-07| +|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.4956490210297432e-07| +|pypi|[turbustat](https://turbustat.readthedocs.org)|1.4956490210297432e-07| +|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.4956490210297432e-07| +|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.4956490210297432e-07| +|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.4956490210297432e-07| +|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.4956490210297432e-07| +|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.4956490210297432e-07| +|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.4956490210297432e-07| +|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.4956490210297432e-07| +|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.4956490210297432e-07| +|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.4956490210297432e-07| +|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.4956490210297432e-07| +|cran|[ucminf](NA)|1.4806925308194434e-07| +|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4358230601885696e-07| +|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.4358230601885696e-07| +|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4358230601885444e-07| +|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4358230601885444e-07| +|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4358230601885444e-07| +|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4358230601885444e-07| +|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4358230601885444e-07| +|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4358230601885444e-07| +|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4358230601885444e-07| +|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4358230601885444e-07| +|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4358230601885444e-07| +|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4358230601885444e-07| +|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4358230601885444e-07| +|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| +|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| +|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4358230601885444e-07| +|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4358230601885444e-07| +|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3805990963351454e-07| +|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3805990963351454e-07| +|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3805990963351454e-07| +|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3805990963351454e-07| +|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3805990963351454e-07| +|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3805990963351454e-07| +|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3805990963351454e-07| +|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3805990963351454e-07| +|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3805990963351454e-07| +|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3805990963351454e-07| +|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3805990963351454e-07| +|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3805990963351454e-07| +|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3805990963351454e-07| +|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3805990963351454e-07| +|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3805990963351454e-07| +|pypi|[authlib](https://authlib.org/)|1.3805990963351454e-07| +|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3805990963351454e-07| +|npm|[download](https://github.com/kevva/download#readme)|1.3805990963351454e-07| +|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3805990963351454e-07| +|npm|pipeline|1.3805990963351454e-07| +|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3805990963351372e-07| +|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3805990963351372e-07| +|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3805990963351372e-07| +|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3805990963351372e-07| +|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3805990963351372e-07| +|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3805990963351372e-07| +|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3805990963351372e-07| +|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3805990963351372e-07| +|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3805990963351372e-07| +|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3805990963351372e-07| +|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.374882329890685e-07| +|go|[github.com/google/shlex](https://github.com/google/shlex)|1.374882329890685e-07| +|pypi|[fspath](https://github.com/return42/fspath)|1.3667931053717958e-07| +|go|github.com/containernetworking/cni|1.355006595391951e-07| +|go|github.com/containernetworking/plugins|1.355006595391951e-07| +|go|github.com/containers/common|1.355006595391951e-07| +|go|github.com/containers/image/v5|1.355006595391951e-07| +|go|github.com/cyphar/filepath-securejoin|1.355006595391951e-07| +|go|github.com/moby/term|1.355006595391951e-07| +|go|github.com/opencontainers/runc|1.355006595391951e-07| +|go|github.com/opencontainers/runtime-spec|1.355006595391951e-07| +|go|github.com/opencontainers/runtime-tools|1.355006595391951e-07| +|go|github.com/opencontainers/selinux|1.355006595391951e-07| +|go|gopkg.in/yaml.v2|1.355006595391951e-07| +|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3460841189267838e-07| +|pypi|[geobo](https://github.com/sebhaan/geobo)|1.329465796470877e-07| +|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.329465796470877e-07| +|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.329465796470877e-07| +|npm|[cover](http://www.cover.io)|1.3161711385061719e-07| +|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3161711385061719e-07| +|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3161711385061719e-07| +|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2819848751683548e-07| +|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2819848751683548e-07| +|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2819848751683548e-07| +|cran|[audio](http://www.rforge.net/audio/)|1.2691650264166514e-07| +|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2377785001625416e-07| +|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2377785001625416e-07| +|npm|[sendgrid](https://sendgrid.com)|1.2167992035496204e-07| +|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2167992035496204e-07| +|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2167992035496204e-07| +|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2167992035496204e-07| +|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2167992035496204e-07| +|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.1965192168237744e-07| +|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.1965192168237744e-07| +|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1845540246555447e-07| +|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.146342604505369e-07| +|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.146342604505369e-07| +|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1105193981145826e-07| +|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0877447425670836e-07| +|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0877447425670836e-07| +|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0877447425670836e-07| +|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0877447425670836e-07| +|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0557522501386356e-07| +|pypi|[drop](https://github.com/cod3monk/drop)|1.0255879001346763e-07| +|npm|[dedent](https://github.com/dmnd/dedent)|1.0153320211333312e-07| +|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.970993473531578e-08| +|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.871283538796289e-08| +|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.701507163436155e-08| +|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.44620434334572e-08| +|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.44620434334572e-08| +|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.44620434334572e-08| +|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.230291101212125e-08| +|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.203993975567553e-08| +|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.203993975567553e-08| +|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.203993975567553e-08| +|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.203993975567553e-08| +|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.111954035811931e-08| +|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.111954035811931e-08| +|npm|[opn](https://github.com/sindresorhus/open#readme)|9.111954035811931e-08| +|npm|[node-http2](https://github.com/kaazing/node-http2)|9.111954035811931e-08| +|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.111954035811931e-08| +|pypi|[technical](https://github.com/freqtrade/technical)|8.97389412617856e-08| +|pypi|[janus](https://github.com/aio-libs/janus)|8.973894126178434e-08| +|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.973894126178434e-08| +|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.884155184916585e-08| +|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.884155184916585e-08| +|pypi|[viscm](https://github.com/bids/viscm)|8.884155184916585e-08| +|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.755018659686142e-08| +|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.546565834455657e-08| +|pypi|[dash-auth](https://plotly.com/dash)|8.546565834455657e-08| +|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.546565834455657e-08| +|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.54656583445561e-08| +|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.54656583445561e-08| +|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.54656583445561e-08| +|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.54656583445561e-08| +|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.54656583445561e-08| +|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.54656583445561e-08| +|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.54656583445561e-08| +|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.54656583445561e-08| +|go|[github.com/creack/pty](https://github.com/creack/pty)|8.54656583445561e-08| +|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.54656583445561e-08| +|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.54656583445561e-08| +|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.54656583445561e-08| +|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.54656583445561e-08| +|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.54656583445561e-08| +|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.54656583445561e-08| +|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.54656583445561e-08| +|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.54656583445561e-08| +|go|[github.com/lib/pq](https://github.com/lib/pq)|8.54656583445561e-08| +|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.54656583445561e-08| +|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.54656583445561e-08| +|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.54656583445561e-08| +|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.54656583445561e-08| +|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.54656583445561e-08| +|go|[google.golang.org/api](https://google.golang.org/api)|8.54656583445561e-08| +|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.54656583445561e-08| +|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.54656583445561e-08| +|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.54656583445561e-08| +|go|[rsc.io/getopt](https://rsc.io/getopt)|8.54656583445561e-08| +|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.347808489468272e-08| +|go|github.com/Netflix/go-expect|8.347808489468271e-08| +|go|github.com/ProtonMail/go-crypto|8.347808489468271e-08| +|go|github.com/adigunhammedolalekan/registry-auth|8.347808489468271e-08| +|go|github.com/apex/log|8.347808489468271e-08| +|go|github.com/blang/semver/v4|8.347808489468271e-08| +|go|github.com/buger/jsonparser|8.347808489468271e-08| +|go|github.com/containerd/containerd|8.347808489468271e-08| +|go|github.com/go-log/log|8.347808489468271e-08| +|go|github.com/gosimple/slug|8.347808489468271e-08| +|go|github.com/opencontainers/umoci|8.347808489468271e-08| +|go|github.com/pelletier/go-toml|8.347808489468271e-08| +|go|github.com/seccomp/libseccomp-golang|8.347808489468271e-08| +|go|github.com/sylabs/json-resp|8.347808489468271e-08| +|go|github.com/sylabs/scs-build-client|8.347808489468271e-08| +|go|github.com/sylabs/scs-key-client|8.347808489468271e-08| +|go|github.com/sylabs/scs-library-client|8.347808489468271e-08| +|go|github.com/sylabs/sif/v2|8.347808489468271e-08| +|go|github.com/vbauerster/mpb/v4|8.347808489468271e-08| +|go|github.com/vbauerster/mpb/v6|8.347808489468271e-08| +|go|golang.org/x/term|8.347808489468271e-08| +|go|gotest.tools/v3|8.347808489468271e-08| +|go|mvdan.cc/sh/v3|8.347808489468271e-08| +|go|oras.land/oras-go|8.347808489468271e-08| +|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|7.976794778825414e-08| +|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.976794778825288e-08| +|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.976794778825288e-08| +|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.976794778825288e-08| +|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.976794778825288e-08| +|pypi|[django-rq](https://github.com/rq/django-rq)|7.976794778825288e-08| +|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.976794778825288e-08| +|pypi|[google](http://breakingcode.wordpress.com/)|7.976794778825288e-08| +|rubygems|[aasm](https://github.com/aasm/aasm)|7.976794778825288e-08| +|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|7.976794778825288e-08| +|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|7.976794778825288e-08| +|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|7.976794778825288e-08| +|rubygems|[octicons_helper](https://github.com/primer/octicons)|7.976794778825288e-08| +|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|7.976794778825288e-08| +|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|7.976794778825288e-08| +|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|7.976794778825288e-08| +|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|7.976794778825288e-08| +|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|7.976794778825288e-08| +|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|7.976794778825288e-08| +|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|7.976794778825288e-08| +|rubygems|[searchkick](https://github.com/ankane/searchkick)|7.976794778825288e-08| +|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|7.976794778825288e-08| +|rubygems|[issue](http://github.com/xuanxu/issue)|7.976794778825288e-08| +|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|7.976794778825288e-08| +|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|7.976794778825288e-08| +|npm|[parents](https://github.com/substack/node-parents)|7.818056562726564e-08| +|npm|[coverify](https://github.com/substack/coverify)|7.818056562726564e-08| +|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.637356703130547e-08| +|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.403462654097217e-08| +|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.32562785810483e-08| +|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.32562785810483e-08| +|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.32562785810483e-08| +|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.32562785810483e-08| +|rubygems|[image_processing](https://github.com/janko/image_processing)|7.32562785810483e-08| +|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.32562785810483e-08| +|rubygems|[rotp](https://github.com/mdp/rotp)|7.32562785810483e-08| +|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.32562785810483e-08| +|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.32562785810483e-08| +|rubygems|[diffy](http://github.com/samg/diffy)|7.32562785810483e-08| +|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.32562785810483e-08| +|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.32562785810483e-08| +|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.32562785810483e-08| +|rubygems|[whenever](https://github.com/javan/whenever)|7.32562785810483e-08| +|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.32562785810483e-08| +|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.32562785810483e-08| +|rubygems|[thwait](https://github.com/ruby/thwait)|7.32562785810483e-08| +|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.32562785810483e-08| +|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.32562785810483e-08| +|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.325627858104705e-08| +|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.325627858104705e-08| +|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.325627858104705e-08| +|rubygems|[devise](https://github.com/heartcombo/devise)|7.325627858104705e-08| +|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.325627858104705e-08| +|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.325627858104705e-08| +|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.325627858104705e-08| +|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.179115300942848e-08| +|cran|[enviPick](NA)|7.179115300942722e-08| +|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.107324147933343e-08| +|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.902995481675727e-08| +|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.7727502839082e-08| +|pypi|[tagore](https://github.com/jordanlab/tagore)|6.7727502839082e-08| +|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.580855692530859e-08| +|npm|[vx](https://github.com/vxjs/vx)|6.409924375841774e-08| +|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.345825132083257e-08| +|npm|eslint-config-richienb|6.345825132083257e-08| +|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.345825132083257e-08| +|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.345825132083257e-08| +|pypi|[icecream](https://github.com/gruns/icecream)|6.297469562230437e-08| +|pypi|[comet](http://comet.transientskp.org/)|6.297469562230437e-08| +|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.297469562230437e-08| +|npm|[aproba](https://github.com/iarna/aproba)|6.083996017748102e-08| +|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.083996017748102e-08| +|npm|concat-map|6.083996017748102e-08| +|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.083996017748102e-08| +|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.083996017748102e-08| +|pypi|[trustme](https://github.com/python-trio/trustme)|5.9227701232777234e-08| +|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.7896091136635054e-08| +|pypi|[flowTorch](https://flowtorch.ai/users)|5.6086838288615054e-08| +|go|github.com/blang/semver|5.2022574644512404e-08| +|go|github.com/buger/goterm|5.2022574644512404e-08| +|go|github.com/checkpoint-restore/checkpointctl|5.2022574644512404e-08| +|go|github.com/checkpoint-restore/go-criu/v5|5.2022574644512404e-08| +|go|github.com/container-orchestrated-devices/container-device-interface|5.2022574644512404e-08| +|go|github.com/containers/buildah|5.2022574644512404e-08| +|go|github.com/containers/conmon|5.2022574644512404e-08| +|go|github.com/containers/ocicrypt|5.2022574644512404e-08| +|go|github.com/containers/psgo|5.2022574644512404e-08| +|go|github.com/containers/storage|5.2022574644512404e-08| +|go|github.com/coreos/go-systemd/v22|5.2022574644512404e-08| +|go|github.com/coreos/stream-metadata-go|5.2022574644512404e-08| +|go|github.com/digitalocean/go-qemu|5.2022574644512404e-08| +|go|github.com/docker/go-connections|5.2022574644512404e-08| +|go|github.com/docker/go-plugins-helpers|5.2022574644512404e-08| +|go|github.com/docker/go-units|5.2022574644512404e-08| +|go|github.com/dtylman/scp|5.2022574644512404e-08| +|go|github.com/godbus/dbus/v5|5.2022574644512404e-08| +|go|github.com/google/gofuzz|5.2022574644512404e-08| +|go|github.com/gorilla/handlers|5.2022574644512404e-08| +|go|github.com/gorilla/schema|5.2022574644512404e-08| +|go|github.com/hashicorp/go-multierror|5.2022574644512404e-08| +|go|github.com/json-iterator/go|5.2022574644512404e-08| +|go|github.com/mrunalp/fileutils|5.2022574644512404e-08| +|go|github.com/nxadm/tail|5.2022574644512404e-08| +|go|github.com/pmezard/go-difflib|5.2022574644512404e-08| +|go|github.com/rootless-containers/rootlesskit|5.2022574644512404e-08| +|go|github.com/stretchr/testify|5.2022574644512404e-08| +|go|github.com/syndtr/gocapability|5.2022574644512404e-08| +|go|github.com/uber/jaeger-client-go|5.2022574644512404e-08| +|go|github.com/vbauerster/mpb/v7|5.2022574644512404e-08| +|go|github.com/vishvananda/netlink|5.2022574644512404e-08| +|go|go.etcd.io/bbolt|5.2022574644512404e-08| +|go|golang.org/x/text|5.2022574644512404e-08| +|go|google.golang.org/protobuf|5.2022574644512404e-08| +|go|gopkg.in/inf.v0|5.2022574644512404e-08| +|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1279395006733815e-08| +|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.055715000663865e-08| +|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.055715000663865e-08| +|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.055715000663865e-08| +|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.055715000663865e-08| +|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.055715000663865e-08| +|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.9172022609196424e-08| +|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.324768253579956e-08| +|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.273282917227829e-08| +|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.180778910549022e-08| +|pypi|[PySide6](https://pyside.org)|4.079042784626532e-08| +|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.038252356780289e-08| +|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9485134155185034e-08| +|pypi|[jmp](https://github.com/deepmind/jmp)|3.626185789761888e-08| +|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.626185789761888e-08| +|npm|text-table|3.4169827634294894e-08| +|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3934173650610034e-08| +|pypi|[pika](https://pika.readthedocs.io)|3.0901409338840676e-08| +|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.03731801193731e-08| +|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.03731801193731e-08| +|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9613850616388617e-08| +|cran|[OAIHarvester](NA)|2.9613850616388617e-08| +|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4187112490935405e-08| +|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4187112490935405e-08| +|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.256293380296274e-08| +|cran|[uroot](https://jalobe.com)|2.2072435242028968e-08| +|pypi|[geomet](https://github.com/geomet/geomet)|1.2339104423495361e-08| +|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.462927722402117e-09| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/docs/language-counts.json b/docs/language-counts.json index 1bc8a73f..2990e026 100644 --- a/docs/language-counts.json +++ b/docs/language-counts.json @@ -1,25 +1,25 @@ { "unknown": 176, - "Python": 2192, - "Jupyter Notebook": 441, + "Python": 2197, + "Jupyter Notebook": 442, "Modelica": 1, "Shell": 31, "HTML": 92, "Perl": 48, - "R": 659, + "R": 661, "C++": 562, "Java": 102, - "C": 325, - "Rust": 31, + "C": 329, + "Rust": 32, "JavaScript": 84, "AMPL": 1, - "MATLAB": 40, + "MATLAB": 41, "Haskell": 2, "Fortran": 148, "Clojure": 4, "Groovy": 6, "E": 1, - "Julia": 82, + "Julia": 83, "null": 16, "Matlab": 10, "Scala": 8, diff --git a/docs/meta.json b/docs/meta.json index 46727704..e48dcf2e 100644 --- a/docs/meta.json +++ b/docs/meta.json @@ -19639,7 +19639,75 @@ "meteorology", "python", "toolkit" - ] + ], + "github/pylops/pyproximal": [ + "proximal-algorithms", + "linear-algebra", + "inverse-problems", + "python" + ], + "github/BonsonW/slow5curl": [ + "api", + "c", + "fetching-data-from-server", + "library", + "slow5", + "tool", + "blow5", + "command-line-tool", + "curl" + ], + "github/FAU-LAP/NOMAD-CAMELS": [], + "github/lskatz/fasten": [ + "bioinformatics", + "fastq-files", + "rust" + ], + "github/NSAPH-Software/GPCERF": [], + "github/RJArthern/WAVI.jl": [], + "github/chadagreene/Tide-Model-Driver": [], + "github/tvwenger/kinematic_scaleheight": [], + "github/GenomePathogenAnalysisService/read-it-and-keep": [], + "github/FrederickHuangLin/ANCOMBC": [ + "ancom", + "differential-abundance-analysis", + "microbiome", + "normalization", + "sequencing", + "correlation", + "secom", + "ancombc", + "ancombc2" + ], + "github/moritzobenauer/ProjectRaccoon": [ + "molecular-dynamics-simulation", + "molecular-modeling", + "cheminformatics", + "pdb-files" + ], + "github/songweizhi/Binning_refiner": [ + "metagenomics", + "binning", + "refinement", + "binning-refiner", + "bioinformatics" + ], + "github/seamplex/feenox": [ + "finite-elements", + "hpc", + "numerical-methods", + "ode-solver", + "pde-solver" + ], + "github/FabianPlum/OmniTrax": [ + "blender", + "deeplabcut", + "deeplearning", + "object-detection", + "tracking", + "yolo" + ], + "github/EddyRivasLab/infernal": [] }, "language": { "gitlab/chiemotono/mdcontactcom": "unknown", @@ -25016,7 +25084,22 @@ "github/fkoehlin/montepython_2cosmos_public": "Python", "github/AlexanderJuestel/pyheatdemand": "Python", "github/aibhleog/baryon-sweep": "Jupyter Notebook", - "github/vergauwenthomas/MetObs_toolkit": "Jupyter Notebook" + "github/vergauwenthomas/MetObs_toolkit": "Jupyter Notebook", + "github/pylops/pyproximal": "Python", + "github/BonsonW/slow5curl": "C", + "github/FAU-LAP/NOMAD-CAMELS": "Python", + "github/lskatz/fasten": "Rust", + "github/NSAPH-Software/GPCERF": "R", + "github/RJArthern/WAVI.jl": "Julia", + "github/chadagreene/Tide-Model-Driver": "MATLAB", + "github/tvwenger/kinematic_scaleheight": "Python", + "github/GenomePathogenAnalysisService/read-it-and-keep": "C", + "github/FrederickHuangLin/ANCOMBC": "R", + "github/moritzobenauer/ProjectRaccoon": "Jupyter Notebook", + "github/songweizhi/Binning_refiner": "Python", + "github/seamplex/feenox": "C", + "github/FabianPlum/OmniTrax": "Python", + "github/EddyRivasLab/infernal": "C" }, "url": { "gitlab/chiemotono/mdcontactcom": "https://gitlab.com/chiemotono/mdcontactcom", @@ -30393,7 +30476,22 @@ "github/fkoehlin/montepython_2cosmos_public": "https://github.com/fkoehlin/montepython_2cosmos_public", "github/AlexanderJuestel/pyheatdemand": "https://github.com/AlexanderJuestel/pyheatdemand", "github/aibhleog/baryon-sweep": "https://github.com/aibhleog/baryon-sweep", - "github/vergauwenthomas/MetObs_toolkit": "https://github.com/vergauwenthomas/MetObs_toolkit" + "github/vergauwenthomas/MetObs_toolkit": "https://github.com/vergauwenthomas/MetObs_toolkit", + "github/pylops/pyproximal": "https://github.com/PyLops/pyproximal", + "github/BonsonW/slow5curl": "https://github.com/BonsonW/slow5curl", + "github/FAU-LAP/NOMAD-CAMELS": "https://github.com/FAU-LAP/NOMAD-CAMELS", + "github/lskatz/fasten": "https://github.com/lskatz/fasten", + "github/NSAPH-Software/GPCERF": "https://github.com/NSAPH-Software/GPCERF", + "github/RJArthern/WAVI.jl": "https://github.com/RJArthern/WAVI.jl", + "github/chadagreene/Tide-Model-Driver": "https://github.com/chadagreene/Tide-Model-Driver", + "github/tvwenger/kinematic_scaleheight": "https://github.com/tvwenger/kinematic_scaleheight", + "github/GenomePathogenAnalysisService/read-it-and-keep": "https://github.com/GlobalPathogenAnalysisService/read-it-and-keep", + "github/FrederickHuangLin/ANCOMBC": "https://github.com/FrederickHuangLin/ANCOMBC", + "github/moritzobenauer/ProjectRaccoon": "https://github.com/moritzobenauer/ProjectRaccoon", + "github/songweizhi/Binning_refiner": "https://github.com/songweizhi/Binning_refiner", + "github/seamplex/feenox": "https://github.com/seamplex/feenox", + "github/FabianPlum/OmniTrax": "https://github.com/FabianPlum/OmniTrax", + "github/EddyRivasLab/infernal": "https://github.com/EddyRivasLab/infernal" }, "description": { "gitlab/chiemotono/mdcontactcom": "", @@ -35770,6 +35868,21 @@ "github/fkoehlin/montepython_2cosmos_public": "Public repository for the Monte Python Code modified to work with two independent cosmological parameter sets and independent cosmological calculations per likelihood.", "github/AlexanderJuestel/pyheatdemand": "Processing Tool for Heat Demand Data", "github/aibhleog/baryon-sweep": "a custom outlier rejection algorithm for JWST/NIRSpec IFS data, described in Hutchison et al. (submitted to PASP)", - "github/vergauwenthomas/MetObs_toolkit": "A toolkit for using non-traditional meteorological observations" + "github/vergauwenthomas/MetObs_toolkit": "A toolkit for using non-traditional meteorological observations", + "github/pylops/pyproximal": "PyProximal \u2013 Proximal Operators and Algorithms in Python", + "github/BonsonW/slow5curl": "A library and tool for accessing remote BLOW5 files.", + "github/FAU-LAP/NOMAD-CAMELS": "We are developing a configurable measurement software (CAMELS), targeted towards the requirements of experimental solid-state physics. Here many experiments utilize a multitude of measurement devices used in dynamically changing setups.", + "github/lskatz/fasten": ":construction_worker: Fasten toolkit, for streaming operations on fastq files", + "github/NSAPH-Software/GPCERF": null, + "github/RJArthern/WAVI.jl": "WAVI ice sheet model", + "github/chadagreene/Tide-Model-Driver": "Tide Model Driver for MATLAB, version 3.0", + "github/tvwenger/kinematic_scaleheight": "Use MCMC methods to kinematically estimate the vertical distribution of clouds in the Galactic plane", + "github/GenomePathogenAnalysisService/read-it-and-keep": "Read contamination removal", + "github/FrederickHuangLin/ANCOMBC": "Differential abundance (DA) and correlation analyses for microbial absolute abundance data", + "github/moritzobenauer/ProjectRaccoon": "Automated construction of atomistic and coarse-grained models in the PDB format for polymer peptide conjugates.", + "github/songweizhi/Binning_refiner": "Improving genome bins through the combination of different binning programs ", + "github/seamplex/feenox": "Cloud-first free no-fee no-X uniX-like finite-element(ish) computational engineering tool", + "github/FabianPlum/OmniTrax": "Deep learning-driven multi animal tracking and pose estimation add-on for Blender", + "github/EddyRivasLab/infernal": "RNA secondary structure/sequence profiles for homology search and alignment" } } \ No newline at end of file diff --git a/pages/cpp.md b/pages/cpp.md index c6b08a6f..5f0b39f2 100644 --- a/pages/cpp.md +++ b/pages/cpp.md @@ -9,447 +9,447 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|spack|[zlib](https://zlib.net)|0.006357894172067084| -|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.0052994726998103715| -|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0030151193500927063| -|spack|[python](https://www.python.org/)|0.0026649685876440087| -|spack|[pkgconfig](http://pkgconf.org/)|0.0019131368454149691| -|spack|[cmake](https://www.cmake.org)|0.0017997338091347971| -|spack|openmp|0.0017131266556366237| -|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016246879070316242| -|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0014011143730597597| -|spack|[qt](https://qt.io)|0.0009660603905267611| -|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009637674006229632| -|spack|[openssl](https://www.openssl.org)|0.0009465900939988657| -|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009419707534911297| -|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009157651876084664| -|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009099076873706577| -|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009076938799002896| -|spack|[automake](https://www.gnu.org/software/automake/)|0.000904751785280826| -|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008796761421162278| -|spack|[libxml2](http://xmlsoft.org)|0.000835867217459586| -|spack|[perl](https://www.perl.org)|0.0008015731116033599| -|spack|threads|0.0007912963673880705| -|spack|ca-certificates-mozilla|0.0006982928160968158| -|spack|nasm|0.0006982928160968158| -|spack|[xz](https://tukaani.org/xz/)|0.0006561994827743922| -|spack|[expat](https://libexpat.github.io/)|0.0006509045331470102| -|spack|eigen3|0.0005415938864628822| -|spack|python3|0.0005343886462882096| -|spack|[mbedtls](https://tls.mbed.org)|0.00047593044515316813| -|spack|[gmake](https://www.gnu.org/software/make/)|0.000407785236084645| -|spack|diffutils|0.0004038186811642303| -|spack|gtest|0.0003877105427323768| -|spack|icu4c|0.00036171709857418864| -|spack|[lz4](https://lz4.github.io/lz4/)|0.00035904841092730206| -|spack|[gettext](https://www.gnu.org/software/gettext/)|0.0003534172727248597| -|spack|py-numpy|0.0003449270163336352| -|spack|[bison](https://www.gnu.org/software/bison/)|0.00033442965630810575| -|spack|slicer|0.00032603711790393016| -|spack|pybind11|0.00032166250779787895| -|spack|[sqlite](https://www.sqlite.org)|0.00031601330420141007| -|spack|pythoninterp|0.0003159220691971784| -|spack|[ninja](https://ninja-build.org/)|0.00031256453578073823| -|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.00031038764566503036| -|spack|[zstd](https://facebook.github.io/zstd/)|0.0003041349688753972| -|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00029003326901182885| -|spack|[libffi](https://sourceware.org/libffi/)|0.0002871828938204704| -|spack|[tk](https://www.tcl.tk)|0.0002865810810151015| -|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.00028591795249457833| -|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.000276137596771678| -|spack|[tcl](https://www.tcl.tk/)|0.0002643082918020028| -|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.0002608783299313375| -|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025680795465841174| -|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025680795465841174| -|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025680795465841174| -|spack|[krb5](https://kerberos.org)|0.00025590580589579623| -|spack|[libssh2](https://www.libssh2.org/)|0.00025353363882623915| -|spack|[libssh](https://www.libssh.org)|0.00025353363882623915| -|spack|[gnutls](https://www.gnutls.org)|0.00024823724690484173| -|spack|[nghttp2](https://nghttp2.org/)|0.00024823724690484173| -|spack|[curl](https://curl.se/)|0.0002474075969495637| -|spack|numpy|0.00022859482220835933| -|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.0002285538619355539| -|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.0002269649443591347| -|spack|png|0.0002198522002015452| -|spack|biosoup|0.0002101528384279476| -|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020775362890595677| -|spack|pythonlibs|0.00020527016651470802| -|spack|libiconv|0.00020357554613610246| -|spack|[iconv](https://www.gnu.org/software/libiconv/)|0.00018044191420115438| -|spack|omegalib|0.00018013100436681224| -|spack|vif|0.00018013100436681224| -|spack|bpython|0.00018013100436681224| -|spack|patchelf|0.0001783296943231441| -|spack|[flex](https://github.com/westes/flex)|0.00017229489528863674| -|spack|hip|0.0001630597458919745| -|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016234562362830413| -|spack|bioparser|0.00015611353711790393| -|spack|libpciaccess|0.0001492550797611621| -|spack|pmix|0.0001446825234964661| -|spack|[opengl](https://www.opengl.org/)|0.00013918196859149964| -|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012685742938385876| -|spack|[libarchive](https://www.libarchive.org)|0.00012382435009270884| -|spack|[libuv](https://libuv.org)|0.00012382435009270884| -|spack|cython|0.00012351840299438553| -|spack|cminx|0.00012008733624454149| -|spack|sqlite3|0.00012008733624454149| -|spack|triqs|0.00012008733624454149| -|spack|py-setuptools|0.00011886052782908165| -|spack|[pcre](https://www.pcre.org)|0.00011190132258144972| -|spack|[graphviz](http://www.graphviz.org)|0.00010917379507995499| -|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010832585386774796| -|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010712402847853955| -|spack|py-six|0.00010231225561762992| -|spack|[boost](https://www.boost.org)|9.77978588395386e-05| -|spack|[re2c](https://re2c.org/index.html)|9.513181785379485e-05| -|spack|lapacke|9.006550218340612e-05| -|spack|liblzma|9.006550218340612e-05| -|spack|py-jinja2|8.913891210855764e-05| -|spack|py-pip|8.854645465233458e-05| -|spack|py-wheel|8.854645465233458e-05| -|spack|py-sphinxcontrib-websupport|8.854645465233458e-05| -|spack|py-sphinxcontrib-applehelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-devhelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-jsmath|8.854645465233458e-05| -|spack|py-sphinxcontrib-htmlhelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-serializinghtml|8.854645465233458e-05| -|spack|py-sphinxcontrib-qthelp|8.854645465233458e-05| -|spack|py-pygments|8.854645465233458e-05| -|spack|py-docutils|8.854645465233458e-05| -|spack|py-snowballstemmer|8.854645465233458e-05| -|spack|py-babel|8.854645465233458e-05| -|spack|py-alabaster|8.854645465233458e-05| -|spack|py-imagesize|8.854645465233458e-05| -|spack|py-requests|8.854645465233458e-05| -|spack|py-sphinx-rtd-theme|8.854645465233458e-05| -|spack|py-packaging|8.854645465233458e-05| -|spack|py-importlib-metadata|8.854645465233458e-05| -|spack|py-colorama|8.854645465233458e-05| -|spack|[guile](https://www.gnu.org/software/guile/)|7.592463102870306e-05| -|spack|qt4|7.570723371938485e-05| -|spack|libpng|7.385938585412565e-05| -|spack|sgx|7.20524017467249e-05| -|spack|sphinx|7.20524017467249e-05| -|spack|torch|7.20524017467249e-05| -|spack|curses|7.20524017467249e-05| -|spack|py-typing|7.052802233792407e-05| -|spack|[pcre2](https://www.pcre.org)|6.810745439740388e-05| -|spack|gl|6.786125046459867e-05| -|spack|[jpeg](http://www.ijg.org)|6.161719634731856e-05| -|spack|libx11|6.111480662376463e-05| -|spack|pythonextensions|6.0043668122270746e-05| -|spack|qt5|6.0043668122270746e-05| -|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|6.003766375545852e-05| -|spack|[hdf5](https://portal.hdfgroup.org)|5.997356203527343e-05| -|spack|freetype|5.7916089048503826e-05| -|spack|libtiff|5.75930067889474e-05| -|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.58915222485306e-05| -|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.3370676780566856e-05| -|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.290397158152385e-05| -|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.239187534099621e-05| -|spack|[gmp](https://gmplib.org)|5.206068730821006e-05| -|spack|double-conversion|5.204694671263699e-05| -|spack|yaml|5.146600124766064e-05| -|spack|effpotential|5.146600124766064e-05| -|spack|rigidbodykinematics|5.146600124766064e-05| -|spack|sbgatcore|5.146600124766064e-05| -|spack|cpio|5.095134123518403e-05| -|spack|fontconfig|5.0684200522457855e-05| -|spack|[llvm](https://llvm.org/)|4.6030172917966294e-05| -|spack|libpeyton|4.503275109170306e-05| -|spack|gtkplus|4.402316842783876e-05| -|spack|libsm|4.384578870840232e-05| -|spack|libxext|4.384578870840232e-05| -|spack|glib|4.343071097161569e-05| -|spack|harfbuzz|4.238847956320994e-05| -|spack|libmng|4.179602210698687e-05| -|spack|inputproto|4.179602210698687e-05| -|spack|dbus|4.179602210698687e-05| -|spack|assimp|4.179602210698687e-05| -|spack|gperf|4.179602210698687e-05| -|spack|libdrm|4.179602210698687e-05| -|spack|libxcomposite|4.179602210698687e-05| -|spack|libxcursor|4.179602210698687e-05| -|spack|libxi|4.179602210698687e-05| -|spack|libxtst|4.179602210698687e-05| -|spack|libxrandr|4.179602210698687e-05| -|spack|libxdamage|4.179602210698687e-05| -|spack|libxcb|4.179602210698687e-05| -|spack|libxkbcommon|4.179602210698687e-05| -|spack|xcb-util-image|4.179602210698687e-05| -|spack|xcb-util-keysyms|4.179602210698687e-05| -|spack|xcb-util-renderutil|4.179602210698687e-05| -|spack|xcb-util-wm|4.179602210698687e-05| -|spack|libxrender|4.179602210698687e-05| -|spack|libxcrypt|4.1245992322167324e-05| -|spack|llvm-openmp|4.090260449157829e-05| -|spack|yacc|4.0151872169030894e-05| -|spack|fftw3|4.002911208151383e-05| -|spack|cppuddle|3.602620087336245e-05| -|spack|hpxkokkos|3.602620087336245e-05| -|spack|edlib|3.602620087336245e-05| -|spack|spoa|3.602620087336245e-05| -|spack|thread_pool|3.602620087336245e-05| -|spack|rampler|3.602620087336245e-05| -|spack|cudapoa|3.602620087336245e-05| -|spack|cudaaligner|3.602620087336245e-05| -|spack|virtest|3.566593886462882e-05| -|spack|openni2|3.275109170305677e-05| -|spack|efusion|3.275109170305677e-05| -|spack|suitesparse|3.275109170305677e-05| -|spack|realsense|3.275109170305677e-05| -|spack|hwloc|2.8958564533604755e-05| -|spack|meson|2.781943231441048e-05| -|spack|everybeam|2.7712462210278804e-05| -|spack|idgapi|2.7712462210278804e-05| -|spack|eigen|2.7376834962684168e-05| -|spack|[openssh](https://www.openssh.com/)|2.631143229041701e-05| -|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.631143229041701e-05| -|spack|sophus|2.573300062383032e-05| -|spack|visioncore|2.573300062383032e-05| -|spack|brisk|2.573300062383032e-05| -|spack|opengv|2.573300062383032e-05| -|spack|gtsam|2.573300062383032e-05| -|spack|tensorflow|2.573300062383032e-05| -|spack|cudalibs|2.573300062383032e-05| -|spack|pnetcdf|2.573300062383032e-05| -|spack|qt5widgets|2.573300062383032e-05| -|spack|qt5opengl|2.573300062383032e-05| -|spack|glut|2.573300062383032e-05| -|spack|[swig](http://www.swig.org)|2.5537853584995204e-05| -|spack|py-nose|2.5475670617592015e-05| -|spack|findutils|2.5378001715142175e-05| -|spack|glew|2.3880541487789213e-05| -|spack|py-mpi4py|2.1906460182326202e-05| -|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1845948265480483e-05| -|spack|py-flit-core|2.0281847665435e-05| -|spack|dl|2.0014556040756914e-05| -|spack|sofa|2.0014556040756914e-05| -|spack|pthreads|2.0014556040756914e-05| -|spack|llvm-amdgpu|1.8377222395508422e-05| -|spack|hsa-rocr-dev|1.8377222395508422e-05| -|spack|libunistring|1.794303265476496e-05| -|spack|libfabric|1.6228091841372087e-05| -|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.6110762010664146e-05| -|spack|libsbml|1.566356559711411e-05| -|spack|libsedml|1.566356559711411e-05| -|spack|libcombine|1.566356559711411e-05| -|spack|crossguid|1.566356559711411e-05| -|spack|nativejit|1.566356559711411e-05| -|spack|cpufeatures|1.566356559711411e-05| -|spack|raptor|1.566356559711411e-05| -|spack|qcp|1.566356559711411e-05| -|spack|qwtplot3d|1.566356559711411e-05| -|spack|mml|1.566356559711411e-05| -|spack|sbw|1.566356559711411e-05| -|spack|atlas|1.5506929941142968e-05| -|spack|libedit|1.5166962849262895e-05| -|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4966674327740758e-05| -|spack|gl2ps|1.389292062066507e-05| -|spack|perl-data-dumper|1.3765800965295335e-05| -|spack|libelf|1.3765800965295335e-05| -|spack|binutils|1.3765800965295335e-05| -|spack|isl|1.3765800965295335e-05| -|spack|glu|1.3629616882139093e-05| -|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3510942654398003e-05| -|spack|[hpx](https://hpx.stellar-group.org/)|1.3435798067576779e-05| -|spack|memkind|1.340946662507798e-05| -|spack|gflags|1.3330292765019077e-05| -|spack|[git](http://git-scm.com)|1.330409328662607e-05| -|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3250749153373146e-05| -|spack|numactl|1.2483078602620088e-05| -|spack|kokkos-nvcc-wrapper|1.2483078602620088e-05| -|spack|[pugixml](https://pugixml.org/)|1.2052234649318245e-05| -|spack|libzmq|1.1655535576676085e-05| -|spack|dataspaces|1.1655535576676085e-05| -|spack|c-blosc|1.1655535576676085e-05| -|spack|zfp|1.1655535576676085e-05| -|spack|sz|1.1655535576676085e-05| -|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.137068717308897e-05| -|spack|netcdf-c|1.117731262810801e-05| -|spack|cgns|1.117731262810801e-05| -|spack|ffmpeg|1.084338206187319e-05| -|spack|fftw-api|1.0614862757330005e-05| -|spack|[fftw](https://www.fftw.org)|1.0476746962757189e-05| -|spack|libgd|1.0462008733624454e-05| -|spack|[gsl](https://www.gnu.org/software/gsl)|1.0402764585963696e-05| -|spack|glx|1.0250924605650119e-05| -|spack|libxt|1.0250924605650119e-05| -|spack|osmesa|1.0250924605650119e-05| -|spack|netcdf-cxx|1.0250924605650119e-05| -|spack|libogg|1.0250924605650119e-05| -|spack|libtheora|1.0250924605650119e-05| -|spack|utf8cpp|1.0250924605650119e-05| -|spack|proj|1.0250924605650119e-05| -|spack|seacas|1.0250924605650119e-05| -|spack|arpack-ng|1.0084119619463505e-05| -|spack|[root](https://root.cern.ch)|8.631277292576429e-06| -|spack|superlu|8.491890205864004e-06| -|spack|[octave](https://www.gnu.org/software/octave/)|7.72909054451475e-06| -|spack|rsync|7.430403930131004e-06| -|spack|hepmc|7.430403930131004e-06| -|spack|hepmc3|7.430403930131004e-06| -|spack|evtgen|7.430403930131004e-06| -|spack|fastjet|7.430403930131004e-06| -|spack|lhapdf|7.430403930131004e-06| -|spack|rivet|7.430403930131004e-06| -|spack|madgraph5amc|7.430403930131004e-06| -|spack|openmpi|7.430403930131004e-06| -|spack|mpich|7.430403930131004e-06| -|spack|highfive|7.430403930131004e-06| -|spack|msmpi|7.430403930131004e-06| -|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|7.021782665315034e-06| -|spack|libmd|6.991237336244542e-06| -|spack|rtmpdump|6.878431066749845e-06| -|spack|cudnn|6.25371759346574e-06| -|spack|libxft|6.088409678733713e-06| -|spack|glfw|5.66126013724267e-06| -|spack|unzip|5.487067517635203e-06| -|spack|wget|5.487067517635203e-06| -|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.430872802597698e-06| -|spack|bdw-gc|4.953602620087336e-06| -|spack|googletest|4.953602620087336e-06| -|spack|psm|4.5725562646960025e-06| -|spack|opa-psm2|4.5725562646960025e-06| -|spack|rdma-core|4.5725562646960025e-06| -|spack|slurm|4.5725562646960025e-06| -|spack|[jemalloc](http://jemalloc.net/)|4.553587562114143e-06| -|spack|[vtk](http://www.vtk.org)|4.216521710745872e-06| -|spack|berkeley-db|4.070375272925764e-06| -|spack|valgrind|4.0541536841978984e-06| -|spack|libxscrnsaver|4.038643077318263e-06| -|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.829708319337141e-06| -|spack|nspr|3.707474344978166e-06| -|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.602620087336252e-06| -|spack|sofa-c|3.429417198522002e-06| -|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.250639963860873e-06| -|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|3.2423580786026295e-06| -|spack|lm-sensors|3.184458827199002e-06| -|spack|rocprofiler-dev|3.184458827199002e-06| -|spack|rocm-smi-lib|3.184458827199002e-06| -|spack|[vc](https://github.com/VcDevel/Vc)|2.770290618882702e-06| -|spack|autoconf-archive|2.743533758817602e-06| -|spack|libxmu|2.743533758817602e-06| -|spack|tar|2.524151923323915e-06| -|spack|suite-sparse|2.5186174360573925e-06| -|spack|[seqan](https://www.seqan.de)|2.3159700561447323e-06| -|spack|[kokkos](https://github.com/kokkos/kokkos)|2.1873050530255755e-06| -|spack|libice|2.0497666014154495e-06| -|spack|nlohmann-json|2.0497666014154495e-06| -|spack|xxhash|2.0497666014154495e-06| -|spack|libxpm|2.0497666014154495e-06| -|spack|ftgl|2.0497666014154495e-06| -|spack|arrow|2.0497666014154495e-06| -|spack|davix|2.0497666014154495e-06| -|spack|dcap|2.0497666014154495e-06| -|spack|fcgi|2.0497666014154495e-06| -|spack|mysql-client|2.0497666014154495e-06| -|spack|oracle-instant-client|2.0497666014154495e-06| -|spack|postgresql|2.0497666014154495e-06| -|spack|pythia6|2.0497666014154495e-06| -|spack|r|2.0497666014154495e-06| -|spack|r-rcpp|2.0497666014154495e-06| -|spack|r-rinside|2.0497666014154495e-06| -|spack|shadow|2.0497666014154495e-06| -|spack|unuran|2.0497666014154495e-06| -|spack|vdt|2.0497666014154495e-06| -|spack|veccore|2.0497666014154495e-06| -|spack|xrootd|2.0497666014154495e-06| -|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.0406269494697473e-06| -|spack|asio|1.7832969432314413e-06| -|spack|gperftools|1.7832969432314413e-06| -|spack|mimalloc|1.7832969432314413e-06| -|spack|otf2|1.7832969432314413e-06| -|spack|groff|1.6346888646288208e-06| -|spack|ghostscript|1.6346888646288208e-06| -|spack|gts|1.6346888646288208e-06| -|spack|cairo|1.6346888646288208e-06| -|spack|pango|1.6346888646288208e-06| -|spack|poppler|1.6346888646288208e-06| -|spack|sed|1.6346888646288208e-06| -|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.6217774811762936e-06| -|spack|fltk|1.592229413599501e-06| -|spack|glpk|1.592229413599501e-06| -|spack|gnuplot|1.592229413599501e-06| -|spack|imagemagick|1.592229413599501e-06| -|spack|qhull|1.592229413599501e-06| -|spack|qrupdate|1.592229413599501e-06| -|spack|qscintilla|1.592229413599501e-06| -|spack|py-twisted|1.4011618839675608e-06| -|spack|perl-module-build|1.4011618839675608e-06| -|spack|apr|1.4011618839675608e-06| -|spack|apr-util|1.4011618839675608e-06| -|spack|catkin|1.200873362445415e-06| -|spack|roslaunch|1.200873362445415e-06| -|spack|bpp-phyl-omics3|1.200873362445415e-06| -|spack|bpp-popgen3|1.200873362445415e-06| -|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.188864628820968e-06| -|spack|rpcsvc-proto|1.1538980220909325e-06| -|spack|libtirpc|1.1538980220909325e-06| -|spack|seqan.|1.0293200249532128e-06| -|spack|sowing|9.263880224578915e-07| -|spack|hipblas|9.263880224578915e-07| -|spack|hipsparse|9.263880224578915e-07| -|spack|rocsparse|9.263880224578915e-07| -|spack|rocsolver|9.263880224578915e-07| -|spack|rocblas|9.263880224578915e-07| -|spack|rocrand|9.263880224578915e-07| -|spack|rocthrust|9.263880224578915e-07| -|spack|rocprim|9.263880224578915e-07| -|spack|metis|9.263880224578915e-07| -|spack|scotch|9.263880224578915e-07| -|spack|parmetis|9.263880224578915e-07| -|spack|mmg|9.263880224578915e-07| -|spack|parmmg|9.263880224578915e-07| -|spack|tetgen|9.263880224578915e-07| -|spack|hypre|9.263880224578915e-07| -|spack|superlu-dist|9.263880224578915e-07| -|spack|strumpack|9.263880224578915e-07| -|spack|scalapack|9.263880224578915e-07| -|spack|mumps|9.263880224578915e-07| -|spack|trilinos|9.263880224578915e-07| -|spack|mpfr|9.263880224578915e-07| -|spack|giflib|9.263880224578915e-07| -|spack|exodusii|9.263880224578915e-07| -|spack|parallel-netcdf|9.263880224578915e-07| -|spack|random123|9.263880224578915e-07| -|spack|moab|9.263880224578915e-07| -|spack|p4est|9.263880224578915e-07| -|spack|saws|9.263880224578915e-07| -|spack|libyaml|9.263880224578915e-07| -|spack|kokkos-kernels|9.263880224578915e-07| -|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|9.00655021834063e-07| -|spack|[glog](https://github.com/google/glog)|8.497874624613759e-07| -|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.205240174672626e-07| -|spack|[cereal](https://uscilab.github.io/cereal/)|7.205240174672524e-07| -|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|6.00436681222712e-07| -|spack|[tclap](http://tclap.sourceforge.net)|6.00436681222712e-07| -|spack|[itk](https://itk.org/)|6.00436681222712e-07| -|spack|ant|5.9245745622307e-07| -|spack|ceres-solver|5.9245745622307e-07| -|spack|clp|5.9245745622307e-07| -|spack|gdal|5.9245745622307e-07| -|spack|ipp|5.9245745622307e-07| -|spack|jasper|5.9245745622307e-07| -|spack|onnx|5.9245745622307e-07| -|spack|openexr|5.9245745622307e-07| -|spack|openjpeg|5.9245745622307e-07| -|spack|libwebp|5.9245745622307e-07| -|spack|tesseract|5.9245745622307e-07| -|spack|leptonica|5.9245745622307e-07| -|spack|libdc1394|5.9245745622307e-07| -|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.848409232688728e-07| -|spack|[casacore](https://github.com/casacore/casacore)|5.542492442055796e-07| -|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.146600124766118e-07| -|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.146600124766118e-07| -|spack|[nlopt](https://nlopt.readthedocs.io)|5.146600124766118e-07| -|spack|[armadillo](http://arma.sourceforge.net/)|5.146600124766118e-07| -|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.602620087336262e-07| -|spack|[lua](https://www.lua.org)|2.771246221027898e-07| -|spack|[opencv](https://opencv.org/)|2.573300062383059e-07| -|spack|[clapack](https://www.netlib.org/clapack/)|1.566356559711403e-07| -|spack|[qwt](http://qwt.sourceforge.net/)|1.566356559711403e-07| +|spack|[zlib](https://zlib.net)|0.0063348416188688675| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005280257787918372| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.003004187082688457| +|spack|[python](https://www.python.org/)|0.0026553059024096225| +|spack|[pkgconfig](http://pkgconf.org/)|0.0019062001635969286| +|spack|[cmake](https://www.cmake.org)|0.0017932083058384465| +|spack|openmp|0.0017069151739265557| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016187970879343368| +|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0013960341904163264| +|spack|[qt](https://qt.io)|0.0009625576334907706| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009602729575460143| +|spack|[openssl](https://www.openssl.org)|0.000943157932671822| +|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009385553410419232| +|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009124447917143094| +|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009066085296934605| +|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009044027490812156| +|spack|[automake](https://www.gnu.org/software/automake/)|0.0009014713219549337| +|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008764865984537311| +|spack|[libxml2](http://xmlsoft.org)|0.0008328365168886679| +|spack|[perl](https://www.perl.org)|0.0007986667551435963| +|spack|threads|0.0007884272725099411| +|spack|ca-certificates-mozilla|0.0006957609349652118| +|spack|nasm|0.0006957609349652118| +|spack|[xz](https://tukaani.org/xz/)|0.000653820224316182| +|spack|[expat](https://libexpat.github.io/)|0.0006485444732008636| +|spack|eigen3|0.0005396301667875273| +|spack|python3|0.0005324510514865845| +|spack|[mbedtls](https://tls.mbed.org)|0.00047420480902135836| +|spack|[gmake](https://www.gnu.org/software/make/)|0.00040630668192915317| +|spack|diffutils|0.00040235450900627436| +|spack|gtest|0.0003863047757173936| +|spack|icu4c|0.0003604055789999524| +|spack|[lz4](https://lz4.github.io/lz4/)|0.0003577465675229247| +|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035213584679039665| +|spack|py-numpy|0.00034367637450501446| +|spack|[bison](https://www.gnu.org/software/bison/)|0.00033321707597341323| +|spack|slicer|0.00032485496736765773| +|spack|pybind11|0.00032049621879208534| +|spack|[sqlite](https://www.sqlite.org)|0.0003148674981673223| +|spack|pythoninterp|0.0003147765939644112| +|spack|[ninja](https://ninja-build.org/)|0.0003114312343457103| +|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003092622372325973| +|spack|[zstd](https://facebook.github.io/zstd/)|0.0003030322314973138| +|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00028898166180003855| +|spack|[libffi](https://sourceware.org/libffi/)|0.000286141621544109| +|spack|[tk](https://www.tcl.tk)|0.00028554199080112343| +|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.0002848812666624731| +|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002751363727079666| +|spack|[tcl](https://www.tcl.tk/)|0.0002633499586192544| +|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.00025993243315856256| +|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025587681631664816| +|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025587681631664816| +|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025587681631664816| +|spack|[krb5](https://kerberos.org)|0.0002549779385792779| +|spack|[libssh2](https://www.libssh2.org/)|0.0002526143725505822| +|spack|[libssh](https://www.libssh.org)|0.0002526143725505822| +|spack|[gnutls](https://www.gnutls.org)|0.0002473371843707417| +|spack|[nghttp2](https://nghttp2.org/)|0.0002473371843707417| +|spack|[curl](https://curl.se/)|0.00024651054257338734| +|spack|numpy|0.000227765979488242| +|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.00022772516772984056| +|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022614201127588848| +|spack|png|0.0002190550566185084| +|spack|biosoup|0.00020939086294416244| +|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020700035251398452| +|spack|pythonlibs|0.00020452589469993387| +|spack|libiconv|0.00020283741870268606| +|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.00017978766505611756| +|spack|bpython|0.0001794778825235678| +|spack|omegalib|0.0001794778825235678| +|spack|vif|0.0001794778825235678| +|spack|patchelf|0.00017768310369833213| +|spack|[flex](https://github.com/westes/flex)|0.00017167018573356578| +|spack|hip|0.00016246852128758014| +|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016175698829970262| +|spack|bioparser|0.0001555474981870921| +|spack|libpciaccess|0.00014871390833345665| +|spack|pmix|0.0001441579313155507| +|spack|[opengl](https://www.opengl.org/)|0.0001386773204095145| +|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012639746771096587| +|spack|[libarchive](https://www.libarchive.org)|0.00012337538580665873| +|spack|[libuv](https://libuv.org)|0.00012337538580665873| +|spack|cython|0.0001230705480161608| +|spack|sqlite3|0.00011965192168237854| +|spack|triqs|0.00011965192168237854| +|spack|cminx|0.00011965192168237854| +|spack|py-setuptools|0.00011842956144826559| +|spack|[pcre](https://www.pcre.org)|0.00011149558899703551| +|spack|[graphviz](http://www.graphviz.org)|0.00010877795100787395| +|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010793308427431886| +|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010673561648260578| +|spack|py-six|0.00010194129022380242| +|spack|[boost](https://www.boost.org)|9.74432618169152e-05| +|spack|[re2c](https://re2c.org/index.html)|9.478688740472378e-05| +|spack|liblzma|8.97389412617839e-05| +|spack|lapacke|8.97389412617839e-05| +|spack|py-jinja2|8.88157108318769e-05| +|spack|py-pip|8.82254015172645e-05| +|spack|py-wheel|8.82254015172645e-05| +|spack|py-sphinxcontrib-websupport|8.82254015172645e-05| +|spack|py-sphinxcontrib-applehelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-devhelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-jsmath|8.82254015172645e-05| +|spack|py-sphinxcontrib-htmlhelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-serializinghtml|8.82254015172645e-05| +|spack|py-sphinxcontrib-qthelp|8.82254015172645e-05| +|spack|py-pygments|8.82254015172645e-05| +|spack|py-docutils|8.82254015172645e-05| +|spack|py-snowballstemmer|8.82254015172645e-05| +|spack|py-babel|8.82254015172645e-05| +|spack|py-alabaster|8.82254015172645e-05| +|spack|py-imagesize|8.82254015172645e-05| +|spack|py-requests|8.82254015172645e-05| +|spack|py-sphinx-rtd-theme|8.82254015172645e-05| +|spack|py-packaging|8.82254015172645e-05| +|spack|py-importlib-metadata|8.82254015172645e-05| +|spack|py-colorama|8.82254015172645e-05| +|spack|[guile](https://www.gnu.org/software/guile/)|7.564934230126031e-05| +|spack|qt4|7.5432733234543e-05| +|spack|libpng|7.359158532528547e-05| +|spack|sgx|7.179115300942713e-05| +|spack|sphinx|7.179115300942713e-05| +|spack|curses|7.179115300942713e-05| +|spack|torch|7.179115300942713e-05| +|spack|py-typing|7.027230071958501e-05| +|spack|[pcre2](https://www.pcre.org)|6.786050931256923e-05| +|spack|gl|6.761519806987571e-05| +|spack|[jpeg](http://www.ijg.org)|6.139378374272352e-05| +|spack|libx11|6.089321559177131e-05| +|spack|pythonextensions|5.982596084118927e-05| +|spack|qt5|5.982596084118927e-05| +|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.981997824510515e-05| +|spack|[hdf5](https://portal.hdfgroup.org)|5.9756108945950455e-05| +|spack|freetype|5.7706095977262e-05| +|spack|libtiff|5.738418515446973e-05| +|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.568886988359757e-05| +|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.31771645369825e-05| +|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.271215152502811e-05| +|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.220191205114487e-05| +|spack|[gmp](https://gmplib.org)|5.187192484516361e-05| +|spack|double-conversion|5.185823407045922e-05| +|spack|rigidbodykinematics|5.127939500673366e-05| +|spack|sbgatcore|5.127939500673366e-05| +|spack|effpotential|5.127939500673366e-05| +|spack|yaml|5.127939500673366e-05| +|spack|cpio|5.076660105666632e-05| +|spack|fontconfig|5.050042894695949e-05| +|spack|[llvm](https://llvm.org/)|4.5863275989329756e-05| +|spack|libpeyton|4.486947063089195e-05| +|spack|gtkplus|4.386354852781036e-05| +|spack|libsm|4.3686811954564776e-05| +|spack|libxext|4.3686811954564776e-05| +|spack|glib|4.327323921319797e-05| +|spack|harfbuzz|4.223478674390899e-05| +|spack|libmng|4.164447742929659e-05| +|spack|inputproto|4.164447742929659e-05| +|spack|dbus|4.164447742929659e-05| +|spack|assimp|4.164447742929659e-05| +|spack|gperf|4.164447742929659e-05| +|spack|libdrm|4.164447742929659e-05| +|spack|libxcomposite|4.164447742929659e-05| +|spack|libxcursor|4.164447742929659e-05| +|spack|libxi|4.164447742929659e-05| +|spack|libxtst|4.164447742929659e-05| +|spack|libxrandr|4.164447742929659e-05| +|spack|libxdamage|4.164447742929659e-05| +|spack|libxcb|4.164447742929659e-05| +|spack|libxkbcommon|4.164447742929659e-05| +|spack|xcb-util-image|4.164447742929659e-05| +|spack|xcb-util-keysyms|4.164447742929659e-05| +|spack|xcb-util-renderutil|4.164447742929659e-05| +|spack|xcb-util-wm|4.164447742929659e-05| +|spack|libxrender|4.164447742929659e-05| +|spack|libxcrypt|4.1096441951165986e-05| +|spack|llvm-openmp|4.0754299181601575e-05| +|spack|yacc|4.000628887617726e-05| +|spack|fftw3|3.988397389412618e-05| +|spack|edlib|3.5895576504713564e-05| +|spack|spoa|3.5895576504713564e-05| +|spack|thread_pool|3.5895576504713564e-05| +|spack|rampler|3.5895576504713564e-05| +|spack|cudapoa|3.5895576504713564e-05| +|spack|cudaaligner|3.5895576504713564e-05| +|spack|cppuddle|3.5895576504713564e-05| +|spack|hpxkokkos|3.5895576504713564e-05| +|spack|virtest|3.553662073966643e-05| +|spack|openni2|3.2632342277012324e-05| +|spack|efusion|3.2632342277012324e-05| +|spack|suitesparse|3.2632342277012324e-05| +|spack|realsense|3.2632342277012324e-05| +|spack|hwloc|2.8853566112525696e-05| +|spack|meson|2.7718564176939813e-05| +|spack|everybeam|2.761198192670274e-05| +|spack|idgapi|2.761198192670274e-05| +|spack|eigen|2.7277571601688213e-05| +|spack|[openssh](https://www.openssh.com/)|2.6216031883272634e-05| +|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6216031883272634e-05| +|spack|sophus|2.563969750336683e-05| +|spack|visioncore|2.563969750336683e-05| +|spack|brisk|2.563969750336683e-05| +|spack|opengv|2.563969750336683e-05| +|spack|gtsam|2.563969750336683e-05| +|spack|tensorflow|2.563969750336683e-05| +|spack|cudalibs|2.563969750336683e-05| +|spack|pnetcdf|2.563969750336683e-05| +|spack|qt5widgets|2.563969750336683e-05| +|spack|qt5opengl|2.563969750336683e-05| +|spack|glut|2.563969750336683e-05| +|spack|[swig](http://www.swig.org)|2.544525803175012e-05| +|spack|py-nose|2.538330052833316e-05| +|spack|findutils|2.5285985755333825e-05| +|spack|glew|2.3793955042945888e-05| +|spack|py-mpi4py|2.1827031392687603e-05| +|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1766738880906588e-05| +|spack|py-flit-core|2.0208309421542923e-05| +|spack|dl|1.994198694706309e-05| +|spack|sofa|1.994198694706309e-05| +|spack|pthreads|1.994198694706309e-05| +|spack|llvm-amdgpu|1.831058997202942e-05| +|spack|hsa-rocr-dev|1.831058997202942e-05| +|spack|libunistring|1.7877974523311865e-05| +|spack|libfabric|1.6169251769430927e-05| +|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.605234735507798e-05| +|spack|libsbml|1.5606772393353723e-05| +|spack|libsedml|1.5606772393353723e-05| +|spack|libcombine|1.5606772393353723e-05| +|spack|crossguid|1.5606772393353723e-05| +|spack|nativejit|1.5606772393353723e-05| +|spack|cpufeatures|1.5606772393353723e-05| +|spack|raptor|1.5606772393353723e-05| +|spack|qcp|1.5606772393353723e-05| +|spack|qwtplot3d|1.5606772393353723e-05| +|spack|mml|1.5606772393353723e-05| +|spack|sbw|1.5606772393353723e-05| +|spack|atlas|1.5450704669420186e-05| +|spack|libedit|1.5111970235596243e-05| +|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4912407923361712e-05| +|spack|gl2ps|1.3842547449451635e-05| +|spack|perl-data-dumper|1.3715888706537919e-05| +|spack|libelf|1.3715888706537919e-05| +|spack|binutils|1.3715888706537919e-05| +|spack|isl|1.3715888706537919e-05| +|spack|glu|1.3580198401783259e-05| +|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3461954464933181e-05| +|spack|[hpx](https://hpx.stellar-group.org/)|1.338708233854278e-05| +|spack|memkind|1.3360846369004455e-05| +|spack|gflags|1.3281959578778979e-05| +|spack|[git](http://git-scm.com)|1.3255855094868908e-05| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3202704377617624e-05| +|spack|numactl|1.243781725888325e-05| +|spack|kokkos-nvcc-wrapper|1.243781725888325e-05| +|spack|[pugixml](https://pugixml.org/)|1.2008535466398309e-05| +|spack|libzmq|1.1613274751524975e-05| +|spack|dataspaces|1.1613274751524975e-05| +|spack|c-blosc|1.1613274751524975e-05| +|spack|zfp|1.1613274751524975e-05| +|spack|sz|1.1613274751524975e-05| +|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.132945915578263e-05| +|spack|netcdf-c|1.1136785751283833e-05| +|spack|cgns|1.1136785751283833e-05| +|spack|ffmpeg|1.0804065955775027e-05| +|spack|fftw-api|1.0576375220138817e-05| +|spack|[fftw](https://www.fftw.org)|1.0438760207997371e-05| +|spack|libgd|1.0424075416968816e-05| +|spack|[gsl](https://www.gnu.org/software/gsl)|1.0365046077675214e-05| +|spack|glx|1.0213756641162628e-05| +|spack|libxt|1.0213756641162628e-05| +|spack|osmesa|1.0213756641162628e-05| +|spack|netcdf-cxx|1.0213756641162628e-05| +|spack|libogg|1.0213756641162628e-05| +|spack|libtheora|1.0213756641162628e-05| +|spack|utf8cpp|1.0213756641162628e-05| +|spack|proj|1.0213756641162628e-05| +|spack|seacas|1.0213756641162628e-05| +|spack|arpack-ng|1.0047556459131876e-05| +|spack|[root](https://root.cern.ch)|8.599981870920966e-06| +|spack|superlu|8.461100176111053e-06| +|spack|[octave](https://www.gnu.org/software/octave/)|7.701066285832681e-06| +|spack|rsync|7.403462654097172e-06| +|spack|hepmc|7.403462654097172e-06| +|spack|hepmc3|7.403462654097172e-06| +|spack|evtgen|7.403462654097172e-06| +|spack|fastjet|7.403462654097172e-06| +|spack|lhapdf|7.403462654097172e-06| +|spack|rivet|7.403462654097172e-06| +|spack|madgraph5amc|7.403462654097172e-06| +|spack|openmpi|7.403462654097172e-06| +|spack|mpich|7.403462654097172e-06| +|spack|highfive|7.403462654097172e-06| +|spack|msmpi|7.403462654097172e-06| +|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.996322974722884e-06| +|spack|libmd|6.965888397389413e-06| +|spack|rtmpdump|6.853491142649952e-06| +|spack|cudnn|6.231042765353101e-06| +|spack|libxft|6.06633422667159e-06| +|spack|glfw|5.640733450740702e-06| +|spack|unzip|5.467172421487142e-06| +|spack|wget|5.467172421487142e-06| +|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.411181458135777e-06| +|spack|bdw-gc|4.935641769398115e-06| +|spack|googletest|4.935641769398115e-06| +|spack|psm|4.555977017905952e-06| +|spack|opa-psm2|4.555977017905952e-06| +|spack|rdma-core|4.555977017905952e-06| +|spack|slurm|4.555977017905952e-06| +|spack|[jemalloc](http://jemalloc.net/)|4.537077092345781e-06| +|spack|[vtk](http://www.vtk.org)|4.201233379669927e-06| +|spack|berkeley-db|4.055616841914431e-06| +|spack|valgrind|4.039454069679414e-06| +|spack|libxscrnsaver|4.023999701403404e-06| +|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.815822502370727e-06| +|spack|nspr|3.6940317258883253e-06| +|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.5895576504713635e-06| +|spack|sofa-c|3.416982763429464e-06| +|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2388537420919795e-06| +|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2306018854242297e-06| +|spack|lm-sensors|3.172912566041645e-06| +|spack|rocprofiler-dev|3.172912566041645e-06| +|spack|rocm-smi-lib|3.172912566041645e-06| +|spack|[vc](https://github.com/VcDevel/Vc)|2.76024605536246e-06| +|spack|autoconf-archive|2.7335862107435714e-06| +|spack|libxmu|2.7335862107435714e-06| +|spack|tar|2.5149998133771276e-06| +|spack|suite-sparse|2.5094853931420285e-06| +|spack|[seqan](https://www.seqan.de)|2.307572775303018e-06| +|spack|[kokkos](https://github.com/kokkos/kokkos)|2.179374287786179e-06| +|spack|libice|2.042334525268185e-06| +|spack|nlohmann-json|2.042334525268185e-06| +|spack|xxhash|2.042334525268185e-06| +|spack|libxpm|2.042334525268185e-06| +|spack|ftgl|2.042334525268185e-06| +|spack|arrow|2.042334525268185e-06| +|spack|davix|2.042334525268185e-06| +|spack|dcap|2.042334525268185e-06| +|spack|fcgi|2.042334525268185e-06| +|spack|mysql-client|2.042334525268185e-06| +|spack|oracle-instant-client|2.042334525268185e-06| +|spack|postgresql|2.042334525268185e-06| +|spack|pythia6|2.042334525268185e-06| +|spack|r|2.042334525268185e-06| +|spack|r-rcpp|2.042334525268185e-06| +|spack|r-rinside|2.042334525268185e-06| +|spack|shadow|2.042334525268185e-06| +|spack|unuran|2.042334525268185e-06| +|spack|vdt|2.042334525268185e-06| +|spack|veccore|2.042334525268185e-06| +|spack|xrootd|2.042334525268185e-06| +|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.033228012016992e-06| +|spack|asio|1.7768310369833214e-06| +|spack|gperftools|1.7768310369833214e-06| +|spack|mimalloc|1.7768310369833214e-06| +|spack|otf2|1.7768310369833214e-06| +|spack|groff|1.6287617839013777e-06| +|spack|ghostscript|1.6287617839013777e-06| +|spack|gts|1.6287617839013777e-06| +|spack|cairo|1.6287617839013777e-06| +|spack|pango|1.6287617839013777e-06| +|spack|poppler|1.6287617839013777e-06| +|spack|sed|1.6287617839013777e-06| +|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.615897214747083e-06| +|spack|fltk|1.5864562830208225e-06| +|spack|glpk|1.5864562830208225e-06| +|spack|gnuplot|1.5864562830208225e-06| +|spack|imagemagick|1.5864562830208225e-06| +|spack|qhull|1.5864562830208225e-06| +|spack|qrupdate|1.5864562830208225e-06| +|spack|qscintilla|1.5864562830208225e-06| +|spack|py-twisted|1.3960815290583238e-06| +|spack|perl-module-build|1.3960815290583238e-06| +|spack|apr|1.3960815290583238e-06| +|spack|apr-util|1.3960815290583238e-06| +|spack|catkin|1.1965192168237856e-06| +|spack|roslaunch|1.1965192168237856e-06| +|spack|bpp-phyl-omics3|1.1965192168237856e-06| +|spack|bpp-popgen3|1.1965192168237856e-06| +|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1845540246555547e-06| +|spack|rpcsvc-proto|1.1497142004009725e-06| +|spack|libtirpc|1.1497142004009725e-06| +|spack|seqan.|1.0255879001346733e-06| +|spack|sowing|9.230291101212059e-07| +|spack|hipblas|9.230291101212059e-07| +|spack|hipsparse|9.230291101212059e-07| +|spack|rocsparse|9.230291101212059e-07| +|spack|rocsolver|9.230291101212059e-07| +|spack|rocblas|9.230291101212059e-07| +|spack|rocrand|9.230291101212059e-07| +|spack|rocthrust|9.230291101212059e-07| +|spack|rocprim|9.230291101212059e-07| +|spack|metis|9.230291101212059e-07| +|spack|scotch|9.230291101212059e-07| +|spack|parmetis|9.230291101212059e-07| +|spack|mmg|9.230291101212059e-07| +|spack|parmmg|9.230291101212059e-07| +|spack|tetgen|9.230291101212059e-07| +|spack|hypre|9.230291101212059e-07| +|spack|superlu-dist|9.230291101212059e-07| +|spack|strumpack|9.230291101212059e-07| +|spack|scalapack|9.230291101212059e-07| +|spack|mumps|9.230291101212059e-07| +|spack|trilinos|9.230291101212059e-07| +|spack|mpfr|9.230291101212059e-07| +|spack|giflib|9.230291101212059e-07| +|spack|exodusii|9.230291101212059e-07| +|spack|parallel-netcdf|9.230291101212059e-07| +|spack|random123|9.230291101212059e-07| +|spack|moab|9.230291101212059e-07| +|spack|p4est|9.230291101212059e-07| +|spack|saws|9.230291101212059e-07| +|spack|libyaml|9.230291101212059e-07| +|spack|kokkos-kernels|9.230291101212059e-07| +|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.973894126178409e-07| +|spack|[glog](https://github.com/google/glog)|8.4670628964607e-07| +|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.179115300942848e-07| +|spack|[cereal](https://uscilab.github.io/cereal/)|7.179115300942747e-07| +|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.982596084118973e-07| +|spack|[tclap](http://tclap.sourceforge.net)|5.982596084118973e-07| +|spack|[itk](https://itk.org/)|5.982596084118973e-07| +|spack|ant|5.90309314612399e-07| +|spack|ceres-solver|5.90309314612399e-07| +|spack|clp|5.90309314612399e-07| +|spack|gdal|5.90309314612399e-07| +|spack|ipp|5.90309314612399e-07| +|spack|jasper|5.90309314612399e-07| +|spack|onnx|5.90309314612399e-07| +|spack|openexr|5.90309314612399e-07| +|spack|openjpeg|5.90309314612399e-07| +|spack|libwebp|5.90309314612399e-07| +|spack|tesseract|5.90309314612399e-07| +|spack|leptonica|5.90309314612399e-07| +|spack|libdc1394|5.90309314612399e-07| +|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.827203978037935e-07| +|spack|[casacore](https://github.com/casacore/casacore)|5.522396385340582e-07| +|spack|[armadillo](http://arma.sourceforge.net/)|5.127939500673419e-07| +|spack|[nlopt](https://nlopt.readthedocs.io)|5.127939500673419e-07| +|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.127939500673419e-07| +|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.127939500673419e-07| +|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.5895576504713735e-07| +|spack|[lua](https://www.lua.org)|2.761198192670291e-07| +|spack|[opencv](https://opencv.org/)|2.5639697503367097e-07| +|spack|[clapack](https://www.netlib.org/clapack/)|1.5606772393353644e-07| +|spack|[qwt](http://qwt.sourceforge.net/)|1.5606772393353644e-07| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/dependencies.md b/pages/dependencies.md index 9b3b869b..27c7e986 100644 --- a/pages/dependencies.md +++ b/pages/dependencies.md @@ -9,11169 +9,11200 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|pypi|[numpy](https://www.numpy.org)|0.0876911053735782| -|pypi|[matplotlib](https://matplotlib.org)|0.03087241398302374| -|cran|R|0.014393073791690386| -|pypi|[scipy](https://www.scipy.org)|0.012039137101871149| -|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.010836651871370305| -|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009891413565128883| -|cran|[testthat](https://testthat.r-lib.org)|0.009787036436893323| -|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009615374190804361| -|pypi|[sphinx](https://pypi.org/project/sphinx)|0.00783271261770951| -|cran|[httr](https://httr.r-lib.org/)|0.007184236675038421| -|cran|[knitr](https://yihui.org/knitr/)|0.006921778438756653| -|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006500662098005786| -|spack|[zlib](https://zlib.net)|0.006357894172067084| -|cran|utils|0.006140580994931402| -|cran|methods|0.0058199628567823835| -|pypi|[six](https://pypi.org/project/six)|0.005747148379974197| -|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.0052994726998103715| -|cran|[covr](https://covr.r-lib.org)|0.0051868129024333276| -|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004976108652087168| -|pypi|[h5py](https://pypi.org/project/h5py)|0.0047005482300469| -|pypi|[colorama](https://pypi.org/project/colorama)|0.004541521352851506| -|pypi|[biopython](https://biopython.org/)|0.00443971854303969| -|pypi|[pytz](http://pythonhosted.org/pytz)|0.0044166830102964115| -|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.004171282796671076| -|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004163846240106766| -|pypi|[pyyaml](https://pyyaml.org/)|0.0036832735416173976| -|cran|[tidyr](https://tidyr.tidyverse.org)|0.0035030842713338986| -|pypi|[numba](https://numba.pydata.org)|0.0032751904703099003| -|pypi|[cython](http://cython.org/)|0.0032567470544575382| -|pypi|[pandas](https://pandas.pydata.org)|0.003207962001488507| -|pypi|[packaging](https://pypi.org/project/packaging)|0.0031805835139326276| -|pypi|[docutils](https://pypi.org/project/docutils)|0.003130910173822915| -|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0030151193500927063| -|pypi|[requests](https://requests.readthedocs.io)|0.0026774310845200143| -|spack|[python](https://www.python.org/)|0.0026649685876440087| -|cran|[magrittr](https://magrittr.tidyverse.org)|0.002627176146184465| -|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.002614288330685583| -|pypi|[hypothesis](https://hypothesis.works)|0.002582040838880887| -|pypi|[PyYAML](https://pyyaml.org/)|0.0025590536867231245| -|pypi|[tomli](https://pypi.org/project/tomli)|0.00254425365156722| -|cran|[rlang](https://rlang.r-lib.org)|0.002538001880378411| -|cran|stats|0.0024980463585201032| -|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0024841187230501983| -|pypi|[coverage](https://pypi.org/project/coverage)|0.0024358090634814806| -|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.002389245521085861| -|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023580786330987353| -|pypi|[future](https://python-future.org)|0.002301800319812167| -|pypi|[certifi](https://pypi.org/project/certifi)|0.0021417245955457987| -|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021160299126107883| -|cran|[withr](https://withr.r-lib.org)|0.002049639158749614| -|pypi|[flake8](https://pypi.org/project/flake8)|0.002020308860822305| -|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.002010799263156038| -|cran|[tibble](https://tibble.tidyverse.org/)|0.0019779271285860914| -|pypi|[astropy](http://astropy.org)|0.0019369591003180909| -|spack|[pkgconfig](http://pkgconf.org/)|0.0019131368454149691| -|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018631536625444162| -|pypi|[lxml](https://pypi.org/project/lxml)|0.0018450662321574094| -|pypi|[mock](https://pypi.org/project/mock)|0.0018292283127434852| -|pypi|[nose](https://pypi.org/project/nose)|0.0018020239544090588| -|spack|[cmake](https://www.cmake.org)|0.0017997338091347971| -|pypi|[joblib](https://pypi.org/project/joblib)|0.001780131913629687| -|cran|[Rcpp](http://www.rcpp.org)|0.0017388070249559778| -|pypi|[sphinx-astropy](https://github.com/astropy/sphinx-astropy)|0.0017263213589281102| -|spack|openmp|0.0017131266556366237| -|pypi|[seaborn](https://pypi.org/project/seaborn)|0.0016966989139792245| -|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016806391538933749| -|cran|tools|0.001668455417644961| -|pypi|[sklearn](https://pypi.org/project/sklearn)|0.001656152559599651| -|pypi|[wheel](https://pypi.org/project/wheel)|0.0016257133046730199| -|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016246879070316242| -|pypi|[idna](https://pypi.org/project/idna)|0.0015739135312915385| -|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015671603260422125| -|pypi|[ipython](https://pypi.org/project/ipython)|0.001544834719343059| -|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015248502633418589| -|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015193073303188828| -|cran|[curl](https://github.com/jeroen/curl)|0.001512944282979695| -|cran|grDevices|0.0015115027115034743| -|cran|graphics|0.0014647881629242492| -|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.001453821095325745| -|cran|[vctrs](https://vctrs.r-lib.org/)|0.0014164389545573066| -|pypi|[chardet](https://pypi.org/project/chardet)|0.0014071529093159967| -|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0014011143730597597| -|cran|[R6](https://r6.r-lib.org)|0.0014010013799577398| -|pypi|[astroquery](http://astropy.org/astroquery)|0.001386381038135087| -|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013186349020546373| -|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012922204664990386| -|cran|[dplyr](https://dplyr.tidyverse.org)|0.0012759103575351236| -|cran|[pryr](https://github.com/hadley/pryr)|0.00126958903747618| -|pypi|[dask](https://pypi.org/project/dask)|0.0012284949489060001| -|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011987182660708235| -|cran|[glue](https://github.com/tidyverse/glue)|0.001186962797625251| -|pypi|[twine](https://pypi.org/project/twine)|0.0011666774533608216| -|pypi|[mypy](https://pypi.org/project/mypy)|0.0011311704348038964| -|pypi|[urllib3](https://pypi.org/project/urllib3)|0.00112893052389187| -|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0011288638938266153| -|pypi|[PySocks](https://pypi.org/project/PySocks)|0.0011281295794283352| -|pypi|[protobuf](https://pypi.org/project/protobuf)|0.001101114989334596| -|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0011005133557818933| -|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0011005091683043743| -|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010757728194010932| -|pypi|[pillow](https://pypi.org/project/pillow)|0.0010493744938361261| -|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0010392413470028507| -|pypi|[Babel](https://pypi.org/project/Babel)|0.0010369511859299285| -|pypi|[click](https://pypi.org/project/click)|0.001024736343054477| -|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009998701810281243| -|pypi|[pygments](https://pypi.org/project/pygments)|0.0009940341868260969| -|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0009876141570477864| -|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009770201567224099| -|spack|[qt](https://qt.io)|0.0009660603905267611| -|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009637674006229632| -|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009628821388726067| -|spack|[openssl](https://www.openssl.org)|0.0009465900939988657| -|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009419707534911297| -|pypi|[healpy](http://github.com/healpy)|0.0009413434293869889| -|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009399132952756951| -|cran|[digest](https://github.com/eddelbuettel/digest)|0.000936036086802664| -|pypi|[Cython](http://cython.org/)|0.0009328081356886568| -|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009310180655222551| -|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009285073823468426| -|pypi|[psutil](https://pypi.org/project/psutil)|0.0009266175717545705| -|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009222045135692399| -|pypi|[keras](https://keras.io/)|0.0009220291804613867| -|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009157651876084664| -|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009099076873706577| -|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009076938799002896| -|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009063424169293094| -|spack|[automake](https://www.gnu.org/software/automake/)|0.000904751785280826| -|pypi|[pre-commit](https://github.com/pre-commit/pre-commit)|0.0008893276332138913| -|pypi|[attrs](https://pypi.org/project/attrs)|0.000883253075044755| -|pypi|[toml](https://pypi.org/project/toml)|0.0008831054507096664| -|pypi|[tornado](https://pypi.org/project/tornado)|0.000881590741902346| -|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008796761421162278| -|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008728375846928728| -|pypi|[argparse](https://pypi.org/project/argparse)|0.0008531787529182195| -|pypi|[networkx](https://pypi.org/project/networkx)|0.0008438626249900664| -|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008426744370807753| -|spack|[libxml2](http://xmlsoft.org)|0.000835867217459586| -|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000834296998726511| -|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0008326457962032366| -|pypi|[black](https://pypi.org/project/black)|0.0008091322159868642| -|spack|[perl](https://www.perl.org)|0.0008015731116033599| -|pypi|[docopt](https://pypi.org/project/docopt)|0.0007991093364895594| -|pypi|[pytest-astropy](https://github.com/astropy/pytest-astropy)|0.0007988569189628771| -|pypi|[setuptools_scm](https://github.com/pypa/setuptools_scm/)|0.0007956327439056096| -|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0007935998505086381| -|spack|threads|0.0007912963673880705| -|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.000790017897792818| -|pypi|[contextlib2](https://pypi.org/project/contextlib2)|0.0007890329227633184| -|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.0007884894749244396| -|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0007724427646320249| -|pypi|[py-make](https://pypi.org/project/py-make)|0.000769403126660566| -|pypi|[bleach](https://pypi.org/project/bleach)|0.0007673600032074297| -|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007645450006550444| -|pypi|[photutils](https://github.com/astropy/photutils)|0.0007632808715557995| -|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007587760780528205| -|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007575586836590146| -|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.000749292854511549| -|cran|[stringi](https://stringi.gagolewski.com/)|0.000747874753330291| -|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.000745816195164334| -|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007442437279053944| -|cran|[mockery](https://github.com/r-lib/mockery)|0.000737705954199439| -|cran|[xml2](https://xml2.r-lib.org/)|0.0007374089948574609| -|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007344618636083443| -|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007260866552196929| -|cran|[bit64](https://github.com/truecluster/bit64)|0.0007245016971204116| -|cran|[purrr](http://purrr.tidyverse.org)|0.0007240113440789074| -|cran|[cli](https://cli.r-lib.org)|0.0007221962416460149| -|cran|[pillar](https://pillar.r-lib.org/)|0.000719857304923239| -|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007183312141200198| -|pypi|[asdf](https://pypi.org/project/asdf)|0.0007136414994412232| -|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007129621643794325| -|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007024303226803308| -|spack|ca-certificates-mozilla|0.0006982928160968158| -|spack|nasm|0.0006982928160968158| -|cran|[shiny](https://shiny.rstudio.com/)|0.0006926646043448842| -|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006897792160909543| -|pypi|[sympy](https://sympy.org)|0.0006887307935725551| -|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006866082294398893| -|pypi|[tqdm](https://tqdm.github.io)|0.0006857722476169078| -|rubygems|[rake](https://github.com/ruby/rake)|0.0006834575197949894| -|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006799731741488358| -|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006779992996733896| -|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006585344777496672| -|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.000656428651773382| -|spack|[xz](https://tukaani.org/xz/)|0.0006561994827743922| -|spack|[expat](https://libexpat.github.io/)|0.0006509045331470102| -|cran|grid|0.0006501796882829224| -|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006484995502902971| -|pypi|[py](https://pypi.org/project/py)|0.0006482989087364345| -|cran|[callr](https://callr.r-lib.org)|0.0006473431052023315| -|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006453866976400147| -|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006387739552215598| -|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006306467470286923| -|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006084420817340704| -|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006035722699234316| -|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005946909304482707| -|pypi|[cffi](https://pypi.org/project/cffi)|0.0005943906187392298| -|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005904061867389034| -|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0005895416190519105| -|cran|[DBI](https://dbi.r-dbi.org)|0.0005895137363059779| -|pypi|[filelock](https://pypi.org/project/filelock)|0.0005892210952577722| -|pypi|[scikit-learn](http://scikit-learn.org)|0.0005891475057004149| -|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005836992071958277| -|cran|[sp](https://github.com/edzer/sp/)|0.0005829154681765199| -|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.0005773562429543195| -|pypi|[ruamel.yaml](https://pypi.org/project/ruamel.yaml)|0.0005714860333076564| -|cran|parallel|0.0005683599151354449| -|pypi|[zipp](https://pypi.org/project/zipp)|0.0005682472603162769| -|pypi|[scikit-image](https://scikit-image.org)|0.0005667556616171544| -|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005637110355106536| -|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.0005623831942299348| -|pypi|[isal](https://github.com/pycompression/python-isal)|0.000560645892467249| -|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005590380015058724| -|cran|[pracma](NA)|0.0005582285748455449| -|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005559640935729815| -|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0005538061483515661| -|cran|[stringr](http://stringr.tidyverse.org)|0.0005511324189808889| -|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005463860489100409| -|pypi|[jax](https://github.com/google/jax)|0.0005453789932185511| -|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005443864379649588| -|pypi|[Pillow](https://python-pillow.org)|0.0005422764402384882| -|spack|eigen3|0.0005415938864628822| -|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005412459712943869| -|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005407735021827066| -|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005403588065149642| -|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005379248050262024| -|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005367469480189933| -|cran|[hms](https://hms.tidyverse.org/)|0.0005350541575779636| -|spack|python3|0.0005343886462882096| -|pypi|[absl-py](https://pypi.org/project/absl-py)|0.0005255762058735031| -|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005199768662923685| -|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005142078378325121| -|cran|[processx](https://processx.r-lib.org)|0.0005135499710170725| -|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005126851172797503| -|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005126851172797503| -|cran|[markdown](https://github.com/rstudio/markdown)|0.0005124253465044695| -|cran|[scales](https://scales.r-lib.org)|0.0005109283480269727| -|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005104785452432193| -|pypi|[dill](https://github.com/uqfoundation/dill)|0.0005085304716401741| -|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000508346955599884| -|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.000507820865083404| -|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.0005031427029922042| -|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004931669322360821| -|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004926342474998917| -|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004916650474343813| -|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004896947481276502| -|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004883570072571089| -|pypi|[enum34](https://pypi.org/project/enum34)|0.0004807126329249013| -|pypi|[webencodings](https://pypi.org/project/webencodings)|0.0004790918615314326| -|pypi|[pathlib](https://pathlib.readthedocs.org/)|0.00047673932607977695| -|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.0004761291461652931| -|spack|[mbedtls](https://tls.mbed.org)|0.00047593044515316813| -|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047508129570961356| -|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.00047152892757457284| -|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046243830385521683| -|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.00046062794914205176| -|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.00045600867031058844| -|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045579909992460424| -|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004503275109170306| -|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.00044892825951001447| -|pypi|[brotli](https://pypi.org/project/brotli)|0.00044595541188019395| -|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.0004452840558276037| -|pypi|[isort](https://pypi.org/project/isort)|0.00044481950227997| -|pypi|[decorator](https://github.com/micheles/decorator)|0.00044414903390339254| -|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.00044176297120912696| -|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00044032626711315684| -|pypi|[msgpack](https://pypi.org/project/msgpack)|0.0004376844894677031| -|pypi|[tenacity](https://github.com/jd/tenacity)|0.00043722828321131444| -|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.000435067540931445| -|pypi|[olefile](https://pypi.org/project/olefile)|0.0004335718930505586| -|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00043049273058274977| -|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.00043029203106658516| -|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004298576454680426| -|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004253680804084447| -|rubygems|[webrick](https://github.com/ruby/webrick)|0.00042126838951055313| -|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.00042098989910469383| -|cran|RColorBrewer|0.00042087508890973507| -|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004199436335074965| -|pypi|[torch](https://pytorch.org/)|0.0004190552896877948| -|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0004185978002423345| -|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004177109300206895| -|pypi|[codecov](https://pypi.org/project/codecov)|0.00041583067605352995| -|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041506613187790515| -|cran|[broom](https://broom.tidymodels.org/)|0.0004141437391523059| -|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040834428924416545| -|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.0004078753096410268| -|spack|[gmake](https://www.gnu.org/software/make/)|0.000407785236084645| -|pypi|[imageio](https://github.com/imageio/imageio)|0.000404365969778444| -|spack|diffutils|0.0004038186811642303| -|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.00040349229687035304| -|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.00039739028107401624| -|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003951861093782492| -|pypi|[plotly](https://pypi.org/project/plotly)|0.000395123954929167| -|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039239814638411617| -|pypi|[alabaster](https://alabaster.readthedocs.io)|0.00039059916980241447| -|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038847051422219816| -|spack|gtest|0.0003877105427323768| -|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.0003855470042993346| -|cran|[sf](https://r-spatial.github.io/sf/)|0.000385240548858457| -|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038376715161188535| -|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003804068228644246| -|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0003788401564345808| -|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.0003784632362018197| -|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003760492456666392| -|pypi|[typing](https://pypi.org/project/typing)|0.00037534576811078447| -|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.0003751729659696809| -|cran|[ellipsis](https://ellipsis.r-lib.org)|0.0003724351080900693| -|pypi|[watchdog](https://pypi.org/project/watchdog)|0.00037210777758240324| -|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.0003677194784048666| -|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.00036651771633027566| -|cran|[plyr](http://had.co.nz/plyr)|0.00036423169351781806| -|cran|bench|0.00036414512869115947| -|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003622884973146062| -|spack|icu4c|0.00036171709857418864| -|cran|[bit](https://github.com/truecluster/bit)|0.0003609916350538643| -|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003603860635634486| -|pypi|[fields](https://pypi.org/project/fields)|0.0003603860635634486| -|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003602068611401345| -|pypi|[fsspec](https://pypi.org/project/fsspec)|0.0003591559657318491| -|spack|[lz4](https://lz4.github.io/lz4/)|0.00035904841092730206| -|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003589765072802318| -|pypi|[wget](https://pypi.org/project/wget)|0.0003561642164910092| -|spack|[gettext](https://www.gnu.org/software/gettext/)|0.0003534172727248597| -|pypi|[execnet](https://pypi.org/project/execnet)|0.00035321867217799705| -|rubygems|[bundler](https://bundler.io/)|0.00035297175068397613| -|cran|[mime](https://github.com/yihui/mime)|0.00035220816061946257| -|cran|[fs](https://fs.r-lib.org)|0.00035134362945254326| -|pypi|[hunter](https://pypi.org/project/hunter)|0.0003494622552255665| -|pypi|[tensorflow](https://www.tensorflow.org/)|0.00034876554489894206| -|pypi|[gym](https://pypi.org/project/gym)|0.000348523174767754| -|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003467968144963266| -|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034611005095324526| -|cran|[generics](https://generics.r-lib.org)|0.0003459749041361512| -|spack|py-numpy|0.0003449270163336352| -|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00034451745653817285| -|pypi|[xarray](https://pypi.org/project/xarray)|0.0003434935823357052| -|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.0003429507172441643| -|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003420601507137766| -|pypi|[pydot](https://pypi.org/project/pydot)|0.00033893647888370035| -|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00033737702319973774| -|pypi|[munkres](https://pypi.org/project/munkres)|0.0003369886657359057| -|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.00033662401081298516| -|spack|[bison](https://www.gnu.org/software/bison/)|0.00033442965630810575| -|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032982269980673086| -|cran|evaluate|0.0003293500451891765| -|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003262973175610943| -|spack|slicer|0.00032603711790393016| -|npm|[express](http://expressjs.com/)|0.00032476749183142043| -|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.0003242446285298779| -|pypi|[pyproj](https://github.com/pyproj4/pyproj)|0.00032395364381311744| -|pypi|[pandoc](https://pypi.org/project/pandoc)|0.0003225644376538409| -|spack|pybind11|0.00032166250779787895| -|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.0003209725043631361| -|cran|tcltk|0.0003176932767262172| -|spack|[sqlite](https://www.sqlite.org)|0.00031601330420141007| -|spack|pythoninterp|0.0003159220691971784| -|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031549286112675796| -|cran|[unix](https://github.com/jeroen/unix)|0.000314018791168214| -|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.0003128527087627097| -|spack|[ninja](https://ninja-build.org/)|0.00031256453578073823| -|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003117989923949714| -|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.00031038764566503036| -|pypi|[pip](https://pypi.org/project/pip)|0.0003075397063969264| -|cran|[pkgload](https://github.com/r-lib/pkgload)|0.0003072670558773419| -|pypi|[locket](https://pypi.org/project/locket)|0.0003065623700627352| -|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.00030514880310367437| -|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00030514352279420904| -|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003049654792121369| -|spack|[zstd](https://facebook.github.io/zstd/)|0.0003041349688753972| -|cran|[maps](NA)|0.00030407955286266576| -|cran|[usethis](https://usethis.r-lib.org)|0.00030106742858990946| -|pypi|[python](http://www.python.org/2.5)|0.0003005093285214657| -|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002998224184631933| -|pypi|[ujson](https://github.com/ultrajson/ultrajson)|0.00029752891211399374| -|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.00029655154755263375| -|npm|[lodash](https://lodash.com/)|0.0002949796285584299| -|pypi|[babel](https://babel.pocoo.org/)|0.00029467198008292745| -|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.0002935991365348626| -|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.00029229994016340203| -|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029191178268009554| -|pypi|[emcee](https://emcee.readthedocs.io)|0.0002909758492704152| -|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00029003326901182885| -|pypi|[pooch](https://pypi.org/project/pooch)|0.0002873555258446297| -|spack|[libffi](https://sourceware.org/libffi/)|0.0002871828938204704| -|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002870117225342089| -|spack|[tk](https://www.tcl.tk)|0.0002865810810151015| -|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.00028591795249457833| -|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002858086251898509| -|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002856350072780204| -|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0002835885818678155| -|cran|[data.table](https://r-datatable.com)|0.00028309956428420246| -|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.00028254298580786025| -|pypi|[rich](https://pypi.org/project/rich)|0.00028135015258342195| -|cran|[igraph](https://igraph.org)|0.0002806086914594414| -|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.00027979468517995155| -|pypi|[palettable](https://pypi.org/project/palettable)|0.000279769449777292| -|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00027932723112901545| -|pypi|[tzdata](https://pypi.org/project/tzdata)|0.00027887066012393714| -|cran|[blob](https://blob.tidyverse.org)|0.000277425444171823| -|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.000276137596771678| -|pypi|[grpcio](https://pypi.org/project/grpcio)|0.0002728910907467919| -|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027277167962348097| -|pypi|[cssselect](https://pypi.org/project/cssselect)|0.00027269490711326355| -|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027168903066801346| -|cran|pkgconfig|0.0002714123967717417| -|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00027115712822821326| -|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.00027038621568292953| -|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026543942826089985| -|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0002652636305528905| -|spack|[tcl](https://www.tcl.tk/)|0.0002643082918020028| -|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002636763357702658| -|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002627183406113537| -|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002627013796775077| -|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026217961628317366| -|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.0002608783299313375| -|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0002605680650848971| -|pypi|[tox](https://pypi.org/project/tox)|0.00025963748988322427| -|pypi|[keyring](https://pypi.org/project/keyring)|0.0002596189549877637| -|pypi|[pox](https://pypi.org/project/pox)|0.00025935783927507223| -|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.000259295613632079| -|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.000259295613632079| -|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.000259295613632079| -|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.000259295613632079| -|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025680795465841174| -|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025680795465841174| -|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025680795465841174| -|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025606590860566985| -|spack|[krb5](https://kerberos.org)|0.00025590580589579623| -|cran|[urltools](https://github.com/Ironholds/urltools/)|0.00025551980279862337| -|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025498736952986523| -|npm|[mocha](https://mochajs.org/)|0.0002535909107832248| -|spack|[libssh2](https://www.libssh2.org/)|0.00025353363882623915| -|spack|[libssh](https://www.libssh.org)|0.00025353363882623915| -|cran|[gtable](https://gtable.r-lib.org)|0.00025290734209626784| -|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.00025254983306818396| -|pypi|[reno](https://pypi.org/project/reno)|0.0002522363385659101| -|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025130042818008675| -|pypi|[tabulate](https://pypi.org/project/tabulate)|0.0002511688180416396| -|pypi|[tifffile](https://pypi.org/project/tifffile)|0.0002503259740061437| -|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.00025025422150620015| -|pypi|[more_itertools](https://more-itertools.rtfd.io)|0.000249337180286962| -|pypi|[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)|0.00024913668491607005| -|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024902017074154837| -|pypi|[pep517](https://pypi.org/project/pep517)|0.0002483586563160102| -|spack|[gnutls](https://www.gnutls.org)|0.00024823724690484173| -|spack|[nghttp2](https://nghttp2.org/)|0.00024823724690484173| -|spack|[curl](https://curl.se/)|0.0002474075969495637| -|pypi|[furo](https://pradyunsg.me/furo/quickstart)|0.00024711872568753394| -|cran|RPostgreSQL|0.0002453855258112932| -|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024468124641878356| -|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0002445961565004014| -|cran|[png](http://www.rforge.net/png/)|0.00024451443403033406| -|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.0002442209234877587| -|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.00024232148036030398| -|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.00024232148036030398| -|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.00024149299392627703| -|pypi|[wmi](https://pypi.org/project/wmi)|0.00024081113036784915| -|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00024017467248908298| -|cran|[survival](https://github.com/therneau/survival)|0.00024014776236911818| -|cran|[brio](https://brio.r-lib.org)|0.00023629299976073783| -|pypi|[mappy](https://github.com/lh3/minimap2)|0.0002355207383591663| -|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023523644937521257| -|pypi|[ruamel.yaml.clib](https://pypi.org/project/ruamel.yaml.clib)|0.00023478604288199137| -|cran|[waldo](https://github.com/r-lib/waldo)|0.00023458257698473928| -|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00023450678647945382| -|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.000233808307192583| -|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023377810764101906| -|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023266921397379915| -|pypi|[lz4](https://pypi.org/project/lz4)|0.00023159044255557104| -|cran|[ragg](https://ragg.r-lib.org)|0.00023149347194094516| -|npm|[axios](https://axios-http.com)|0.0002308372578671515| -|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002302475355826343| -|pypi|[fs](https://pypi.org/project/fs)|0.00022942254572054993| -|pypi|[semver](https://pypi.org/project/semver)|0.0002286076300694487| -|spack|numpy|0.00022859482220835933| -|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.0002285538619355539| -|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.0002277877518136763| -|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00022747346405748822| -|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.0002269649443591347| -|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022568437501676325| -|pypi|[Markdown](https://pypi.org/project/Markdown)|0.00022543455745400326| -|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022471342794759826| -|pypi|[commonmark](https://pypi.org/project/commonmark)|0.00022315173437887433| -|pypi|[ci-info](https://github.com/mgxd/ci-info)|0.00022211732934957482| -|spack|png|0.0002198522002015452| -|cran|[xfun](https://github.com/yihui/xfun)|0.0002177967631883252| -|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.0002177414904436316| -|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021673786980755071| -|cran|[mgcv](NA)|0.00021655134706118602| -|pypi|[pint](https://pypi.org/project/pint)|0.00021633578257846872| -|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.0002158502428029452| -|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021503929526745617| -|pypi|[multidict](https://pypi.org/project/multidict)|0.00021497570823077243| -|pypi|[notebook](https://pypi.org/project/notebook)|0.00021421830001918993| -|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021412112115227512| -|pypi|[greenlet](https://pypi.org/project/greenlet)|0.00021181805632080757| -|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021135637591873608| -|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|0.00021090108196452918| -|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107635361923805| -|spack|biosoup|0.0002101528384279476| -|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020977740413303234| -|pypi|[pulp](https://github.com/coin-or/pulp)|0.00020964995216703352| -|pypi|[gast](https://pypi.org/project/gast)|0.00020807637139398267| -|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.00020784938241458816| -|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.0002077886058856355| -|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020775362890595677| -|cran|Lahman|0.00020772055705881666| -|pypi|[pyamg](https://pypi.org/project/pyamg)|0.0002073326609031739| -|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020715488563342158| -|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020714541853361146| -|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|0.0002059105734291966| -|pypi|[arviz](https://pypi.org/project/arviz)|0.00020558759973059886| -|spack|pythonlibs|0.00020527016651470802| -|pypi|[sh](https://pypi.org/project/sh)|0.00020519633794742966| -|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020482254881817828| -|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020476584298487058| -|pypi|[xattr](https://pypi.org/project/xattr)|0.0002035849306278143| -|spack|libiconv|0.00020357554613610246| -|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020169115438449316| -|pypi|[doit](https://pypi.org/project/doit)|0.00020156311315594214| -|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.0002012469501570307| -|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020086215299438553| -|cran|lobstr|0.00020040435077375732| -|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001998468816481917| -|pypi|[redis](https://pypi.org/project/redis)|0.00019861811166448223| -|cran|munsell|0.00019818592264980508| -|cran|RMySQL|0.00019713340047223935| -|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019686851971611723| -|pypi|[shortuuid](https://pypi.org/project/shortuuid)|0.0001957574348942775| -|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019532957035686295| -|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.0001941147762520618| -|cran|[winch](https://r-prof.github.io/winch/)|0.00019118031408821206| -|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019014578093600807| -|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00018950949367685656| -|cran|[abind](NA)|0.00018935515602128565| -|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018864127561206914| -|pypi|[asv](https://pypi.org/project/asv)|0.0001883518525651441| -|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018806222668921554| -|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.00018681688442799703| -|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018593522561863174| -|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.00018431354403665237| -|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018365427019999256| -|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018332218739546327| -|cran|datasets|0.00018320714120870126| -|pypi|[futures](https://github.com/agronholm/pythonfutures)|0.0001824187132133456| -|cran|iterators|0.00018183444046652599| -|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001815494145877468| -|spack|[iconv](https://www.gnu.org/software/libiconv/)|0.00018044191420115438| -|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018015393123235678| -|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.00018013100436681224| -|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.00018013100436681224| -|pypi|[apyori](https://github.com/ymoch/apyori)|0.00018013100436681224| -|pypi|[http](https://github.com/franckcuny/http)|0.00018013100436681224| -|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.00018013100436681224| -|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.00018013100436681224| -|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.00018013100436681224| -|pypi|[pycryptodome](https://www.pycryptodome.org)|0.00018013100436681224| -|spack|omegalib|0.00018013100436681224| -|spack|vif|0.00018013100436681224| -|spack|bpython|0.00018013100436681224| -|pypi|[conan](https://pypi.org/project/conan)|0.00018010213721867654| -|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017953056768558952| -|pypi|[umap-learn](https://pypi.org/project/umap-learn)|0.00017880521123993085| -|pypi|[libclang](https://pypi.org/project/libclang)|0.0001787035205512026| -|spack|patchelf|0.0001783296943231441| -|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.0001782399776157437| -|cran|mapproj|0.00017817318212354859| -|pypi|[flask](https://palletsprojects.com/p/flask)|0.0001778830811338112| -|cran|formattable|0.0001765935434067286| -|npm|eslint|0.00017612034637408215| -|npm|[react](https://reactjs.org/)|0.0001755660441274958| -|npm|[react-dom](https://reactjs.org/)|0.0001755660441274958| -|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00017554000283697029| -|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017553291502845557| -|pypi|[python-igraph](https://igraph.org/python)|0.00017467905073228427| -|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017456955539263137| -|cran|[devtools](https://devtools.r-lib.org/)|0.00017424664717388338| -|cran|[bslib](https://rstudio.github.io/bslib/)|0.00017407137992121415| -|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017363879304397914| -|cran|[webutils](https://github.com/jeroen/webutils)|0.00017310049753092545| -|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017278470720057216| -|npm|[angular](http://angularjs.org)|0.000172685481215776| -|pypi|[netcdf4](http://github.com/Unidata/netcdf4-python)|0.00017263778281817558| -|spack|[flex](https://github.com/westes/flex)|0.00017229489528863674| -|cran|graph|0.0001721312795218292| -|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017159557692978723| -|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017109891595985894| -|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00017004171157267972| -|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00017001332254024953| -|pypi|[gdal](https://pypi.org/project/gdal)|0.00016940603814986316| -|pypi|[gffutils](https://github.com/daler/gffutils)|0.00016896953259482652| -|pypi|[jaxlib](https://github.com/google/jax)|0.0001688064354761503| -|pypi|[scikit-bio](http://scikit-bio.org)|0.00016874610106051155| -|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016825707031213702| -|pypi|[pysynphot](https://github.com/spacetelescope/pysynphot)|0.0001681462607657443| -|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016728594822208362| -|cran|[crul](https://docs.ropensci.org/crul/)|0.00016720058113252686| -|pypi|[monotonic](https://github.com/atdt/monotonic)|0.00016662767956215972| -|cran|fansi|0.00016642331869571515| -|cran|[rstan](https://mc-stan.org/rstan)|0.00016599384905566334| -|cran|[ape](http://ape-package.ird.fr/)|0.00016596289113104265| -|npm|[fs](https://github.com/npm/security-holder#readme)|0.00016590695563252318| -|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016428013930978449| -|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016396133950295105| -|spack|hip|0.0001630597458919745| -|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016280940684133916| -|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016234562362830413| -|cran|chron|0.0001623247230348103| -|pypi|[markdown](https://pypi.org/project/markdown)|0.00016222591464157542| -|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016211790393013103| -|cran|[readr](https://readr.tidyverse.org)|0.00016168218152616095| -|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016097191045908032| -|pypi|[pathlib2](https://github.com/jazzband/pathlib2)|0.00016050112855108556| -|pypi|[dm-tree](https://github.com/deepmind/tree)|0.00015978380279210442| -|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015971615720524019| -|pypi|[gunicorn](https://gunicorn.org)|0.00015937730614937627| -|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001583698408666802| -|pypi|[camb](https://camb.info/)|0.00015730230083299697| -|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.00015672287021330352| -|spack|bioparser|0.00015611353711790393| -|pypi|[python-libsbml](http://sbml.org)|0.0001560876809928752| -|cran|[raster](https://rspatial.org/raster)|0.00015562615505042588| -|pypi|[jedi](https://pypi.org/project/jedi)|0.0001540752434050914| -|pypi|[ete3](http://etetoolkit.org)|0.00015351164483260553| -|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015271005462429458| -|pypi|[rsa](https://stuvel.eu/rsa)|0.0001522781130922999| -|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015207822024127584| -|pypi|[streamlit](https://streamlit.io)|0.00015196620659180707| -|pypi|[texext](https://pypi.org/project/texext)|0.00015181319644727665| -|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.0001509710086598737| -|pypi|[bmipy](http://csdms.colorado.edu)|0.00015010917030567686| -|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00015009952041113134| -|pypi|[shapely](https://github.com/shapely/shapely)|0.00014947069601394845| -|spack|libpciaccess|0.0001492550797611621| -|cran|[vroom](https://vroom.r-lib.org)|0.00014866972884025023| -|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014852437841907004| -|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.00014806271989793423| -|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001478932455661177| -|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014771689547874415| -|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001473532859440283| -|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.0001467343529054066| -|npm|[papaparse](http://papaparse.com)|0.00014628520457069823| -|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.00014619007171427678| -|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.00014604093657845902| -|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.0001456993116195804| -|spack|pmix|0.0001446825234964661| -|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00014386462882096072| -|cran|itertools|0.0001435078202554992| -|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014320337668154257| -|pypi|[python-levenshtein](https://github.com/maxbachmann/python-Levenshtein)|0.00014313981597005614| -|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014263100436681222| -|pypi|[sqlparse](https://github.com/andialbrecht/sqlparse)|0.00014222246464985606| -|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014220428215240967| -|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.0001419317945518819| -|pypi|[ginga](https://ejeschke.github.io/ginga/)|0.0001415766490461963| -|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014153150343106677| -|cran|[forcats](https://forcats.tidyverse.org)|0.00014132038579027693| -|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014110687024931987| -|cran|timeDate|0.00014095228103847425| -|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0001407039494132233| -|pypi|[diskcache](https://pypi.org/project/diskcache)|0.000140687943333119| -|pypi|[httpx](https://github.com/encode/httpx)|0.00013976132137432244| -|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.00013955934459321346| -|spack|[opengl](https://www.opengl.org/)|0.00013918196859149964| -|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013915941369947152| -|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013904932458371324| -|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|0.0001388255794423917| -|pypi|[dash](https://plotly.com/dash)|0.0001385963493893635| -|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013820967729962036| -|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013810043668122273| -|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013786451217071723| -|pypi|[backcall](https://pypi.org/project/backcall)|0.0001376506985988573| -|pypi|[blinker](https://pypi.org/project/blinker)|0.00013761900045919625| -|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00013717250231728547| -|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013709143218307778| -|pypi|[dendropy](http://pypi.org/project/DendroPy//)|0.0001368280827614889| -|npm|[d3](https://d3js.org)|0.00013678570500252505| -|cran|tis|0.00013675556428456175| -|pypi|[fire](https://pypi.org/project/fire)|0.00013665896578169955| -|rubygems|[rspec](http://github.com/rspec)|0.00013567474818578808| -|pypi|[simframe](https://github.com/stammler/simframe)|0.0001356129132875858| -|cran|[rJava](http://www.rforge.net/rJava/)|0.00013518055500519105| -|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.00013504630601116616| -|cran|[sys](https://github.com/jeroen/sys)|0.0001350254499232092| -|pypi|[tensorboard-plugin-wit](https://pypi.org/project/tensorboard-plugin-wit)|0.00013461421817537| -|npm|nestjs|0.00013433498630745322| -|pypi|[pyregion](https://pypi.org/project/pyregion)|0.00013400954940256252| -|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.0001336908327554996| -|pypi|[argh](http://github.com/neithere/argh/)|0.00013360365980453315| -|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00013319444909387876| -|rubygems|[json](http://flori.github.io/json/)|0.0001330383543650617| -|pypi|[boto3](https://pypi.org/project/boto3)|0.00013290225614455864| -|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.00013209606986899566| -|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.00013209606986899563| -|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001319795908007951| -|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013156402857961166| -|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013080941983780413| -|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013071649511332917| -|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.00013056170086325904| -|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013054575533833176| -|cran|svglite|0.00013035325628165797| -|pypi|[pyreadline3](https://pypi.python.org/pypi/pyreadline3/)|0.00013024620878995168| -|pypi|[pyreadline](http://ipython.org/pyreadline.html)|0.00013024620878995168| -|pypi|[fastprogress](https://github.com/fastai/fastprogress)|0.00012980274800237227| -|pypi|[ruff](https://pypi.org/project/ruff)|0.000129780117978748| -|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0001297743999163439| -|pypi|[plac](https://github.com/ialbert/plac)|0.00012938384350365793| -|pypi|[s3fs](https://pypi.org/project/s3fs)|0.0001293831162353992| -|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012932797931136642| -|cran|ggplot2movies|0.00012832363461392324| -|npm|[rollup](https://rollupjs.org/)|0.0001282576015066876| -|cran|[sass](https://github.com/rstudio/sass)|0.0001281794018694009| -|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012764780454899927| -|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.0001275364513372659| -|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.0001273641088045745| -|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012700460503417123| -|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126916450684269| -|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012685742938385876| -|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00012663828518642928| -|pypi|[galpy](https://pypi.org/project/galpy)|0.00012658063006862135| -|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012656144107684288| -|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00012654299033548923| -|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.0001261273283863013| -|cran|[terra](https://rspatial.org/terra/)|0.000125804021096614| -|cran|quantreg|0.00012570659647123385| -|pypi|[python-utils](https://pypi.org/project/python-utils)|0.0001251247042571119| -|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012481804949053858| -|cran|interp|0.00012426808308108305| -|cran|assertthat|0.000123987511534925| -|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.000123974067489352| -|pypi|[django](https://pypi.org/project/django)|0.0001239468636784081| -|spack|[libarchive](https://www.libarchive.org)|0.00012382435009270884| -|spack|[libuv](https://libuv.org)|0.00012382435009270884| -|pypi|[panel](http://panel.holoviz.org)|0.00012354888611320065| -|spack|cython|0.00012351840299438553| -|cran|RUnit|0.00012344467256485183| -|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012326611867454406| -|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012326611867454406| -|pypi|[mccabe](https://pypi.org/project/mccabe)|0.00012320593742031022| -|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.00012308951965065503| -|cran|multcomp|0.0001230443819425218| -|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00012285985151849621| -|pypi|[livereload](https://github.com/lepture/python-livereload)|0.00012284954078109242| -|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.000122680430922789| -|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.000122541430213428| -|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|0.0001223721670563472| -|cran|profvis|0.00012236430055278787| -|pypi|[pyia](http://github.com/adrn/pyia)|0.00012224890829694323| -|cran|[lme4](https://github.com/lme4/lme4/)|0.00012183667875468168| -|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00012174978705792025| -|pypi|[inflection](https://pypi.org/project/inflection)|0.00012158603490285426| -|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012155626828239116| -|pypi|[munch](https://pypi.org/project/munch)|0.00012129688644583018| -|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012104097097354226| -|pypi|[astrodendro](http://www.dendrograms.org)|0.00012101613673580787| -|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012047992945918712| -|pypi|[distributed](https://pypi.org/project/distributed)|0.00012031643899110131| -|cran|isoband|0.00012019233632705725| -|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00012008733624454149| -|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00012008733624454149| -|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00012008733624454149| -|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00012008733624454149| -|pypi|[udatetime](https://github.com/freach/udatetime)|0.00012008733624454149| -|pypi|[cogent3](https://cogent3.org)|0.00012008733624454149| -|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00012008733624454149| -|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00012008733624454149| -|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00012008733624454149| -|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00012008733624454149| -|spack|cminx|0.00012008733624454149| -|spack|sqlite3|0.00012008733624454149| -|spack|triqs|0.00012008733624454149| -|cran|[isotree](https://github.com/david-cortes/isotree)|0.00012008733624454149| -|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00012008733624454149| -|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011996431211267351| -|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00011980978532756207| -|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011965785722950024| -|pypi|[Django](https://pypi.org/project/Django)|0.00011949784737822138| -|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00011941381660968283| -|pypi|[asgiref](https://pypi.org/project/asgiref)|0.0001192793217053105| -|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00011912894692643603| -|spack|py-setuptools|0.00011886052782908165| -|pypi|[tables](https://pypi.org/project/tables)|0.00011874870928273278| -|pypi|[rtree](https://pypi.org/project/rtree)|0.00011853729119012962| -|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00011785264829012072| -|pypi|[ads](http://www.github.com/andycasey/ads/)|0.0001172970716670948| -|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011685714395006396| -|npm|[ajv](https://ajv.js.org)|0.0001164403027964629| -|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011613864338129222| -|pypi|[latexcodec](https://pypi.org/project/latexcodec)|0.00011574093326872448| -|pypi|[gdown](http://github.com/wkentaro/gdown)|0.00011522379912663756| -|cran|stats4|0.00011516661815945247| -|cran|[DT](https://github.com/rstudio/DT)|0.00011506056545256963| -|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011475690443283686| -|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011473278986772897| -|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.0001143192776418139| -|pypi|[mistune](https://pypi.org/project/mistune)|0.00011411104473879637| -|pypi|[pycurl](http://pycurl.io/)|0.00011398878328624028| -|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011371418292528001| -|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.0001133752866762935| -|cran|[magick](https://docs.ropensci.org/magick/)|0.0001132027974910987| -|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011300974569952616| -|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.0001129470732501818| -|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011283332497128025| -|pypi|[holoviews](https://www.holoviews.org)|0.00011270212037202431| -|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.00011265301392163947| -|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011262730031679184| -|pypi|[typer](https://github.com/tiangolo/typer)|0.00011255813838082967| -|pypi|[parso](https://pypi.org/project/parso)|0.00011239037018192732| -|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011228179324595706| -|pypi|[transifex-client](https://www.transifex.com)|0.00011225739684520094| -|pypi|[shiboken2](https://www.pyside.org)|0.00011199104803493449| -|spack|[pcre](https://www.pcre.org)|0.00011190132258144972| -|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011150966936993138| -|pypi|[async-generator](https://github.com/python-trio/async_generator)|0.0001109033966359889| -|cran|[future](https://future.futureverse.org)|0.0001107658138125973| -|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011046768836500382| -|pypi|[astroalign](https://pypi.org/project/astroalign)|0.00011028800255985546| -|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00010964424126637555| -|pypi|[breathe](https://github.com/michaeljones/breathe)|0.0001095956518196616| -|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010943543356207113| -|spack|[graphviz](http://www.graphviz.org)|0.00010917379507995499| -|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010886967597349019| -|npm|[nyc](https://istanbul.js.org/)|0.00010867620017202882| -|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010865279797445949| -|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010848837570237102| -|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010832585386774796| -|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010807860262008735| -|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010807860262008734| -|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010799477753540349| -|pypi|[testpath](https://pypi.org/project/testpath)|0.0001079144320122095| -|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010770953420669579| -|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010769851252633196| -|pypi|[pybtex](https://pybtex.org/)|0.00010745719824840201| -|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010712402847853955| -|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010661226744961652| -|pypi|[pbr](https://pypi.org/project/pbr)|0.00010659038791316019| -|pypi|[json5](https://github.com/dpranke/pyjson5)|0.00010655846381154954| -|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010611889376900294| -|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010544687497174682| -|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010527088818606047| -|pypi|[os](https://pypi.org/project/os)|0.0001050764192139738| -|pypi|[time](UNKNOWN)|0.0001050764192139738| -|pypi|[astroML_addons](http://astroML.github.com)|0.0001050764192139738| -|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010463190518890127| -|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010442929541763831| -|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.00010440352841915196| -|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00010438017675386008| -|pypi|[pydantic](https://github.com/samuelcolvin/pydantic)|0.00010437409668590345| -|cran|cachem|0.00010417692260768769| -|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0001038126834296086| -|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010331227654059637| -|pypi|[moviepy](https://pypi.org/project/moviepy)|0.00010329817003857456| -|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.00010303859262045431| -|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.00010270196506550218| -|spack|py-six|0.00010231225561762992| -|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010207947859441426| -|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010180713470506933| -|pypi|[pytest-randomly](https://github.com/pytest-dev/pytest-randomly)|0.00010162610106280232| -|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010156254980127164| -|cran|[reshape2](https://github.com/hadley/reshape)|0.00010130383069285564| -|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010097114328632914| -|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010076022204572604| -|pypi|[zope.interface](https://github.com/zopefoundation/zope.interface)|0.00010064836421115302| -|cran|[promises](https://rstudio.github.io/promises)|0.00010052228865826466| -|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.00010007278020378457| -|pypi|[reproject](https://pypi.org/project/reproject)|9.991067162369463e-05| -|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.984309437146935e-05| -|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|9.983758511503594e-05| -|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.971824102237507e-05| -|pypi|[docker](https://github.com/docker/docker-py)|9.968572267252401e-05| -|pypi|[sphinxcontrib-httpdomain](https://github.com/sphinx-contrib/httpdomain)|9.964693988949291e-05| -|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.898198689956331e-05| -|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.891524725054054e-05| -|pypi|[Keras](https://github.com/keras-team/keras)|9.856403587635927e-05| -|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.848434154446142e-05| -|spack|[boost](https://www.boost.org)|9.77978588395386e-05| -|pypi|[BeautifulSoup4](https://pypi.org/project/BeautifulSoup4)|9.714186254480875e-05| -|pypi|[sunpy](https://pypi.org/project/sunpy)|9.713258984732625e-05| -|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.708489290912872e-05| -|pypi|[nbclient](https://pypi.org/project/nbclient)|9.676652336930817e-05| -|pypi|[gwpy](https://gwpy.github.io)|9.671911102528291e-05| -|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|9.669237983917311e-05| -|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.64987523393637e-05| -|pypi|[async_generator](https://github.com/python-trio/async_generator)|9.642829293289369e-05| -|pypi|[geopandas](http://geopandas.org)|9.611585357474865e-05| -|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.608886213760667e-05| -|cran|[base64enc](http://www.rforge.net/base64enc)|9.574647996975314e-05| -|pypi|[markupsafe](https://pypi.org/project/markupsafe)|9.53425016973188e-05| -|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.529044449769411e-05| -|pypi|[pycosat](https://github.com/ContinuumIO/pycosat)|9.515680825724494e-05| -|spack|[re2c](https://re2c.org/index.html)|9.513181785379485e-05| -|npm|[tape](https://github.com/substack/tape)|9.459670011781489e-05| -|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.410123801589127e-05| -|npm|[three](https://threejs.org/)|9.410043668122271e-05| -|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.398600432476726e-05| -|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.39642167330486e-05| -|pypi|[cigar](https://github.com/brentp/cigar)|9.366812227074236e-05| -|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.343379255709703e-05| -|cran|sfsmisc|9.281133373998811e-05| -|pypi|[urllib](https://urllib3.readthedocs.io/)|9.279475982532751e-05| -|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.253233724628578e-05| -|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.243343310619511e-05| -|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.235088959774761e-05| -|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.224186309785278e-05| -|pypi|[websockets](https://pypi.org/project/websockets)|9.210417511943107e-05| -|npm|[yargs](https://yargs.js.org/)|9.197809006760972e-05| -|cran|tinytex|9.19173628852076e-05| -|pypi|[jeepney](https://pypi.org/project/jeepney)|9.158416834683983e-05| -|pypi|[pytorch](http://pytorch.org)|9.149511332917447e-05| -|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.149511332917447e-05| -|npm|[tap](http://www.node-tap.org/)|9.137970387685283e-05| -|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.121578324501889e-05| -|pypi|[cftime](https://pypi.org/project/cftime)|9.08659245366188e-05| -|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.082759489418879e-05| -|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.07228967681568e-05| -|cran|[Cairo](http://www.rforge.net/Cairo/)|9.042599206064674e-05| -|pypi|[regions](https://github.com/astropy/regions)|9.033190079952784e-05| -|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|9.028731763907585e-05| -|cran|[insight](https://easystats.github.io/insight/)|9.026824135475267e-05| -|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|9.006550218340612e-05| -|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|9.006550218340612e-05| -|pypi|[GetDist](https://getdist.readthedocs.io)|9.006550218340612e-05| -|pypi|[dymos](https://github.com/OpenMDAO/dymos)|9.006550218340612e-05| -|pypi|[openmdao](http://openmdao.org)|9.006550218340612e-05| -|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|9.006550218340612e-05| -|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|9.006550218340612e-05| -|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|9.006550218340612e-05| -|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|9.006550218340612e-05| -|pypi|[South](http://south.aeracode.org/)|9.006550218340612e-05| -|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|9.006550218340612e-05| -|pypi|[green](https://github.com/CleanCut/green)|9.006550218340612e-05| -|pypi|[PyNN](http://neuralensemble.org/PyNN/)|9.006550218340612e-05| -|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|9.006550218340612e-05| -|pypi|[radio-pyse](http://docs.transientskp.org/)|9.006550218340612e-05| -|pypi|[Cactus](http://github.com/koenbok/Cactus)|9.006550218340612e-05| -|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|9.006550218340612e-05| -|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|9.006550218340612e-05| -|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|9.006550218340612e-05| -|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|9.006550218340612e-05| -|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|9.006550218340612e-05| -|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|9.006550218340612e-05| -|pypi|[cherrypy](https://www.cherrypy.org)|9.006550218340612e-05| -|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|9.006550218340612e-05| -|spack|lapacke|9.006550218340612e-05| -|spack|liblzma|9.006550218340612e-05| -|npm|[quasar](https://quasar.dev)|9.006550218340612e-05| -|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|9.006550218340612e-05| -|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|9.006550218340612e-05| -|npm|[docusaurus](https://github.com/facebook/docusaurus)|9.006550218340612e-05| -|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|9.006550218340612e-05| -|pypi|[ppft](https://pypi.org/project/ppft)|9.002634271566578e-05| -|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.998302026426818e-05| -|npm|[vows](https://github.com/cloudhead/vows)|8.933037400509869e-05| -|spack|py-jinja2|8.913891210855764e-05| -|cran|[parameters](https://easystats.github.io/parameters/)|8.908100176098639e-05| -|cran|dichromat|8.901659299823506e-05| -|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.89128709737782e-05| -|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.891081625797784e-05| -|npm|[webpack](https://github.com/webpack/webpack)|8.872458001573147e-05| -|spack|py-pip|8.854645465233458e-05| -|spack|py-wheel|8.854645465233458e-05| -|spack|py-sphinxcontrib-websupport|8.854645465233458e-05| -|spack|py-sphinxcontrib-applehelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-devhelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-jsmath|8.854645465233458e-05| -|spack|py-sphinxcontrib-htmlhelp|8.854645465233458e-05| -|spack|py-sphinxcontrib-serializinghtml|8.854645465233458e-05| -|spack|py-sphinxcontrib-qthelp|8.854645465233458e-05| -|spack|py-pygments|8.854645465233458e-05| -|spack|py-docutils|8.854645465233458e-05| -|spack|py-snowballstemmer|8.854645465233458e-05| -|spack|py-babel|8.854645465233458e-05| -|spack|py-alabaster|8.854645465233458e-05| -|spack|py-imagesize|8.854645465233458e-05| -|spack|py-requests|8.854645465233458e-05| -|spack|py-sphinx-rtd-theme|8.854645465233458e-05| -|spack|py-packaging|8.854645465233458e-05| -|spack|py-importlib-metadata|8.854645465233458e-05| -|spack|py-colorama|8.854645465233458e-05| -|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.844446678023595e-05| -|pypi|[autograd](https://pypi.org/project/autograd)|8.842174286951461e-05| -|pypi|[wxPython](https://pypi.org/project/wxPython)|8.832852464129758e-05| -|cran|jquerylib|8.782249810721487e-05| -|pypi|[contourpy](https://pypi.org/project/contourpy)|8.781398264473959e-05| -|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.775613033254955e-05| -|cran|[downlit](https://downlit.r-lib.org/)|8.774623120824989e-05| -|pypi|[terminado](https://pypi.org/project/terminado)|8.763572150136703e-05| -|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.756250535148557e-05| -|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|8.725626348878936e-05| -|rubygems|[tzinfo](https://tzinfo.github.io)|8.693669607581024e-05| -|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|8.692222590455398e-05| -|pypi|[partd](https://pypi.org/project/partd)|8.66434453161486e-05| -|pypi|[deprecated](https://github.com/tantale/deprecated)|8.624772513494832e-05| -|pypi|[pyvo](https://github.com/astropy/pyvo)|8.622069658184904e-05| -|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.58689017232474e-05| -|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.576666725598008e-05| -|pypi|[debugpy](https://pypi.org/project/debugpy)|8.571140627359297e-05| -|pypi|[Six](https://pypi.org/project/Six)|8.557346833240307e-05| -|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.538673494299155e-05| -|pypi|[zarr](https://pypi.org/project/zarr)|8.514817672257869e-05| -|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.511672358190001e-05| -|pypi|[nvidia-cublas-cu11](https://developer.nvidia.com/cuda-zone)|8.50898419145057e-05| -|pypi|[uvicorn](https://www.uvicorn.org/)|8.44456923664208e-05| -|pypi|[biom-format](http://www.biom-format.org)|8.441764465065503e-05| -|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.386311462275396e-05| -|pypi|[gitpython](https://pypi.org/project/gitpython)|8.37818607896534e-05| -|pypi|[yt](https://pypi.org/project/yt)|8.32512056720572e-05| -|npm|[jshint](http://jshint.com/)|8.315896936033399e-05| -|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.287299291134513e-05| -|cran|[lintr](https://github.com/jimhester/lintr)|8.28544797803624e-05| -|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|8.27126551317566e-05| -|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.216949877190646e-05| -|pypi|[orjson](https://pypi.org/project/orjson)|8.204919787386456e-05| -|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.198621173430622e-05| -|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.193536924826466e-05| -|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.185754472545956e-05| -|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.157269101654127e-05| -|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.147609190573375e-05| -|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.109511055466886e-05| -|cran|[openssl](https://github.com/jeroen/openssl)|8.101625840745861e-05| -|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.078288447442296e-05| -|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.033950721684145e-05| -|cran|labeling|8.027986445509572e-05| -|pypi|[alembic](https://alembic.sqlalchemy.org)|8.02372025695087e-05| -|cran|[testit](https://github.com/yihui/testit)|8.010970621195284e-05| -|pypi|[flaky](https://pypi.org/project/flaky)|8.003467673972631e-05| -|cran|igraphdata|7.995411171845469e-05| -|cran|[backports](https://github.com/r-lib/backports)|7.994782348411759e-05| -|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.994248114439616e-05| -|pypi|[pyspark](https://pypi.org/project/pyspark)|7.991546280794603e-05| -|pypi|[kaleido](https://pypi.org/project/kaleido)|7.949935954322922e-05| -|pypi|[deap](https://pypi.org/project/deap)|7.946501963230708e-05| -|cran|[uuid](http://www.rforge.net/uuid)|7.93614274519141e-05| -|pypi|[freezegun](https://pypi.org/project/freezegun)|7.92246666582762e-05| -|pypi|[progressbar2](https://pypi.org/project/progressbar2)|7.919094472651096e-05| -|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.915866884207496e-05| -|pypi|[getdist](https://getdist.readthedocs.io)|7.915385215221462e-05| -|pypi|[appnope](https://pypi.org/project/appnope)|7.914312372139519e-05| -|pypi|[colossus](https://pypi.org/project/colossus)|7.904958557154807e-05| -|pypi|[iso8601](https://pypi.org/project/iso8601)|7.899240474630058e-05| -|pypi|[s3transfer](https://github.com/boto/s3transfer)|7.88790921832822e-05| -|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.849071382996842e-05| -|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.84650655021834e-05| -|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.778384279475983e-05| -|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.749409482049454e-05| -|pypi|[distro](https://pypi.org/project/distro)|7.748023451082845e-05| -|pypi|[fastapi](https://fastapi.tiangolo.com/)|7.699296127398383e-05| -|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.694167186525265e-05| -|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.68880371040625e-05| -|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|7.672149876252966e-05| -|pypi|[pylint](http://pylint.pycqa.org)|7.642813954536094e-05| -|cran|KernSmooth|7.64112074094833e-05| -|cran|[units](https://github.com/r-quantities/units/)|7.637185835592624e-05| -|cran|[spdep](https://github.com/r-spatial/spdep/)|7.633709953757351e-05| -|pypi|[elementpath](https://pypi.org/project/elementpath)|7.615327116149404e-05| -|cran|MatrixModels|7.61027710690346e-05| -|cran|[readxl](https://readxl.tidyverse.org)|7.593363297254762e-05| -|spack|[guile](https://www.gnu.org/software/guile/)|7.592463102870306e-05| -|cran|splines|7.580388914257546e-05| -|pypi|[botocore](https://github.com/boto/botocore)|7.57956590550459e-05| -|spack|qt4|7.570723371938485e-05| -|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.559057972345709e-05| -|pypi|[rasterio](https://github.com/mapbox/rasterio)|7.54739461193108e-05| -|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.524447115090577e-05| -|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.516752759200153e-05| -|cran|[spatstat.linnet](http://spatstat.org/)|7.513952067371341e-05| -|cran|triebeard|7.4977278930131e-05| -|pypi|[asttokens](https://pypi.org/project/asttokens)|7.493517875010746e-05| -|pypi|[atari-py](https://pypi.org/project/atari-py)|7.47629792769389e-05| -|cran|[memoise](https://github.com/r-lib/memoise)|7.467499930136869e-05| -|cran|[DBItest](https://dbitest.r-dbi.org)|7.452226103323426e-05| -|pypi|[corner](https://corner.readthedocs.io)|7.435984323311773e-05| -|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.430403930131005e-05| -|pypi|[invoke](https://pypi.org/project/invoke)|7.419186588696652e-05| -|pypi|[executing](https://pypi.org/project/executing)|7.404129557054283e-05| -|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.398237679351216e-05| -|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.394995153332912e-05| -|pypi|[ipdb](https://pypi.org/project/ipdb)|7.390359956730694e-05| -|spack|libpng|7.385938585412565e-05| -|pypi|[specutils](https://pypi.org/project/specutils)|7.385612136728125e-05| -|pypi|[lockfile](https://pypi.org/project/lockfile)|7.383986506374492e-05| -|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.376023721547739e-05| -|cran|[spatstat](http://spatstat.org/)|7.37441797933894e-05| -|pypi|[retrying](https://pypi.org/project/retrying)|7.372842962991886e-05| -|cran|[spatstat.geom](http://spatstat.org/)|7.362495721198955e-05| -|pypi|[ccdproc](http://ccdproc.readthedocs.io/)|7.34856968904458e-05| -|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.331061376690155e-05| -|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.331061376690155e-05| -|cran|rasterVis|7.296265842992495e-05| -|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.278020378457059e-05| -|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.278020378457059e-05| -|cran|[rjson](https://github.com/alexcb/rjson)|7.273069642557224e-05| -|pypi|[igraph](https://pypi.org/project/igraph)|7.26977182304774e-05| -|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.240664962079262e-05| -|pypi|[pymysql](https://pypi.org/project/pymysql)|7.240122975607865e-05| -|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.220616590135817e-05| -|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.20524017467249e-05| -|pypi|[patool](http://wummel.github.io/patool/)|7.20524017467249e-05| -|pypi|[hope](http://hope.phys.ethz.ch)|7.20524017467249e-05| -|pypi|[superfreq](http://adrian.pw/superfreq)|7.20524017467249e-05| -|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.20524017467249e-05| -|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.20524017467249e-05| -|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.20524017467249e-05| -|pypi|[amuse-framework](http://www.amusecode.org/)|7.20524017467249e-05| -|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.20524017467249e-05| -|pypi|[importlib](https://github.com/brettcannon/importlib)|7.20524017467249e-05| -|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.20524017467249e-05| -|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.20524017467249e-05| -|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.20524017467249e-05| -|pypi|[gwtools](https://pypi.org/project/gwtools)|7.20524017467249e-05| -|pypi|[chemparse](https://pypi.org/project/chemparse)|7.20524017467249e-05| -|spack|sgx|7.20524017467249e-05| -|spack|sphinx|7.20524017467249e-05| -|spack|torch|7.20524017467249e-05| -|spack|curses|7.20524017467249e-05| -|cran|[mapiso](https://github.com/riatelab/mapiso)|7.20524017467249e-05| -|cran|tuneR|7.20524017467249e-05| -|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.20524017467249e-05| -|pypi|[music21](https://github.com/cuthbertLab/music21)|7.172489082969433e-05| -|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.172489082969433e-05| -|pypi|[GitPython](https://pypi.org/project/GitPython)|7.168698375319252e-05| -|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.16099773570287e-05| -|npm|[bootstrap](https://getbootstrap.com/)|7.149197103021557e-05| -|pypi|[patsy](https://github.com/pydata/patsy)|7.141758361439447e-05| -|pypi|[pytest-pep8](https://bitbucket.org/pytest-dev/pytest-pep8)|7.081058539530314e-05| -|cran|[cellranger](https://github.com/rsheets/cellranger)|7.065797807599914e-05| -|cran|[praise](https://github.com/gaborcsardi/praise)|7.060301655904637e-05| -|spack|py-typing|7.052802233792407e-05| -|pypi|[trio](https://pypi.org/project/trio)|7.038379609335531e-05| -|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.031294297667633e-05| -|cran|[spatstat.utils](http://spatstat.org/)|7.023545407982697e-05| -|pypi|[python-snappy](https://pypi.org/project/python-snappy)|7.022061844922676e-05| -|pypi|[param](https://pypi.org/project/param)|7.01643785214317e-05| -|cran|[xtable](http://xtable.r-forge.r-project.org/)|7.014523455447366e-05| -|cran|diffviewer|6.997927497920274e-05| -|pypi|[capturer](https://capturer.readthedocs.io)|6.988654121185421e-05| -|cran|rprintf|6.986463479397195e-05| -|pypi|[Biopython](https://biopython.org/)|6.984579694323144e-05| -|pypi|[cartopy](https://pypi.org/project/cartopy)|6.982023070619932e-05| -|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.925517540657513e-05| -|cran|[mapview](https://github.com/r-spatial/mapview)|6.924234902678107e-05| -|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.877729257641921e-05| -|cran|[future.apply](https://future.apply.futureverse.org)|6.87726941011836e-05| -|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.876743379355761e-05| -|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.838198407308231e-05| -|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.820085412117903e-05| -|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.820085412117903e-05| -|rubygems|[docile](https://ms-ati.github.io/docile/)|6.820085412117903e-05| -|spack|[pcre2](https://www.pcre.org)|6.810745439740388e-05| -|pypi|[dominate](https://pypi.org/project/dominate)|6.804069293152263e-05| -|spack|gl|6.786125046459867e-05| -|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.783369304582063e-05| -|pypi|[pathspec](https://pypi.org/project/pathspec)|6.753779771702145e-05| -|pypi|[traits](http://docs.enthought.com/traits)|6.723568815597947e-05| -|pypi|[twisted](https://pypi.org/project/twisted)|6.718939286271573e-05| -|pypi|[dust-extinction](https://pypi.org/project/dust-extinction)|6.7175110060281e-05| -|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.677448510981992e-05| -|pypi|[dgl](https://github.com/dmlc/dgl)|6.670305676855896e-05| -|npm|[debug](https://github.com/debug-js/debug#readme)|6.656014346618906e-05| -|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.655678538011744e-05| -|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.647691827822832e-05| -|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.642786650633736e-05| -|pypi|[nvidia-cuda-runtime-cu11](https://developer.nvidia.com/cuda-zone)|6.636522401057558e-05| -|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.612688245028316e-05| -|pypi|[dnspython](https://pypi.org/project/dnspython)|6.59358465295057e-05| -|pypi|[about-time](https://github.com/rsalmei/about-time)|6.590579400339428e-05| -|pypi|[grapheme](https://pypi.org/project/grapheme)|6.590579400339428e-05| -|pypi|[types-backports](https://github.com/python/typeshed)|6.588627442555341e-05| -|pypi|[pyensembl](https://pypi.org/project/pyensembl)|6.573237679351216e-05| -|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.569045385298971e-05| -|npm|[react-select](https://github.com/JedWatson/react-select)|6.561443407909548e-05| -|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.556440796998788e-05| -|pypi|[tblib](https://pypi.org/project/tblib)|6.545237395852945e-05| -|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.532223235280004e-05| -|rubygems|[liquid](http://www.liquidmarkup.org)|6.512226343184656e-05| -|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.507176187685476e-05| -|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.504730713245997e-05| -|pypi|[tess-point](https://pypi.org/project/tess-point)|6.501844934710268e-05| -|npm|[chai](http://chaijs.com)|6.501707542035509e-05| -|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.500124057970843e-05| -|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.500073165249698e-05| -|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.493144716782139e-05| -|pypi|[paramiko](https://paramiko.org)|6.493115664168323e-05| -|cran|boot|6.487078694296475e-05| -|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.465416406737368e-05| -|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.450956917080982e-05| -|pypi|[pynvml](http://www.nvidia.com/)|6.448417030567686e-05| -|cran|asciicast|6.445376124047035e-05| -|pypi|[pygame](https://www.pygame.org)|6.430337751200727e-05| -|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.427078931304878e-05| -|rubygems|[github-pages](https://github.com/github/pages-gem)|6.42467248908297e-05| -|cran|[performance](https://easystats.github.io/performance/)|6.413453528228019e-05| -|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|6.404657933042213e-05| -|pypi|[asdf-coordinates-schemas](https://github.com/asdf-format/asdf-coordinates-schemas)|6.404442604514799e-05| -|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.39405132950765e-05| -|pypi|[hydra-core](https://pypi.org/project/hydra-core)|6.393353246080623e-05| -|pypi|[omegaconf](https://pypi.org/project/omegaconf)|6.36858884523295e-05| -|cran|[qs](https://github.com/traversc/qs)|6.366438541482675e-05| -|pypi|[asdf-wcs-schemas](https://github.com/spacetelescope/asdf-wcs-schemas)|6.364024473246503e-05| -|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.353226378763005e-05| -|cran|[gh](https://gh.r-lib.org/)|6.346770615919409e-05| -|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.341078246601676e-05| -|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.336879095333577e-05| -|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.332225941839802e-05| -|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.329368489133385e-05| -|npm|[cytoscape](http://js.cytoscape.org)|6.32836868371803e-05| -|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.294267159924835e-05| -|cran|later|6.290214615628146e-05| -|pypi|[pip-run](https://pypi.org/project/pip-run)|6.28477971353189e-05| -|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.282056318999205e-05| -|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.270786415060621e-05| -|pypi|[primer3-py](https://pypi.org/project/primer3-py)|6.267331782105633e-05| -|cran|[jpeg](http://www.rforge.net/jpeg/)|6.253243850052508e-05| -|pypi|[glob2](http://github.com/miracle2k/python-glob2/)|6.252947598253275e-05| -|npm|[pg](https://github.com/brianc/node-postgres)|6.238303181534623e-05| -|pypi|[pytest-virtualenv](https://pypi.org/project/pytest-virtualenv)|6.229866974310518e-05| -|cran|[showtext](https://github.com/yixuan/showtext)|6.190893293356131e-05| -|pypi|[cvxopt](http://cvxopt.org)|6.188786650031192e-05| -|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.180760410530765e-05| -|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.180760410530765e-05| -|pypi|[celery](https://pypi.org/project/celery)|6.179663117562785e-05| -|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.163507209201803e-05| -|spack|[jpeg](http://www.ijg.org)|6.161719634731856e-05| -|pypi|[rich-click](https://pypi.org/project/rich-click)|6.139246290812471e-05| -|cran|[webp](https://github.com/jeroen/webp#readme)|6.135975522066649e-05| -|cran|[V8](https://github.com/jeroen/v8)|6.12728545661667e-05| -|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.124639538638661e-05| -|spack|libx11|6.111480662376463e-05| -|cran|[cowplot](https://wilkelab.org/cowplot/)|6.092028775290714e-05| -|pypi|[pyface](http://docs.enthought.com/pyface)|6.091530203784571e-05| -|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.0821156645392464e-05| -|cran|[spatstat.random](http://spatstat.org/)|6.076990839246445e-05| -|cran|[rvest](http://rvest.tidyverse.org/)|6.05745142333737e-05| -|pypi|[Shapely](https://github.com/shapely/shapely)|6.051432769685142e-05| -|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.047255146600125e-05| -|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0463553913335576e-05| -|pypi|[mne](https://mne.tools/dev/)|6.022727224077405e-05| -|pypi|[PyEscape](https://github.com/qaviton/escape)|6.0043668122270746e-05| -|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|6.0043668122270746e-05| -|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|6.0043668122270746e-05| -|pypi|[python-copasi](http://copasi.org)|6.0043668122270746e-05| -|pypi|[gnuplot](https://github.com/gnuplot)|6.0043668122270746e-05| -|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|6.0043668122270746e-05| -|pypi|[clawpack](http://www.clawpack.org)|6.0043668122270746e-05| -|pypi|[PuLP](https://github.com/coin-or/pulp)|6.0043668122270746e-05| -|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|6.0043668122270746e-05| -|pypi|[mc3](https://github.com/pcubillos/mc3)|6.0043668122270746e-05| -|pypi|[ripser](https://ripser.scikit-tda.org)|6.0043668122270746e-05| -|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|6.0043668122270746e-05| -|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|6.0043668122270746e-05| -|pypi|[Numpy](https://www.numpy.org)|6.0043668122270746e-05| -|pypi|[Matplotlib](https://matplotlib.org)|6.0043668122270746e-05| -|pypi|[NumExpr](https://github.com/pydata/numexpr)|6.0043668122270746e-05| -|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|6.0043668122270746e-05| -|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|6.0043668122270746e-05| -|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|6.0043668122270746e-05| -|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|6.0043668122270746e-05| -|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|6.0043668122270746e-05| -|pypi|[pyYAML](https://pyyaml.org/)|6.0043668122270746e-05| -|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|6.0043668122270746e-05| -|pypi|[nnde](https://github.com/elwinter/nnde)|6.0043668122270746e-05| -|pypi|[gpytorch](https://gpytorch.ai)|6.0043668122270746e-05| -|pypi|[tartiflette](https://tartiflette.io)|6.0043668122270746e-05| -|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|6.0043668122270746e-05| -|pypi|[jsonify](https://pypi.org/project/jsonify)|6.0043668122270746e-05| -|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|6.0043668122270746e-05| -|pypi|[coplot](https://pypi.org/project/coplot)|6.0043668122270746e-05| -|pypi|[stginga](https://github.com/spacetelescope/stginga)|6.0043668122270746e-05| -|spack|pythonextensions|6.0043668122270746e-05| -|spack|qt5|6.0043668122270746e-05| -|cran|[taxa](https://docs.ropensci.org/taxa/)|6.0043668122270746e-05| -|cran|[vegdata](http://germansl.infinitenature.org)|6.0043668122270746e-05| -|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|6.003766375545852e-05| -|spack|[hdf5](https://portal.hdfgroup.org)|5.997356203527343e-05| -|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|5.9695357541265844e-05| -|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.952212990428605e-05| -|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.952212990428605e-05| -|pypi|[odfpy](https://pypi.org/project/odfpy)|5.952212990428605e-05| -|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.9443231441048035e-05| -|cran|js|5.9443231441048035e-05| -|npm|loose-envify|5.9443231441048035e-05| -|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.942150306698438e-05| -|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.925040279110221e-05| -|pypi|[pybtex-docutils](https://github.com/mcmtroffaes/pybtex-docutils)|5.91939642814322e-05| -|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.909084070309346e-05| -|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.9030592114961245e-05| -|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.8940069254912665e-05| -|pypi|[mercurial](https://mercurial-scm.org/)|5.8940069254912665e-05| -|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.892967115553823e-05| -|pypi|[radvel](https://pypi.org/project/radvel)|5.887138698274069e-05| -|cran|rsconnect|5.8795783827792306e-05| -|pypi|[Mako](https://pypi.org/project/Mako)|5.867134480330442e-05| -|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.862931532623126e-05| -|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.8484092326887087e-05| -|pypi|[cupy](https://pypi.org/project/cupy)|5.843492806681008e-05| -|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.839956598589793e-05| -|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.829537762131872e-05| -|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.808665780424966e-05| -|spack|freetype|5.7916089048503826e-05| -|pypi|[libcst](https://pypi.org/project/libcst)|5.789086854875471e-05| -|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.789086854875471e-05| -|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.773429627141418e-05| -|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.773429627141418e-05| -|pypi|[blosc](http://github.com/blosc/python-blosc)|5.773134813713649e-05| -|spack|libtiff|5.75930067889474e-05| -|npm|[requirejs](http://github.com/jrburke/r.js)|5.751736377705264e-05| -|pypi|[towncrier](https://pypi.org/project/towncrier)|5.748245921614068e-05| -|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.7311968468375225e-05| -|pypi|[xxhash](https://pypi.org/project/xxhash)|5.679235934986826e-05| -|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6729184875423555e-05| -|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6729184875423555e-05| -|cran|[getPass](https://github.com/wrathematics/getPass)|5.662658522671309e-05| -|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.6549223874264094e-05| -|pypi|[texttable](https://pypi.org/project/texttable)|5.636707874638426e-05| -|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.633346933741853e-05| -|cran|[whisker](http://github.com/edwindj/whisker)|5.62532574774315e-05| -|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.616721412125729e-05| -|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.6143207431264745e-05| -|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.6040756914119366e-05| -|pypi|[webcolors](https://pypi.org/project/webcolors)|5.601051884986302e-05| -|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.5970591467488195e-05| -|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.58915222485306e-05| -|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.572558830718609e-05| -|npm|[pako](https://github.com/nodeca/pako#readme)|5.5583281347473496e-05| -|pypi|[fbs](https://build-system.fman.io)|5.542492442055761e-05| -|pypi|[bidict](https://bidict.readthedocs.io)|5.542492442055761e-05| -|pypi|[osmnx](https://pypi.org/project/osmnx)|5.527770196506551e-05| -|cran|[gifski](https://gif.ski/)|5.5269613740836977e-05| -|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.524814398173042e-05| -|pypi|[prospector](https://pypi.org/project/prospector)|5.518364019265936e-05| -|pypi|[tbb](https://pypi.org/project/tbb)|5.518120321272614e-05| -|cran|[nleqslv](NA)|5.5155581130208445e-05| -|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.5142338993845176e-05| -|pypi|[py4j](https://pypi.org/project/py4j)|5.5111287512054795e-05| -|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.508402564157721e-05| -|npm|[moment](https://momentjs.com)|5.504284815412562e-05| -|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.5040029112081515e-05| -|cran|[katex](https://docs.ropensci.org/katex/)|5.500185984431349e-05| -|pypi|[gwcs](https://github.com/spacetelescope/gwcs)|5.495140620939496e-05| -|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.4915881119744934e-05| -|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|5.4877707474093364e-05| -|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.470930003826533e-05| -|pypi|[bibtexparser](https://github.com/sciunto-org/python-bibtexparser)|5.465416061698475e-05| -|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.4640301073402156e-05| -|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.44038521522146e-05| -|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.432075600436681e-05| -|pypi|[mkdocs](https://www.mkdocs.org)|5.406305176203771e-05| -|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.403930131004367e-05| -|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.402098255745026e-05| -|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.398697378265723e-05| -|npm|[react-images](https://jossmac.github.io/react-images/)|5.3892255592193215e-05| -|pypi|[pynacl](https://pypi.org/project/pynacl)|5.3812181644602916e-05| -|pypi|[IPython](https://ipython.org)|5.3809788572785595e-05| -|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3795309134810146e-05| -|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3795309134810146e-05| -|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3795309134810146e-05| -|pypi|[nvidia-cufft-cu11](https://developer.nvidia.com/cuda-zone)|5.3499396456846665e-05| -|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.3370676780566856e-05| -|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.3038573508005825e-05| -|cran|egg|5.3017337566790524e-05| -|cran|[s2](https://r-spatial.github.io/s2/)|5.295913746407719e-05| -|pypi|[pynndescent](https://pypi.org/project/pynndescent)|5.295468723416322e-05| -|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.292202347701279e-05| -|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.292202347701279e-05| -|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.290397158152385e-05| -|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.289561239342899e-05| -|cran|[lavaan](https://lavaan.ugent.be)|5.2861900772483134e-05| -|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.283776812706944e-05| -|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.273865538573508e-05| -|cran|tufte|5.272381799343606e-05| -|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.266687461010605e-05| -|cran|fastmap|5.2574711451056456e-05| -|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.248494506268488e-05| -|cran|selectr|5.244511669296539e-05| -|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.241639698065145e-05| -|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.239187534099621e-05| -|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.23666562694947e-05| -|pypi|[curio](https://pypi.org/project/curio)|5.2252446391902663e-05| -|spack|[gmp](https://gmplib.org)|5.206068730821006e-05| -|spack|double-conversion|5.204694671263699e-05| -|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.203735431425501e-05| -|cran|[progress](https://github.com/r-lib/progress#readme)|5.1986015101879925e-05| -|pypi|[whoosh](https://pypi.org/project/whoosh)|5.196866210366433e-05| -|pypi|[asteval](https://github.com/newville/asteval)|5.195149825606593e-05| -|pypi|[grpcio-tools](https://grpc.io)|5.1906358174459636e-05| -|pypi|[pydevtool](https://pypi.org/project/pydevtool)|5.1895356863825895e-05| -|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.189163498146386e-05| -|pypi|[feets](https://github.com/carpyncho/feets)|5.171225005745805e-05| -|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.146600124766064e-05| -|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.146600124766064e-05| -|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.146600124766064e-05| -|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.146600124766064e-05| -|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.146600124766064e-05| -|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.146600124766064e-05| -|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.146600124766064e-05| -|pypi|[dustpy](https://github.com/stammler/dustpy)|5.146600124766064e-05| -|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.146600124766064e-05| -|pypi|[ncls](https://github.com/endrebak/ncls)|5.146600124766064e-05| -|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.146600124766064e-05| -|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.146600124766064e-05| -|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.146600124766064e-05| -|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.146600124766064e-05| -|pypi|[msgpack-python](http://msgpack.org/)|5.146600124766064e-05| -|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.146600124766064e-05| -|pypi|[libstempo](https://github.com/vallis/libstempo)|5.146600124766064e-05| -|pypi|[cppyy](http://cppyy.readthedocs.org)|5.146600124766064e-05| -|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.146600124766064e-05| -|pypi|[mdtraj](http://mdtraj.org)|5.146600124766064e-05| -|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.146600124766064e-05| -|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.146600124766064e-05| -|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.146600124766064e-05| -|pypi|[noise](https://github.com/caseman/noise)|5.146600124766064e-05| -|pypi|[STAR](https://github.com/dbrgn/star)|5.146600124766064e-05| -|pypi|[fastqc](https://github.com/fastqc)|5.146600124766064e-05| -|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.146600124766064e-05| -|pypi|[easydev](http://github.com/cokelaer/easydev)|5.146600124766064e-05| -|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.146600124766064e-05| -|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.146600124766064e-05| -|pypi|[pony](https://ponyorm.com)|5.146600124766064e-05| -|pypi|[cykhash](https://github.com/realead/cykhash)|5.146600124766064e-05| -|spack|yaml|5.146600124766064e-05| -|spack|effpotential|5.146600124766064e-05| -|spack|rigidbodykinematics|5.146600124766064e-05| -|spack|sbgatcore|5.146600124766064e-05| -|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.146600124766064e-05| -|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.146600124766064e-05| -|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.146600124766064e-05| -|npm|[filepond](https://pqina.nl/filepond/)|5.146600124766064e-05| -|cran|pbkrtest|5.1424306804538766e-05| -|cran|[formatR](https://github.com/yihui/formatR)|5.1416460225552665e-05| -|npm|[tslib](https://www.typescriptlang.org/)|5.137443117129515e-05| -|pypi|[pympler](https://pypi.org/project/pympler)|5.1223858717237556e-05| -|npm|[d3-array](https://d3js.org/d3-array/)|5.112742748606526e-05| -|npm|[d3-scale](https://d3js.org/d3-scale/)|5.112742748606526e-05| -|cran|[car](https://r-forge.r-project.org/projects/car/)|5.1115137848210265e-05| -|pypi|[geojson](https://pypi.org/project/geojson)|5.0988868527760454e-05| -|spack|cpio|5.095134123518403e-05| -|npm|[typescript](https://www.typescriptlang.org/)|5.092184757893236e-05| -|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.086501013352342e-05| -|spack|fontconfig|5.0684200522457855e-05| -|cran|styler|5.06794126262401e-05| -|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.064397483884384e-05| -|cran|coda|5.061622939974675e-05| -|pypi|[types-colorama](https://github.com/python/typeshed)|5.0611665626949474e-05| -|cran|combinat|5.059611394396376e-05| -|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.056548962954522e-05| -|pypi|[sphinxcontrib-napoleon](https://sphinxcontrib-napoleon.readthedocs.io)|5.0543914696869314e-05| -|npm|[d3-brush](https://d3js.org/d3-brush/)|5.0526990804842546e-05| -|npm|[d3-format](https://d3js.org/d3-format/)|5.0526990804842546e-05| -|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.0417513951764904e-05| -|pypi|[freesasa](http://freesasa.github.io/)|5.0333974948287745e-05| -|npm|eslint-plugin-import|5.030985673048859e-05| -|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.029943855271366e-05| -|pypi|[contextvars](https://pypi.org/project/contextvars)|5.008295109986931e-05| -|cran|webshot|5.0012663171690924e-05| -|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.996928639338672e-05| -|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.992861941551898e-05| -|pypi|[h11](https://pypi.org/project/h11)|4.991257427160141e-05| -|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.9709859205688376e-05| -|pypi|[colour](https://pypi.org/project/colour)|4.968049216928785e-05| -|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.9511348421151164e-05| -|npm|[rc-slider](http://github.com/react-component/slider/)|4.950969125871447e-05| -|pypi|[khmer](https://khmer.readthedocs.io/)|4.9493137866500316e-05| -|pypi|[coveralls](http://github.com/TheKevJames/coveralls-python)|4.944830856143264e-05| -|cran|WRS2|4.9445930573569765e-05| -|rubygems|[rouge](http://rouge.jneen.net/)|4.92744877768247e-05| -|cran|e1071|4.924812900166129e-05| -|cran|flashClust|4.91643874971271e-05| -|cran|[odbc](https://github.com/r-dbi/odbc)|4.905270758068417e-05| -|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.898299241553666e-05| -|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.898299241553666e-05| -|pypi|[nvidia-cudnn-cu11](https://developer.nvidia.com/cuda-zone)|4.897807881406903e-05| -|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.875883964656448e-05| -|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|4.870009436380673e-05| -|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.858208558399728e-05| -|cran|[stars](https://r-spatial.github.io/stars/)|4.8555710720661196e-05| -|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.8545741050237616e-05| -|pypi|[pip-api](https://pypi.org/project/pip-api)|4.846179180734656e-05| -|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.846179180734656e-05| -|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.846179180734656e-05| -|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|4.839446536404963e-05| -|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.818972493206405e-05| -|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.803943974928165e-05| -|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.7947541363416586e-05| -|pypi|[path](https://pypi.org/project/path)|4.794381785158366e-05| -|npm|[ws](https://github.com/websockets/ws)|4.7881287522901874e-05| -|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7867543567435374e-05| -|pypi|[configparser](https://pypi.org/project/configparser)|4.7799407261080295e-05| -|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.777356114694682e-05| -|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|4.7661221969342304e-05| -|pypi|[pockets](https://pypi.org/project/pockets)|4.745780955558349e-05| -|pypi|[nrel-pysam](https://nrel-pysam.readthedocs.io)|4.725490291640674e-05| -|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.716229985443959e-05| -|pypi|[gevent](https://pypi.org/project/gevent)|4.706274219064589e-05| -|pypi|[chevron](https://github.com/noahmorrison/chevron)|4.692278500247933e-05| -|pypi|[cytoolz](https://github.com/pytoolz/cytoolz)|4.685248112513396e-05| -|pypi|[pycairo](https://pypi.org/project/pycairo)|4.675781520759686e-05| -|pypi|[covdefaults](https://github.com/asottile/covdefaults)|4.669558073695206e-05| -|cran|[party](http://party.R-forge.R-project.org)|4.661128268783718e-05| -|cran|[lazyeval](NA)|4.658904831552339e-05| -|pypi|[wandb](https://github.com/wandb/client)|4.655263891716359e-05| -|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6533842794759827e-05| -|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.634949819964759e-05| -|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.633276524661011e-05| -|cran|[caret](https://github.com/topepo/caret/)|4.6276053663403564e-05| -|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.6158938462414625e-05| -|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.613355167394469e-05| -|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.6059036674584946e-05| -|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.6056702804813445e-05| -|pypi|[types-protobuf](https://github.com/python/typeshed)|4.60536821584529e-05| -|pypi|[clang-format](http://clang.llvm.org/)|4.60536821584529e-05| -|spack|[llvm](https://llvm.org/)|4.6030172917966294e-05| -|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.602554149030655e-05| -|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.593340611353712e-05| -|npm|[semver](https://github.com/npm/node-semver#readme)|4.59221642302399e-05| -|pypi|[pymongo](https://pypi.org/project/pymongo)|4.5911298782673314e-05| -|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.589010539133356e-05| -|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.572556264696003e-05| -|pypi|[pycbc](http://www.pycbc.org/)|4.5670782198404824e-05| -|pypi|[zstandard](https://github.com/indygreg/python-zstandard)|4.5652748221705225e-05| -|pypi|[wasabi](https://ines.io)|4.5623911193976154e-05| -|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.5601338522878314e-05| -|pypi|[math](https://pypi.org/project/math)|4.5547411104179666e-05| -|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.533903868147865e-05| -|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.532314027706431e-05| -|cran|gee|4.5242708940754346e-05| -|pypi|[zict](https://pypi.org/project/zict)|4.511497971552419e-05| -|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.503275109170306e-05| -|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.503275109170306e-05| -|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.503275109170306e-05| -|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.503275109170306e-05| -|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.503275109170306e-05| -|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.503275109170306e-05| -|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.503275109170306e-05| -|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.503275109170306e-05| -|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.503275109170306e-05| -|pypi|[gemmi](https://project-gemmi.github.io/)|4.503275109170306e-05| -|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.503275109170306e-05| -|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.503275109170306e-05| -|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.503275109170306e-05| -|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.503275109170306e-05| -|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.503275109170306e-05| -|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.503275109170306e-05| -|pypi|[gputil](https://github.com/anderskm/gputil)|4.503275109170306e-05| -|pypi|[sbpy](https://sbpy.org)|4.503275109170306e-05| -|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.503275109170306e-05| -|pypi|[Psycopg2](https://psycopg.org/)|4.503275109170306e-05| -|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.503275109170306e-05| -|pypi|[structlog](https://www.structlog.org/)|4.503275109170306e-05| -|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.503275109170306e-05| -|pypi|[trippy](https://github.com/fraserw/trippy)|4.503275109170306e-05| -|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.503275109170306e-05| -|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.503275109170306e-05| -|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.503275109170306e-05| -|pypi|[pygedm](https://github.com/frbs/pygedm)|4.503275109170306e-05| -|pypi|[types](https://www.pytosquatting.org)|4.503275109170306e-05| -|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.503275109170306e-05| -|pypi|[imexam](http://imexam.readthedocs.io/)|4.503275109170306e-05| -|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.503275109170306e-05| -|spack|libpeyton|4.503275109170306e-05| -|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.503275109170306e-05| -|npm|[web-worker](https://github.com/developit/web-worker)|4.503275109170306e-05| -|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.503275109170306e-05| -|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.503275109170306e-05| -|npm|[fflate](https://101arrowz.github.io/fflate)|4.503275109170306e-05| -|pypi|[transforms3d](http://github.com/matthew-brett/transforms3d)|4.4977412390594214e-05| -|pypi|[bz2file](https://pypi.org/project/bz2file)|4.4963469936177364e-05| -|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.488264192139738e-05| -|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.469415897823161e-05| -|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.469415897823161e-05| -|pypi|[cramjam](https://pypi.org/project/cramjam)|4.46480746327908e-05| -|pypi|[boto](https://github.com/boto/boto/)|4.458242358078603e-05| -|pypi|[args](https://github.com/kennethreitz/args)|4.458242358078603e-05| -|pypi|[anyio](https://pypi.org/project/anyio)|4.4528884884115205e-05| -|npm|react-router-dom|4.445799809236496e-05| -|cran|[gplots](https://github.com/talgalili/gplots)|4.4416975264650217e-05| -|rubygems|[jekyll](https://jekyllrb.com)|4.4271165068101484e-05| -|pypi|[yapf](https://pypi.org/project/yapf)|4.414090535337775e-05| -|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.4132096069868996e-05| -|spack|gtkplus|4.402316842783876e-05| -|pypi|[sos](https://github.com/vatlab/SoS)|4.4004539186393925e-05| -|pypi|[pyglet](https://pypi.org/project/pyglet)|4.399807002495321e-05| -|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.386548821486513e-05| -|spack|libsm|4.384578870840232e-05| -|spack|libxext|4.384578870840232e-05| -|npm|cross-env|4.374993405504049e-05| -|pypi|[backoff](https://github.com/litl/backoff)|4.3738340952510915e-05| -|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3636062241070425e-05| -|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.3631732168850074e-05| -|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.3631732168850074e-05| -|npm|[ava](https://avajs.dev)|4.3486342914727196e-05| -|spack|glib|4.343071097161569e-05| -|pypi|[xlwt](https://pypi.org/project/xlwt)|4.341871582644521e-05| -|pypi|[spectres](https://spectres.readthedocs.io)|4.3335104131676187e-05| -|cran|statnet.common|4.3307414668924344e-05| -|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.3090934892135694e-05| -|pypi|[vine](https://pypi.org/project/vine)|4.306902122606152e-05| -|pypi|[dpath](https://www.github.com/akesterson/dpath-python)|4.30442919525889e-05| -|pypi|[sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild)|4.296090611804107e-05| -|pypi|[zope.event](https://pypi.org/project/zope.event)|4.2749678087560176e-05| -|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.2654604844034146e-05| -|spack|harfbuzz|4.238847956320994e-05| -|pypi|[sniffio](https://pypi.org/project/sniffio)|4.2353311123326123e-05| -|cran|[taxize](https://docs.ropensci.org/taxize/)|4.234937097109588e-05| -|cran|[targets](https://docs.ropensci.org/targets/)|4.233134141111828e-05| -|pypi|[pyobjc](https://pypi.org/project/pyobjc)|4.2270395845878307e-05| -|cran|shape|4.224605026546353e-05| -|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.211273270512526e-05| -|npm|[mongoose](https://mongoosejs.com)|4.208093292087022e-05| -|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|4.204959195713718e-05| -|cran|[classInt](https://r-spatial.github.io/classInt/)|4.203946697591629e-05| -|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.1970524017467256e-05| -|pypi|[segments](https://github.com/cldf/segments)|4.1970524017467256e-05| -|pypi|[requests-file](http://github.com/dashea/requests-file)|4.188045851528384e-05| -|npm|[prop-types](https://facebook.github.io/react/)|4.183559603626736e-05| -|spack|libmng|4.179602210698687e-05| -|spack|inputproto|4.179602210698687e-05| -|spack|dbus|4.179602210698687e-05| -|spack|assimp|4.179602210698687e-05| -|spack|gperf|4.179602210698687e-05| -|spack|libdrm|4.179602210698687e-05| -|spack|libxcomposite|4.179602210698687e-05| -|spack|libxcursor|4.179602210698687e-05| -|spack|libxi|4.179602210698687e-05| -|spack|libxtst|4.179602210698687e-05| -|spack|libxrandr|4.179602210698687e-05| -|spack|libxdamage|4.179602210698687e-05| -|spack|libxcb|4.179602210698687e-05| -|spack|libxkbcommon|4.179602210698687e-05| -|spack|xcb-util-image|4.179602210698687e-05| -|spack|xcb-util-keysyms|4.179602210698687e-05| -|spack|xcb-util-renderutil|4.179602210698687e-05| -|spack|xcb-util-wm|4.179602210698687e-05| -|spack|libxrender|4.179602210698687e-05| -|pypi|[distlib](https://pypi.org/project/distlib)|4.167264362290304e-05| -|pypi|[fastrlock](https://github.com/scoder/fastrlock)|4.153796996485249e-05| -|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.1320134503977594e-05| -|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1297063967767506e-05| -|spack|libxcrypt|4.1245992322167324e-05| -|npm|[esm](https://github.com/standard-things/esm#readme)|4.119851361297954e-05| -|cran|[qpdf](https://github.com/ropensci/qpdf)|4.112818519733221e-05| -|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.102796552478144e-05| -|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.093886462882097e-05| -|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.092976710334789e-05| -|spack|llvm-openmp|4.090260449157829e-05| -|pypi|[tablib](https://pypi.org/project/tablib)|4.0867221615720526e-05| -|pypi|[uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/)|4.07923974256467e-05| -|cran|[plotly](https://plotly-r.com)|4.0747414384742965e-05| -|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.0743917654398005e-05| -|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.068777601035617e-05| -|pypi|[astropy-healpix](https://github.com/astropy/astropy-healpix)|4.0630066335756904e-05| -|rubygems|[rubocop](https://rubocop.org/)|4.0572424121659515e-05| -|pypi|[overrides](https://github.com/mkorpela/overrides)|4.035662299854439e-05| -|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.032519075066598e-05| -|rubygems|[pry](http://pry.github.io)|4.020840038116775e-05| -|spack|yacc|4.0151872169030894e-05| -|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|4.013072782945691e-05| -|pypi|[fiona](http://github.com/Toblerity/Fiona)|4.010999249737404e-05| -|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|4.010746466960986e-05| -|pypi|[html2text](https://github.com/Alir3z4/html2text/)|4.002911208151383e-05| -|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|4.002911208151383e-05| -|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|4.002911208151383e-05| -|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|4.002911208151383e-05| -|pypi|[lda](https://pypi.org/project/lda)|4.002911208151383e-05| -|pypi|[fseval](https://github.com/dunnkers/fseval)|4.002911208151383e-05| -|pypi|[hjson](http://github.com/hjson/hjson-py)|4.002911208151383e-05| -|pypi|[hitran-api](https://pypi.org/project/hitran-api)|4.002911208151383e-05| -|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|4.002911208151383e-05| -|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|4.002911208151383e-05| -|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|4.002911208151383e-05| -|pypi|[tmm](http://pypi.python.org/pypi/tmm)|4.002911208151383e-05| -|pypi|[precession](https://github.com/dgerosa/precession/)|4.002911208151383e-05| -|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|4.002911208151383e-05| -|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|4.002911208151383e-05| -|pypi|[sick](http://www.github.com/andycasey/sick/)|4.002911208151383e-05| -|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|4.002911208151383e-05| -|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|4.002911208151383e-05| -|pypi|[taxopy](https://github.com/apcamargo/taxopy)|4.002911208151383e-05| -|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|4.002911208151383e-05| -|pypi|[pygobject](https://pygobject.readthedocs.io)|4.002911208151383e-05| -|pypi|[genicam](https://www.emva.org)|4.002911208151383e-05| -|pypi|[pwkit](https://github.com/pkgw/pwkit/)|4.002911208151383e-05| -|pypi|[activegit](http://github.com/caseyjlaw/activegit)|4.002911208151383e-05| -|pypi|[metapredict](https://github.com/idptools/metapredict.git)|4.002911208151383e-05| -|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|4.002911208151383e-05| -|pypi|[protfasta](https://pypi.org/project/protfasta)|4.002911208151383e-05| -|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|4.002911208151383e-05| -|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|4.002911208151383e-05| -|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|4.002911208151383e-05| -|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|4.002911208151383e-05| -|pypi|[portalocker](https://github.com/WoLpH/portalocker)|4.002911208151383e-05| -|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|4.002911208151383e-05| -|pypi|[tensorly-viz](https://tensorly.org/viz)|4.002911208151383e-05| -|pypi|[treegp](https://github.com/PFLeget/treegp)|4.002911208151383e-05| -|pypi|[dotmap](https://github.com/drgrib/dotmap)|4.002911208151383e-05| -|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|4.002911208151383e-05| -|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|4.002911208151383e-05| -|spack|fftw3|4.002911208151383e-05| -|cran|txtplot|4.002911208151383e-05| -|cran|[LaF](https://github.com/djvanderlaan/LaF)|4.002911208151383e-05| -|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|4.002911208151383e-05| -|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|4.002911208151383e-05| -|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|4.002911208151383e-05| -|npm|[apexcharts](https://apexcharts.com)|4.002911208151383e-05| -|npm|[idb](https://github.com/jakearchibald/idb#readme)|4.002911208151383e-05| -|npm|[lodash.debounce](https://lodash.com/)|4.002911208151383e-05| -|npm|[nanoid](https://github.com/ai/nanoid#readme)|4.002911208151383e-05| -|npm|vue-apexcharts|4.002911208151383e-05| -|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|4.002911208151383e-05| -|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.982712648440271e-05| -|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.979670138081576e-05| -|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.975690697130381e-05| -|npm|rollup-plugin-json|3.974370042776936e-05| -|pypi|[casadi](http://casadi.org)|3.968950361579756e-05| -|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.9628820960698694e-05| -|cran|codemetar|3.962882096069869e-05| -|pypi|[unidecode](https://pypi.org/project/unidecode)|3.958923172896972e-05| -|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.952974890829694e-05| -|cran|[tmap](https://github.com/mtennekes/tmap)|3.95252502559076e-05| -|cran|see|3.942626537221991e-05| -|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.935247131730449e-05| -|cran|[effectsize](https://easystats.github.io/effectsize/)|3.9349114563774434e-05| -|pypi|[ply](http://www.dabeaz.com/ply/)|3.921752524692595e-05| -|cran|[psych](https://personality-project.org/r/psych/)|3.916369825332455e-05| -|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.907603798433493e-05| -|cran|[checkmate](https://github.com/mllg/checkmate)|3.902313981664142e-05| -|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.898315171994662e-05| -|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.89757143951582e-05| -|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8954507473967084e-05| -|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.888971234395673e-05| -|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.8883111293728106e-05| -|pypi|[wslink](https://pypi.org/project/wslink)|3.8875862573547965e-05| -|pypi|[pytabix](https://github.com/slowkow/pytabix)|3.8714723326598456e-05| -|pypi|[bwapy](https://github.com/ACEnglish/bwapy)|3.8714723326598456e-05| -|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.869541484716157e-05| -|pypi|[Brotli](https://pypi.org/project/Brotli)|3.866011651155047e-05| -|cran|highr|3.851453747652532e-05| -|npm|[xo](https://github.com/xojs/xo#readme)|3.848596396780076e-05| -|npm|[nodemon](https://nodemon.io)|3.8481002421999605e-05| -|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.840782724364698e-05| -|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.8388256562724935e-05| -|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8346995867124146e-05| -|npm|[testcafe](https://testcafe.io/)|3.8346674204616345e-05| -|pypi|[rdflib](https://pypi.org/project/rdflib)|3.823921066136168e-05| -|cran|pool|3.8195711890343044e-05| -|pypi|[yarl](https://pypi.org/project/yarl)|3.8177281402869625e-05| -|npm|[jquery](https://jquery.com)|3.814749313652525e-05| -|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.8020528197095754e-05| -|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.796504280054273e-05| -|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.791254074337248e-05| -|pypi|[pydap](https://pypi.org/project/pydap)|3.791254074337248e-05| -|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.791254074337248e-05| -|pypi|[numbagg](https://pypi.org/project/numbagg)|3.791254074337248e-05| -|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.789769182782283e-05| -|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.787673021344318e-05| -|cran|tikzDevice|3.7839234815836326e-05| -|npm|gh-pages|3.77908547414657e-05| -|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.776902682470368e-05| -|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.748678587631249e-05| -|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7471785834253085e-05| -|pypi|[CoolProp](http://www.coolprop.org)|3.726460152838428e-05| -|rubygems|[coderay](http://coderay.rubychan.de)|3.7147476746724884e-05| -|cran|JuliaCall|3.707057234030553e-05| -|pypi|[chex](https://pypi.org/project/chex)|3.689485831387786e-05| -|cran|gamm4|3.6871477951830125e-05| -|cran|[zip](https://github.com/r-lib/zip#readme)|3.670717427445549e-05| -|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.665731886570425e-05| -|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.6586446951766455e-05| -|pypi|[torchvision](https://github.com/pytorch/vision)|3.6516693302364046e-05| -|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.6496065352295025e-05| -|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.642649199417759e-05| -|pypi|[spglib](http://spglib.github.io/spglib/)|3.634160672312445e-05| -|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.621224395615996e-05| -|npm|[colors](https://github.com/Marak/colors.js)|3.6158268351008524e-05| -|pypi|[jaxopt](https://github.com/google/jaxopt)|3.614532517442851e-05| -|pypi|[asciitree](https://pypi.org/project/asciitree)|3.613800361979033e-05| -|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.6130374496487296e-05| -|cran|[gert](https://docs.ropensci.org/gert/)|3.609857732745931e-05| -|pypi|[Cerberus](http://docs.python-cerberus.org)|3.602620087336245e-05| -|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.602620087336245e-05| -|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.602620087336245e-05| -|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.602620087336245e-05| -|pypi|[urepr](https://github.com/j-faria/urepr)|3.602620087336245e-05| -|pypi|[2to3](https://pypi.org/project/2to3)|3.602620087336245e-05| -|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.602620087336245e-05| -|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.602620087336245e-05| -|pypi|[pykeops](http://www.kernel-operations.io/)|3.602620087336245e-05| -|pypi|[keopscore](http://www.kernel-operations.io/)|3.602620087336245e-05| -|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.602620087336245e-05| -|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.602620087336245e-05| -|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.602620087336245e-05| -|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.602620087336245e-05| -|pypi|[pywfa](https://pypi.org/project/pywfa)|3.602620087336245e-05| -|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.602620087336245e-05| -|pypi|[astLib](https://astlib.readthedocs.io)|3.602620087336245e-05| -|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.602620087336245e-05| -|pypi|[disksurf](https://github.com/richteague/disksurf)|3.602620087336245e-05| -|pypi|[gofish](https://github.com/richteague/gofish)|3.602620087336245e-05| -|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.602620087336245e-05| -|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.602620087336245e-05| -|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.602620087336245e-05| -|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.602620087336245e-05| -|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.602620087336245e-05| -|pypi|[caput](https://github.com/eykd/caput)|3.602620087336245e-05| -|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.602620087336245e-05| -|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.602620087336245e-05| -|pypi|[simpleitk](http://simpleitk.org/)|3.602620087336245e-05| -|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.602620087336245e-05| -|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.602620087336245e-05| -|spack|cppuddle|3.602620087336245e-05| -|spack|hpxkokkos|3.602620087336245e-05| -|spack|edlib|3.602620087336245e-05| -|spack|spoa|3.602620087336245e-05| -|spack|thread_pool|3.602620087336245e-05| -|spack|rampler|3.602620087336245e-05| -|spack|cudapoa|3.602620087336245e-05| -|spack|cudaaligner|3.602620087336245e-05| -|npm|[auspice](https://www.npmjs.com/package/auspice)|3.602620087336245e-05| -|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.602620087336245e-05| -|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.602620087336245e-05| -|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.6003475338949714e-05| -|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.6000344748333716e-05| -|pypi|[optlang](https://github.com/opencobra/optlang)|3.6000344748333716e-05| -|pypi|[kombu](https://pypi.org/project/kombu)|3.5851336505271096e-05| -|pypi|[ray](https://github.com/ray-project/ray)|3.572531544648065e-05| -|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.571828462658157e-05| -|pypi|[cymem](https://github.com/explosion/cymem)|3.5716705953801474e-05| -|pypi|[murmurhash](https://github.com/explosion/murmurhash)|3.5716705953801474e-05| -|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.566593886462882e-05| -|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.566593886462882e-05| -|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.566593886462882e-05| -|spack|virtest|3.566593886462882e-05| -|npm|[rxjs](https://rxjs.dev)|3.5501226448148594e-05| -|npm|prettier|3.548366381912697e-05| -|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.533670420592967e-05| -|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5323930486912e-05| -|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.527524251371542e-05| -|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.508866401755338e-05| -|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.5060687542843086e-05| -|pypi|[pathos](https://pypi.org/project/pathos)|3.5033107637739015e-05| -|pypi|[jdcal](https://pypi.org/project/jdcal)|3.500272925764192e-05| -|cran|class|3.499604103272145e-05| -|npm|husky|3.4975587837890686e-05| -|cran|[git2r](https://docs.ropensci.org/git2r/)|3.496539971047786e-05| -|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.479572851958915e-05| -|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.474223506651658e-05| -|cran|[slam](NA)|3.473585856411762e-05| -|npm|[passport](https://www.passportjs.org/)|3.472864702834727e-05| -|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.471472075384969e-05| -|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.468603864861286e-05| -|cran|modelbased|3.466433130188589e-05| -|pypi|[crds](https://hst-crds.stsci.edu)|3.457587205030232e-05| -|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.448513688861254e-05| -|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.447449562449664e-05| -|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.441527319203323e-05| -|pypi|[hiredis](https://pypi.org/project/hiredis)|3.428799214027578e-05| -|pypi|[isodate](https://github.com/gweis/isodate/)|3.426224002237547e-05| -|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.4224890829694336e-05| -|cran|mapdata|3.413200228947664e-05| -|cran|[GGally](https://ggobi.github.io/ggally/)|3.406926907810901e-05| -|npm|[xlsx](https://sheetjs.com/)|3.388857434885542e-05| -|pypi|[types-toml](https://pypi.org/project/types-toml)|3.387201761292965e-05| -|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.386039068105662e-05| -|pypi|[nibabel](https://nipy.org/nibabel)|3.385422064917235e-05| -|npm|[browserify](https://github.com/browserify/browserify#readme)|3.372689489142804e-05| -|rubygems|[activesupport](https://rubyonrails.org)|3.3616842647371345e-05| -|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.361471075405016e-05| -|rubygems|[railties](https://rubyonrails.org)|3.347508649076023e-05| -|npm|jest|3.3444712694090755e-05| -|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.340650449045971e-05| -|rubygems|rake-compiler|3.340092934007665e-05| -|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.33620184294736e-05| -|cran|tseries|3.3316431638832225e-05| -|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3227877011960754e-05| -|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|3.304998426974619e-05| -|pypi|[wincertstore](https://pypi.org/project/wincertstore)|3.303161312419038e-05| -|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.303154766903402e-05| -|pypi|[rpy2](https://rpy2.github.io)|3.296532643121073e-05| -|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.290120087336245e-05| -|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.283666316446137e-05| -|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.282732269236561e-05| -|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.275109170305677e-05| -|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.275109170305677e-05| -|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.275109170305677e-05| -|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.275109170305677e-05| -|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.275109170305677e-05| -|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.275109170305677e-05| -|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.275109170305677e-05| -|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.275109170305677e-05| -|pypi|[filetype](https://github.com/h2non/filetype.py)|3.275109170305677e-05| -|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.275109170305677e-05| -|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.275109170305677e-05| -|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.275109170305677e-05| -|pypi|[wurst](https://github.com/polca/wurst)|3.275109170305677e-05| -|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.275109170305677e-05| -|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.275109170305677e-05| -|pypi|[flatdict](https://github.com/gmr/flatdict)|3.275109170305677e-05| -|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.275109170305677e-05| -|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.275109170305677e-05| -|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.275109170305677e-05| -|pypi|[colored](https://gitlab.com/dslackw/colored)|3.275109170305677e-05| -|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.275109170305677e-05| -|pypi|[marxs](http://marxs.readthedocs.io)|3.275109170305677e-05| -|pypi|[PIL](http://www.pythonware.com/products/pil)|3.275109170305677e-05| -|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.275109170305677e-05| -|pypi|[configuration](http://k0s.org/hg/configuration)|3.275109170305677e-05| -|pypi|[cdips](https://github.com/lgbouma/cdips)|3.275109170305677e-05| -|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.275109170305677e-05| -|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.275109170305677e-05| -|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.275109170305677e-05| -|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.275109170305677e-05| -|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.275109170305677e-05| -|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.275109170305677e-05| -|spack|openni2|3.275109170305677e-05| -|spack|efusion|3.275109170305677e-05| -|spack|suitesparse|3.275109170305677e-05| -|spack|realsense|3.275109170305677e-05| -|npm|[angular-animate](http://angularjs.org)|3.275109170305677e-05| -|npm|[angular-sanitize](http://angularjs.org)|3.275109170305677e-05| -|npm|[angular-touch](http://angularjs.org)|3.275109170305677e-05| -|npm|[colorbrewer](http://colorbrewer2.org/)|3.275109170305677e-05| -|npm|[dc](http://dc-js.github.io/dc.js/)|3.275109170305677e-05| -|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.273153552233793e-05| -|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.2723799126637555e-05| -|npm|[babel-cli](https://babeljs.io/)|3.27078937453952e-05| -|npm|eslint-config-standard|3.2633981531686126e-05| -|pypi|[billiard](https://pypi.org/project/billiard)|3.263149480221433e-05| -|cran|[network](http://statnet.org/)|3.2629836361528315e-05| -|pypi|[jupyter-console](https://jupyter.org)|3.261915502167353e-05| -|pypi|[altair](https://pypi.org/project/altair)|3.253629899620495e-05| -|pypi|[scikit_learn](http://scikit-learn.org)|3.238401801768744e-05| -|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.23718384849321e-05| -|npm|[sinon](https://sinonjs.org/)|3.236270196824618e-05| -|cran|[vcr](https://github.com/ropensci/vcr/)|3.226281472867952e-05| -|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.221796511885572e-05| -|cran|[sna](http://statnet.org)|3.2103395376457615e-05| -|npm|npm-run-all|3.19348726578373e-05| -|npm|fortawesome|3.188594488013546e-05| -|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.182435684173068e-05| -|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.181703377927095e-05| -|pypi|[pypairix](https://pypi.org/project/pypairix)|3.180499904026105e-05| -|npm|eslint-plugin-node|3.179328440130559e-05| -|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.1703056768558954e-05| -|cran|lars|3.16145315349225e-05| -|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.150276715642437e-05| -|cran|[shinytest](https://github.com/rstudio/shinytest)|3.140217021649913e-05| -|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.137765667904535e-05| -|pypi|[optax](https://pypi.org/project/optax)|3.1364768175439145e-05| -|pypi|[matchms](https://github.com/matchms/matchms)|3.134279475982533e-05| -|npm|eslint-plugin-standard|3.1340601331100685e-05| -|npm|eslint-plugin-promise|3.1340601331100685e-05| -|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1327811692362534e-05| -|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.131407822289729e-05| -|cran|fontawesome|3.1267342836914806e-05| -|pypi|[addict](https://github.com/mewwts/addict)|3.1260234716157205e-05| -|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.1226764428183644e-05| -|cran|[here](https://here.r-lib.org/)|3.121584324590894e-05| -|cran|poorman|3.1201267718640505e-05| -|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.118770027885748e-05| -|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.1077905923894834e-05| -|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.091391141609483e-05| -|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.08498046426109e-05| -|pypi|[tensorflow-datasets](https://pypi.org/project/tensorflow-datasets)|3.084092387600796e-05| -|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.081521876049714e-05| -|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0774856053669534e-05| -|npm|[babel](https://babeljs.io/)|3.075407391628501e-05| -|npm|[commander](https://github.com/tj/commander.js#readme)|3.075241641416392e-05| -|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.074753372964907e-05| -|pypi|[sep](https://github.com/kbarbary/sep)|3.0709621221168846e-05| -|pypi|[safe-netrc](https://pypi.org/project/safe-netrc)|3.070804741110418e-05| -|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.070143430664279e-05| -|npm|react-router-bootstrap|3.0672462043884436e-05| -|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.0661856254735284e-05| -|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.066006046355391e-05| -|npm|[events](https://github.com/Gozala/events#readme)|3.062541148807525e-05| -|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0490031711374508e-05| -|pypi|[itk](https://itk.org/)|3.034202341187185e-05| -|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0340816048034933e-05| -|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.030749020550012e-05| -|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0302257785882242e-05| -|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|3.0275237175963992e-05| -|pypi|[cligj](https://pypi.org/project/cligj)|3.0245633784528537e-05| -|npm|immutable|3.0229503890731195e-05| -|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0197472001901203e-05| -|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|3.0167439956331882e-05| -|cran|mlbench|3.0155541007630464e-05| -|npm|[async](https://caolan.github.io/async/)|3.0094806087744135e-05| -|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|3.0033948366044436e-05| -|cran|[gapminder](https://github.com/jennybc/gapminder)|3.0032550950639697e-05| -|pypi|[toil](https://github.com/DataBiosphere/toil)|3.0021834061135373e-05| -|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|3.0021834061135373e-05| -|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|3.0021834061135373e-05| -|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|3.0021834061135373e-05| -|pypi|[portion](https://github.com/AlexandreDecan/portion)|3.0021834061135373e-05| -|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|3.0021834061135373e-05| -|pypi|[pymoc](http://github.com/grahambell/pymoc)|3.0021834061135373e-05| -|pypi|[random2](http://pypi.python.org/pypi/random2)|3.0021834061135373e-05| -|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|3.0021834061135373e-05| -|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|3.0021834061135373e-05| -|pypi|[blackjax](https://pypi.org/project/blackjax)|3.0021834061135373e-05| -|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|3.0021834061135373e-05| -|pypi|[mirtop](http://github.com/mirtop/mirtop)|3.0021834061135373e-05| -|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|3.0021834061135373e-05| -|npm|[normalize.css](https://necolas.github.io/normalize.css)|3.0021834061135373e-05| -|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|3.0021834061135373e-05| -|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|3.0021834061135373e-05| -|npm|[downloadjs](http://danml.com/download.html)|3.0021834061135373e-05| -|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|3.0021834061135373e-05| -|npm|[semantic-ui-button](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-label](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-transition](http://www.semantic-ui.com)|3.0021834061135373e-05| -|pypi|[vtk](https://vtk.org)|3.000275299260334e-05| -|cran|[Seurat](https://satijalab.org/seurat)|2.9920087823068653e-05| -|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.9892096849656893e-05| -|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9872452920305676e-05| -|pypi|[arrow](https://arrow.readthedocs.io)|2.9745434799276496e-05| -|pypi|[httpretty](https://pypi.org/project/httpretty)|2.9666743880958497e-05| -|pypi|[pycondor](https://pypi.org/project/pycondor)|2.9661550681696362e-05| -|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.9645720785661488e-05| -|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.957610104095464e-05| -|npm|babel-preset-env|2.9552058478749245e-05| -|pypi|[autocommand](https://pypi.org/project/autocommand)|2.9537804846360723e-05| -|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.950771015283843e-05| -|cran|tripack|2.9354153193267212e-05| -|pypi|[ndcube](https://docs.sunpy.org/projects/ndcube/)|2.9248695608826662e-05| -|pypi|[shap](http://github.com/slundberg/shap)|2.9224408958461805e-05| -|cran|reactlog|2.9144370285448802e-05| -|cran|sourcetools|2.9144370285448802e-05| -|cran|spatstat.data|2.913611166119813e-05| -|pypi|[ipympl](https://pypi.org/project/ipympl)|2.909337215340109e-05| -|npm|[grunt](https://gruntjs.com/)|2.9046562103679235e-05| -|pypi|[smart-open](https://pypi.org/project/smart-open)|2.904557266450439e-05| -|cran|polyclip|2.9033744084649088e-05| -|npm|eslint-plugin-markdown|2.9033218744670033e-05| -|spack|hwloc|2.8958564533604755e-05| -|cran|brew|2.8914902287882045e-05| -|pypi|[astor](https://github.com/berkerpeksag/astor)|2.890734591334533e-05| -|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.886714813570709e-05| -|npm|[winston](https://github.com/winstonjs/winston#readme)|2.886714813570709e-05| -|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.875811279332022e-05| -|cran|animation|2.8755229664487784e-05| -|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.86768558951965e-05| -|cran|[recipes](https://github.com/tidymodels/recipes)|2.8657730747348564e-05| -|cran|[wk](https://paleolimbot.github.io/wk/)|2.8635369490975694e-05| -|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8563630692451654e-05| -|pypi|[gensim](http://radimrehurek.com/gensim)|2.8529120849543e-05| -|cran|RhpcBLASctl|2.8515480095254906e-05| -|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8349782783568002e-05| -|pypi|[dipy](https://dipy.org)|2.8312898891501515e-05| -|pypi|[lml](https://pypi.org/project/lml)|2.829392954616345e-05| -|cran|[plotrix](NA)|2.8257600835318795e-05| -|npm|[underscore](https://underscorejs.org)|2.824411260137243e-05| -|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8227122222755418e-05| -|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.822712222275541e-05| -|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.820313580588433e-05| -|pypi|[gmsh](https://gmsh.info)|2.8185204212689445e-05| -|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.8035784434711562e-05| -|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.8031155525697013e-05| -|cran|timeSeries|2.799477336901205e-05| -|cran|fts|2.799477336901205e-05| -|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.798654129777266e-05| -|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7956990612856086e-05| -|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.7911907845204036e-05| -|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.790207379382282e-05| -|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7855973175296323e-05| -|cran|[matlab](http://cran.r-project.org/package=matlab)|2.7821555286961944e-05| -|cran|[rex](https://github.com/kevinushey/rex)|2.7821184362982004e-05| -|spack|meson|2.781943231441048e-05| -|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.781872804281446e-05| -|cran|[spatstat.core](http://spatstat.org/)|2.778605115473215e-05| -|cran|shinydisconnect|2.7727138876120433e-05| -|npm|chalk|2.772176673775186e-05| -|pypi|[filemagic](http://filemagic.readthedocs.org)|2.7712462210278804e-05| -|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.7712462210278804e-05| -|pypi|[json2table](https://github.com/latture/json2table)|2.7712462210278804e-05| -|pypi|[ulid](https://github.com/mdipierro/ulid)|2.7712462210278804e-05| -|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.7712462210278804e-05| -|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.7712462210278804e-05| -|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.7712462210278804e-05| -|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.7712462210278804e-05| -|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.7712462210278804e-05| -|pypi|[pmesh](https://pypi.org/project/pmesh)|2.7712462210278804e-05| -|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.7712462210278804e-05| -|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.7712462210278804e-05| -|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.7712462210278804e-05| -|pypi|[coramin](https://github.com/Coramin/Coramin)|2.7712462210278804e-05| -|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.7712462210278804e-05| -|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.7712462210278804e-05| -|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.7712462210278804e-05| -|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.7712462210278804e-05| -|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.7712462210278804e-05| -|spack|everybeam|2.7712462210278804e-05| -|spack|idgapi|2.7712462210278804e-05| -|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.7711936959381676e-05| -|pypi|[pretend](https://pypi.org/project/pretend)|2.7697003657139715e-05| -|pypi|[reportlab](https://pypi.org/project/reportlab)|2.7672000248401606e-05| -|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.7643308040605095e-05| -|cran|strucchange|2.7606678310178404e-05| -|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7493089970298883e-05| -|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.7435337588176015e-05| -|npm|ndoc|2.7435337588176015e-05| -|cran|[irlba](NA)|2.7377969754535407e-05| -|spack|eigen|2.7376834962684168e-05| -|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7372803097557472e-05| -|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7325230037429823e-05| -|pypi|[easygui](https://github.com/robertlugg/easygui)|2.728492071755361e-05| -|cran|fANCOVA|2.715963817841547e-05| -|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7149788779191188e-05| -|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.711995251862922e-05| -|cran|broom.mixed|2.700678415470992e-05| -|pypi|[funcy](https://pypi.org/project/funcy)|2.6969402290491425e-05| -|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.693793099087859e-05| -|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6936993113043463e-05| -|pypi|[flax](https://github.com/google/flax)|2.6793278430994463e-05| -|pypi|[datrie](https://github.com/kmike/datrie)|2.6790198066126017e-05| -|pypi|[toposort](https://pypi.org/project/toposort)|2.6790198066126017e-05| -|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6757554879855288e-05| -|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.6738796920408384e-05| -|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.670113945393409e-05| -|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.669551729723636e-05| -|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6690840091495115e-05| -|cran|conflicted|2.666225662637863e-05| -|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6559344004363838e-05| -|cran|[argon2](https://github.com/wrathematics/argon2)|2.6558386618839677e-05| -|pypi|[datashader](https://datashader.org)|2.6543565400338988e-05| -|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|2.6543378102085028e-05| -|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6373746948371942e-05| -|cran|[golem](https://github.com/ThinkR-open/golem)|2.63213904270051e-05| -|spack|[openssh](https://www.openssh.com/)|2.631143229041701e-05| -|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.631143229041701e-05| -|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.630661682622946e-05| -|pypi|[astroid](https://pypi.org/project/astroid)|2.628969070933501e-05| -|cran|margins|2.626374376169682e-05| -|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.6160615242102405e-05| -|cran|[glmnet](https://glmnet.stanford.edu)|2.61560329439077e-05| -|npm|object-assign|2.6142563931519613e-05| -|pypi|[cchardet](https://pypi.org/project/cchardet)|2.6094256751608385e-05| -|cran|ade4|2.609086404150245e-05| -|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.6068502587635147e-05| -|npm|[zone.js](https://github.com/angular/angular#readme)|2.6020647270947952e-05| -|pypi|[PasteDeploy](https://pylonsproject.org/)|2.5836097581457845e-05| -|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5819941292369633e-05| -|pypi|[srsly](https://github.com/explosion/srsly)|2.5809500713626814e-05| -|pypi|[Pint](https://github.com/hgrecco/pint)|2.579804793096278e-05| -|pypi|[area](https://github.com/scisco/area)|2.573300062383032e-05| -|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.573300062383032e-05| -|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.573300062383032e-05| -|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.573300062383032e-05| -|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.573300062383032e-05| -|pypi|[wres](https://github.com/jks-liu/wres)|2.573300062383032e-05| -|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.573300062383032e-05| -|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.573300062383032e-05| -|pypi|[thermo](https://github.com/CalebBell/thermo)|2.573300062383032e-05| -|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.573300062383032e-05| -|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.573300062383032e-05| -|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.573300062383032e-05| -|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.573300062383032e-05| -|pypi|[dash_table](https://pypi.org/project/dash_table)|2.573300062383032e-05| -|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.573300062383032e-05| -|pypi|[python-time](https://github.com/hengdai/pytime)|2.573300062383032e-05| -|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.573300062383032e-05| -|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.573300062383032e-05| -|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.573300062383032e-05| -|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.573300062383032e-05| -|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.573300062383032e-05| -|spack|sophus|2.573300062383032e-05| -|spack|visioncore|2.573300062383032e-05| -|spack|brisk|2.573300062383032e-05| -|spack|opengv|2.573300062383032e-05| -|spack|gtsam|2.573300062383032e-05| -|spack|tensorflow|2.573300062383032e-05| -|spack|cudalibs|2.573300062383032e-05| -|spack|pnetcdf|2.573300062383032e-05| -|spack|qt5widgets|2.573300062383032e-05| -|spack|qt5opengl|2.573300062383032e-05| -|spack|glut|2.573300062383032e-05| -|cran|poibin|2.573300062383032e-05| -|npm|[md5-node](https://github.com/shanelau/node-md5)|2.573300062383032e-05| -|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.573300062383032e-05| -|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.573300062383032e-05| -|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.573300062383032e-05| -|npm|net|2.573300062383032e-05| -|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.573300062383032e-05| -|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.573300062383032e-05| -|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.573300062383032e-05| -|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|2.5725294303282843e-05| -|pypi|[monty](https://pypi.org/project/monty)|2.5681188560345022e-05| -|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5632434874265926e-05| -|cran|gam|2.5563754411327736e-05| -|spack|[swig](http://www.swig.org)|2.5537853584995204e-05| -|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.548853711790393e-05| -|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.5475670617592015e-05| -|pypi|[srastream](https://github.com/jdidion/srastream)|2.5475670617592015e-05| -|spack|py-nose|2.5475670617592015e-05| -|npm|spc|2.5475670617592015e-05| -|npm|process|2.5475670617592015e-05| -|npm|util|2.5475670617592015e-05| -|pypi|[progress](http://github.com/verigak/progress/)|2.5453821843477443e-05| -|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.5427664780349088e-05| -|rubygems|ruby-maven-libs|2.537819153056768e-05| -|spack|findutils|2.5378001715142175e-05| -|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5305558080043362e-05| -|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5266220466321795e-05| -|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5218340611353712e-05| -|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.519655057050289e-05| -|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5148069725034788e-05| -|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.5140186189356498e-05| -|cran|[mmand](https://github.com/jonclayden/mmand)|2.5113852855552702e-05| -|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.5113852855552702e-05| -|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5094955349664965e-05| -|cran|latticeExtra|2.5054498737771897e-05| -|cran|[circlize](https://github.com/jokergoo/circlize)|2.504910822151112e-05| -|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4993176855895196e-05| -|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4993176855895196e-05| -|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4993176855895196e-05| -|pypi|[pythutils](https://github.com/JolleJolles)|2.4993176855895196e-05| -|npm|[mathjs](https://mathjs.org)|2.496815866084425e-05| -|pypi|[typeguard](https://pypi.org/project/typeguard)|2.493040075452419e-05| -|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4908438434480035e-05| -|pypi|[ortools](https://pypi.org/project/ortools)|2.4852013585638052e-05| -|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4794076011324934e-05| -|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.467804867202575e-05| -|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4677947598253277e-05| -|rubygems|[test-unit](http://test-unit.github.io/)|2.4675388687533423e-05| -|npm|after|2.4647661443230296e-05| -|npm|expect.js|2.4644173034934498e-05| -|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4639824634366122e-05| -|cran|gbRd|2.4638637470607995e-05| -|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4614371949653225e-05| -|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4594513292384473e-05| -|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.451783114992722e-05| -|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.449677244609235e-05| -|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.449281461723276e-05| -|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.443741552297775e-05| -|pypi|[cmake](https://pypi.org/project/cmake)|2.443295057066825e-05| -|cran|SGP|2.4343418590143478e-05| -|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.432197484646179e-05| -|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4290679998052735e-05| -|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.423076745506339e-05| -|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.421475358702433e-05| -|pypi|[astlib](https://astlib.readthedocs.io)|2.41890205864005e-05| -|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.41890205864005e-05| -|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.41890205864005e-05| -|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4167370870053693e-05| -|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4092758366399303e-05| -|pypi|[identify](https://pypi.org/project/identify)|2.4092758366399303e-05| -|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4092758366399303e-05| -|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.4074769038698435e-05| -|pypi|[george](https://github.com/dfm/george)|2.4063728847414442e-05| -|pypi|[scandir](https://pypi.org/project/scandir)|2.405355118407792e-05| -|pypi|[vedo](https://github.com/marcomusy/vedo)|2.40174672489083e-05| -|pypi|[PIMS](https://github.com/soft-matter/pims)|2.40174672489083e-05| -|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.40174672489083e-05| -|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.40174672489083e-05| -|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.40174672489083e-05| -|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.40174672489083e-05| -|pypi|[haversine](https://github.com/mapado/haversine)|2.40174672489083e-05| -|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.40174672489083e-05| -|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.40174672489083e-05| -|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.40174672489083e-05| -|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.40174672489083e-05| -|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.40174672489083e-05| -|pypi|[scikit-video](http://scikit-video.org/)|2.40174672489083e-05| -|spack|glew|2.3880541487789213e-05| -|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.386735807860262e-05| -|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3811668716456615e-05| -|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3811668716456615e-05| -|cran|pbdMPI|2.3777292576419214e-05| -|rubygems|[yard](http://yardoc.org)|2.3708053291838225e-05| -|rubygems|[cucumber](https://cucumber.io/)|2.3684136737317136e-05| -|pypi|[spacy-legacy](https://spacy.io)|2.368164019550006e-05| -|pypi|[google-cloud-core](https://pypi.org/project/google-cloud-core)|2.3671141393203018e-05| -|pypi|[starlette](https://pypi.org/project/starlette)|2.3638747737712744e-05| -|pypi|[Theano](http://deeplearning.net/software/theano/)|2.361717612809316e-05| -|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3617155652844015e-05| -|pypi|[scanpy](https://scanpy.readthedocs.io)|2.360910849490321e-05| -|rubygems|[nokogiri](https://nokogiri.org)|2.359625667374616e-05| -|cran|rsvg|2.3576117806337296e-05| -|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.352852904879438e-05| -|pypi|[python-louvain](https://github.com/taynaud/python-louvain)|2.348497890969301e-05| -|cran|av|2.3391582499940637e-05| -|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3368591978276027e-05| -|cran|[janitor](https://github.com/sfirke/janitor)|2.3313886500109827e-05| -|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3311710273629104e-05| -|cran|parallelly|2.328056994669767e-05| -|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3227817327804483e-05| -|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3202674672489086e-05| -|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3202674672489086e-05| -|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3202674672489086e-05| -|cran|lpSolve|2.3184079193617234e-05| -|pypi|[pyclipper](https://pypi.org/project/pyclipper)|2.309371850856567e-05| -|pypi|[PyQt5_sip](https://pypi.org/project/PyQt5_sip)|2.309371850856567e-05| -|npm|[express-session](https://github.com/expressjs/session#readme)|2.304711868371803e-05| -|pypi|[httptools](https://pypi.org/project/httptools)|2.302938649867564e-05| -|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.302938649867564e-05| -|pypi|[service-identity](https://pypi.org/project/service-identity)|2.297475177660767e-05| -|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2934369101732208e-05| -|cran|cba|2.2929965812456906e-05| -|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.2898594995571916e-05| -|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2843187957111865e-05| -|pypi|[av](https://pypi.org/project/av)|2.2790658783050887e-05| -|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2780240917327627e-05| -|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2759409440632156e-05| -|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.271555886798791e-05| -|pypi|[formulaic](https://github.com/matthewwardrop/formulaic)|2.2695931969662148e-05| -|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.2695931969662148e-05| -|pypi|[intake](https://pypi.org/project/intake)|2.268054814103352e-05| -|pypi|[nltk](https://www.nltk.org/)|2.2634570164577166e-05| -|pypi|[mysqlclient](https://github.com/PyMySQL/mysqlclient)|2.260467505779605e-05| -|rubygems|[kramdown](http://kramdown.gettalong.org)|2.256690070288529e-05| -|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.2554848797115972e-05| -|pypi|[cerberus](http://docs.python-cerberus.org)|2.251637554585153e-05| -|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.251637554585153e-05| -|pypi|[julia](http://julialang.org)|2.251637554585153e-05| -|pypi|[bfit](https://github.com/dfujim/bfit)|2.251637554585153e-05| -|pypi|[bdata](https://github.com/dfujim/bdata)|2.251637554585153e-05| -|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.251637554585153e-05| -|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.251637554585153e-05| -|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.251637554585153e-05| -|pypi|[ref_index](http://github.com/phn/ref_index)|2.251637554585153e-05| -|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.251637554585153e-05| -|cran|colorRamps|2.251637554585153e-05| -|cran|paletteer|2.251637554585153e-05| -|cran|statsExpressions|2.251637554585153e-05| -|cran|geoaxe|2.251637554585153e-05| -|cran|spbabel|2.251637554585153e-05| -|npm|[emotion](https://emotion.sh)|2.251637554585153e-05| -|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.251637554585153e-05| -|npm|[helmet](https://helmetjs.github.io/)|2.251637554585153e-05| -|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.251637554585153e-05| -|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.251637554585153e-05| -|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2483486504006932e-05| -|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2450797899100476e-05| -|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2450797899100476e-05| -|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.243755093721625e-05| -|npm|clipboard|2.2426310043668126e-05| -|pypi|[anndata](http://anndata.readthedocs.io)|2.2424368830876896e-05| -|pypi|[nbval](https://pypi.org/project/nbval)|2.2375652989186772e-05| -|cran|doMC|2.2325951341235187e-05| -|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2291211790393014e-05| -|pypi|[pyramid](https://trypyramid.com)|2.2275399662720317e-05| -|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.226072290645943e-05| -|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2243677219796216e-05| -|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.220966802809137e-05| -|pypi|[datatable](https://pypi.org/project/datatable)|2.2208648447622253e-05| -|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2160513494480204e-05| -|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2145517595684563e-05| -|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.212670439354781e-05| -|pypi|[aiodns](https://pypi.org/project/aiodns)|2.211187984621412e-05| -|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.204277972105873e-05| -|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.1973756702250218e-05| -|spack|py-mpi4py|2.1906460182326202e-05| -|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.1903458359326263e-05| -|cran|miniUI|2.1899188406974993e-05| -|pypi|[xdg](https://github.com/srstevenson/xdg-base-dirs)|2.186975142761169e-05| -|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1845948265480483e-05| -|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.154366812227074e-05| -|pypi|[ffmpeg](https://pypi.org/project/ffmpeg)|2.1494203576627155e-05| -|pypi|[batman-package](https://pypi.org/project/batman-package)|2.14617343136721e-05| -|rubygems|actionpack|2.14451333522996e-05| -|pypi|[pyavm](https://pypi.org/project/pyavm)|2.1427671673304862e-05| -|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1306638814242527e-05| -|pypi|[waitress](https://github.com/Pylons/waitress)|2.127829689939308e-05| -|pypi|[humanize](https://pypi.org/project/humanize)|2.1274980101963994e-05| -|pypi|[xgboost](https://pypi.org/project/xgboost)|2.1262747738869694e-05| -|cran|fstcore|2.1247606650990932e-05| -|pypi|[databases](https://pypi.org/project/databases)|2.1238659581269596e-05| -|npm|sax|2.1222417862510887e-05| -|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1191882866683793e-05| -|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1191882866683793e-05| -|pypi|[pykalman](http://pykalman.github.com)|2.1191882866683793e-05| -|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1191882866683793e-05| -|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1191882866683793e-05| -|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1191882866683793e-05| -|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1191882866683793e-05| -|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1191882866683793e-05| -|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1191882866683793e-05| -|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1191882866683793e-05| -|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1191882866683793e-05| -|cran|nortest|2.1191882866683793e-05| -|cran|openair|2.1191882866683793e-05| -|npm|[diff2html](https://diff2html.xyz/)|2.1191882866683793e-05| -|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1191882866683793e-05| -|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1191882866683793e-05| -|npm|react-schemaorg|2.1191882866683793e-05| -|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1187088419642168e-05| -|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1181528982938886e-05| -|npm|safe-buffer|2.113678896607072e-05| -|pypi|[h2](https://pypi.org/project/h2)|2.113262814358705e-05| -|npm|lint-staged|2.1023922028791315e-05| -|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0986333838563403e-05| -|cran|[futile.logger](NA)|2.0972807896252225e-05| -|pypi|[apptools](https://docs.enthought.com/apptools)|2.088618995633188e-05| -|cran|webfakes|2.0847606592311237e-05| -|pypi|[passlib](https://pypi.org/project/passlib)|2.0846729229291593e-05| -|npm|vary|2.0793055895939162e-05| -|pypi|[prov](https://pypi.org/project/prov)|2.0748186756360165e-05| -|cran|mclust|2.0745210685561393e-05| -|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.073576971757354e-05| -|cran|brms|2.07302322043101e-05| -|rubygems|[builder](http://onestepback.org)|2.071270128275109e-05| -|pypi|[boltons](https://pypi.org/project/boltons)|2.0698695127339157e-05| -|npm|[standard](https://standardjs.com)|2.059856835847429e-05| -|rubygems|[aruba](https://github.com/cucumber/aruba)|2.048177963973799e-05| -|pypi|[stsci.stimage](https://pypi.org/project/stsci.stimage)|2.04789562863901e-05| -|pypi|[stsci.imagestats](https://pypi.org/project/stsci.imagestats)|2.04789562863901e-05| -|pypi|[h3](https://pypi.org/project/h3)|2.047203160740279e-05| -|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0428650303669128e-05| -|pypi|[pyro-ppl](http://pyro.ai)|2.0399022225153645e-05| -|rubygems|[tins](https://github.com/flori/tins)|2.0375677919748692e-05| -|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.037481804949054e-05| -|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.037481804949054e-05| -|npm|redux|2.030726846405608e-05| -|pypi|[incremental](https://pypi.org/project/incremental)|2.0302262379791718e-05| -|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.0289481261096982e-05| -|spack|py-flit-core|2.0281847665435e-05| -|npm|eslint-config-prettier|2.024897553256222e-05| -|pypi|[timezonefinder](https://timezonefinder.michelfe.it/gui)|2.024211170883359e-05| -|cran|RJSONIO|2.0140550495755358e-05| -|rubygems|[webmock](http://github.com/bblimke/webmock)|2.0066695100529294e-05| -|cran|[graphql](http://graphql.org)|2.0059665770910314e-05| -|cran|[TTR](https://github.com/joshuaulrich/TTR)|2.003957423580786e-05| -|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.0038373480571858e-05| -|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|2.0014556040756914e-05| -|pypi|[tkp](http://docs.transientskp.org/)|2.0014556040756914e-05| -|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|2.0014556040756914e-05| -|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|2.0014556040756914e-05| -|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|2.0014556040756914e-05| -|spack|dl|2.0014556040756914e-05| -|spack|sofa|2.0014556040756914e-05| -|spack|pthreads|2.0014556040756914e-05| -|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|2.0014556040756914e-05| -|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|2.0014556040756914e-05| -|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|2.0014556040756914e-05| -|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|2.0014556040756914e-05| -|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|2.0014556040756914e-05| -|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|2.0014556040756914e-05| -|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|2.0014556040756914e-05| -|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|2.0014556040756914e-05| -|npm|[bower](http://bower.io)|2.0014556040756914e-05| -|npm|[http-auth](https://github.com/gevorg/http-auth)|2.0014556040756914e-05| -|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|2.0014556040756914e-05| -|npm|[multer](https://github.com/expressjs/multer#readme)|2.0014556040756914e-05| -|pypi|[pydub](http://pydub.com)|1.9985963817841546e-05| -|npm|coffee-script|1.9945222021038845e-05| -|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.992630642299793e-05| -|pypi|[loguru](https://github.com/Delgan/loguru)|1.9906338356730104e-05| -|pypi|[pyscf](http://www.pyscf.org)|1.989973569294415e-05| -|pypi|[google-api-core](https://pypi.org/project/google-api-core)|1.9866842049948333e-05| -|pypi|[language-data](https://pypi.org/project/language-data)|1.9814410480349344e-05| -|pypi|[clikit](https://pypi.org/project/clikit)|1.9814410480349344e-05| -|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.9814410480349344e-05| -|pypi|[httpstan](https://pypi.org/project/httpstan)|1.9814410480349344e-05| -|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.9814410480349344e-05| -|npm|scheduler|1.9814410480349344e-05| -|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.980593372720267e-05| -|pypi|[anytree](https://pypi.org/project/anytree)|1.9726696085652657e-05| -|cran|spatial|1.9724266683032194e-05| -|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9710498060928572e-05| -|cran|stopwords|1.9699756741354322e-05| -|cran|spam|1.964847619473079e-05| -|npm|[babel-loader](https://github.com/babel/babel-loader)|1.963638446171447e-05| -|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.961626637554585e-05| -|pypi|[validators](https://pypi.org/project/validators)|1.958233404913863e-05| -|npm|json5|1.9546176660287384e-05| -|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9541092319679806e-05| -|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9499181222707424e-05| -|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9473622093709433e-05| -|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9473622093709433e-05| -|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9445773280567686e-05| -|npm|[jasmine](http://jasmine.github.io/)|1.9412391258149214e-05| -|rubygems|[psych](https://github.com/ruby/psych)|1.9411967419486904e-05| -|pypi|[selenium](https://pypi.org/project/selenium)|1.9405087900074682e-05| -|cran|[remotes](https://remotes.r-lib.org)|1.937846264391043e-05| -|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|1.9338194329677797e-05| -|pypi|[pyside6](https://www.pyside.org)|1.931004366812227e-05| -|cran|modelr|1.9296245909603637e-05| -|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.928761801789913e-05| -|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.921308321689692e-05| -|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.9183196428084057e-05| -|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.9183196428084057e-05| -|pypi|[xcffib](https://pypi.org/project/xcffib)|1.918084792186525e-05| -|cran|[config](https://github.com/rstudio/config)|1.9053386466055056e-05| -|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.8961158354401288e-05| -|pypi|[sos-python](https://github.com/vatlab/SOS)|1.8961158354401288e-05| -|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.8961158354401288e-05| -|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.8961158354401288e-05| -|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.8961158354401288e-05| -|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.8961158354401288e-05| -|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.8961158354401288e-05| -|pypi|[kneed](https://github.com/arvkevi/kneed)|1.8961158354401288e-05| -|pypi|[BioPython](https://biopython.org/)|1.8961158354401288e-05| -|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.8961158354401288e-05| -|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.8961158354401288e-05| -|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.8961158354401288e-05| -|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.8961158354401288e-05| -|cran|dunn.test|1.8961158354401288e-05| -|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.874756316281971e-05| -|cran|[tm](http://tm.r-forge.r-project.org/)|1.8723552268970823e-05| -|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.868934389845962e-05| -|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8665964644604618e-05| -|npm|validator|1.8645521638453324e-05| -|npm|[ts-node](https://typestrong.org/ts-node)|1.861399544245062e-05| -|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.851787757580206e-05| -|cran|Formula|1.8501458151947672e-05| -|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8497894888379835e-05| -|cran|[hoardr](https://github.com/ropensci/hoardr)|1.8468183124778328e-05| -|rubygems|concurrent-ruby|1.8416393740902473e-05| -|cran|[RANN](https://github.com/jefferis/RANN)|1.8387806247960296e-05| -|spack|llvm-amdgpu|1.8377222395508422e-05| -|spack|hsa-rocr-dev|1.8377222395508422e-05| -|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8288139531041962e-05| -|pypi|[constantly](https://pypi.org/project/constantly)|1.8255680627118228e-05| -|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8255680627118228e-05| -|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.823326055312955e-05| -|cran|[reactable](https://glin.github.io/reactable/)|1.821984420237696e-05| -|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.8206097941359953e-05| -|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|1.82059067015739e-05| -|cran|kernlab|1.818205706682361e-05| -|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.8171222175388787e-05| -|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.8171222175388787e-05| -|pypi|[python-box](https://github.com/cdgriffith/Box)|1.815166274773262e-05| -|npm|[minimist](https://github.com/substack/minimist)|1.809807719388373e-05| -|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.804044826123084e-05| -|cran|sandwich|1.801683292046595e-05| -|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.8013100436681224e-05| -|pypi|[envisage](http://docs.enthought.com/envisage)|1.8013100436681224e-05| -|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.8013100436681224e-05| -|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.8013100436681224e-05| -|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.8013100436681224e-05| -|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.8013100436681224e-05| -|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.8013100436681224e-05| -|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.8013100436681224e-05| -|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.8013100436681224e-05| -|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.8013100436681224e-05| -|cran|lpSolveAPI|1.8013100436681224e-05| -|cran|[genalg](https://github.com/egonw/genalg)|1.8013100436681224e-05| -|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.8013100436681224e-05| -|npm|tinymce|1.8013100436681224e-05| -|cran|segmented|1.8007237787843444e-05| -|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.79846636062817e-05| -|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7966843718508562e-05| -|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7943617610654473e-05| -|npm|depd|1.7943277580283877e-05| -|spack|libunistring|1.794303265476496e-05| -|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.790580119015129e-05| -|cran|lmtest|1.789699485862423e-05| -|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.788865389137075e-05| -|cran|gmp|1.7860039936650844e-05| -|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.783296943231441e-05| -|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7793364855921978e-05| -|cran|[semver](https://github.com/johndharrison/semver)|1.7781503431066763e-05| -|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7773526200873365e-05| -|pypi|[awscrt](https://github.com/awslabs/aws-crt-python)|1.7751896922954212e-05| -|rubygems|[coveralls](https://coveralls.io)|1.7736713661165283e-05| -|npm|[font-awesome](http://fontawesome.io/)|1.773352009155765e-05| -|pypi|[e13tools](https://e13tools.readthedocs.io)|1.7732896652110625e-05| -|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.7713484988110407e-05| -|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.769463781713443e-05| -|cran|lsa|1.7690039396240747e-05| -|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.764851609396993e-05| -|rubygems|[mocha](https://mocha.jamesmead.org)|1.7636655834298786e-05| -|npm|gulp|1.762415336605304e-05| -|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7613810043668124e-05| -|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.755394555969085e-05| -|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.749415159076731e-05| -|npm|react-transition-group|1.7491512308652046e-05| -|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7487718340611357e-05| -|pypi|[triton](https://pypi.org/project/triton)|1.7462386970795292e-05| -|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7453500016416588e-05| -|pypi|[stevedore](https://docs.openstack.org/stevedore/latest/)|1.7433608047283704e-05| -|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7329180580529154e-05| -|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7329180580529154e-05| -|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.732028888142425e-05| -|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|1.730544291952589e-05| -|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|1.7289182425754146e-05| -|cran|quadprog|1.728670479032449e-05| -|pypi|[celerite](https://github.com/dfm/celerite)|1.72613369367976e-05| -|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.724351012238957e-05| -|pypi|[folium](https://pypi.org/project/folium)|1.7236099909169688e-05| -|cran|[statmod](NA)|1.7224599211026978e-05| -|npm|[sass](https://github.com/sass/dart-sass)|1.722343072210348e-05| -|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.7187937991160523e-05| -|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.715533374922021e-05| -|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.715533374922021e-05| -|pypi|[owslib](https://owslib.readthedocs.io)|1.715533374922021e-05| -|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.715533374922021e-05| -|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.715533374922021e-05| -|pypi|[rmnest](https://github.com/mlower/rmnest)|1.715533374922021e-05| -|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.715533374922021e-05| -|pypi|[aplpy](http://aplpy.github.io)|1.714061128314276e-05| -|pypi|[gwdatafind](https://pypi.org/project/gwdatafind)|1.7139634978141048e-05| -|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7096486507843784e-05| -|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7077939218635976e-05| -|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.706988803604476e-05| -|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.7069557080474112e-05| -|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.706383863589104e-05| -|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.706168429504248e-05| -|rubygems|activerecord|1.703541608111165e-05| -|pypi|[configobj](https://github.com/DiffSK/configobj)|1.699779812522574e-05| -|rubygems|gemoji|1.698378041172801e-05| -|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6983780411728008e-05| -|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6983780411728008e-05| -|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6983780411728008e-05| -|npm|on-headers|1.6906904320749246e-05| -|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6867709196720785e-05| -|pypi|[bottle](https://pypi.org/project/bottle)|1.6778764747417272e-05| -|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.6773549162702756e-05| -|npm|rollup-plugin-commonjs|1.675876005998814e-05| -|pypi|[moto](https://pypi.org/project/moto)|1.6745060693480545e-05| -|pypi|[meshio](https://github.com/nschloe/meshio)|1.6743116282207308e-05| -|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6711661324671413e-05| -|pypi|[plumbum](https://plumbum.readthedocs.io)|1.6659069090749216e-05| -|pypi|[onnx](https://github.com/onnx/onnx)|1.6638994991009525e-05| -|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.6594666323425876e-05| -|rubygems|[utils](http://github.com/flori/utils)|1.6576971103984717e-05| -|cran|carrier|1.6572492282099267e-05| -|pypi|[neo](https://pypi.org/project/neo)|1.6564220618948172e-05| -|rubygems|actionview|1.6525228709219662e-05| -|pypi|[nbsite](https://pypi.org/project/nbsite)|1.646867116053242e-05| -|pypi|[inflect](https://pypi.org/project/inflect)|1.6417654398003744e-05| -|npm|autoprefixer|1.639829176424872e-05| -|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6375545851528384e-05| -|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6375545851528384e-05| -|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6375545851528384e-05| -|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6375545851528384e-05| -|pypi|[SQLObject](http://sqlobject.org/)|1.6375545851528384e-05| -|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6375545851528384e-05| -|pypi|[pweave](http://mpastell.com/pweave)|1.6375545851528384e-05| -|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6375545851528384e-05| -|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6375545851528384e-05| -|cran|plotROC|1.6375545851528384e-05| -|npm|js-cookie|1.635883611086356e-05| -|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.6314100936638256e-05| -|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6298570009038683e-05| -|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.629013500198999e-05| -|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6288712270262492e-05| -|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6252081051310042e-05| -|npm|styled-components|1.6249000132591115e-05| -|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.624343004840841e-05| -|cran|caTools|1.624251651376913e-05| -|spack|libfabric|1.6228091841372087e-05| -|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.622503531980478e-05| -|npm|[babel-preset-es2015](https://babeljs.io/)|1.6222624238701022e-05| -|cran|SeuratObject|1.6221718005011274e-05| -|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.6218691964061638e-05| -|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.62117903930131e-05| -|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6150935974877697e-05| -|cran|mondate|1.6115562514364516e-05| -|cran|DAAG|1.6115562514364516e-05| -|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.6110762010664146e-05| -|cran|SuppDists|1.6099208515283842e-05| -|pypi|[testfixtures](https://github.com/Simplistix/testfixtures)|1.6073039459354014e-05| -|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.6025447974702608e-05| -|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.6023545009279473e-05| -|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.600394692643601e-05| -|cran|qlcMatrix|1.5991076514144677e-05| -|cran|minqa|1.5965118439510797e-05| -|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.596080196375265e-05| -|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5935358582465572e-05| -|npm|react-highcharts|1.5913829333158224e-05| -|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.591287634879592e-05| -|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.590374026960319e-05| -|cran|RcppRoll|1.5888729352572625e-05| -|cran|blavaan|1.5858903475028985e-05| -|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|1.5833352269359203e-05| -|pypi|[igwn-auth-utils](https://pypi.org/project/igwn-auth-utils)|1.5819668478745213e-05| -|cran|mediation|1.5739635343999558e-05| -|cran|Rgraphviz|1.573641227480862e-05| -|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.571857454772302e-05| -|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.569334842321741e-05| -|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5675583708171677e-05| -|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.566468571465823e-05| -|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.566356559711411e-05| -|pypi|[tk](https://github.com/atranitell/TensorKit)|1.566356559711411e-05| -|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.566356559711411e-05| -|pypi|[textfsm](https://pypi.org/project/textfsm)|1.566356559711411e-05| -|pypi|[itables](https://pypi.org/project/itables)|1.566356559711411e-05| -|pypi|[gekko](https://pypi.org/project/gekko)|1.566356559711411e-05| -|pypi|[readlif](https://pypi.org/project/readlif)|1.566356559711411e-05| -|pypi|[beast](http://beast.readthedocs.io/)|1.566356559711411e-05| -|spack|libsbml|1.566356559711411e-05| -|spack|libsedml|1.566356559711411e-05| -|spack|libcombine|1.566356559711411e-05| -|spack|crossguid|1.566356559711411e-05| -|spack|nativejit|1.566356559711411e-05| -|spack|cpufeatures|1.566356559711411e-05| -|spack|raptor|1.566356559711411e-05| -|spack|qcp|1.566356559711411e-05| -|spack|qwtplot3d|1.566356559711411e-05| -|spack|mml|1.566356559711411e-05| -|spack|sbw|1.566356559711411e-05| -|cran|spex|1.566356559711411e-05| -|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.566356559711411e-05| -|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5617544533222004e-05| -|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5613173906352644e-05| -|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5563318777292574e-05| -|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5544641707807594e-05| -|spack|atlas|1.5506929941142968e-05| -|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5475317276200877e-05| -|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.5474188540381124e-05| -|pypi|[mopti](https://github.com/basf/mopti)|1.546124454148472e-05| -|pypi|[kafka-python](https://pypi.org/project/kafka-python)|1.546124454148472e-05| -|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5461244541484718e-05| -|pypi|[ipaddr](https://github.com/google/ipaddr-py)|1.5439800374298192e-05| -|pypi|[pytoml](https://github.com/avakar/pytoml)|1.5439800374298192e-05| -|npm|nprogress|1.5439800374298192e-05| -|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.5367063570473542e-05| -|rubygems|[chartkick](https://chartkick.com)|1.5358108308825712e-05| -|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.528540237055521e-05| -|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.528540237055521e-05| -|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.526438104610194e-05| -|rubygems|nio4r|1.5204527225737456e-05| -|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5178304079737406e-05| -|spack|libedit|1.5166962849262895e-05| -|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5129437293056289e-05| -|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5088669887847345e-05| -|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5061161472187674e-05| -|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.5010917030567686e-05| -|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.5010917030567686e-05| -|pypi|[LDTk](https://pypi.org/project/LDTk)|1.5010917030567686e-05| -|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.5010917030567686e-05| -|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.5010917030567686e-05| -|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.5010917030567686e-05| -|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.5010917030567686e-05| -|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.5010917030567686e-05| -|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.5010917030567686e-05| -|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.5010917030567686e-05| -|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.5010917030567686e-05| -|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.5010917030567686e-05| -|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.5010917030567686e-05| -|pypi|[hyperion](http://www.hyperion-rt.org)|1.5010917030567686e-05| -|pypi|[cmyt](https://github.com/yt-project/yt)|1.5010917030567686e-05| -|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.5010917030567686e-05| -|cran|PhysicalActivity|1.5010917030567686e-05| -|cran|shinyFeedback|1.5010917030567686e-05| -|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.5010917030567686e-05| -|npm|[sift](https://github.com/crcn/sift.js#readme)|1.5010917030567686e-05| -|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.5010917030567685e-05| -|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4966674327740758e-05| -|pypi|[django-extensions](https://pypi.org/project/django-extensions)|1.496252269916087e-05| -|npm|docco|1.495776683742022e-05| -|cran|extrafont|1.495190292760493e-05| -|pypi|[dropbox](http://www.dropbox.com/developers)|1.4950713338603479e-05| -|cran|futile.options|1.494572676232065e-05| -|cran|lambda.r|1.494572676232065e-05| -|npm|postcss|1.4909201246900869e-05| -|cran|[vegan](https://github.com/vegandevs/vegan)|1.4885429138429625e-05| -|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4879874246111413e-05| -|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.4860807860262009e-05| -|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4860807860262009e-05| -|rubygems|rack|1.4859802196251793e-05| -|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.485807453635769e-05| -|pypi|[ocifs](https://pypi.org/project/ocifs)|1.485807453635769e-05| -|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.485807453635769e-05| -|pypi|[pygit2](https://pypi.org/project/pygit2)|1.485807453635769e-05| -|pypi|[fusepy](https://pypi.org/project/fusepy)|1.485807453635769e-05| -|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.485807453635769e-05| -|pypi|[adlfs](https://pypi.org/project/adlfs)|1.485807453635769e-05| -|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4852805886798791e-05| -|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4831723347007191e-05| -|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4831723347007191e-05| -|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4831723347007191e-05| -|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4831723347007191e-05| -|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4831723347007191e-05| -|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4831723347007191e-05| -|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4831723347007191e-05| -|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4831723347007191e-05| -|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4831723347007191e-05| -|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4831723347007191e-05| -|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4787825610593583e-05| -|npm|babel-core|1.4742381117771091e-05| -|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.470985333831303e-05| -|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4707138395733413e-05| -|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4638378887258456e-05| -|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4631048926120665e-05| -|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4603987123044431e-05| -|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4603987123044431e-05| -|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4603987123044431e-05| -|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4603987123044431e-05| -|npm|[should](https://github.com/shouldjs/should.js)|1.4602583115854956e-05| -|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.46019220272086e-05| -|npm|[qunit](https://qunitjs.com)|1.4599002549567388e-05| -|cran|arrow|1.4594117527692042e-05| -|cran|leaflet.providers|1.4586511194445309e-05| -|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.454119379748811e-05| -|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.454119379748811e-05| -|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.454119379748811e-05| -|pypi|[pyct](https://pypi.org/project/pyct)|1.4515906905711166e-05| -|cran|logspline|1.4509560071532493e-05| -|npm|whatwg-fetch|1.4503047212236578e-05| -|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.4479761504870676e-05| -|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4452148153202329e-05| -|cran|timetk|1.4450675213443394e-05| -|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4410480349344977e-05| -|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4410480349344977e-05| -|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4410480349344977e-05| -|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4410480349344977e-05| -|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4410480349344977e-05| -|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4410480349344977e-05| -|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4410480349344977e-05| -|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4410480349344977e-05| -|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4410480349344977e-05| -|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4410480349344977e-05| -|cran|DiceKriging|1.4396624118239839e-05| -|npm|zap|1.4354189410480349e-05| -|npm|diff|1.4354189410480349e-05| -|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4346404459909103e-05| -|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.4336308759311585e-05| -|rubygems|jdbc-mysql|1.4266375545851527e-05| -|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4237277460530736e-05| -|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4237277460530736e-05| -|cran|polynom|1.4225463021026244e-05| -|cran|biglm|1.4178087283854881e-05| -|npm|[terser](https://terser.org)|1.4162531491085793e-05| -|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4153150343106676e-05| -|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.4152454584077269e-05| -|npm|del-cli|1.4141171127769037e-05| -|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4113561111377709e-05| -|cran|VennDiagram|1.4106825543452184e-05| -|cran|compiler|1.4083671241422333e-05| -|npm|puppeteer|1.4033084689538764e-05| -|pypi|[manhole](https://pypi.org/project/manhole)|1.4029515309723685e-05| -|pypi|[pydeck](https://pypi.org/project/pydeck)|1.4023214129756706e-05| -|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|1.400634027544508e-05| -|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3978900716946167e-05| -|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3941021277506637e-05| -|cran|gdata|1.3934419837804125e-05| -|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.3919439234657028e-05| -|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3901283208509185e-05| -|spack|gl2ps|1.389292062066507e-05| -|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|1.387008733624454e-05| -|pypi|[fabio](https://pypi.org/project/fabio)|1.3858293044291958e-05| -|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.3856231105139402e-05| -|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.3856231105139402e-05| -|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.3856231105139402e-05| -|pypi|[interlap](http://brentp.github.io/interlap)|1.3856231105139402e-05| -|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.3856231105139402e-05| -|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.3856231105139402e-05| -|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.3856231105139402e-05| -|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.3856231105139402e-05| -|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.3856231105139402e-05| -|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.3856231105139402e-05| -|pypi|[bottle-cork](http://cork.firelet.net/)|1.3856231105139402e-05| -|pypi|[beaker](https://beaker.readthedocs.io/)|1.3856231105139402e-05| -|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.3856231105139402e-05| -|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.3856231105139402e-05| -|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.3856231105139402e-05| -|pypi|[ipython_genutils](http://ipython.org)|1.3856231105139402e-05| -|pypi|[eemont](https://github.com/davemlz/eemont)|1.3856231105139402e-05| -|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.3856231105139402e-05| -|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.3856231105139402e-05| -|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.3856231105139402e-05| -|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.3856231105139402e-05| -|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.3856231105139402e-05| -|pypi|[pypylon](https://pypi.org/project/pypylon)|1.3856231105139402e-05| -|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.3856231105139402e-05| -|cran|mlrMBO|1.3856231105139402e-05| -|cran|emoa|1.3856231105139402e-05| -|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.3856231105139402e-05| -|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.3856231105139402e-05| -|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.3856231105139402e-05| -|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.3856231105139402e-05| -|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.3856231105139402e-05| -|npm|reflect-metadata|1.3804500896095247e-05| -|npm|recharts|1.3785536048480528e-05| -|pypi|[mlflow](https://pypi.org/project/mlflow)|1.378440387479362e-05| -|spack|perl-data-dumper|1.3765800965295335e-05| -|spack|libelf|1.3765800965295335e-05| -|spack|binutils|1.3765800965295335e-05| -|spack|isl|1.3765800965295335e-05| -|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3739309026862783e-05| -|npm|[request](https://github.com/request/request#readme)|1.3726793151521102e-05| -|pypi|[scitokens](https://pypi.org/project/scitokens)|1.3724266999376172e-05| -|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.370142420634547e-05| -|npm|babel-runtime|1.3650713505926388e-05| -|spack|glu|1.3629616882139093e-05| -|cran|websocket|1.3610235495945104e-05| -|pypi|[gssapi](https://pypi.org/project/gssapi)|1.3606975399645076e-05| -|pypi|[raven](https://pypi.org/project/raven)|1.3587381190062782e-05| -|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.356916259953763e-05| -|cran|[smoothr](https://strimas.com/smoothr/)|1.3568201115963126e-05| -|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3526320840731321e-05| -|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3510942654398003e-05| -|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3492669993761696e-05| -|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3492669993761696e-05| -|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3492669993761696e-05| -|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3492669993761696e-05| -|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.3470754785924339e-05| -|pypi|[nvidia-cuda-cupti-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-nccl-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-cusparse-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-curand-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|cran|nloptr|1.3466915575689764e-05| -|pypi|[nose2](https://pypi.org/project/nose2)|1.3461957499733984e-05| -|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.3458131872270743e-05| -|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3445765001919478e-05| -|spack|[hpx](https://hpx.stellar-group.org/)|1.3435798067576779e-05| -|cran|PASWR|1.3420690172273141e-05| -|pypi|[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy)|1.341771534492983e-05| -|spack|memkind|1.340946662507798e-05| -|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3409331872998158e-05| -|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.334303736050461e-05| -|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.334303736050461e-05| -|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.334303736050461e-05| -|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.334303736050461e-05| -|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.334303736050461e-05| -|pypi|[scico](https://github.com/lanl/scico)|1.334303736050461e-05| -|pypi|[bm3d](https://pypi.org/project/bm3d)|1.334303736050461e-05| -|pypi|[bm4d](https://pypi.org/project/bm4d)|1.334303736050461e-05| -|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.334303736050461e-05| -|cran|numform|1.334303736050461e-05| -|cran|qmap|1.334303736050461e-05| -|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.334303736050461e-05| -|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.334303736050461e-05| -|npm|[crypto-js](http://github.com/brix/crypto-js)|1.334303736050461e-05| -|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.334303736050461e-05| -|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.334303736050461e-05| -|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.334303736050461e-05| -|npm|ngx-smart-modal|1.334303736050461e-05| -|npm|plotly|1.334303736050461e-05| -|spack|gflags|1.3330292765019077e-05| -|spack|[git](http://git-scm.com)|1.330409328662607e-05| -|cran|[seriation](https://github.com/mhahsler/seriation)|1.3291581048895529e-05| -|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3280551362278264e-05| -|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3280551362278264e-05| -|pypi|[colorcet](https://pypi.org/project/colorcet)|1.327499067753711e-05| -|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3250749153373146e-05| -|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3209606986899564e-05| -|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3201988313837022e-05| -|npm|stylelint-config-twbs-bootstrap|1.3201988313837022e-05| -|npm|stylelint|1.3201988313837022e-05| -|npm|postcss-cli|1.3201988313837022e-05| -|npm|lockfile-lint|1.3201988313837022e-05| -|npm|hugo-bin|1.3201988313837022e-05| -|npm|find-unused-sass-variables|1.3201988313837022e-05| -|npm|clean-css-cli|1.3201988313837022e-05| -|npm|[stylus](https://github.com/stylus/stylus)|1.320029619897056e-05| -|npm|eslint-plugin-react|1.3190631139926579e-05| -|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3188747660636305e-05| -|npm|inherits|1.3170817509151541e-05| -|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.3142282926162728e-05| -|cran|gridBase|1.3127180598013074e-05| -|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3112392895799009e-05| -|pypi|[Automat](https://pypi.org/project/Automat)|1.3109080502352164e-05| -|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.308951965065503e-05| -|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3077510917030566e-05| -|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3077510917030566e-05| -|npm|grunt-shell|1.3065622270742358e-05| -|pypi|[radio-beam](https://pypi.org/project/radio-beam)|1.305683499921355e-05| -|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.304202863963859e-05| -|npm|[difflet](https://github.com/substack/difflet#readme)|1.2995204904266038e-05| -|cran|proj4|1.2966987097156631e-05| -|npm|camelcase|1.2932724945873545e-05| -|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2927161957224321e-05| -|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2886224167614652e-05| -|cran|RandomFieldsUtils|1.2882974061939708e-05| -|pypi|[graphenv](https://pypi.org/project/graphenv)|1.286650031191516e-05| -|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.286650031191516e-05| -|cran|[jqr](https://docs.ropensci.org/jqr/)|1.2842850458960883e-05| -|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2833820431620201e-05| -|cran|[base64url](https://github.com/mllg/base64url)|1.2807818401054487e-05| -|cran|[attempt](https://github.com/ColinFay/attempt)|1.280665771249893e-05| -|npm|karma|1.2769664357863135e-05| -|cran|stargazer|1.2737835308796008e-05| -|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.2737835308796008e-05| -|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.2737835308796008e-05| -|npm|on-finished|1.2680616371071559e-05| -|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.2679139193539687e-05| -|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2646764731155918e-05| -|cran|plm|1.264494264237024e-05| -|npm|retry|1.2625071700836356e-05| -|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2609170305676865e-05| -|npm|npm-run-all2|1.2555866232956065e-05| -|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2531800061816943e-05| -|spack|numactl|1.2483078602620088e-05| -|spack|kokkos-nvcc-wrapper|1.2483078602620088e-05| -|npm|readable-stream|1.2444538485531935e-05| -|npm|dayjs|1.242844676511147e-05| -|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2422827887366362e-05| -|pypi|[datasize](https://pypi.org/project/datasize)|1.2422827887366362e-05| -|pypi|[halo](https://pypi.org/project/halo)|1.2422827887366362e-05| -|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2422827887366362e-05| -|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2422827887366362e-05| -|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2422827887366362e-05| -|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2422827887366362e-05| -|pypi|[spock](https://pypi.org/project/spock)|1.2422827887366362e-05| -|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2422827887366362e-05| -|pypi|[Celery](http://celeryproject.org)|1.2422827887366362e-05| -|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2422827887366362e-05| -|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2422827887366362e-05| -|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2422827887366362e-05| -|pypi|[mpld3](https://pypi.org/project/mpld3)|1.2409024745269289e-05| -|cran|[reshape](http://had.co.nz/reshape)|1.240089315843391e-05| -|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2363329304863876e-05| -|cran|bezier|1.2355190579298165e-05| -|cran|ComplexHeatmap|1.2355190579298165e-05| -|cran|GlobalOptions|1.2355190579298165e-05| -|npm|marked|1.2343089162553909e-05| -|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.233989615387995e-05| -|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.231390214191601e-05| -|pypi|[visitor](http://github.com/mbr/visitor)|1.2285858246556938e-05| -|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2266063630692457e-05| -|pypi|[silx](https://pypi.org/project/silx)|1.2266063630692457e-05| -|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.2248305612083189e-05| -|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2214597629444788e-05| -|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2212271482495744e-05| -|npm|[auth0](https://github.com/auth0/node-auth0)|1.2212271482495744e-05| -|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2212271482495744e-05| -|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2212271482495744e-05| -|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2212271482495744e-05| -|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2212271482495744e-05| -|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2212271482495744e-05| -|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2212271482495744e-05| -|npm|hammerjs|1.2212271482495744e-05| -|npm|http-status-codes|1.2212271482495744e-05| -|npm|is-url|1.2212271482495744e-05| -|npm|jwks-rsa|1.2212271482495744e-05| -|npm|nats|1.2212271482495744e-05| -|npm|nestjs-s3|1.2212271482495744e-05| -|npm|ngx-material-file-input|1.2212271482495744e-05| -|npm|passport-jwt|1.2212271482495744e-05| -|npm|sharp|1.2212271482495744e-05| -|npm|ssh2|1.2212271482495744e-05| -|npm|stackdriver-errors-js|1.2212271482495744e-05| -|npm|tiny-version-compare|1.2212271482495744e-05| -|npm|unzipper|1.2212271482495744e-05| -|npm|yaml|1.2212271482495744e-05| -|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2199902067814019e-05| -|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2194759477207914e-05| -|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2185862445414846e-05| -|cran|rms|1.217337601609337e-05| -|pypi|[casa-formats-io](https://pypi.org/project/casa-formats-io)|1.2128034507947176e-05| -|npm|[pug](https://pugjs.org)|1.2121960934733862e-05| -|npm|svgo|1.2100943543356207e-05| -|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2097892464503755e-05| -|cran|dfoptim|1.2096257362115152e-05| -|cran|vcd|1.2093786995298043e-05| -|pypi|[keystoneauth1](https://pypi.org/project/keystoneauth1)|1.20867903930131e-05| -|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2083511849115277e-05| -|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2083511849115277e-05| -|cran|fftwtools|1.2081565497754592e-05| -|pypi|[m2r2](https://pypi.org/project/m2r2)|1.207432754761293e-05| -|spack|[pugixml](https://pugixml.org/)|1.2052234649318245e-05| -|cran|jsonify|1.2036026200873361e-05| -|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.2019290752915206e-05| -|cran|RSpectra|1.201052063838636e-05| -|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.200873362445415e-05| -|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.200873362445415e-05| -|pypi|[PyCBC](http://www.pycbc.org/)|1.200873362445415e-05| -|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.200873362445415e-05| -|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.200873362445415e-05| -|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.200873362445415e-05| -|pypi|[pyfai](https://pypi.org/project/pyfai)|1.200873362445415e-05| -|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.200873362445415e-05| -|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.198189570902363e-05| -|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.1978711790393014e-05| -|cran|[proxy](NA)|1.1975735232859276e-05| -|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1929447390309838e-05| -|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.1922613849033064e-05| -|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1920451588874108e-05| -|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1888646288209607e-05| -|cran|robotstxt|1.1888646288209607e-05| -|npm|p-each-series|1.1888646288209607e-05| -|cran|[geosphere](NA)|1.1850145547596412e-05| -|pypi|[pytest-ruff](https://github.com/businho/pytest-ruff)|1.1845294327337922e-05| -|pypi|[connection-pool](https://github.com/zhouyl/ConnectionPool)|1.177928103555833e-05| -|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1778062930079806e-05| -|pypi|[untokenize](https://pypi.org/project/untokenize)|1.1774762228177585e-05| -|cran|[gbm](https://github.com/gbm-developers/gbm)|1.1771734338259994e-05| -|npm|[split](http://github.com/dominictarr/split)|1.1768523898999473e-05| -|npm|react-test-renderer|1.1766857309548644e-05| -|npm|react-collapsible|1.1745725023420807e-05| -|npm|react-icons|1.1745725023420807e-05| -|cran|ggdist|1.1736227746053074e-05| -|cran|bridgesampling|1.1736227746053074e-05| -|cran|bayesQR|1.1736227746053074e-05| -|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1734495717164933e-05| -|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1692543076559039e-05| -|cran|mice|1.1671736780896117e-05| -|spack|libzmq|1.1655535576676085e-05| -|spack|dataspaces|1.1655535576676085e-05| -|spack|c-blosc|1.1655535576676085e-05| -|spack|zfp|1.1655535576676085e-05| -|spack|sz|1.1655535576676085e-05| -|npm|basic-auth|1.1629961587948078e-05| -|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.16213551204395e-05| -|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1595933406113538e-05| -|npm|[jade](http://jade-lang.com)|1.1524963424234325e-05| -|pypi|[psims](https://pypi.org/project/psims)|1.150017759762646e-05| -|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.1464051777916406e-05| -|npm|[keycode](https://github.com/timoxley/keycode)|1.1464051777916406e-05| -|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.1464051777916406e-05| -|npm|simple-assign|1.1464051777916406e-05| -|npm|warning|1.1464051777916406e-05| -|npm|lodash.merge|1.1464051777916406e-05| -|npm|lodash.throttle|1.1464051777916406e-05| -|npm|recompose|1.1464051777916406e-05| -|pypi|[bandit](https://pypi.org/project/bandit)|1.1444477716608012e-05| -|cran|AER|1.144106153028408e-05| -|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.1413285865656307e-05| -|cran|sm|1.1409480069696905e-05| -|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1404047944160433e-05| -|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.137068717308897e-05| -|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1327816443995905e-05| -|pypi|[m2r](https://pypi.org/project/m2r)|1.1326485383475696e-05| -|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1296787273861511e-05| -|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1258187772925765e-05| -|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1258187772925765e-05| -|cran|EnvStats|1.1258187772925765e-05| -|pypi|[schema](https://github.com/keleshev/schema)|1.1255673072308974e-05| -|pypi|[django-storages](https://github.com/jschneier/django-storages)|1.1250963267403031e-05| -|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.1243748121563568e-05| -|pypi|[pyserial](https://pypi.org/project/pyserial)|1.1236143768894861e-05| -|cran|gganimate|1.1232833198781698e-05| -|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1228909513702057e-05| -|pypi|[memoization](https://pypi.org/project/memoization)|1.1228909513702057e-05| -|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1228909513702057e-05| -|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1219909934497815e-05| -|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1219909934497815e-05| -|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1219909934497815e-05| -|pypi|[treq](https://pypi.org/project/treq)|1.1219266609482222e-05| -|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1210089171534835e-05| -|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1198095030651663e-05| -|pypi|[plaster](https://docs.pylonsproject.org/projects/plaster/en/latest/)|1.119303049570517e-05| -|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1187846760753545e-05| -|spack|netcdf-c|1.117731262810801e-05| -|spack|cgns|1.117731262810801e-05| -|pypi|[glue-core](http://glueviz.org)|1.117314423810057e-05| -|pypi|[stfio](https://pypi.org/project/stfio)|1.1145605895196507e-05| -|pypi|[klusta](https://klusta.cortexlab.net)|1.1145605895196507e-05| -|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1145605895196507e-05| -|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1145605895196507e-05| -|npm|ms|1.1043803569323125e-05| -|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.1039457267623206e-05| -|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.1039457267623206e-05| -|npm|eslint-plugin-prettier|1.1033829739060155e-05| -|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.1018401831008072e-05| -|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0991473485411127e-05| -|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0974135035270407e-05| -|pypi|[fasteners](https://pypi.org/project/fasteners)|1.0947102758446909e-05| -|npm|react-json-view|1.0936525265127887e-05| -|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.091703056768559e-05| -|pypi|[emperor](http://github.com/biocore/emperor)|1.091703056768559e-05| -|npm|[canvg](https://github.com/canvg/canvg)|1.091703056768559e-05| -|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.091703056768559e-05| -|npm|[http](https://github.com/npm/security-holder#readme)|1.091703056768559e-05| -|npm|[jspdf](https://github.com/mrrio/jspdf)|1.091703056768559e-05| -|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.091703056768559e-05| -|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.091703056768559e-05| -|npm|[sequelize](https://sequelize.org/)|1.091703056768559e-05| -|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.091532943346316e-05| -|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0883352974121071e-05| -|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.0873778535051765e-05| -|pypi|[numpyro](https://pypi.org/project/numpyro)|1.0870270288030168e-05| -|spack|ffmpeg|1.084338206187319e-05| -|npm|create-react-class|1.0826689286855438e-05| -|npm|react-ga|1.0826689286855438e-05| -|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0821105188800412e-05| -|npm|acorn|1.0806750042249378e-05| -|pypi|[nvidia-cusolver-cu11](https://developer.nvidia.com/cuda-zone)|1.0795338960485676e-05| -|pypi|[equinox](https://pypi.org/project/equinox)|1.0787198176213719e-05| -|cran|pscl|1.077639317793704e-05| -|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0768319309830654e-05| -|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.068504366812227e-05| -|pypi|[sigtools](https://pypi.org/project/sigtools)|1.0642740174672487e-05| -|spack|fftw-api|1.0614862757330005e-05| -|cran|udpipe|1.0607413730833635e-05| -|cran|Rcsdp|1.0606983979304998e-05| -|npm|vue-loader|1.0598779631940113e-05| -|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0595941433341897e-05| -|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0595941433341897e-05| -|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0595941433341897e-05| -|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0595941433341897e-05| -|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0595941433341897e-05| -|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0595941433341897e-05| -|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0595941433341897e-05| -|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0595941433341897e-05| -|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0595941433341897e-05| -|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0595941433341897e-05| -|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0595941433341897e-05| -|pypi|[sty](https://pypi.org/project/sty)|1.0595941433341897e-05| -|pypi|[awscli](https://pypi.org/project/awscli)|1.0595941433341897e-05| -|cran|tableHTML|1.0595941433341897e-05| -|cran|shiny.i18n|1.0595941433341897e-05| -|cran|popbio|1.0595941433341897e-05| -|pypi|[pims](https://github.com/soft-matter/pims)|1.0576263256394262e-05| -|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0571757376730372e-05| -|npm|karma-chrome-launcher|1.0558234616752715e-05| -|npm|[through2](https://github.com/rvagg/through2#readme)|1.054846590827295e-05| -|cran|[ini](https://github.com/dvdscripter/ini)|1.052172098662848e-05| -|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0505462477908368e-05| -|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0495236204843193e-05| -|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0495236204843193e-05| -|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0495236204843193e-05| -|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0489253548034936e-05| -|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0478774773261672e-05| -|spack|[fftw](https://www.fftw.org)|1.0476746962757189e-05| -|pypi|[mocpy](https://pypi.org/project/mocpy)|1.046323640132156e-05| -|spack|libgd|1.0462008733624454e-05| -|npm|babel-eslint|1.043489285291456e-05| -|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0432035267172698e-05| -|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0419156515743508e-05| -|pypi|[yattag](https://pypi.org/project/yattag)|1.0419156515743508e-05| -|spack|[gsl](https://www.gnu.org/software/gsl)|1.0402764585963696e-05| -|pypi|[od](https://pypi.org/project/od)|1.0402565502183407e-05| -|pypi|[beartype](https://pypi.org/project/beartype)|1.0399159663865545e-05| -|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0383951965065513e-05| -|cran|optimx|1.0344548609504558e-05| -|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0293200249532128e-05| -|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0293200249532128e-05| -|pypi|[webtest](https://pypi.org/project/webtest)|1.0291875485644303e-05| -|npm|lodash.get|1.0280333749220212e-05| -|cran|[storr](https://github.com/richfitz/storr)|1.0277331565814098e-05| -|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.0274575266004536e-05| -|cran|pls|1.0260229197250185e-05| -|spack|glx|1.0250924605650119e-05| -|spack|libxt|1.0250924605650119e-05| -|spack|osmesa|1.0250924605650119e-05| -|spack|netcdf-cxx|1.0250924605650119e-05| -|spack|libogg|1.0250924605650119e-05| -|spack|libtheora|1.0250924605650119e-05| -|spack|utf8cpp|1.0250924605650119e-05| -|spack|proj|1.0250924605650119e-05| -|spack|seacas|1.0250924605650119e-05| -|npm|react-router|1.024267188798331e-05| -|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0225795596570254e-05| -|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0207423580786027e-05| -|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|1.0199355212882097e-05| -|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0191502401746723e-05| -|pypi|[PySide](http://www.pyside.org)|1.0190268247036805e-05| -|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0190268247036805e-05| -|pypi|[slycot](https://github.com/python-control/Slycot)|1.0190268247036805e-05| -|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0190268247036805e-05| -|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0190268247036805e-05| -|npm|[remark](https://remark.js.org)|1.0190268247036805e-05| -|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0190268247036805e-05| -|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0190268247036805e-05| -|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0164581843907949e-05| -|cran|janeaustenr|1.0153968195838704e-05| -|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0085075038079345e-05| -|spack|arpack-ng|1.0084119619463505e-05| -|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0068861269734633e-05| -|cran|mlmRev|1.0067639146269862e-05| -|npm|babel-jest|1.0052919825744953e-05| -|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.004223495620956e-05| -|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.004223495620956e-05| -|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0039921401156772e-05| -|cran|gsl|1.0026331286166025e-05| -|pypi|[mkdocstrings-python](https://pypi.org/project/mkdocstrings-python)|1.0022553865348625e-05| -|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.001149161112388e-05| -|pypi|[rubicon-objc](https://beeware.org/rubicon)|1.0007278020378457e-05| -|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|1.0007278020378457e-05| -|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|1.0007278020378457e-05| -|pypi|[xlwings](https://pypi.org/project/xlwings)|1.0007278020378457e-05| -|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.97524923220884e-06| -|cran|spacyr|9.952237991266375e-06| -|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.930074736821586e-06| -|cran|[NISTunits](NA)|9.916211790393013e-06| -|npm|source-map-js|9.907205240174672e-06| -|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.876640024501572e-06| -|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.875901784739553e-06| -|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.872949557720302e-06| -|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|9.865636546859258e-06| -|pypi|[siphon](https://pypi.org/project/siphon)|9.8607260193152e-06| -|rubygems|rubocop-performance|9.85673491038548e-06| -|cran|measurements|9.852522613849034e-06| -|npm|[del](https://github.com/sindresorhus/del#readme)|9.83444353135947e-06| -|pypi|[pytest-subtests](https://pypi.org/project/pytest-subtests)|9.815091820024953e-06| -|cran|NLP|9.806913594690216e-06| -|cran|celestial|9.796920951786832e-06| -|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.762618781977029e-06| -|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.740905442206515e-06| -|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.736811046854717e-06| -|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|9.727074235807865e-06| -|pypi|[Click](https://pypi.org/project/Click)|9.725722425439883e-06| -|cran|modeldata|9.71847620151493e-06| -|cran|spData|9.711634435433563e-06| -|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.709061135371178e-06| -|pypi|[affine](https://github.com/sgillies/affine)|9.695679870313374e-06| -|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.662317563908338e-06| -|pypi|[linetools](http://linetools.readthedocs.org/)|9.660710181567456e-06| -|npm|codemirror|9.659772541868613e-06| -|cran|tkrplot|9.634319247773302e-06| -|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.63158673014853e-06| -|pypi|[spacy](https://spacy.io)|9.619808780465e-06| -|pypi|[ninja](https://pypi.org/project/ninja)|9.602952775770166e-06| -|cran|HSAUR3|9.562518090921057e-06| -|pypi|[clang](http://clang.llvm.org/)|9.547488060922786e-06| -|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.480579177200644e-06| -|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.480579177200644e-06| -|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.480579177200644e-06| -|pypi|[mp-api](https://github.com/materialsproject/api)|9.480579177200644e-06| -|pypi|[trainstation](https://pypi.org/project/trainstation)|9.480579177200644e-06| -|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.480579177200644e-06| -|pypi|[alerce](https://pypi.org/project/alerce)|9.480579177200644e-06| -|pypi|[pygithub](https://pypi.org/project/pygithub)|9.480579177200644e-06| -|npm|highcharts-exporting|9.480579177200644e-06| -|npm|highcharts-no-data-to-display|9.480579177200644e-06| -|npm|[history](https://github.com/remix-run/history#readme)|9.480579177200644e-06| -|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.480579177200644e-06| -|npm|[ramda](https://ramdajs.com/)|9.480579177200644e-06| -|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.480579177200644e-06| -|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.480579177200644e-06| -|npm|react-fontawesome|9.480579177200644e-06| -|npm|react-js-pagination|9.480579177200644e-06| -|npm|react-router-redux|9.480579177200644e-06| -|npm|react-s-alert|9.480579177200644e-06| -|npm|react-table|9.480579177200644e-06| -|npm|redux-form|9.480579177200644e-06| -|npm|redux-observable|9.480579177200644e-06| -|npm|redux-persist|9.480579177200644e-06| -|npm|reselect|9.480579177200644e-06| -|npm|rx-dom|9.480579177200644e-06| -|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.448977246609974e-06| -|pypi|[transaction](https://pypi.org/project/transaction)|9.426567223715149e-06| -|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.425232814077318e-06| -|cran|[ggsci](https://nanx.me/ggsci/)|9.425232814077318e-06| -|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.347604819910037e-06| -|cran|rcmdcheck|9.323682024093545e-06| -|npm|codecov|9.316830863601739e-06| -|pypi|[itk-io](https://pypi.org/project/itk-io)|9.295531815346225e-06| -|pypi|[minio](https://pypi.org/project/minio)|9.282426531334829e-06| -|pypi|[tableone](https://pypi.org/project/tableone)|9.237487403426269e-06| -|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.237487403426269e-06| -|pypi|[recipy](http://www.recipy.org)|9.237487403426269e-06| -|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.237487403426269e-06| -|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.237487403426269e-06| -|pypi|[svn](https://github.com/dsoprea/PySvn)|9.237487403426269e-06| -|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.237175963490045e-06| -|cran|Biostrings|9.232664975996094e-06| -|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.231713973799126e-06| -|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.228061235989958e-06| -|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.221970045200338e-06| -|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.215915061643777e-06| -|cran|rstatix|9.200069058618802e-06| -|cran|[rstantools](https://mc-stan.org/rstantools/)|9.195939411801853e-06| -|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.179969557452991e-06| -|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.179969557452991e-06| -|npm|[fuse.js](http://fusejs.io)|9.173814722395512e-06| -|rubygems|jekyll-include-cache|9.164164847161572e-06| -|pypi|[profimp](https://pypi.org/project/profimp)|9.156520756141563e-06| -|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.156520756141563e-06| -|pypi|[scrublet](https://pypi.org/project/scrublet)|9.156520756141563e-06| -|pypi|[scanorama](https://pypi.org/project/scanorama)|9.156520756141563e-06| -|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.156520756141563e-06| -|pypi|[bbknn](https://pypi.org/project/bbknn)|9.156520756141563e-06| -|pypi|[session-info](https://pypi.org/project/session-info)|9.156520756141563e-06| -|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.153595936191074e-06| -|pypi|[visdom](https://pypi.org/project/visdom)|9.149881846554214e-06| -|pypi|[nameparser](https://pypi.org/project/nameparser)|9.145112529392005e-06| -|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|9.121383733624457e-06| -|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.104589734092328e-06| -|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.098710267086436e-06| -|cran|gt|9.085080852353514e-06| -|pypi|[pyvista](https://pypi.org/project/pyvista)|9.059561449558946e-06| -|rubygems|[power_assert](https://github.com/ruby/power_assert)|9.052195842658296e-06| -|rubygems|packnga|9.052195842658296e-06| -|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|9.050189366793747e-06| -|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|9.019416718652525e-06| -|cran|[beautier](https://docs.ropensci.org/beautier/)|9.01804182946449e-06| -|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|9.006550218340614e-06| -|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|9.006550218340612e-06| -|pypi|[ccxt](https://ccxt.com)|9.006550218340612e-06| -|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|9.006550218340612e-06| -|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|9.006550218340612e-06| -|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|9.006550218340612e-06| -|pypi|[schedule](https://github.com/dbader/schedule)|9.006550218340612e-06| -|pypi|[tangle](https://github.com/fifman/tangle)|9.006550218340612e-06| -|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|9.006550218340612e-06| -|npm|[antv](https://github.com/ant-design-vue/antv#readme)|9.006550218340612e-06| -|npm|form-create|9.006550218340612e-06| -|npm|ant-design-vue|9.006550218340612e-06| -|npm|butterfly-dag|9.006550218340612e-06| -|npm|china-area-data|9.006550218340612e-06| -|npm|cron-parser|9.006550218340612e-06| -|npm|dom-align|9.006550218340612e-06| -|npm|element-resize-detector|9.006550218340612e-06| -|npm|enquire.js|9.006550218340612e-06| -|npm|lodash.pick|9.006550218340612e-06| -|npm|md5|9.006550218340612e-06| -|npm|react-visual-modeling|9.006550218340612e-06| -|npm|viser-vue|9.006550218340612e-06| -|npm|vue-area-linkage|9.006550218340612e-06| -|npm|vue-cropper|9.006550218340612e-06| -|npm|vue-i18n|9.006550218340612e-06| -|npm|vue-ls|9.006550218340612e-06| -|npm|vue-photo-preview|9.006550218340612e-06| -|npm|vue-splitpane|9.006550218340612e-06| -|npm|vuedraggable|9.006550218340612e-06| -|npm|vuera|9.006550218340612e-06| -|npm|vxe-table|9.006550218340612e-06| -|npm|vxe-table-plugin-antd|9.006550218340612e-06| -|npm|xe-utils|9.006550218340612e-06| -|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|9.006073681292023e-06| -|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.985434382900483e-06| -|pypi|[mygene](https://github.com/biothings/mygene.py)|8.967790102807355e-06| -|cran|purrrlyr|8.953729848639065e-06| -|cran|LaplacesDemon|8.952878531325194e-06| -|pypi|[eventlet](https://pypi.org/project/eventlet)|8.929459959149177e-06| -|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.916484716157205e-06| -|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.916484716157205e-06| -|cran|BeyondBenford|8.916484716157205e-06| -|cran|BenfordTests|8.916484716157205e-06| -|cran|benford.analysis|8.916484716157205e-06| -|cran|MUS|8.916484716157205e-06| -|cran|filelock|8.916484716157205e-06| -|cran|AsioHeaders|8.916484716157205e-06| -|cran|manipulateWidget|8.916484716157205e-06| -|npm|svg-sprite|8.916484716157205e-06| -|npm|picocolors|8.916484716157205e-06| -|npm|dompurify|8.896714240068166e-06| -|npm|query-string|8.896714240068166e-06| -|npm|react-virtualized|8.896714240068166e-06| -|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.885220397782563e-06| -|pypi|[python-json-logger](http://github.com/madzak/python-json-logger)|8.871471317343583e-06| -|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.856441048034936e-06| -|npm|[benchmark](https://benchmarkjs.com/)|8.816969677513247e-06| -|cran|semEff|8.793855615390262e-06| -|cran|rr2|8.793855615390262e-06| -|cran|MEMSS|8.793855615390262e-06| -|cran|PKPDmodels|8.793855615390262e-06| -|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.78687826179572e-06| -|pypi|[lit](https://pypi.org/project/lit)|8.78687826179572e-06| -|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.750634738439171e-06| -|rubygems|rspec-rails|8.733698719662538e-06| -|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.722063252396961e-06| -|pypi|[nglview](https://pypi.org/project/nglview)|8.713494315863993e-06| -|pypi|[types-dataclasses](https://github.com/python/typeshed)|8.710431497926682e-06| -|pypi|[pyrr](https://github.com/adamlwgriffiths/Pyrr)|8.666858415727962e-06| -|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.654946292108548e-06| -|pypi|[pathtools](https://pypi.org/project/pathtools)|8.652562817768567e-06| -|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.638603241094893e-06| -|cran|antiword|8.632333005422524e-06| -|spack|[root](https://root.cern.ch)|8.631277292576429e-06| -|pypi|[pyklip](https://pypi.org/project/pyklip)|8.613711325838522e-06| -|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.603141296918592e-06| -|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.601428768916754e-06| -|npm|publish-please|8.587215836116104e-06| -|cran|[quanteda](https://quanteda.io)|8.584660047655009e-06| -|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|8.58100368278777e-06| -|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.577666874610105e-06| -|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.577666874610105e-06| -|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.577666874610105e-06| -|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.577666874610105e-06| -|pypi|[uuid](http://zesty.ca/python/)|8.577666874610105e-06| -|npm|eslint-config-react-app|8.554793096277813e-06| -|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.553188142373438e-06| -|npm|babel-preset-react|8.540090372729543e-06| -|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.532974786025133e-06| -|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.527224344978167e-06| -|cran|rsm|8.506125482804846e-06| -|cran|tables|8.501882309440404e-06| -|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.491890205864004e-06| -|spack|superlu|8.491890205864004e-06| -|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.490491673221405e-06| -|cran|mda|8.475843550146197e-06| -|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.472095589999525e-06| -|rubygems|selenium-webdriver|8.46602807907217e-06| -|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.45715065502184e-06| -|npm|globby|8.422578313357151e-06| -|cran|psychTools|8.377862800265696e-06| -|pypi|[path.py](https://pypi.org/project/path.py)|8.37145709828465e-06| -|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.356923916694659e-06| -|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.354618848021164e-06| -|cran|seqLogo|8.341016504380374e-06| -|npm|strip-json-comments|8.335256920287173e-06| -|npm|cpy-cli|8.319640911627414e-06| -|cran|[pander](https://rapporter.github.io/pander/)|8.305280963577913e-06| -|pypi|[zappy](https://pypi.org/project/zappy)|8.299166456511064e-06| -|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.299166456511064e-06| -|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.299166456511064e-06| -|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.299166456511064e-06| -|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.299166456511064e-06| -|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.299166456511064e-06| -|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.299166456511064e-06| -|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.299166456511064e-06| -|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.299166456511064e-06| -|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.299166456511064e-06| -|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.299166456511064e-06| -|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.299166456511064e-06| -|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.299166456511064e-06| -|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.299166456511064e-06| -|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.299166456511064e-06| -|pypi|[flit_core](https://pypi.org/project/flit_core)|8.299166456511064e-06| -|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.299166456511064e-06| -|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.299166456511064e-06| -|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.299166456511064e-06| -|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.299166456511064e-06| -|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.299166456511064e-06| -|pypi|[streamz](https://pypi.org/project/streamz)|8.271762403924743e-06| -|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.269650655021833e-06| -|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.261462882096069e-06| -|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.252307096607655e-06| -|rubygems|ffi|8.239492358078602e-06| -|rubygems|rake-compiler-dock|8.235010527136618e-06| -|npm|clean-css|8.22567618750557e-06| -|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.21185461083997e-06| -|pypi|[plams](https://www.scm.com/doc/plams/)|8.208435095127812e-06| -|cran|rootSolve|8.205058153530065e-06| -|pypi|[snowflake-snowpark-python](https://pypi.org/project/snowflake-snowpark-python)|8.19597613849033e-06| -|pypi|[priority](https://pypi.org/project/priority)|8.194970967896732e-06| -|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.187772925764192e-06| -|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.187772925764192e-06| -|pypi|[transitions](https://pypi.org/project/transitions)|8.187772925764192e-06| -|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.187772925764192e-06| -|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.187772925764192e-06| -|pypi|[scalpl](https://pypi.org/project/scalpl)|8.187772925764192e-06| -|pypi|[shellingham](https://pypi.org/project/shellingham)|8.187772925764192e-06| -|rubygems|activemodel|8.187675238049536e-06| -|rubygems|rack-test|8.181309651581086e-06| -|cran|Cubist|8.177054820680611e-06| -|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.16593886462882e-06| -|pypi|[etelemetry](https://github.com/sensein/etelemetry-client)|8.121696161801888e-06| -|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.10589519650655e-06| -|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.10589519650655e-06| -|cran|adehabitatMA|8.083626253659005e-06| -|rubygems|[web-console](https://github.com/rails/web-console)|8.079345275227995e-06| -|rubygems|[spring](https://github.com/rails/spring)|8.079345275227995e-06| -|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.06173827034836e-06| -|cran|[origami](https://tlverse.org/origami/)|8.057843049299295e-06| -|cran|bbmle|8.050445301813687e-06| -|pypi|[Nano-Utils](https://github.com/nlesc-nano/Nano-Utils)|8.038593502567303e-06| -|npm|[actions](https://github.com/fundon/actions)|8.02869619463506e-06| -|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|8.024836244541485e-06| -|pypi|[coreapi](https://github.com/core-api/python-client)|8.005822416302766e-06| -|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|8.005822416302766e-06| -|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|8.005822416302766e-06| -|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|8.005822416302766e-06| -|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|8.005822416302766e-06| -|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|8.005822416302766e-06| -|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|8.005822416302766e-06| -|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|8.005822416302766e-06| -|pypi|[python3-saml](https://pypi.org/project/python3-saml)|8.005822416302766e-06| -|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|8.005822416302766e-06| -|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|8.005822416302766e-06| -|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|8.005822416302766e-06| -|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|8.005822416302766e-06| -|pypi|[sregistry](https://pypi.org/project/sregistry)|8.005822416302766e-06| -|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|8.005822416302766e-06| -|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|8.005822416302766e-06| -|rubygems|[pagy](https://github.com/ddnexus/pagy)|8.005822416302766e-06| -|rubygems|factory_bot_rails|8.005822416302766e-06| -|rubygems|vcr|8.005822416302766e-06| -|rubygems|spring-commands-rspec|8.005822416302766e-06| -|pypi|[pytest-env](https://pypi.org/project/pytest-env)|8.004920775769424e-06| -|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.98967252335936e-06| -|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.9648585584721e-06| -|npm|needle|7.963736723780624e-06| -|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.959863580944798e-06| -|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.925764192139739e-06| -|cran|cleanNLP|7.925764192139739e-06| -|npm|simplebar-core|7.925764192139739e-06| -|npm|webworker-threads|7.925764192139739e-06| -|rubygems|guard-rspec|7.925764192139739e-06| -|rubygems|guard-shell|7.925764192139739e-06| -|rubygems|redis-client|7.925764192139737e-06| -|pypi|[jupyter_client](https://jupyter.org)|7.877756996013599e-06| -|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.86184673897732e-06| -|rubygems|shoulda-matchers|7.861064076285535e-06| -|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.83405690122875e-06| -|npm|c8|7.813162035687164e-06| -|cran|gpclib|7.807697122172243e-06| -|cran|PBSmapping|7.807697122172243e-06| -|rubygems|public_suffix|7.7647721069869e-06| -|pypi|[torchaudio](https://pypi.org/project/torchaudio)|7.760650094905505e-06| -|pypi|[mujoco](https://pypi.org/project/mujoco)|7.753464970571484e-06| -|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.753464970571484e-06| -|pypi|[swig](https://pypi.org/project/swig)|7.753464970571484e-06| -|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.753464970571484e-06| -|pypi|[shimmy](https://pypi.org/project/shimmy)|7.753464970571484e-06| -|pypi|[autorom](https://pypi.org/project/autorom)|7.753464970571484e-06| -|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.753464970571484e-06| -|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.752577013338087e-06| -|cran|rnaturalearthhires|7.752561303325496e-06| -|spack|[octave](https://www.gnu.org/software/octave/)|7.72909054451475e-06| -|pypi|[soundfile](https://github.com/bastibe/PySoundFile)|7.728081020630813e-06| -|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.726688738866261e-06| -|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.721186837180294e-06| -|cran|[imager](http://dahtah.github.io/imager/)|7.719900187149096e-06| -|cran|lgr|7.714875283899895e-06| -|pypi|[lingua](https://pypi.org/project/lingua)|7.69365252651279e-06| -|npm|parseurl|7.675257142557224e-06| -|cran|triangle|7.673580786026201e-06| -|cran|evd|7.673580786026201e-06| -|cran|SASmixed|7.671361314722395e-06| -|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.670805495996898e-06| -|cran|beepr|7.661662343632008e-06| -|pypi|[optuna](https://optuna.org/)|7.644478699819967e-06| -|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.638574194611519e-06| -|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.624839455432827e-06| -|pypi|[stimela](https://pypi.org/project/stimela)|7.624839455432827e-06| -|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|7.618210698041484e-06| -|cran|MCMCpack|7.6177693215630585e-06| -|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.575265586583978e-06| -|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.5752015451797115e-06| -|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.562500000000001e-06| -|npm|coffeescript|7.531010065262249e-06| -|pypi|[nox](https://pypi.org/project/nox)|7.522320873191391e-06| -|cran|[bold](https://docs.ropensci.org/bold/)|7.519550396577846e-06| -|cran|[rredlist](https://github.com/ropensci/rredlist)|7.519550396577846e-06| -|cran|[rotl](https://docs.ropensci.org/rotl/)|7.519550396577846e-06| -|cran|[worrms](https://docs.ropensci.org/worrms)|7.519550396577846e-06| -|cran|[natserv](https://docs.ropensci.org/natserv)|7.519550396577846e-06| -|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.519550396577846e-06| -|cran|[ritis](https://github.com/ropensci/ritis)|7.519550396577844e-06| -|pypi|[prettytable](https://pypi.org/project/prettytable)|7.479108840290188e-06| -|npm|rtlcss|7.469962424878818e-06| -|cran|[fst](http://www.fstpackage.org)|7.448402162271453e-06| -|pypi|[apscheduler](https://github.com/agronholm/apscheduler)|7.442775565046313e-06| -|pypi|[pyside2](https://pypi.org/project/pyside2)|7.441018792888335e-06| -|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.430403930131004e-06| -|pypi|[bagit](https://pypi.org/project/bagit)|7.430403930131004e-06| -|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.430403930131004e-06| -|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.430403930131004e-06| -|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.430403930131004e-06| -|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.430403930131004e-06| -|pypi|[adal](https://pypi.org/project/adal)|7.430403930131004e-06| -|spack|rsync|7.430403930131004e-06| -|spack|hepmc|7.430403930131004e-06| -|spack|hepmc3|7.430403930131004e-06| -|spack|evtgen|7.430403930131004e-06| -|spack|fastjet|7.430403930131004e-06| -|spack|lhapdf|7.430403930131004e-06| -|spack|rivet|7.430403930131004e-06| -|spack|madgraph5amc|7.430403930131004e-06| -|spack|openmpi|7.430403930131004e-06| -|spack|mpich|7.430403930131004e-06| -|spack|highfive|7.430403930131004e-06| -|spack|msmpi|7.430403930131004e-06| -|cran|yamlme|7.430403930131004e-06| -|npm|quick-lru|7.430403930131004e-06| -|npm|map-obj|7.430403930131004e-06| -|npm|lodash.kebabcase|7.430403930131004e-06| -|pypi|[annoy](https://pypi.org/project/annoy)|7.429156725892297e-06| -|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.429156725892297e-06| -|pypi|[nmslib](https://pypi.org/project/nmslib)|7.429156725892297e-06| -|pypi|[pyemd](https://pypi.org/project/pyemd)|7.429156725892297e-06| -|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.429156725892297e-06| -|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.429156725892297e-06| -|pypi|[stestr](https://pypi.org/project/stestr)|7.426441048034934e-06| -|cran|adehabitatLT|7.419681846537742e-06| -|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.412518080796309e-06| -|cran|doFuture|7.404332337393703e-06| -|cran|pbmcapply|7.404332337393703e-06| -|pypi|[intervals](https://pypi.org/project/intervals)|7.399887230673257e-06| -|npm|memfs|7.37085206705355e-06| -|pypi|[scooby](https://github.com/banesullivan/scooby)|7.360325641698683e-06| -|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.358821257760747e-06| -|cran|tm.lexicon.GeneralInquirer|7.358549474542924e-06| -|cran|Rpoppler|7.358549474542924e-06| -|cran|Rcampdf|7.358549474542924e-06| -|cran|filehash|7.358549474542924e-06| -|npm|ghsign|7.356099890829694e-06| -|npm|git-config-path|7.356099890829694e-06| -|npm|github-username|7.356099890829694e-06| -|npm|parse-git-config|7.356099890829694e-06| -|cran|paradox|7.352758832206335e-06| -|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.352285892522948e-06| -|npm|[child_process](https://github.com/npm/security-holder#readme)|7.352285892522948e-06| -|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.352285892522948e-06| -|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.352285892522948e-06| -|npm|mkdir-recursive|7.352285892522948e-06| -|npm|ncp|7.352285892522948e-06| -|npm|node-pre-gyp|7.352285892522948e-06| -|npm|react-bootstrap-drawer|7.352285892522948e-06| -|npm|react-combo-select|7.352285892522948e-06| -|npm|react-jsx-parser|7.352285892522948e-06| -|npm|react-pro-sidebar|7.352285892522948e-06| -|npm|react-spinners|7.352285892522948e-06| -|npm|reactour|7.352285892522948e-06| -|npm|util-promisifyall|7.352285892522948e-06| -|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.352285892522948e-06| -|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.352285892522948e-06| -|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.352285892522948e-06| -|rubygems|[rr](https://rr.github.io/rr)|7.3382272925764176e-06| -|pypi|[pycares](https://pypi.org/project/pycares)|7.3289389066173995e-06| -|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.321863840966291e-06| -|npm|package-json-versionify|7.3201196417431605e-06| -|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.3011203452660885e-06| -|cran|permute|7.296872033415607e-06| -|pypi|[neobolt](https://pypi.org/project/neobolt)|7.278763033597719e-06| -|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.278763033597719e-06| -|cran|plotfunctions|7.278763033597719e-06| -|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.2772925764192135e-06| -|pypi|[bumpversion](https://github.com/peritus/bumpversion)|7.274400386105613e-06| -|pypi|[pymoo](https://pypi.org/project/pymoo)|7.247723902117493e-06| -|cran|sparkline|7.241479345078092e-06| -|npm|[nopt](https://github.com/npm/nopt#readme)|7.212694357304304e-06| -|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.212694357304304e-06| -|rubygems|[spec](https://github.com/bootstraponline/spec)|7.205240174672504e-06| -|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.205240174672503e-06| -|pypi|[gatspy](http://github.com/astroml/gatspy)|7.20524017467249e-06| -|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.2052401746724886e-06| -|cran|rcdk|7.2052401746724886e-06| -|cran|fingerprint|7.2052401746724886e-06| -|cran|enviPat|7.2052401746724886e-06| -|cran|flexdashboard|7.2052401746724886e-06| -|cran|keys|7.2052401746724886e-06| -|cran|[phytools](https://github.com/liamrevell/phytools)|7.198716948989876e-06| -|pypi|[snuggs](https://pypi.org/project/snuggs)|7.189434069171279e-06| -|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.188668122270743e-06| -|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.188668122270743e-06| -|cran|RcppDE|7.182723799126637e-06| -|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.166274921828078e-06| -|pypi|[hvplot](https://pypi.org/project/hvplot)|7.159677626509123e-06| -|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.1441214703886264e-06| -|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.140034381236537e-06| -|pypi|[rq](https://github.com/nvie/rq/)|7.1391921397379924e-06| -|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.135959019146794e-06| -|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.133187772925765e-06| -|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.133187772925765e-06| -|cran|actuar|7.133187772925765e-06| -|cran|skellam|7.133187772925765e-06| -|cran|hoa|7.133187772925765e-06| -|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.133187772925764e-06| -|rubygems|jdbc-postgres|7.133187772925764e-06| -|rubygems|jdbc-sqlite3|7.133187772925764e-06| -|rubygems|shoulda-context|7.133187772925764e-06| -|cran|bigmemory|7.132866110417967e-06| -|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.102916684664593e-06| -|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.099668890061903e-06| -|pypi|[python-subunit](http://launchpad.net/subunit)|7.083717068957243e-06| -|cran|[docopt](https://github.com/docopt/docopt.R)|7.0765751715533446e-06| -|pypi|[webargs](https://github.com/marshmallow-code/webargs)|7.0567805556888544e-06| -|cran|fpc|7.051767863129641e-06| -|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.040377137128674e-06| -|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.037164091367148e-06| -|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.037164091367148e-06| -|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|7.021782665315034e-06| -|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|7.021381648980215e-06| -|cran|MCMCglmm|7.019277428411422e-06| -|pypi|[einops](https://pypi.org/project/einops)|7.017025492405725e-06| -|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|7.009243640141647e-06| -|pypi|[prefect](https://pypi.org/project/prefect)|6.993321346005652e-06| -|npm|[grunt-legacy-util](http://gruntjs.com/)|6.991438528720189e-06| -|npm|[grunt-known-options](http://gruntjs.com/)|6.991438528720189e-06| -|spack|libmd|6.991237336244542e-06| -|rubygems|[thor](http://whatisthor.com/)|6.970022168255955e-06| -|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.964905260054978e-06| -|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.964905260054978e-06| -|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.961183592118671e-06| -|pypi|[doc8](https://pypi.org/project/doc8)|6.9522226644008e-06| -|npm|accepts|6.942208219364332e-06| -|pypi|[banzai](http://github.com/twneale/banzai/)|6.928115552569701e-06| -|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.928115552569701e-06| -|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.928115552569701e-06| -|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.928115552569701e-06| -|pypi|[logutils](https://pypi.org/project/logutils)|6.928115552569701e-06| -|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.928115552569701e-06| -|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.928115552569701e-06| -|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.928115552569701e-06| -|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.928115552569701e-06| -|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.928115552569701e-06| -|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.928115552569701e-06| -|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.928115552569701e-06| -|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.928115552569701e-06| -|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.928115552569701e-06| -|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.928115552569701e-06| -|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.928115552569701e-06| -|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.928115552569701e-06| -|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.928115552569701e-06| -|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.928115552569701e-06| -|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.928115552569701e-06| -|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.928115552569701e-06| -|pypi|[infinity](https://pypi.org/project/infinity)|6.928115552569701e-06| -|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.920822799356474e-06| -|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.92082279935647e-06| -|pypi|[paramz](https://pypi.org/project/paramz)|6.92082279935647e-06| -|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.904271288209609e-06| -|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.8982649936796135e-06| -|cran|betareg|6.8945283597202676e-06| -|spack|rtmpdump|6.878431066749845e-06| -|cran|[Ckmeans.1d.dp](NA)|6.863235872476959e-06| -|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.858834397044004e-06| -|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.858834397044004e-06| -|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.858834397044004e-06| -|npm|xregexp|6.858834397044004e-06| -|npm|bufferedstream|6.858834397044004e-06| -|npm|tslint|6.850645552981018e-06| -|npm|concat-stream|6.8448367758255465e-06| -|npm|gulp-eslint|6.8311529852115515e-06| -|cran|scatterplot3d|6.8280479293483095e-06| -|cran|CompQuadForm|6.81177429416618e-06| -|cran|[torch](https://torch.mlverse.org/docs)|6.80345158882738e-06| -|rubygems|introspection|6.803277838427947e-06| -|pypi|[iwopy](https://pypi.org/project/iwopy)|6.797396391200462e-06| -|pypi|[cytocad](https://github.com/cytham/cytocad)|6.797396391200462e-06| -|pypi|[nanovar](https://github.com/cytham/nanovar)|6.797396391200462e-06| -|pypi|[hatch](https://pypi.org/project/hatch)|6.771695055466653e-06| -|rubygems|sinatra|6.762426596175517e-06| -|cran|gamlss|6.760578645544192e-06| -|npm|safer-buffer|6.760011287099401e-06| -|pypi|[parameterized](https://github.com/wolever/parameterized)|6.755056490076979e-06| -|cran|tree|6.7549126637554596e-06| -|pypi|[hacking](https://pypi.org/project/hacking)|6.753883343730505e-06| -|pypi|[polib](https://pypi.org/project/polib)|6.725577043044292e-06| -|cran|[binman](https://docs.ropensci.org/binman/)|6.724890829694333e-06| -|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|6.717195471238876e-06| -|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.705000587666242e-06| -|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.694067660964639e-06| -|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.677269989459419e-06| -|pypi|[echo](https://pypi.org/project/echo)|6.671518680252305e-06| -|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.671518680252305e-06| -|pypi|[WebTest](https://pypi.org/project/WebTest)|6.668311219348337e-06| -|pypi|[autobahn](https://pypi.org/project/autobahn)|6.635286111268645e-06| -|pypi|[txaio](https://pypi.org/project/txaio)|6.635286111268645e-06| -|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.625797783003023e-06| -|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.620604458745118e-06| -|pypi|[zope.deprecation](https://github.com/zopefoundation/zope.deprecation)|6.620474231009166e-06| -|cran|[beastier](https://docs.ropensci.org/beastier/)|6.604803493449783e-06| -|pypi|[minikanren](https://pypi.org/project/minikanren)|6.604803493449782e-06| -|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.604803493449782e-06| -|pypi|[etuples](https://pypi.org/project/etuples)|6.604803493449782e-06| -|pypi|[cons](https://pypi.org/project/cons)|6.604803493449782e-06| -|pypi|[pytensor](https://pypi.org/project/pytensor)|6.604803493449782e-06| -|pypi|[mkl](https://pypi.org/project/mkl)|6.604803493449782e-06| -|cran|shapefiles|6.604803493449782e-06| -|cran|VGAMdata|6.604803493449782e-06| -|cran|VGAMextra|6.604803493449782e-06| -|rubygems|yajl-ruby|6.604803493449782e-06| -|rubygems|benchmark_suite|6.604803493449782e-06| -|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.602816243181064e-06| -|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.596542400636518e-06| -|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.596009912763687e-06| -|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.593566749844042e-06| -|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.593566749844042e-06| -|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.593566749844042e-06| -|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.593566749844042e-06| -|pypi|[itk-core](https://pypi.org/project/itk-core)|6.593566749844042e-06| -|cran|[xgboost](https://github.com/dmlc/xgboost)|6.5824658192971585e-06| -|pypi|[amqp](http://github.com/celery/py-amqp)|6.5512987879440015e-06| -|npm|electron|6.538755458515283e-06| -|npm|v8-argv|6.538755458515283e-06| -|cran|tensorA|6.530243773693555e-06| -|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.525850688612697e-06| -|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.505740513580307e-06| -|cran|partitions|6.501198732768216e-06| -|cran|signal|6.498543947770365e-06| -|pypi|[safetensors](https://pypi.org/project/safetensors)|6.48471615720524e-06| -|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.48471615720524e-06| -|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.46204232448774e-06| -|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.46204232448774e-06| -|npm|[shelljs](http://github.com/shelljs/shelljs)|6.445846542538352e-06| -|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.43325015595758e-06| -|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.43325015595758e-06| -|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.43325015595758e-06| -|npm|[mdi](http://materialdesignicons.com)|6.43325015595758e-06| -|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.43325015595758e-06| -|npm|color|6.43325015595758e-06| -|npm|dotenv-load|6.43325015595758e-06| -|npm|iframe-resizer|6.43325015595758e-06| -|npm|isomorphic-unfetch|6.43325015595758e-06| -|npm|js-file-download|6.43325015595758e-06| -|npm|material-table|6.43325015595758e-06| -|npm|material-ui-chip-input|6.43325015595758e-06| -|npm|materialize-css|6.43325015595758e-06| -|npm|mui-datatables|6.43325015595758e-06| -|npm|next|6.43325015595758e-06| -|npm|next-env|6.43325015595758e-06| -|npm|next-redux-wrapper|6.43325015595758e-06| -|npm|ra-data-simple-rest|6.43325015595758e-06| -|npm|react-admin|6.43325015595758e-06| -|npm|react-loading|6.43325015595758e-06| -|npm|react-scroll|6.43325015595758e-06| -|npm|react-scroll-to-component|6.43325015595758e-06| -|npm|react-swipeable-views|6.43325015595758e-06| -|npm|react-wordcloud|6.43325015595758e-06| -|npm|redux-saga|6.43325015595758e-06| -|npm|serialize-error|6.43325015595758e-06| -|npm|swagger-client|6.43325015595758e-06| -|npm|swagger-ui-react|6.43325015595758e-06| -|npm|tween|6.43325015595758e-06| -|npm|uuid5|6.43325015595758e-06| -|pypi|[datasets](https://github.com/huggingface/datasets)|6.429877887730667e-06| -|npm|cross-spawn|6.407560832028006e-06| -|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.392637851879296e-06| -|pypi|[rdkit](https://pypi.org/project/rdkit)|6.386383773178917e-06| -|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.382279157569141e-06| -|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.368917654398004e-06| -|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.368917654398004e-06| -|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.368917654398004e-06| -|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.368917654398004e-06| -|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.368917654398004e-06| -|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.368917654398004e-06| -|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.368917654398004e-06| -|pypi|[spectra](http://github.com/jsvine/spectra)|6.368917654398004e-06| -|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.368917654398004e-06| -|pypi|[keepalive](https://github.com/wikier/keepalive)|6.368917654398004e-06| -|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.368917654398004e-06| -|pypi|[pyTest](https://pypi.org/project/pyTest)|6.368917654398004e-06| -|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.368917654398004e-06| -|pypi|[Flake8](https://pypi.org/project/Flake8)|6.368917654398004e-06| -|cran|ExplainPrediction|6.368917654398004e-06| -|cran|rpart.plot|6.368917654398004e-06| -|cran|oskeyring|6.368917654398004e-06| -|cran|BiocManager|6.363054876299188e-06| -|npm|sprintf-js|6.360876091703057e-06| -|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.347473487211511e-06| -|pypi|[numkit](https://pypi.org/project/numkit)|6.329955716833754e-06| -|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.320386118133762e-06| -|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.320386118133762e-06| -|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.320386118133762e-06| -|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.320386118133762e-06| -|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.320386118133762e-06| -|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.320386118133762e-06| -|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.320386118133762e-06| -|pypi|[nilearn](https://pypi.org/project/nilearn)|6.320386118133762e-06| -|pypi|[nipype](https://pypi.org/project/nipype)|6.320386118133762e-06| -|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.320386118133762e-06| -|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.320386118133762e-06| -|pypi|[pybids](https://pypi.org/project/pybids)|6.320386118133762e-06| -|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.320386118133762e-06| -|pypi|[templateflow](https://pypi.org/project/templateflow)|6.320386118133762e-06| -|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.320386118133762e-06| -|pypi|[looseversion](https://pypi.org/project/looseversion)|6.320386118133762e-06| -|pypi|[num2words](https://pypi.org/project/num2words)|6.320386118133762e-06| -|pypi|[surfplot](https://pypi.org/project/surfplot)|6.320386118133762e-06| -|pypi|[brainspace](https://pypi.org/project/brainspace)|6.320386118133762e-06| -|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.316834061135371e-06| -|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.316834061135371e-06| -|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.316834061135371e-06| -|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.3080529557260795e-06| -|rubygems|[multi_test](http://cukes.info)|6.302220933406113e-06| -|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.302220933406113e-06| -|rubygems|cucumber-messages|6.302220933406113e-06| -|rubygems|cucumber-html-formatter|6.302220933406113e-06| -|rubygems|cucumber-gherkin|6.302220933406113e-06| -|rubygems|cucumber-cucumber-expressions|6.302220933406113e-06| -|rubygems|cucumber-core|6.302220933406113e-06| -|rubygems|cucumber-ci-environment|6.302220933406113e-06| -|rubygems|syntax|6.302220933406113e-06| -|rubygems|cucumber-compatibility-kit|6.302220933406113e-06| -|cran|afex|6.294454880923539e-06| -|npm|rollup-plugin-replace|6.2934244169973205e-06| -|cran|geepack|6.276237035398322e-06| -|pypi|[lisa2](https://pypi.org/project/lisa2)|6.257182256952425e-06| -|cran|tester|6.257182256952425e-06| -|spack|cudnn|6.25371759346574e-06| -|cran|[reprex](https://reprex.tidyverse.org)|6.251251569841273e-06| -|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.248336400678739e-06| -|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.242027340977048e-06| -|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.242027340977048e-06| -|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.242027340977048e-06| -|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.242027340977048e-06| -|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.242027340977048e-06| -|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.242027340977048e-06| -|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.242027340977048e-06| -|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.242027340977048e-06| -|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.242027340977048e-06| -|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.242027340977048e-06| -|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.242027340977048e-06| -|cran|rticles|6.241160696956496e-06| -|cran|fastICA|6.24086898616338e-06| -|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|6.211550458275352e-06| -|pypi|[cityhash](https://pypi.org/project/cityhash)|6.211413943683181e-06| -|pypi|[transformers](https://pypi.org/project/transformers)|6.21096868103489e-06| -|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.201698295958248e-06| -|npm|karma-firefox-launcher|6.193313664938161e-06| -|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.17421854454118e-06| -|npm|bundlewatch|6.172590310094039e-06| -|cran|[rentrez](http://github.com/ropensci/rentrez)|6.170916510709103e-06| -|cran|ks|6.16627027448534e-06| -|pypi|[ddt](https://pypi.org/project/ddt)|6.158318777292577e-06| -|pypi|[unyt](https://github.com/yt-project/unyt)|6.154475982532755e-06| -|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.15398738125509e-06| -|pypi|[etils](https://pypi.org/project/etils)|6.14112665402595e-06| -|pypi|[chart-studio](https://plot.ly/python/)|6.133934727648817e-06| -|cran|fixest|6.125865884189474e-06| -|cran|[ff](https://github.com/truecluster/ff)|6.1225402565502146e-06| -|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.106135741247872e-06| -|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.106135741247872e-06| -|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.106135741247872e-06| -|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.106135741247872e-06| -|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.106135741247872e-06| -|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.106135741247872e-06| -|npm|[esdoc](https://esdoc.org/)|6.106135741247872e-06| -|npm|esdoc-standard-plugin|6.106135741247872e-06| -|npm|fast-random|6.106135741247872e-06| -|npm|flatted|6.106135741247872e-06| -|npm|fs.realpath|6.106135741247872e-06| -|npm|has-unicode|6.106135741247872e-06| -|npm|ignore-walk|6.106135741247872e-06| -|npm|ini|6.106135741247872e-06| -|npm|is-fullwidth-code-point|6.106135741247872e-06| -|npm|jsdocs|6.106135741247872e-06| -|npm|mimic-response|6.106135741247872e-06| -|npm|node|6.106135741247872e-06| -|npm|npm|6.106135741247872e-06| -|npm|npm-bundled|6.106135741247872e-06| -|npm|npm-normalize-package-bin|6.106135741247872e-06| -|npm|npm-packlist|6.106135741247872e-06| -|npm|number-is-nan|6.106135741247872e-06| -|npm|odex|6.106135741247872e-06| -|npm|os-homedir|6.106135741247872e-06| -|npm|os-tmpdir|6.106135741247872e-06| -|npm|osenv|6.106135741247872e-06| -|npm|path-is-absolute|6.106135741247872e-06| -|npm|rc|6.106135741247872e-06| -|npm|set-blocking|6.106135741247872e-06| -|npm|signal-exit|6.106135741247872e-06| -|npm|simple-concat|6.106135741247872e-06| -|npm|string-width|6.106135741247872e-06| -|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.105581523628852e-06| -|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|6.099228868507028e-06| -|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.091272121351414e-06| -|spack|libxft|6.088409678733713e-06| -|pypi|[codespell](https://pypi.org/project/codespell)|6.059391590960193e-06| -|pypi|[kazoo](https://kazoo.readthedocs.io)|6.050471771678103e-06| -|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.046136320486052e-06| -|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.045450257240005e-06| -|cran|[downloader](https://github.com/wch/downloader)|6.041795131724178e-06| -|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.022002142458994e-06| -|pypi|[referencing](https://github.com/python-jsonschema/referencing)|6.0037663755458514e-06| -|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|6.003542036566053e-06| -|pypi|[pyshp](https://pypi.org/project/pyshp)|6.003294603867748e-06| -|pypi|[blis](https://github.com/explosion/cython-blis)|5.995090233277465e-06| -|pypi|[catalogue](https://github.com/explosion/catalogue)|5.995090233277465e-06| -|pypi|[preshed](https://github.com/explosion/preshed)|5.995090233277465e-06| -|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.963427100002712e-06| -|cran|bs4Dash|5.949414321746669e-06| -|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.944323144104804e-06| -|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9443231441048035e-06| -|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9443231441048035e-06| -|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9443231441048035e-06| -|cran|acepack|5.926242883364296e-06| -|cran|htmlTable|5.926242883364296e-06| -|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.918590143480973e-06| -|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.913550764192141e-06| -|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.907115756317561e-06| -|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.905934569403681e-06| -|pypi|[pefile](https://pypi.org/project/pefile)|5.905934569403681e-06| -|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.905934569403681e-06| -|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.905934569403681e-06| -|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.905934569403681e-06| -|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.905934569403681e-06| -|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.905934569403681e-06| -|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.901491241750665e-06| -|npm|prismjs|5.888898219684246e-06| -|pypi|[ansicon](https://pypi.org/project/ansicon)|5.8848799126637555e-06| -|pypi|[socksio](https://pypi.org/project/socksio)|5.865203401516893e-06| -|cran|reactR|5.849968808484092e-06| -|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.833268163720556e-06| -|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.831552053135666e-06| -|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.831552053135666e-06| -|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.81067756021975e-06| -|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.81067756021975e-06| -|pypi|[imblearn](https://pypi.org/project/imblearn)|5.81067756021975e-06| -|pypi|[imutils](https://pypi.org/project/imutils)|5.81067756021975e-06| -|pypi|[kornia](https://pypi.org/project/kornia)|5.81067756021975e-06| -|pypi|[local-attention](https://pypi.org/project/local-attention)|5.81067756021975e-06| -|pypi|[thop](https://pypi.org/project/thop)|5.81067756021975e-06| -|pypi|[timmy](https://pypi.org/project/timmy)|5.81067756021975e-06| -|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.81067756021975e-06| -|cran|protolite|5.789925140361822e-06| -|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.783491890205864e-06| -|pypi|[chempy](https://github.com/bjodah/chempy)|5.783491890205864e-06| -|cran|[earth](http://www.milbo.users.sonic.net/earth/)|5.780133033406752e-06| -|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.747365012386841e-06| -|pypi|[PyPDF2](https://pypi.org/project/PyPDF2)|5.745978619819059e-06| -|npm|run-sequence|5.713907161789808e-06| -|pypi|[fett](https://pypi.org/project/fett)|5.708812166594336e-06| -|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.708812166594336e-06| -|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.708812166594336e-06| -|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.708812166594336e-06| -|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.686993137866502e-06| -|pypi|[multiset](https://pypi.org/project/multiset)|5.66126013724267e-06| -|pypi|[blosc2](https://pypi.org/project/blosc2)|5.66126013724267e-06| -|spack|glfw|5.66126013724267e-06| -|cran|TSA|5.66126013724267e-06| -|npm|tsconfig-paths|5.66126013724267e-06| -|npm|replace|5.66126013724267e-06| -|npm|node-qunit-phantomjs|5.66126013724267e-06| -|cran|[haven](https://haven.tidyverse.org)|5.660955002847927e-06| -|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.649710020471074e-06| -|pypi|[email_validator](https://pypi.org/project/email_validator)|5.648451856389186e-06| -|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|5.628362043270713e-06| -|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.608480680754834e-06| -|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.607184074503164e-06| -|rubygems|ethon|5.604647535870243e-06| -|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.598745728118488e-06| -|cran|cplm|5.595122746322974e-06| -|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.593348217481566e-06| -|pypi|[re-assert](https://pypi.org/project/re-assert)|5.587464350749228e-06| -|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.587464350749228e-06| -|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.587464350749228e-06| -|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.587464350749228e-06| -|npm|karma-coverage-istanbul-reporter|5.57774775944173e-06| -|npm|karma-browserstack-launcher|5.57774775944173e-06| -|npm|ip|5.57774775944173e-06| -|pypi|[librosa](https://pypi.org/project/librosa)|5.57581543008981e-06| -|npm|chai-passport-strategy|5.5728029475982535e-06| -|npm|passport-strategy|5.5728029475982535e-06| -|cran|clusterGeneration|5.563362852260707e-06| -|cran|pROC|5.558722007205876e-06| -|cran|[rversions](https://github.com/r-hub/rversions)|5.558150759875602e-06| -|npm|uglify-es|5.55511150966937e-06| -|pypi|[blurb](https://pypi.org/project/blurb)|5.5464272744182755e-06| -|pypi|[bitstring](https://pypi.org/project/bitstring)|5.542888334373051e-06| -|cran|flexsurv|5.535454356415054e-06| -|pypi|[tempora](https://pypi.org/project/tempora)|5.525808236792657e-06| -|pypi|[google-auth-httplib2](https://pypi.org/project/google-auth-httplib2)|5.522664370502491e-06| -|cran|klaR|5.50817504169478e-06| -|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4984989082969425e-06| -|npm|d3-axis|5.49423971313949e-06| -|npm|d3-color|5.49423971313949e-06| -|npm|d3-ease|5.49423971313949e-06| -|npm|d3-interpolate|5.49423971313949e-06| -|npm|d3-selection|5.49423971313949e-06| -|npm|d3-shape|5.49423971313949e-06| -|npm|d3-timer|5.49423971313949e-06| -|npm|d3-transition|5.49423971313949e-06| -|npm|d3-zoom|5.49423971313949e-06| -|pypi|[soxr](https://pypi.org/project/soxr)|5.493995633187774e-06| -|pypi|[samplerate](https://pypi.org/project/samplerate)|5.493995633187774e-06| -|pypi|[presets](https://pypi.org/project/presets)|5.493995633187774e-06| -|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.493995633187774e-06| -|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.493995633187774e-06| -|pypi|[audioread](https://pypi.org/project/audioread)|5.493995633187774e-06| -|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.487833893205195e-06| -|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.487067517635203e-06| -|spack|unzip|5.487067517635203e-06| -|spack|wget|5.487067517635203e-06| -|npm|d3-request|5.477269182782283e-06| -|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.4688474734872114e-06| -|pypi|[flit](https://pypi.org/project/flit)|5.4688474734872114e-06| -|cran|cubature|5.468380156315422e-06| -|pypi|[aesara-theano-fallback](https://pypi.org/project/aesara-theano-fallback)|5.4678028311593356e-06| -|pypi|[halomod](https://github.com/steven-murray/halomod)|5.45539613225203e-06| -|rubygems|appraisal|5.4547364688233366e-06| -|pypi|[hyperopt](https://pypi.org/project/hyperopt)|5.448138106435056e-06| -|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.440691560466995e-06| -|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|5.43852402335244e-06| -|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.430872802597698e-06| -|rubygems|hashie|5.418634702789412e-06| -|pypi|[pybamm](https://pypi.org/project/pybamm)|5.414781396327669e-06| -|cran|debugme|5.4061921830031104e-06| -|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.4039301310043675e-06| -|cran|subprocess|5.4039301310043675e-06| -|cran|qvalue|5.4039301310043675e-06| -|pypi|[resample](http://github.com/resample-project/resample)|5.402894895347086e-06| -|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.402894895347086e-06| -|cran|[EML](https://docs.ropensci.org/EML/)|5.378197130380543e-06| -|npm|tough-cookie|5.372825008529317e-06| -|pypi|[imgaug](https://github.com/aleju/imgaug)|5.370652340458141e-06| -|npm|moment-timezone|5.366857164003933e-06| -|npm|gulp-uglify|5.365754800408574e-06| -|pypi|[cogapp](https://pypi.org/project/cogapp)|5.356731489076871e-06| -|pypi|[thinc](https://github.com/explosion/thinc)|5.355915701653293e-06| -|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3295958368593695e-06| -|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.324402034385778e-06| -|npm|karma-jasmine|5.322304146070189e-06| -|npm|rollup-plugin-svelte|5.320733211694238e-06| -|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.3000083977158216e-06| -|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.298412969921028e-06| -|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.297970716670952e-06| -|pypi|[AssertionLib](https://github.com/nlesc-nano/AssertionLib)|5.295059743749702e-06| -|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.29304378771239e-06| -|cran|FNN|5.288596251819507e-06| -|cran|speedglm|5.270440190268249e-06| -|npm|classnames|5.265367819952973e-06| -|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.258617999454148e-06| -|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.258617999454148e-06| -|npm|[compression](https://github.com/expressjs/compression#readme)|5.258353874087718e-06| -|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.244991009504238e-06| -|pypi|[kgt](https://pypi.org/project/kgt)|5.244991009504238e-06| -|pypi|[x21](https://pypi.org/project/x21)|5.244991009504238e-06| -|npm|murl|5.244991009504238e-06| -|npm|protein|5.244991009504238e-06| -|npm|network-address|5.244991009504238e-06| -|npm|updater-license|5.244991009504238e-06| -|npm|update|5.244991009504238e-06| -|npm|cose-base|5.244991009504238e-06| -|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.229313341056947e-06| -|pypi|[comm](https://pypi.org/project/comm)|5.2002559405576465e-06| -|cran|rhub|5.197888751141981e-06| -|cran|gmailr|5.197888751141981e-06| -|cran|foghorn|5.197888751141981e-06| -|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.187615552593839e-06| -|cran|coxme|5.1875581331239605e-06| -|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.174257601932277e-06| -|npm|karma-mocha|5.17159796912295e-06| -|npm|grunt-contrib-clean|5.169726363000693e-06| -|pypi|[cooler](https://github.com/mirnylab/cooler)|5.168374202216998e-06| -|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.158353449600846e-06| -|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|5.154757086324031e-06| -|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.150694171178427e-06| -|cran|[dynlm](NA)|5.146600124766069e-06| -|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.146600124766064e-06| -|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.146600124766064e-06| -|pypi|[sym](https://github.com/bjodah/sym)|5.146600124766064e-06| -|pypi|[crossbar](http://crossbar.io/)|5.146600124766064e-06| -|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.146600124766064e-06| -|pypi|[asq](https://pypi.org/project/asq)|5.146600124766064e-06| -|pypi|[automat](https://pypi.org/project/automat)|5.146600124766064e-06| -|pypi|[cbor](https://pypi.org/project/cbor)|5.146600124766064e-06| -|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.146600124766064e-06| -|pypi|[hpack](https://pypi.org/project/hpack)|5.146600124766064e-06| -|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.146600124766064e-06| -|pypi|[netaddr](https://pypi.org/project/netaddr)|5.146600124766064e-06| -|pypi|[node-semver](https://pypi.org/project/node-semver)|5.146600124766064e-06| -|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.146600124766064e-06| -|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.146600124766064e-06| -|pypi|[pytrie](https://pypi.org/project/pytrie)|5.146600124766064e-06| -|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.146600124766064e-06| -|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.146600124766064e-06| -|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.146600124766064e-06| -|pypi|[translationstring](https://github.com/Pylons/translationstring)|5.1343934449829655e-06| -|cran|numbers|5.1332069256109715e-06| -|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1201782643251705e-06| -|pypi|[ablog](https://pypi.org/project/ablog)|5.1201782643251705e-06| -|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.115733702498139e-06| -|cran|loder|5.099296814795788e-06| -|cran|ore|5.099296814795788e-06| -|cran|linprog|5.095134123518403e-06| -|cran|magic|5.095134123518403e-06| -|cran|changepoint|5.095134123518403e-06| -|cran|nor1mix|5.095134123518403e-06| -|cran|diptest|5.095134123518403e-06| -|cran|mstate|5.095134123518403e-06| -|npm|mime-types|5.085671077901593e-06| -|npm|[which](https://github.com/isaacs/node-which#readme)|5.0814804573156105e-06| -|npm|cli-table|5.080980973175296e-06| -|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.074112799065133e-06| -|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.074112799065133e-06| -|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.074112799065133e-06| -|pypi|[zstd](https://pypi.org/project/zstd)|5.074112799065133e-06| -|cran|metafor|5.060973770138613e-06| -|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.052674672489083e-06| -|rubygems|activejob|5.0470237809601495e-06| -|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.017935121646912e-06| -|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.017935121646912e-06| -|pypi|[google-resumable-media](https://pypi.org/project/google-resumable-media)|5.012903757783519e-06| -|pypi|[grandalf](https://github.com/bdcht/grandalf)|5.009357454772302e-06| -|cran|scico|5.004149585598431e-06| -|cran|rcartocolor|5.004149585598431e-06| -|pypi|[types-orjson](https://github.com/python/typeshed)|4.99522953286118e-06| -|pypi|[types-ujson](https://github.com/python/typeshed)|4.99522953286118e-06| -|pypi|[peewee](https://pypi.org/project/peewee)|4.99522953286118e-06| -|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.99522953286118e-06| -|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.99522953286118e-06| -|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.976819734094114e-06| -|cran|lfe|4.975351727265964e-06| -|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.959451029320024e-06| -|cran|[aod](https://cran.r-project.org/package=aod)|4.959268601876075e-06| -|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.953602620087336e-06| -|spack|bdw-gc|4.953602620087336e-06| -|spack|googletest|4.953602620087336e-06| -|cran|gdalUtils|4.953602620087336e-06| -|cran|TeachingDemos|4.953602620087336e-06| -|cran|plotmo|4.953602620087336e-06| -|npm|const-version|4.953602620087336e-06| -|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.953602620087336e-06| -|npm|microbundle|4.953602620087336e-06| -|npm|fresh|4.948499320684774e-06| -|npm|etag|4.948499320684774e-06| -|pypi|[h5io](https://pypi.org/project/h5io)|4.947409692494677e-06| -|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.935096010049651e-06| -|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.935096010049651e-06| -|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.935096010049651e-06| -|pypi|[voila](https://pypi.org/project/voila)|4.935096010049651e-06| -|pypi|[SALib](https://pypi.org/project/SALib)|4.932645820336869e-06| -|pypi|[rdkit-pypi](https://pypi.org/project/rdkit-pypi)|4.931549664499101e-06| -|cran|ipred|4.929514401674581e-06| -|npm|esbuild|4.928916892744708e-06| -|rubygems|[sync](https://github.com/ruby/sync)|4.924908876910479e-06| -|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|4.9235807860262006e-06| -|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|4.9235807860262006e-06| -|cran|[emld](https://docs.ropensci.org/emld/)|4.9150031191515955e-06| -|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.907180286961946e-06| -|pypi|[fixtures](https://pypi.org/project/fixtures)|4.907180286961946e-06| -|npm|eslint-config-airbnb-base|4.906733918374203e-06| -|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.904577954796296e-06| -|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.8796334347197855e-06| -|npm|execa|4.879017965252987e-06| -|npm|gulp-rename|4.8778666985188725e-06| -|npm|gulp-concat|4.8778666985188725e-06| -|cran|BiocVersion|4.865554317223428e-06| -|pypi|[pyahocorasick](https://pypi.org/project/pyahocorasick)|4.859934497816597e-06| -|pypi|[webob](https://pypi.org/project/webob)|4.850918050290321e-06| -|cran|modeltools|4.8493162491381285e-06| -|npm|eslint-plugin-html|4.844311883847131e-06| -|cran|gld|4.822779880891031e-06| -|cran|[loo](https://mc-stan.org/loo/)|4.821912713240328e-06| -|cran|Biobase|4.8149033233722936e-06| -|cran|[rsample](https://rsample.tidymodels.org)|4.808937010362567e-06| -|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.807343139508168e-06| -|pypi|[sspa](https://github.com/cwieder/sspa)|4.803493449781661e-06| -|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.803493449781661e-06| -|cran|scagnostics|4.7724818849273e-06| -|cran|labelled|4.7724818849273e-06| -|cran|intergraph|4.7724818849273e-06| -|cran|broom.helpers|4.7724818849273e-06| -|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.764089787287833e-06| -|npm|compressible|4.7570310875441875e-06| -|pypi|[grayskull](https://pypi.org/project/grayskull)|4.755458515283843e-06| -|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.752687269062816e-06| -|npm|jshint-stylish|4.751103699793656e-06| -|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.743396171241423e-06| -|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.717716781035558e-06| -|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.717268610630217e-06| -|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.715664707620579e-06| -|npm|karma-rollup-preprocessor|4.713666129067917e-06| -|pypi|[slicer](https://pypi.org/project/slicer)|4.7053110644813705e-06| -|cran|PolynomF|4.692886692714319e-06| -|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.674983479681501e-06| -|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.673537822525409e-06| -|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.666709968389747e-06| -|npm|browser-sync|4.664814122503759e-06| -|npm|serialize-javascript|4.660094391179048e-06| -|npm|jest-worker|4.660094391179048e-06| -|cran|mlogit|4.653418866842412e-06| -|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|4.640724469932133e-06| -|pypi|[tensorboardX](https://github.com/lanpa/tensorboardX)|4.635691470436666e-06| -|cran|RcppCCTZ|4.634612385431163e-06| -|cran|genieclust|4.631940112289457e-06| -|cran|getopt|4.631940112289457e-06| -|npm|jsmd|4.631940112289457e-06| -|npm|is-mergeable-object|4.631940112289457e-06| -|cran|leaps|4.629713218004703e-06| -|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.614671914502414e-06| -|pypi|[dnest4](https://pypi.org/project/dnest4)|4.612145496424973e-06| -|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.6053579595647e-06| -|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.600946142649201e-06| -|npm|gzip-size|4.591911000207944e-06| -|rubygems|actionmailer|4.588731293659554e-06| -|npm|read-file-relative|4.585620711166563e-06| -|npm|normalize-newline|4.585620711166563e-06| -|npm|callsite-record|4.585620711166563e-06| -|spack|psm|4.5725562646960025e-06| -|spack|opa-psm2|4.5725562646960025e-06| -|spack|rdma-core|4.5725562646960025e-06| -|spack|slurm|4.5725562646960025e-06| -|cran|bignum|4.5725562646960025e-06| -|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.563318777292575e-06| -|spack|[jemalloc](http://jemalloc.net/)|4.553587562114143e-06| -|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.552307900927424e-06| -|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.546163443543358e-06| -|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.546163443543358e-06| -|cran|future.callr|4.5217922001811254e-06| -|pypi|[jupyter-book](https://executablebooks.org/)|4.503275109170317e-06| -|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.503275109170306e-06| -|npm|baseui|4.503275109170306e-06| -|npm|color2k|4.503275109170306e-06| -|npm|copy-to-clipboard|4.503275109170306e-06| -|npm|cypress-circleci-reporter|4.503275109170306e-06| -|npm|d3-graphviz|4.503275109170306e-06| -|npm|decamelize|4.503275109170306e-06| -|npm|deck.gl|4.503275109170306e-06| -|npm|fzy.js|4.503275109170306e-06| -|npm|hoist-non-react-statics|4.503275109170306e-06| -|npm|humanize-string|4.503275109170306e-06| -|npm|immer|4.503275109170306e-06| -|npm|jest-fetch-mock|4.503275109170306e-06| -|npm|katex|4.503275109170306e-06| -|npm|mapbox-gl|4.503275109170306e-06| -|npm|moment-duration-format|4.503275109170306e-06| -|npm|node-emoji|4.503275109170306e-06| -|npm|numbro|4.503275109170306e-06| -|npm|protobufjs|4.503275109170306e-06| -|npm|react-color|4.503275109170306e-06| -|npm|react-debounce-render|4.503275109170306e-06| -|npm|react-device-detect|4.503275109170306e-06| -|npm|react-dropzone|4.503275109170306e-06| -|npm|react-feather|4.503275109170306e-06| -|npm|react-google-login|4.503275109170306e-06| -|npm|react-hotkeys|4.503275109170306e-06| -|npm|react-html-parser|4.503275109170306e-06| -|npm|react-map-gl|4.503275109170306e-06| -|npm|react-markdown|4.503275109170306e-06| -|npm|react-webcam|4.503275109170306e-06| -|npm|react-window|4.503275109170306e-06| -|npm|rehype-katex|4.503275109170306e-06| -|npm|rehype-raw|4.503275109170306e-06| -|npm|remark-emoji|4.503275109170306e-06| -|npm|remark-gfm|4.503275109170306e-06| -|npm|remark-math|4.503275109170306e-06| -|npm|re-resizable|4.503275109170306e-06| -|npm|styletron-engine-atomic|4.503275109170306e-06| -|npm|styletron-react|4.503275109170306e-06| -|npm|typed-signals|4.503275109170306e-06| -|npm|vega|4.503275109170306e-06| -|npm|vega-embed|4.503275109170306e-06| -|npm|vega-lite|4.503275109170306e-06| -|npm|xxhashjs|4.503275109170306e-06| -|cran|[solrium](https://github.com/ropensci/solrium)|4.496341495113335e-06| -|cran|spls|4.48919416877793e-06| -|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.48719198378042e-06| -|cran|FastRWeb|4.458242358078603e-06| -|cran|quantmod|4.458242358078603e-06| -|npm|draco3d|4.458242358078603e-06| -|npm|webgl-obj-loader|4.458242358078603e-06| -|cran|truncreg|4.444608589399464e-06| -|cran|panelr|4.444608589399464e-06| -|cran|metaBMA|4.444608589399464e-06| -|cran|ivreg|4.444608589399464e-06| -|cran|GLMMadaptive|4.444608589399464e-06| -|cran|clubSandwich|4.444608589399464e-06| -|cran|cgam|4.444608589399464e-06| -|cran|blme|4.444608589399464e-06| -|cran|geojsonlint|4.43894260761073e-06| -|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.437697462419254e-06| -|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.437697462419254e-06| -|cran|topicmodels|4.43480880719242e-06| -|cran|akima|4.433581565814103e-06| -|npm|temp-path|4.417756182818274e-06| -|rubygems|sassc|4.414711839976165e-06| -|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.413659934497817e-06| -|rubygems|rb_sys|4.413659934497817e-06| -|pypi|[cairosvg](https://pypi.org/project/cairosvg)|4.412733069938312e-06| -|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.407911636270229e-06| -|cran|[data.tree](http://github.com/gluc/data.tree)|4.405259160812606e-06| -|pypi|[kopt](https://pypi.org/project/kopt)|4.403202328966521e-06| -|cran|ggfittext|4.403202328966521e-06| -|cran|RcppBigIntAlgos|4.403202328966521e-06| -|cran|robust|4.403045071740487e-06| -|cran|taxadb|4.400343106674984e-06| -|npm|hot-loader|4.39343913089786e-06| -|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.39343913089786e-06| -|npm|babel-plugin-strip-function-call|4.39343913089786e-06| -|npm|babel-plugin-styled-components|4.39343913089786e-06| -|npm|binomial|4.39343913089786e-06| -|npm|compression-webpack-plugin|4.39343913089786e-06| -|npm|css.escape|4.39343913089786e-06| -|npm|dom-to-image|4.39343913089786e-06| -|npm|express-naked-redirect|4.39343913089786e-06| -|npm|express-static-gzip|4.39343913089786e-06| -|npm|html-webpack-plugin|4.39343913089786e-06| -|npm|i18next|4.39343913089786e-06| -|npm|leaflet|4.39343913089786e-06| -|npm|leaflet-gesture-handling|4.39343913089786e-06| -|npm|linspace|4.39343913089786e-06| -|npm|lodash-webpack-plugin|4.39343913089786e-06| -|npm|mousetrap|4.39343913089786e-06| -|npm|null-loader|4.39343913089786e-06| -|npm|outer-product|4.39343913089786e-06| -|npm|react-addons-css-transition-group|4.39343913089786e-06| -|npm|react-hot-loader|4.39343913089786e-06| -|npm|react-i18next|4.39343913089786e-06| -|npm|react-tooltip|4.39343913089786e-06| -|npm|redux-thunk|4.39343913089786e-06| -|npm|typeface-lato|4.39343913089786e-06| -|npm|webpack-bundle-analyzer|4.39343913089786e-06| -|npm|webpack-dev-middleware|4.39343913089786e-06| -|npm|webpack-hot-middleware|4.39343913089786e-06| -|npm|yaml-front-matter|4.39343913089786e-06| -|cran|assertive.code|4.388153790590012e-06| -|cran|assertive.reflection|4.388153790590012e-06| -|cran|assertive.data.us|4.388153790590012e-06| -|cran|assertive.data.uk|4.388153790590012e-06| -|cran|assertive.data|4.388153790590012e-06| -|cran|assertive.models|4.388153790590012e-06| -|cran|assertive.matrices|4.388153790590012e-06| -|cran|assertive.sets|4.388153790590012e-06| -|cran|assertive.files|4.388153790590012e-06| -|cran|assertive.datetimes|4.388153790590012e-06| -|cran|assertive.strings|4.388153790590012e-06| -|cran|assertive.numbers|4.388153790590012e-06| -|npm|merge-stream|4.381587400773574e-06| -|npm|vinyl-source-stream|4.364620587175443e-06| -|npm|vinyl-buffer|4.364620587175443e-06| -|pypi|[oemof.solph](https://oemof.org)|4.360671397379914e-06| -|pypi|[horovod](https://pypi.org/project/horovod)|4.3507765246004565e-06| -|pypi|[lcapy](https://pypi.org/project/lcapy)|4.340506129320776e-06| -|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.340506129320776e-06| -|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.340506129320776e-06| -|pypi|[property-cached](https://pypi.org/project/property-cached)|4.340506129320776e-06| -|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.337329155560597e-06| -|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.336582859792122e-06| -|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.325123566389945e-06| -|cran|[logger](https://daroczig.github.io/logger/)|4.324988603099962e-06| -|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.3231441048034955e-06| -|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.3231441048034955e-06| -|pypi|[mdurl](https://pypi.org/project/mdurl)|4.299687915321816e-06| -|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.291017443255435e-06| -|pypi|[apipkg](https://pypi.org/project/apipkg)|4.2888334373050525e-06| -|pypi|[atpublic](https://pypi.org/project/atpublic)|4.2888334373050525e-06| -|pypi|[dvc](https://pypi.org/project/dvc)|4.2888334373050525e-06| -|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.2888334373050525e-06| -|pypi|[nanotime](https://pypi.org/project/nanotime)|4.2888334373050525e-06| -|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.2888334373050525e-06| -|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.2888334373050525e-06| -|pypi|[treelib](https://pypi.org/project/treelib)|4.2888334373050525e-06| -|npm|rollup-plugin-istanbul|4.285503597679816e-06| -|npm|karma-jasmine-html-reporter|4.285503597679816e-06| -|npm|karma-detect-browsers|4.285503597679816e-06| -|npm|hammer-simulator|4.285503597679816e-06| -|npm|eslint-plugin-unicorn|4.285503597679816e-06| -|npm|eslint-config-xo|4.285503597679816e-06| -|pypi|[nbdime](https://pypi.org/project/nbdime)|4.285138442343683e-06| -|pypi|[pymc3-ext](https://pypi.org/project/pymc3-ext)|4.267135662629176e-06| -|npm|less|4.262794091435701e-06| -|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.245945102932003e-06| -|pypi|[retrolab](https://pypi.org/project/retrolab)|4.245945102932003e-06| -|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.245945102932003e-06| -|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.245945102932003e-06| -|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.245945102932003e-06| -|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.245945102932003e-06| -|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.245945102932003e-06| -|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.245945102932003e-06| -|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.245945102932003e-06| -|npm|gulp-clean|4.245945102932002e-06| -|npm|mocha-lcov-reporter|4.245945102932002e-06| -|npm|any-promise|4.245945102932002e-06| -|npm|thenify-all|4.245945102932002e-06| -|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.244446294413266e-06| -|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.241647587645634e-06| -|cran|gdtools|4.225317029557434e-06| -|npm|schema-utils|4.216645598712939e-06| -|npm|loader-utils|4.216645598712939e-06| -|spack|[vtk](http://www.vtk.org)|4.216521710745872e-06| -|pypi|[sphinx_inline_tabs](https://pypi.org/project/sphinx_inline_tabs)|4.206265321364504e-06| -|cran|[redux](https://github.com/richfitz/redux)|4.203056768558964e-06| -|pypi|[openstacksdk](https://pypi.org/project/openstacksdk)|4.200655021834061e-06| -|pypi|[npx](https://pypi.org/project/npx)|4.195992807603391e-06| -|pypi|[meshplex](https://pypi.org/project/meshplex)|4.195992807603391e-06| -|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.195992807603391e-06| -|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.195992807603391e-06| -|pypi|[update-checker](https://pypi.org/project/update-checker)|4.195992807603391e-06| -|npm|karma-browserify|4.1928707891453525e-06| -|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.189285313156432e-06| -|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.189285313156432e-06| -|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.1834025400410234e-06| -|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.1834025400410234e-06| -|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.1834025400410234e-06| -|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.1834025400410234e-06| -|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.1834025400410234e-06| -|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.1834025400410234e-06| -|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.1834025400410234e-06| -|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.173034934497817e-06| -|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.164322852755478e-06| -|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1549624254082635e-06| -|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.151765945015069e-06| -|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.146426954477074e-06| -|pypi|[Bio](https://github.com/ialbert/bio)|4.142049833033657e-06| -|cran|locfit|4.139907393464841e-06| -|cran|bookdown|4.124470202928333e-06| -|cran|nonnest2|4.122675728975912e-06| -|cran|officer|4.122520463907502e-06| -|npm|[shx](https://github.com/shelljs/shx#readme)|4.122003267285211e-06| -|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.108673745089162e-06| -|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.105502982822541e-06| -|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.103341391141614e-06| -|rubygems|irb|4.101475108730103e-06| -|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.082165781803576e-06| -|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.081253898939494e-06| -|cran|stm|4.074546798458789e-06| -|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.071495974466632e-06| -|spack|berkeley-db|4.070375272925764e-06| -|spack|valgrind|4.0541536841978984e-06| -|pypi|[qudida](https://pypi.org/project/qudida)|4.052947598253275e-06| -|cran|sparsesvd|4.052947598253275e-06| -|cran|FMStable|4.052947598253275e-06| -|cran|MuMIn|4.0471158563590205e-06| -|pypi|[nitime](https://pypi.org/project/nitime)|4.0467546706606154e-06| -|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.0467546706606154e-06| -|spack|libxscrnsaver|4.038643077318263e-06| -|npm|babel-plugin-external-helpers|4.030782618724345e-06| -|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.015420305676858e-06| -|rubygems|timecop|4.003319668478746e-06| -|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|4.0029112081513845e-06| -|pypi|[mako](https://www.makotemplates.org/)|3.994010153376217e-06| -|cran|distributional|3.982676711934354e-06| -|cran|Bessel|3.9778930131004365e-06| -|cran|[archive](https://archive.r-lib.org/)|3.974256125096121e-06| -|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.96288209606987e-06| -|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.962882096069869e-06| -|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.962882096069869e-06| -|pypi|[piqp](https://pypi.org/project/piqp)|3.962882096069869e-06| -|pypi|[Mosek](https://pypi.org/project/Mosek)|3.962882096069869e-06| -|pypi|[diffcp](https://pypi.org/project/diffcp)|3.962882096069869e-06| -|pypi|[cylp](https://pypi.org/project/cylp)|3.962882096069869e-06| -|pypi|[scs](https://pypi.org/project/scs)|3.962882096069869e-06| -|pypi|[clarabel](https://pypi.org/project/clarabel)|3.962882096069869e-06| -|pypi|[ecos](https://pypi.org/project/ecos)|3.962882096069869e-06| -|pypi|[osqp](https://pypi.org/project/osqp)|3.962882096069869e-06| -|cran|transport|3.962882096069869e-06| -|npm|csso|3.962882096069869e-06| -|npm|google-closure-compiler|3.962882096069869e-06| -|npm|ora|3.962882096069869e-06| -|npm|update-notifier|3.962882096069869e-06| -|npm|crass|3.962882096069869e-06| -|npm|sqwish|3.962882096069869e-06| -|npm|html-minifier|3.962882096069869e-06| -|npm|node-version|3.962882096069869e-06| -|pypi|[user-agents](https://pypi.org/project/user-agents)|3.962882096069868e-06| -|rubygems|zeitwerk|3.962882096069868e-06| -|rubygems|selma|3.962882096069868e-06| -|rubygems|sawyer|3.962882096069868e-06| -|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.949025864964731e-06| -|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.946988183919857e-06| -|rubygems|execjs|3.941652370555209e-06| -|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.933743257128179e-06| -|pypi|[pylama](https://pypi.org/project/pylama)|3.933743257128179e-06| -|pypi|[tabulator](https://pypi.org/project/tabulator)|3.933743257128179e-06| -|pypi|[tableschema](https://pypi.org/project/tableschema)|3.933743257128179e-06| -|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.933031815346227e-06| -|cran|TH.data|3.932091537912033e-06| -|npm|ascli|3.923253275109171e-06| -|pypi|[coconut](https://pypi.org/project/coconut)|3.919333941168002e-06| -|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.919333941168002e-06| -|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.915891399278527e-06| -|pypi|[Epip](https://pypi.org/project/Epip)|3.915891399278527e-06| -|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.915891399278527e-06| -|cran|[posterior](https://mc-stan.org/posterior/)|3.915315365103044e-06| -|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.911416094822214e-06| -|npm|prettier-plugin-svelte|3.9054181773835705e-06| -|npm|eslint-plugin-svelte3|3.9054181773835705e-06| -|npm|svelte|3.9054181773835705e-06| -|cran|tracerer|3.887037462652264e-06| -|npm|path-platform|3.884020742358079e-06| -|rubygems|rails-dom-testing|3.8820069512521166e-06| -|pypi|[ducc0](https://pypi.org/project/ducc0)|3.881293347033138e-06| -|cran|stabledist|3.872955156197514e-06| -|cran|skewt|3.872301933873987e-06| -|cran|catdata|3.872301933873987e-06| -|cran|MPV|3.872301933873987e-06| -|cran|fit.models|3.872301933873987e-06| -|cran|DEoptimR|3.872301933873987e-06| -|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.867229715150712e-06| -|pypi|[pathy](https://github.com/justindujardin/pathy)|3.867229715150712e-06| -|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.867229715150712e-06| -|cran|pso|3.866663050259025e-06| -|cran|feather|3.866498095126822e-06| -|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.86222391475036e-06| -|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.8541237538106615e-06| -|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.849115145943465e-06| -|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.829708319337141e-06| -|cran|spacetime|3.822203697550788e-06| -|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.821910005695846e-06| -|npm|underscore.string|3.804366812227074e-06| -|pypi|[wurlitzer](https://github.com/minrk/wurlitzer)|3.8012934563695227e-06| -|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7827510917030676e-06| -|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.782751091703065e-06| -|pypi|[CacheControl](https://pypi.org/project/CacheControl)|3.7804117280099853e-06| -|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.774173424828447e-06| -|pypi|[noodles](https://pypi.org/project/noodles)|3.7736455684053903e-06| -|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.767025369099625e-06| -|npm|gulp-babel|3.7637270519561537e-06| -|pypi|[venusian](https://pylonsproject.org/)|3.7626265655741654e-06| -|pypi|[hupper](https://github.com/Pylons/hupper)|3.7626265655741654e-06| -|npm|gulp-uglify-es|3.7580570010423007e-06| -|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7543093541714548e-06| -|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7543093541714548e-06| -|pypi|[saspy](https://pypi.org/project/saspy)|3.7543093541714548e-06| -|npm|escape-html|3.7494726960582508e-06| -|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.74118239838764e-06| -|npm|eslint-plugin-jsx-a11y|3.7406815262215065e-06| -|pypi|[Twisted](https://pypi.org/project/Twisted)|3.7403235410877337e-06| -|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.737614804179971e-06| -|cran|[move](https://bartk.gitlab.io/move/)|3.7312850904553968e-06| -|pypi|[portray](https://pypi.org/project/portray)|3.715201965065502e-06| -|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.715201965065502e-06| -|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.715201965065502e-06| -|npm|superagent|3.715201965065502e-06| -|npm|connect-flash|3.715201965065502e-06| -|npm|isexe|3.715201965065502e-06| -|spack|nspr|3.707474344978166e-06| -|cran|goftest|3.689579882547809e-06| -|cran|tensor|3.689579882547809e-06| -|cran|spatstat.sparse|3.689579882547809e-06| -|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.6882196687662246e-06| -|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.6882196687662246e-06| -|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.6882196687662246e-06| -|pypi|[configupdater](https://pypi.org/project/configupdater)|3.6882196687662246e-06| -|cran|ellipse|3.6823573783849204e-06| -|npm|seedrandom|3.6798190892077353e-06| -|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.678266570316408e-06| -|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.6670841547431426e-06| -|pypi|[feedparser](https://github.com/kurtmckee/feedparser)|3.6664842659407834e-06| -|cran|[servr](https://github.com/yihui/servr)|3.657302713661877e-06| -|cran|doRNG|3.655758733624454e-06| -|cran|keras|3.6511590124081994e-06| -|npm|[typedoc](https://typedoc.org)|3.6446131277292578e-06| -|rubygems|reline|3.6412694459606986e-06| -|pypi|[repoze.lru](http://www.repoze.org)|3.6401473799126654e-06| -|cran|[rdflib](https://github.com/ropensci/rdflib)|3.6393815167988593e-06| -|npm|sass-true|3.6393815167988593e-06| -|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.63901018922853e-06| -|requirements.txt|gitlab/binary_c/binary_c-python|3.63901018922853e-06| -|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.63901018922853e-06| -|requirements.txt|gitlab/ENKI-portal/vaporock|3.63901018922853e-06| -|requirements.txt|gitlab/etienne.behar/menura|3.63901018922853e-06| -|requirements.txt|gitlab/casi-project/casi-2d|3.63901018922853e-06| -|requirements.txt|gitlab/gpagano/lensinggw|3.63901018922853e-06| -|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.63901018922853e-06| -|requirements.txt|gitlab/sybreton/apollinaire|3.63901018922853e-06| -|requirements.txt|gitlab/pipe3d/pyPipe3D|3.63901018922853e-06| -|requirements.txt|gitlab/AstroVian/bmarxiv|3.63901018922853e-06| -|requirements.txt|gitlab/rki_bioinformatics/purple|3.63901018922853e-06| -|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.63901018922853e-06| -|requirements.txt|gitlab/aegge/comet-emu|3.63901018922853e-06| -|requirements.txt|gitlab/cracklet/cracklet|3.63901018922853e-06| -|requirements.txt|gitlab/LouisLab/PiVR|3.63901018922853e-06| -|requirements.txt|gitlab/jesseds/apav|3.63901018922853e-06| -|requirements.txt|gitlab/dsbowen/conditional-inference|3.63901018922853e-06| -|requirements.txt|gitlab/esa/pyxel|3.63901018922853e-06| -|requirements.txt|gitlab/dglaeser/fieldcompare|3.63901018922853e-06| -|requirements.txt|github/pysal/spopt|3.63901018922853e-06| -|requirements.txt|github/AndreyTavleev/DiscVerSt|3.63901018922853e-06| -|requirements.txt|github/flu-crew/smot|3.63901018922853e-06| -|requirements.txt|github/wcoulton/CompressedFisher|3.63901018922853e-06| -|requirements.txt|github/sibirrer/psfr|3.63901018922853e-06| -|requirements.txt|github/arq5x/poretools|3.63901018922853e-06| -|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.63901018922853e-06| -|requirements.txt|github/abinit/abinit|3.63901018922853e-06| -|requirements.txt|github/moldyn/msmhelper|3.63901018922853e-06| -|requirements.txt|github/firefly-cpp/NiaARM|3.63901018922853e-06| -|requirements.txt|github/timstaley/amisurvey|3.63901018922853e-06| -|requirements.txt|github/OpenBioLink/Explorer|3.63901018922853e-06| -|requirements.txt|github/sbird/fake_spectra|3.63901018922853e-06| -|requirements.txt|github/ladsantos/flatstar|3.63901018922853e-06| -|requirements.txt|github/ladsantos/p-winds|3.63901018922853e-06| -|requirements.txt|github/johnpaulett/python-hl7|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/masf|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/deepscm|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/istn|3.63901018922853e-06| -|requirements.txt|github/HHTpy/HHTpywrapper|3.63901018922853e-06| -|requirements.txt|github/astro-informatics/sleplet|3.63901018922853e-06| -|requirements.txt|github/bradkav/CEvNS|3.63901018922853e-06| -|requirements.txt|github/bradkav/verne|3.63901018922853e-06| -|requirements.txt|github/bradkav/WIMpy_NREFT|3.63901018922853e-06| -|requirements.txt|github/jakeret/tf_unet|3.63901018922853e-06| -|requirements.txt|github/jakeret/abcpmc|3.63901018922853e-06| -|requirements.txt|github/STOmics/EAGS|3.63901018922853e-06| -|requirements.txt|github/labsyspharm/minerva-story|3.63901018922853e-06| -|requirements.txt|github/dstndstn/tractor|3.63901018922853e-06| -|requirements.txt|github/CederGroupHub/smol|3.63901018922853e-06| -|requirements.txt|github/CederGroupHub/sparse-lm|3.63901018922853e-06| -|requirements.txt|github/rae-holcomb/SpinSpotter|3.63901018922853e-06| -|requirements.txt|github/LoganAMorrison/Hazma|3.63901018922853e-06| -|requirements.txt|github/imcgreer/simqso|3.63901018922853e-06| -|requirements.txt|github/PolyChord/PolyChordLite|3.63901018922853e-06| -|requirements.txt|github/FraunhoferIWES/foxes|3.63901018922853e-06| -|requirements.txt|github/rcsb/mmtf-python|3.63901018922853e-06| -|requirements.txt|github/nlesc/embodied-emotions-scripts|3.63901018922853e-06| -|requirements.txt|github/neuroanatomy/reorient|3.63901018922853e-06| -|requirements.txt|github/institut-de-genomique/HAPO-G|3.63901018922853e-06| -|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.63901018922853e-06| -|requirements.txt|github/DSIMB/medusa|3.63901018922853e-06| -|requirements.txt|github/bonsai-team/matam|3.63901018922853e-06| -|requirements.txt|github/semaphoreP/whereistheplanet|3.63901018922853e-06| -|requirements.txt|github/pcingola/SnpEff|3.63901018922853e-06| -|requirements.txt|github/kazewong/flowMC|3.63901018922853e-06| -|requirements.txt|github/LuisScoccola/persistable|3.63901018922853e-06| -|requirements.txt|github/NREL/G2Aero|3.63901018922853e-06| -|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.63901018922853e-06| -|requirements.txt|github/mwanakijiji/rrlfe|3.63901018922853e-06| -|requirements.txt|github/paulbrodersen/netgraph|3.63901018922853e-06| -|requirements.txt|github/annayqho/TheCannon|3.63901018922853e-06| -|requirements.txt|github/mavrix93/LightCurvesClassifier|3.63901018922853e-06| -|requirements.txt|github/inpefess/gym-saturation|3.63901018922853e-06| -|requirements.txt|github/candYgene/siga|3.63901018922853e-06| -|requirements.txt|github/Ajstros/pyripherals|3.63901018922853e-06| -|requirements.txt|github/andr1976/HydDown|3.63901018922853e-06| -|requirements.txt|github/ImperialCollegeLondon/champ|3.63901018922853e-06| -|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.63901018922853e-06| -|requirements.txt|github/Samreay/ChainConsumer|3.63901018922853e-06| -|requirements.txt|github/Samreay/Barry|3.63901018922853e-06| -|requirements.txt|github/Jacks0nJ/PyFPT|3.63901018922853e-06| -|requirements.txt|github/roualdes/bridgestan|3.63901018922853e-06| -|requirements.txt|github/ronshnapp/MyPTV|3.63901018922853e-06| -|requirements.txt|github/cytham/nanovar|3.63901018922853e-06| -|requirements.txt|github/mlares/hearsay|3.63901018922853e-06| -|requirements.txt|github/Qiskit/qiskit-experiments|3.63901018922853e-06| -|requirements.txt|github/eggnogdb/eggnog-mapper|3.63901018922853e-06| -|requirements.txt|github/shandley/hecatomb|3.63901018922853e-06| -|requirements.txt|github/achael/eht-imaging|3.63901018922853e-06| -|requirements.txt|github/bfarr/kombine|3.63901018922853e-06| -|requirements.txt|github/mtlam/PyPulse|3.63901018922853e-06| -|requirements.txt|github/citation-file-format/citation-file-format|3.63901018922853e-06| -|requirements.txt|github/bd-j/prospector|3.63901018922853e-06| -|requirements.txt|github/bd-j/sedpy|3.63901018922853e-06| -|requirements.txt|github/grant-m-s/astronomicAL|3.63901018922853e-06| -|requirements.txt|github/villrv/SuperRAENN|3.63901018922853e-06| -|requirements.txt|github/StingraySoftware/HENDRICS|3.63901018922853e-06| -|requirements.txt|github/maserlib/ExPRES|3.63901018922853e-06| -|requirements.txt|github/ucl-exoplanets/pylightcurve|3.63901018922853e-06| -|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.63901018922853e-06| -|requirements.txt|github/Smith42/pix2prof|3.63901018922853e-06| -|requirements.txt|github/mpound/pdrtpy|3.63901018922853e-06| -|requirements.txt|github/lucabaldini/ixpeobssim|3.63901018922853e-06| -|requirements.txt|github/manodeep/TesseRACt|3.63901018922853e-06| -|requirements.txt|github/daler/pybedtools|3.63901018922853e-06| -|requirements.txt|github/daler/gffutils|3.63901018922853e-06| -|requirements.txt|github/cdanielmachado/reframed|3.63901018922853e-06| -|requirements.txt|github/spack/spack|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/Stimela|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/Stimela-classic|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/QuartiCal|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/PyMORESANE|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/rodrigues|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/breizorro|3.63901018922853e-06| -|requirements.txt|github/luizfelippesr/galmag|3.63901018922853e-06| -|requirements.txt|github/nextstrain/nextclade|3.63901018922853e-06| -|requirements.txt|github/GalletFlorian/TATOO|3.63901018922853e-06| -|requirements.txt|github/dkoslicki/TAMPA|3.63901018922853e-06| -|requirements.txt|github/fenderglass/Ragout|3.63901018922853e-06| -|requirements.txt|github/fenderglass/Flye|3.63901018922853e-06| -|requirements.txt|github/JulianZDing/UniMAP|3.63901018922853e-06| -|requirements.txt|github/hpparvi/PyTransit|3.63901018922853e-06| -|requirements.txt|github/hpparvi/opents|3.63901018922853e-06| -|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.63901018922853e-06| -|requirements.txt|github/dsavransky/EXOSIMS|3.63901018922853e-06| -|requirements.txt|github/myinxd/mcrgnet|3.63901018922853e-06| -|requirements.txt|github/he2016012996/CABnet|3.63901018922853e-06| -|requirements.txt|github/IMMM-SFA/tell|3.63901018922853e-06| -|requirements.txt|github/freqtrade/freqtrade|3.63901018922853e-06| -|requirements.txt|github/qMRLab/qMRLab|3.63901018922853e-06| -|requirements.txt|github/aertslab/pySCENIC|3.63901018922853e-06| -|requirements.txt|github/MIAnalyzer/MIA|3.63901018922853e-06| -|requirements.txt|github/ggciag/mandyoc|3.63901018922853e-06| -|requirements.txt|github/rzellem/EXOTIC|3.63901018922853e-06| -|requirements.txt|github/ifilot/edp|3.63901018922853e-06| -|requirements.txt|github/xinyiguan/py2lispIDyOM|3.63901018922853e-06| -|requirements.txt|github/minaskar/pocomc|3.63901018922853e-06| -|requirements.txt|github/minaskar/zeus|3.63901018922853e-06| -|requirements.txt|github/minaskar/hankl|3.63901018922853e-06| -|requirements.txt|github/JulianBMunoz/Zeus21|3.63901018922853e-06| -|requirements.txt|github/JulianBMunoz/RelicFast|3.63901018922853e-06| -|requirements.txt|github/teuben/QAC|3.63901018922853e-06| -|requirements.txt|github/AdmiralenOla/Scoary|3.63901018922853e-06| -|requirements.txt|github/hyosubkim/bayes-toolbox|3.63901018922853e-06| -|requirements.txt|github/mwalmsley/zoobot|3.63901018922853e-06| -|requirements.txt|github/roban/CosmoloPy|3.63901018922853e-06| -|requirements.txt|github/dirmeier/surjectors|3.63901018922853e-06| -|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.63901018922853e-06| -|requirements.txt|github/Higgins00/TESS-Localize|3.63901018922853e-06| -|requirements.txt|github/temuller/hostphot|3.63901018922853e-06| -|requirements.txt|github/temuller/piscola|3.63901018922853e-06| -|requirements.txt|github/JulioHC00/PEPITA|3.63901018922853e-06| -|requirements.txt|github/migueldvb/cine|3.63901018922853e-06| -|requirements.txt|github/SCIInstitute/UncertainSCI|3.63901018922853e-06| -|requirements.txt|github/SHTOOLS/SHTOOLS|3.63901018922853e-06| -|requirements.txt|github/SarveshVGharat/Plages-Identification|3.63901018922853e-06| -|requirements.txt|github/huiwenke/MineProt|3.63901018922853e-06| -|requirements.txt|github/exciting/excitingtools|3.63901018922853e-06| -|requirements.txt|github/tomasplsek/CADET|3.63901018922853e-06| -|requirements.txt|github/MLMI2-CSSI/foundry|3.63901018922853e-06| -|requirements.txt|github/mwaskom/seaborn|3.63901018922853e-06| -|requirements.txt|github/kyleaoman/martini|3.63901018922853e-06| -|requirements.txt|github/jeffdaily/parasail-python|3.63901018922853e-06| -|requirements.txt|github/Gabaldonlab/jloh|3.63901018922853e-06| -|requirements.txt|github/scikit-learn-contrib/hdbscan|3.63901018922853e-06| -|requirements.txt|github/variomes/sibtm-variomes|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/K2fov|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/PyKE|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/kadenza|3.63901018922853e-06| -|requirements.txt|github/radis/radis|3.63901018922853e-06| -|requirements.txt|github/ryanhausen/fitsmap|3.63901018922853e-06| -|requirements.txt|github/Cristianetaniguti/Reads2Map|3.63901018922853e-06| -|requirements.txt|github/barentsen/k2flix|3.63901018922853e-06| -|requirements.txt|github/barentsen/dave|3.63901018922853e-06| -|requirements.txt|github/JustinYKC/FEPOPS|3.63901018922853e-06| -|requirements.txt|github/ConnorStoneAstro/AutoProf|3.63901018922853e-06| -|requirements.txt|github/rhdtownsend/gyre|3.63901018922853e-06| -|requirements.txt|github/SimonPfeifer/cows|3.63901018922853e-06| -|requirements.txt|github/jellis18/PTMCMCSampler|3.63901018922853e-06| -|requirements.txt|github/songningqiang/CosmoLED|3.63901018922853e-06| -|requirements.txt|github/aewallin/allantools|3.63901018922853e-06| -|requirements.txt|github/mindearth/mobilkit|3.63901018922853e-06| -|requirements.txt|github/wmglab-duke/ascent|3.63901018922853e-06| -|requirements.txt|github/dfm/ketu|3.63901018922853e-06| -|requirements.txt|github/Basvanstein/GSAreport|3.63901018922853e-06| -|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.63901018922853e-06| -|requirements.txt|github/ywx649999311/EzTao|3.63901018922853e-06| -|requirements.txt|github/KVSlab/VaMPy|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/CosmoHammer|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/hide|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/seek|3.63901018922853e-06| -|requirements.txt|github/AusSRC/SoFiAX|3.63901018922853e-06| -|requirements.txt|github/pudu-py/pudu|3.63901018922853e-06| -|requirements.txt|github/milnus/Magphi|3.63901018922853e-06| -|requirements.txt|github/openmsi/openmsistream|3.63901018922853e-06| -|requirements.txt|github/NBISweden/AGAT|3.63901018922853e-06| -|requirements.txt|github/icecube/TauRunner|3.63901018922853e-06| -|requirements.txt|github/hposborn/MonoTools|3.63901018922853e-06| -|requirements.txt|github/ngbusca/QuasarNET|3.63901018922853e-06| -|requirements.txt|github/AOtools/aotools|3.63901018922853e-06| -|requirements.txt|github/WangLabTHU/DeSP|3.63901018922853e-06| -|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.63901018922853e-06| -|requirements.txt|github/tylertrimble/viswaternet|3.63901018922853e-06| -|requirements.txt|github/travisseymour/EPICpy|3.63901018922853e-06| -|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.63901018922853e-06| -|requirements.txt|github/RECETOX/RIAssigner|3.63901018922853e-06| -|requirements.txt|github/RECETOX/MSMetaEnhancer|3.63901018922853e-06| -|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.63901018922853e-06| -|requirements.txt|github/danielreardon/scintools|3.63901018922853e-06| -|requirements.txt|github/kuenzelab/ENDURE|3.63901018922853e-06| -|requirements.txt|github/sorenwacker/ProteomicsQC|3.63901018922853e-06| -|requirements.txt|github/Climdyn/qgs|3.63901018922853e-06| -|requirements.txt|github/pysam-developers/pysam|3.63901018922853e-06| -|requirements.txt|github/ACTCollaboration/zCluster|3.63901018922853e-06| -|requirements.txt|github/j-erler/pymf|3.63901018922853e-06| -|requirements.txt|github/astroboylrx/Rubble|3.63901018922853e-06| -|requirements.txt|github/erikbern/ann-benchmarks|3.63901018922853e-06| -|requirements.txt|github/NLeSC/litstudy|3.63901018922853e-06| -|requirements.txt|github/NLeSC/ShiCo|3.63901018922853e-06| -|requirements.txt|github/VIB-PSB/MINI-EX|3.63901018922853e-06| -|requirements.txt|github/YangLab/CIRCexplorer2|3.63901018922853e-06| -|requirements.txt|github/mtceballos/SIRENAdoc|3.63901018922853e-06| -|requirements.txt|github/TianlaiProject/tlpipe|3.63901018922853e-06| -|requirements.txt|github/jeremysanders/mbproj2|3.63901018922853e-06| -|requirements.txt|github/phirling/pyc2ray|3.63901018922853e-06| -|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.63901018922853e-06| -|requirements.txt|github/ucberkeleyseti/blimpy|3.63901018922853e-06| -|requirements.txt|github/ucberkeleyseti/turbo_seti|3.63901018922853e-06| -|requirements.txt|github/mswzeus/TargetNet|3.63901018922853e-06| -|requirements.txt|github/yuhuan-wu/mobilesal|3.63901018922853e-06| -|requirements.txt|github/statgen/Minimac4|3.63901018922853e-06| -|requirements.txt|github/OxES/k2sc|3.63901018922853e-06| -|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.63901018922853e-06| -|requirements.txt|github/OnroerendErfgoed/atramhasis|3.63901018922853e-06| -|requirements.txt|github/florpi/sunbird|3.63901018922853e-06| -|requirements.txt|github/pcubillos/mc3|3.63901018922853e-06| -|requirements.txt|github/pcubillos/pyratbay|3.63901018922853e-06| -|requirements.txt|github/pcubillos/repack|3.63901018922853e-06| -|requirements.txt|github/stammler/dustpylib|3.63901018922853e-06| -|requirements.txt|github/sczesla/PyAstronomy|3.63901018922853e-06| -|requirements.txt|github/amrex-astro/Castro|3.63901018922853e-06| -|requirements.txt|github/amrex-astro/Nyx|3.63901018922853e-06| -|requirements.txt|github/scikit-tda/DREiMac|3.63901018922853e-06| -|requirements.txt|github/discsim/frank|3.63901018922853e-06| -|requirements.txt|github/jeschaef/Graph4Med|3.63901018922853e-06| -|requirements.txt|github/michaelhb/superplot|3.63901018922853e-06| -|requirements.txt|github/AndrewAnnex/SpiceyPy|3.63901018922853e-06| -|requirements.txt|github/secimTools/SECIMTools|3.63901018922853e-06| -|requirements.txt|github/ncbi/datasets|3.63901018922853e-06| -|requirements.txt|github/tud-hri/joan|3.63901018922853e-06| -|requirements.txt|github/tud-hri/travia|3.63901018922853e-06| -|requirements.txt|github/ZJUFanLab/bulk2space|3.63901018922853e-06| -|requirements.txt|github/nanoporetech/medaka|3.63901018922853e-06| -|requirements.txt|github/nanoporetech/pychopper|3.63901018922853e-06| -|requirements.txt|github/forrest-lab/scMatch|3.63901018922853e-06| -|requirements.txt|github/uab-cgds-worthey/quac|3.63901018922853e-06| -|requirements.txt|github/winger/hawking_net|3.63901018922853e-06| -|requirements.txt|github/phineasng/DECODE|3.63901018922853e-06| -|requirements.txt|github/DataBiosphere/wdl-parsers|3.63901018922853e-06| -|requirements.txt|github/kno10/python-kmedoids|3.63901018922853e-06| -|requirements.txt|github/khyox/recentrifuge|3.63901018922853e-06| -|requirements.txt|github/RuthAngus/stardate|3.63901018922853e-06| -|requirements.txt|github/SDXorg/pysd|3.63901018922853e-06| -|requirements.txt|github/fhcrc/seqmagick|3.63901018922853e-06| -|requirements.txt|github/arnauqb/qwind|3.63901018922853e-06| -|requirements.txt|github/astromer-science/main-code|3.63901018922853e-06| -|requirements.txt|github/Narayana-Rao/SAR-tools|3.63901018922853e-06| -|requirements.txt|github/mwvgroup/pwv_kpno|3.63901018922853e-06| -|requirements.txt|github/gbrammer/grizli|3.63901018922853e-06| -|requirements.txt|github/hannorein/rebound|3.63901018922853e-06| -|requirements.txt|github/nialov/fractopo|3.63901018922853e-06| -|requirements.txt|github/muctadir/lama|3.63901018922853e-06| -|requirements.txt|github/monarch-initiative/loinc2hpo|3.63901018922853e-06| -|requirements.txt|github/ArgonneCPAC/diffmah|3.63901018922853e-06| -|requirements.txt|github/ArgonneCPAC/diffstar|3.63901018922853e-06| -|requirements.txt|github/rkiman/wdwarfdate|3.63901018922853e-06| -|requirements.txt|github/jtschindler/sculptor|3.63901018922853e-06| -|requirements.txt|github/williamjameshandley/anesthetic|3.63901018922853e-06| -|requirements.txt|github/williamjameshandley/fgivenx|3.63901018922853e-06| -|requirements.txt|github/HLasse/TextDescriptives|3.63901018922853e-06| -|requirements.txt|github/uedaLabR/nanoDoc|3.63901018922853e-06| -|requirements.txt|github/igmhub/LyaCoLoRe|3.63901018922853e-06| -|requirements.txt|github/igmhub/picca|3.63901018922853e-06| -|requirements.txt|github/ryanvarley/exodata|3.63901018922853e-06| -|requirements.txt|github/cmoestl/3DCORE|3.63901018922853e-06| -|requirements.txt|github/TinkerTools/tinker9|3.63901018922853e-06| -|requirements.txt|github/kkjawz/coref-ee|3.63901018922853e-06| -|requirements.txt|github/cobilab/altair|3.63901018922853e-06| -|requirements.txt|github/keatonb/TESS_PRF|3.63901018922853e-06| -|requirements.txt|github/keatonb/Pyriod|3.63901018922853e-06| -|requirements.txt|github/sandialabs/pvOps|3.63901018922853e-06| -|requirements.txt|github/MikeSWang/Harmonia|3.63901018922853e-06| -|requirements.txt|github/MikeSWang/HorizonGRound|3.63901018922853e-06| -|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.63901018922853e-06| -|requirements.txt|github/ethicsai/ethical-smart-grid|3.63901018922853e-06| -|requirements.txt|github/ggonnella/fastsubtrees|3.63901018922853e-06| -|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.63901018922853e-06| -|requirements.txt|github/vortex-exoplanet/VIP|3.63901018922853e-06| -|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.63901018922853e-06| -|requirements.txt|github/duetosymmetry/qnm|3.63901018922853e-06| -|requirements.txt|github/MRChemSoft/mrchem|3.63901018922853e-06| -|requirements.txt|github/hallamlab/TreeSAPP|3.63901018922853e-06| -|requirements.txt|github/SESMG/SESMG|3.63901018922853e-06| -|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.63901018922853e-06| -|requirements.txt|github/GalSim-developers/GalSim|3.63901018922853e-06| -|requirements.txt|github/fccoelho/epimodels|3.63901018922853e-06| -|requirements.txt|github/fccoelho/epigrass|3.63901018922853e-06| -|requirements.txt|github/tamarervin/SolAster|3.63901018922853e-06| -|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.63901018922853e-06| -|requirements.txt|github/msyazwanfaid/hilalpy|3.63901018922853e-06| -|requirements.txt|github/cistrome/MIRA|3.63901018922853e-06| -|requirements.txt|github/lucydot/effmass|3.63901018922853e-06| -|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.63901018922853e-06| -|requirements.txt|github/exoclime/HELA|3.63901018922853e-06| -|requirements.txt|github/exoclime/HELIOS-K|3.63901018922853e-06| -|requirements.txt|github/kinnala/scikit-fem|3.63901018922853e-06| -|requirements.txt|github/smaret/astrochem|3.63901018922853e-06| -|requirements.txt|github/emerge-erc/ALminer|3.63901018922853e-06| -|requirements.txt|github/singularityhub/sregistry|3.63901018922853e-06| -|requirements.txt|github/idruglab/hignn|3.63901018922853e-06| -|requirements.txt|github/COINtoolbox/ActSNClass|3.63901018922853e-06| -|requirements.txt|github/pyxnat/pyxnat|3.63901018922853e-06| -|requirements.txt|github/ketch/RK-Opt|3.63901018922853e-06| -|requirements.txt|github/pyFFTW/pyFFTW|3.63901018922853e-06| -|requirements.txt|github/samsledje/ConPLex_dev|3.63901018922853e-06| -|requirements.txt|github/htjb/margarine|3.63901018922853e-06| -|requirements.txt|github/htjb/globalemu|3.63901018922853e-06| -|requirements.txt|github/tpospisi/RFCDE|3.63901018922853e-06| -|requirements.txt|github/tpospisi/nnkcde|3.63901018922853e-06| -|requirements.txt|github/tpospisi/cdetools|3.63901018922853e-06| -|requirements.txt|github/desihub/fastspecfit|3.63901018922853e-06| -|requirements.txt|github/palaeoware/revosim|3.63901018922853e-06| -|requirements.txt|github/pyvisa/pyvisa|3.63901018922853e-06| -|requirements.txt|github/florian-lienhard/MM-LSD|3.63901018922853e-06| -|requirements.txt|github/tholoien/XDGMM|3.63901018922853e-06| -|requirements.txt|github/tholoien/empiriciSN|3.63901018922853e-06| -|requirements.txt|github/ylxu05/HN-PPISP|3.63901018922853e-06| -|requirements.txt|github/xraypy/xraylarch|3.63901018922853e-06| -|requirements.txt|github/asntech/intervene|3.63901018922853e-06| -|requirements.txt|github/ablab/TandemTools|3.63901018922853e-06| -|requirements.txt|github/dirac-institute/asterogap|3.63901018922853e-06| -|requirements.txt|github/gvilitechltd/LibSWIFFT|3.63901018922853e-06| -|requirements.txt|github/a-griffiths/AutoSpec|3.63901018922853e-06| -|requirements.txt|github/CosmoStat/mccd|3.63901018922853e-06| -|requirements.txt|github/biocircuits/bioscrape|3.63901018922853e-06| -|requirements.txt|github/SJLeo/FFSD|3.63901018922853e-06| -|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.63901018922853e-06| -|requirements.txt|github/Chenmi0619/GALMoss|3.63901018922853e-06| -|requirements.txt|github/atomec-project/atoMEC|3.63901018922853e-06| -|requirements.txt|github/STEllAR-GROUP/hpx|3.63901018922853e-06| -|requirements.txt|github/r3w0p/bobocep|3.63901018922853e-06| -|requirements.txt|github/pni-lab/mlconfound|3.63901018922853e-06| -|requirements.txt|github/bcbio/bcbio-nextgen|3.63901018922853e-06| -|requirements.txt|github/mr-superonion/FPFS|3.63901018922853e-06| -|requirements.txt|github/geoelements/gns|3.63901018922853e-06| -|requirements.txt|github/smithlabcode/dnmtools|3.63901018922853e-06| -|requirements.txt|github/AemulusProject/bias_emulator|3.63901018922853e-06| -|requirements.txt|github/dib-lab/dammit|3.63901018922853e-06| -|requirements.txt|github/dib-lab/sourmash|3.63901018922853e-06| -|requirements.txt|github/UoMMIB/TFBMiner|3.63901018922853e-06| -|requirements.txt|github/SPARTA-dev/SPARTA|3.63901018922853e-06| -|requirements.txt|github/deeptools/deepTools|3.63901018922853e-06| -|requirements.txt|github/deeptools/HiCExplorer|3.63901018922853e-06| -|requirements.txt|github/ajshajib/dolphin|3.63901018922853e-06| -|requirements.txt|github/RBrearton/islatu|3.63901018922853e-06| -|requirements.txt|github/astroweaver/the_farmer|3.63901018922853e-06| -|requirements.txt|github/ashleychontos/pySYD|3.63901018922853e-06| -|requirements.txt|github/nanograv/enterprise|3.63901018922853e-06| -|requirements.txt|github/fgbuster/fgbuster|3.63901018922853e-06| -|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.63901018922853e-06| -|requirements.txt|github/cogent3/cogent3|3.63901018922853e-06| -|requirements.txt|github/alexander-mead/pyhalomodel|3.63901018922853e-06| -|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.63901018922853e-06| -|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.63901018922853e-06| -|requirements.txt|github/PolymerGuy/recolo|3.63901018922853e-06| -|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.63901018922853e-06| -|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.63901018922853e-06| -|requirements.txt|github/jkrogager/VoigtFit|3.63901018922853e-06| -|requirements.txt|github/nickelnine37/pykronecker|3.63901018922853e-06| -|requirements.txt|github/ianfhunter/GNOLL|3.63901018922853e-06| -|requirements.txt|github/RuiningZHAO/wcpy|3.63901018922853e-06| -|requirements.txt|github/rodluger/everest|3.63901018922853e-06| -|requirements.txt|github/joshspeagle/dynesty|3.63901018922853e-06| -|requirements.txt|github/bow/fsnviz|3.63901018922853e-06| -|requirements.txt|github/austinpeel/herculens|3.63901018922853e-06| -|requirements.txt|github/RosettaCommons/RFDesign|3.63901018922853e-06| -|requirements.txt|github/gperezs/StarcNet|3.63901018922853e-06| -|requirements.txt|github/iontorrent/TS|3.63901018922853e-06| -|requirements.txt|github/BorgwardtLab/simbsig|3.63901018922853e-06| -|requirements.txt|github/LINNAE-project/SFB-Annotator|3.63901018922853e-06| -|requirements.txt|github/jpierel14/snsed|3.63901018922853e-06| -|requirements.txt|github/kblin/ncbi-acc-download|3.63901018922853e-06| -|requirements.txt|github/GBLille/MassiveFold|3.63901018922853e-06| -|requirements.txt|github/johannesulf/dsigma|3.63901018922853e-06| -|requirements.txt|github/intake/intake|3.63901018922853e-06| -|requirements.txt|github/Vini2/GraphBin|3.63901018922853e-06| -|requirements.txt|github/xuanxu/starmatrix|3.63901018922853e-06| -|requirements.txt|github/tiberioap/grav_waldo|3.63901018922853e-06| -|requirements.txt|github/PynPoint/PynPoint|3.63901018922853e-06| -|requirements.txt|github/ryneches/SuchTree|3.63901018922853e-06| -|requirements.txt|github/N-Wouda/ALNS|3.63901018922853e-06| -|requirements.txt|github/parsotat/batanalysis|3.63901018922853e-06| -|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.63901018922853e-06| -|requirements.txt|github/JuliaHCI/ADI.jl|3.63901018922853e-06| -|requirements.txt|github/CGATOxford/UMI-tools|3.63901018922853e-06| -|requirements.txt|github/aimalz/qp|3.63901018922853e-06| -|requirements.txt|github/silburt/DeepMoon|3.63901018922853e-06| -|requirements.txt|github/jdber1/opendrop|3.63901018922853e-06| -|requirements.txt|github/kingyin3613/RingsPy|3.63901018922853e-06| -|requirements.txt|github/seeh/surprise|3.63901018922853e-06| -|requirements.txt|github/johnh2o2/cuvarbase|3.63901018922853e-06| -|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.63901018922853e-06| -|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.63901018922853e-06| -|requirements.txt|github/chemfiles/chemfiles|3.63901018922853e-06| -|requirements.txt|github/reneshbedre/bioinfokit|3.63901018922853e-06| -|requirements.txt|github/icrar/daliuge|3.63901018922853e-06| -|requirements.txt|github/grahambell/pymoc|3.63901018922853e-06| -|requirements.txt|github/igvteam/igv-reports|3.63901018922853e-06| -|requirements.txt|github/hongwanliu/DarkHistory|3.63901018922853e-06| -|requirements.txt|github/stinefm/relsad|3.63901018922853e-06| -|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.63901018922853e-06| -|requirements.txt|github/bedops/bedops|3.63901018922853e-06| -|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.63901018922853e-06| -|requirements.txt|github/rsnemmen/BCES|3.63901018922853e-06| -|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.63901018922853e-06| -|requirements.txt|github/tnakazato/priism|3.63901018922853e-06| -|requirements.txt|github/LondonBiofoundry/basicsynbio|3.63901018922853e-06| -|requirements.txt|github/deepmind/alphafold|3.63901018922853e-06| -|requirements.txt|github/MichelleLochner/astronomaly|3.63901018922853e-06| -|requirements.txt|github/qmarcou/IGoR|3.63901018922853e-06| -|requirements.txt|github/sjteresi/TE_Density|3.63901018922853e-06| -|requirements.txt|github/alejandrobll/py-sphviewer|3.63901018922853e-06| -|requirements.txt|github/miRTop/mirtop|3.63901018922853e-06| -|requirements.txt|github/me-manu/gammaALPs|3.63901018922853e-06| -|requirements.txt|github/mattyowl/astLib|3.63901018922853e-06| -|requirements.txt|github/lys-devel/lys|3.63901018922853e-06| -|requirements.txt|github/tikk3r/legacystamps|3.63901018922853e-06| -|requirements.txt|github/pmlmodelling/nctoolkit|3.63901018922853e-06| -|requirements.txt|github/valboz/VBBinaryLensing|3.63901018922853e-06| -|requirements.txt|github/zachetienne/nrpytutorial|3.63901018922853e-06| -|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.63901018922853e-06| -|requirements.txt|github/sourmash-bio/sourmash|3.63901018922853e-06| -|requirements.txt|github/python-hydro/pyro2|3.63901018922853e-06| -|requirements.txt|github/chanzuckerberg/cellxgene|3.63901018922853e-06| -|requirements.txt|github/logan-pearce/lofti_gaia|3.63901018922853e-06| -|requirements.txt|github/transientskp/lpf|3.63901018922853e-06| -|requirements.txt|github/pyomeca/biosiglive|3.63901018922853e-06| -|requirements.txt|github/bthorne93/PySM_public|3.63901018922853e-06| -|requirements.txt|github/Kamuish/archi|3.63901018922853e-06| -|requirements.txt|github/NLESC-JCER/QMCblip|3.63901018922853e-06| -|requirements.txt|github/rpoleski/MulensModel|3.63901018922853e-06| -|requirements.txt|github/soraxas/sbp-env|3.63901018922853e-06| -|requirements.txt|github/BioGearsEngine/core|3.63901018922853e-06| -|requirements.txt|github/harrispopgen/mutyper|3.63901018922853e-06| -|requirements.txt|github/jesford/cluster-lensing|3.63901018922853e-06| -|requirements.txt|github/etal/cnvkit|3.63901018922853e-06| -|requirements.txt|github/theislab/scCODA|3.63901018922853e-06| -|requirements.txt|github/danhey/echelle|3.63901018922853e-06| -|requirements.txt|github/vrodgom/statmorph|3.63901018922853e-06| -|requirements.txt|github/bcgsc/TMBur|3.63901018922853e-06| -|requirements.txt|github/bcgsc/NanoSim|3.63901018922853e-06| -|requirements.txt|github/HannahMDoherty/ChemGAPP|3.63901018922853e-06| -|requirements.txt|github/cwieder/py-ssPA|3.63901018922853e-06| -|requirements.txt|github/KolmogorovLab/Severus|3.63901018922853e-06| -|requirements.txt|github/SterlingYM/astroPIPS|3.63901018922853e-06| -|requirements.txt|github/JorenSix/Olaf|3.63901018922853e-06| -|requirements.txt|github/COMBINE-lab/alevin-fry|3.63901018922853e-06| -|requirements.txt|github/learningsimulator/learningsimulator|3.63901018922853e-06| -|requirements.txt|github/pyamg/pyamg|3.63901018922853e-06| -|requirements.txt|github/AWehrhahn/SME|3.63901018922853e-06| -|requirements.txt|github/OSeMOSYS/otoole|3.63901018922853e-06| -|requirements.txt|github/yrjia1015/CRISPRCasStack|3.63901018922853e-06| -|requirements.txt|github/nickhand/pyRSD|3.63901018922853e-06| -|requirements.txt|github/damar-wicaksono/uqtestfuns|3.63901018922853e-06| -|requirements.txt|github/ITA-Solar/rh|3.63901018922853e-06| -|requirements.txt|github/exosports/homer|3.63901018922853e-06| -|requirements.txt|github/exosports/MARGE|3.63901018922853e-06| -|requirements.txt|github/PaulRitsche/DLTrack|3.63901018922853e-06| -|requirements.txt|github/LCOGT/neoexchange|3.63901018922853e-06| -|requirements.txt|github/micahvista/MAMnet|3.63901018922853e-06| -|requirements.txt|github/onnela-lab/beiwe-backend|3.63901018922853e-06| -|requirements.txt|github/jonas-fuchs/varVAMP|3.63901018922853e-06| -|requirements.txt|github/sblunt/orbitize|3.63901018922853e-06| -|requirements.txt|github/genouest/biomaj-daemon|3.63901018922853e-06| -|requirements.txt|github/EnricoCorsaro/FAMED|3.63901018922853e-06| -|requirements.txt|github/spiketools/spiketools|3.63901018922853e-06| -|requirements.txt|github/mgieles/limepy|3.63901018922853e-06| -|requirements.txt|github/saberyoung/haffet|3.63901018922853e-06| -|requirements.txt|github/kartheikiyer/dense_basis|3.63901018922853e-06| -|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.63901018922853e-06| -|requirements.txt|github/NiallJeffrey/BornRaytrace|3.63901018922853e-06| -|requirements.txt|github/mrtommyb/ktransit|3.63901018922853e-06| -|requirements.txt|github/ECP-WarpX/WarpX|3.63901018922853e-06| -|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.63901018922853e-06| -|requirements.txt|github/wbalmer/backtracks|3.63901018922853e-06| -|requirements.txt|github/wbalmer/backtrack|3.63901018922853e-06| -|requirements.txt|github/surf-eds/one-button-compute|3.63901018922853e-06| -|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.63901018922853e-06| -|requirements.txt|github/christinahedges/contaminante|3.63901018922853e-06| -|requirements.txt|github/FlorianThibord/OptimiR|3.63901018922853e-06| -|requirements.txt|github/siavashk/pycpd|3.63901018922853e-06| -|requirements.txt|github/pysat/pysat|3.63901018922853e-06| -|requirements.txt|github/maxmahlke/ssos|3.63901018922853e-06| -|requirements.txt|github/frescigno/magpy_rv|3.63901018922853e-06| -|requirements.txt|github/macrocosme/amber_meta|3.63901018922853e-06| -|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.63901018922853e-06| -|requirements.txt|github/jsobeck/MOOG_SCAT|3.63901018922853e-06| -|requirements.txt|github/SharmaLlama/ticktack|3.63901018922853e-06| -|requirements.txt|github/galaxyproject/galaxy-lib|3.63901018922853e-06| -|requirements.txt|github/BASTAcode/BASTA|3.63901018922853e-06| -|requirements.txt|github/BenNordick/HiLoop|3.63901018922853e-06| -|requirements.txt|github/ExObsSim/ExoRad2-public|3.63901018922853e-06| -|requirements.txt|github/tvwenger/millennium-tap-query|3.63901018922853e-06| -|requirements.txt|github/GilbertLabUCSF/CanDI|3.63901018922853e-06| -|requirements.txt|github/marius311/cosmoslik|3.63901018922853e-06| -|requirements.txt|github/E3SM-Project/gdess|3.63901018922853e-06| -|requirements.txt|github/vterron/lemon|3.63901018922853e-06| -|requirements.txt|github/TearsWaiting/MIMML|3.63901018922853e-06| -|requirements.txt|github/damonge/schNell|3.63901018922853e-06| -|requirements.txt|github/winni2k/abeona|3.63901018922853e-06| -|requirements.txt|github/broadinstitute/cromwell|3.63901018922853e-06| -|requirements.txt|github/oliverphilcox/RascalC|3.63901018922853e-06| -|requirements.txt|github/pennsignals/chime|3.63901018922853e-06| -|requirements.txt|github/JLBLine/WODEN|3.63901018922853e-06| -|requirements.txt|github/JLBLine/PUMA|3.63901018922853e-06| -|requirements.txt|github/floodlight-sports/floodlight|3.63901018922853e-06| -|requirements.txt|github/lutteropp/NetRAX|3.63901018922853e-06| -|requirements.txt|github/open2c/pairtools|3.63901018922853e-06| -|requirements.txt|github/CAMI-challenge/CAMITAX|3.63901018922853e-06| -|requirements.txt|github/fabiorigamonti/bang|3.63901018922853e-06| -|requirements.txt|github/jdswinbank/Comet|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/MutViz|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/VarSum|3.63901018922853e-06| -|requirements.txt|github/markur4/plotastic|3.63901018922853e-06| -|requirements.txt|github/pierfied/karmma|3.63901018922853e-06| -|requirements.txt|github/moead-framework/framework|3.63901018922853e-06| -|requirements.txt|github/vgteam/vg#vg|3.63901018922853e-06| -|requirements.txt|github/vgteam/vg|3.63901018922853e-06| -|requirements.txt|github/zhoux85/scAdapt|3.63901018922853e-06| -|requirements.txt|github/justyncw/STAR_MELT|3.63901018922853e-06| -|requirements.txt|github/jan-rybizki/gdr2_completeness|3.63901018922853e-06| -|requirements.txt|github/jan-rybizki/Chempy|3.63901018922853e-06| -|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.63901018922853e-06| -|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.63901018922853e-06| -|requirements.txt|github/iancze/PSOAP|3.63901018922853e-06| -|requirements.txt|github/ot483/NetCom|3.63901018922853e-06| -|requirements.txt|github/chenwuperth/rgz_rcnn|3.63901018922853e-06| -|requirements.txt|github/miracum/ahd2fhir|3.63901018922853e-06| -|requirements.txt|github/danielenricocahall/elephas|3.63901018922853e-06| -|requirements.txt|github/jrkerns/pylinac|3.63901018922853e-06| -|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.63901018922853e-06| -|requirements.txt|github/csb-toolbox/CSB|3.63901018922853e-06| -|requirements.txt|github/miguelcarcamov/csromer|3.63901018922853e-06| -|requirements.txt|github/miguelcarcamov/gpuvmem|3.63901018922853e-06| -|requirements.txt|github/lgbouma/gyro-interp|3.63901018922853e-06| -|requirements.txt|github/Zafiirah13/meercrab|3.63901018922853e-06| -|requirements.txt|github/sebastian-zieba/PACMAN|3.63901018922853e-06| -|requirements.txt|github/scottgigante/picopore|3.63901018922853e-06| -|requirements.txt|github/opengeos/segment-geospatial|3.63901018922853e-06| -|requirements.txt|github/segasai/rvspecfit|3.63901018922853e-06| -|requirements.txt|github/valentineap/pyprop8|3.63901018922853e-06| -|requirements.txt|github/kboone/avocado|3.63901018922853e-06| -|requirements.txt|github/python-streamz/streamz|3.63901018922853e-06| -|requirements.txt|github/MrOlm/drep|3.63901018922853e-06| -|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.63901018922853e-06| -|requirements.txt|github/lpantano/seqcluster|3.63901018922853e-06| -|requirements.txt|github/koszullab/pareidolia|3.63901018922853e-06| -|requirements.txt|github/benstahl92/deepSIP|3.63901018922853e-06| -|requirements.txt|github/PetroFit/petrofit|3.63901018922853e-06| -|requirements.txt|github/JD2112/methylr|3.63901018922853e-06| -|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.63901018922853e-06| -|requirements.txt|github/epi2me-labs/mapula|3.63901018922853e-06| -|requirements.txt|github/rrwick/Deepbinner|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/spinning-up-basic|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/PlaNet|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/Rainbow|3.63901018922853e-06| -|requirements.txt|github/alawryaguila/multi-view-AE|3.63901018922853e-06| -|requirements.txt|github/MD-Studio/MDStudio|3.63901018922853e-06| -|requirements.txt|github/erling6232/imagedata|3.63901018922853e-06| -|requirements.txt|github/PNNL-m-q/mza|3.63901018922853e-06| -|requirements.txt|github/TommasoRonconi/scampy|3.63901018922853e-06| -|requirements.txt|github/SegataLab/lefse|3.63901018922853e-06| -|requirements.txt|github/gbouras13/plassembler|3.63901018922853e-06| -|requirements.txt|github/pavolgaj/ObsPlanner|3.63901018922853e-06| -|requirements.txt|github/ebachelet/pyLIMA|3.63901018922853e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.63901018922853e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.63901018922853e-06| -|requirements.txt|github/miguelzuma/hi_class_public|3.63901018922853e-06| -|requirements.txt|github/Ambuj-UF/APOP|3.63901018922853e-06| -|requirements.txt|github/klb2/qmkpy|3.63901018922853e-06| -|requirements.txt|github/pynucastro/pynucastro|3.63901018922853e-06| -|requirements.txt|github/cwentland0/perform|3.63901018922853e-06| -|requirements.txt|github/CarlosCoba/XookSuut-code|3.63901018922853e-06| -|requirements.txt|github/SuLab/Wikidata-phenomizer|3.63901018922853e-06| -|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.63901018922853e-06| -|requirements.txt|github/pipliggins/EVolve|3.63901018922853e-06| -|requirements.txt|github/sciris/sciris|3.63901018922853e-06| -|requirements.txt|github/zhangyk8/sconce-scms|3.63901018922853e-06| -|requirements.txt|github/YuRui8879/MRASleepNet|3.63901018922853e-06| -|requirements.txt|github/snad-space/ztf-viewer|3.63901018922853e-06| -|requirements.txt|github/aksholokhov/pysr3|3.63901018922853e-06| -|requirements.txt|github/ExeClim/Isca|3.63901018922853e-06| -|requirements.txt|github/artic-network/fieldbioinformatics|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/MAESTROeX|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/Castro|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/Nyx|3.63901018922853e-06| -|requirements.txt|github/sosl/H-FISTA|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/pycrires|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/species|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/ARTES|3.63901018922853e-06| -|requirements.txt|github/bregaldo/pywst|3.63901018922853e-06| -|requirements.txt|github/UgoLomoio/gtex_visualizer|3.63901018922853e-06| -|requirements.txt|github/PaulHancock/Robbie|3.63901018922853e-06| -|requirements.txt|github/aboucaud/pypher|3.63901018922853e-06| -|requirements.txt|github/brentp/peddy|3.63901018922853e-06| -|requirements.txt|github/brentp/cyvcf2|3.63901018922853e-06| -|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.63901018922853e-06| -|requirements.txt|github/vallis/libstempo|3.63901018922853e-06| -|requirements.txt|github/VChristiaens/special|3.63901018922853e-06| -|requirements.txt|github/VChristiaens/vcal_sphere|3.63901018922853e-06| -|requirements.txt|github/ptriska/WavesDash|3.63901018922853e-06| -|requirements.txt|github/bjmorgan/py-sc-fermi|3.63901018922853e-06| -|requirements.txt|github/ABM4ALL/Melodie|3.63901018922853e-06| -|requirements.txt|github/tmcclintock/AReconstructionTool|3.63901018922853e-06| -|requirements.txt|github/ihmwg/python-modelcif|3.63901018922853e-06| -|requirements.txt|github/ska-sa/katdal|3.63901018922853e-06| -|requirements.txt|github/tessgi/tvguide|3.63901018922853e-06| -|requirements.txt|github/afeinstein20/eleanor|3.63901018922853e-06| -|requirements.txt|github/ArtRand/signalAlign|3.63901018922853e-06| -|requirements.txt|github/1313e/CMasher|3.63901018922853e-06| -|requirements.txt|github/sklasfeld/DANPOS3|3.63901018922853e-06| -|requirements.txt|github/TeamCOMPAS/COMPAS|3.63901018922853e-06| -|requirements.txt|github/quantling/pyndl|3.63901018922853e-06| -|requirements.txt|github/mirnylab/pairtools|3.63901018922853e-06| -|requirements.txt|github/mirnylab/cooler|3.63901018922853e-06| -|requirements.txt|github/legolason/PyQSOFit|3.63901018922853e-06| -|requirements.txt|github/olivecha/guitarsounds|3.63901018922853e-06| -|requirements.txt|github/CobayaSampler/cobaya|3.63901018922853e-06| -|requirements.txt|github/sidmohite/nimbus-astro|3.63901018922853e-06| -|requirements.txt|github/benlansdell/ethome|3.63901018922853e-06| -|requirements.txt|github/Julian/jsonschema|3.63901018922853e-06| -|requirements.txt|github/yupidevs/pactus|3.63901018922853e-06| -|requirements.txt|github/minkailin/stratsi|3.63901018922853e-06| -|requirements.txt|github/benjaminbolling/RSW|3.63901018922853e-06| -|requirements.txt|github/enveda/RPath|3.63901018922853e-06| -|requirements.txt|github/kuanrongchan/COVID19-severity|3.63901018922853e-06| -|requirements.txt|github/3d-pli/fastpli|3.63901018922853e-06| -|requirements.txt|github/mraveri/tensiometer|3.63901018922853e-06| -|requirements.txt|github/matiscke/lcps|3.63901018922853e-06| -|requirements.txt|github/ppsp-team/PyNM|3.63901018922853e-06| -|requirements.txt|github/JakobBD/pounce|3.63901018922853e-06| -|requirements.txt|github/LSARP/ProteomicsQC|3.63901018922853e-06| -|requirements.txt|github/nickk124/RCR|3.63901018922853e-06| -|requirements.txt|github/PacificBiosciences/pbbam|3.63901018922853e-06| -|requirements.txt|github/BioinfoUNIBA/REDItools2|3.63901018922853e-06| -|requirements.txt|github/healpy/healpy|3.63901018922853e-06| -|requirements.txt|github/abatten/fruitbat|3.63901018922853e-06| -|requirements.txt|github/lkreidberg/batman|3.63901018922853e-06| -|requirements.txt|github/gmbrandt/HTOF|3.63901018922853e-06| -|requirements.txt|github/fcastagna/preprofit|3.63901018922853e-06| -|requirements.txt|github/fcastagna/JoXSZ|3.63901018922853e-06| -|requirements.txt|github/AllenInstitute/bmtk|3.63901018922853e-06| -|requirements.txt|github/li-yangyang/lotus|3.63901018922853e-06| -|requirements.txt|github/jts/nanopolish|3.63901018922853e-06| -|requirements.txt|github/cylammarco/ASPIRED|3.63901018922853e-06| -|requirements.txt|github/cylammarco/WDPhotTools|3.63901018922853e-06| -|requirements.txt|github/connor-lab/vapor|3.63901018922853e-06| -|requirements.txt|github/rmjarvis/Piff|3.63901018922853e-06| -|requirements.txt|github/rmjarvis/TreeCorr|3.63901018922853e-06| -|requirements.txt|github/londumas/redvsblue|3.63901018922853e-06| -|requirements.txt|github/bioAI-Oslo/Spikeometric|3.63901018922853e-06| -|requirements.txt|github/esa/NIDN|3.63901018922853e-06| -|requirements.txt|github/arnikz/PIQMIe|3.63901018922853e-06| -|requirements.txt|github/villano-lab/nrCascadeSim|3.63901018922853e-06| -|requirements.txt|github/21cmfast/21cmEMU|3.63901018922853e-06| -|requirements.txt|github/skyfielders/python-skyfield|3.63901018922853e-06| -|requirements.txt|github/chianti-atomic/ChiantiPy|3.63901018922853e-06| -|requirements.txt|github/EGaraldi/corecon|3.63901018922853e-06| -|requirements.txt|github/mrempel/geohexviz|3.63901018922853e-06| -|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.63901018922853e-06| -|requirements.txt|github/radiocosmology/driftscan|3.63901018922853e-06| -|requirements.txt|github/radiocosmology/draco|3.63901018922853e-06| -|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.63901018922853e-06| -|requirements.txt|github/lgrcia/prose|3.63901018922853e-06| -|requirements.txt|github/SebastianBocquet/pygtc|3.63901018922853e-06| -|requirements.txt|github/mscaudill/openseize|3.63901018922853e-06| -|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.63901018922853e-06| -|requirements.txt|github/YesselmanLab/rna_map|3.63901018922853e-06| -|requirements.txt|github/robashaw/libecpint|3.63901018922853e-06| -|requirements.txt|github/katholt/Kleborate|3.63901018922853e-06| -|requirements.txt|github/Lyalpha/spalipy|3.63901018922853e-06| -|requirements.txt|github/JacobBumgarner/VesselVio|3.63901018922853e-06| -|requirements.txt|github/jgieseler/solarmach|3.63901018922853e-06| -|requirements.txt|github/trygvrad/DF-XRM_viz|3.63901018922853e-06| -|requirements.txt|github/taoliu/MACS|3.63901018922853e-06| -|requirements.txt|github/lucianolorenti/ceruleo|3.63901018922853e-06| -|requirements.txt|github/SuperKogito/spafe|3.63901018922853e-06| -|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.63901018922853e-06| -|requirements.txt|github/C0PEP0D/otto|3.63901018922853e-06| -|requirements.txt|github/swagnercarena/paltas|3.63901018922853e-06| -|requirements.txt|github/sybila/biodivine-aeon-py|3.63901018922853e-06| -|requirements.txt|github/snowformatics/macrobot|3.63901018922853e-06| -|requirements.txt|github/prashjet/popkinmocks|3.63901018922853e-06| -|requirements.txt|github/iAART/aart|3.63901018922853e-06| -|requirements.txt|github/james-m-osborn/astrosat|3.63901018922853e-06| -|requirements.txt|github/JLiangLab/TransVW|3.63901018922853e-06| -|requirements.txt|github/drphilmarshall/HumVI|3.63901018922853e-06| -|requirements.txt|github/silx-kit/pyFAI|3.63901018922853e-06| -|requirements.txt|github/widdowquinn/pyani|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/snmachine|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/Spectractor|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/sacc|3.63901018922853e-06| -|requirements.txt|github/Leo-Simpson/c-lasso|3.63901018922853e-06| -|requirements.txt|github/pnsaevik/effluent|3.63901018922853e-06| -|requirements.txt|github/kylemede/ExoSOFT|3.63901018922853e-06| -|requirements.txt|github/mirapy-org/mirapy|3.63901018922853e-06| -|requirements.txt|github/mentatpsi/OSGenome|3.63901018922853e-06| -|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.63901018922853e-06| -|requirements.txt|github/linsalrob/PhiSpy|3.63901018922853e-06| -|requirements.txt|github/timothydmorton/isochrones|3.63901018922853e-06| -|requirements.txt|github/ixkael/Delight|3.63901018922853e-06| -|requirements.txt|github/telatin/qax|3.63901018922853e-06| -|requirements.txt|github/ORNL/curifactory|3.63901018922853e-06| -|requirements.txt|github/pymedphys/pymedphys|3.63901018922853e-06| -|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.63901018922853e-06| -|requirements.txt|github/antoinemarchal/ROHSA|3.63901018922853e-06| -|requirements.txt|github/spacetelescope/mirage|3.63901018922853e-06| -|requirements.txt|github/dartoon/galight|3.63901018922853e-06| -|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.63901018922853e-06| -|requirements.txt|github/johnveitch/cpnest|3.63901018922853e-06| -|requirements.txt|github/wouterpeere/GHEtool|3.63901018922853e-06| -|requirements.txt|github/kiyo-masui/bitshuffle|3.63901018922853e-06| -|requirements.txt|github/podondra/bayesian-sznet|3.63901018922853e-06| -|requirements.txt|github/ToyotaCRDL/mahos|3.63901018922853e-06| -|requirements.txt|github/mjshao06/pdifFinder|3.63901018922853e-06| -|requirements.txt|github/epfl-radio-astro/PINION|3.63901018922853e-06| -|requirements.txt|github/epfl-radio-astro/LiSA|3.63901018922853e-06| -|requirements.txt|github/carronj/lenspyx|3.63901018922853e-06| -|requirements.txt|github/carronj/plancklens|3.63901018922853e-06| -|requirements.txt|github/lmcinnes/umap|3.63901018922853e-06| -|requirements.txt|github/mms-fcul/PypKa|3.63901018922853e-06| -|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.63901018922853e-06| -|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.63901018922853e-06| -|pypi|[properscoring](https://pypi.org/project/properscoring)|3.63901018922853e-06| -|setup.py|gitlab/pythia-uq/pythia|3.63901018922853e-06| -|setup.py|gitlab/octopus-code/octopus|3.63901018922853e-06| -|setup.py|gitlab/gims-developers/gims|3.63901018922853e-06| -|setup.py|gitlab/chjordan/sslf|3.63901018922853e-06| -|setup.py|gitlab/fduchate/predihood|3.63901018922853e-06| -|setup.py|gitlab/joseaher/astroplotlib|3.63901018922853e-06| -|setup.py|gitlab/picos-api/picos|3.63901018922853e-06| -|setup.py|gitlab/permafrostnet/teaspoon|3.63901018922853e-06| -|setup.py|gitlab/jason-rumengan/pyarma|3.63901018922853e-06| -|setup.py|gitlab/petsc/petsc|3.63901018922853e-06| -|setup.py|gitlab/materials-modeling/calorine|3.63901018922853e-06| -|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.63901018922853e-06| -|setup.py|gitlab/Molcas/OpenMolcas|3.63901018922853e-06| -|setup.py|github/fjankowsk/scatfit|3.63901018922853e-06| -|setup.py|github/guangtunbenzhu/NonnegMFPy|3.63901018922853e-06| -|setup.py|github/guangtunbenzhu/SetCoverPy|3.63901018922853e-06| -|setup.py|github/astrosupriyo/pyTANSPEC|3.63901018922853e-06| -|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.63901018922853e-06| -|setup.py|github/Kuifje02/vrpy|3.63901018922853e-06| -|setup.py|github/google/jax|3.63901018922853e-06| -|setup.py|github/cthoyt/bel-resources|3.63901018922853e-06| -|setup.py|github/elizabethnewman/hessQuik|3.63901018922853e-06| -|setup.py|github/snakemake/snakemake|3.63901018922853e-06| -|setup.py|github/dpalmasan/TRUNAJOD2.0|3.63901018922853e-06| -|setup.py|github/birnstiel/two-pop-py|3.63901018922853e-06| -|setup.py|github/dtamayo/reboundx|3.63901018922853e-06| -|setup.py|github/kathlandgren/SWAMPE|3.63901018922853e-06| -|setup.py|github/olivares-j/Kalkayotl|3.63901018922853e-06| -|setup.py|github/CIRADA-Tools/RM-Tools|3.63901018922853e-06| -|setup.py|github/spokenlanguage/platalea|3.63901018922853e-06| -|setup.py|github/YSOVAR/YSOVAR|3.63901018922853e-06| -|setup.py|github/indralab/pybiopax|3.63901018922853e-06| -|setup.py|github/ginolhac/mapDamage|3.63901018922853e-06| -|setup.py|github/pnnl/interflow|3.63901018922853e-06| -|setup.py|github/ebellm/pyraf-dbsp|3.63901018922853e-06| -|setup.py|github/carlosborca/CrystaLattE|3.63901018922853e-06| -|setup.py|github/djsutherland/py-sdm|3.63901018922853e-06| -|setup.py|github/timstaley/voevent-parse|3.63901018922853e-06| -|setup.py|github/fermisurfaces/IFermi|3.63901018922853e-06| -|setup.py|github/FrancesBW/bellamy|3.63901018922853e-06| -|setup.py|github/shilpagarg/WHdenovo|3.63901018922853e-06| -|setup.py|github/LMBooth/pybci|3.63901018922853e-06| -|setup.py|github/djones1040/PythonPhot|3.63901018922853e-06| -|setup.py|github/pynbody/pynbody|3.63901018922853e-06| -|setup.py|github/pynbody/tangos|3.63901018922853e-06| -|setup.py|github/biomedia-mira/blast-ct|3.63901018922853e-06| -|setup.py|github/astro-informatics/s2let|3.63901018922853e-06| -|setup.py|github/astro-informatics/ssht|3.63901018922853e-06| -|setup.py|github/dynamicslab/pysindy|3.63901018922853e-06| -|setup.py|github/astronomyk/SimCADO|3.63901018922853e-06| -|setup.py|github/EMBL-Hentze-group/htseq-clip|3.63901018922853e-06| -|setup.py|github/PhilippJunk/homelette|3.63901018922853e-06| -|setup.py|github/heliopython/heliopy|3.63901018922853e-06| -|setup.py|github/oscaribv/citlalicue|3.63901018922853e-06| -|setup.py|github/SMTG-UCL/ShakeNBreak|3.63901018922853e-06| -|setup.py|github/SMTG-UCL/surfaxe|3.63901018922853e-06| -|setup.py|github/bartongroup/yanosim|3.63901018922853e-06| -|setup.py|github/vhaasteren/piccard|3.63901018922853e-06| -|setup.py|github/TriPed-Robot/TriP|3.63901018922853e-06| -|setup.py|github/dstndstn/astrometry.net|3.63901018922853e-06| -|setup.py|github/dh4gan/taktent|3.63901018922853e-06| -|setup.py|github/dbuscher/pois|3.63901018922853e-06| -|setup.py|github/mikecokina/elisa|3.63901018922853e-06| -|setup.py|github/Starlink/starlink|3.63901018922853e-06| -|setup.py|github/riogroup/SORA|3.63901018922853e-06| -|setup.py|github/acerbilab/pybads|3.63901018922853e-06| -|setup.py|github/Illumina/SpliceAI|3.63901018922853e-06| -|setup.py|github/matchms/matchms|3.63901018922853e-06| -|setup.py|github/matchms/ms2deepscore|3.63901018922853e-06| -|setup.py|github/pyranges/pyrle|3.63901018922853e-06| -|setup.py|github/Oftatkofta/cellocity|3.63901018922853e-06| -|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.63901018922853e-06| -|setup.py|github/matthewholman/assist|3.63901018922853e-06| -|setup.py|github/dicompyler/dicompyler-core|3.63901018922853e-06| -|setup.py|github/nlesc/scriptcwl|3.63901018922853e-06| -|setup.py|github/wiederm/transformato|3.63901018922853e-06| -|setup.py|github/chapmanb/bcbb|3.63901018922853e-06| -|setup.py|github/supernnova/SuperNNova|3.63901018922853e-06| -|setup.py|github/conda/conda|3.63901018922853e-06| -|setup.py|github/conda/pycosat|3.63901018922853e-06| -|setup.py|github/vedantchandra/wdtools|3.63901018922853e-06| -|setup.py|github/zdelrosario/py_grama|3.63901018922853e-06| -|setup.py|github/fair-data/fairdatapoint-client|3.63901018922853e-06| -|setup.py|github/AlexMikes/AutoFunc|3.63901018922853e-06| -|setup.py|github/einsteinpy/einsteinpy|3.63901018922853e-06| -|setup.py|github/rhayes777/PyAutoFit|3.63901018922853e-06| -|setup.py|github/ProjectPyRhO/PyRhO|3.63901018922853e-06| -|setup.py|github/jbussemaker/SBArchOpt|3.63901018922853e-06| -|setup.py|github/NREL/graph-env|3.63901018922853e-06| -|setup.py|github/tool-bin/ukbcc|3.63901018922853e-06| -|setup.py|github/volkamerlab/opencadd|3.63901018922853e-06| -|setup.py|github/DynaSlum/satsense|3.63901018922853e-06| -|setup.py|github/fakedrtom/oncogemini|3.63901018922853e-06| -|setup.py|github/milicolazo/Pyedra|3.63901018922853e-06| -|setup.py|github/mscroggs/symfem|3.63901018922853e-06| -|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.63901018922853e-06| -|setup.py|github/deepmodeling/DMFF|3.63901018922853e-06| -|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.63901018922853e-06| -|setup.py|github/Xia-Yijie/Xponge|3.63901018922853e-06| -|setup.py|github/Gaiana/nirdust|3.63901018922853e-06| -|setup.py|github/ImperialCollegeLondon/hcga|3.63901018922853e-06| -|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.63901018922853e-06| -|setup.py|github/zonca/python-qucs|3.63901018922853e-06| -|setup.py|github/potassco/clingo|3.63901018922853e-06| -|setup.py|github/ejeschke/ginga|3.63901018922853e-06| -|setup.py|github/jonzink/EDI_Vetter_unplugged|3.63901018922853e-06| -|setup.py|github/gagneurlab/drop|3.63901018922853e-06| -|setup.py|github/oliveirara/polyMV|3.63901018922853e-06| -|setup.py|github/sfarrens/sf_deconvolve|3.63901018922853e-06| -|setup.py|github/Qiskit/rustworkx|3.63901018922853e-06| -|setup.py|github/toshiyan/cmblensplus|3.63901018922853e-06| -|setup.py|github/Hoohm/CITE-seq-Count|3.63901018922853e-06| -|setup.py|github/ylab-hi/ScanExitronLR|3.63901018922853e-06| -|setup.py|github/jmschrei/pomegranate|3.63901018922853e-06| -|setup.py|github/hknd23/idcempy|3.63901018922853e-06| -|setup.py|github/bfarr/exocartographer|3.63901018922853e-06| -|setup.py|github/DavidT3/XGA|3.63901018922853e-06| -|setup.py|github/BD2KGenomics/toil|3.63901018922853e-06| -|setup.py|github/StingraySoftware/stingray|3.63901018922853e-06| -|setup.py|github/3fon3fonov/exostriker|3.63901018922853e-06| -|setup.py|github/EdanRein/pyPplusS|3.63901018922853e-06| -|setup.py|github/nespinoza/juliet|3.63901018922853e-06| -|setup.py|github/nespinoza/mc-spam|3.63901018922853e-06| -|setup.py|github/ucl-exoplanets/TauREx3_public|3.63901018922853e-06| -|setup.py|github/jianhuupenn/SpaGCN|3.63901018922853e-06| -|setup.py|github/Fermipy/fermipy|3.63901018922853e-06| -|setup.py|github/felixchenier/kineticstoolkit|3.63901018922853e-06| -|setup.py|github/manodeep/Corrfunc|3.63901018922853e-06| -|setup.py|github/cas-bioinf/rboAnalyzer|3.63901018922853e-06| -|setup.py|github/LindleyLentati/Cobra|3.63901018922853e-06| -|setup.py|github/cdanielmachado/carveme|3.63901018922853e-06| -|setup.py|github/ratt-ru/montblanc|3.63901018922853e-06| -|setup.py|github/ratt-ru/CubiCal|3.63901018922853e-06| -|setup.py|github/palaimon/ipyannotator|3.63901018922853e-06| -|setup.py|github/nextstrain/augur|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/PyMultiNest|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/nway|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/BXA|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/UltraNest|3.63901018922853e-06| -|setup.py|github/danielemichilli/SpS|3.63901018922853e-06| -|setup.py|github/thejasvibr/bat_beamshapes|3.63901018922853e-06| -|setup.py|github/sambit-giri/tools21cm|3.63901018922853e-06| -|setup.py|github/sambit-giri/BCMemu|3.63901018922853e-06| -|setup.py|github/sambit-giri/BCemu|3.63901018922853e-06| -|setup.py|github/tlambert03/pycudadecon|3.63901018922853e-06| -|setup.py|github/ynop/audiomate|3.63901018922853e-06| -|setup.py|github/fair-software/howfairis|3.63901018922853e-06| -|setup.py|github/fair-software/fairtally|3.63901018922853e-06| -|setup.py|github/nlppln/nlppln|3.63901018922853e-06| -|setup.py|github/ModellingWebLab/chaste-codegen|3.63901018922853e-06| -|setup.py|github/hpparvi/ldtk|3.63901018922853e-06| -|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.63901018922853e-06| -|setup.py|github/YeoLab/clipper|3.63901018922853e-06| -|setup.py|github/light-curve/light-curve-python|3.63901018922853e-06| -|setup.py|github/andizq/sf3dmodels|3.63901018922853e-06| -|setup.py|github/babinyurii/recan|3.63901018922853e-06| -|setup.py|github/PyPSA/linopy|3.63901018922853e-06| -|setup.py|github/PyPSA/atlite|3.63901018922853e-06| -|setup.py|github/theia-dev/Qiber3D|3.63901018922853e-06| -|setup.py|github/infer-actively/pymdp|3.63901018922853e-06| -|setup.py|github/AlexanderLabWHOI/EUKulele|3.63901018922853e-06| -|setup.py|github/mirochaj/ares|3.63901018922853e-06| -|setup.py|github/eScatter/pyelsepa|3.63901018922853e-06| -|setup.py|github/IMMM-SFA/mosartwmpy|3.63901018922853e-06| -|setup.py|github/davidgardenier/frbcat|3.63901018922853e-06| -|setup.py|github/davidgardenier/frbpoppy|3.63901018922853e-06| -|setup.py|github/e-koch/FilFinder|3.63901018922853e-06| -|setup.py|github/ACCarnall/SpectRes|3.63901018922853e-06| -|setup.py|github/ACCarnall/bagpipes|3.63901018922853e-06| -|setup.py|github/ajeldorado/falco-python|3.63901018922853e-06| -|setup.py|github/DRMacIver/shrinkray|3.63901018922853e-06| -|setup.py|github/ICAMS/strucscan|3.63901018922853e-06| -|setup.py|github/tariqdaouda/CAMAP|3.63901018922853e-06| -|setup.py|github/PlanetHunters/tkmatrix|3.63901018922853e-06| -|setup.py|github/NASA-PDS/naif-pds4-bundler|3.63901018922853e-06| -|setup.py|github/natelust/least_asymmetry|3.63901018922853e-06| -|setup.py|github/exobssim/rapoc-public|3.63901018922853e-06| -|setup.py|github/Extraweich/homopy|3.63901018922853e-06| -|setup.py|github/avigan/pyZELDA|3.63901018922853e-06| -|setup.py|github/avigan/SPHERE|3.63901018922853e-06| -|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.63901018922853e-06| -|setup.py|github/arabic-digital-humanities/adhtools|3.63901018922853e-06| -|setup.py|github/ni1o1/transbigdata|3.63901018922853e-06| -|setup.py|github/VeinsOfTheEarth/rabpro|3.63901018922853e-06| -|setup.py|github/jonathansick/skyoffset|3.63901018922853e-06| -|setup.py|github/jonathansick/MoAstro|3.63901018922853e-06| -|setup.py|github/icb-dcm/pyabc|3.63901018922853e-06| -|setup.py|github/teuben/nemo|3.63901018922853e-06| -|setup.py|github/dunnkers/fseval|3.63901018922853e-06| -|setup.py|github/carpyncho/carpyncho-py|3.63901018922853e-06| -|setup.py|github/COSMIC-PopSynth/COSMIC|3.63901018922853e-06| -|setup.py|github/gpantel/MolPainter|3.63901018922853e-06| -|setup.py|github/NathanSandford/Chem-I-Calc|3.63901018922853e-06| -|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.63901018922853e-06| -|setup.py|github/equib/pyEQUIB|3.63901018922853e-06| -|setup.py|github/copasi/basico|3.63901018922853e-06| -|setup.py|github/cmbant/getdist|3.63901018922853e-06| -|setup.py|github/aspuru-guzik-group/funsies|3.63901018922853e-06| -|setup.py|github/pybamm-team/liionpack|3.63901018922853e-06| -|setup.py|github/pybamm-team/PyBaMM|3.63901018922853e-06| -|setup.py|github/panoptes/POCS|3.63901018922853e-06| -|setup.py|github/cedrus-opensource/pyxid|3.63901018922853e-06| -|setup.py|github/matthiasdemuzere/w2w|3.63901018922853e-06| -|setup.py|github/mtazzari/uvplot|3.63901018922853e-06| -|setup.py|github/RudolfCardinal/camcops|3.63901018922853e-06| -|setup.py|github/benvanwerkhoven/kernel_tuner|3.63901018922853e-06| -|setup.py|github/ziotom78/dacapo_calibration|3.63901018922853e-06| -|setup.py|github/icesat2py/icepyx|3.63901018922853e-06| -|setup.py|github/cheerfuluser/tessreduce|3.63901018922853e-06| -|setup.py|github/thomas0809/MolScribe|3.63901018922853e-06| -|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.63901018922853e-06| -|setup.py|github/bwengals/CCSNMultivar|3.63901018922853e-06| -|setup.py|github/KeplerGO/k2mosaic|3.63901018922853e-06| -|setup.py|github/beastraban/INSANE|3.63901018922853e-06| -|setup.py|github/HillLab/SomaticSiMu|3.63901018922853e-06| -|setup.py|github/cumbof/honto|3.63901018922853e-06| -|setup.py|github/nasa/simupy-flight|3.63901018922853e-06| -|setup.py|github/jbuisine/macop|3.63901018922853e-06| -|setup.py|github/maayane/catsHTM|3.63901018922853e-06| -|setup.py|github/bmorris3/aesop|3.63901018922853e-06| -|setup.py|github/bmorris3/fleck|3.63901018922853e-06| -|setup.py|github/dask/dask|3.63901018922853e-06| -|setup.py|github/wilkelab/Opfi|3.63901018922853e-06| -|setup.py|github/HajimeKawahara/sot|3.63901018922853e-06| -|setup.py|github/HajimeKawahara/exojax|3.63901018922853e-06| -|setup.py|github/DeltaRCM/pyDeltaRCM|3.63901018922853e-06| -|setup.py|github/brandon-rhodes/python-jplephem|3.63901018922853e-06| -|setup.py|github/planck-npipe/hillipop|3.63901018922853e-06| -|setup.py|github/planck-npipe/lollipop|3.63901018922853e-06| -|setup.py|github/aiidateam/kiwipy|3.63901018922853e-06| -|setup.py|github/j-faria/kima|3.63901018922853e-06| -|setup.py|github/neuralhydrology/neuralhydrology|3.63901018922853e-06| -|setup.py|github/omuse-geoscience/omuse|3.63901018922853e-06| -|setup.py|github/RECeSS-EU-Project/stanscofi|3.63901018922853e-06| -|setup.py|github/MonashSmartStructures/ospgrillage|3.63901018922853e-06| -|setup.py|github/dfm/corner.py|3.63901018922853e-06| -|setup.py|github/dfm/celerite|3.63901018922853e-06| -|setup.py|github/PabloMSanAla/fabada|3.63901018922853e-06| -|setup.py|github/OpenMDAO/dymos|3.63901018922853e-06| -|setup.py|github/HERA-Team/hera_opm|3.63901018922853e-06| -|setup.py|github/HERA-Team/aipy|3.63901018922853e-06| -|setup.py|github/vals/umis|3.63901018922853e-06| -|setup.py|github/jollejolles/pirecorder|3.63901018922853e-06| -|setup.py|github/christopherburke/tess-point|3.63901018922853e-06| -|setup.py|github/milnus/Corekaburra|3.63901018922853e-06| -|setup.py|github/sensein/etelemetry-client|3.63901018922853e-06| -|setup.py|github/clawpack/clawpack|3.63901018922853e-06| -|setup.py|github/icecube/FIRESONG|3.63901018922853e-06| -|setup.py|github/cov-lineages/pangolin|3.63901018922853e-06| -|setup.py|github/OttoStruve/muler|3.63901018922853e-06| -|setup.py|github/coljac/sensie|3.63901018922853e-06| -|setup.py|github/marcelm/cutadapt|3.63901018922853e-06| -|setup.py|github/marcelm/tinyalign|3.63901018922853e-06| -|setup.py|github/marcelm/dnaio|3.63901018922853e-06| -|setup.py|github/marcelm/alignlib|3.63901018922853e-06| -|setup.py|github/lh3/minimap2|3.63901018922853e-06| -|setup.py|github/meinardmueller/libfmp|3.63901018922853e-06| -|setup.py|github/meinardmueller/synctoolbox|3.63901018922853e-06| -|setup.py|github/JixingGE/GGCHEMPY|3.63901018922853e-06| -|setup.py|github/Alymantara/pydoppler|3.63901018922853e-06| -|setup.py|github/enthought/mayavi|3.63901018922853e-06| -|setup.py|github/enthought/vpsearch|3.63901018922853e-06| -|setup.py|github/nye17/javelin|3.63901018922853e-06| -|setup.py|github/ghislainv/forestatrisk|3.63901018922853e-06| -|setup.py|github/Theano/Theano|3.63901018922853e-06| -|setup.py|github/pytoolz/toolz|3.63901018922853e-06| -|setup.py|github/afarahi/tatter|3.63901018922853e-06| -|setup.py|github/afarahi/kllr|3.63901018922853e-06| -|setup.py|github/afarahi/PoPE|3.63901018922853e-06| -|setup.py|github/andresmegias/richvalues|3.63901018922853e-06| -|setup.py|github/antoinediez/Sisyphe|3.63901018922853e-06| -|setup.py|github/seqcode/allo|3.63901018922853e-06| -|setup.py|github/dfujim/bfit|3.63901018922853e-06| -|setup.py|github/toros-astro/astroalign-legacy|3.63901018922853e-06| -|setup.py|github/toros-astro/corral|3.63901018922853e-06| -|setup.py|github/markusbonse/applefy|3.63901018922853e-06| -|setup.py|github/DESI-UR/VAST|3.63901018922853e-06| -|setup.py|github/bxia888/CEFCIG|3.63901018922853e-06| -|setup.py|github/vanheeringen-lab/gimmemotifs|3.63901018922853e-06| -|setup.py|github/codemeleon/seqPanther|3.63901018922853e-06| -|setup.py|github/NLeSC/Massive-PotreeConverter|3.63901018922853e-06| -|setup.py|github/NLeSC/boatswain|3.63901018922853e-06| -|setup.py|github/NLeSC/noodles|3.63901018922853e-06| -|setup.py|github/NLeSC/mcfly|3.63901018922853e-06| -|setup.py|github/NLeSC/cptm|3.63901018922853e-06| -|setup.py|github/BoPeng/simuPOP|3.63901018922853e-06| -|setup.py|github/telegraphic/pygsm|3.63901018922853e-06| -|setup.py|github/telegraphic/fits2hdf|3.63901018922853e-06| -|setup.py|github/vincentlab/PyFR|3.63901018922853e-06| -|setup.py|github/girder/viime|3.63901018922853e-06| -|setup.py|github/jveitchmichaelis/pygadgetreader|3.63901018922853e-06| -|setup.py|github/jiwoncpark/baobab|3.63901018922853e-06| -|setup.py|github/FreBio/komics|3.63901018922853e-06| -|setup.py|github/Substra/substra|3.63901018922853e-06| -|setup.py|github/SynthSys/pyOmeroUpload|3.63901018922853e-06| -|setup.py|github/qpv-research-group/solcore5|3.63901018922853e-06| -|setup.py|github/MNGuenther/allesfitter|3.63901018922853e-06| -|setup.py|github/jacobblum/simDRIFT|3.63901018922853e-06| -|setup.py|github/colour-science/colour|3.63901018922853e-06| -|setup.py|github/MDAnalysis/mdanalysis|3.63901018922853e-06| -|setup.py|github/matplotlib/matplotlib|3.63901018922853e-06| -|setup.py|github/PyFstat/PyFstat|3.63901018922853e-06| -|setup.py|github/ekaterinailin/AltaiPony|3.63901018922853e-06| -|setup.py|github/subisarkar/JexoSim|3.63901018922853e-06| -|setup.py|github/egjergo/galcem|3.63901018922853e-06| -|setup.py|github/Caltech-IPAC/Montage|3.63901018922853e-06| -|setup.py|github/dgerosa/spops|3.63901018922853e-06| -|setup.py|github/dgerosa/gwdet|3.63901018922853e-06| -|setup.py|github/dgerosa/surrkick|3.63901018922853e-06| -|setup.py|github/spicy-oil/hfs_fit|3.63901018922853e-06| -|setup.py|github/napakalas/casbert|3.63901018922853e-06| -|setup.py|github/stammler/simframe|3.63901018922853e-06| -|setup.py|github/stammler/dustpy|3.63901018922853e-06| -|setup.py|github/FCS-analysis/multipletau|3.63901018922853e-06| -|setup.py|github/brinckmann/montepython_public|3.63901018922853e-06| -|setup.py|github/peterk87/sistr_cmd|3.63901018922853e-06| -|setup.py|github/ncbi/ngs|3.63901018922853e-06| -|setup.py|github/nanoporetech/tombo|3.63901018922853e-06| -|setup.py|github/nanoporetech/qcat|3.63901018922853e-06| -|setup.py|github/nanoporetech/megalodon|3.63901018922853e-06| -|setup.py|github/nanoporetech/ont_fast5_api|3.63901018922853e-06| -|setup.py|github/opimwue/ddop|3.63901018922853e-06| -|setup.py|github/polca/unfold|3.63901018922853e-06| -|setup.py|github/athulpg007/AMAT|3.63901018922853e-06| -|setup.py|github/fruzsinaagocs/oscode|3.63901018922853e-06| -|setup.py|github/NuGrid/NuPyCEE|3.63901018922853e-06| -|setup.py|github/glue-viz/glue|3.63901018922853e-06| -|setup.py|github/zblz/naima|3.63901018922853e-06| -|setup.py|github/kbarbary/nestle|3.63901018922853e-06| -|setup.py|github/kbarbary/extinction|3.63901018922853e-06| -|setup.py|github/lberaldoesilva/naif|3.63901018922853e-06| -|setup.py|github/undark-lab/sstrax|3.63901018922853e-06| -|setup.py|github/jhparkastro/gpcal|3.63901018922853e-06| -|setup.py|github/kerkelae/disimpy|3.63901018922853e-06| -|setup.py|github/chakrah/sage|3.63901018922853e-06| -|setup.py|github/seawander/centerRadon|3.63901018922853e-06| -|setup.py|github/seawander/DebrisDiskFM|3.63901018922853e-06| -|setup.py|github/XSLiuLab/Seq2Neo|3.63901018922853e-06| -|setup.py|github/MIC-DKFZ/HD-BET|3.63901018922853e-06| -|setup.py|github/MIC-DKFZ/TractSeg|3.63901018922853e-06| -|setup.py|github/joshjchayes/TransitFit|3.63901018922853e-06| -|setup.py|github/lofar-astron/RMextract|3.63901018922853e-06| -|setup.py|github/auctus-team/pycapacity|3.63901018922853e-06| -|setup.py|github/ArgonneCPAC/dsps|3.63901018922853e-06| -|setup.py|github/benmontet/f3|3.63901018922853e-06| -|setup.py|github/DLTK/DLTK|3.63901018922853e-06| -|setup.py|github/tofflemire/saphires|3.63901018922853e-06| -|setup.py|github/mdruett/COCOPLOT|3.63901018922853e-06| -|setup.py|github/smeingast/PNICER|3.63901018922853e-06| -|setup.py|github/xenon-middleware/pyxenon|3.63901018922853e-06| -|setup.py|github/migp11/pyfastcore|3.63901018922853e-06| -|setup.py|github/keflavich/HiGal_SEDfitter|3.63901018922853e-06| -|setup.py|github/WMD-group/SMACT|3.63901018922853e-06| -|setup.py|github/WMD-group/MacroDensity|3.63901018922853e-06| -|setup.py|github/UM-Bridge/umbridge|3.63901018922853e-06| -|setup.py|github/JoschaJ/mockFRBhosts|3.63901018922853e-06| -|setup.py|github/sylvainprigent/napari-tracks-reader|3.63901018922853e-06| -|setup.py|github/loosolab/TOBIAS|3.63901018922853e-06| -|setup.py|github/HadrienG/InSilicoSeq|3.63901018922853e-06| -|setup.py|github/orcasgit/python-fitbit|3.63901018922853e-06| -|setup.py|github/agreenbaum/ImPlaneIA|3.63901018922853e-06| -|setup.py|github/AA-ALERT/frbcatdb|3.63901018922853e-06| -|setup.py|github/bxlab/bx-python|3.63901018922853e-06| -|setup.py|github/exafmm/exafmm-t|3.63901018922853e-06| -|setup.py|github/LiberTEM/LiberTEM|3.63901018922853e-06| -|setup.py|github/hover2pi/SEDkit|3.63901018922853e-06| -|setup.py|github/t-brandt/orvara|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/pyranges|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/ncls|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/epic2|3.63901018922853e-06| -|setup.py|github/libgamera/GAMERA|3.63901018922853e-06| -|setup.py|github/adrn/schwimmbad|3.63901018922853e-06| -|setup.py|github/adrn/pyia|3.63901018922853e-06| -|setup.py|github/adrn/SuperFreq|3.63901018922853e-06| -|setup.py|github/a-slide/pycoQC|3.63901018922853e-06| -|setup.py|github/NoahSailer/FishLSS|3.63901018922853e-06| -|setup.py|github/ggonnella/gfapy|3.63901018922853e-06| -|setup.py|github/DirectDM/directdm-py|3.63901018922853e-06| -|setup.py|github/cbalbin-FIU/Epitopedia|3.63901018922853e-06| -|setup.py|github/seung-lab/FlyWirePaper|3.63901018922853e-06| -|setup.py|github/synchrofit/synchrofit|3.63901018922853e-06| -|setup.py|github/ireis/PRF|3.63901018922853e-06| -|setup.py|github/hera-team/librarian|3.63901018922853e-06| -|setup.py|github/quatrope/ProperImage|3.63901018922853e-06| -|setup.py|github/quatrope/feets|3.63901018922853e-06| -|setup.py|github/fpavogt/fcmaker|3.63901018922853e-06| -|setup.py|github/Astroua/SCIMES|3.63901018922853e-06| -|setup.py|github/Astroua/TurbuStat|3.63901018922853e-06| -|setup.py|github/NKI-AI/direct|3.63901018922853e-06| -|setup.py|github/Starfish-develop/Starfish|3.63901018922853e-06| -|setup.py|github/adbar/htmldate|3.63901018922853e-06| -|setup.py|github/halomod/hmf|3.63901018922853e-06| -|setup.py|github/halomod/halomod|3.63901018922853e-06| -|setup.py|github/ExoCTK/exoctk|3.63901018922853e-06| -|setup.py|github/liamedeiros/ehtplot|3.63901018922853e-06| -|setup.py|github/dwkim78/pdtrend|3.63901018922853e-06| -|setup.py|github/dwkim78/ASTRiDE|3.63901018922853e-06| -|setup.py|github/dwkim78/upsilon|3.63901018922853e-06| -|setup.py|github/YosefLab/scvi-tools|3.63901018922853e-06| -|setup.py|github/abhisrkckl/GWecc|3.63901018922853e-06| -|setup.py|github/rgerum/pylustrator|3.63901018922853e-06| -|setup.py|github/tylunel/pvpumpingsystem|3.63901018922853e-06| -|setup.py|github/dmey/synthia|3.63901018922853e-06| -|setup.py|github/eblur/dust|3.63901018922853e-06| -|setup.py|github/conchoecia/pauvre|3.63901018922853e-06| -|setup.py|github/benallard/galileo|3.63901018922853e-06| -|setup.py|github/andycasey/sick|3.63901018922853e-06| -|setup.py|github/zclaytor/kiauhoku|3.63901018922853e-06| -|setup.py|github/zclaytor/butterpy|3.63901018922853e-06| -|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.63901018922853e-06| -|setup.py|github/singularityhub/singularity-hpc|3.63901018922853e-06| -|setup.py|github/singularityhub/singularity-compose|3.63901018922853e-06| -|setup.py|github/gwastro/pycbc|3.63901018922853e-06| -|setup.py|github/tdaylan/pcat|3.63901018922853e-06| -|setup.py|github/astropy/astroscrappy|3.63901018922853e-06| -|setup.py|github/astropy/astroplan|3.63901018922853e-06| -|setup.py|github/astropy/ccdproc|3.63901018922853e-06| -|setup.py|github/astropy/astroquery|3.63901018922853e-06| -|setup.py|github/astropy/SPISEA|3.63901018922853e-06| -|setup.py|github/astropy/specutils|3.63901018922853e-06| -|setup.py|github/astropy/halotools|3.63901018922853e-06| -|setup.py|github/PfizerRD/sit2standpy|3.63901018922853e-06| -|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.63901018922853e-06| -|setup.py|github/Jammy2211/PyAutoLens|3.63901018922853e-06| -|setup.py|github/Jammy2211/PyAutoGalaxy|3.63901018922853e-06| -|setup.py|github/ketch/nodepy|3.63901018922853e-06| -|setup.py|github/abmantz/lmc|3.63901018922853e-06| -|setup.py|github/smoh/kinesis|3.63901018922853e-06| -|setup.py|github/joe-antognini/kozai|3.63901018922853e-06| -|setup.py|github/anuradhawick/LRBinner|3.63901018922853e-06| -|setup.py|github/htjb/maxsmooth|3.63901018922853e-06| -|setup.py|github/elkebir-group/Jumper|3.63901018922853e-06| -|setup.py|github/tcassanelli/pywpf|3.63901018922853e-06| -|setup.py|github/sparks-baird/xtal2png|3.63901018922853e-06| -|setup.py|github/prajwel/curvit|3.63901018922853e-06| -|setup.py|github/daniel-muthukrishna/astrodash|3.63901018922853e-06| -|setup.py|github/galkintool/galkin|3.63901018922853e-06| -|setup.py|github/fcs-analysis/PyCorrFit|3.63901018922853e-06| -|setup.py|github/fcs-analysis/PyScanFCS|3.63901018922853e-06| -|setup.py|github/RaRe-Technologies/gensim|3.63901018922853e-06| -|setup.py|github/thomasorb/orcs|3.63901018922853e-06| -|setup.py|github/hyperopt/hyperopt|3.63901018922853e-06| -|setup.py|github/maxibor/sam2lca|3.63901018922853e-06| -|setup.py|github/biobakery/MetaPhlAn|3.63901018922853e-06| -|setup.py|github/wen-jams/bsavi|3.63901018922853e-06| -|setup.py|github/gem-pasteur/macsyfinder|3.63901018922853e-06| -|setup.py|github/Filter-Bubble/e2e-Dutch|3.63901018922853e-06| -|setup.py|github/sebhaan/geobo|3.63901018922853e-06| -|setup.py|github/ledatelescope/bifrost|3.63901018922853e-06| -|setup.py|github/saltastro/pyhrs|3.63901018922853e-06| -|setup.py|github/mishioo/tesliper|3.63901018922853e-06| -|setup.py|github/catherinezucker/radfil|3.63901018922853e-06| -|setup.py|github/morriscb/The-wiZZ|3.63901018922853e-06| -|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.63901018922853e-06| -|setup.py|github/CosmoStat/shapepipe|3.63901018922853e-06| -|setup.py|github/cmateu/galstreams|3.63901018922853e-06| -|setup.py|github/cmateu/PyMGC3|3.63901018922853e-06| -|setup.py|github/starkit/wsynphot|3.63901018922853e-06| -|setup.py|github/LucaMalavolta/PyORBIT|3.63901018922853e-06| -|setup.py|github/thieu1995/permetrics|3.63901018922853e-06| -|setup.py|github/soichiro-hattori/unpopular|3.63901018922853e-06| -|setup.py|github/4pisky/fourpisky-core|3.63901018922853e-06| -|setup.py|github/fforster/delight|3.63901018922853e-06| -|setup.py|github/engyasin/Offline_MOT|3.63901018922853e-06| -|setup.py|github/MIT-STARLab/deconfuser|3.63901018922853e-06| -|setup.py|github/veragluscevic/dmdd|3.63901018922853e-06| -|setup.py|github/eggplantbren/DNest4|3.63901018922853e-06| -|setup.py|github/TPI-Immunogenetics/igmat|3.63901018922853e-06| -|setup.py|github/panoptes-organization/panoptes|3.63901018922853e-06| -|setup.py|github/astroML/gatspy|3.63901018922853e-06| -|setup.py|github/dgbowl/yadg|3.63901018922853e-06| -|setup.py|github/3D-e-Chem/kripodb|3.63901018922853e-06| -|setup.py|github/3D-e-Chem/sygma|3.63901018922853e-06| -|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.63901018922853e-06| -|setup.py|github/lilyminium/psiresp|3.63901018922853e-06| -|setup.py|github/danielkoll/PyRADS|3.63901018922853e-06| -|setup.py|github/deeptools/py2bit|3.63901018922853e-06| -|setup.py|github/deeptools/deeptools_intervals|3.63901018922853e-06| -|setup.py|github/odb9402/CNNPeaks|3.63901018922853e-06| -|setup.py|github/MASILab/pyPheWAS|3.63901018922853e-06| -|setup.py|github/cmillion/gPhoton|3.63901018922853e-06| -|setup.py|github/nanograv/PINT|3.63901018922853e-06| -|setup.py|github/COVID-IWG/epimargin|3.63901018922853e-06| -|setup.py|github/shbhuk/mrexo|3.63901018922853e-06| -|setup.py|github/shbhuk/barycorrpy|3.63901018922853e-06| -|setup.py|github/scipion-em/scipion-em-continuousflex|3.63901018922853e-06| -|setup.py|github/SandoghdarLab/PiSCAT|3.63901018922853e-06| -|setup.py|github/Johannes-Sahlmann/pygacs|3.63901018922853e-06| -|setup.py|github/DrafProject/elmada|3.63901018922853e-06| -|setup.py|github/Adamtaranto/Yanagiba|3.63901018922853e-06| -|setup.py|github/ngltr/sinaps|3.63901018922853e-06| -|setup.py|github/VMBoehm/MADLens|3.63901018922853e-06| -|setup.py|github/galizia-lab/pyview|3.63901018922853e-06| -|setup.py|github/mriener/gausspyplus|3.63901018922853e-06| -|setup.py|github/CosmoStatGW/gwfast|3.63901018922853e-06| -|setup.py|github/CosmoStatGW/WF4Py|3.63901018922853e-06| -|setup.py|github/franpoz/SHERLOCK|3.63901018922853e-06| -|setup.py|github/MrMinimal64/multivar_horner|3.63901018922853e-06| -|setup.py|github/4dn-dcic/pairix|3.63901018922853e-06| -|setup.py|github/Electrostatics/apbs|3.63901018922853e-06| -|setup.py|github/multiscale/muscle3|3.63901018922853e-06| -|setup.py|github/rodluger/starry_process|3.63901018922853e-06| -|setup.py|github/rodluger/planetplanet|3.63901018922853e-06| -|setup.py|github/brainets/frites|3.63901018922853e-06| -|setup.py|github/AstroChem/VISIBLE|3.63901018922853e-06| -|setup.py|github/pysersic/pysersic|3.63901018922853e-06| -|setup.py|github/agshumate/LiftoffTools|3.63901018922853e-06| -|setup.py|github/rohinkumar/correlcalc|3.63901018922853e-06| -|setup.py|github/pkgw/pwkit|3.63901018922853e-06| -|setup.py|github/jpierel14/sntd|3.63901018922853e-06| -|setup.py|github/aprsa/dips|3.63901018922853e-06| -|setup.py|github/citiususc/BigSeqKit|3.63901018922853e-06| -|setup.py|github/mbaes/SpheCow|3.63901018922853e-06| -|setup.py|github/H-E-L-P/XID_plus|3.63901018922853e-06| -|setup.py|github/cdslaborg/paramonte|3.63901018922853e-06| -|setup.py|github/Singh-Lab/DeMaSk|3.63901018922853e-06| -|setup.py|github/mtakahiro/gsf|3.63901018922853e-06| -|setup.py|github/opencobra/cobrapy|3.63901018922853e-06| -|setup.py|github/brian-team/brian2|3.63901018922853e-06| -|setup.py|github/bwinkel/cygrid|3.63901018922853e-06| -|setup.py|github/fabiopardo/tonic|3.63901018922853e-06| -|setup.py|github/BackmanLab/PWSpy|3.63901018922853e-06| -|setup.py|github/iraf-community/pyraf|3.63901018922853e-06| -|setup.py|github/ACEnglish/truvari|3.63901018922853e-06| -|setup.py|github/spyder-ide/spyder|3.63901018922853e-06| -|setup.py|github/computational-chemical-biology/ChemWalker|3.63901018922853e-06| -|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.63901018922853e-06| -|setup.py|github/ChrisBeaumont/brut|3.63901018922853e-06| -|setup.py|github/shirtsgroup/physical_validation|3.63901018922853e-06| -|setup.py|github/sonwell/biotools|3.63901018922853e-06| -|setup.py|github/rbturnbull/ausdex|3.63901018922853e-06| -|setup.py|github/smirarab/sepp|3.63901018922853e-06| -|setup.py|github/dokkum/maskfill|3.63901018922853e-06| -|setup.py|github/astrosmili/smili|3.63901018922853e-06| -|setup.py|github/HinLeung622/pipes_vis|3.63901018922853e-06| -|setup.py|github/kgullikson88/Telluric-Fitter|3.63901018922853e-06| -|setup.py|github/jiahecui/SenAOReFoc|3.63901018922853e-06| -|setup.py|github/minzastro/unidam|3.63901018922853e-06| -|setup.py|github/sncosmo/sncosmo|3.63901018922853e-06| -|setup.py|github/rmaphoh/AutoMorph|3.63901018922853e-06| -|setup.py|github/cbg-ethz/shorah|3.63901018922853e-06| -|setup.py|github/samuelefiorini/tangle|3.63901018922853e-06| -|setup.py|github/GabrieleParimbelli/COLIBRI|3.63901018922853e-06| -|setup.py|github/jdidion/atropos|3.63901018922853e-06| -|setup.py|github/mchalela/GriSPy|3.63901018922853e-06| -|setup.py|github/rajeshrinet/pystokes|3.63901018922853e-06| -|setup.py|github/MillionConcepts/lhorizon|3.63901018922853e-06| -|setup.py|github/ideasrule/platon|3.63901018922853e-06| -|setup.py|github/iomega/spec2vec|3.63901018922853e-06| -|setup.py|github/aineniamh/snipit|3.63901018922853e-06| -|setup.py|github/HCGB-IGTP/spaTyper|3.63901018922853e-06| -|setup.py|github/circuitgraph/circuitgraph|3.63901018922853e-06| -|setup.py|github/TheJacksonLaboratory/drug-synergy|3.63901018922853e-06| -|setup.py|github/hoechenberger/questplus|3.63901018922853e-06| -|setup.py|github/phac-nml/staramr|3.63901018922853e-06| -|setup.py|github/phac-nml/mob-suite|3.63901018922853e-06| -|setup.py|github/phac-nml/biohansel|3.63901018922853e-06| -|setup.py|github/UNSW-CEEM/nempy|3.63901018922853e-06| -|setup.py|github/caseyjlaw/rtpipe|3.63901018922853e-06| -|setup.py|github/jiffyclub/palettable|3.63901018922853e-06| -|setup.py|github.com/idptools/metapredict|3.63901018922853e-06| -|setup.py|github/miniufo/xinvert|3.63901018922853e-06| -|setup.py|github/MNiwano/Eclaire|3.63901018922853e-06| -|setup.py|github/nextgenusfs/amptk|3.63901018922853e-06| -|setup.py|github/DeepRank/deeprank|3.63901018922853e-06| -|setup.py|github/DeepRank/iScore|3.63901018922853e-06| -|setup.py|github/DeepRank/pssmgen|3.63901018922853e-06| -|setup.py|github/DeepRank/DeepRank-GNN|3.63901018922853e-06| -|setup.py|github/DeepRank/pdb2sql|3.63901018922853e-06| -|setup.py|github/jfowkes/pycutest|3.63901018922853e-06| -|setup.py|github/eldariont/svim|3.63901018922853e-06| -|setup.py|github/mkelley/calviacat|3.63901018922853e-06| -|setup.py|github/tikk3r/lofar-h5plot|3.63901018922853e-06| -|setup.py|github/CEED/libCEED|3.63901018922853e-06| -|setup.py|github/NKI-CCB/PRECISE|3.63901018922853e-06| -|setup.py|github/samaygarg/fuelcell|3.63901018922853e-06| -|setup.py|github/NeuralEnsemble/PyNN|3.63901018922853e-06| -|setup.py|github/twesterhout/lattice-symmetries|3.63901018922853e-06| -|setup.py|github/parmoo/parmoo|3.63901018922853e-06| -|setup.py|github/chanzuckerberg/idseq-dag|3.63901018922853e-06| -|setup.py|github/CyclotronResearchCentre/bidsme|3.63901018922853e-06| -|setup.py|github/insilicomedicine/GENTRL|3.63901018922853e-06| -|setup.py|github/webbjj/m2mcluster|3.63901018922853e-06| -|setup.py|github/webbjj/clustertools|3.63901018922853e-06| -|setup.py|github/Heldenkombinat/Logodetect|3.63901018922853e-06| -|setup.py|github/transientskp/pyse|3.63901018922853e-06| -|setup.py|github/transientskp/tkp|3.63901018922853e-06| -|setup.py|github/dnarayanan/powderday|3.63901018922853e-06| -|setup.py|github/agurvich/FIRE_studio|3.63901018922853e-06| -|setup.py|github/pjcigan/multicolorfits|3.63901018922853e-06| -|setup.py|github/seclark/RHT|3.63901018922853e-06| -|setup.py|github/astroml/gatspy|3.63901018922853e-06| -|setup.py|github/NLESC-JCER/QMCTorch|3.63901018922853e-06| -|setup.py|github/oschwengers/platon|3.63901018922853e-06| -|setup.py|github/oschwengers/referenceseeker|3.63901018922853e-06| -|setup.py|github/oschwengers/bakta|3.63901018922853e-06| -|setup.py|github/yqiuu/starduster|3.63901018922853e-06| -|setup.py|github/JoeMcEwen/FAST-PT|3.63901018922853e-06| -|setup.py|github/mgalardini/pyseer|3.63901018922853e-06| -|setup.py|github/OpenWaterAnalytics/EPyT|3.63901018922853e-06| -|setup.py|github/GalacticDynamics-Oxford/Agama|3.63901018922853e-06| -|setup.py|github/realfastvla/rfpipe|3.63901018922853e-06| -|setup.py|github/realfastvla/realfast|3.63901018922853e-06| -|setup.py|github/fitbenchmarking/fitbenchmarking|3.63901018922853e-06| -|setup.py|github/ChenfuShi/HiChIP_peaks|3.63901018922853e-06| -|setup.py|github/sinc-lab/miRe2e|3.63901018922853e-06| -|setup.py|github/rfeldmann/leopy|3.63901018922853e-06| -|setup.py|github/wokast/PyCactus|3.63901018922853e-06| -|setup.py|github/JulianKarlBauer/mechkit|3.63901018922853e-06| -|setup.py|github/bcgsc/tigmint|3.63901018922853e-06| -|setup.py|github/martinjzhang/scDRS|3.63901018922853e-06| -|setup.py|github/ml-evs/matador|3.63901018922853e-06| -|setup.py|github/dmentipl/plonk|3.63901018922853e-06| -|setup.py|github/clauswilke/PeptideBuilder|3.63901018922853e-06| -|setup.py|github/davidebolo1993/VISOR|3.63901018922853e-06| -|setup.py|github/davidebolo1993/TRiCoLOR|3.63901018922853e-06| -|setup.py|github/ERA-URBAN/fm128_radar|3.63901018922853e-06| -|setup.py|github/fkeruzore/panco2|3.63901018922853e-06| -|setup.py|github/ismaelpessa/PyMUSE|3.63901018922853e-06| -|setup.py|github/numba/numba|3.63901018922853e-06| -|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.63901018922853e-06| -|setup.py|github/tjiangHIT/cuteSV|3.63901018922853e-06| -|setup.py|github/nicolet5/DiffCapAnalyzer|3.63901018922853e-06| -|setup.py|github/gdrouart/MrMoose|3.63901018922853e-06| -|setup.py|github/tum-pbs/PhiML|3.63901018922853e-06| -|setup.py|github/chandra-marx/marxs|3.63901018922853e-06| -|setup.py|github/blackjax-devs/blackjax|3.63901018922853e-06| -|setup.py|github/nlesc-ave/ave-rest-service|3.63901018922853e-06| -|setup.py|github/bio-phys/BioEn|3.63901018922853e-06| -|setup.py|github/juliotux/astropop|3.63901018922853e-06| -|setup.py|github/mikekatz04/BOWIE|3.63901018922853e-06| -|setup.py|github/compomics/DeepLC|3.63901018922853e-06| -|setup.py|github/ComparativeGenomicsToolkit/cactus|3.63901018922853e-06| -|setup.py|github/LCOGT/banzai|3.63901018922853e-06| -|setup.py|github/malonge/RagTag|3.63901018922853e-06| -|setup.py|github/FlowModelingControl/flowtorch|3.63901018922853e-06| -|setup.py|github/raspishake/rsudp|3.63901018922853e-06| -|setup.py|github/natashabatalha/PandExo|3.63901018922853e-06| -|setup.py|github/natashabatalha/picaso|3.63901018922853e-06| -|setup.py|github/Bahler-Lab/pyphe|3.63901018922853e-06| -|setup.py|github/genouest/biomaj-cli|3.63901018922853e-06| -|setup.py|github/OBrink/RanDepict|3.63901018922853e-06| -|setup.py|github/easybuilders/easybuild|3.63901018922853e-06| -|setup.py|github/matteobreschi/bajes|3.63901018922853e-06| -|setup.py|github/NiallJeffrey/DeepMass|3.63901018922853e-06| -|setup.py|github/aalhossary/pyemgpipeline|3.63901018922853e-06| -|setup.py|github/lantunes/cellpylib|3.63901018922853e-06| -|setup.py|github/rjtanner/StarburstPy|3.63901018922853e-06| -|setup.py|github/fAndreuzzi/BisPy|3.63901018922853e-06| -|setup.py|github/jnktsj/DNApi|3.63901018922853e-06| -|setup.py|github/cadop/seg1d|3.63901018922853e-06| -|setup.py|github/Cascella-Group-UiO/HyMD|3.63901018922853e-06| -|setup.py|github/Ayuei/DeBEIR|3.63901018922853e-06| -|setup.py|github/EnsembleGovServices/kamodo-core|3.63901018922853e-06| -|setup.py|github/cy-xu/cosmic-conn|3.63901018922853e-06| -|setup.py|github/lehtiolab/msstitch|3.63901018922853e-06| -|setup.py|github/cabb99/open3spn2|3.63901018922853e-06| -|setup.py|github/ArtificialStellarPopulations/ArtPop|3.63901018922853e-06| -|setup.py|github/sdss/marvin|3.63901018922853e-06| -|setup.py|github/philres/catfishq|3.63901018922853e-06| -|setup.py|github/bethgelab/foolbox|3.63901018922853e-06| -|setup.py|github/Martindelosrios/cosmic-kite|3.63901018922853e-06| -|setup.py|github/abrupt-climate/hyper-canny|3.63901018922853e-06| -|setup.py|github/noraeisner/LATTE|3.63901018922853e-06| -|setup.py|github/bio-ontology-research-group/deepgoplus|3.63901018922853e-06| -|setup.py|github/CQCL/qujax|3.63901018922853e-06| -|setup.py|github/cdominik/optool|3.63901018922853e-06| -|setup.py|github/mlower/rmnest|3.63901018922853e-06| -|setup.py|github/bootphon/phonemizer|3.63901018922853e-06| -|setup.py|github/mgm8/pyngham|3.63901018922853e-06| -|setup.py|github/sanjibs/bmcmc|3.63901018922853e-06| -|setup.py|github/schlafly/crowdsource|3.63901018922853e-06| -|setup.py|github/KBNLresearch/ochre|3.63901018922853e-06| -|setup.py|github/tvwenger/wisp|3.63901018922853e-06| -|setup.py|github/tvwenger/kd|3.63901018922853e-06| -|setup.py|github/tvwenger/hii-region-kinematics|3.63901018922853e-06| -|setup.py|github/julianreul/mode_behave|3.63901018922853e-06| -|setup.py|github/johnlees/pp-sketchlib|3.63901018922853e-06| -|setup.py|github/LucIJspeert/eclipsr|3.63901018922853e-06| -|setup.py|github/LucIJspeert/star_shadow|3.63901018922853e-06| -|setup.py|github/tkerscher/blast|3.63901018922853e-06| -|setup.py|github/marius311/pypico|3.63901018922853e-06| -|setup.py|github/clwainwright/CosmoTransitions|3.63901018922853e-06| -|setup.py|github/maxpumperla/hyperas|3.63901018922853e-06| -|setup.py|github/lmfit/lmfit-py|3.63901018922853e-06| -|setup.py|github/broadinstitute/CellBender|3.63901018922853e-06| -|setup.py|github/broadinstitute/wot|3.63901018922853e-06| -|setup.py|github/josegit88/SCORPIO|3.63901018922853e-06| -|setup.py|github/Nico-Curti/rFBP|3.63901018922853e-06| -|setup.py|github/cgobat/asymmetric_uncertainty|3.63901018922853e-06| -|setup.py|github/jet-net/JetNet|3.63901018922853e-06| -|setup.py|github/Nicholaswogan/PhotochemPy|3.63901018922853e-06| -|setup.py|github/MartianColonist/POSEIDON|3.63901018922853e-06| -|setup.py|github/mroosmalen/nanosv|3.63901018922853e-06| -|setup.py|github/DrMarc/slab|3.63901018922853e-06| -|setup.py|github/kennethcarrell/ATARRI|3.63901018922853e-06| -|setup.py|github/simonsobs/pixell|3.63901018922853e-06| -|setup.py|github/simonsobs/nemo|3.63901018922853e-06| -|setup.py|github/wtsi-hpag/HiLine|3.63901018922853e-06| -|setup.py|github/stevengiacalone/triceratops|3.63901018922853e-06| -|setup.py|github/rgmyr/corebreakout|3.63901018922853e-06| -|setup.py|github/mlujnie/simple|3.63901018922853e-06| -|setup.py|github/eelregit/mcfit|3.63901018922853e-06| -|setup.py|github/DLR-RM/BlenderProc|3.63901018922853e-06| -|setup.py|github/sbebo/joypy|3.63901018922853e-06| -|setup.py|github/Libensemble/libensemble|3.63901018922853e-06| -|setup.py|github/EISy-as-Py/hardy|3.63901018922853e-06| -|setup.py|github/TimothyADavis/KinMSpy|3.63901018922853e-06| -|setup.py|github/fred3m/toyz|3.63901018922853e-06| -|setup.py|github/cog-imperial/GPdoemd|3.63901018922853e-06| -|setup.py|github/cog-imperial/suspect|3.63901018922853e-06| -|setup.py|github/cog-imperial/entmoot|3.63901018922853e-06| -|setup.py|github/cog-imperial/galini|3.63901018922853e-06| -|setup.py|github/LBNL-ETA/MSWH|3.63901018922853e-06| -|setup.py|github/ECSHackWeek/impedance.py|3.63901018922853e-06| -|setup.py|github/atmos-cloud-sim-uj/PySDM|3.63901018922853e-06| -|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.63901018922853e-06| -|setup.py|github/biocore/scikit-bio|3.63901018922853e-06| -|setup.py|github/biocore/emperor|3.63901018922853e-06| -|setup.py|github/biocore/deblur|3.63901018922853e-06| -|setup.py|github/dpryan79/pyBigWig|3.63901018922853e-06| -|setup.py|github/dokester/BayesicFitting|3.63901018922853e-06| -|setup.py|github/CFSAN-Biostatistics/SeroTools|3.63901018922853e-06| -|setup.py|github/RTIInternational/gobbli|3.63901018922853e-06| -|setup.py|github/linnarsson-lab/loompy|3.63901018922853e-06| -|setup.py|github/pec27/hfof|3.63901018922853e-06| -|setup.py|github/pec27/smerfs|3.63901018922853e-06| -|setup.py|github/fraserw/TRIPPy|3.63901018922853e-06| -|setup.py|github/Materials-Consortia/optimade-python-tools|3.63901018922853e-06| -|setup.py|github/linuxscout/pyarabic|3.63901018922853e-06| -|setup.py|github/kboone/parsnip|3.63901018922853e-06| -|setup.py|github/v-morello/clfd|3.63901018922853e-06| -|setup.py|github/apertif/apercal|3.63901018922853e-06| -|setup.py|github/richteague/disksurf|3.63901018922853e-06| -|setup.py|github/richteague/eddy|3.63901018922853e-06| -|setup.py|github/richteague/gofish|3.63901018922853e-06| -|setup.py|github/richteague/bettermoments|3.63901018922853e-06| -|setup.py|github/cupy/cupy|3.63901018922853e-06| -|setup.py|github/ELELAB/cancermuts|3.63901018922853e-06| -|setup.py|github/ELELAB/RosettaDDGPrediction|3.63901018922853e-06| -|setup.py|github/ELELAB/LipidDyn|3.63901018922853e-06| -|setup.py|github/gogrean/PyXel|3.63901018922853e-06| -|setup.py|github/KathrynJones1/catwoman|3.63901018922853e-06| -|setup.py|github/vaexio/vaex|3.63901018922853e-06| -|setup.py|github/fjprichard/PyAFBF|3.63901018922853e-06| -|setup.py|github/ReSurfEMG/ReSurfEMG|3.63901018922853e-06| -|setup.py|github/AstarVienna/ScopeSim_Templates|3.63901018922853e-06| -|setup.py|github/AstarVienna/AnisoCADO|3.63901018922853e-06| -|setup.py|github/AstarVienna/skycalc_ipy|3.63901018922853e-06| -|setup.py|github/AstarVienna/Pyckles|3.63901018922853e-06| -|setup.py|github/vijayvarma392/binaryBHexp|3.63901018922853e-06| -|setup.py|github/shadden/celmech|3.63901018922853e-06| -|setup.py|github/ofionnad/radiowinds|3.63901018922853e-06| -|setup.py|github/caracal-pipeline/caracal|3.63901018922853e-06| -|setup.py|github/wfondrie/mokapot|3.63901018922853e-06| -|setup.py|github/Sarc-Graph/sarcgraph|3.63901018922853e-06| -|setup.py|github/GoekeLab/xpore|3.63901018922853e-06| -|setup.py|github/zarr-developers/zarr-python|3.63901018922853e-06| -|setup.py|github/MD-Studio/cerulean|3.63901018922853e-06| -|setup.py|github/vinisalazar/metaphor|3.63901018922853e-06| -|setup.py|github/SCECcode/pycsep|3.63901018922853e-06| -|setup.py|github/xpsi-group/xpsi|3.63901018922853e-06| -|setup.py|github/mgckind/easyaccess|3.63901018922853e-06| -|setup.py|github/swiftsim/swiftsimio|3.63901018922853e-06| -|setup.py|github/privong/pymccorrelation|3.63901018922853e-06| -|setup.py|github/jobovy/galpy|3.63901018922853e-06| -|setup.py|github/jobovy/apogee|3.63901018922853e-06| -|setup.py|github/jobovy/segueSelect|3.63901018922853e-06| -|setup.py|github/jobovy/gaia_tools|3.63901018922853e-06| -|setup.py|github/dbosul/CWITools|3.63901018922853e-06| -|setup.py|github/kevin218/Eureka|3.63901018922853e-06| -|setup.py|github/eWaterCycle/grpc4bmi|3.63901018922853e-06| -|setup.py|github/eWaterCycle/jupyterlab_thredds|3.63901018922853e-06| -|setup.py|github/mmp2/megaman|3.63901018922853e-06| -|setup.py|github/finagle29/DBSP_DRP|3.63901018922853e-06| -|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.63901018922853e-06| -|setup.py|github/bulik/ldsc|3.63901018922853e-06| -|setup.py|github/gilestrolab/ethoscope|3.63901018922853e-06| -|setup.py|github/davemlz/eemont|3.63901018922853e-06| -|setup.py|github/amusecode/amuse|3.63901018922853e-06| -|setup.py|github/elwinter/nnde|3.63901018922853e-06| -|setup.py|github/pavolgaj/OCFit|3.63901018922853e-06| -|setup.py|github/SISPO-developers/sispo|3.63901018922853e-06| -|setup.py|github/sherpa-deproject/deproject|3.63901018922853e-06| -|setup.py|github/EpistasisLab/tpot|3.63901018922853e-06| -|setup.py|github/EpistasisLab/regens|3.63901018922853e-06| -|setup.py|github/aabdurrouf/piXedfit|3.63901018922853e-06| -|setup.py|github/saphir746/BiobankRead-Bash|3.63901018922853e-06| -|setup.py|github/BradhamLab/icat|3.63901018922853e-06| -|setup.py|github/chasmani/piecewise-regression|3.63901018922853e-06| -|setup.py|github/virgesmith/neworder|3.63901018922853e-06| -|setup.py|github/pmelchior/skymapper|3.63901018922853e-06| -|setup.py|github/pmelchior/pyGMMis|3.63901018922853e-06| -|setup.py|github/pmelchior/scarlet|3.63901018922853e-06| -|setup.py|github/rabix/cwl-format|3.63901018922853e-06| -|setup.py|github/linqs/psl|3.63901018922853e-06| -|setup.py|github/connectomicslab/connectomemapper3|3.63901018922853e-06| -|setup.py|github/gmzsebastian/FLEET|3.63901018922853e-06| -|setup.py|github/illumina/pyflow|3.63901018922853e-06| -|setup.py|github/IKNL/vantage6|3.63901018922853e-06| -|setup.py|github/snad-space/zwad|3.63901018922853e-06| -|setup.py|github/21cmFAST/21cmFAST|3.63901018922853e-06| -|setup.py|github/tensorly/viz|3.63901018922853e-06| -|setup.py|github/revoltek/losoto|3.63901018922853e-06| -|setup.py|github/szwiep/py_SBeLT|3.63901018922853e-06| -|setup.py|github/cire-thk/BifacialSimu|3.63901018922853e-06| -|setup.py|github/symmy596/SurfinPy|3.63901018922853e-06| -|setup.py|github/symmy596/Polypy|3.63901018922853e-06| -|setup.py|github/wasserman-group/pyCADMium|3.63901018922853e-06| -|setup.py|github/spglib/spgrep|3.63901018922853e-06| -|setup.py|github/GenomicParisCentre/toulligQC|3.63901018922853e-06| -|setup.py|github/PaulHancock/Aegean|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/spectral-cube|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/pvextractor|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/uvcombine|3.63901018922853e-06| -|setup.py|github/sxs-collaboration/gwsurrogate|3.63901018922853e-06| -|setup.py|github/gausspy/gausspy|3.63901018922853e-06| -|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.63901018922853e-06| -|setup.py|github/ejhigson/perfectns|3.63901018922853e-06| -|setup.py|github/ejhigson/nestcheck|3.63901018922853e-06| -|setup.py|github/ejhigson/dyPolyChord|3.63901018922853e-06| -|setup.py|github/B-UMMI/chewBBACA|3.63901018922853e-06| -|setup.py|github/GijsMulders/epos|3.63901018922853e-06| -|setup.py|github/mjacob1002/Eir|3.63901018922853e-06| -|setup.py|github/glotzerlab/coxeter|3.63901018922853e-06| -|setup.py|github/glotzerlab/freud|3.63901018922853e-06| -|setup.py|github/brentp/geneimpacts|3.63901018922853e-06| -|setup.py|github/brentp/cigar|3.63901018922853e-06| -|setup.py|github/jakevdp/wpca|3.63901018922853e-06| -|setup.py|github/gwpy/gwpy|3.63901018922853e-06| -|setup.py|github/BartoszBartmanski/StoSpa2|3.63901018922853e-06| -|setup.py|github/vferat/pycrostates|3.63901018922853e-06| -|setup.py|github/davidemms/OrthoFinder|3.63901018922853e-06| -|setup.py|github/AprilYuge/ResPAN|3.63901018922853e-06| -|setup.py|github/devanshkv/fetch|3.63901018922853e-06| -|setup.py|github/nlesc-nano/swan|3.63901018922853e-06| -|setup.py|github/nlesc-nano/Moka|3.63901018922853e-06| -|setup.py|github/nlesc-nano/ceiba|3.63901018922853e-06| -|setup.py|github/nlesc-nano/CAT|3.63901018922853e-06| -|setup.py|github/nlesc-nano/ceiba-cli|3.63901018922853e-06| -|setup.py|github/nlesc-nano/flamingo|3.63901018922853e-06| -|setup.py|github/nlesc-nano/insilico-server|3.63901018922853e-06| -|setup.py|github/Autostronomy/AstroPhot|3.63901018922853e-06| -|setup.py|github/MannLabs/alphapept|3.63901018922853e-06| -|setup.py|github/INCF/one_click|3.63901018922853e-06| -|setup.py|github/tmcclintock/cluster_toolkit|3.63901018922853e-06| -|setup.py|github/KIT-MBS/pyREX|3.63901018922853e-06| -|setup.py|github/nithyanandan/PRISim|3.63901018922853e-06| -|setup.py|github/warrickball/tomso|3.63901018922853e-06| -|setup.py|github/BPSB/combine-p-values-discrete|3.63901018922853e-06| -|setup.py|github/pmvreeswijk/BlackBOX|3.63901018922853e-06| -|setup.py|github/pmvreeswijk/ZOGY|3.63901018922853e-06| -|setup.py|github/BaroudLab/Griottes|3.63901018922853e-06| -|setup.py|github/RichardObi/medigan|3.63901018922853e-06| -|setup.py|github/jonescompneurolab/hnn-core|3.63901018922853e-06| -|setup.py|github/1313e/PRISM|3.63901018922853e-06| -|setup.py|github/psheehan/pdspy|3.63901018922853e-06| -|setup.py|github/javicarron/pynkowski|3.63901018922853e-06| -|setup.py|github/javicarron/mtneedlet|3.63901018922853e-06| -|setup.py|github/iric-soft/km|3.63901018922853e-06| -|setup.py|github/thomaspinder/GPJax|3.63901018922853e-06| -|setup.py|github/SCM-NV/qmflows-namd|3.63901018922853e-06| -|setup.py|github/SCM-NV/pyZacros|3.63901018922853e-06| -|setup.py|github/SCM-NV/qmflows|3.63901018922853e-06| -|setup.py|github/actris-cloudnet/cloudnetpy|3.63901018922853e-06| -|setup.py|github/jeaadams/ExoPix|3.63901018922853e-06| -|setup.py|github/tomlouden/spiderman|3.63901018922853e-06| -|setup.py|github/RamanLab/iCOMIC|3.63901018922853e-06| -|setup.py|github/dolfin-adjoint/pyadjoint|3.63901018922853e-06| -|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/iva|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/pymummer|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/gubbins|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/Fastaq|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/circlator|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/ariba|3.63901018922853e-06| -|setup.py|github/nboley/idr|3.63901018922853e-06| -|setup.py|github/benhid/Sequoya|3.63901018922853e-06| -|setup.py|github/musevlt/muse-psfr|3.63901018922853e-06| -|setup.py|github/musevlt/origin|3.63901018922853e-06| -|setup.py|github/Yu-Group/veridical-flow|3.63901018922853e-06| -|setup.py|github/gbernstein/pixmappy|3.63901018922853e-06| -|setup.py|github/TeraTrees/TIPP|3.63901018922853e-06| -|setup.py|github/poldracklab/mriqc|3.63901018922853e-06| -|setup.py|github/pierrehoudayer/RUBIS|3.63901018922853e-06| -|setup.py|github/HIPS/autograd|3.63901018922853e-06| -|setup.py|github/getzlab/rnaseqc|3.63901018922853e-06| -|setup.py|github/nickrodd/HDMSpectra|3.63901018922853e-06| -|setup.py|github/icredd-cheminfo/CGRdb2|3.63901018922853e-06| -|setup.py|github/ulelab/ultraplex|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/FALCON|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/pbcore|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/kineticsTools|3.63901018922853e-06| -|setup.py|github/slzarate/parliament2|3.63901018922853e-06| -|setup.py|github/lanl/swiftbat_python|3.63901018922853e-06| -|setup.py|github/lanl/scico|3.63901018922853e-06| -|setup.py|github/lanl/PyBNF|3.63901018922853e-06| -|setup.py|github/popgenmethods/smcpp|3.63901018922853e-06| -|setup.py|github/mdshw5/pyfaidx|3.63901018922853e-06| -|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.63901018922853e-06| -|setup.py|github/gmbrandt/xwavecal|3.63901018922853e-06| -|setup.py|github/cagrikymk/JAX-ReaxFF|3.63901018922853e-06| -|setup.py|github/cameronliang/BayesVP|3.63901018922853e-06| -|setup.py|github/nebblu/ReACT|3.63901018922853e-06| -|setup.py|github/SIOSlab/exodetbox|3.63901018922853e-06| -|setup.py|github/CLARIAH/grlc|3.63901018922853e-06| -|setup.py|github/yymao/abundancematching|3.63901018922853e-06| -|setup.py|github/edwardoughton/itmlogic|3.63901018922853e-06| -|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.63901018922853e-06| -|setup.py|github/Magritte-code/Magritte|3.63901018922853e-06| -|setup.py|github/pyro-ppl/pyro|3.63901018922853e-06| -|setup.py|github/ryansmcgee/seirsplus|3.63901018922853e-06| -|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.63901018922853e-06| -|setup.py|github/Midnighter/dependency-info|3.63901018922853e-06| -|setup.py|github/siavash-saki/tesspy|3.63901018922853e-06| -|setup.py|github/rasg-affiliates/healvis|3.63901018922853e-06| -|setup.py|github/jlenain/flaapluc|3.63901018922853e-06| -|setup.py|github/federicomarulli/CosmoBolognaLib|3.63901018922853e-06| -|setup.py|github/nbarbey/TomograPy|3.63901018922853e-06| -|setup.py|github/era-urban/wrfpy|3.63901018922853e-06| -|setup.py|github/comprna/reorientexpress|3.63901018922853e-06| -|setup.py|github/DMGW-Goethe/imripy|3.63901018922853e-06| -|setup.py|github/willvousden/ptemcee|3.63901018922853e-06| -|setup.py|github/radiocosmology/caput|3.63901018922853e-06| -|setup.py|github/bwkeller/PASTA|3.63901018922853e-06| -|setup.py|github/parallelwindfarms/byteparsing|3.63901018922853e-06| -|setup.py|github/reggiebernardo/PTAfast|3.63901018922853e-06| -|setup.py|github/sfschen/velocileptors|3.63901018922853e-06| -|setup.py|github/ConorMacBride/mcalf|3.63901018922853e-06| -|setup.py|github/SWIFTSIM/emulator|3.63901018922853e-06| -|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.63901018922853e-06| -|setup.py|github/katholt/Kaptive|3.63901018922853e-06| -|setup.py|github/phenomecentre/nPYc-Toolbox|3.63901018922853e-06| -|setup.py|github/precice/micro-manager|3.63901018922853e-06| -|setup.py|github/bioinform/somaticseq|3.63901018922853e-06| -|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.63901018922853e-06| -|setup.py|github/dparks1134/RefineM|3.63901018922853e-06| -|setup.py|github/VarStarDetect/varstardetect|3.63901018922853e-06| -|setup.py|github/grazianoucci/game|3.63901018922853e-06| -|setup.py|github/flemingtonlab/SpliceV|3.63901018922853e-06| -|setup.py|github/tardis-sn/carsus|3.63901018922853e-06| -|setup.py|github/tardis-sn/tardis|3.63901018922853e-06| -|setup.py|github/spacepy/spacepy|3.63901018922853e-06| -|setup.py|github/NickSwainston/pulsar_spectra|3.63901018922853e-06| -|setup.py|github/epic-astronomy/EPIC|3.63901018922853e-06| -|setup.py|github/WBK-Robotics/pybullet_industrial|3.63901018922853e-06| -|setup.py|github/swagnercarena/ovejero|3.63901018922853e-06| -|setup.py|github/smog-server/OpenSMOG|3.63901018922853e-06| -|setup.py|github/perfanalytics/pose2sim|3.63901018922853e-06| -|setup.py|github/ckm3/Py-PDM|3.63901018922853e-06| -|setup.py|github/mne-tools/mne-icalabel|3.63901018922853e-06| -|setup.py|github/herjy/SLIT|3.63901018922853e-06| -|setup.py|github/weecology/retriever|3.63901018922853e-06| -|setup.py|github/deepmedic/deepmedic|3.63901018922853e-06| -|setup.py|github/mzy2240/ESA|3.63901018922853e-06| -|setup.py|github/dmnfarrell/epitopepredict|3.63901018922853e-06| -|setup.py|github/dmnfarrell/snpgenie|3.63901018922853e-06| -|setup.py|github/tschad/pycelp|3.63901018922853e-06| -|setup.py|github/SouthGreenPlatform/PyRice|3.63901018922853e-06| -|setup.py|github/0xCoto/Virgo|3.63901018922853e-06| -|setup.py|github/yatiml/yatiml|3.63901018922853e-06| -|setup.py|github/domenico-simone/rmlst_api|3.63901018922853e-06| -|setup.py|github/pierrexyz/pybird|3.63901018922853e-06| -|setup.py|github/hippke/pandora|3.63901018922853e-06| -|setup.py|github/hippke/wotan|3.63901018922853e-06| -|setup.py|github/hippke/tls|3.63901018922853e-06| -|setup.py|github/LSSTDESC/descqa|3.63901018922853e-06| -|setup.py|github/LSSTDESC/CCL|3.63901018922853e-06| -|setup.py|github/a-renzini/pygwb|3.63901018922853e-06| -|setup.py|github/drcandacemakedamoore/cleanX|3.63901018922853e-06| -|setup.py|github/lkmklsmn/DrivAER|3.63901018922853e-06| -|setup.py|github/vatlab/sos-notebook|3.63901018922853e-06| -|setup.py|github/ageller/firefly|3.63901018922853e-06| -|setup.py|github/jonaselgammal/GPry|3.63901018922853e-06| -|setup.py|github/atomneb/AtomNeb-py|3.63901018922853e-06| -|setup.py|github/BEAST-Fitting/beast|3.63901018922853e-06| -|setup.py|github/AnantharamanLab/vRhyme|3.63901018922853e-06| -|setup.py|github/ElectionDataAnalysis/electiondata|3.63901018922853e-06| -|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.63901018922853e-06| -|setup.py|github/alphaparrot/ExoPlaSim|3.63901018922853e-06| -|setup.py|github/medema-group/bigslice|3.63901018922853e-06| -|setup.py|github/wdecoster/nanofilt|3.63901018922853e-06| -|setup.py|github/wdecoster/nanoget|3.63901018922853e-06| -|setup.py|github/wdecoster/nanocomp|3.63901018922853e-06| -|setup.py|github/wdecoster/nanopack|3.63901018922853e-06| -|setup.py|github/wdecoster/NanoComp|3.63901018922853e-06| -|setup.py|github/wdecoster/NanoPlot|3.63901018922853e-06| -|setup.py|github/wdecoster/nanomath|3.63901018922853e-06| -|setup.py|github/wdecoster/nanolyse|3.63901018922853e-06| -|setup.py|github/wdecoster/nanoQC|3.63901018922853e-06| -|setup.py|github/wdecoster/nanostat|3.63901018922853e-06| -|setup.py|github/steven-murray/powerbox|3.63901018922853e-06| -|setup.py|github/steven-murray/pydftools|3.63901018922853e-06| -|setup.py|github/steven-murray/mrpy|3.63901018922853e-06| -|setup.py|github/WorkflowConversion/CTDConverter|3.63901018922853e-06| -|setup.py|github/skovaka/UNCALLED|3.63901018922853e-06| -|setup.py|github/SYalouz/QuantNBody|3.63901018922853e-06| -|setup.py|github/timothydmorton/vespa|3.63901018922853e-06| -|setup.py|github/cosimoNigro/agnpy|3.63901018922853e-06| -|setup.py|github/lynx-x-ray-observatory/soxs|3.63901018922853e-06| -|setup.py|github/ORNL/tx2|3.63901018922853e-06| -|setup.py|github/recipy/recipy|3.63901018922853e-06| -|setup.py|github/agree019/DarkCapPy|3.63901018922853e-06| -|setup.py|github/hiddenSymmetries/simsopt|3.63901018922853e-06| -|setup.py|github/jorisparet/partycls|3.63901018922853e-06| -|setup.py|github/Guo-Jian-Wang/colfi|3.63901018922853e-06| -|setup.py|github/fkoehlin/montepython_2cosmos_public|3.63901018922853e-06| -|setup.py|github/changhoonhahn/pySpectrum|3.63901018922853e-06| -|setup.py|github/spacetelescope/specview|3.63901018922853e-06| -|setup.py|github/spacetelescope/stginga|3.63901018922853e-06| -|setup.py|github/spacetelescope/stsynphot_refactor|3.63901018922853e-06| -|setup.py|github/spacetelescope/synphot_refactor|3.63901018922853e-06| -|setup.py|github/spacetelescope/imexam|3.63901018922853e-06| -|setup.py|github/spacetelescope/specviz|3.63901018922853e-06| -|setup.py|github/szymon-datalions/pyinterpolate|3.63901018922853e-06| -|setup.py|github/radifar/PyPLIF-HIPPOS|3.63901018922853e-06| -|setup.py|github/pyspeckit/pyspeckit|3.63901018922853e-06| -|setup.py|github/OP2/PyOP2|3.63901018922853e-06| -|setup.py|github/podondra/eidein|3.63901018922853e-06| -|setup.py|github/rvalieris/parallel-fastq-dump|3.63901018922853e-06| -|setup.py|github/pmaxted/pycheops|3.63901018922853e-06| -|setup.py|github/remi-adam/minot|3.63901018922853e-06| -|setup.py|github/mattpitkin/psrqpy|3.63901018922853e-06| -|setup.py|github/astrom-tom/dfitspy|3.63901018922853e-06| -|setup.py|github/astrom-tom/specstack|3.63901018922853e-06| -|setup.py|github/vsoch/gridtest|3.63901018922853e-06| -|setup.py|github/vsoch/citelang|3.63901018922853e-06| -|setup.py|github/dcorre/otrain|3.63901018922853e-06| -|setup.py|github/morpheus-project/morpheus|3.63901018922853e-06| -|setup.py|github/tibordome/cosmic_profiles|3.63901018922853e-06| -|setup.py|github/SJ001/AI-Feynman|3.63901018922853e-06| -|setup.py|github/EliseJ/astroABC|3.63901018922853e-06| -|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.63901018922853e-06| -|DESCRIPTION|gitlab/libreumg/dataquier|3.63901018922853e-06| -|DESCRIPTION|gitlab/ampere2/metalwalls|3.63901018922853e-06| -|DESCRIPTION|github/kateharborne/SimSpin|3.63901018922853e-06| -|DESCRIPTION|github/ezer/PAFway|3.63901018922853e-06| -|DESCRIPTION|github/RitchieLab/hudson|3.63901018922853e-06| -|DESCRIPTION|github/VBlesius/RHRT|3.63901018922853e-06| -|DESCRIPTION|github/genostats/LowKi|3.63901018922853e-06| -|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.63901018922853e-06| -|DESCRIPTION|github/NathanSkene/EWCE|3.63901018922853e-06| -|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.63901018922853e-06| -|DESCRIPTION|github/epiforecasts/covidregionaldata|3.63901018922853e-06| -|DESCRIPTION|github/chrisaberson/BetterReg|3.63901018922853e-06| -|DESCRIPTION|github/riatelab/osrm|3.63901018922853e-06| -|DESCRIPTION|github/r-lib/gert|3.63901018922853e-06| -|DESCRIPTION|github/r-lib/credentials|3.63901018922853e-06| -|DESCRIPTION|github/humanfactors/FIPS|3.63901018922853e-06| -|DESCRIPTION|github/bartongroup/RoSA|3.63901018922853e-06| -|DESCRIPTION|github/snystrom/memes|3.63901018922853e-06| -|DESCRIPTION|github/flosalbizziae/kataegis|3.63901018922853e-06| -|DESCRIPTION|github/stemangiola/tidyHeatmap|3.63901018922853e-06| -|DESCRIPTION|github/rajewsky-lab/dropbead|3.63901018922853e-06| -|DESCRIPTION|github/mgcooper/baseflow|3.63901018922853e-06| -|DESCRIPTION|github/takfung/ResDisMapper|3.63901018922853e-06| -|DESCRIPTION|github/metaOmics/MetaPath|3.63901018922853e-06| -|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.63901018922853e-06| -|DESCRIPTION|github/LindaNab/mecor|3.63901018922853e-06| -|DESCRIPTION|github/inrae/RCaNmodel|3.63901018922853e-06| -|DESCRIPTION|github/dgrun/FateID|3.63901018922853e-06| -|DESCRIPTION|github/isoverse/isoreader|3.63901018922853e-06| -|DESCRIPTION|github/databio/GenomicDistributions|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProFound|3.63901018922853e-06| -|DESCRIPTION|github/asgr/NFWdist|3.63901018922853e-06| -|DESCRIPTION|github/asgr/celestial|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProPane|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProSpect|3.63901018922853e-06| -|DESCRIPTION|github/asgr/Rfits|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProFuse|3.63901018922853e-06| -|DESCRIPTION|github/asgr/hyper.fit|3.63901018922853e-06| -|DESCRIPTION|github/asgr/Rwcs|3.63901018922853e-06| -|DESCRIPTION|github/prioritizr/wdpar|3.63901018922853e-06| -|DESCRIPTION|github/niceume/datasailr|3.63901018922853e-06| -|DESCRIPTION|github/koenderks/jaspAudit|3.63901018922853e-06| -|DESCRIPTION|github/lsds/Neptune|3.63901018922853e-06| -|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.63901018922853e-06| -|DESCRIPTION|github/bblodfon/emba|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.63901018922853e-06| -|DESCRIPTION|github/oneilsh/tidytensor|3.63901018922853e-06| -|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.63901018922853e-06| -|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.63901018922853e-06| -|DESCRIPTION|github/abschneider/StrainHub|3.63901018922853e-06| -|DESCRIPTION|github/sjbeckett/localcovid19now|3.63901018922853e-06| -|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.63901018922853e-06| -|DESCRIPTION|github/nanakiksc/zerone|3.63901018922853e-06| -|DESCRIPTION|github/azizka/IUCNN|3.63901018922853e-06| -|DESCRIPTION|github/tbep-tech/tbeptools|3.63901018922853e-06| -|DESCRIPTION|github/SofieVG/FlowSOM|3.63901018922853e-06| -|DESCRIPTION|github/rickhelmus/patRoon|3.63901018922853e-06| -|DESCRIPTION|github/Hegghammer/daiR|3.63901018922853e-06| -|DESCRIPTION|github/msaland/THInCR-Suite|3.63901018922853e-06| -|DESCRIPTION|github/asancpt/caffsim|3.63901018922853e-06| -|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.63901018922853e-06| -|DESCRIPTION|github/IMMM-SFA/gamut|3.63901018922853e-06| -|DESCRIPTION|github/lrnv/cort|3.63901018922853e-06| -|DESCRIPTION|github/INCEPTdk/adaptr|3.63901018922853e-06| -|DESCRIPTION|github/orbisgis/lczexplore|3.63901018922853e-06| -|DESCRIPTION|github/TeamPerie/CellDestiny|3.63901018922853e-06| -|DESCRIPTION|github/s-abbas/robnptests|3.63901018922853e-06| -|DESCRIPTION|github/Pinlyu3/LRLoop|3.63901018922853e-06| -|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.63901018922853e-06| -|DESCRIPTION|github/wadpac/GGIR|3.63901018922853e-06| -|DESCRIPTION|github/fumi-github/omicwas|3.63901018922853e-06| -|DESCRIPTION|github/sachsmc/cosinor|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dbparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bowerbird|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dataaimsr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/FedData|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MODISTools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nasapower|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider.devtools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ezknitr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdefra|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/webmockr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/workloopR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/microdemic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ecoengine|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/timefuzz|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nodbi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylogram|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rsat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cld2|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidync|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmplotr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RefManageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/zbank|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rinat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mauricer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geojsonio|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxize|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phonfieldwork|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/finch|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/landscapetools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/popler|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/medrxivr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wdman|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/traits|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/isdparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bomrang|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/essurvey|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/brranching|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/av|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/visdat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spiro|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ritis|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treebase|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfishbase|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nlrx|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rppo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mcbette|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/c14bazAAR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/infx|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/crul|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/charlatan|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rglobi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hddtools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ghql|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxlist|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearth|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/CoordinateCleaner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcitoid|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxizedb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/GSODR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jqr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spelling|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/drake|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdataretriever|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rebird|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stplanr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrricanes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rbace|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rentrez|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pathviewr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dittodb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/codemetar|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chlorpromazineR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stantargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cde|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/terrainr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/writexl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/internetarchive|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rorcid|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/eia|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/SymbiotaR2|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bikedata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/trufflesniffer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/EML|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrricanesdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mapscanner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rmangal|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylotaR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gutenbergr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pixelclasser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rromeo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/staypuft|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/piggyback|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fulltext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treedata.table|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/excluder|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rplos|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/getCRUCLdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rAvis|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/beastier|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/photosearcher|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cffr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MODIStsp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/unrtf|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/readODS|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bold|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxadb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dataspice|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/lingtypology|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cleanEHR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/virtuoso|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/iheatmapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DoOR.data|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rbhl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencage|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/helminthR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rzmq|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jsonvalidate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ruODK|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/USAboundariesData|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fingertipsR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/babette|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nomisr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencontext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/onekp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/namext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rerddap|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rWBclimate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osfr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MtreeRing|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ots|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/refimpact|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/grainchanger|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/PostcodesioR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylocomr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rtika|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/oai|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/seasl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/solrium|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/suppdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mctq|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mregions|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfema|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ckanr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tif|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearthhires|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/weathercan|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RSelenium|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/xslt|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geojsonlint|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bittrex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/baRcodeR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrlite|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DoOR.functions|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/predictNMB|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/europepmc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hydroscoper|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/unifir|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearthdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/lightr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tinkr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/qualtRics|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pdftools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geonames|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hoardr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgbif|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/qpdf|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jagstargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/Rclean|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/exoplanets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rusda|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/emld|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jsonld|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnassqs|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/addressable|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxview|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidyqpcr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/camsRad|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opentripplanner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ijtiff|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/Rpolyhedra|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rotl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cchecks|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/graphql|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/censo2017|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/neotoma|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wateRinfo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/restez|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rredlist|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rAltmetric|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/patentsview|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/assertr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cyphr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/biomartr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ramlegacy|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/googleLanguageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RNeXML|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/USAboundaries|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/parzer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spocc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tacmagic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fauxpas|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnpn|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rvertnet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jstor|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/circle|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/randgeo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/targets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider.base|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/datapack|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/robotstxt|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jenkins|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/aRxiv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nbaR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/clifro|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcol|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/paleobioDB|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/riem|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rperseus|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outcomerate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/natserv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfigshare|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spatsoc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/beautier|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tracerer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/AntWeb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdryad|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/citecorp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/EndoMineR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/coder|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DataSpaceR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfisheries|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/historydata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pubchunks|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/NLMR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/awardFindR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pendulum|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/BaseSet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/katex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/git2rdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/conditionz|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/antanym|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidypmc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/worrms|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wikitaxa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gistr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/citesdb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/antiword|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hunspell|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/vcr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/sofa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/allodb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gtfsr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/textreuse|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pangaear|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdflib|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/UCSCXenaTools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcites|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/colocr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/smapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidyhydat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/binman|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/arkdb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tradestatistics|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/prism|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stats19|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdatacite|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/getlandsat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tarchetypes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dbhydroR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/daiquiri|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcoreoa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/webchem|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/plotly|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gitignore|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcrossref|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bibtex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wellknown|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/skimr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cld3|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rb3|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/magick|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/comtradr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/handlr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmextract|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/refsplitr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treestartr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/epubr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnoaa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/git2r|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdhs|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/plater|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tiler|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tabulizer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tesseract|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bib2df|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/roadoi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rsnps|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chromer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/skynet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rtweet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/slopes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chirps|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgpdd|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DataPackageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gittargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ssh|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgnparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tokenizers|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/scrubr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/elastic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cRegulome|3.63901018922853e-06| -|DESCRIPTION|github/TomKellyGenetics/graphsim|3.63901018922853e-06| -|DESCRIPTION|github/insightsengineering/rbmi|3.63901018922853e-06| -|DESCRIPTION|github/jgrembi/riskCommunicator|3.63901018922853e-06| -|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.63901018922853e-06| -|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.63901018922853e-06| -|DESCRIPTION|github/flyaflya/causact|3.63901018922853e-06| -|DESCRIPTION|github/lasseignelab/CINmetrics|3.63901018922853e-06| -|DESCRIPTION|github/CTU-Bern/presize|3.63901018922853e-06| -|DESCRIPTION|github/q1cui/discourseGT|3.63901018922853e-06| -|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.63901018922853e-06| -|DESCRIPTION|github/david-barnett/microViz|3.63901018922853e-06| -|DESCRIPTION|github/fchuffar/protopackage|3.63901018922853e-06| -|DESCRIPTION|github/cjbarrie/academictwitteR|3.63901018922853e-06| -|DESCRIPTION|github/txopen/histoc|3.63901018922853e-06| -|DESCRIPTION|github/gtonkinhill/fastbaps|3.63901018922853e-06| -|DESCRIPTION|github/tidymodels/stacks|3.63901018922853e-06| -|DESCRIPTION|github/tidymodels/infer|3.63901018922853e-06| -|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.63901018922853e-06| -|DESCRIPTION|github/highamm/sptotal|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/signnet|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/netrankr|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/graphlayouts|3.63901018922853e-06| -|DESCRIPTION|github/jorittmo/singcar|3.63901018922853e-06| -|DESCRIPTION|github/CornellLabofOrnithology/auk|3.63901018922853e-06| -|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.63901018922853e-06| -|DESCRIPTION|github/wesleyburr/subMaldi|3.63901018922853e-06| -|DESCRIPTION|github/esplint/IRACpm|3.63901018922853e-06| -|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.63901018922853e-06| -|DESCRIPTION|github/NLeSC/compressing-the-sky|3.63901018922853e-06| -|DESCRIPTION|github/OrlandoLam/SAMT|3.63901018922853e-06| -|DESCRIPTION|github/YuLab-SMU/treeio|3.63901018922853e-06| -|DESCRIPTION|github/bommert/stabm|3.63901018922853e-06| -|DESCRIPTION|github/deweylab/RSEM|3.63901018922853e-06| -|DESCRIPTION|github/xoopR/set6|3.63901018922853e-06| -|DESCRIPTION|github/GOVS-pack/GOVS|3.63901018922853e-06| -|DESCRIPTION|github/wjakethompson/measr|3.63901018922853e-06| -|DESCRIPTION|github/EpiVec/TDLM|3.63901018922853e-06| -|DESCRIPTION|github/HajkD/LTRpred|3.63901018922853e-06| -|DESCRIPTION|github/prdm0/ropenblas|3.63901018922853e-06| -|DESCRIPTION|github/VincentAlcazer/StatAid|3.63901018922853e-06| -|DESCRIPTION|github/justinmathias/isocalcR|3.63901018922853e-06| -|DESCRIPTION|github/BMILAB/scLINE|3.63901018922853e-06| -|DESCRIPTION|github/cran/irtplay|3.63901018922853e-06| -|DESCRIPTION|github/isakro/shoredate|3.63901018922853e-06| -|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/ring|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/cinterpolate|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/dust|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/individual|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/provisionr|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/squire|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/dde|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/drjacoby|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/rrq|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/odin|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/sircovid|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/EpiEstim|3.63901018922853e-06| -|DESCRIPTION|github/johnschwenck/bp|3.63901018922853e-06| -|DESCRIPTION|github/easystats/effectsize|3.63901018922853e-06| -|DESCRIPTION|github/easystats/correlation|3.63901018922853e-06| -|DESCRIPTION|github/easystats/parameters|3.63901018922853e-06| -|DESCRIPTION|github/easystats/performance|3.63901018922853e-06| -|DESCRIPTION|github/V-Bernal/GeneNetTools|3.63901018922853e-06| -|DESCRIPTION|github/CajoterBraak/demc2|3.63901018922853e-06| -|DESCRIPTION|github/mmahmoudian/sivs|3.63901018922853e-06| -|DESCRIPTION|github/aranyics/ReDCM|3.63901018922853e-06| -|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.63901018922853e-06| -|DESCRIPTION|github/astrostat/LIRA|3.63901018922853e-06| -|DESCRIPTION|github/astrostat/Automark|3.63901018922853e-06| -|DESCRIPTION|github/ArgoCanada/argodata|3.63901018922853e-06| -|DESCRIPTION|github/tinglabs/scAIDE|3.63901018922853e-06| -|DESCRIPTION|github/insilico/cncv|3.63901018922853e-06| -|DESCRIPTION|github/LTLA/basilisk|3.63901018922853e-06| -|DESCRIPTION|github/alesantuz/musclesyneRgies|3.63901018922853e-06| -|DESCRIPTION|github/chainsawriot/oolong|3.63901018922853e-06| -|DESCRIPTION|github/chainsawriot/sweater|3.63901018922853e-06| -|DESCRIPTION|github/tidyverse/glue|3.63901018922853e-06| -|DESCRIPTION|github/LucyMcGowan/tipr|3.63901018922853e-06| -|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.63901018922853e-06| -|DESCRIPTION|github/abmantz/rgw|3.63901018922853e-06| -|DESCRIPTION|github/weizhouUMICH/SAIGE|3.63901018922853e-06| -|DESCRIPTION|github/maize-genetics/rTASSEL|3.63901018922853e-06| -|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.63901018922853e-06| -|DESCRIPTION|github/nand1155/CausNet|3.63901018922853e-06| -|DESCRIPTION|github/zoometh/iconr|3.63901018922853e-06| -|DESCRIPTION|github/alstat/ALUES|3.63901018922853e-06| -|DESCRIPTION|github/KiranLDA/PAMLr|3.63901018922853e-06| -|DESCRIPTION|github/bcgov/shinyssdtools|3.63901018922853e-06| -|DESCRIPTION|github/bcgov/bcdata|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/ambrosia|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/plutus|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/osiris|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/rmap|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/rfasst|3.63901018922853e-06| -|DESCRIPTION|github/nevrome/bleiglas|3.63901018922853e-06| -|DESCRIPTION|github/mlr-org/mcboost|3.63901018922853e-06| -|DESCRIPTION|github/JSB-UCLA/scPNMF|3.63901018922853e-06| -|DESCRIPTION|github/tlverse/hal9001|3.63901018922853e-06| -|DESCRIPTION|github/rqtl/qtl2|3.63901018922853e-06| -|DESCRIPTION|github/konfound-project/konfound|3.63901018922853e-06| -|DESCRIPTION|github/YenWenWang/HapDipKinship|3.63901018922853e-06| -|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.63901018922853e-06| -|DESCRIPTION|github/r-spatial/rgee|3.63901018922853e-06| -|DESCRIPTION|github/julia-wrobel/registr|3.63901018922853e-06| -|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.63901018922853e-06| -|DESCRIPTION|github/BrianAronson/birankr|3.63901018922853e-06| -|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.63901018922853e-06| -|DESCRIPTION|github/AgrDataSci/climatrends|3.63901018922853e-06| -|DESCRIPTION|github/mmollina/viewpoly|3.63901018922853e-06| -|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.63901018922853e-06| -|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.63901018922853e-06| -|DESCRIPTION|github/donaldRwilliams/BGGM|3.63901018922853e-06| -|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.63901018922853e-06| -|DESCRIPTION|github/dsoave/JLS|3.63901018922853e-06| -|DESCRIPTION|github/hope-data-science/tidyfst|3.63901018922853e-06| -|DESCRIPTION|github/vbaliga/gaussplotR|3.63901018922853e-06| -|DESCRIPTION|github/shangguandong1996/FindIT2|3.63901018922853e-06| -|DESCRIPTION|github/YonghuiDong/RawHummus|3.63901018922853e-06| -|DESCRIPTION|github/maximewack/viroCapt|3.63901018922853e-06| -|DESCRIPTION|github/jessecambon/tidygeocoder|3.63901018922853e-06| -|DESCRIPTION|github/annajenul/UBayFS|3.63901018922853e-06| -|DESCRIPTION|github/ColemanRHarris/mxnorm|3.63901018922853e-06| -|DESCRIPTION|github/zhouzilu/DENDRO|3.63901018922853e-06| -|DESCRIPTION|github/ecological-cities/home2park|3.63901018922853e-06| -|DESCRIPTION|github/dpseidel/stmove|3.63901018922853e-06| -|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.63901018922853e-06| -|DESCRIPTION|github/mingzehuang/latentcor|3.63901018922853e-06| -|DESCRIPTION|github/dankelley/oce|3.63901018922853e-06| -|DESCRIPTION|github/Martindelosrios/MeSsI|3.63901018922853e-06| -|DESCRIPTION|github/Martindelosrios/ROGER|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/qcoder|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/gendercoder|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/allcontributors|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.63901018922853e-06| -|DESCRIPTION|github/adriancorrendo/metrica|3.63901018922853e-06| -|DESCRIPTION|github/yiling0210/APIR|3.63901018922853e-06| -|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.63901018922853e-06| -|DESCRIPTION|github/JonasRieger/ldaPrototype|3.63901018922853e-06| -|DESCRIPTION|github/msalibian/RBF|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/monkeylearn|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/arresteddev|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/reviewer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/rodev|3.63901018922853e-06| -|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.63901018922853e-06| -|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.63901018922853e-06| -|DESCRIPTION|github/mdsteiner/EFAtools|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/haldensify|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/txshift|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/medoutcon|3.63901018922853e-06| -|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/autotest|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/srr|3.63901018922853e-06| -|DESCRIPTION|github/johannes-titz/cofad|3.63901018922853e-06| -|DESCRIPTION|github/ants-project/ANTs|3.63901018922853e-06| -|DESCRIPTION|github/blind-contours/SuperNOVA|3.63901018922853e-06| -|DESCRIPTION|github/signaturescience/skater|3.63901018922853e-06| -|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.63901018922853e-06| -|DESCRIPTION|github/MRCIEU/metaboprep|3.63901018922853e-06| -|DESCRIPTION|github/taranu/AllStarFit|3.63901018922853e-06| -|DESCRIPTION|github/ConnorDonegan/geostan|3.63901018922853e-06| -|DESCRIPTION|github/akcochrane/TEfits|3.63901018922853e-06| -|DESCRIPTION|github/stefanoMP/massiveGST|3.63901018922853e-06| -|DESCRIPTION|github/ec363/fpcountr|3.63901018922853e-06| -|DESCRIPTION|github/tgrimes/SeqNet|3.63901018922853e-06| -|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.63901018922853e-06| -|DESCRIPTION|github/timoast/signac|3.63901018922853e-06| -|DESCRIPTION|github/GreiffLab/immuneREF|3.63901018922853e-06| -|DESCRIPTION|github/cosimameyer/overviewR|3.63901018922853e-06| -|DESCRIPTION|github/mcsiple/mmrefpoints|3.63901018922853e-06| -|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/roblog|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/pkgreviewr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/rotemplate|3.63901018922853e-06| -|DESCRIPTION|github/rcarragh/c212|3.63901018922853e-06| -|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.63901018922853e-06| -|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.63901018922853e-06| -|DESCRIPTION|github/haoharryfeng/NeuCA|3.63901018922853e-06| -|DESCRIPTION|github/dieghernan/tidyterra|3.63901018922853e-06| -|DESCRIPTION|github/saeyslab/PeacoQC|3.63901018922853e-06| -|DESCRIPTION|github/saeyslab/nichenetr|3.63901018922853e-06| -|DESCRIPTION|github/binzhulab/SUITOR|3.63901018922853e-06| -|DESCRIPTION|github/anwarbio/bioassays|3.63901018922853e-06| -|DESCRIPTION|github/andyphilips/dynamac|3.63901018922853e-06| -|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.63901018922853e-06| -|DESCRIPTION|github/OwenWard/ppdiag|3.63901018922853e-06| -|DESCRIPTION|github/samhforbes/PupillometryR|3.63901018922853e-06| -|DESCRIPTION|github/rudeboybert/forestecology|3.63901018922853e-06| -|DESCRIPTION|github/bcjaeger/aorsf|3.63901018922853e-06| -|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.63901018922853e-06| -|DESCRIPTION|github/Merck/pkglite|3.63901018922853e-06| -|DESCRIPTION|github/NeotomaDB/neotoma2|3.63901018922853e-06| -|DESCRIPTION|github/SchlossLab/mikropml|3.63901018922853e-06| -|DESCRIPTION|github/rx-li/EasyCellType|3.63901018922853e-06| -|DESCRIPTION|github/raredd/kmdata|3.63901018922853e-06| -|DESCRIPTION|github/pydemull/activAnalyzer|3.63901018922853e-06| -|DESCRIPTION|github/rauschenberger/transreg|3.63901018922853e-06| -|DESCRIPTION|github/rauschenberger/joinet|3.63901018922853e-06| -|DESCRIPTION|github/jackmwolf/tehtuner|3.63901018922853e-06| -|DESCRIPTION|github/yuliadm/mixComp|3.63901018922853e-06| -|DESCRIPTION|github/lydialucchesi/Vizumap|3.63901018922853e-06| -|DESCRIPTION|github/ShixiangWang/sigminer|3.63901018922853e-06| -|DESCRIPTION|github/ejikeugba/gofcat|3.63901018922853e-06| -|DESCRIPTION|github/ejikeugba/serp|3.63901018922853e-06| -|DESCRIPTION|github/ICRAR/ProFit|3.63901018922853e-06| -|DESCRIPTION|github/martin3141/spant|3.63901018922853e-06| -|DESCRIPTION|github/saezlab/PHONEMeS|3.63901018922853e-06| -|DESCRIPTION|github/Dulab2020/ARMT|3.63901018922853e-06| -|DESCRIPTION|github/r-cas/caracas|3.63901018922853e-06| -|DESCRIPTION|github/radio1988/OneStopRNAseq|3.63901018922853e-06| -|DESCRIPTION|github/xiaotiand/FunFor|3.63901018922853e-06| -|DESCRIPTION|github/pmoulos/metaseqR2|3.63901018922853e-06| -|DESCRIPTION|github/kadyb/rgugik|3.63901018922853e-06| -|DESCRIPTION|github/r-spatialecology/shar|3.63901018922853e-06| -|DESCRIPTION|github/n8thangreen/BCEA|3.63901018922853e-06| -|DESCRIPTION|github/SJTU-CGM/ivTerm|3.63901018922853e-06| -|DESCRIPTION|github/vimc/dettl|3.63901018922853e-06| -|DESCRIPTION|github/vimc/vaultr|3.63901018922853e-06| -|DESCRIPTION|github/vimc/orderly|3.63901018922853e-06| -|DESCRIPTION|github/kendomaniac/rCASC|3.63901018922853e-06| -|DESCRIPTION|github/kendomaniac/docker4seq|3.63901018922853e-06| -|DESCRIPTION|github/obreschkow/dftools|3.63901018922853e-06| -|DESCRIPTION|github/llrs/experDesign|3.63901018922853e-06| -|DESCRIPTION|github/DidierMurilloF/FielDHub|3.63901018922853e-06| -|DESCRIPTION|github/MAnalytics/opitools|3.63901018922853e-06| -|DESCRIPTION|github/MAnalytics/akmedoids|3.63901018922853e-06| -|DESCRIPTION|github/NSAPH-Software/CRE|3.63901018922853e-06| -|DESCRIPTION|github/ClaudioZandonella/PRDA|3.63901018922853e-06| -|DESCRIPTION|github/gasparl/possa|3.63901018922853e-06| -|DESCRIPTION|github/SietzeN/glottospace|3.63901018922853e-06| -|DESCRIPTION|github/Natsiopoulos/ARDL|3.63901018922853e-06| -|DESCRIPTION|github/rhenkin/visxhclust|3.63901018922853e-06| -|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.63901018922853e-06| -|DESCRIPTION|github/Jinsl-lab/SDImpute|3.63901018922853e-06| -|DESCRIPTION|github/USEPA/nsink|3.63901018922853e-06| -|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.63901018922853e-06| -|DESCRIPTION|github/GaryBAYLOR/mixR|3.63901018922853e-06| -|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.63901018922853e-06| -|DESCRIPTION|github/liuhong-jia/scAnno|3.63901018922853e-06| -|DESCRIPTION|github/gabraham/flashpca|3.63901018922853e-06| -|DESCRIPTION|github/bluefoxr/COINr|3.63901018922853e-06| -|DESCRIPTION|github/adithirgis/pollucheck|3.63901018922853e-06| -|DESCRIPTION|github/constantAmateur/SoupX|3.63901018922853e-06| -|DESCRIPTION|github/TheMillerLab/genetex|3.63901018922853e-06| -|DESCRIPTION|github/AngusWright/LAMBDAR|3.63901018922853e-06| -|DESCRIPTION|github/zizroc/villager|3.63901018922853e-06| -|package.json|gitlab/magnumpi/magnumpi|3.63901018922853e-06| -|package.json|gitlab/geekysquirrel/bigx|3.63901018922853e-06| -|package.json|gitlab/metafundev/metafun|3.63901018922853e-06| -|package.json|github/CNIC-Proteomics/TurboPutative-web|3.63901018922853e-06| -|package.json|github/EMResearch/EvoMaster|3.63901018922853e-06| -|package.json|github/Yomguithereal/talisman|3.63901018922853e-06| -|package.json|github/amkram/shusher|3.63901018922853e-06| -|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.63901018922853e-06| -|package.json|github/Samreay/Marz|3.63901018922853e-06| -|package.json|github/streamlit/streamlit|3.63901018922853e-06| -|package.json|github/citation-file-format/cff-initializer-javascript|3.63901018922853e-06| -|package.json|github/ZjuLiangsl/mmkp|3.63901018922853e-06| -|package.json|github/wangjun1996/VisFeature|3.63901018922853e-06| -|package.json|github/nlesc-sherlock/Rig|3.63901018922853e-06| -|package.json|github/nextstrain/auspice|3.63901018922853e-06| -|package.json|github/FINNGEN/lavaa-react|3.63901018922853e-06| -|package.json|github/pmkruyen/dearscholar|3.63901018922853e-06| -|package.json|github/quinlanW/dbMisLoc|3.63901018922853e-06| -|package.json|github/souzamonteiro/cnatool|3.63901018922853e-06| -|package.json|github/lumen-org/lumen|3.63901018922853e-06| -|package.json|github/PDB-REDO/tortoize|3.63901018922853e-06| -|package.json|github/CrowdTruth/CrowdTruth|3.63901018922853e-06| -|package.json|github/PopMedNet-Team/popmednet|3.63901018922853e-06| -|package.json|github/hetalang/heta-compiler|3.63901018922853e-06| -|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.63901018922853e-06| -|package.json|github/CDSP-SCPO/dataverse-feed|3.63901018922853e-06| -|package.json|github/MichaelSel/edoJS|3.63901018922853e-06| -|package.json|github/NLeSC/case-law-app|3.63901018922853e-06| -|package.json|github/NLeSC/pattyvis|3.63901018922853e-06| -|package.json|github/NLeSC/docker-couch-admin|3.63901018922853e-06| -|package.json|github/NLeSC/xenon-flow|3.63901018922853e-06| -|package.json|github/NLeSC/spot|3.63901018922853e-06| -|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.63901018922853e-06| -|package.json|github/NLeSC/ExtJS-DateTime|3.63901018922853e-06| -|package.json|github/NLeSC/DiVE|3.63901018922853e-06| -|package.json|github/NLeSC/UncertaintyVisualization|3.63901018922853e-06| -|package.json|github/PathwayCommons/grounding-search|3.63901018922853e-06| -|package.json|github/ratschlab/metagraph|3.63901018922853e-06| -|package.json|github/bio-tools/biotoolsSum|3.63901018922853e-06| -|package.json|github/emrecdem/emo-spectre|3.63901018922853e-06| -|package.json|github/AA-ALERT/frbcat-web|3.63901018922853e-06| -|package.json|github/neuroneural/brainchop|3.63901018922853e-06| -|package.json|github/LTLA/gesel.js|3.63901018922853e-06| -|package.json|github/ci-for-science/self-hosted-runners|3.63901018922853e-06| -|package.json|github/SchmidtDSE/afscgap|3.63901018922853e-06| -|package.json|github/ablab/spades|3.63901018922853e-06| -|package.json|github/dondi/GRNsight|3.63901018922853e-06| -|package.json|github/cinemascience/cinema_snap|3.63901018922853e-06| -|package.json|github/bramvandijk88/cacatoo|3.63901018922853e-06| -|package.json|github/bids-standard/bids-validator|3.63901018922853e-06| -|package.json|github/leraman/Hopla|3.63901018922853e-06| -|package.json|github/ReGIS-org/regis-v2|3.63901018922853e-06| -|package.json|github/gear-genomics/tracy|3.63901018922853e-06| -|package.json|github/meta-logic/sequoia|3.63901018922853e-06| -|package.json|github/ci-for-research/self-hosted-runners|3.63901018922853e-06| -|package.json|github/phelelani/nf-rnaSeqMetagen|3.63901018922853e-06| -|package.json|github/ADAH-EviDENce/evidence|3.63901018922853e-06| -|package.json|github/iomega/zenodo-upload|3.63901018922853e-06| -|package.json|github/iomega/paired-data-form|3.63901018922853e-06| -|package.json|github/interactivereport/OmicsView0|3.63901018922853e-06| -|package.json|github/IPK-BIT/divbrowse|3.63901018922853e-06| -|package.json|github/klevis-a/kinematics-vis|3.63901018922853e-06| -|package.json|github/mathjax/MathJax|3.63901018922853e-06| -|package.json|github/tobiasrausch/alfred|3.63901018922853e-06| -|package.json|github/research-software-directory/research-software-directory|3.63901018922853e-06| -|package.json|github/fairdataihub/SPARClink|3.63901018922853e-06| -|package.json|github/Via-Appia/via-appia-online-viewer|3.63901018922853e-06| -|package.json|github/TNOCS/csWeb|3.63901018922853e-06| -|package.json|github/tyo-nu/MINE-app|3.63901018922853e-06| -|package.json|github/i-VRESSE/workflow-builder|3.63901018922853e-06| -|package.json|github/sib-swiss/glittr|3.63901018922853e-06| -|package.json|github/jspsych/jspsych|3.63901018922853e-06| -|package.json|github/vibbits/phyd3|3.63901018922853e-06| -|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.63901018922853e-06| -|package.json|github/Kaixhin/FGLab|3.63901018922853e-06| -|package.json|github/Kaixhin/FGMachine|3.63901018922853e-06| -|package.json|github/MolMeDB/MolMeDB|3.63901018922853e-06| -|package.json|github/eWaterCycle/eWaterleaf|3.63901018922853e-06| -|package.json|github/eWaterCycle/setup-singularity|3.63901018922853e-06| -|package.json|github/eWaterCycle/setup-grpc|3.63901018922853e-06| -|package.json|github/eWaterCycle/Cesium-NcWMS|3.63901018922853e-06| -|package.json|github/Shamir-Lab/domino_web|3.63901018922853e-06| -|package.json|github/eweitz/ideogram|3.63901018922853e-06| -|package.json|github/MaayanLab/signature-commons-ui|3.63901018922853e-06| -|package.json|github/eucp-project/atlas|3.63901018922853e-06| -|package.json|github/eucp-project/storyboards|3.63901018922853e-06| -|package.json|github/sonjageorgievska/CClusTera|3.63901018922853e-06| -|package.json|github/luntergroup/octopus|3.63901018922853e-06| -|package.json|github/yyZhang14/dbEssLnc|3.63901018922853e-06| -|package.json|github/DorianDepriester/mtex2Gmsh|3.63901018922853e-06| -|package.json|github/davidhoksza/MolArt|3.63901018922853e-06| -|package.json|github/korcsmarosgroup/TFlink|3.63901018922853e-06| -|package.json|github/biosimulations/Biosimulations|3.63901018922853e-06| -|package.json|github/tortellini-tools/action|3.63901018922853e-06| -|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.63901018922853e-06| -|CMakeLists.txt|gitlab/aroffringa/wsclean|3.63901018922853e-06| -|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.63901018922853e-06| -|CMakeLists.txt|gitlab/remikz/nccmp|3.63901018922853e-06| -|CMakeLists.txt|gitlab/astron-idg/idg|3.63901018922853e-06| -|CMakeLists.txt|github/catboost/catboost|3.63901018922853e-06| -|CMakeLists.txt|github/ahcm/ffindex|3.63901018922853e-06| -|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.63901018922853e-06| -|CMakeLists.txt|github/delphes/delphes|3.63901018922853e-06| -|CMakeLists.txt|github/raphael-group/hatchet|3.63901018922853e-06| -|CMakeLists.txt|github/pynbody/genetIC|3.63901018922853e-06| -|CMakeLists.txt|github/mivp/encube|3.63901018922853e-06| -|CMakeLists.txt|github/biomedia-mira/drop2|3.63901018922853e-06| -|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.63901018922853e-06| -|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.63901018922853e-06| -|CMakeLists.txt|github/ChristopherWilks/megadepth|3.63901018922853e-06| -|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.63901018922853e-06| -|CMakeLists.txt|github/HITS-AIN/PINK|3.63901018922853e-06| -|CMakeLists.txt|github/casacore/casacore|3.63901018922853e-06| -|CMakeLists.txt|github/wullm/zwindstroom|3.63901018922853e-06| -|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.63901018922853e-06| -|CMakeLists.txt|github/Illumina/akt|3.63901018922853e-06| -|CMakeLists.txt|github/Illumina/MarViN|3.63901018922853e-06| -|CMakeLists.txt|github/stevengj/nlopt|3.63901018922853e-06| -|CMakeLists.txt|github/Punzo/SlicerAstro|3.63901018922853e-06| -|CMakeLists.txt|github/BenWibking/quokka|3.63901018922853e-06| -|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/bioparser|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/rampler|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/sword|3.63901018922853e-06| -|CMakeLists.txt|github/rvaser/thread_pool|3.63901018922853e-06| -|CMakeLists.txt|github/lsds/TaLoS|3.63901018922853e-06| -|CMakeLists.txt|github/lsds/faasm|3.63901018922853e-06| -|CMakeLists.txt|github/lsds/LightSaber|3.63901018922853e-06| -|CMakeLists.txt|github/JPenuchot/ctbench|3.63901018922853e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.63901018922853e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.63901018922853e-06| -|CMakeLists.txt|github/sfarrens/sfof|3.63901018922853e-06| -|CMakeLists.txt|github/yangao07/abPOA|3.63901018922853e-06| -|CMakeLists.txt|github/liuhao-cn/fastSHT|3.63901018922853e-06| -|CMakeLists.txt|github/AstroUGent/shadowfax|3.63901018922853e-06| -|CMakeLists.txt|github/yogi-tud/space_gpu|3.63901018922853e-06| -|CMakeLists.txt|github/jczarnowski/DeepFactors|3.63901018922853e-06| -|CMakeLists.txt|github/domschrei/mallob|3.63901018922853e-06| -|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.63901018922853e-06| -|CMakeLists.txt|github/PMBio/peer|3.63901018922853e-06| -|CMakeLists.txt|github/marbl/MashMap|3.63901018922853e-06| -|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.63901018922853e-06| -|CMakeLists.txt|github/kd0kfo/cosmology|3.63901018922853e-06| -|CMakeLists.txt|github/copasi/COPASI|3.63901018922853e-06| -|CMakeLists.txt|github/reedacartwright/ngila|3.63901018922853e-06| -|CMakeLists.txt|github/bbuchfink/diamond|3.63901018922853e-06| -|CMakeLists.txt|github/su2code/SU2|3.63901018922853e-06| -|CMakeLists.txt|github/mtazzari/galario|3.63901018922853e-06| -|CMakeLists.txt|github/jeffdaily/parasail|3.63901018922853e-06| -|CMakeLists.txt|github/ziotom78/libpolycomp|3.63901018922853e-06| -|CMakeLists.txt|github/fastpm/fastpm|3.63901018922853e-06| -|CMakeLists.txt|github/artis-mcrt/artis|3.63901018922853e-06| -|CMakeLists.txt|github/TRASAL/AMBER|3.63901018922853e-06| -|CMakeLists.txt|github/mc-imperial/jfs|3.63901018922853e-06| -|CMakeLists.txt|github/y-256/libdivsufsort|3.63901018922853e-06| -|CMakeLists.txt|github/rega-cev/virulign|3.63901018922853e-06| -|CMakeLists.txt|github/snugel/cas-offinder|3.63901018922853e-06| -|CMakeLists.txt|github/HingeAssembler/HINGE|3.63901018922853e-06| -|CMakeLists.txt|github/hveerten/katu|3.63901018922853e-06| -|CMakeLists.txt|github/astroboylrx/PLAN|3.63901018922853e-06| -|CMakeLists.txt|github/hombit/freddi|3.63901018922853e-06| -|CMakeLists.txt|github/idefix-code/idefix|3.63901018922853e-06| -|CMakeLists.txt|github/BIC-MNI/libminc|3.63901018922853e-06| -|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.63901018922853e-06| -|CMakeLists.txt|github/statgen/popscle|3.63901018922853e-06| -|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.63901018922853e-06| -|CMakeLists.txt|github/cameron314/concurrentqueue|3.63901018922853e-06| -|CMakeLists.txt|github/ncbi/sra-tools|3.63901018922853e-06| -|CMakeLists.txt|github/ncbi/ncbi-vdb|3.63901018922853e-06| -|CMakeLists.txt|github/nanoporetech/scrappie|3.63901018922853e-06| -|CMakeLists.txt|github/nanoporetech/flappie|3.63901018922853e-06| -|CMakeLists.txt|github/datngu/Circall|3.63901018922853e-06| -|CMakeLists.txt|github/xxsds/DYNAMIC|3.63901018922853e-06| -|CMakeLists.txt|github/kbarbary/sep|3.63901018922853e-06| -|CMakeLists.txt|github/farhanferoz/MultiNest|3.63901018922853e-06| -|CMakeLists.txt|github/nmslib/hnswlib|3.63901018922853e-06| -|CMakeLists.txt|github/DGtal-team/DGtal|3.63901018922853e-06| -|CMakeLists.txt|github/mrc-ide/covid-sim|3.63901018922853e-06| -|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.63901018922853e-06| -|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.63901018922853e-06| -|CMakeLists.txt|github/vdemichev/DiaNN|3.63901018922853e-06| -|CMakeLists.txt|github/HWang-Summit/HCGrid|3.63901018922853e-06| -|CMakeLists.txt|github/scikit-hep/iminuit|3.63901018922853e-06| -|CMakeLists.txt|github/kdmurray91/libqcpp|3.63901018922853e-06| -|CMakeLists.txt|github/kdmurray91/axe|3.63901018922853e-06| -|CMakeLists.txt|github/mjuric/galfast|3.63901018922853e-06| -|CMakeLists.txt|github/ugovaretto/molekel|3.63901018922853e-06| -|CMakeLists.txt|github/exoclime/FastChem|3.63901018922853e-06| -|CMakeLists.txt|github/exoclime/THOR|3.63901018922853e-06| -|CMakeLists.txt|github/exoclime/Helios-r2|3.63901018922853e-06| -|CMakeLists.txt|github/SeaIce-Math/SubZero|3.63901018922853e-06| -|CMakeLists.txt|github/krab1k/ChargeFW2|3.63901018922853e-06| -|CMakeLists.txt|github/elkebir-group/derna|3.63901018922853e-06| -|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.63901018922853e-06| -|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.63901018922853e-06| -|CMakeLists.txt|github/osallou/cassiopee-c|3.63901018922853e-06| -|CMakeLists.txt|github/facebookresearch/faiss|3.63901018922853e-06| -|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.63901018922853e-06| -|CMakeLists.txt|github/seqan/flexbar|3.63901018922853e-06| -|CMakeLists.txt|github/seqan/lara|3.63901018922853e-06| -|CMakeLists.txt|github/seqan/lambda|3.63901018922853e-06| -|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.63901018922853e-06| -|CMakeLists.txt|github/ZacharyJia/opsdn|3.63901018922853e-06| -|CMakeLists.txt|github/eggplantbren/DNest3|3.63901018922853e-06| -|CMakeLists.txt|github/sb-ncbr/golem|3.63901018922853e-06| -|CMakeLists.txt|github/fripon/freeture|3.63901018922853e-06| -|CMakeLists.txt|github/yatisht/usher|3.63901018922853e-06| -|CMakeLists.txt|github/mslonina/Mechanic|3.63901018922853e-06| -|CMakeLists.txt|github/daehwankimlab/hisat2|3.63901018922853e-06| -|CMakeLists.txt|github/jydu/maffilter|3.63901018922853e-06| -|CMakeLists.txt|github/jydu/physamp|3.63901018922853e-06| -|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.63901018922853e-06| -|CMakeLists.txt|github/gerddie/maxflow|3.63901018922853e-06| -|CMakeLists.txt|github/CMakePP/CMinx|3.63901018922853e-06| -|CMakeLists.txt|github/pezmaster31/bamtools|3.63901018922853e-06| -|CMakeLists.txt|github/Crompulence/cpl-library|3.63901018922853e-06| -|CMakeLists.txt|github/ester-project/ester|3.63901018922853e-06| -|CMakeLists.txt|github/mp3guy/ElasticFusion|3.63901018922853e-06| -|CMakeLists.txt|github/afd-illinois/grim|3.63901018922853e-06| -|CMakeLists.txt|github/seshnadathur/Revolver|3.63901018922853e-06| -|CMakeLists.txt|github/cieslar/Indri|3.63901018922853e-06| -|CMakeLists.txt|github/svi-opensource/libics|3.63901018922853e-06| -|CMakeLists.txt|github/cschreib/egg|3.63901018922853e-06| -|CMakeLists.txt|github/chanzuckerberg/shasta|3.63901018922853e-06| -|CMakeLists.txt|github/m2aia/m2aia|3.63901018922853e-06| -|CMakeLists.txt|github/FEniCS/basix|3.63901018922853e-06| -|CMakeLists.txt|github/Trovemaster/exocross|3.63901018922853e-06| -|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.63901018922853e-06| -|CMakeLists.txt|github/sarrvesh/cuFFS|3.63901018922853e-06| -|CMakeLists.txt|github/hnikaein/stark|3.63901018922853e-06| -|CMakeLists.txt|github/bcgsc/abyss|3.63901018922853e-06| -|CMakeLists.txt|github/hasindu2008/slow5tools|3.63901018922853e-06| -|CMakeLists.txt|github/mtholder/ncl|3.63901018922853e-06| -|CMakeLists.txt|github/lamyj/odil|3.63901018922853e-06| -|CMakeLists.txt|github/s4hts/HTStream|3.63901018922853e-06| -|CMakeLists.txt|github/COMBINE-lab/RapMap|3.63901018922853e-06| -|CMakeLists.txt|github/COMBINE-lab/libgff|3.63901018922853e-06| -|CMakeLists.txt|github/Yida-Lin/libxdf|3.63901018922853e-06| -|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.63901018922853e-06| -|CMakeLists.txt|github/qtltools/qtltools|3.63901018922853e-06| -|CMakeLists.txt|github/griffithlab/regtools|3.63901018922853e-06| -|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.63901018922853e-06| -|CMakeLists.txt|github/benedictpaten/marginPhase|3.63901018922853e-06| -|CMakeLists.txt|github/philres/ngmlr|3.63901018922853e-06| -|CMakeLists.txt|github/amkozlov/raxml-ng|3.63901018922853e-06| -|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.63901018922853e-06| -|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.63901018922853e-06| -|CMakeLists.txt|github/lczech/gappa|3.63901018922853e-06| -|CMakeLists.txt|github/mpokorny/vysmaw|3.63901018922853e-06| -|CMakeLists.txt|github/sib-swiss/pftools3|3.63901018922853e-06| -|CMakeLists.txt|github/mofanv/darknetz|3.63901018922853e-06| -|CMakeLists.txt|github/Taywee/args|3.63901018922853e-06| -|CMakeLists.txt|github/dpryan79/libBigWig|3.63901018922853e-06| -|CMakeLists.txt|github/steineggerlab/foldseek|3.63901018922853e-06| -|CMakeLists.txt|github/simd-everywhere/simde|3.63901018922853e-06| -|CMakeLists.txt|github/cwru-pat/cosmograph|3.63901018922853e-06| -|CMakeLists.txt|github/bbercovici/SBGAT|3.63901018922853e-06| -|CMakeLists.txt|github/pytorch/vision|3.63901018922853e-06| -|CMakeLists.txt|github/pkestene/ramsesGPU|3.63901018922853e-06| -|CMakeLists.txt|github/Washington-University/CiftiLib|3.63901018922853e-06| -|CMakeLists.txt|github/santeripuranen/SpydrPick|3.63901018922853e-06| -|CMakeLists.txt|github/mbillingr/libgdf|3.63901018922853e-06| -|CMakeLists.txt|github/ycwu1030/EvoEMD|3.63901018922853e-06| -|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.63901018922853e-06| -|CMakeLists.txt|github/lbcb-sci/racon|3.63901018922853e-06| -|CMakeLists.txt|github/lbcb-sci/raven|3.63901018922853e-06| -|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.63901018922853e-06| -|CMakeLists.txt|github/veg/tn93|3.63901018922853e-06| -|CMakeLists.txt|github/klee/klee|3.63901018922853e-06| -|CMakeLists.txt|github/RomainFeron/mwga-utils|3.63901018922853e-06| -|CMakeLists.txt|github/rordenlab/dcm2niix|3.63901018922853e-06| -|CMakeLists.txt|github/jfarek/xatlas|3.63901018922853e-06| -|CMakeLists.txt|github/TRIQS/solid_dmft|3.63901018922853e-06| -|CMakeLists.txt|github/n-claes/legolas|3.63901018922853e-06| -|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.63901018922853e-06| -|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.63901018922853e-06| -|CMakeLists.txt|github/basp-group/Puri-Psi|3.63901018922853e-06| -|CMakeLists.txt|github/lanl/GLUE|3.63901018922853e-06| -|CMakeLists.txt|github/ECP-copa/Cabana|3.63901018922853e-06| -|CMakeLists.txt|github/blebon/directChillFoam|3.63901018922853e-06| -|CMakeLists.txt|github/voutcn/megahit|3.63901018922853e-06| -|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/spacepharer|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/plass|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/metaeuk|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/mmseqs2|3.63901018922853e-06| -|CMakeLists.txt|github/soedinglab/MMseqs2|3.63901018922853e-06| -|CMakeLists.txt|github/dglaeser/gridformat|3.63901018922853e-06| -|CMakeLists.txt|github/jdonnert/WVTICs|3.63901018922853e-06| -|CMakeLists.txt|github/xcompact3d/Incompact3d|3.63901018922853e-06| -|CMakeLists.txt|github/ixkael/3DEX|3.63901018922853e-06| -|CMakeLists.txt|github/egpbos/barcode|3.63901018922853e-06| -|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.63901018922853e-06| -|CMakeLists.txt|github/mrirecon/bart|3.63901018922853e-06| -|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.63901018922853e-06| -|CMakeLists.txt|github/PyPO-dev/PyPO|3.63901018922853e-06| -|CMakeLists.txt|github/introlab/opentera|3.63901018922853e-06| -|Gemfile|github/sibirrer/hierArc|3.63901018922853e-06| -|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.63901018922853e-06| -|Gemfile|github/tudelft3d/3dfier|3.63901018922853e-06| -|Gemfile|github/odelaneau/shapeit5|3.63901018922853e-06| -|Gemfile|github/odelaneau/GLIMPSE|3.63901018922853e-06| -|Gemfile|github/ncbi/igblast|3.63901018922853e-06| -|Gemfile|github/openjournals/joss|3.63901018922853e-06| -|Gemfile|github/gramos/imagetooth|3.63901018922853e-06| -|Gemfile|github/vcflib/bio-vcf|3.63901018922853e-06| -|Gemfile|github/codidact/qpixel|3.63901018922853e-06| -|Gemfile|github/aymgal/COOLEST|3.63901018922853e-06| -|Gemfile|github/scrook/neuroml-db|3.63901018922853e-06| -|Gemfile|github/quadram-institute-bioscience/dadaist2|3.63901018922853e-06| -|Gemfile|github/cboursnell/crb-blast|3.63901018922853e-06| -|Gemfile|github/telatin/seqfu2|3.63901018922853e-06| -|Gemfile|github/telatin/bamtocov|3.63901018922853e-06| -|go.mod|github/containers/podman|3.63901018922853e-06| -|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.63901018922853e-06| -|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.63901018922853e-06| -|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.63901018922853e-06| -|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.63901018922853e-06| -|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.63901018922853e-06| -|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.63901018922853e-06| -|go.mod|github/linksmart/thing-directory|3.63901018922853e-06| -|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.63901018922853e-06| -|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.63901018922853e-06| -|go.mod|github/sylabs/singularity|3.63901018922853e-06| -|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.63901018922853e-06| -|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.63901018922853e-06| -|go.mod|github/jasonyangshadow/lpmx|3.63901018922853e-06| -|go.mod|github/mlpack/mlpack|3.63901018922853e-06| -|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.63901018922853e-06| -|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.63901018922853e-06| -|pypi|[sphinx_thebe](https://github.com/executablebooks/sphinx-thebe)|3.6340974782989696e-06| -|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.612517395268487e-06| -|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.610225618631734e-06| -|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.609053337492202e-06| -|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.609053337492202e-06| -|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.609053337492202e-06| -|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.609053337492202e-06| -|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.609053337492202e-06| -|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.609053337492202e-06| -|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.609053337492202e-06| -|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.609053337492202e-06| -|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.609053337492202e-06| -|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.609053337492202e-06| -|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.609053337492202e-06| -|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.609053337492202e-06| -|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.609053337492202e-06| -|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.609053337492202e-06| -|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.609053337492202e-06| -|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.607337616913726e-06| -|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.602620087336252e-06| -|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.602620087336252e-06| -|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.602620087336252e-06| -|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.602620087336252e-06| -|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.602620087336252e-06| -|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.602620087336252e-06| -|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.602620087336252e-06| -|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.602620087336252e-06| -|cran|socialmixr|3.602620087336252e-06| -|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.602620087336245e-06| -|pypi|[pyarma](https://pyarma.sourceforge.io)|3.602620087336245e-06| -|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.602620087336245e-06| -|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.602620087336245e-06| -|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.602620087336245e-06| -|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.602620087336245e-06| -|pypi|[UNKNOWN](UNKNOWN)|3.602620087336245e-06| -|pypi|[requirement](http://github.com/storborg/funniest)|3.602620087336245e-06| -|pypi|[ares](https://github.com/barnumbirr/ares)|3.602620087336245e-06| -|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.602620087336245e-06| -|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.602620087336245e-06| -|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.602620087336245e-06| -|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.602620087336245e-06| -|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.602620087336245e-06| -|pypi|[macop](https://github.com/prise-3d/macop)|3.602620087336245e-06| -|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.602620087336245e-06| -|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.602620087336245e-06| -|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.602620087336245e-06| -|pypi|[ngs](https://broadtech.com.cn)|3.602620087336245e-06| -|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.602620087336245e-06| -|pypi|[saphires](https://github.com/tofflemire/saphires)|3.602620087336245e-06| -|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.602620087336245e-06| -|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.602620087336245e-06| -|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.602620087336245e-06| -|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.602620087336245e-06| -|pypi|[galkin](UNKNOWN)|3.602620087336245e-06| -|pypi|[orcs](https://github.com/thomasorb/orcs)|3.602620087336245e-06| -|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.602620087336245e-06| -|pypi|[requirements](http://github.com/mattack108/requirements)|3.602620087336245e-06| -|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.602620087336245e-06| -|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.602620087336245e-06| -|pypi|[gsf](UNKNOWN)|3.602620087336245e-06| -|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.602620087336245e-06| -|pypi|[biotools](https://github.com/sonwell/biotools)|3.602620087336245e-06| -|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.602620087336245e-06| -|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.602620087336245e-06| -|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.602620087336245e-06| -|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.602620087336245e-06| -|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.602620087336245e-06| -|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.602620087336245e-06| -|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.602620087336245e-06| -|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.602620087336245e-06| -|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.602620087336245e-06| -|pypi|[crc](https://github.com/Nicoretti/crc)|3.602620087336245e-06| -|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.602620087336245e-06| -|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.602620087336245e-06| -|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.602620087336245e-06| -|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.602620087336245e-06| -|pypi|[megaman](https://github.com/mmp2/megaman)|3.602620087336245e-06| -|pypi|[neworder](https://neworder.readthedocs.io)|3.602620087336245e-06| -|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.602620087336245e-06| -|pypi|[polypy](https://github.com/symmy596/Polypy)|3.602620087336245e-06| -|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.602620087336245e-06| -|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.602620087336245e-06| -|pypi|[pystospa](https://pypi.org/project/pystospa)|3.602620087336245e-06| -|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.602620087336245e-06| -|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.602620087336245e-06| -|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.602620087336245e-06| -|pypi|[Libra](https://github.com/Palashio/libra)|3.602620087336245e-06| -|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.602620087336245e-06| -|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.602620087336245e-06| -|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.602620087336245e-06| -|pypi|[SLIT](https://github.com/bweir/slit)|3.602620087336245e-06| -|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.602620087336245e-06| -|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.602620087336245e-06| -|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.602620087336245e-06| -|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.602620087336245e-06| -|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.602620087336245e-06| -|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.602620087336245e-06| -|cran|LSD|3.602620087336245e-06| -|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.602620087336245e-06| -|npm|leaflet-geotiff-2|3.602620087336245e-06| -|cran|outbreaks|3.6026200873362443e-06| -|cran|aweek|3.6026200873362443e-06| -|npm|babel-plugin-remove-comments|3.6026200873362443e-06| -|npm|retape|3.6026200873362443e-06| -|npm|test|3.6026200873362443e-06| -|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.58985776921309e-06| -|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.58985776921309e-06| -|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.577503606519027e-06| -|cran|[rmsfact](NA)|3.5665938864628827e-06| -|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.5665938864628827e-06| -|cran|geomorph|3.566593886462882e-06| -|pypi|[watermark](https://pypi.org/project/watermark)|3.543982989759258e-06| -|rubygems|rubocop-rspec|3.5381114866710165e-06| -|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.5120780481042492e-06| -|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.5109002780911103e-06| -|npm|svelte-preprocess|3.5010424532948087e-06| -|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.496660673002826e-06| -|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.496660673002826e-06| -|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.496660673002826e-06| -|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.496660673002826e-06| -|pypi|[truecase](https://pypi.org/project/truecase)|3.496660673002826e-06| -|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.496660673002826e-06| -|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.496660673002826e-06| -|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.496660673002826e-06| -|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.496660673002826e-06| -|pypi|[fireo](https://pypi.org/project/fireo)|3.496660673002826e-06| -|pypi|[hdmf](https://pypi.org/project/hdmf)|3.496660673002826e-06| -|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.490038209606987e-06| -|pypi|[svo_filters](https://github.com/hover2pi/svo_filters)|3.488377709935466e-06| -|npm|karma-phantomjs-launcher|3.4852132719900194e-06| -|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4798498043826196e-06| -|cran|clv|3.4675218340611363e-06| -|cran|plainview|3.4675218340611355e-06| -|cran|mapdeck|3.4675218340611355e-06| -|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4640577762848506e-06| -|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4640577762848506e-06| -|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4640577762848506e-06| -|pypi|[parsley](https://pypi.org/project/parsley)|3.4640577762848506e-06| -|npm|json-stringify-safe|3.463439194539086e-06| -|cran|[geojson](https://docs.ropensci.org/geojson)|3.4525109170305695e-06| -|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4434997672267357e-06| -|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4421827058958298e-06| -|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4392155333749217e-06| -|cran|[float](https://github.com/wrathematics/float)|3.4392155333749217e-06| -|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.438554821196743e-06| -|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.429417198522002e-06| -|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.429417198522002e-06| -|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.429417198522002e-06| -|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.429417198522002e-06| -|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.429417198522002e-06| -|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.429417198522002e-06| -|spack|sofa-c|3.429417198522002e-06| -|cran|ncbit|3.429417198522002e-06| -|cran|subplex|3.429417198522002e-06| -|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.429417198522002e-06| -|npm|loud-rejection|3.429417198522002e-06| -|npm|csv-spectrum|3.429417198522002e-06| -|npm|bops|3.429417198522002e-06| -|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.4259952569496845e-06| -|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.4231664856429e-06| -|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.4231664856429e-06| -|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.4195481686124237e-06| -|npm|babel-plugin-transform-runtime|3.416127313370763e-06| -|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.4096225826575177e-06| -|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.405766045428747e-06| -|pypi|[fury](https://pypi.org/project/fury)|3.405715750579002e-06| -|pypi|[obspy](https://www.obspy.org)|3.4024745269286773e-06| -|cran|thor|3.3967560823456025e-06| -|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.396756082345602e-06| -|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.396756082345602e-06| -|pypi|[colorful](https://pypi.org/project/colorful)|3.396756082345602e-06| -|pypi|[gpustat](https://pypi.org/project/gpustat)|3.396756082345602e-06| -|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.396756082345602e-06| -|pypi|[opencensus](https://pypi.org/project/opencensus)|3.396756082345602e-06| -|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.396756082345602e-06| -|pypi|[py-spy](https://pypi.org/project/py-spy)|3.396756082345602e-06| -|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.396756082345602e-06| -|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.396756082345602e-06| -|pypi|[pygam](https://github.com/dswah/pyGAM)|3.3892506238303193e-06| -|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.387320648783531e-06| -|pypi|[pythran](https://pypi.org/project/pythran)|3.381761241432225e-06| -|pypi|[meson-python](https://pypi.org/project/meson-python)|3.381761241432225e-06| -|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.381761241432225e-06| -|cran|gcookbook|3.3706844896083007e-06| -|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.366451634246394e-06| -|npm|babel-plugin-add-module-exports|3.366090923268871e-06| -|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3614887310923078e-06| -|pypi|[biomaj-core](http://biomaj.genouest.org)|3.352493257128191e-06| -|pypi|[funsor](https://pypi.org/project/funsor)|3.3520619233673706e-06| -|cran|polycor|3.3469102194644235e-06| -|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.339929039301321e-06| -|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.339929039301321e-06| -|pypi|[csvw](https://github.com/cldf/csvw)|3.332423580786028e-06| -|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3322641728175624e-06| -|pypi|[httpcore](https://pypi.org/project/httpcore)|3.3269937945299926e-06| -|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.321165393013101e-06| -|npm|karma-cli|3.3026654831281247e-06| -|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.302401746724891e-06| -|cran|imbalance|3.302401746724891e-06| -|cran|prodlim|3.302401746724891e-06| -|cran|pec|3.302401746724891e-06| -|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.275109170305676e-06| -|cran|limma|3.2742508291265903e-06| -|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2741700536404175e-06| -|cran|misc3d|3.2693777292576416e-06| -|rubygems|forwardable-extended|3.2693777292576416e-06| -|npm|through|3.263778680770259e-06| -|cran|aws.signature|3.2559814318740596e-06| -|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.250639963860873e-06| -|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2474101296006737e-06| -|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|3.2423580786026295e-06| -|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.24235807860262e-06| -|pypi|[pot](https://pypi.org/project/pot)|3.24235807860262e-06| -|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.24235807860262e-06| -|cran|princurve|3.24235807860262e-06| -|cran|brglm|3.24235807860262e-06| -|cran|maxLik|3.24235807860262e-06| -|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.242358078602611e-06| -|rubygems|test-unit-rr|3.2366839519650655e-06| -|cran|logging|3.2361227746053076e-06| -|cran|rsyslog|3.2361227746053076e-06| -|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2361145594485232e-06| -|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.235022426841091e-06| -|pypi|[wxpython](http://wxPython.org/)|3.2333515283842867e-06| -|pypi|[PyQtWebEngine](https://pypi.org/project/PyQtWebEngine)|3.229271638114434e-06| -|cran|[gistr](https://github.com/ropensci/gistr)|3.225072780203786e-06| -|pypi|[semantic_version](https://github.com/rbarrois/python-semanticversion)|3.2237731337076357e-06| -|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.2198417030567684e-06| -|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.2198417030567684e-06| -|pypi|[pyro4](https://pypi.org/project/pyro4)|3.2198417030567684e-06| -|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.2198417030567684e-06| -|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.2198417030567684e-06| -|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.2198417030567684e-06| -|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.2198417030567684e-06| -|pypi|[couchbase](https://pypi.org/project/couchbase)|3.2198417030567684e-06| -|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.2198417030567684e-06| -|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.2198417030567684e-06| -|pypi|[pyArango](https://pypi.org/project/pyArango)|3.2198417030567684e-06| -|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.21662507797879e-06| -|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.21662507797879e-06| -|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2137796019482704e-06| -|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.209934497816594e-06| -|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.207824087232888e-06| -|cran|PCICt|3.201617746929357e-06| -|cran|paws|3.2008315014911687e-06| -|cran|clustermq|3.2008315014911687e-06| -|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.18815936932411e-06| -|pypi|[platon](https://pypi.org/project/platon)|3.18815936932411e-06| -|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.18815936932411e-06| -|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.18815936932411e-06| -|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.18815936932411e-06| -|pypi|[scp](https://pypi.org/project/scp)|3.18815936932411e-06| -|pypi|[wtforms](https://pypi.org/project/wtforms)|3.18815936932411e-06| -|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.18815936932411e-06| -|pypi|[bytecode](https://pypi.org/project/bytecode)|3.18815936932411e-06| -|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.18815936932411e-06| -|pypi|[docrep](https://pypi.org/project/docrep)|3.18815936932411e-06| -|pypi|[mudata](https://pypi.org/project/mudata)|3.18815936932411e-06| -|rubygems|html-proofer|3.1876432860262007e-06| -|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.184458827199002e-06| -|spack|lm-sensors|3.184458827199002e-06| -|spack|rocprofiler-dev|3.184458827199002e-06| -|spack|rocm-smi-lib|3.184458827199002e-06| -|cran|grpreg|3.184458827199002e-06| -|cran|arules|3.184458827199002e-06| -|npm|watch-run|3.184458827199002e-06| -|npm|rollup-plugin-modify|3.184458827199002e-06| -|npm|rollup-plugin-html|3.184458827199002e-06| -|npm|rollup-plugin-esbuild|3.184458827199002e-06| -|npm|p-limit|3.184458827199002e-06| -|npm|number-precision|3.184458827199002e-06| -|npm|archiver|3.184458827199002e-06| -|pypi|[hmf](https://github.com/steven-murray/hmf)|3.178782430002559e-06| -|pypi|[flox](https://pypi.org/project/flox)|3.1703056768558952e-06| -|npm|path-scurry|3.1542064683406114e-06| -|npm|minipass|3.1542064683406114e-06| -|npm|jackspeak|3.1542064683406114e-06| -|npm|foreground-child|3.1542064683406114e-06| -|pypi|[vispy](https://pypi.org/project/vispy)|3.152614238927012e-06| -|pypi|[pyside](https://pypi.org/project/pyside)|3.152614238927012e-06| -|npm|eslint-config-xo-nextjs|3.152614238927012e-06| -|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.141163138837505e-06| -|rubygems|[rails](https://rubyonrails.org)|3.138623571699423e-06| -|npm|babelify|3.1339118616879063e-06| -|npm|babel-plugin-transform-es2015-modules-commonjs|3.1339118616879063e-06| -|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1285911284762125e-06| -|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1285911284762125e-06| -|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.1057069718415905e-06| -|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.1057069718415905e-06| -|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.1057069718415905e-06| -|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.1057069718415905e-06| -|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.1057069718415905e-06| -|pypi|[katversion](https://pypi.org/project/katversion)|3.1057069718415905e-06| -|pypi|[lupa](https://pypi.org/project/lupa)|3.1057069718415905e-06| -|pypi|[omnijson](https://pypi.org/project/omnijson)|3.1057069718415905e-06| -|pypi|[pygelf](https://pypi.org/project/pygelf)|3.1057069718415905e-06| -|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.1057069718415905e-06| -|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.1057069718415905e-06| -|pypi|[spead2](https://pypi.org/project/spead2)|3.1057069718415905e-06| -|pypi|[katpoint](https://pypi.org/project/katpoint)|3.1057069718415905e-06| -|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.1057069718415905e-06| -|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.1013859882285935e-06| -|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.1013859882285935e-06| -|cran|registry|3.090276044915783e-06| -|pypi|[logomaker](http://logomaker.readthedocs.io)|3.089812423572016e-06| -|rubygems|rexml|3.0895821729346756e-06| -|cran|pvclust|3.0888857670597716e-06| -|npm|babel-register|3.0872946626314253e-06| -|cran|[themis](https://github.com/tidymodels/themis)|3.0819206971622086e-06| -|cran|superpc|3.0819206971622086e-06| -|cran|subselect|3.0819206971622086e-06| -|cran|pamr|3.0819206971622086e-06| -|cran|BradleyTerry2|3.0819206971622086e-06| -|cran|ModelMetrics|3.0819206971622086e-06| -|pypi|[cbor2](https://pypi.org/project/cbor2)|3.079162467808756e-06| -|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.079162467808756e-06| -|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.079162467808756e-06| -|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.077602586752891e-06| -|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.076976958281397e-06| -|npm|livereload|3.0746499021231744e-06| -|npm|jsonlint|3.0746499021231744e-06| -|npm|http-server|3.0746499021231744e-06| -|npm|highlight.js|3.0746499021231744e-06| -|npm|handlebars|3.0746499021231744e-06| -|npm|download-cli|3.0746499021231744e-06| -|npm|heap|3.0746499021231744e-06| -|npm|git-state|3.065691132012093e-06| -|npm|xpath|3.065691132012093e-06| -|npm|coffee-coverage|3.065691132012093e-06| -|npm|conventional-changelog-cli|3.057192493377975e-06| -|pypi|[stone](https://pypi.org/project/stone)|3.057080474111042e-06| -|pypi|[msrest](https://pypi.org/project/msrest)|3.057080474111042e-06| -|pypi|[azure-core](https://pypi.org/project/azure-core)|3.057080474111042e-06| -|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0569959970887944e-06| -|rubygems|method_source|3.0525312472150434e-06| -|npm|gulp-if|3.049784744263846e-06| -|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.0483708431306685e-06| -|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.0483708431306685e-06| -|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.0483708431306685e-06| -|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.0483708431306685e-06| -|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.0483708431306685e-06| -|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.0483708431306685e-06| -|npm|babel-plugin-istanbul|3.0472645378162654e-06| -|cran|yulab.utils|3.044066586643851e-06| -|rubygems|sourcemap|3.0409054451474914e-06| -|pypi|[modin](https://github.com/modin-project/modin)|3.029475982532751e-06| -|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.029475982532751e-06| -|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.018412532501373e-06| -|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0178871346993617e-06| -|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0178871346993617e-06| -|npm|read-package-json|3.0178871346993617e-06| -|npm|is-wsl|3.0178871346993617e-06| -|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|3.0069804448689956e-06| -|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|3.0021834061135375e-06| -|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|3.0018831877729257e-06| -|cran|farver|2.9971377197167074e-06| -|npm|[covert](https://github.com/substack/covert)|2.985635371179042e-06| -|pypi|[metpy](https://pypi.org/project/metpy)|2.9721615720524017e-06| -|pypi|[types-decorator](https://github.com/python/typeshed)|2.9721615720524017e-06| -|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9721615720524017e-06| -|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9721615720524017e-06| -|cran|corpus.JSS.papers|2.9721615720524017e-06| -|cran|lasso2|2.9721615720524017e-06| -|cran|ggfun|2.9721615720524017e-06| -|cran|robustlmm|2.9721615720524017e-06| -|cran|multgee|2.9721615720524017e-06| -|cran|merTools|2.9721615720524017e-06| -|cran|marginaleffects|2.9721615720524017e-06| -|cran|logistf|2.9721615720524017e-06| -|cran|JM|2.9721615720524017e-06| -|cran|gmnl|2.9721615720524017e-06| -|cran|fungible|2.9721615720524017e-06| -|cran|feisr|2.9721615720524017e-06| -|cran|estimatr|2.9721615720524017e-06| -|cran|crch|2.9721615720524017e-06| -|cran|censReg|2.9721615720524017e-06| -|cran|bife|2.9721615720524017e-06| -|cran|bdsmatrix|2.9721615720524017e-06| -|npm|utest|2.9721615720524017e-06| -|npm|urun|2.9721615720524017e-06| -|npm|timezone-mock|2.9721615720524017e-06| -|npm|sqlstring|2.9721615720524017e-06| -|npm|bignumber.js|2.9721615720524017e-06| -|cran|[leafem](https://github.com/r-spatial/leafem)|2.9573650966937016e-06| -|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9566442757569937e-06| -|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9529672847018403e-06| -|pypi|[vaex](https://pypi.org/project/vaex)|2.9529672847018403e-06| -|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9529672847018403e-06| -|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9529672847018403e-06| -|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9529672847018403e-06| -|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9529672847018403e-06| -|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9529672847018403e-06| -|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9529672847018403e-06| -|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9529672847018403e-06| -|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9529672847018403e-06| -|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9529672847018403e-06| -|pypi|[aplus](https://pypi.org/project/aplus)|2.9529672847018403e-06| -|pypi|[blake3](https://pypi.org/project/blake3)|2.9529672847018403e-06| -|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9529672847018403e-06| -|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9529672847018403e-06| -|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9529672847018403e-06| -|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.947598253275109e-06| -|npm|eslint-plugin-pabigot|2.9424399563318778e-06| -|npm|gulp-jshint|2.9395004558760015e-06| -|cran|[arm](https://CRAN.R-project.org/package=arm)|2.9383870087336254e-06| -|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9339633133301256e-06| -|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9339633133301256e-06| -|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9339633133301256e-06| -|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9339633133301256e-06| -|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9339633133301256e-06| -|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9339633133301256e-06| -|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9339633133301256e-06| -|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9339633133301256e-06| -|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9271288209606995e-06| -|cran|sparklyr|2.9271288209606987e-06| -|pypi|[docformatter](https://pypi.org/project/docformatter)|2.9067743208883697e-06| -|pypi|[findspark](https://pypi.org/project/findspark)|2.905338780109875e-06| -|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.905338780109875e-06| -|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.905338780109875e-06| -|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.905338780109875e-06| -|pypi|[gmql](https://pypi.org/project/gmql)|2.905338780109875e-06| -|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.905338780109875e-06| -|pypi|[snfpy](https://pypi.org/project/snfpy)|2.905338780109875e-06| -|pypi|[strconv](https://pypi.org/project/strconv)|2.905338780109875e-06| -|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.905338780109875e-06| -|cran|sjmisc|2.9013958203368688e-06| -|npm|enquirer|2.8944015309231236e-06| -|cran|[progressr](https://progressr.futureverse.org)|2.8915766490462047e-06| -|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8783118050713735e-06| -|pypi|[pyqt](https://pypi.org/project/pyqt)|2.8730895196506554e-06| -|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.8730895196506554e-06| -|cran|distr6|2.8716536928042532e-06| -|cran|hardhat|2.8597022880194015e-06| -|pypi|[channels](https://pypi.org/project/channels)|2.857681619690354e-06| -|cran|ppcor|2.85495579577355e-06| -|pypi|[questionary](https://github.com/tmbo/questionary)|2.853248274011373e-06| -|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.8520742358078653e-06| -|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.846069868995637e-06| -|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8458813082152e-06| -|npm|zuul|2.8370633187772925e-06| -|rubygems|em-synchrony|2.834926560689778e-06| -|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.8344143334189575e-06| -|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.834414333418955e-06| -|pypi|[aafigure](https://pypi.org/project/aafigure)|2.830630068621335e-06| -|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.830630068621335e-06| -|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.830630068621335e-06| -|cran|decor|2.830630068621335e-06| -|npm|[x2js](https://github.com/x2js/x2js#readme)|2.830630068621335e-06| -|npm|toml|2.830630068621335e-06| -|npm|properties|2.830630068621335e-06| -|npm|hjson|2.830630068621335e-06| -|npm|cson|2.830630068621335e-06| -|npm|travis-cov|2.830630068621335e-06| -|pypi|[spin](https://pypi.org/project/spin)|2.8288009489573594e-06| -|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8261094063495836e-06| -|cran|[mlr3](https://mlr3.mlr-org.com)|2.825466255787123e-06| -|pypi|[mizani](https://github.com/has2k1/mizani)|2.8048970679975076e-06| -|cran|rainbow|2.802323767935121e-06| -|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.802037845705988e-06| -|npm|ts-loader|2.7971597806477717e-06| -|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7908296943231447e-06| -|npm|in-publish|2.7902656724876553e-06| -|cran|procmaps|2.787574695472305e-06| -|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.775989346766352e-06| -|spack|[vc](https://github.com/VcDevel/Vc)|2.770290618882702e-06| -|npm|assert|2.765149479341619e-06| -|pypi|[hashin](https://pypi.org/project/hashin)|2.7595231851398415e-06| -|pypi|[nengo](https://pypi.org/project/nengo)|2.7585374590611354e-06| -|pypi|[hankel](https://github.com/steven-murray/hankel)|2.7584767531466826e-06| -|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.7561269049104363e-06| -|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7505400110117523e-06| -|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.750091669722324e-06| -|pypi|[bio](https://pypi.org/project/bio)|2.750091669722324e-06| -|pypi|[kahypar](https://pypi.org/project/kahypar)|2.750091669722324e-06| -|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.750091669722324e-06| -|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.750091669722324e-06| -|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.750091669722324e-06| -|pypi|[selfies](https://pypi.org/project/selfies)|2.750091669722324e-06| -|pypi|[upfp](https://pypi.org/project/upfp)|2.750091669722324e-06| -|cran|tablerDash|2.748582820255499e-06| -|cran|argonDash|2.748582820255499e-06| -|cran|argonR|2.748582820255499e-06| -|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.748173754878209e-06| -|cran|TMB|2.746230548226662e-06| -|spack|autoconf-archive|2.743533758817602e-06| -|spack|libxmu|2.743533758817602e-06| -|cran|RProtoBuf|2.743533758817602e-06| -|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.741614687584638e-06| -|npm|eslint-plugin-jest|2.738924806555373e-06| -|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7319868995633306e-06| -|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7276980661260145e-06| -|pypi|[pendulum](https://pypi.org/project/pendulum)|2.723409232688709e-06| -|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.723409232688709e-06| -|cran|affy|2.716098421229426e-06| -|cran|marray|2.716098421229426e-06| -|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.7149304989082933e-06| -|npm|server-destroy|2.708702591003355e-06| -|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.7076268670069e-06| -|rubygems|[debug](https://github.com/ruby/debug)|2.7033667098799127e-06| -|rubygems|[all_images](http://github.com/flori/all_images)|2.7033667098799127e-06| -|cran|lm.beta|2.7025222898141272e-06| -|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.7019650655021837e-06| -|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.7019650655021837e-06| -|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.7019650655021837e-06| -|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.7019650655021837e-06| -|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.7019650655021837e-06| -|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.7019650655021837e-06| -|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.7019650655021837e-06| -|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.7019650655021837e-06| -|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.7019650655021837e-06| -|pypi|[xnat](https://pypi.org/project/xnat)|2.7019650655021837e-06| -|npm|karma-coverage|2.6940274661258524e-06| -|pypi|[cudf](https://pypi.org/project/cudf)|2.693811856345806e-06| -|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6885224532360035e-06| -|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6885224532360035e-06| -|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6885224532360035e-06| -|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6885224532360035e-06| -|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6885224532360035e-06| -|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6885224532360035e-06| -|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6885224532360035e-06| -|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6885224532360035e-06| -|npm|eslint-config-airbnb|2.683490090695331e-06| -|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6816495386938964e-06| -|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6816495386938964e-06| -|pypi|[motor](https://pypi.org/project/motor)|2.6816495386938964e-06| -|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6816495386938964e-06| -|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6816495386938964e-06| -|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6816495386938964e-06| -|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6816495386938964e-06| -|cran|mlapi|2.6816495386938964e-06| -|cran|rsparse|2.6816495386938964e-06| -|cran|[magicaxis](NA)|2.6774574458604473e-06| -|npm|gulp-mocha|2.6641224175259625e-06| -|npm|gulp-istanbul|2.6641224175259625e-06| -|npm|gulp-coveralls|2.6641224175259625e-06| -|npm|stealthy-require|2.6641224175259625e-06| -|npm|request-promise-core|2.6641224175259625e-06| -|cran|GenSA|2.6453352514203104e-06| -|cran|MonetDBLite|2.641921397379913e-06| -|npm|updox|2.641921397379913e-06| -|npm|safename|2.641921397379913e-06| -|rubygems|standard|2.6419213973799126e-06| -|rubygems|net-ssh|2.6419213973799126e-06| -|rubygems|octicons|2.6419213973799126e-06| -|cran|RgoogleMaps|2.634415938864629e-06| -|pypi|[flametree](https://pypi.org/project/flametree)|2.6296496987855797e-06| -|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6296496987855797e-06| -|pypi|[platemap](https://pypi.org/project/platemap)|2.6296496987855797e-06| -|pypi|[proglog](https://pypi.org/project/proglog)|2.6296496987855797e-06| -|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6296496987855797e-06| -|cran|systemfonts|2.6283435783515663e-06| -|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6277934754687936e-06| -|pypi|[pixell](https://pypi.org/project/pixell)|2.626910480349345e-06| -|npm|[q](https://github.com/kriskowal/q)|2.6161883967560916e-06| -|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.6161883967560844e-06| -|npm|browserify-istanbul|2.6114100768938677e-06| -|npm|combined-stream|2.6114100768938677e-06| -|npm|split2|2.6070037609770142e-06| -|npm|csstype|2.601096112628479e-06| -|cran|leafsync|2.5971030879600754e-06| -|pypi|[qmflows](https://github.com/SCM-NV/qmflows)|2.5930946782475184e-06| -|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.5893831877729276e-06| -|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5844883235238277e-06| -|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5844883235238277e-06| -|pypi|[properconf](https://pypi.org/project/properconf)|2.5844883235238277e-06| -|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5844883235238277e-06| -|pypi|[multipart](https://pypi.org/project/multipart)|2.5844883235238277e-06| -|cran|ExactData|2.5844883235238277e-06| -|cran|diffobj|2.5795072435419517e-06| -|cran|Epi|2.5756394260761076e-06| -|cran|memisc|2.5756394260761076e-06| -|cran|descr|2.5756394260761076e-06| -|cran|sylly.en|2.5756394260761076e-06| -|cran|sylly|2.5756394260761076e-06| -|cran|estimability|2.5746688390119587e-06| -|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5634027544507913e-06| -|npm|gulp-replace|2.561896642374144e-06| -|npm|gulp-header|2.561896642374144e-06| -|cran|RWeka|2.560410210890877e-06| -|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.5599189020586477e-06| -|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.553963550485695e-06| -|cran|Exact|2.5531611923295985e-06| -|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.552645943461273e-06| -|pypi|[resampy](https://pypi.org/project/resampy)|2.5515556768558955e-06| -|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.549616587662104e-06| -|pypi|[proselint](https://pypi.org/project/proselint)|2.549616587662104e-06| -|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.5476260032690104e-06| -|cran|DoE.base|2.5475670617592014e-06| -|npm|jest-canvas-mock|2.5416167883416794e-06| -|cran|[text2vec](http://text2vec.org)|2.5411338116032493e-06| -|cran|RcppAnnoy|2.5395934559320995e-06| -|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.528349682434765e-06| -|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.528349682434765e-06| -|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5278384279476e-06| -|npm|postcss-loader|2.5258910657382272e-06| -|spack|tar|2.524151923323915e-06| -|npm|[connect](https://github.com/senchalabs/connect#readme)|2.521383733624454e-06| -|npm|open|2.519260761072988e-06| -|spack|suite-sparse|2.5186174360573925e-06| -|cran|DendSer|2.5080872213284306e-06| -|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.5018195050946164e-06| -|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.5018195050946164e-06| -|cran|[rebird](https://docs.ropensci.org/rebird/)|2.5018195050946164e-06| -|cran|[rbison](https://github.com/ropensci/rbison)|2.5018195050946164e-06| -|cran|[rgbif](https://github.com/ropensci/rgbif)|2.5018195050946164e-06| -|cran|fftw|2.4951820247749757e-06| -|npm|imagemin-svgo|2.4941215989250927e-06| -|npm|imagemin-optipng|2.4941215989250927e-06| -|npm|imagemin-jpegtran|2.4941215989250927e-06| -|npm|imagemin-gifsicle|2.4941215989250927e-06| -|npm|pretty-bytes|2.4941215989250927e-06| -|npm|plur|2.4941215989250927e-06| -|npm|p-map|2.4941215989250927e-06| -|npm|imagemin|2.4941215989250927e-06| -|npm|nodeunit-x|2.4897568861269736e-06| -|cran|[clusterCrit](http:www.r-project.org)|2.4884263059395266e-06| -|cran|kknn|2.488414530558033e-06| -|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.4832077549906425e-06| -|npm|karma-chai|2.4824994039326824e-06| -|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.4794818309419863e-06| -|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.476801310043668e-06| -|cran|picante|2.476801310043668e-06| -|cran|hisse|2.476801310043668e-06| -|cran|diversitree|2.476801310043668e-06| -|npm|prettier-plugin-pkgjson|2.476801310043668e-06| -|npm|make-dir-cli|2.476801310043668e-06| -|npm|koa|2.476801310043668e-06| -|npm|formdata-polyfill|2.476801310043668e-06| -|npm|once|2.476801310043668e-06| -|npm|hexoid|2.476801310043668e-06| -|npm|dezalgo|2.476801310043668e-06| -|npm|houkou|2.476801310043668e-06| -|cran|[gargle](https://gargle.r-lib.org)|2.4726057121158722e-06| -|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4694674048658787e-06| -|pypi|[dm-haiku](https://github.com/deepmind/dm-haiku)|2.466009771657903e-06| -|rubygems|jekyll-github-metadata|2.4644173034934495e-06| -|rubygems|rubocop-github|2.4644173034934495e-06| -|npm|rollup-plugin-typescript2|2.4521155827010402e-06| -|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4520332969432314e-06| -|rubygems|spoon|2.4520332969432314e-06| -|pypi|[percy](https://pypi.org/project/percy)|2.4513602504040287e-06| -|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4513602504040287e-06| -|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4513602504040287e-06| -|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4513602504040287e-06| -|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4513602504040287e-06| -|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4513602504040287e-06| -|npm|gulp-sourcemaps|2.4432211581307027e-06| -|npm|gulp-file|2.4432211581307027e-06| -|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4411353711790394e-06| -|cran|[txtq](https://github.com/wlandau/txtq)|2.4393894860597926e-06| -|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.439274017467258e-06| -|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.427512963973799e-06| -|rubygems|hoe-doofus|2.427512963973799e-06| -|npm|watchify|2.4262543445325728e-06| -|npm|gulp-gh-pages|2.4262543445325728e-06| -|npm|gulp-beautify|2.4262543445325728e-06| -|rubygems|hiredis|2.4262543445325728e-06| -|rubygems|aws-sigv4|2.4262543445325728e-06| -|rubygems|aws-sdk-kms|2.4262543445325728e-06| -|rubygems|aws-sdk-core|2.4262543445325728e-06| -|rubygems|bump|2.4262543445325728e-06| -|cran|svUnit|2.4262543445325723e-06| -|cran|AlgDesign|2.4262543445325723e-06| -|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4243513999486257e-06| -|pypi|[sadisplay](https://pypi.org/project/sadisplay)|2.4231908920773552e-06| -|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.418732762583315e-06| -|rubygems|activestorage|2.4051023835802374e-06| -|rubygems|actioncable|2.4051023835802374e-06| -|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.401746724890848e-06| -|pypi|[pyramid_debugtoolbar](https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/)|2.4017467248908312e-06| -|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.40174672489083e-06| -|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.40174672489083e-06| -|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.398744541484729e-06| -|cran|RDCOMClient|2.3965255363584586e-06| -|cran|base|2.3965255363584586e-06| -|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.39574235807861e-06| -|pypi|[colander](https://pypi.org/project/colander)|2.390199865636548e-06| -|npm|babel-preset-es2017|2.389051777916407e-06| -|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.377729257641936e-06| -|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.3777292576419216e-06| -|cran|BiasedUrn|2.3777292576419216e-06| -|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3669846012410977e-06| -|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.353951965065502e-06| -|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.352739705962769e-06| -|cran|[oai](https://github.com/ropensci/oai)|2.352566807710663e-06| -|npm|statuses|2.35043389626593e-06| -|npm|setprototypeof|2.35043389626593e-06| -|pypi|[cmocean](https://github.com/matplotlib/cmocean)|2.3402902645774475e-06| -|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.3391029514971927e-06| -|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.3391029514971927e-06| -|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.3391029514971927e-06| -|rubygems|[colorator](https://github.com/octopress/colorator)|2.3391029514971927e-06| -|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.3350187837143598e-06| -|cran|[reproj](https://github.com/hypertidy/reproj/)|2.3227266889288462e-06| -|npm|[babel-polyfill](https://babeljs.io/)|2.319158875841251e-06| -|cran|influenceR|2.3185842363920493e-06| -|spack|[seqan](https://www.seqan.de)|2.3159700561447323e-06| -|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3159700561447284e-06| -|pypi|[fido](https://pypi.org/project/fido)|2.3159700561447284e-06| -|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3159700561447284e-06| -|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3159700561447284e-06| -|cran|Rdonlp2|2.3159700561447284e-06| -|cran|gamlss.dist|2.3159700561447284e-06| -|cran|Rsolnp|2.3159700561447284e-06| -|npm|[angular-mocks](http://angularjs.org)|2.3159700561447284e-06| -|npm|gulp-angular-templatecache|2.3159700561447284e-06| -|npm|gulp-cssnano|2.3159700561447284e-06| -|npm|gulp-less|2.3159700561447284e-06| -|cran|[correlation](https://easystats.github.io/correlation/)|2.3151847194716724e-06| -|pypi|[mip](https://pypi.org/project/mip)|2.3071445900048553e-06| -|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.2998869307548347e-06| -|cran|[kml](http:www.r-project.org)|2.298814722395513e-06| -|cran|ranger|2.2979212154294034e-06| -|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.2862781323480013e-06| -|cran|R2WinBUGS|2.2862781323480013e-06| -|cran|kriging|2.2862781323480013e-06| -|cran|udunits2|2.2862781323480013e-06| -|cran|formula.tools|2.2862781323480013e-06| -|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2730817217716927e-06| -|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.270742358078603e-06| -|pypi|[lark](https://github.com/lark-parser/lark)|2.266186597245566e-06| -|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.2645040548970682e-06| -|cran|plotlyGeoAssets|2.2577999310503333e-06| -|cran|listviewer|2.2577999310503333e-06| -|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.251637554585153e-06| -|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.251637554585153e-06| -|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.251637554585153e-06| -|pypi|[deform](https://pypi.org/project/deform)|2.251637554585153e-06| -|pypi|[Faker](https://pypi.org/project/Faker)|2.251637554585153e-06| -|pypi|[flower](https://pypi.org/project/flower)|2.251637554585153e-06| -|pypi|[hl7](https://pypi.org/project/hl7)|2.251637554585153e-06| -|pypi|[paginate](https://pypi.org/project/paginate)|2.251637554585153e-06| -|pypi|[pycap](https://pypi.org/project/pycap)|2.251637554585153e-06| -|pypi|[pyotp](https://pypi.org/project/pyotp)|2.251637554585153e-06| -|pypi|[scrapy](https://pypi.org/project/scrapy)|2.251637554585153e-06| -|pypi|[twilio](https://pypi.org/project/twilio)|2.251637554585153e-06| -|pypi|[Wand](https://pypi.org/project/Wand)|2.251637554585153e-06| -|pypi|[cheroot](https://pypi.org/project/cheroot)|2.251637554585153e-06| -|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.251637554585153e-06| -|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.251637554585153e-06| -|pypi|[parsel](https://pypi.org/project/parsel)|2.251637554585153e-06| -|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.251637554585153e-06| -|pypi|[portend](https://pypi.org/project/portend)|2.251637554585153e-06| -|pypi|[protego](https://pypi.org/project/protego)|2.251637554585153e-06| -|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.251637554585153e-06| -|pypi|[python-editor](https://pypi.org/project/python-editor)|2.251637554585153e-06| -|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.251637554585153e-06| -|pypi|[queuelib](https://pypi.org/project/queuelib)|2.251637554585153e-06| -|pypi|[w3lib](https://pypi.org/project/w3lib)|2.251637554585153e-06| -|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.251637554585153e-06| -|pypi|[qrcode](https://pypi.org/project/qrcode)|2.251637554585153e-06| -|pypi|[tldextract](https://pypi.org/project/tldextract)|2.251637554585153e-06| -|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.251637554585153e-06| -|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.251637554585153e-06| -|pypi|[hickle](http://github.com/telegraphic/hickle)|2.2416302765647884e-06| -|cran|mlr3measures|2.235471951629157e-06| -|pypi|[biomaj-user](http://biomaj.genouest.org)|2.2347803750321083e-06| -|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.23397765219625e-06| -|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2291211790393013e-06| -|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2291211790393013e-06| -|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2291211790393013e-06| -|cran|leafgl|2.2291211790393013e-06| -|cran|shinyEffects|2.2291211790393013e-06| -|cran|mclustcomp|2.2291211790393013e-06| -|cran|maotai|2.2291211790393013e-06| -|cran|CVXR|2.2291211790393013e-06| -|npm|gulp-json-editor|2.2291211790393013e-06| -|npm|requizzle|2.2291211790393013e-06| -|npm|markdown-it-anchor|2.2291211790393013e-06| -|npm|klaw|2.2291211790393013e-06| -|npm|js2xmlparser|2.2291211790393013e-06| -|npm|escape-string-regexp|2.2291211790393013e-06| -|npm|catharsis|2.2291211790393013e-06| -|pypi|[oemof](https://pypi.org/project/oemof)|2.2251477010017985e-06| -|npm|optimist|2.2244034622582657e-06| -|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2221518247036805e-06| -|pypi|[pymanopt](https://pymanopt.org)|2.2177419354838736e-06| -|cran|googleAnalyticsR|2.2152757058775664e-06| -|cran|bigQueryR|2.2152757058775664e-06| -|cran|seasonal|2.2152757058775664e-06| -|cran|forecTheta|2.2152757058775664e-06| -|cran|urca|2.2152757058775664e-06| -|cran|fracdiff|2.2152757058775664e-06| -|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2114544843802487e-06| -|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.210398771534152e-06| -|pypi|[HTSeq](https://github.com/htseq)|2.2016011644832656e-06| -|cran|[tiff](https://www.rforge.net/tiff/)|2.201601164483262e-06| -|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.2016011644832617e-06| -|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.2016011644832605e-06| -|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.2016011644832605e-06| -|cran|wicket|2.2016011644832605e-06| -|cran|prettymapr|2.2016011644832605e-06| -|cran|rosm|2.2016011644832605e-06| -|cran|pkgmaker|2.1986275733000627e-06| -|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.1900137899333487e-06| -|cran|effects|2.1882947838188014e-06| -|spack|[kokkos](https://github.com/kokkos/kokkos)|2.1873050530255755e-06| -|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.1789781138776933e-06| -|pypi|[zope.component](https://pypi.org/project/zope.component)|2.1782242729977444e-06| -|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.176360914446655e-06| -|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1745427349024225e-06| -|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1745427349024225e-06| -|npm|gaze|2.169677947598253e-06| -|npm|hooker|2.1628191132012093e-06| -|pypi|[twobody](https://pypi.org/project/twobody)|2.161572052401747e-06| -|pypi|[cmastro](https://pypi.org/project/cmastro)|2.161572052401747e-06| -|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.161572052401747e-06| -|npm|punycode|2.1615720524017465e-06| -|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.154129664966426e-06| -|cran|[log4r](https://github.com/johnmyleswhite/log4r)|2.1528174336580446e-06| -|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1472959355055427e-06| -|pypi|[cattrs](https://github.com/python-attrs/cattrs)|2.1415224513022484e-06| -|pypi|[url-normalize](https://github.com/niksite/url-normalize)|2.1415224513022484e-06| -|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1387983468496582e-06| -|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.131044917007066e-06| -|cran|[r4ss](https://github.com/r4ss/r4ss)|2.128820960698689e-06| -|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1229725514660014e-06| -|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1229725514660014e-06| -|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1229725514660014e-06| -|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1229725514660014e-06| -|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1229725514660014e-06| -|cran|cleanrmd|2.1229725514660014e-06| -|cran|agridat|2.122972551466001e-06| -|npm|phantomjs-prebuilt|2.122972551466001e-06| -|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1186837180286985e-06| -|rubygems|rubocop-standard|2.116502539880581e-06| -|rubygems|minitest-focus|2.116502539880581e-06| -|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.115601118995633e-06| -|rubygems|rubocop-ast|2.1104874509847605e-06| -|cran|cyclocomp|2.104688577338543e-06| -|cran|xmlparsedata|2.104688577338543e-06| -|npm|node-sass|2.1031084808090097e-06| -|npm|pify|2.0995654182062478e-06| -|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0979964038016953e-06| -|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0979964038016953e-06| -|pypi|[rise](https://pypi.org/project/rise)|2.0979964038016953e-06| -|cran|calibrator|2.0979964038016953e-06| -|cran|alabama|2.0979964038016953e-06| -|cran|disordR|2.0979964038016953e-06| -|cran|rio|2.0877329261177805e-06| -|npm|rollup-plugin-livereload|2.0857274189841417e-06| -|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0823585984612244e-06| -|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.076698677513479e-06| -|npm|duplexer|2.075205669058016e-06| -|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.071694393861713e-06| -|npm|rollup-plugin-copy|2.0685373578386677e-06| -|cran|[ring](https://github.com/mrc-ide/ring)|2.064170898456797e-06| -|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.064170898456797e-06| -|npm|[opener](https://github.com/domenic/opener#readme)|2.059620354692096e-06| -|cran|lda|2.0561954148471617e-06| -|npm|karma-sinon|2.054336872544581e-06| -|pypi|[rpyc](https://pypi.org/project/rpyc)|2.0513742614949913e-06| -|spack|libice|2.0497666014154495e-06| -|spack|nlohmann-json|2.0497666014154495e-06| -|spack|xxhash|2.0497666014154495e-06| -|spack|libxpm|2.0497666014154495e-06| -|spack|ftgl|2.0497666014154495e-06| -|spack|arrow|2.0497666014154495e-06| -|spack|davix|2.0497666014154495e-06| -|spack|dcap|2.0497666014154495e-06| -|spack|fcgi|2.0497666014154495e-06| -|spack|mysql-client|2.0497666014154495e-06| -|spack|oracle-instant-client|2.0497666014154495e-06| -|spack|postgresql|2.0497666014154495e-06| -|spack|pythia6|2.0497666014154495e-06| -|spack|r|2.0497666014154495e-06| -|spack|r-rcpp|2.0497666014154495e-06| -|spack|r-rinside|2.0497666014154495e-06| -|spack|shadow|2.0497666014154495e-06| -|spack|unuran|2.0497666014154495e-06| -|spack|vdt|2.0497666014154495e-06| -|spack|veccore|2.0497666014154495e-06| -|spack|xrootd|2.0497666014154495e-06| -|cran|textdata|2.048072999332151e-06| -|cran|mallet|2.048072999332151e-06| -|cran|gutenbergr|2.048072999332151e-06| -|npm|bl|2.0474890829694325e-06| -|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.0406269494697473e-06| -|rubygems|toxiproxy|2.038053649407361e-06| -|rubygems|mini_portile2|2.038053649407361e-06| -|rubygems|connection_pool|2.038053649407361e-06| -|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0350387771449243e-06| -|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0350387771449243e-06| -|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0349799854439606e-06| -|npm|qs|2.0345153618215846e-06| -|cran|[ids](https://github.com/richfitz/ids)|2.032907049282602e-06| -|rubygems|codeclimate-test-reporter|2.030543814531427e-06| -|cran|quanteda.textplots|2.0264737991266377e-06| -|cran|quanteda.textstats|2.0264737991266377e-06| -|cran|quanteda.textmodels|2.0264737991266377e-06| -|cran|questionr|2.0264737991266377e-06| -|cran|dockerfiler|2.0211046956130187e-06| -|cran|attachment|2.0211046956130187e-06| -|pypi|[nflows](https://github.com/bayesiains/nflows)|2.019050818177456e-06| -|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.01748573525932e-06| -|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.01748573525932e-06| -|rubygems|sprockets|2.012892493241838e-06| -|pypi|[copier](https://pypi.org/project/copier)|2.012636920299578e-06| -|pypi|[dunamai](https://pypi.org/project/dunamai)|2.012636920299578e-06| -|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.012636920299578e-06| -|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.012636920299578e-06| -|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.012636920299578e-06| -|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.012636920299578e-06| -|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.012636920299578e-06| -|pypi|[pygeos](https://pypi.org/project/pygeos)|2.012636920299578e-06| -|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.012636920299578e-06| -|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.012636920299578e-06| -|pypi|[send2trash](https://pypi.org/project/send2trash)|2.012636920299578e-06| -|pypi|[botorch](https://pypi.org/project/botorch)|2.0065225802885413e-06| -|rubygems|regexp_parser|2.0045671000298976e-06| -|cran|mfx|2.0031901552135617e-06| -|cran|drc|2.0031901552135617e-06| -|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|2.002571800470272e-06| -|cran|syslognet|1.989061975142761e-06| -|cran|botor|1.989061975142761e-06| -|cran|telegram|1.989061975142761e-06| -|cran|RPushbullet|1.989061975142761e-06| -|cran|slackr|1.989061975142761e-06| -|cran|odeintr|1.9814410480349346e-06| -|cran|RQuantLib|1.9814410480349346e-06| -|cran|bigstatsr|1.9814410480349346e-06| -|npm|xvfb-maybe|1.9814410480349346e-06| -|npm|twolfson-style|1.9814410480349346e-06| -|npm|proclaim|1.9814410480349346e-06| -|npm|jscs|1.9814410480349346e-06| -|npm|foundry-release-npm|1.9814410480349346e-06| -|npm|foundry-release-git|1.9814410480349346e-06| -|npm|foundry-release-component|1.9814410480349346e-06| -|npm|foundry|1.9814410480349346e-06| -|npm|domify|1.9814410480349346e-06| -|npm|css-controls|1.9814410480349346e-06| -|npm|brfs|1.9814410480349346e-06| -|npm|computed-style|1.9814410480349346e-06| -|rubygems|crass|1.981441048034934e-06| -|rubygems|openssl|1.981441048034934e-06| -|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.9745129324823656e-06| -|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.970009657373197e-06| -|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.965065502183406e-06| -|npm|gulp-autoprefixer|1.9643551690782215e-06| -|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.959666970584001e-06| -|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.959666970584001e-06| -|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.959666970584001e-06| -|cran|snow|1.959666970584001e-06| -|cran|Rmpi|1.959666970584001e-06| -|cran|batchtools|1.959666970584001e-06| -|cran|BatchJobs|1.959666970584001e-06| -|cran|BBmisc|1.959666970584001e-06| -|cran|[ssh](https://docs.ropensci.org/ssh)|1.959666970584001e-06| -|npm|ubelt|1.959666970584001e-06| -|npm|asynct|1.959666970584001e-06| -|npm|event-stream|1.959666970584001e-06| -|npm|it-is|1.959666970584001e-06| -|npm|stream-spec|1.959666970584001e-06| -|npm|string-to-stream|1.959666970584001e-06| -|pypi|[rtoml](https://pypi.org/project/rtoml)|1.9564919453712907e-06| -|npm|read-dir-deep|1.938366242642871e-06| -|npm|gulp-strip-comments|1.938366242642871e-06| -|npm|gulp-jsbeautifier|1.938366242642871e-06| -|npm|webgpu|1.938366242642871e-06| -|npm|gpu-mock.js|1.938366242642871e-06| -|npm|gl-wiretap|1.938366242642871e-06| -|npm|gl|1.938366242642871e-06| -|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9243566749844042e-06| -|npm|babel-preset-stage-2|1.921397379912664e-06| -|pypi|[sphinx_click](https://pypi.org/project/sphinx_click)|1.9199871890165026e-06| -|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9177947598253275e-06| -|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9175235948725173e-06| -|pypi|[blue](https://pypi.org/project/blue)|1.9175235948725173e-06| -|cran|rematch2|1.9170442139737993e-06| -|npm|pngjs|1.9125878842036045e-06| -|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.910955002847923e-06| -|pypi|[pyright](https://pypi.org/project/pyright)|1.9072694580015413e-06| -|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9072694580015413e-06| -|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9072694580015413e-06| -|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9072694580015413e-06| -|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9072694580015413e-06| -|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9072694580015413e-06| -|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9072694580015413e-06| -|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9072694580015413e-06| -|cran|bain|1.9072694580015413e-06| -|pypi|[wotan](https://github.com/hippke/wotan)|1.9052239094622877e-06| -|cran|gclus|1.897610849848841e-06| -|npm|[types](http://nodeca.github.com/types/)|1.8972076883223415e-06| -|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8971244076930224e-06| -|pypi|[snakeviz](https://pypi.org/project/snakeviz)|1.892278458154119e-06| -|cran|[dde](https://github.com/mrc-ide/dde)|1.8909680096425553e-06| -|npm|[runmd](https://github.com/broofa/runmd)|1.8870867124142234e-06| -|npm|random-seed|1.8870867124142234e-06| -|npm|optional-dev-dependency|1.8870867124142234e-06| -|pypi|[bson](https://pypi.org/project/bson)|1.8841924450639424e-06| -|cran|movMF|1.8771546770857274e-06| -|cran|flexmix|1.8771546770857274e-06| -|cran|flexclust|1.8771546770857274e-06| -|cran|cclust|1.8771546770857274e-06| -|cran|relations|1.8771546770857274e-06| -|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8742202121023127e-06| -|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8718138078207487e-06| -|pypi|[libpysal](http://pysal.org/libpysal)|1.8680252304706466e-06| -|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8664467014971926e-06| -|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8583515283842796e-06| -|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.857600982532751e-06| -|cran|arkdb|1.857600982532751e-06| -|npm|pm2-sysmonit|1.857600982532751e-06| -|npm|yamljs|1.857600982532751e-06| -|npm|vizion|1.857600982532751e-06| -|npm|source-map-support|1.857600982532751e-06| -|npm|promptly|1.857600982532751e-06| -|npm|pm2-multimeter|1.857600982532751e-06| -|npm|pm2-deploy|1.857600982532751e-06| -|npm|pm2-axon-rpc|1.857600982532751e-06| -|npm|pm2-axon|1.857600982532751e-06| -|npm|pidusage|1.857600982532751e-06| -|npm|fclone|1.857600982532751e-06| -|npm|croner|1.857600982532751e-06| -|npm|cli-tableau|1.857600982532751e-06| -|npm|blessed|1.857600982532751e-06| -|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8539896108399009e-06| -|cran|[energy](https://github.com/mariarizzo/energy)|1.8399318822780218e-06| -|npm|mocha-headless-chrome|1.8390249727074235e-06| -|npm|gulp-format-md|1.8390249727074235e-06| -|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8364575567153052e-06| -|pypi|[snappy](https://pypi.org/project/snappy)|1.8364575567153052e-06| -|pypi|[datashape](https://pypi.org/project/datashape)|1.8364575567153052e-06| -|pypi|[fastremap](https://pypi.org/project/fastremap)|1.8290225058784013e-06| -|pypi|[edt](https://pypi.org/project/edt)|1.8290225058784013e-06| -|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.8290225058784013e-06| -|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.8290225058784013e-06| -|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.8290225058784013e-06| -|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.8290225058784013e-06| -|npm|babel-plugin-module-resolver|1.824130694559188e-06| -|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8206097941359938e-06| -|cran|sn|1.8196907583994297e-06| -|cran|ProFound|1.8196907583994297e-06| -|cran|FITSio|1.8196907583994297e-06| -|npm|toidentifier|1.8196907583994297e-06| -|npm|gulp-plumber|1.8196907583994297e-06| -|npm|gulp-filter|1.8196907583994297e-06| -|npm|sveld|1.8196907583994297e-06| -|npm|pretty-quick|1.8196907583994297e-06| -|rubygems|fakeweb-fi|1.8196907583994297e-06| -|rubygems|rspectacular|1.8196907583994297e-06| -|rubygems|fuubar|1.8196907583994297e-06| -|rubygems|bindex|1.8196907583994297e-06| -|pypi|[bs4](https://pypi.org/project/bs4)|1.8193397395908382e-06| -|cran|dials|1.8168385785273302e-06| -|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8162102161733223e-06| -|npm|kefir|1.8116032439176543e-06| -|npm|highland|1.8116032439176543e-06| -|npm|grunt-saucelabs|1.8116032439176543e-06| -|npm|co|1.8116032439176543e-06| -|npm|baconjs|1.8116032439176543e-06| -|npm|acorn-walk|1.8116032439176543e-06| -|npm|travis-check-changes|1.8107322808196171e-06| -|npm|shelljs-release|1.8107322808196171e-06| -|npm|shelljs-changelog|1.8107322808196171e-06| -|npm|rechoir|1.8107322808196171e-06| -|npm|interpret|1.8107322808196171e-06| -|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.8013100436681361e-06| -|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.801310043668126e-06| -|pypi|[git](https://pypi.org)|1.801310043668126e-06| -|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.801310043668126e-06| -|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.801310043668126e-06| -|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.801310043668126e-06| -|pypi|[jumper](https://vlab.jumper.io)|1.801310043668126e-06| -|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.801310043668126e-06| -|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.801310043668126e-06| -|pypi|[atropos](https://atropos.readthedocs.org/)|1.801310043668126e-06| -|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.801310043668126e-06| -|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.801310043668126e-06| -|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.801310043668126e-06| -|pypi|[exhale](https://github.com/svenevs/exhale)|1.801310043668126e-06| -|cran|kappaSize|1.801310043668126e-06| -|cran|[readtext](https://github.com/quanteda/readtext)|1.801310043668125e-06| -|pypi|[PICOS](https://pypi.org/project/PICOS)|1.8013100436681226e-06| -|pypi|[petsc](https://petsc.org/)|1.8013100436681226e-06| -|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.8013100436681226e-06| -|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.8013100436681226e-06| -|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.8013100436681226e-06| -|pypi|[komics](http://github.com/frebio/komics)|1.8013100436681226e-06| -|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.8013100436681226e-06| -|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.8013100436681226e-06| -|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.8013100436681226e-06| -|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.8013100436681226e-06| -|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.8013100436681226e-06| -|pypi|[partycls](https://pypi.org/project/partycls)|1.8013100436681226e-06| -|pypi|[catscii](https://pypi.org/project/catscii)|1.8013100436681226e-06| -|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.8013100436681226e-06| -|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.8013100436681226e-06| -|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.8013100436681226e-06| -|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.8013100436681226e-06| -|npm|[natives](https://github.com/addaleax/natives#readme)|1.8013100436681226e-06| -|cran|nLTT|1.8013100436681221e-06| -|pypi|[gymnasium](https://farama.org)|1.8013100436681058e-06| -|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.8013100436681058e-06| -|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.8004522769806669e-06| -|cran|concaveman|1.799911511025523e-06| -|cran|tweenr|1.799911511025523e-06| -|pypi|[optree](https://github.com/metaopt/optree)|1.7832969432314413e-06| -|spack|asio|1.7832969432314413e-06| -|spack|gperftools|1.7832969432314413e-06| -|spack|mimalloc|1.7832969432314413e-06| -|spack|otf2|1.7832969432314413e-06| -|rubygems|mini_portile|1.783296943231441e-06| -|rubygems|hoe-gemspec|1.783296943231441e-06| -|rubygems|hoe-bundler|1.783296943231441e-06| -|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7730794282778695e-06| -|npm|ejs|1.7691437928883342e-06| -|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7668021884254393e-06| -|cran|StanHeaders|1.759382999548261e-06| -|cran|shinystan|1.759382999548261e-06| -|pypi|[pytype](https://pypi.org/project/pytype)|1.7569428012132422e-06| -|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.7569428012132422e-06| -|pypi|[jraph](https://pypi.org/project/jraph)|1.7569428012132422e-06| -|pypi|[clu](https://pypi.org/project/clu)|1.7569428012132422e-06| -|pypi|[orbax](https://pypi.org/project/orbax)|1.7569428012132422e-06| -|cran|nFactors|1.7495716394498512e-06| -|npm|tmp|1.7463169960928521e-06| -|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.7460387733061946e-06| -|pypi|[yte](https://github.com/koesterlab/yte)|1.7391219588272003e-06| -|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.737763828238721e-06| -|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.731898660406475e-06| -|pypi|[kombine](https://pypi.org/project/kombine)|1.7300494265559805e-06| -|cran|adehabitatHR|1.7262554585152856e-06| -|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7243309819729042e-06| -|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7235262008733755e-06| -|cran|gginnards|1.7229922156825517e-06| -|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7207251206619168e-06| -|pypi|[lap](https://pypi.org/project/lap)|1.7207251206619168e-06| -|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7189644416718623e-06| -|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7176709111592241e-06| -|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.714708599261001e-06| -|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.714708599261001e-06| -|cran|CircStats|1.714708599261001e-06| -|cran|vip|1.714708599261001e-06| -|cran|pdp|1.714708599261001e-06| -|cran|stan4bart|1.714708599261001e-06| -|cran|tmle|1.714708599261001e-06| -|cran|dbarts|1.714708599261001e-06| -|npm|docdown|1.714708599261001e-06| -|npm|qunitjs|1.714708599261001e-06| -|npm|platform|1.714708599261001e-06| -|npm|qunit-extras|1.714708599261001e-06| -|npm|[formidable](https://github.com/node-formidable/formidable)|1.7080745341614953e-06| -|pypi|[gwosc](https://pypi.org/project/gwosc)|1.703467623758603e-06| -|pypi|[galsim](https://github.com/GalSim-developers/GalSim)|1.7012372634643423e-06| -|pypi|[trollius](https://pypi.org/project/trollius)|1.6983780411728008e-06| -|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6983780411728008e-06| -|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6983780411728008e-06| -|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6983780411728008e-06| -|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6983780411728008e-06| -|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6983780411728008e-06| -|pypi|[mike](https://pypi.org/project/mike)|1.6983780411728008e-06| -|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6983780411728008e-06| -|cran|showimage|1.6983780411728008e-06| -|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6914740653956758e-06| -|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6914740653956758e-06| -|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6914740653956758e-06| -|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6914740653956758e-06| -|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6894392093771549e-06| -|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6894392093771549e-06| -|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6894392093771549e-06| -|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6894392093771549e-06| -|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6894392093771549e-06| -|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6894392093771549e-06| -|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6894392093771549e-06| -|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6813942607610731e-06| -|pypi|[cliff](https://pypi.org/project/cliff)|1.6813942607610731e-06| -|npm|babel-preset-es2016|1.6813942607610731e-06| -|cran|ggfortify|1.6718408842794759e-06| -|npm|utils-merge|1.6624508133787609e-06| -|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6554897067997482e-06| -|cran|[wellknown](https://github.com/ropensci/wellknown)|1.651200873362448e-06| -|pypi|[gstools](https://pypi.org/project/gstools)|1.6512008733624455e-06| -|pypi|[openturns](https://pypi.org/project/openturns)|1.6512008733624455e-06| -|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6512008733624455e-06| -|cran|R2HTML|1.6512008733624455e-06| -|npm|mini-svg-data-uri|1.6512008733624455e-06| -|rubygems|[minima](https://github.com/jekyll/minima)|1.6386917758369736e-06| -|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.636767299294592e-06| -|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.636767299294592e-06| -|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.636767299294592e-06| -|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.636767299294592e-06| -|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.636767299294592e-06| -|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.636767299294592e-06| -|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.636767299294592e-06| -|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.636767299294592e-06| -|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.636767299294592e-06| -|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.636767299294592e-06| -|spack|groff|1.6346888646288208e-06| -|spack|ghostscript|1.6346888646288208e-06| -|spack|gts|1.6346888646288208e-06| -|spack|cairo|1.6346888646288208e-06| -|spack|pango|1.6346888646288208e-06| -|spack|poppler|1.6346888646288208e-06| -|spack|sed|1.6346888646288208e-06| -|npm|walkdir|1.6346888646288208e-06| -|npm|jasmine-reporters|1.6346888646288208e-06| -|npm|jasmine-growl-reporter|1.6346888646288208e-06| -|rubygems|eventmachine|1.6346888646288208e-06| -|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6313368027054535e-06| -|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.629252345006896e-06| -|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6285939286043933e-06| -|npm|[pre-commit](https://github.com/observing/pre-commit)|1.6269496001435437e-06| -|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.6217774811762936e-06| -|pypi|[levmar](https://pypi.org/project/levmar)|1.62117903930131e-06| -|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.62117903930131e-06| -|pypi|[bumps](https://pypi.org/project/bumps)|1.62117903930131e-06| -|pypi|[tinycc](https://pypi.org/project/tinycc)|1.62117903930131e-06| -|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.62117903930131e-06| -|pypi|[dfogn](https://pypi.org/project/dfogn)|1.62117903930131e-06| -|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.62117903930131e-06| -|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.62117903930131e-06| -|cran|sangerseqR|1.62117903930131e-06| -|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6197717658296953e-06| -|pypi|[croniter](https://pypi.org/project/croniter)|1.6189274017467255e-06| -|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6178842961857234e-06| -|cran|dendroextras|1.6164387497127098e-06| -|pypi|[pyqtwebengine](https://pypi.org/project/pyqtwebengine)|1.61614311874912e-06| -|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6138433875397655e-06| -|cran|polspline|1.6074190320232903e-06| -|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.6011644832605637e-06| -|cran|[rlist](https://renkun.me/rlist)|1.6011644832605637e-06| -|pypi|[openbabel](http://openbabel.org/)|1.597161572052402e-06| -|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5943149177709388e-06| -|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5924625023732698e-06| -|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.592229413599501e-06| -|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.592229413599501e-06| -|spack|fltk|1.592229413599501e-06| -|spack|glpk|1.592229413599501e-06| -|spack|gnuplot|1.592229413599501e-06| -|spack|imagemagick|1.592229413599501e-06| -|spack|qhull|1.592229413599501e-06| -|spack|qrupdate|1.592229413599501e-06| -|spack|qscintilla|1.592229413599501e-06| -|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5879970121811092e-06| -|npm|cli-color|1.5866303651121178e-06| -|pypi|[genfire](https://pypi.org/project/genfire)|1.5851528384279476e-06| -|pypi|[swapper](https://pypi.org/project/swapper)|1.5851528384279476e-06| -|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5851528384279476e-06| -|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5851528384279476e-06| -|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5851528384279476e-06| -|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5851528384279476e-06| -|pypi|[opencv-contrib-python](https://github.com/skvark/opencv-python)|1.5782907049282703e-06| -|pypi|[louvain](https://pypi.org/project/louvain)|1.5778783170977529e-06| -|npm|node-domexception|1.576307119463506e-06| -|npm|native-hello-world|1.576307119463506e-06| -|npm|module-not-found-error|1.576307119463506e-06| -|npm|fill-keys|1.576307119463506e-06| -|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.5728350565116876e-06| -|npm|codeclimate-test-reporter|1.5708441589601914e-06| -|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5693013100436682e-06| -|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5693013100436682e-06| -|cran|[workflows](https://github.com/tidymodels/workflows)|1.5666566280178694e-06| -|pypi|[smt](https://github.com/SMTorg/smt)|1.5654242046163554e-06| -|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5642955642381063e-06| -|cran|highcharter|1.5642955642381063e-06| -|npm|normalize-wheel-es|1.5642955642381063e-06| -|npm|memoize-one|1.5642955642381063e-06| -|npm|lodash-unified|1.5642955642381063e-06| -|npm|lodash-es|1.5642955642381063e-06| -|npm|async-validator|1.5642955642381063e-06| -|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5614813056562899e-06| -|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5611353711790393e-06| -|pypi|[pep440](https://pypi.org/project/pep440)|1.5610199025864964e-06| -|npm|promise|1.55782939540445e-06| -|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.556167016644991e-06| -|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.556167016644991e-06| -|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.556167016644991e-06| -|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.556167016644991e-06| -|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.556167016644991e-06| -|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.556167016644991e-06| -|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.556167016644991e-06| -|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.556167016644991e-06| -|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.556167016644991e-06| -|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.556167016644991e-06| -|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.556167016644991e-06| -|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.556167016644991e-06| -|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.556167016644991e-06| -|npm|gulp-util|1.5523308909976487e-06| -|cran|soma|1.5506929941142968e-06| -|cran|tcltk2|1.5506929941142968e-06| -|cran|survAUC|1.5506929941142968e-06| -|cran|simsurv|1.5506929941142968e-06| -|cran|set6|1.5506929941142968e-06| -|cran|param6|1.5506929941142968e-06| -|cran|bujar|1.5506929941142968e-06| -|cran|[umap](https://github.com/tkonopka/umap)|1.5492695986691664e-06| -|cran|IRanges|1.548872931914632e-06| -|rubygems|unicode-display_width|1.5443614372604937e-06| -|rubygems|rainbow|1.5443614372604937e-06| -|rubygems|parser|1.5443614372604937e-06| -|rubygems|parallel|1.5443614372604937e-06| -|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.543980037429819e-06| -|cran|pgdraw|1.543980037429819e-06| -|cran|matrixNormal|1.543980037429819e-06| -|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5439800374298189e-06| -|cran|DiagrammeRsvg|1.5432377393349008e-06| -|rubygems|contracts|1.5412780723643165e-06| -|rubygems|childprocess|1.5412780723643165e-06| -|rubygems|yard-junk|1.5412780723643165e-06| -|rubygems|rubocop-packaging|1.5412780723643165e-06| -|rubygems|rake-manifest|1.5412780723643165e-06| -|rubygems|pry-doc|1.5412780723643165e-06| -|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5394272757809876e-06| -|rubygems|[responders](https://github.com/heartcombo/responders)|1.535810830882572e-06| -|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.532281335578418e-06| -|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5241854215653343e-06| -|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5241854215653343e-06| -|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5241854215653343e-06| -|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5241854215653343e-06| -|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5241854215653343e-06| -|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5241854215653343e-06| -|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5241854215653343e-06| -|pypi|[pylev](https://pypi.org/project/pylev)|1.5241854215653343e-06| -|pypi|[distance](https://pypi.org/project/distance)|1.5241854215653343e-06| -|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5241854215653343e-06| -|npm|wdio-chromedriver-service|1.5241854215653343e-06| -|npm|selenium-standalone|1.5241854215653343e-06| -|npm|chromedriver|1.5241854215653343e-06| -|npm|shortid|1.5241854215653343e-06| -|npm|react-beautiful-dnd|1.5241854215653343e-06| -|npm|objectpath|1.5241854215653343e-06| -|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.521106259097526e-06| -|pypi|[cmasher](https://cmasher.readthedocs.io)|1.521106259097526e-06| -|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.521106259097526e-06| -|npm|taper|1.5037722239550843e-06| -|npm|karma-tap|1.5037722239550843e-06| -|npm|function-bind|1.5037722239550843e-06| -|npm|buffer-equal|1.5037722239550843e-06| -|npm|tunnel-agent|1.5037722239550843e-06| -|npm|performance-now|1.5037722239550843e-06| -|npm|oauth-sign|1.5037722239550843e-06| -|npm|isstream|1.5037722239550843e-06| -|npm|is-typedarray|1.5037722239550843e-06| -|npm|http-signature|1.5037722239550843e-06| -|npm|har-validator|1.5037722239550843e-06| -|npm|forever-agent|1.5037722239550843e-06| -|npm|extend|1.5037722239550843e-06| -|npm|caseless|1.5037722239550843e-06| -|npm|aws4|1.5037722239550843e-06| -|npm|aws-sign2|1.5037722239550843e-06| -|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.501884801700936e-06| -|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.501884801700936e-06| -|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.499686998028522e-06| -|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.498568859858354e-06| -|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.498568859858354e-06| -|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.498568859858354e-06| -|pypi|[autodoc](https://pypi.org/project/autodoc)|1.4985688598583537e-06| -|npm|[mz](https://github.com/normalize/mz#readme)|1.49573066126014e-06| -|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4898299241553687e-06| -|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4886859865025807e-06| -|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4886859865025807e-06| -|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4886859865025807e-06| -|pypi|[daphne](https://pypi.org/project/daphne)|1.4886859865025807e-06| -|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4886859865025807e-06| -|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4886859865025807e-06| -|pypi|[django-light](https://pypi.org/project/django-light)|1.4886859865025807e-06| -|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4886859865025807e-06| -|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4886859865025807e-06| -|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4886859865025807e-06| -|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4886859865025807e-06| -|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4886859865025807e-06| -|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4886859865025807e-06| -|pypi|[missingno](https://pypi.org/project/missingno)|1.4886859865025807e-06| -|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4886859865025807e-06| -|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4886859865025807e-06| -|pypi|[phik](https://pypi.org/project/phik)|1.4886859865025807e-06| -|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4886859865025807e-06| -|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4886859865025807e-06| -|pypi|[pyod](https://pypi.org/project/pyod)|1.4886859865025807e-06| -|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4886859865025807e-06| -|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4886859865025807e-06| -|pypi|[textblob](https://pypi.org/project/textblob)|1.4886859865025807e-06| -|pypi|[visions](https://pypi.org/project/visions)|1.4886859865025807e-06| -|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4886859865025807e-06| -|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.488665274349725e-06| -|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.488665274349725e-06| -|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.488665274349725e-06| -|go|[golang.org/x/sys](https://golang.org/x/sys)|1.4863264573229205e-06| -|pypi|[eli5](https://github.com/eli5-org/eli5)|1.486080786026201e-06| -|cran|sjPlot|1.486080786026201e-06| -|pypi|[peppy](https://pypi.org/project/peppy)|1.4860807860262009e-06| -|pypi|[eido](https://pypi.org/project/eido)|1.4860807860262009e-06| -|pypi|[slacker](https://pypi.org/project/slacker)|1.4860807860262009e-06| -|pypi|[throttler](https://pypi.org/project/throttler)|1.4860807860262009e-06| -|pypi|[reretry](https://pypi.org/project/reretry)|1.4860807860262009e-06| -|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4860807860262009e-06| -|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4860807860262009e-06| -|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.4823655840611353e-06| -|pypi|[pscript](https://pypi.org/project/pscript)|1.4796475358702433e-06| -|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4796475358702433e-06| -|npm|es6-promise|1.4796475358702433e-06| -|cran|sjstats|1.4724470173470614e-06| -|cran|projpred|1.4724470173470614e-06| -|cran|PROreg|1.4724470173470614e-06| -|cran|PMCMRplus|1.4724470173470614e-06| -|cran|PCDimension|1.4724470173470614e-06| -|cran|NbClust|1.4724470173470614e-06| -|cran|M3C|1.4724470173470614e-06| -|cran|lqmm|1.4724470173470614e-06| -|cran|lavaSearch2|1.4724470173470614e-06| -|cran|ivprobit|1.4724470173470614e-06| -|cran|FactoMineR|1.4724470173470614e-06| -|cran|factoextra|1.4724470173470614e-06| -|cran|EGAnet|1.4724470173470614e-06| -|cran|DRR|1.4724470173470614e-06| -|cran|ClassDiscovery|1.4724470173470614e-06| -|cran|cAIC4|1.4724470173470614e-06| -|cran|brglm2|1.4724470173470614e-06| -|cran|BayesFM|1.4724470173470614e-06| -|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4710698689956527e-06| -|npm|karma-mocha-reporter|1.4697502279380008e-06| -|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.467734109655507e-06| -|pypi|[splot](https://pypi.org/project/splot)|1.467734109655507e-06| -|pypi|[esda](https://pypi.org/project/esda)|1.467734109655507e-06| -|cran|pcaPP|1.456289889150152e-06| -|npm|generate-object-property|1.4557526067195438e-06| -|rubygems|loofah|1.4557526067195438e-06| -|rubygems|warden|1.4557526067195438e-06| -|rubygems|orm_adapter|1.4557526067195438e-06| -|rubygems|bcrypt|1.4557526067195438e-06| -|rubygems|rack-protection|1.4557526067195438e-06| -|rubygems|fakefs|1.4557526067195438e-06| -|rubygems|premailer|1.4557526067195438e-06| -|npm|uri-path|1.453056768558952e-06| -|npm|maxmin|1.453056768558952e-06| -|cran|vegalite|1.4439651362197902e-06| -|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4410480349345251e-06| -|cran|wdm|1.4396407614628822e-06| -|cran|rmcorr|1.4396407614628822e-06| -|cran|mbend|1.4396407614628822e-06| -|cran|TSP|1.4320414847161574e-06| -|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4153150343106675e-06| -|cran|moonBook|1.4153150343106675e-06| -|cran|ztable|1.4153150343106675e-06| -|cran|mycor|1.4153150343106675e-06| -|npm|svelte-check|1.4153150343106675e-06| -|npm|svelte-guides|1.4153150343106675e-06| -|npm|scenejs|1.4153150343106675e-06| -|npm|print-sizes|1.4153150343106675e-06| -|npm|keycon|1.4153150343106675e-06| -|npm|moveable|1.4153150343106675e-06| -|npm|framework-utils|1.4153150343106675e-06| -|npm|chai-timers|1.4153150343106675e-06| -|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4122905731663793e-06| -|cran|treemap|1.4097209037402697e-06| -|cran|networkD3|1.4097209037402697e-06| -|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4085106351072508e-06| -|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4078441631618164e-06| -|cran|sva|1.4072734716157206e-06| -|cran|SIS|1.4072734716157206e-06| -|cran|LogicReg|1.4072734716157206e-06| -|cran|KernelKnn|1.4072734716157206e-06| -|cran|genefilter|1.4072734716157206e-06| -|cran|extraTrees|1.4072734716157206e-06| -|cran|biglasso|1.4072734716157206e-06| -|cran|bartMachine|1.4072734716157206e-06| -|cran|cvAUC|1.4072734716157206e-06| -|cran|nnls|1.4072734716157206e-06| -|spack|py-twisted|1.4011618839675608e-06| -|spack|perl-module-build|1.4011618839675608e-06| -|spack|apr|1.4011618839675608e-06| -|spack|apr-util|1.4011618839675608e-06| -|cran|GDINA|1.3986642692011307e-06| -|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.3986642692011302e-06| -|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3981543395196508e-06| -|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3944835576151847e-06| -|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3932007368995634e-06| -|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3932007368995634e-06| -|cran|hdi|1.3932007368995634e-06| -|cran|gamboostLSS|1.3932007368995634e-06| -|cran|mboost|1.3932007368995634e-06| -|npm|path-exists|1.3911216149207417e-06| -|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.3904799706604837e-06| -|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3885098253275122e-06| -|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3852395898315664e-06| -|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3831982700705407e-06| -|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3831982700705407e-06| -|pypi|[get_version](https://pypi.org/project/get_version)|1.3831982700705407e-06| -|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3831982700705407e-06| -|cran|[duckdb](https://duckdb.org/)|1.3810043668122245e-06| -|cran|spatialreg|1.3799321584529006e-06| -|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3697874178223593e-06| -|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3689956331877729e-06| -|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3608798406833342e-06| -|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3587346495274438e-06| -|cran|cartogram|1.3587024329382412e-06| -|cran|rmapshaper|1.3587024329382412e-06| -|cran|widgetframe|1.3587024329382412e-06| -|cran|tmaptools|1.3587024329382412e-06| -|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|1.3585551241690202e-06| -|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3509825327510919e-06| -|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3509825327510919e-06| -|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3509825327510919e-06| -|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3509825327510919e-06| -|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3509825327510919e-06| -|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3509825327510919e-06| -|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3509825327510919e-06| -|cran|randgeo|1.3509825327510919e-06| -|cran|googleComputeEngineR|1.3408247693469482e-06| -|npm|conventional-github-releaser|1.3408247693469482e-06| -|npm|corp-semantic-release|1.3408247693469482e-06| -|npm|gulp-clean-css|1.3408247693469482e-06| -|npm|babel-preset-stage-3|1.3374727074235807e-06| -|npm|babel-preset-es2015-loose|1.3374727074235807e-06| -|npm|saucelabs-connector|1.3374727074235807e-06| -|npm|pinkie|1.3374727074235807e-06| -|npm|desired-capabilities|1.3374727074235807e-06| -|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3346810843921041e-06| -|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|1.333082014192141e-06| -|pypi|[uproot](https://pypi.org/project/uproot)|1.3278945276810488e-06| -|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3209606986899745e-06| -|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.3209606986899643e-06| -|cran|mlr3data|1.3209606986899565e-06| -|npm|extract-text-webpack-plugin|1.3209606986899565e-06| -|npm|copyfiles|1.3209606986899565e-06| -|npm|perfect-scrollbar|1.3209606986899565e-06| -|rubygems|libv8-node|1.3209606986899563e-06| -|rubygems|m|1.3209606986899563e-06| -|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.3123294213973807e-06| -|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|1.3076660934069863e-06| -|npm|methods|1.3027331565814098e-06| -|cran|sommer|1.3008853081323582e-06| -|cran|CARBayes|1.3008853081323582e-06| -|cran|multcompView|1.3008853081323582e-06| -|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.296943231441048e-06| -|npm|is-number-like|1.293380200585441e-06| -|pypi|[WebOb](http://webob.org/)|1.2932482364796786e-06| -|npm|content-disposition|1.2928358486491675e-06| -|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2922441617619139e-06| -|cran|clue|1.2756016233149819e-06| -|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2756016233149819e-06| -|npm|[material-ui](http://material-ui.com/)|1.2737835308796079e-06| -|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.2737835308796007e-06| -|cran|striprtf|1.2737835308796007e-06| -|cran|streamR|1.2737835308796007e-06| -|cran|readODS|1.2737835308796007e-06| -|cran|RNeXML|1.2737835308796007e-06| -|cran|phylobase|1.2737835308796007e-06| -|cran|mvabund|1.2737835308796007e-06| -|cran|huxtable|1.2737835308796007e-06| -|cran|texreg|1.2737835308796007e-06| -|cran|dotwhisker|1.2737835308796007e-06| -|cran|DHARMa|1.2737835308796007e-06| -|npm|rollup-plugin-node-polyfills|1.2737835308796007e-06| -|npm|docpress|1.2737835308796007e-06| -|cran|[writexl](https://docs.ropensci.org/writexl)|1.2709243085880624e-06| -|cran|[FME](http://fme.r-forge.r-project.org/)|1.264685077087603e-06| -|npm|into-stream|1.2610456955708046e-06| -|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2569581073947904e-06| -|cran|[GA](https://luca-scr.github.io/GA/)|1.2519104803493468e-06| -|pypi|[astroML](http://astroML.github.com)|1.2509097525473133e-06| -|cran|[C50](https://topepo.github.io/C5.0/)|1.2509097525473088e-06| -|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.247923974514998e-06| -|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.247830590079504e-06| -|cran|rlog|1.2470607994625464e-06| -|cran|loggit|1.2470607994625464e-06| -|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2430919789817187e-06| -|cran|[butcher](https://butcher.tidymodels.org/)|1.2430092698996407e-06| -|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2384006550218346e-06| -|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2384006550218346e-06| -|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.238400655021834e-06| -|cran|leaflet.extras2|1.238400655021834e-06| -|cran|satellite|1.238400655021834e-06| -|cran|leafpop|1.238400655021834e-06| -|cran|base64|1.238400655021834e-06| -|cran|learnr|1.238400655021834e-06| -|npm|overland|1.238400655021834e-06| -|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.238400655021834e-06| -|rubygems|jekyll-titles-from-headings|1.238400655021834e-06| -|rubygems|jekyll-theme-time-machine|1.238400655021834e-06| -|rubygems|jekyll-theme-tactile|1.238400655021834e-06| -|rubygems|jekyll-theme-slate|1.238400655021834e-06| -|rubygems|jekyll-theme-modernist|1.238400655021834e-06| -|rubygems|jekyll-theme-minimal|1.238400655021834e-06| -|rubygems|jekyll-theme-midnight|1.238400655021834e-06| -|rubygems|jekyll-theme-merlot|1.238400655021834e-06| -|rubygems|jekyll-theme-leap-day|1.238400655021834e-06| -|rubygems|jekyll-theme-hacker|1.238400655021834e-06| -|rubygems|jekyll-theme-dinky|1.238400655021834e-06| -|rubygems|jekyll-theme-cayman|1.238400655021834e-06| -|rubygems|jekyll-theme-architect|1.238400655021834e-06| -|rubygems|jekyll-swiss|1.238400655021834e-06| -|rubygems|jekyll-sitemap|1.238400655021834e-06| -|rubygems|jekyll-relative-links|1.238400655021834e-06| -|rubygems|jekyll-redirect-from|1.238400655021834e-06| -|rubygems|jekyll-readme-index|1.238400655021834e-06| -|rubygems|jekyll-paginate|1.238400655021834e-06| -|rubygems|jekyll-optional-front-matter|1.238400655021834e-06| -|rubygems|jekyll-mentions|1.238400655021834e-06| -|rubygems|jekyll-gist|1.238400655021834e-06| -|rubygems|jekyll-default-layout|1.238400655021834e-06| -|rubygems|jekyll-coffeescript|1.238400655021834e-06| -|rubygems|jekyll-avatar|1.238400655021834e-06| -|rubygems|github-pages-health-check|1.238400655021834e-06| -|pypi|[lcbuilder](https://github.com/PlanetHunders/lcbuilder)|1.2368021293745605e-06| -|npm|sinon-chai|1.2341724492328202e-06| -|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2339535538225532e-06| -|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2298599608492696e-06| -|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2298599608492696e-06| -|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2298599608492696e-06| -|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2298599608492696e-06| -|npm|repeat-string|1.2260166484716157e-06| -|npm|tap-out|1.2260166484716157e-06| -|npm|figures|1.2260166484716157e-06| -|npm|pretty-ms|1.2260166484716157e-06| -|npm|tapes|1.2260166484716157e-06| -|rubygems|w3c_validators|1.2260166484716157e-06| -|pypi|[pybv](https://pypi.org/project/pybv)|1.2213710284595694e-06| -|cran|pheatmap|1.2153575806328087e-06| -|npm|expect|1.2147757809875714e-06| -|rubygems|rqrcode_core|1.2131271722662864e-06| -|rubygems|chunky_png|1.2131271722662864e-06| -|rubygems|standardrb|1.2131271722662864e-06| -|rubygems|chronic|1.2131271722662864e-06| -|rubygems|fast_stack|1.2131271722662864e-06| -|rubygems|guard|1.2131271722662864e-06| -|rubygems|guard-minitest|1.2131271722662864e-06| -|pypi|[radon](https://pypi.org/project/radon)|1.2131271722662862e-06| -|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2063479321859746e-06| -|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2063479321859746e-06| -|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2063479321859746e-06| -|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2063479321859746e-06| -|npm|webidl2js|1.204930367048271e-06| -|npm|mocha-sugar-free|1.204930367048271e-06| -|npm|eslint-plugin-jsdom-internal|1.204930367048271e-06| -|npm|xml-name-validator|1.204930367048271e-06| -|npm|whatwg-url|1.204930367048271e-06| -|npm|whatwg-mimetype|1.204930367048271e-06| -|npm|whatwg-encoding|1.204930367048271e-06| -|npm|webidl-conversions|1.204930367048271e-06| -|npm|w3c-xmlserializer|1.204930367048271e-06| -|npm|symbol-tree|1.204930367048271e-06| -|npm|rrweb-cssom|1.204930367048271e-06| -|npm|parse5|1.204930367048271e-06| -|npm|nwsapi|1.204930367048271e-06| -|npm|is-potential-custom-element-name|1.204930367048271e-06| -|npm|https-proxy-agent|1.204930367048271e-06| -|npm|http-proxy-agent|1.204930367048271e-06| -|npm|html-encoding-sniffer|1.204930367048271e-06| -|npm|domexception|1.204930367048271e-06| -|npm|decimal.js|1.204930367048271e-06| -|npm|data-urls|1.204930367048271e-06| -|npm|cssstyle|1.204930367048271e-06| -|npm|abab|1.204930367048271e-06| -|npm|vuetify-loader|1.204930367048271e-06| -|npm|vue-meta|1.204930367048271e-06| -|npm|stylus-loader|1.204930367048271e-06| -|npm|pug-loader|1.204930367048271e-06| -|npm|optimize-css-assets-webpack-plugin|1.204930367048271e-06| -|npm|identity-obj-proxy|1.204930367048271e-06| -|npm|happypack|1.204930367048271e-06| -|npm|friendly-errors-webpack-plugin|1.204930367048271e-06| -|npm|fork-ts-checker-webpack-plugin|1.204930367048271e-06| -|npm|cssnano|1.204930367048271e-06| -|npm|babel-plugin-transform-define|1.204930367048271e-06| -|npm|babel-plugin-detective|1.204930367048271e-06| -|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.200873362445424e-06| -|pypi|[symfem](https://github.com/mscroggs/symfem)|1.200873362445424e-06| -|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.200873362445424e-06| -|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.200873362445424e-06| -|pypi|[contextily](https://github.com/darribas/contextily)|1.200873362445424e-06| -|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.200873362445424e-06| -|pypi|[pyone](http://opennebula.io)|1.200873362445424e-06| -|pypi|[synthia](https://github.com/dmey/synthia)|1.200873362445424e-06| -|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.200873362445424e-06| -|pypi|[pystan](https://mc-stan.org)|1.200873362445424e-06| -|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.200873362445424e-06| -|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.200873362445424e-06| -|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.200873362445424e-06| -|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.200873362445424e-06| -|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.200873362445424e-06| -|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.200873362445424e-06| -|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.200873362445424e-06| -|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.200873362445424e-06| -|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.200873362445424e-06| -|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.200873362445424e-06| -|pypi|[parmap](https://github.com/zeehio/parmap)|1.200873362445424e-06| -|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.200873362445424e-06| -|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.200873362445424e-06| -|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.200873362445424e-06| -|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.200873362445424e-06| -|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.200873362445424e-06| -|npm|[node-minify](https://github.com/srod/node-minify)|1.200873362445424e-06| -|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.200873362445415e-06| -|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.200873362445415e-06| -|pypi|[clingo](https://github.com/potassco/clingo)|1.200873362445415e-06| -|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.200873362445415e-06| -|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.200873362445415e-06| -|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.200873362445415e-06| -|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.200873362445415e-06| -|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.200873362445415e-06| -|pypi|[libceed](https://libceed.readthedocs.io)|1.200873362445415e-06| -|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.200873362445415e-06| -|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.200873362445415e-06| -|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.200873362445415e-06| -|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.200873362445415e-06| -|spack|catkin|1.200873362445415e-06| -|spack|roslaunch|1.200873362445415e-06| -|spack|bpp-phyl-omics3|1.200873362445415e-06| -|spack|bpp-popgen3|1.200873362445415e-06| -|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.200873362445415e-06| -|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.200873362445415e-06| -|npm|[graphql](https://github.com/graphql/graphql-js)|1.200873362445415e-06| -|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.200873362445415e-06| -|npm|Gmsh|1.200873362445415e-06| -|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.200873362445415e-06| -|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1939777732569424e-06| -|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.1937676029043185e-06| -|npm|[cors](https://github.com/expressjs/cors#readme)|1.1905690223687822e-06| -|cran|[susieR](https://github.com/stephenslab/susieR)|1.1904309853806713e-06| -|npm|babel-plugin-transform-object-rest-spread|1.1902552421707681e-06| -|npm|karma-sourcemap-loader|1.1902552421707681e-06| -|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.188864628820968e-06| -|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1888646288209608e-06| -|cran|repurrrsive|1.1888646288209608e-06| -|npm|ent|1.176975982532751e-06| -|npm|traverse|1.176975982532751e-06| -|npm|charm|1.176975982532751e-06| -|npm|deep-is|1.176975982532751e-06| -|cran|rvg|1.1732216731785797e-06| -|cran|phosphoricons|1.1732216731785797e-06| -|cran|datamods|1.1732216731785797e-06| -|cran|[NMF](http://renozao.github.io/NMF)|1.1718412591775066e-06| -|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1599344978165974e-06| -|cran|aws.ec2metadata|1.1579850280723642e-06| -|pypi|[pyink](https://pypi.org/project/pyink)|1.1538980220909325e-06| -|spack|rpcsvc-proto|1.1538980220909325e-06| -|spack|libtirpc|1.1538980220909325e-06| -|cran|ISLR|1.1505141569235104e-06| -|cran|ICSOutlier|1.1505141569235104e-06| -|cran|ICS|1.1505141569235104e-06| -|cran|bigutilsr|1.1505141569235104e-06| -|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.1431390661740006e-06| -|pypi|[pyquery](https://pypi.org/project/pyquery)|1.1431390661740006e-06| -|rubygems|googleauth|1.132252027448534e-06| -|rubygems|google-apis-sheets_v4|1.132252027448534e-06| -|rubygems|google-apis-drive_v3|1.132252027448534e-06| -|rubygems|sass|1.132252027448534e-06| -|pypi|[PySide2](https://www.pyside.org)|1.131222707423592e-06| -|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.1281889220868775e-06| -|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1180545098629726e-06| -|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1180545098629726e-06| -|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1180545098629726e-06| -|pypi|[networkit](https://pypi.org/project/networkit)|1.1180545098629726e-06| -|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1180545098629726e-06| -|pypi|[infomap](https://pypi.org/project/infomap)|1.1180545098629726e-06| -|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1180545098629726e-06| -|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1180545098629726e-06| -|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1180545098629726e-06| -|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1180545098629726e-06| -|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1180545098629726e-06| -|pypi|[nf1](https://pypi.org/project/nf1)|1.1180545098629726e-06| -|pypi|[demon](https://pypi.org/project/demon)|1.1180545098629726e-06| -|pypi|[python-forge](http://github.com/dfee/forge)|1.1173901875160542e-06| -|cran|[philentropy](https://github.com/HajkD/philentropy)|1.1168122270742361e-06| -|cran|[proto](https://github.com/hadley/proto)|1.1123179098865678e-06| -|cran|tidyquant|1.1076378529387832e-06| -|cran|tibbletime|1.1076378529387832e-06| -|cran|sweep|1.1076378529387832e-06| -|npm|pkgfiles|1.1076378529387832e-06| -|npm|obake|1.1076378529387832e-06| -|npm|is-node-modern|1.1076378529387832e-06| -|npm|far|1.1076378529387832e-06| -|npm|fake|1.1076378529387832e-06| -|npm|asynckit|1.1076378529387832e-06| -|npm|[temporary](https://github.com/vesln/temporary)|1.1065586160564324e-06| -|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1065586160564324e-06| -|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1065586160564324e-06| -|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1065586160564324e-06| -|npm|exit|1.1065586160564324e-06| -|cran|tensorflow|1.1059513871050603e-06| -|npm|d3-time-format|1.1008005822416302e-06| -|npm|d3-time|1.1008005822416302e-06| -|npm|d3-scale-chromatic|1.1008005822416302e-06| -|npm|d3-random|1.1008005822416302e-06| -|npm|d3-quadtree|1.1008005822416302e-06| -|npm|d3-polygon|1.1008005822416302e-06| -|npm|d3-path|1.1008005822416302e-06| -|npm|d3-hierarchy|1.1008005822416302e-06| -|npm|d3-geo|1.1008005822416302e-06| -|npm|d3-force|1.1008005822416302e-06| -|npm|d3-drag|1.1008005822416302e-06| -|npm|d3-delaunay|1.1008005822416302e-06| -|npm|d3-contour|1.1008005822416302e-06| -|npm|d3-chord|1.1008005822416302e-06| -|npm|cz-conventional-changelog|1.098574916061575e-06| -|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0974135035270407e-06| -|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0974135035270407e-06| -|cran|[EMbC]()|1.0829304429195287e-06| -|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.081564610350653e-06| -|cran|[geodist](https://github.com/hypertidy/geodist)|1.0807860262008938e-06| -|cran|googlePolylines|1.0807860262008785e-06| -|cran|languageR|1.0807860262008737e-06| -|cran|hypergeo|1.0807860262008737e-06| -|npm|browserify-middleware|1.078335264236699e-06| -|npm|code-mirror|1.078335264236699e-06| -|npm|github-basic|1.078335264236699e-06| -|npm|handle|1.078335264236699e-06| -|npm|highlight-codemirror|1.078335264236699e-06| -|npm|inconsolata|1.078335264236699e-06| -|npm|jade-code-mirror|1.078335264236699e-06| -|npm|jade-highlighter|1.078335264236699e-06| -|npm|jstransformer-cdata|1.078335264236699e-06| -|npm|jstransformer-coffee-script|1.078335264236699e-06| -|npm|jstransformer-less|1.078335264236699e-06| -|npm|jstransformer-marked|1.078335264236699e-06| -|npm|jstransformer-stylus|1.078335264236699e-06| -|npm|jstransformer-verbatim|1.078335264236699e-06| -|npm|less-file|1.078335264236699e-06| -|npm|linify|1.078335264236699e-06| -|npm|lsr|1.078335264236699e-06| -|npm|pull-request|1.078335264236699e-06| -|npm|stop|1.078335264236699e-06| -|npm|twbs|1.078335264236699e-06| -|npm|character-parser|1.078335264236699e-06| -|npm|constantinople|1.078335264236699e-06| -|npm|jstransformer|1.078335264236699e-06| -|npm|transformers|1.078335264236699e-06| -|npm|void-elements|1.078335264236699e-06| -|npm|with|1.078335264236699e-06| -|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0702744026038716e-06| -|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0702744026038716e-06| -|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.064410480349345e-06| -|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0572906778052007e-06| -|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0554154622055474e-06| -|npm|testing-library|1.0519424430840534e-06| -|pypi|[stingray](https://docs.stingray.science)|1.0507641921397436e-06| -|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0507641921397385e-06| -|cran|automap|1.0428637094920708e-06| -|rubygems|ruby-vips|1.0398232905139597e-06| -|rubygems|mini_magick|1.0398232905139597e-06| -|rubygems|minitest-hooks|1.0398232905139597e-06| -|rubygems|minispec-metadata|1.0398232905139597e-06| -|rubygems|dhash-vips|1.0398232905139597e-06| -|rubygems|ZenTest|1.0398232905139597e-06| -|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0368005483903728e-06| -|npm|vitest|1.0368005483903728e-06| -|npm|todomvc-app-css|1.0368005483903728e-06| -|npm|karma-esbuild|1.0368005483903728e-06| -|npm|jasmine-core|1.0368005483903728e-06| -|npm|he|1.0368005483903728e-06| -|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0366487696539668e-06| -|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.0351684341859044e-06| -|cran|snpStats|1.0337953294095312e-06| -|spack|seqan.|1.0293200249532128e-06| -|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0292596698527752e-06| -|rubygems|rubocop-rake|1.026331676493671e-06| -|rubygems|rubocop-minitest|1.026331676493671e-06| -|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0248833007077247e-06| -|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0225557051783833e-06| -|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0207423580786084e-06| -|npm|dts-gen|1.0190268247036805e-06| -|npm|documentation|1.0190268247036805e-06| -|npm|check-node-version|1.0190268247036805e-06| -|npm|check-es3-syntax-cli|1.0190268247036805e-06| -|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0173743380098479e-06| -|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0132368995633189e-06| -|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0132368995633189e-06| -|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.0115173201191162e-06| -|pypi|[nessai](https://pypi.org/project/nessai)|1.009525409088728e-06| -|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.009525409088728e-06| -|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.009525409088728e-06| -|cran|som|1.0059623782331205e-06| -|pypi|[cmaes](https://pypi.org/project/cmaes)|1.0032612901442706e-06| -|pypi|[catboost](https://pypi.org/project/catboost)|1.0032612901442706e-06| -|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|1.0007278020378516e-06| -|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.922800998128568e-07| -|cran|QuickJSR|9.907205240174675e-07| -|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.907205240174673e-07| -|pypi|[big-O](https://pypi.org/project/big-O)|9.907205240174673e-07| -|cran|qdapDictionaries|9.907205240174673e-07| -|rubygems|omniauth-oauth2|9.90720524017467e-07| -|rubygems|ruby_dig|9.90720524017467e-07| -|npm|nodeunit|9.808133187772927e-07| -|npm|tar|9.808133187772927e-07| -|npm|closurecompiler-externs|9.808133187772927e-07| -|cran|nlshrink|9.798334852920006e-07| -|cran|NetworkComparisonTest|9.798334852920006e-07| -|cran|NetworkToolbox|9.798334852920006e-07| -|cran|glassoFast|9.798334852920006e-07| -|cran|swagger|9.798334852920006e-07| -|pypi|[phonemizer](https://pypi.org/project/phonemizer)|9.794623362445482e-07| -|rubygems|listen|9.73058819597708e-07| -|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.679767103347873e-07| -|cran|[ghql](https://github.com/ropensci/ghql)|9.67626805508902e-07| -|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.643377001455654e-07| -|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.606986899563408e-07| -|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.587617974362587e-07| -|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.577697305357325e-07| -|pypi|[ale-py](https://pypi.org/project/ale-py)|9.536347290007706e-07| -|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.536347290007706e-07| -|pypi|[rlds](https://pypi.org/project/rlds)|9.536347290007706e-07| -|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.536347290007706e-07| -|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.536347290007706e-07| -|pypi|[py-spec](https://pypi.org/project/py-spec)|9.536347290007706e-07| -|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.510917030567685e-07| -|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.435433562071115e-07| -|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.435433562071115e-07| -|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.435433562071115e-07| -|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.4014319996853e-07| -|cran|geonames|9.328212726138495e-07| -|cran|[isdparser](https://github.com/ropensci/isdparser)|9.328212726138495e-07| -|pypi|[connexion](https://github.com/zalando/connexion)|9.30676855895193e-07| -|npm|gpx-parse|9.300114436669835e-07| -|npm|node-geo-distance|9.300114436669835e-07| -|npm|redis|9.300114436669835e-07| -|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.292472447494323e-07| -|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.29191565157435e-07| -|npm|seed-random|9.288004912663755e-07| -|npm|freeport|9.288004912663755e-07| -|npm|node-uuid|9.288004912663755e-07| -|npm|event-emitter|9.288004912663755e-07| -|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.279475982532791e-07| -|cran|[xslt](https://github.com/ropensci/xslt)|9.279475982532791e-07| -|spack|sowing|9.263880224578915e-07| -|spack|hipblas|9.263880224578915e-07| -|spack|hipsparse|9.263880224578915e-07| -|spack|rocsparse|9.263880224578915e-07| -|spack|rocsolver|9.263880224578915e-07| -|spack|rocblas|9.263880224578915e-07| -|spack|rocrand|9.263880224578915e-07| -|spack|rocthrust|9.263880224578915e-07| -|spack|rocprim|9.263880224578915e-07| -|spack|metis|9.263880224578915e-07| -|spack|scotch|9.263880224578915e-07| -|spack|parmetis|9.263880224578915e-07| -|spack|mmg|9.263880224578915e-07| -|spack|parmmg|9.263880224578915e-07| -|spack|tetgen|9.263880224578915e-07| -|spack|hypre|9.263880224578915e-07| -|spack|superlu-dist|9.263880224578915e-07| -|spack|strumpack|9.263880224578915e-07| -|spack|scalapack|9.263880224578915e-07| -|spack|mumps|9.263880224578915e-07| -|spack|trilinos|9.263880224578915e-07| -|spack|mpfr|9.263880224578915e-07| -|spack|giflib|9.263880224578915e-07| -|spack|exodusii|9.263880224578915e-07| -|spack|parallel-netcdf|9.263880224578915e-07| -|spack|random123|9.263880224578915e-07| -|spack|moab|9.263880224578915e-07| -|spack|p4est|9.263880224578915e-07| -|spack|saws|9.263880224578915e-07| -|spack|libyaml|9.263880224578915e-07| -|spack|kokkos-kernels|9.263880224578915e-07| -|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.186608623647492e-07| -|pypi|[spacy-transformers](https://spacy.io)|9.169924850208184e-07| -|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.169924850208184e-07| -|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.169924850208184e-07| -|pypi|[natto-py](https://pypi.org/project/natto-py)|9.169924850208184e-07| -|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.169924850208184e-07| -|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.169924850208184e-07| -|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.169924850208184e-07| -|cran|starsdata|9.153396145813556e-07| -|cran|ncdfgeom|9.153396145813556e-07| -|cran|cubelyr|9.153396145813556e-07| -|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.145112529392007e-07| -|cran|vtreat|9.145112529392006e-07| -|cran|smotefamily|9.145112529392006e-07| -|cran|bestNormalize|9.145112529392006e-07| -|cran|mlr3learners|9.145112529392006e-07| -|cran|mlr3filters|9.145112529392006e-07| -|cran|bbotk|9.145112529392006e-07| -|cran|alr4|9.145112529392006e-07| -|cran|carData|9.145112529392006e-07| -|cran|compositions|9.12172349478998e-07| -|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.112982138423566e-07| -|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.04086088583906e-07| -|rubygems|coffee-script-source|9.007469254077176e-07| -|cran|[Momocs](https://github.com/MomX/Momocs/)|9.00655021834073e-07| -|cran|[iptools](https://github.com/hrbrmstr/iptools)|9.006550218340681e-07| -|pypi|[cspy](https://github.com/torressa/cspy)|9.00655021834063e-07| -|pypi|[flatstar](https://github.com/ladsantos/flatstar)|9.00655021834063e-07| -|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|9.00655021834063e-07| -|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|9.00655021834063e-07| -|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|9.00655021834063e-07| -|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|9.00655021834063e-07| -|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|9.00655021834063e-07| -|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|9.00655021834063e-07| -|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|9.00655021834063e-07| -|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|9.00655021834063e-07| -|pypi|[cygrid](https://github.com/bwinkel/cygrid)|9.00655021834063e-07| -|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|9.00655021834063e-07| -|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|9.00655021834063e-07| -|pypi|[multiqc](http://multiqc.info)|9.00655021834063e-07| -|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|9.00655021834063e-07| -|pypi|[genshi](https://github.com/edgewall/genshi)|9.00655021834063e-07| -|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|9.00655021834063e-07| -|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|9.00655021834063e-07| -|cran|leaflet.minicharts|9.00655021834063e-07| -|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|9.00655021834063e-07| -|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|9.00655021834063e-07| -|cran|[metR](https://github.com/eliocamp/metR)|9.00655021834063e-07| -|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|9.00655021834063e-07| -|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|9.00655021834063e-07| -|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|9.00655021834063e-07| -|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|9.00655021834063e-07| -|npm|[uikit](https://getuikit.com)|9.00655021834063e-07| -|cran|[LiblineaR]()|9.00655021834062e-07| -|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|9.006550218340613e-07| -|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|9.006550218340613e-07| -|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|9.006550218340613e-07| -|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|9.006550218340613e-07| -|pypi|[easybuild](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-easyblocks](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-easyconfigs](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-framework](https://easybuild.io)|9.006550218340613e-07| -|pypi|[pystrict](https://github.com/earonesty/pystrict)|9.006550218340613e-07| -|pypi|[NEURON](https://neuron.yale.edu/neuron/)|9.006550218340613e-07| -|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|9.006550218340613e-07| -|pypi|[COFFEE](UNKNOWN)|9.006550218340613e-07| -|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|9.006550218340613e-07| -|npm|[tailwindcss](https://tailwindcss.com)|9.006550218340613e-07| -|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|9.006550218340613e-07| -|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|9.006550218340613e-07| -|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|9.006550218340613e-07| -|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|9.006550218340613e-07| -|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|9.006550218340613e-07| -|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|9.006550218340613e-07| -|pypi|[pesummary](https://pypi.org/project/pesummary)|8.938831795646321e-07| -|pypi|[littleutils](https://pypi.org/project/littleutils)|8.938831795646321e-07| -|cran|qap|8.916484716157207e-07| -|cran|biomaRt|8.916484716157205e-07| -|cran|[tune](https://tune.tidymodels.org/)|8.834010942127197e-07| -|rubygems|sdoc|8.806404657933042e-07| -|rubygems|generator_spec|8.806404657933042e-07| -|rubygems|codecov|8.806404657933042e-07| -|rubygems|tilt|8.806404657933042e-07| -|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.773845093082019e-07| -|pypi|[jsonref](https://pypi.org/project/jsonref)|8.763129942169243e-07| -|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.763129942169243e-07| -|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.763129942169243e-07| -|pypi|[promise](https://pypi.org/project/promise)|8.763129942169243e-07| -|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.741651682507065e-07| -|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.741651682507065e-07| -|pypi|[punch.py](https://pypi.org/project/punch.py)|8.741651682507065e-07| -|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.741651682507065e-07| -|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.741651682507065e-07| -|pypi|[oedialect](https://pypi.org/project/oedialect)|8.741651682507065e-07| -|pypi|[testresources](https://pypi.org/project/testresources)|8.718340611353713e-07| -|pypi|[oslotest](https://pypi.org/project/oslotest)|8.718340611353713e-07| -|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.718340611353713e-07| -|pypi|[betamax](https://pypi.org/project/betamax)|8.718340611353713e-07| -|pypi|[cugraph](https://pypi.org/project/cugraph)|8.573542996305005e-07| -|pypi|[cuml](https://pypi.org/project/cuml)|8.573542996305005e-07| -|cran|dblog|8.528811467628631e-07| -|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.506186317321711e-07| -|pypi|[bioframe](https://github.com/open2c/bioframe)|8.506186317321711e-07| -|spack|[glog](https://github.com/google/glog)|8.497874624613759e-07| -|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.491890205864004e-07| -|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.491890205864004e-07| -|npm|babel-plugin-unassert|8.491890205864004e-07| -|npm|babel-preset-power-assert|8.491890205864004e-07| -|npm|eslint-config-mysticatea|8.491890205864004e-07| -|npm|if-node-version|8.491890205864004e-07| -|npm|power-assert|8.491890205864004e-07| -|npm|glob2base|8.491890205864004e-07| -|npm|shell-quote|8.491890205864004e-07| -|npm|subarg|8.491890205864004e-07| -|pypi|[clize](https://github.com/epsy/clize)|8.406113537117927e-07| -|pypi|[tvtk](https://pypi.org/project/tvtk)|8.391985615206781e-07| -|pypi|[docrepr](https://pypi.org/project/docrepr)|8.37228611845747e-07| -|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.257818873266469e-07| -|cran|bcpa|8.256004366812227e-07| -|cran|amt|8.256004366812227e-07| -|cran|circular|8.256004366812227e-07| -|npm|batch|8.230601276452805e-07| -|pypi|[sybil](https://pypi.org/project/sybil)|8.173444323144104e-07| -|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.173444323144104e-07| -|rubygems|stringex|8.173444323144104e-07| -|cran|Rfast|8.161542074285772e-07| -|cran|genlasso|8.161542074285772e-07| -|cran|L0Learn|8.161542074285772e-07| -|cran|mixsqp|8.161542074285772e-07| -|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.123555098895502e-07| -|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.123555098895502e-07| -|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.095844441939709e-07| -|rubygems|search_ui|8.091709879912664e-07| -|rubygems|pstree|8.091709879912664e-07| -|rubygems|mize|8.091709879912664e-07| -|rubygems|infobar|8.091709879912664e-07| -|rubygems|rspec_junit_formatter|8.087514481775243e-07| -|npm|sendgrid-rest|8.06009917844719e-07| -|npm|system-sleep|8.06009917844719e-07| -|npm|lodash.chunk|8.06009917844719e-07| -|npm|mailparser|8.06009917844719e-07| -|npm|async.ensureasync|8.06009917844719e-07| -|npm|bottleneck|8.06009917844719e-07| -|npm|mocha-sinon|8.06009917844719e-07| -|npm|async.queue|8.06009917844719e-07| -|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|8.013991622850016e-07| -|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.997816593886501e-07| -|cran|slider|7.925764192139738e-07| -|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.917846345794067e-07| -|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.88153559731753e-07| -|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.837632869741809e-07| -|cran|[scattermore](https://github.com/exaexa/scattermore)|7.833161633556804e-07| -|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.821477821190531e-07| -|npm|material-components-web|7.821477821190531e-07| -|npm|foundation-sites|7.821477821190531e-07| -|npm|enhanced-resolve|7.821477821190531e-07| -|npm|bootstrap-sass|7.821477821190531e-07| -|npm|neo-async|7.821477821190531e-07| -|npm|klona|7.821477821190531e-07| -|cran|NetSwan|7.753464970571484e-07| -|cran|netrankr|7.753464970571484e-07| -|cran|fortunes|7.725655021834064e-07| -|cran|mail|7.719900187149096e-07| -|cran|bibtex|7.719900187149096e-07| -|cran|synchronicity|7.719900187149096e-07| -|cran|doMPI|7.719900187149096e-07| -|cran|rngtools|7.719900187149096e-07| -|npm|typescript3|7.719900187149096e-07| -|npm|node-qunit|7.719900187149096e-07| -|npm|load-grunt-tasks|7.719900187149096e-07| -|npm|karma-sauce-launcher|7.719900187149096e-07| -|npm|karma-qunit|7.719900187149096e-07| -|npm|grunt-string-replace|7.719900187149096e-07| -|npm|grunt-nuget|7.719900187149096e-07| -|npm|grunt-karma|7.719900187149096e-07| -|npm|grunt-exec|7.719900187149096e-07| -|npm|grunt-env|7.719900187149096e-07| -|npm|grunt-contrib-copy|7.719900187149096e-07| -|npm|grunt-contrib-concat|7.719900187149096e-07| -|npm|grunt-benchmark|7.719900187149096e-07| -|pypi|[dcor](https://pypi.org/project/dcor)|7.686624755307936e-07| -|cran|waveslim|7.686624755307936e-07| -|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.683656524298628e-07| -|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.625545851528423e-07| -|npm|watch|7.620927107826671e-07| -|npm|unminified-webpack-plugin|7.620927107826671e-07| -|npm|jsonpath|7.620927107826671e-07| -|npm|jest-cli|7.620927107826671e-07| -|npm|globify|7.620927107826671e-07| -|npm|codacy-coverage|7.620927107826671e-07| -|npm|cash-cat|7.620927107826671e-07| -|npm|biased-opener|7.620927107826671e-07| -|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.620927107826671e-07| -|npm|package-yaml|7.620927107826671e-07| -|npm|json-loader|7.620927107826671e-07| -|npm|isparta-loader|7.620927107826671e-07| -|npm|isparta|7.620927107826671e-07| -|npm|gatsby|7.620927107826671e-07| -|npm|enzyme-adapter-react-16|7.620927107826671e-07| -|npm|enzyme|7.620927107826671e-07| -|npm|conventional-changelog|7.620927107826671e-07| -|npm|chai-enzyme|7.620927107826671e-07| -|npm|babel-plugin-__coverage__|7.620927107826671e-07| -|npm|add-stream|7.620927107826671e-07| -|npm|karma-webpack|7.620927107826671e-07| -|npm|lodash.isequal|7.620927107826671e-07| -|npm|clamp|7.620927107826671e-07| -|npm|random-buffer|7.620927107826671e-07| -|npm|nock|7.620927107826671e-07| -|npm|is-zip|7.620927107826671e-07| -|npm|p-event|7.620927107826671e-07| -|npm|make-dir|7.620927107826671e-07| -|npm|got|7.620927107826671e-07| -|npm|filenamify|7.620927107826671e-07| -|npm|ext-name|7.620927107826671e-07| -|npm|decompress|7.620927107826671e-07| -|npm|archive-type|7.620927107826671e-07| -|cran|[uwot](https://github.com/jlmelville/uwot)|7.582979683047344e-07| -|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.399976395609589e-07| -|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.356099890829694e-07| -|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.356099890829694e-07| -|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.356099890829694e-07| -|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.356099890829694e-07| -|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.356099890829694e-07| -|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.356099890829694e-07| -|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.356099890829694e-07| -|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.356099890829694e-07| -|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.356099890829694e-07| -|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.290302037845738e-07| -|rubygems|letter_opener|7.278763033597719e-07| -|cran|minpack.lm|7.255812668954051e-07| -|pypi|[brian2](http://www.briansimulator.org/)|7.205240174672626e-07| -|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.205240174672626e-07| -|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.205240174672626e-07| -|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.205240174672626e-07| -|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.205240174672626e-07| -|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.205240174672626e-07| -|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.205240174672626e-07| -|cran|Rd2md|7.205240174672626e-07| -|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.205240174672524e-07| -|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.205240174672524e-07| -|pypi|[gala](http://gala.adrian.pw/)|7.205240174672524e-07| -|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.205240174672524e-07| -|pypi|[molsets](https://pypi.org/project/molsets)|7.205240174672524e-07| -|pypi|[bakta](https://github.com/oschwengers/bakta)|7.205240174672524e-07| -|pypi|[RagTag](https://github.com/malonge/RagTag)|7.205240174672524e-07| -|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.205240174672524e-07| -|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.205240174672524e-07| -|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.205240174672524e-07| -|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.205240174672524e-07| -|pypi|[update_checker](https://github.com/bboe/update_checker)|7.205240174672524e-07| -|pypi|[control](https://python-control.org)|7.205240174672524e-07| -|pypi|[pyviz](http://pyviz.org)|7.205240174672524e-07| -|spack|[cereal](https://uscilab.github.io/cereal/)|7.205240174672524e-07| -|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.205240174672524e-07| -|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.205240174672524e-07| -|cran|[jfa](https://koenderks.github.io/jfa/)|7.205240174672524e-07| -|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.205240174672524e-07| -|cran|[hash](http://www.johnhughes.org)|7.205240174672524e-07| -|cran|[leafletR](https://github.com/chgrl/leafletR)|7.205240174672524e-07| -|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.205240174672524e-07| -|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.205240174672489e-07| -|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.205240174672489e-07| -|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.205240174672489e-07| -|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.205240174672489e-07| -|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.205240174672489e-07| -|pypi|[statistics](UNKNOWN)|7.205240174672489e-07| -|pypi|[Cigar](https://github.com/brentp/cigar)|7.205240174672489e-07| -|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.205240174672489e-07| -|pypi|[pbcore](UNKNOWN)|7.205240174672489e-07| -|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.205240174672489e-07| -|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.205240174672489e-07| -|rubygems|ttfunk|7.205240174672488e-07| -|rubygems|ruby-rc4|7.205240174672488e-07| -|rubygems|hashery|7.205240174672488e-07| -|rubygems|Ascii85|7.205240174672488e-07| -|rubygems|afm|7.205240174672488e-07| -|rubygems|morecane|7.205240174672488e-07| -|rubygems|cane|7.205240174672488e-07| -|pypi|[simupy](https://github.com/simupy/simupy)|7.205240174672423e-07| -|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.205240174672423e-07| -|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.205240174672423e-07| -|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.205240174672423e-07| -|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.205240174672423e-07| -|cran|textshaping|7.176682820321653e-07| -|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.176245244392116e-07| -|cran|[fda](http://www.functionaldata.org)|7.148055728841816e-07| -|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.139807972231585e-07| -|cran|R.cache|7.133187772925765e-07| -|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.127477326167289e-07| -|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.076575171553337e-07| -|npm|rollup-plugin-npm|7.076575171553337e-07| -|npm|native-promise-only|7.076575171553337e-07| -|npm|karma-safari-launcher|7.076575171553337e-07| -|npm|eslint-plugin-prefer-arrow|7.076575171553337e-07| -|npm|cheerio|7.076575171553337e-07| -|npm|babel-plugin-syntax-async-generators|7.076575171553337e-07| -|npm|babel-minify|7.076575171553337e-07| -|npm|slugify|7.076575171553337e-07| -|npm|serve-handler|7.076575171553337e-07| -|npm|pixelmatch|7.076575171553337e-07| -|npm|magic-string|7.076575171553337e-07| -|npm|dtslint|7.076575171553337e-07| -|npm|cwebp-bin|7.076575171553337e-07| -|npm|zrender|7.076575171553337e-07| -|cran|tidymodels|6.993321346005653e-07| -|pypi|[sparse](https://github.com/pydata/sparse/)|6.967794759825352e-07| -|pypi|[servicex](https://pypi.org/project/servicex)|6.89863420979281e-07| -|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.89863420979281e-07| -|pypi|[aiostream](https://pypi.org/project/aiostream)|6.89863420979281e-07| -|pypi|[parsl](https://pypi.org/project/parsl)|6.89863420979281e-07| -|pypi|[mplhep](https://pypi.org/project/mplhep)|6.89863420979281e-07| -|pypi|[hist](https://pypi.org/project/hist)|6.89863420979281e-07| -|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.89863420979281e-07| -|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.89863420979281e-07| -|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.89863420979281e-07| -|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.883577666874612e-07| -|cran|GPfit|6.832555338051499e-07| -|cran|psychotree|6.832555338051499e-07| -|cran|psychotools|6.832555338051499e-07| -|cran|coin|6.832555338051499e-07| -|cran|pmml|6.832555338051499e-07| -|cran|inum|6.832555338051499e-07| -|cran|libcoin|6.832555338051499e-07| -|cran|rapportools|6.793512164691203e-07| -|cran|suncalc|6.754912663755459e-07| -|cran|manipulate|6.754912663755459e-07| -|cran|Gmedian|6.754912663755459e-07| -|cran|fasttime|6.754912663755459e-07| -|npm|should-util|6.754912663755458e-07| -|npm|mocha-better-spec-reporter|6.754912663755458e-07| -|npm|should-equal|6.754912663755458e-07| -|npm|eslint-config-shouldjs|6.754912663755458e-07| -|npm|should-type|6.754912663755458e-07| -|npm|should-format|6.754912663755458e-07| -|npm|should-type-adaptors|6.754912663755458e-07| -|npm|svelte-jest|6.704123846734741e-07| -|npm|rollup-plugin-postcss|6.704123846734741e-07| -|pypi|[sciris](http://github.com/sciris/sciris)|6.64394165550087e-07| -|pypi|[iPython](https://ipython.org)|6.622463395838697e-07| -|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.604803493449872e-07| -|rubygems|elasticsearch-transport|6.604803493449781e-07| -|rubygems|elasticsearch-api|6.604803493449781e-07| -|rubygems|ruby-prof|6.604803493449781e-07| -|rubygems|require-prof|6.604803493449781e-07| -|cran|truncdist|6.556238761880298e-07| -|cran|rmutil|6.556238761880298e-07| -|cran|cramer|6.556238761880298e-07| -|cran|yesno|6.556238761880298e-07| -|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.55021834061134e-07| -|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.55021834061134e-07| -|npm|stream-spigot|6.538755458515284e-07| -|npm|polendina|6.538755458515284e-07| -|npm|hundreds|6.538755458515284e-07| -|npm|buffer|6.538755458515284e-07| -|npm|unorm|6.538755458515284e-07| -|npm|iconv|6.538755458515284e-07| -|npm|errto|6.538755458515284e-07| -|npm|grunt-legacy-log-utils|6.538755458515284e-07| -|npm|vuepress-plugin-social-share|6.532223235280003e-07| -|npm|vuepress-plugin-smooth-scroll|6.532223235280003e-07| -|npm|vuepress-plugin-google-adsense|6.532223235280003e-07| -|npm|vuepress-plugin-element-tabs|6.532223235280003e-07| -|npm|vuepress|6.532223235280003e-07| -|npm|vue-eslint-parser|6.532223235280003e-07| -|npm|vue-codemirror|6.532223235280003e-07| -|npm|terser-webpack-plugin|6.532223235280003e-07| -|npm|replace-in-file|6.532223235280003e-07| -|npm|faker|6.532223235280003e-07| -|npm|eslint-plugin-vue|6.532223235280003e-07| -|cran|[kSamples](NA)|6.504730713246013e-07| -|pypi|[geopy](https://github.com/geopy/geopy)|6.47432398387642e-07| -|npm|stream-combiner2|6.473367903930131e-07| -|npm|source-map|6.473367903930131e-07| -|npm|slash|6.473367903930131e-07| -|npm|falafel|6.473367903930131e-07| -|npm|convert-source-map|6.473367903930131e-07| -|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.46204232448774e-07| -|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.399134435433555e-07| -|pypi|[mxnet](https://pypi.org/project/mxnet)|6.391745316241724e-07| -|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.391745316241724e-07| -|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.380311067017678e-07| -|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.380311067017678e-07| -|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.380311067017678e-07| -|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.380311067017678e-07| -|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.380311067017678e-07| -|pypi|[python-framel](https://pypi.org/project/python-framel)|6.380311067017678e-07| -|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.380311067017678e-07| -|cran|graphlayouts|6.368917654398003e-07| -|npm|webpack-manifest-plugin|6.290289041380745e-07| -|npm|script-loader|6.290289041380745e-07| -|npm|recursive-readdir|6.290289041380745e-07| -|npm|react-dev-utils|6.290289041380745e-07| -|npm|output-file-sync|6.290289041380745e-07| -|npm|npm-release|6.290289041380745e-07| -|npm|imports-loader|6.290289041380745e-07| -|npm|fs-promise|6.290289041380745e-07| -|npm|flow-typed|6.290289041380745e-07| -|npm|flow-bin|6.290289041380745e-07| -|npm|find-cache-dir|6.290289041380745e-07| -|npm|filesize|6.290289041380745e-07| -|npm|fake-xml-http-request|6.290289041380745e-07| -|npm|eslint-plugin-flowtype|6.290289041380745e-07| -|npm|eslint-loader|6.290289041380745e-07| -|npm|dmd-clear|6.290289041380745e-07| -|npm|dagre|6.290289041380745e-07| -|npm|child-process-promise|6.290289041380745e-07| -|npm|case-sensitive-paths-webpack-plugin|6.290289041380745e-07| -|npm|babel-plugin-flow-react-proptypes|6.290289041380745e-07| -|pypi|[starry](https://pypi.org/project/starry)|6.235303997312732e-07| -|npm|gulp-marked|6.235303997312732e-07| -|npm|gulp-mocha-phantomjs|6.235303997312732e-07| -|npm|humanize|6.235303997312732e-07| -|npm|chai-jquery|6.235303997312732e-07| -|npm|gulp-iife|6.235303997312732e-07| -|npm|gulp-cache|6.235303997312732e-07| -|npm|gulp-closure-compiler|6.235303997312732e-07| -|npm|drool|6.235303997312732e-07| -|npm|gulp-imagemin|6.235303997312732e-07| -|npm|escodegen|6.235303997312732e-07| -|npm|gulp-zip|6.235303997312732e-07| -|npm|gulp-csso|6.235303997312732e-07| -|npm|gulp-shell|6.235303997312732e-07| -|npm|swig|6.235303997312732e-07| -|npm|vinyl-paths|6.235303997312732e-07| -|npm|gulp-connect|6.235303997312732e-07| -|npm|gulp-css-inline-images|6.235303997312732e-07| -|npm|gulp-front-matter|6.235303997312732e-07| -|npm|gulp-jscs|6.235303997312732e-07| -|npm|gulp-open|6.235303997312732e-07| -|npm|gulp-flatten|6.235303997312732e-07| -|npm|gulp-load-plugins|6.235303997312732e-07| -|npm|gulp-sass|6.235303997312732e-07| -|npm|gulp-size|6.235303997312732e-07| -|npm|gulp-subtree|6.235303997312732e-07| -|npm|gulp-tap|6.235303997312732e-07| -|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.218808484092346e-07| -|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.19200327510917e-07| -|pypi|[ftfy](https://pypi.org/project/ftfy)|6.19200327510917e-07| -|pypi|[fairscale](https://pypi.org/project/fairscale)|6.19200327510917e-07| -|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.19200327510917e-07| -|pypi|[unidic](https://pypi.org/project/unidic)|6.19200327510917e-07| -|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.19200327510917e-07| -|pypi|[ipadic](https://pypi.org/project/ipadic)|6.19200327510917e-07| -|pypi|[fugashi](https://pypi.org/project/fugashi)|6.19200327510917e-07| -|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.19200327510917e-07| -|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.19200327510917e-07| -|pypi|[sigopt](https://pypi.org/project/sigopt)|6.19200327510917e-07| -|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.19200327510917e-07| -|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.19200327510917e-07| -|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.19200327510917e-07| -|npm|node-libs-browser|6.19200327510917e-07| -|npm|module-alias|6.19200327510917e-07| -|npm|mocha-phantomjs-istanbul|6.19200327510917e-07| -|npm|mocha-phantomjs-core|6.19200327510917e-07| -|npm|get-port|6.19200327510917e-07| -|npm|asap|6.19200327510917e-07| -|npm|a-sync-waterfall|6.19200327510917e-07| -|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.182096069868994e-07| -|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.182096069868994e-07| -|npm|[testjs](https://github.com/dcodeIO/test.js)|6.182096069868994e-07| -|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.145094159388658e-07| -|rubygems|[puma](https://puma.io)|6.13786745857662e-07| -|pypi|[dash-testing-stub](https://plotly.com/dash)|6.117656752080415e-07| -|rubygems|actiontext|6.096741686261337e-07| -|rubygems|actionmailbox|6.096741686261337e-07| -|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.070348865108743e-07| -|pypi|[falcon](https://pypi.org/project/falcon)|6.065635861331432e-07| -|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.065635861331432e-07| -|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.049903721962308e-07| -|pypi|[gsd](https://gsd.readthedocs.io)|6.049903721962308e-07| -|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.046355391333568e-07| -|npm|websocket-stream|6.035774269398724e-07| -|npm|https-browserify|6.035774269398724e-07| -|npm|setimmediate|6.035774269398724e-07| -|npm|stream-browserify|6.035774269398724e-07| -|npm|timers-browserify|6.035774269398724e-07| -|npm|bunyan|6.035774269398724e-07| -|pypi|[guizero](https://github.com/lawsie/guizero)|6.00436681222712e-07| -|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|6.00436681222712e-07| -|pypi|[proper](https://pypi.org/project/proper)|6.00436681222712e-07| -|pypi|[aesara](https://github.com/aesara-devs/aesara)|6.00436681222712e-07| -|pypi|[uvplot](https://github.com/mtazzari/uvplot)|6.00436681222712e-07| -|pypi|[oct2py](http://github.com/blink1073/oct2py)|6.00436681222712e-07| -|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|6.00436681222712e-07| -|pypi|[wntr](https://github.com/USEPA/WNTR)|6.00436681222712e-07| -|pypi|[persim](https://persim.scikit-tda.org)|6.00436681222712e-07| -|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|6.00436681222712e-07| -|pypi|[AMAT](https://github.com/athulpg007/AMAT)|6.00436681222712e-07| -|pypi|[Pandas](https://pandas.pydata.org)|6.00436681222712e-07| -|pypi|[Seaborn](https://seaborn.pydata.org)|6.00436681222712e-07| -|pypi|[Sympy](https://sympy.org)|6.00436681222712e-07| -|pypi|[Requests](https://requests.readthedocs.io)|6.00436681222712e-07| -|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|6.00436681222712e-07| -|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|6.00436681222712e-07| -|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|6.00436681222712e-07| -|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|6.00436681222712e-07| -|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|6.00436681222712e-07| -|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|6.00436681222712e-07| -|pypi|[mbo](https://github.com/basf/mbo)|6.00436681222712e-07| -|pypi|[yupi](https://github.com/yupidevs/yupi)|6.00436681222712e-07| -|pypi|[qtl](https://pypi.org/project/qtl)|6.00436681222712e-07| -|pypi|[agutil](https://github.com/agraubert/agutil)|6.00436681222712e-07| -|pypi|[grequests](https://github.com/kennethreitz/grequests)|6.00436681222712e-07| -|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|6.00436681222712e-07| -|spack|[tclap](http://tclap.sourceforge.net)|6.00436681222712e-07| -|spack|[itk](https://itk.org/)|6.00436681222712e-07| -|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|6.00436681222712e-07| -|cran|[osqp](https://osqp.org)|6.00436681222712e-07| -|cran|[biblio](https://github.com/kamapu/biblio)|6.00436681222712e-07| -|cran|[wdman](https://github.com/ropensci/wdman)|6.00436681222712e-07| -|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|6.00436681222712e-07| -|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|6.00436681222712e-07| -|cran|Ecume|6.00436681222712e-07| -|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|6.00436681222712e-07| -|cran|[cpp11](https://cpp11.r-lib.org)|6.00436681222712e-07| -|cran|[nplr](https://github.com/fredcommo/nplr)|6.00436681222712e-07| -|npm|[joi](https://github.com/hapijs/joi#readme)|6.00436681222712e-07| -|npm|[pm2](http://pm2.keymetrics.io/)|6.00436681222712e-07| -|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|6.004366812227075e-07| -|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|6.004366812227075e-07| -|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|6.004366812227075e-07| -|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|6.004366812227075e-07| -|npm|[long](https://github.com/dcodeIO/long.js#readme)|6.004366812227075e-07| -|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|6.004366812227075e-07| -|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|6.004366812227075e-07| -|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|6.004366812227075e-07| -|npm|its-set|6.004366812227074e-07| -|npm|babel-plugin-transform-es2015-modules-umd|6.004366812227074e-07| -|npm|eslint-plugin-babel|6.004366812227074e-07| -|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.944323144104804e-07| -|spack|ant|5.9245745622307e-07| -|spack|ceres-solver|5.9245745622307e-07| -|spack|clp|5.9245745622307e-07| -|spack|gdal|5.9245745622307e-07| -|spack|ipp|5.9245745622307e-07| -|spack|jasper|5.9245745622307e-07| -|spack|onnx|5.9245745622307e-07| -|spack|openexr|5.9245745622307e-07| -|spack|openjpeg|5.9245745622307e-07| -|spack|libwebp|5.9245745622307e-07| -|spack|tesseract|5.9245745622307e-07| -|spack|leptonica|5.9245745622307e-07| -|spack|libdc1394|5.9245745622307e-07| -|npm|pretty-hrtime|5.884879912663755e-07| -|npm|utf8|5.884879912663755e-07| -|pypi|[distrax](https://github.com/deepmind/distrax)|5.867124142233368e-07| -|pypi|[json-logging](https://pypi.org/project/json-logging)|5.856476004044141e-07| -|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.848409232688728e-07| -|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.848409232688728e-07| -|rubygems|[redis](https://github.com/redis/redis-rb)|5.817436144763589e-07| -|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.804221251819502e-07| -|pypi|[fastai](https://pypi.org/project/fastai)|5.799339652785176e-07| -|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.799339652785176e-07| -|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.799339652785176e-07| -|pypi|[gradio](https://pypi.org/project/gradio)|5.799339652785176e-07| -|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.799339652785176e-07| -|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.799339652785176e-07| -|cran|locatexec|5.715695330870003e-07| -|cran|doconv|5.715695330870003e-07| -|cran|equatags|5.715695330870003e-07| -|rubygems|warning|5.66126013724267e-07| -|rubygems|minitest-stub-const|5.66126013724267e-07| -|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.66126013724267e-07| -|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.60407569141191e-07| -|cran|mixtools|5.581524078971646e-07| -|cran|enrichR|5.581524078971646e-07| -|cran|metap|5.581524078971646e-07| -|cran|monocle|5.581524078971646e-07| -|cran|Rfast2|5.581524078971646e-07| -|cran|rtracklayer|5.581524078971646e-07| -|cran|GenomeInfoDb|5.581524078971646e-07| -|cran|GenomicRanges|5.581524078971646e-07| -|cran|BiocGenerics|5.581524078971646e-07| -|cran|DESeq2|5.581524078971646e-07| -|cran|MAST|5.581524078971646e-07| -|cran|SingleCellExperiment|5.581524078971646e-07| -|cran|SummarizedExperiment|5.581524078971646e-07| -|cran|S4Vectors|5.581524078971646e-07| -|cran|rsvd|5.581524078971646e-07| -|cran|sctransform|5.581524078971646e-07| -|cran|leiden|5.581524078971646e-07| -|cran|ica|5.581524078971646e-07| -|npm|[string-random](https://github.com/maichong/string-random#readme)|5.575483468496619e-07| -|pypi|[APLpy](http://aplpy.github.io)|5.542492442055796e-07| -|spack|[casacore](https://github.com/casacore/casacore)|5.542492442055796e-07| -|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|babel-plugin-minify-replace|5.482807372046977e-07| -|npm|babel-plugin-minify-numeric-literals|5.482807372046977e-07| -|npm|babel-plugin-minify-mangle-names|5.482807372046977e-07| -|npm|babel-plugin-minify-infinity|5.482807372046977e-07| -|npm|babel-plugin-minify-guarded-expressions|5.482807372046977e-07| -|npm|babel-plugin-minify-flip-comparisons|5.482807372046977e-07| -|npm|babel-plugin-minify-dead-code-elimination|5.482807372046977e-07| -|npm|babel-plugin-minify-constant-folding|5.482807372046977e-07| -|npm|babel-plugin-minify-builtins|5.482807372046977e-07| -|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.448962882096069e-07| -|npm|babel-helper-evaluate-path|5.427979298326508e-07| -|npm|esutils|5.427979298326508e-07| -|npm|babel-helper-is-void-0|5.427979298326508e-07| -|cran|whitening|5.403930131004367e-07| -|cran|randtoolbox|5.403930131004367e-07| -|cran|mc2d|5.403930131004367e-07| -|cran|ggExtra|5.403930131004367e-07| -|cran|DiceDesign|5.403930131004367e-07| -|cran|condMVNorm|5.403930131004367e-07| -|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.401785714285707e-07| -|cran|showtextdb|5.38251211524124e-07| -|cran|sysfonts|5.38251211524124e-07| -|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.349890829694324e-07| -|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.349890829694323e-07| -|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.349890829694323e-07| -|npm|tiny-lr|5.349890829694323e-07| -|npm|grunt-jscs|5.349890829694323e-07| -|pypi|[scikit_image](https://scikit-image.org)|5.337214944201863e-07| -|cran|vars|5.307431378665002e-07| -|cran|systemfit|5.307431378665002e-07| -|cran|poLCA|5.307431378665002e-07| -|cran|orcutt|5.307431378665002e-07| -|cran|muhaz|5.307431378665002e-07| -|cran|modeltests|5.307431378665002e-07| -|cran|lsmeans|5.307431378665002e-07| -|cran|lmodel2|5.307431378665002e-07| -|cran|Kendall|5.307431378665002e-07| -|cran|joineRML|5.307431378665002e-07| -|cran|gmm|5.307431378665002e-07| -|cran|glmnetUtils|5.307431378665002e-07| -|cran|ergm|5.307431378665002e-07| -|cran|cmprsk|5.307431378665002e-07| -|cran|btergm|5.307431378665002e-07| -|cran|binGroup|5.307431378665002e-07| -|cran|AUC|5.307431378665002e-07| -|npm|vhost|5.307431378665002e-07| -|npm|pbkdf2-password|5.307431378665002e-07| -|npm|hbs|5.307431378665002e-07| -|npm|cookie-session|5.307431378665002e-07| -|npm|connect-redis|5.307431378665002e-07| -|npm|type-is|5.307431378665002e-07| -|npm|send|5.307431378665002e-07| -|npm|range-parser|5.307431378665002e-07| -|npm|proxy-addr|5.307431378665002e-07| -|npm|path-to-regexp|5.307431378665002e-07| -|npm|merge-descriptors|5.307431378665002e-07| -|npm|encodeurl|5.307431378665002e-07| -|npm|cookie-signature|5.307431378665002e-07| -|npm|cookie|5.307431378665002e-07| -|npm|content-type|5.307431378665002e-07| -|npm|array-flatten|5.307431378665002e-07| -|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.276564774381419e-07| -|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.276564774381368e-07| -|cran|diagram|5.254357064878353e-07| -|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.223799126637577e-07| -|pypi|[kfac](http://github.com/tensorflow/kfac)|5.196086664427285e-07| -|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.171225005745805e-07| -|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.146600124766118e-07| -|pypi|[kllr](https://github.com/afarahi/kllr)|5.146600124766118e-07| -|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.146600124766118e-07| -|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.146600124766118e-07| -|pypi|[neomodel](https://neomodel.readthedocs.io)|5.146600124766118e-07| -|pypi|[faker](https://github.com/joke2k/faker)|5.146600124766118e-07| -|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.146600124766118e-07| -|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.146600124766118e-07| -|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.146600124766118e-07| -|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.146600124766118e-07| -|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.146600124766118e-07| -|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.146600124766118e-07| -|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.146600124766118e-07| -|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.146600124766118e-07| -|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.146600124766118e-07| -|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.146600124766118e-07| -|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.146600124766118e-07| -|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.146600124766118e-07| -|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.146600124766118e-07| -|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.146600124766118e-07| -|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.146600124766118e-07| -|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.146600124766118e-07| -|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.146600124766118e-07| -|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.146600124766118e-07| -|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.146600124766118e-07| -|spack|[nlopt](https://nlopt.readthedocs.io)|5.146600124766118e-07| -|spack|[armadillo](http://arma.sourceforge.net/)|5.146600124766118e-07| -|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.146600124766118e-07| -|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.146600124766118e-07| -|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.146600124766118e-07| -|cran|[httr2](https://httr2.r-lib.org)|5.146600124766118e-07| -|cran|RISmed|5.146600124766118e-07| -|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.146600124766118e-07| -|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.146600124766118e-07| -|cran|sde|5.146600124766118e-07| -|cran|[itsadug](NA)|5.146600124766118e-07| -|cran|[msm](https://github.com/chjackson/msm)|5.146600124766118e-07| -|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.146600124766118e-07| -|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.146600124766118e-07| -|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.146600124766118e-07| -|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.146600124766118e-07| -|pypi|[random](https://www.pytosquatting.org)|5.146600124766064e-07| -|pypi|[sys](https://github.com/stestagg/sys)|5.146600124766064e-07| -|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.146600124766064e-07| -|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.146600124766064e-07| -|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.146600124766064e-07| -|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.146600124766064e-07| -|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.082207555511293e-07| -|pypi|[usort](https://pypi.org/project/usort)|5.066184497816594e-07| -|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.018895729926678e-07| -|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.018895729926678e-07| -|rubygems|[stackprof](http://github.com/tmm1/stackprof)|5.016853903133308e-07| -|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|5.016306450721353e-07| -|pypi|[lightning](https://pypi.org/project/lightning)|5.016306450721353e-07| -|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|5.016306450721353e-07| -|pypi|[fvcore](https://pypi.org/project/fvcore)|5.016306450721353e-07| -|pypi|[types-redis](https://pypi.org/project/types-redis)|5.016306450721353e-07| -|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|5.016306450721353e-07| -|pypi|[blackdoc](https://pypi.org/project/blackdoc)|5.016306450721353e-07| -|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.988243197850261e-07| -|pypi|[ipytree](https://pypi.org/project/ipytree)|4.899167426460003e-07| -|npm|assume|4.850175752195403e-07| -|npm|spawn-sync|4.850175752195403e-07| -|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.841465730017072e-07| -|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.824937616968217e-07| -|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.80349344978166e-07| -|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.80349344978166e-07| -|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.80349344978166e-07| -|cran|[contentid](https://github.com/cboettig/contentid)|4.803493449781615e-07| -|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.738139797403694e-07| -|pypi|[furl](https://pypi.org/project/furl)|4.7177167810355586e-07| -|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7177167810355586e-07| -|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7177167810355586e-07| -|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7177167810355586e-07| -|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7177167810355586e-07| -|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.6924883490514407e-07| -|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6440024563318777e-07| -|pypi|[stregion](https://pypi.org/project/stregion)|4.6440024563318777e-07| -|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6440024563318777e-07| -|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6440024563318777e-07| -|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6440024563318777e-07| -|rubygems|xpath|4.6020566276940413e-07| -|rubygems|mini_mime|4.6020566276940413e-07| -|rubygems|matrix|4.6020566276940413e-07| -|rubygems|webdrivers|4.6020566276940413e-07| -|rubygems|selenium_statistics|4.6020566276940413e-07| -|rubygems|sauce_whisk|4.6020566276940413e-07| -|rubygems|rspec-instafail|4.6020566276940413e-07| -|rubygems|launchy|4.6020566276940413e-07| -|rubygems|erubi|4.6020566276940413e-07| -|cran|thematic|4.597562431768559e-07| -|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.590210922088651e-07| -|pypi|[yajl](https://pypi.org/project/yajl)|4.590210922088651e-07| -|npm|[request-promise](https://github.com/request/request-promise#readme)|4.574755666458757e-07| -|npm|grunt-release|4.549226895998574e-07| -|npm|grunt-jsdoc|4.549226895998574e-07| -|npm|grunt-mocha-istanbul|4.549226895998574e-07| -|npm|help-me-test|4.549226895998574e-07| -|npm|require-dir|4.549226895998574e-07| -|npm|normalize-path|4.526830702049043e-07| -|npm|homedir-polyfill|4.526830702049043e-07| -|npm|eslint-config-gulp|4.526830702049043e-07| -|npm|resolve-dir|4.526830702049043e-07| -|npm|micromatch|4.526830702049043e-07| -|npm|is-glob|4.526830702049043e-07| -|npm|detect-file|4.526830702049043e-07| -|pypi|[tinygp](https://github.com/dfm/tinygp)|4.52093501155919e-07| -|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.503275109170315e-07| -|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.503275109170315e-07| -|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.503275109170315e-07| -|pypi|[pepita](https://pypi.org/project/pepita)|4.503275109170315e-07| -|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.503275109170315e-07| -|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.503275109170315e-07| -|pypi|[tatter](https://github.com/afarahi/tatter)|4.503275109170315e-07| -|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.503275109170315e-07| -|pypi|[nodepy](https://github.com/ketch/nodepy)|4.503275109170315e-07| -|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.503275109170315e-07| -|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.503275109170315e-07| -|pypi|[sgdml](http://www.sgdml.org)|4.503275109170315e-07| -|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.503275109170315e-07| -|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.503275109170315e-07| -|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.503275109170315e-07| -|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.503275109170315e-07| -|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.503275109170315e-07| -|pypi|[clint](https://github.com/kennethreitz/clint)|4.503275109170315e-07| -|pypi|[plotly_express](https://plotly.express/)|4.503275109170315e-07| -|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.503275109170315e-07| -|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.503275109170315e-07| -|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.503275109170315e-07| -|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.503275109170315e-07| -|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.503275109170315e-07| -|cran|Rlabkey|4.503275109170315e-07| -|cran|COUNT|4.503275109170315e-07| -|cran|[fishtree](https://fishtreeoflife.org/)|4.503275109170315e-07| -|cran|ggvenn|4.503275109170315e-07| -|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.503275109170315e-07| -|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.503275109170315e-07| -|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.503275109170315e-07| -|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.503275109170315e-07| -|npm|[vuetify](https://vuetifyjs.com)|4.503275109170315e-07| -|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.503275109170315e-07| -|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.5032751091703064e-07| -|pypi|[findiff](https://github.com/maroba/findiff)|4.5032751091703064e-07| -|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.5032751091703064e-07| -|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.5032751091703064e-07| -|npm|[gpu.js](http://gpu.rocks/)|4.5032751091702646e-07| -|go|[golang.org/x/net](https://golang.org/x/net)|4.496776876689541e-07| -|pypi|[blessed](https://github.com/jquast/blessed)|4.48826419213977e-07| -|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.45824235807863e-07| -|cran|QSARdata|4.403202328966521e-07| -|cran|dimRed|4.403202328966521e-07| -|cran|ddalpha|4.403202328966521e-07| -|pypi|[time-machine](https://pypi.org/project/time-machine)|4.3862458976375814e-07| -|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.375274409056389e-07| -|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.37461010605119e-07| -|npm|karma-tap-reporter|4.281625313881011e-07| -|npm|karma-spec-reporter|4.281625313881011e-07| -|npm|karma-html-reporter|4.281625313881011e-07| -|npm|karma-chai-sinon|4.281625313881011e-07| -|npm|eslint-plugin-mocha|4.281625313881011e-07| -|npm|eslint-config-nfl|4.281625313881011e-07| -|npm|babel-plugin-transform-class-properties|4.281625313881011e-07| -|npm|react-side-effect|4.281625313881011e-07| -|npm|react-fast-compare|4.281625313881011e-07| -|rubygems|webpacker|4.281625313881011e-07| -|rubygems|rubocop-discourse|4.281625313881011e-07| -|rubygems|dalli|4.281625313881011e-07| -|go|[github.com/fatih/color](https://github.com/fatih/color)|4.276683253782878e-07| -|pypi|[playwright](https://pypi.org/project/playwright)|4.26116354416115e-07| -|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.210854647535894e-07| -|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.205889017055286e-07| -|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.205889017055286e-07| -|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.147753390025295e-07| -|npm|tslint-config-semistandard|4.1280021834061136e-07| -|npm|eslint-plugin-dependencies|4.1280021834061136e-07| -|npm|eslint-config-semistandard|4.1280021834061136e-07| -|npm|doctoc|4.1280021834061136e-07| -|npm|snappy|4.1280021834061136e-07| -|npm|optional|4.1280021834061136e-07| -|npm|nested-error-stacks|4.1280021834061136e-07| -|npm|denque|4.1280021834061136e-07| -|npm|buffermaker|4.1280021834061136e-07| -|npm|buffer-crc32|4.1280021834061136e-07| -|npm|binary|4.1280021834061136e-07| -|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.12064389074408e-07| -|npm|safe-publish-latest|4.0884428866927143e-07| -|npm|object-keys|4.0884428866927143e-07| -|npm|npmignore|4.0884428866927143e-07| -|npm|mv|4.0884428866927143e-07| -|npm|eclint|4.0884428866927143e-07| -|npm|copy-dir|4.0884428866927143e-07| -|npm|aud|4.0884428866927143e-07| -|npm|array.prototype.map|4.0884428866927143e-07| -|npm|supports-preserve-symlinks-flag|4.0884428866927143e-07| -|npm|path-parse|4.0884428866927143e-07| -|npm|is-core-module|4.0884428866927143e-07| -|rubygems|hashdiff|4.086722161572052e-07| -|rubygems|crack|4.086722161572052e-07| -|rubygems|patron|4.086722161572052e-07| -|rubygems|httpclient|4.086722161572052e-07| -|rubygems|http|4.086722161572052e-07| -|rubygems|excon|4.086722161572052e-07| -|rubygems|em-http-request|4.086722161572052e-07| -|rubygems|curb|4.086722161572052e-07| -|rubygems|async-http|4.086722161572052e-07| -|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.039301310043642e-07| -|pypi|[spaghetti](https://github.com/pysal/spaghetti)|4.0029112081513965e-07| -|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|4.0029112081513965e-07| -|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|4.0029112081513965e-07| -|pypi|[modAL](https://modAL-python.github.io/)|4.0029112081513965e-07| -|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|4.0029112081513965e-07| -|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|4.0029112081513965e-07| -|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|4.0029112081513965e-07| -|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|4.0029112081513965e-07| -|pypi|[publib](https://github.com/erwanp/publib)|4.0029112081513965e-07| -|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|4.0029112081513965e-07| -|pypi|[fleck](https://github.com/bmorris3/fleck)|4.0029112081513965e-07| -|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|4.0029112081513965e-07| -|pypi|[yabox](https://github.com/pablormier/yabox)|4.0029112081513965e-07| -|pypi|[htof](https://pypi.org/project/htof)|4.0029112081513965e-07| -|pypi|[acor](http://github.com/dfm/acor)|4.0029112081513965e-07| -|pypi|[stanza](https://github.com/stanfordnlp/stanza)|4.0029112081513965e-07| -|pypi|[injector](https://github.com/alecthomas/injector)|4.0029112081513965e-07| -|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|4.0029112081513965e-07| -|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|4.0029112081513965e-07| -|pypi|[easywebdav](http://github.com/amnong/easywebdav)|4.0029112081513965e-07| -|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|4.0029112081513965e-07| -|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|4.0029112081513965e-07| -|pypi|[textdistance](https://github.com/orsinium/textdistance)|4.0029112081513965e-07| -|pypi|[sk-video](http://scikit-video.org/)|4.0029112081513965e-07| -|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|4.0029112081513965e-07| -|pypi|[chaospy](https://chaospy.readthedocs.io/)|4.0029112081513965e-07| -|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|4.0029112081513965e-07| -|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|4.0029112081513965e-07| -|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|4.0029112081513965e-07| -|pypi|[retriever](https://github.com/weecology/retriever)|4.0029112081513965e-07| -|pypi|[dca](https://github.com/theislab/dca)|4.0029112081513965e-07| -|cran|[babette](https://docs.ropensci.org/babette/)|4.0029112081513965e-07| -|cran|treeman|4.0029112081513965e-07| -|cran|[treemapify](https://wilkox.org/treemapify/)|4.0029112081513965e-07| -|cran|[restez](https://github.com/ropensci/restez#readme)|4.0029112081513965e-07| -|cran|[spocc](https://github.com/ropensci/spocc)|4.0029112081513965e-07| -|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|4.0029112081513965e-07| -|cran|mcclust|4.0029112081513965e-07| -|cran|[rdist](https://github.com/blasern/rdist)|4.0029112081513965e-07| -|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|4.0029112081513965e-07| -|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|4.0029112081513965e-07| -|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|4.0029112081513965e-07| -|cran|[minerva](https://www.r-project.org)|4.0029112081513965e-07| -|cran|[memuse](https://github.com/shinra-dev/memuse)|4.0029112081513965e-07| -|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|4.0029112081513965e-07| -|cran|[kinship2](https://cran.r-project.org/package=kinship2)|4.0029112081513965e-07| -|cran|[corrr](https://github.com/tidymodels/corrr)|4.0029112081513965e-07| -|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|4.0029112081513965e-07| -|cran|[randomForestSRC](https://www.randomforestsrc.org/)|4.0029112081513965e-07| -|npm|[config](http://github.com/node-config/node-config.git)|4.0029112081513965e-07| -|npm|[line-height](https://github.com/twolfson/line-height)|4.0029112081513965e-07| -|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|4.0029112081513965e-07| -|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|4.0029112081513965e-07| -|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|4.0029112081513965e-07| -|npm|[react-sigma](https://github.com/dunnock/react-sigma)|4.0029112081513965e-07| -|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|4.0029112081513965e-07| -|npm|[js-sha256](https://github.com/emn178/js-sha256)|4.0029112081513965e-07| -|npm|[rjsf](https://www.rjsf.io/)|4.0029112081513965e-07| -|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|4.0029112081513965e-07| -|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|4.0029112081513965e-07| -|pypi|[vmad](https://pypi.org/project/vmad)|4.002911208151383e-07| -|pypi|[abopt](https://pypi.org/project/abopt)|4.002911208151383e-07| -|pypi|[fastpm](https://pypi.org/project/fastpm)|4.002911208151383e-07| -|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|4.002911208151383e-07| -|pypi|[k2plr](https://github.com/rodluger/k2plr)|4.002911208151383e-07| -|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|4.002911208151383e-07| -|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|4.002911208151383e-07| -|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9628820960698934e-07| -|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9628820960698934e-07| -|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8809443831277897e-07| -|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8379651604328846e-07| -|pypi|[panflute](https://pypi.org/project/panflute)|3.8379651604328846e-07| -|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8379651604328846e-07| -|cran|shinycustomloader|3.8179941142965606e-07| -|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.8104635539133356e-07| -|pypi|[pypng](https://pypi.org/project/pypng)|3.8104635539133356e-07| -|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.8104635539133356e-07| -|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.8104635539133356e-07| -|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.7922316708802756e-07| -|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.7090520074191995e-07| -|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.6804039301309984e-07| -|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.6580450117568017e-07| -|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.6580450117568017e-07| -|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.6580450117568017e-07| -|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.6580450117568017e-07| -|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.6580450117568017e-07| -|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.6580450117568017e-07| -|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.6580450117568017e-07| -|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.6580450117568017e-07| -|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.6580450117568017e-07| -|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.6580450117568017e-07| -|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.6580450117568017e-07| -|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.6580450117568017e-07| -|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.6580450117568017e-07| -|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.6580450117568017e-07| -|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.6580450117568017e-07| -|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.6580450117568017e-07| -|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.6580450117568017e-07| -|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.6580450117568017e-07| -|rubygems|rspec-extra-formatters|3.6393815167988596e-07| -|rubygems|paranoia|3.6393815167988596e-07| -|rubygems|paper_trail|3.6393815167988596e-07| -|rubygems|discard|3.6393815167988596e-07| -|rubygems|database_cleaner|3.6393815167988596e-07| -|rubygems|after_commit_action|3.6393815167988596e-07| -|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.602620087336313e-07| -|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.602620087336313e-07| -|pypi|[clldutils](https://github.com/clld/clldutils)|3.602620087336313e-07| -|pypi|[pypka](https://pypka.org)|3.602620087336313e-07| -|cran|scatterpie|3.602620087336313e-07| -|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.602620087336262e-07| -|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.602620087336262e-07| -|pypi|[st-pages](https://pypi.org/project/st-pages)|3.602620087336262e-07| -|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.602620087336262e-07| -|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.602620087336262e-07| -|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.602620087336262e-07| -|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.602620087336262e-07| -|pypi|[fsps](https://github.com/dfm/python-fsps)|3.602620087336262e-07| -|pypi|[slab](http://github.com/DrMarc/slab.git)|3.602620087336262e-07| -|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.602620087336262e-07| -|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.602620087336262e-07| -|pypi|[muse-origin](https://github.com/musevlt/origin)|3.602620087336262e-07| -|pypi|[libroadrunner](http://libroadrunner.org)|3.602620087336262e-07| -|pypi|[cora](https://heycora.com)|3.602620087336262e-07| -|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.602620087336262e-07| -|cran|[liger](https://github.com/JEFworks/liger)|3.602620087336262e-07| -|cran|ggm|3.602620087336262e-07| -|cran|[scrapeR](http://www.ryanacton.com)|3.602620087336262e-07| -|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.602620087336262e-07| -|cran|pmsampsize|3.602620087336262e-07| -|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.602620087336262e-07| -|cran|[drat](https://github.com/eddelbuettel/drat)|3.602620087336262e-07| -|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.602620087336262e-07| -|cran|[jmvcore](https://www.jamovi.org)|3.602620087336262e-07| -|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.602620087336262e-07| -|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.602620087336262e-07| -|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.602620087336262e-07| -|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.602620087336262e-07| -|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.602620087336262e-07| -|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.6026200873362445e-07| -|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.6026200873362445e-07| -|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.6026200873362445e-07| -|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.6026200873362445e-07| -|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.6026200873362445e-07| -|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.6026200873362445e-07| -|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.6026200873362445e-07| -|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.6026200873362117e-07| -|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.6026200873362117e-07| -|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.6026200873362117e-07| -|cran|[cowsay](https://github.com/sckott/cowsay)|3.6026200873362117e-07| -|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.524302259350674e-07| -|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.381341144773839e-07| -|go|github.com/opencontainers/go-digest|3.361393082274746e-07| -|go|github.com/opencontainers/image-spec|3.361393082274746e-07| -|pypi|[grpcio-reflection](https://grpc.io)|3.3324235807860515e-07| -|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.2751091703057206e-07| -|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.275109170305677e-07| -|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.275109170305677e-07| -|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.275109170305677e-07| -|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.275109170305677e-07| -|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.275109170305677e-07| -|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.275109170305677e-07| -|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.27510917030567e-07| -|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.27510917030567e-07| -|pypi|[OpenNMT-py](https://opennmt.net/)|3.27510917030567e-07| -|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.27510917030567e-07| -|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.27510917030567e-07| -|pypi|[fastcluster](http://danifold.net)|3.27510917030567e-07| -|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.27510917030567e-07| -|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.27510917030567e-07| -|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.27510917030567e-07| -|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.27510917030567e-07| -|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.27510917030567e-07| -|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.27510917030567e-07| -|pypi|[dask-image](https://github.com/dask/dask-image)|3.27510917030567e-07| -|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.27510917030567e-07| -|pypi|[amply](http://github.com/willu47/amply)|3.27510917030567e-07| -|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.27510917030567e-07| -|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.27510917030567e-07| -|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.27510917030567e-07| -|pypi|[biomaj](http://biomaj.genouest.org)|3.27510917030567e-07| -|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.27510917030567e-07| -|pypi|[energyflow](https://energyflow.network)|3.27510917030567e-07| -|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.27510917030567e-07| -|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.27510917030567e-07| -|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.27510917030567e-07| -|pypi|[bravado](https://github.com/Yelp/bravado)|3.27510917030567e-07| -|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.27510917030567e-07| -|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.27510917030567e-07| -|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.27510917030567e-07| -|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.27510917030567e-07| -|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.27510917030567e-07| -|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.27510917030567e-07| -|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.27510917030567e-07| -|cran|[sofa](https://github.com/ropensci/sofa)|3.27510917030567e-07| -|cran|[elastic](https://docs.ropensci.org/elastic)|3.27510917030567e-07| -|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.27510917030567e-07| -|cran|[genie](http://genieclust.gagolewski.com/)|3.27510917030567e-07| -|cran|[optparse](https://github.com/trevorld/r-optparse)|3.27510917030567e-07| -|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.27510917030567e-07| -|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.27510917030567e-07| -|cran|[irr](https://www.r-project.org)|3.27510917030567e-07| -|cran|pbs|3.27510917030567e-07| -|cran|[BFpack](https://github.com/jomulder/BFpack)|3.27510917030567e-07| -|cran|lspline|3.27510917030567e-07| -|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.27510917030567e-07| -|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.27510917030567e-07| -|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.27510917030567e-07| -|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.27510917030567e-07| -|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.242358078602631e-07| -|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.242358078602631e-07| -|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.151969760999209e-07| -|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.0522197962154394e-07| -|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.023177695666779e-07| -|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.023177695666779e-07| -|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.023177695666779e-07| -|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.023177695666779e-07| -|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.023177695666779e-07| -|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.023177695666779e-07| -|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.023177695666779e-07| -|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.023177695666779e-07| -|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|3.00218340611356e-07| -|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|3.00218340611356e-07| -|pypi|[k2sc](https://github.com/OxES/k2sc)|3.00218340611356e-07| -|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|3.00218340611356e-07| -|pypi|[octopuspy](https://github.com/afatt/octopuspy)|3.00218340611356e-07| -|pypi|[yacs](https://github.com/rbgirshick/yacs)|3.00218340611356e-07| -|pypi|[daft](http://daft-pgm.org)|3.00218340611356e-07| -|pypi|[deeprank](https://github.com/DeepRank/deeprank)|3.00218340611356e-07| -|pypi|[iScore](https://github.com/DeepRank/iScore)|3.00218340611356e-07| -|pypi|[plonk](https://github.com/dmentipl/plonk)|3.00218340611356e-07| -|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|3.00218340611356e-07| -|pypi|[prox_tv](https://github.com/albarji/proxTV)|3.00218340611356e-07| -|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|3.00218340611356e-07| -|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|3.00218340611356e-07| -|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|3.00218340611356e-07| -|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|3.00218340611356e-07| -|cran|rje|3.00218340611356e-07| -|cran|[usefun](https://github.com/bblodfon/usefun)|3.00218340611356e-07| -|cran|rCAT|3.00218340611356e-07| -|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|3.00218340611356e-07| -|cran|[strex](https://rorynolan.github.io/strex/)|3.00218340611356e-07| -|cran|[signs](https://benjaminwolfe.github.io/signs)|3.00218340611356e-07| -|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|3.00218340611356e-07| -|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|3.00218340611356e-07| -|npm|[echarts](https://echarts.apache.org)|3.00218340611356e-07| -|npm|[element-plus](https://element-plus.org/)|3.00218340611356e-07| -|npm|[mysql](https://github.com/mysqljs/mysql#readme)|3.00218340611356e-07| -|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|3.00218340611356e-07| -|go|[github.com/brentp/bix](https://github.com/brentp/bix)|3.0021834061135374e-07| -|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|3.0021834061135374e-07| -|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|3.0021834061135374e-07| -|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|3.0021834061135374e-07| -|go|[golang.org/x/tools](https://golang.org/x/tools)|3.0021834061135374e-07| -|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.972161572052402e-07| -|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.886714813570729e-07| -|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.8820960698689996e-07| -|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7712462210279483e-07| -|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7712462210279483e-07| -|cran|[repr](https://github.com/IRkernel/repr/)|2.7712462210279483e-07| -|cran|[odin](https://github.com/mrc-ide/odin)|2.7712462210279483e-07| -|pypi|[einsteinpy](https://einsteinpy.org/)|2.771246221027898e-07| -|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.771246221027898e-07| -|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.771246221027898e-07| -|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.771246221027898e-07| -|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.771246221027898e-07| -|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.771246221027898e-07| -|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.771246221027898e-07| -|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.771246221027898e-07| -|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.771246221027898e-07| -|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.771246221027898e-07| -|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.771246221027898e-07| -|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.771246221027898e-07| -|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.771246221027898e-07| -|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.771246221027898e-07| -|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.771246221027898e-07| -|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.771246221027898e-07| -|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.771246221027898e-07| -|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.771246221027898e-07| -|spack|[lua](https://www.lua.org)|2.771246221027898e-07| -|cran|[bib2df](https://github.com/ropensci/bib2df)|2.771246221027898e-07| -|cran|R2jags|2.771246221027898e-07| -|cran|[waiter](https://waiter.john-coene.com/)|2.771246221027898e-07| -|cran|[plumber](https://www.rplumber.io)|2.771246221027898e-07| -|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.771246221027898e-07| -|cran|[pwr](https://github.com/heliosdrm/pwr)|2.771246221027898e-07| -|cran|[likert](http://jason.bryer.org/likert)|2.771246221027898e-07| -|npm|[aws-amplify](https://aws-amplify.github.io/)|2.771246221027881e-07| -|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.771246221027881e-07| -|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.765508651212088e-07| -|pypi|[outcome](https://github.com/python-trio/outcome)|2.741422333125365e-07| -|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.573300062383059e-07| -|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.573300062383059e-07| -|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.573300062383059e-07| -|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.573300062383059e-07| -|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.573300062383059e-07| -|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.573300062383059e-07| -|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.573300062383059e-07| -|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.573300062383059e-07| -|pypi|[dash_auth](https://plotly.com/dash)|2.573300062383059e-07| -|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.573300062383059e-07| -|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.573300062383059e-07| -|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.573300062383059e-07| -|pypi|[cloup](https://github.com/janLuke/cloup)|2.573300062383059e-07| -|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.573300062383059e-07| -|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.573300062383059e-07| -|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.573300062383059e-07| -|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.573300062383059e-07| -|pypi|[dace-query](https://dace.unige.ch/)|2.573300062383059e-07| -|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.573300062383059e-07| -|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.573300062383059e-07| -|spack|[opencv](https://opencv.org/)|2.573300062383059e-07| -|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.573300062383059e-07| -|cran|[cmocean](https://matplotlib.org/cmocean/)|2.573300062383059e-07| -|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.573300062383059e-07| -|cran|sphereplot|2.573300062383059e-07| -|cran|[webdriver](https://github.com/rstudio/webdriver)|2.573300062383059e-07| -|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.573300062383059e-07| -|cran|[anomalize](https://github.com/business-science/anomalize)|2.573300062383059e-07| -|cran|[depmixS4](https://depmix.github.io/)|2.573300062383059e-07| -|cran|GeoLight|2.573300062383059e-07| -|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.573300062383059e-07| -|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.573300062383059e-07| -|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.573300062383059e-07| -|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.573300062383059e-07| -|npm|[json2csv](http://zemirco.github.io/json2csv)|2.573300062383059e-07| -|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.573300062383059e-07| -|npm|[cpx](https://github.com/mysticatea/cpx)|2.573300062383059e-07| -|npm|tls|2.573300062383059e-07| -|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.573300062383059e-07| -|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.573300062383059e-07| -|npm|[svelte-moveable](https://daybrush.com/moveable)|2.573300062383059e-07| -|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.573300062383059e-07| -|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.573300062383059e-07| -|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.530411728009996e-07| -|pypi|[retry](https://github.com/invl/retry)|2.530411728009996e-07| -|go|github.com/docker/distribution|2.5235744573128284e-07| -|go|golang.org/x/sync|2.5235744573128284e-07| -|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.40174672489083e-07| -|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.40174672489083e-07| -|npm|[cesium](http://cesium.com/cesiumjs/)|2.40174672489083e-07| -|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.4017467248908076e-07| -|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.4017467248908076e-07| -|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.4017467248908076e-07| -|pypi|[ficus](https://github.com/camillescott/ficus)|2.4017467248908076e-07| -|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.4017467248908076e-07| -|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.4017467248908076e-07| -|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.4017467248908076e-07| -|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.4017467248908076e-07| -|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.4017467248908076e-07| -|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.4017467248908076e-07| -|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.4017467248908076e-07| -|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.4017467248908076e-07| -|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.4017467248908076e-07| -|cran|[COVID19](https://covid19datahub.io)|2.4017467248908076e-07| -|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.4017467248908076e-07| -|cran|[iotools](http://www.rforge.net/iotools)|2.4017467248908076e-07| -|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.4017467248908076e-07| -|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3777292576419158e-07| -|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2516375545851826e-07| -|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2516375545851574e-07| -|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2516375545851574e-07| -|pypi|[pirecorder](https://github.com/jollejolles)|2.2516375545851574e-07| -|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2516375545851574e-07| -|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2516375545851574e-07| -|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2516375545851574e-07| -|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2516375545851574e-07| -|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2516375545851574e-07| -|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2516375545851574e-07| -|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2516375545851574e-07| -|pypi|[frites](https://github.com/brainets/frites)|2.2516375545851574e-07| -|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2516375545851574e-07| -|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2516375545851574e-07| -|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2516375545851574e-07| -|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2516375545851574e-07| -|cran|[UNF](https://github.com/leeper/UNF)|2.2516375545851574e-07| -|cran|ggnewscale|2.2516375545851574e-07| -|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2516375545851574e-07| -|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2516375545851574e-07| -|cran|[rplos](https://docs.ropensci.org/rplos)|2.2516375545851574e-07| -|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2516375545851574e-07| -|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2516375545851574e-07| -|cran|[greta](https://greta-stats.org)|2.2516375545851574e-07| -|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2516375545851574e-07| -|cran|shinyMatrix|2.2516375545851574e-07| -|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2516375545851574e-07| -|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2516375545851574e-07| -|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2516375545851574e-07| -|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2516375545851574e-07| -|cran|[lunar](http://statistics.lazaridis.eu)|2.2516375545851574e-07| -|cran|[sortable](https://rstudio.github.io/sortable/)|2.2516375545851574e-07| -|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2516375545851574e-07| -|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2516375545851574e-07| -|cran|randomcoloR|2.2516375545851574e-07| -|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2516375545851574e-07| -|cran|[stabs](https://github.com/hofnerb/stabs)|2.2516375545851574e-07| -|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2516375545851574e-07| -|npm|express-flash|2.2516375545851574e-07| -|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2516375545851574e-07| -|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2516375545851532e-07| -|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.229121179039315e-07| -|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.2291211790392898e-07| -|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.2216157205240237e-07| -|go|[github.com/docker/docker](https://github.com/docker/docker)|2.217704165660065e-07| -|go|github.com/davecgh/go-spew|2.1596734383899756e-07| -|go|github.com/onsi/ginkgo|2.1596734383899756e-07| -|go|github.com/onsi/gomega|2.1596734383899756e-07| -|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.119188286668382e-07| -|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.119188286668382e-07| -|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.119188286668382e-07| -|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.119188286668382e-07| -|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.119188286668382e-07| -|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.119188286668382e-07| -|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.119188286668382e-07| -|pypi|[dmsh](https://pypi.org/project/dmsh)|2.119188286668382e-07| -|pypi|[glvis](https://github.com/glvis/pyglvis)|2.119188286668382e-07| -|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.119188286668382e-07| -|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.119188286668382e-07| -|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.119188286668382e-07| -|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.119188286668382e-07| -|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.119188286668382e-07| -|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.119188286668382e-07| -|npm|[root](https://github.com/mafintosh/root#readme)|2.119188286668382e-07| -|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.1191882866683568e-07| -|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.1191882866683568e-07| -|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.1191882866683568e-07| -|cran|[wpp2015](http://esa.un.org/wpp)|2.097996403801692e-07| -|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|2.0014556040756982e-07| -|pypi|[elisa](https://github.com/mikecokina/elisa)|2.0014556040756982e-07| -|pypi|[kplr](https://github.com/dfm/kplr)|2.0014556040756982e-07| -|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|2.0014556040756982e-07| -|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|2.0014556040756982e-07| -|pypi|[pymunk](http://www.pymunk.org)|2.0014556040756982e-07| -|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|2.0014556040756982e-07| -|pypi|[properimage](https://github.com/toros-astro/ProperImage)|2.0014556040756982e-07| -|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|2.0014556040756982e-07| -|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|2.0014556040756982e-07| -|pypi|[lcdata](https://github.com/kboone/lcdata)|2.0014556040756982e-07| -|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|2.0014556040756982e-07| -|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|2.0014556040756982e-07| -|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|2.0014556040756982e-07| -|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|2.0014556040756982e-07| -|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|2.0014556040756982e-07| -|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|2.0014556040756982e-07| -|cran|[ascii](https://github.com/mclements/ascii)|2.0014556040756982e-07| -|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|2.0014556040756982e-07| -|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|2.0014556040756982e-07| -|cran|cvTools|2.0014556040756982e-07| -|cran|[blockCV](https://github.com/rvalavi/blockCV)|2.0014556040756982e-07| -|cran|smoother|2.0014556040756982e-07| -|cran|[ptw](https://github.com/rwehrens/ptw)|2.0014556040756982e-07| -|cran|[FedData](https://github.com/ropensci/FedData)|2.0014556040756982e-07| -|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|2.0014556040756982e-07| -|npm|[ltd](https://github.com/overlandjs/ltd#readme)|2.0014556040756982e-07| -|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|2.0014556040756982e-07| -|go|github.com/bradfitz/gomemcache|2.0014556040756916e-07| -|go|github.com/docker/libtrust|2.0014556040756916e-07| -|go|github.com/phayes/permbits|2.0014556040756916e-07| -|go|github.com/spf13/afero|2.0014556040756916e-07| -|go|github.com/spf13/viper|2.0014556040756916e-07| -|go|github.com/sylabs/sif|2.0014556040756916e-07| -|go|github.com/vmihailenco/msgpack|2.0014556040756916e-07| -|go|google.golang.org/appengine|2.0014556040756916e-07| -|cran|[longitudinalData](http:www.r-project.org)|1.9814410480349467e-07| -|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.8961158354401378e-07| -|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-r](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.8961158354401378e-07| -|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.8961158354401378e-07| -|cran|[nabor](https://github.com/jefferis/nabor)|1.8961158354401378e-07| -|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.8961158354401378e-07| -|cran|[turner](http://www.gastonsanchez.com)|1.8961158354401378e-07| -|cran|[blocksdesign]()|1.8961158354401378e-07| -|cran|shinyhelper|1.8961158354401378e-07| -|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.8961158354401378e-07| -|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.8961158354401288e-07| -|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.8961158354401288e-07| -|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.8961158354401288e-07| -|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.8961158354401288e-07| -|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.8961158354401288e-07| -|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.8961158354401288e-07| -|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.8961158354401288e-07| -|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.8961158354401288e-07| -|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.8961158354401288e-07| -|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.8961158354401288e-07| -|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.8961158354401288e-07| -|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.8961158354401288e-07| -|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.8961158354401288e-07| -|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.8961158354401288e-07| -|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.8961158354401288e-07| -|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.8961158354401288e-07| -|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.801310043668131e-07| -|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.801310043668131e-07| -|cran|[symengine](https://github.com/symengine/symengine.R)|1.801310043668131e-07| -|cran|[sensitivity](NA)|1.801310043668131e-07| -|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.801310043668131e-07| -|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.8013100436681222e-07| -|go|[github.com/biogo/store](https://github.com/biogo/store)|1.8013100436681222e-07| -|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.8013100436681222e-07| -|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.8013100436681222e-07| -|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.8013100436681222e-07| -|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.8013100436681222e-07| -|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.8013100436681222e-07| -|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.8013100436681222e-07| -|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.8013100436681222e-07| -|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.8013100436681222e-07| -|cran|[dqrng](https://daqana.github.io/dqrng/)|1.8013100436681058e-07| -|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7494151590767338e-07| -|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7155333749220307e-07| -|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7155333749220307e-07| -|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7155333749220307e-07| -|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7155333749220307e-07| -|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7155333749220307e-07| -|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7155333749220307e-07| -|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7155333749220307e-07| -|cran|[desplot](https://kwstat.github.io/desplot/)|1.7155333749220307e-07| -|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7155333749220307e-07| -|cran|PairedData|1.7155333749220307e-07| -|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7155333749220307e-07| -|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.7155333749220212e-07| -|pypi|[torchdata](https://github.com/pytorch/data)|1.6983780411728007e-07| -|go|github.com/antchfx/jsonquery|1.6375545851528386e-07| -|go|github.com/bhmj/jsonslice|1.6375545851528386e-07| -|go|github.com/codegangsta/negroni|1.6375545851528386e-07| -|go|github.com/evanphx/json-patch/v5|1.6375545851528386e-07| -|go|github.com/gorilla/context|1.6375545851528386e-07| -|go|github.com/grandcat/zeroconf|1.6375545851528386e-07| -|go|github.com/justinas/alice|1.6375545851528386e-07| -|go|github.com/kelseyhightower/envconfig|1.6375545851528386e-07| -|go|github.com/linksmart/go-sec|1.6375545851528386e-07| -|go|github.com/linksmart/service-catalog/v3|1.6375545851528386e-07| -|go|github.com/miekg/dns|1.6375545851528386e-07| -|go|github.com/rs/cors|1.6375545851528386e-07| -|go|github.com/satori/go.uuid|1.6375545851528386e-07| -|go|github.com/syndtr/goleveldb|1.6375545851528386e-07| -|go|github.com/xeipuuv/gojsonschema|1.6375545851528386e-07| -|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6375545851528386e-07| -|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6375545851528386e-07| -|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6375545851528386e-07| -|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6375545851528386e-07| -|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6375545851528386e-07| -|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6375545851528386e-07| -|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6375545851528386e-07| -|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6375545851528386e-07| -|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6375545851528386e-07| -|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.637554585152835e-07| -|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.637554585152835e-07| -|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.637554585152835e-07| -|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.637554585152835e-07| -|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.637554585152835e-07| -|pypi|[astral](https://github.com/sffjunkie/astral)|1.637554585152835e-07| -|cran|harmonicmeanp|1.637554585152835e-07| -|cran|NBPSeq|1.637554585152835e-07| -|cran|[rmdformats](https://github.com/juba/rmdformats)|1.637554585152835e-07| -|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6211790393013155e-07| -|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6211790393013155e-07| -|spack|[clapack](https://www.netlib.org/clapack/)|1.566356559711403e-07| -|spack|[qwt](http://qwt.sourceforge.net/)|1.566356559711403e-07| -|cran|[dams](https://github.com/jsta/dams)|1.566356559711403e-07| -|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.566356559711403e-07| -|cran|[ggtern](http://www.ggtern.com)|1.566356559711403e-07| -|cran|[coloc](https://github.com/chr1swallace/coloc)|1.566356559711403e-07| -|pypi|[your](https://github.com/thepetabyteproject/your)|1.5663565597113777e-07| -|cran|[coro](https://github.com/r-lib/coro)|1.5506929941142995e-07| -|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.535810830882579e-07| -|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.535810830882579e-07| -|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.50109170305678e-07| -|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.50109170305678e-07| -|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.50109170305678e-07| -|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.50109170305678e-07| -|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.50109170305678e-07| -|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.50109170305678e-07| -|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.50109170305678e-07| -|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.50109170305678e-07| -|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.50109170305678e-07| -|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.50109170305678e-07| -|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.50109170305678e-07| -|pypi|[demandlib](https://github.com/oemof/demandlib)|1.50109170305678e-07| -|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.50109170305678e-07| -|pypi|[dhnx](https://pypi.org/project/dhnx)|1.50109170305678e-07| -|pypi|[turbustat](https://turbustat.readthedocs.org)|1.50109170305678e-07| -|pypi|[Pyside6](https://www.pyside.org)|1.50109170305678e-07| -|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.50109170305678e-07| -|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.50109170305678e-07| -|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.50109170305678e-07| -|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.50109170305678e-07| -|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.50109170305678e-07| -|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.50109170305678e-07| -|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.50109170305678e-07| -|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.50109170305678e-07| -|cran|[ucminf](NA)|1.48608078602621e-07| -|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.441048034934525e-07| -|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.441048034934525e-07| -|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4410480349344998e-07| -|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4410480349344998e-07| -|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4410480349344998e-07| -|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4410480349344998e-07| -|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4410480349344998e-07| -|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4410480349344998e-07| -|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4410480349344998e-07| -|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4410480349344998e-07| -|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4410480349344998e-07| -|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4410480349344998e-07| -|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4410480349344998e-07| -|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4410480349344998e-07| -|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4410480349344998e-07| -|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4410480349344998e-07| -|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4410480349344998e-07| -|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.385623110513949e-07| -|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.385623110513949e-07| -|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.385623110513949e-07| -|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.385623110513949e-07| -|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.385623110513949e-07| -|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.385623110513949e-07| -|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.385623110513949e-07| -|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.385623110513949e-07| -|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.385623110513949e-07| -|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.385623110513949e-07| -|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.385623110513949e-07| -|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.385623110513949e-07| -|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.385623110513949e-07| -|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.385623110513949e-07| -|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.385623110513949e-07| -|pypi|[authlib](https://authlib.org/)|1.385623110513949e-07| -|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.385623110513949e-07| -|npm|[download](https://github.com/kevva/download#readme)|1.385623110513949e-07| -|npm|[ftp](https://github.com/mscdex/node-ftp)|1.385623110513949e-07| -|npm|pipeline|1.385623110513949e-07| -|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3856231105139405e-07| -|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3856231105139405e-07| -|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3856231105139405e-07| -|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3856231105139405e-07| -|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3856231105139405e-07| -|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3856231105139405e-07| -|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3856231105139405e-07| -|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3856231105139405e-07| -|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3856231105139405e-07| -|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3856231105139405e-07| -|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.3798855406981476e-07| -|go|[github.com/google/shlex](https://github.com/google/shlex)|1.3798855406981476e-07| -|pypi|[fspath](https://github.com/return42/fspath)|1.3717668794088111e-07| -|go|github.com/containernetworking/cni|1.3599374781990542e-07| -|go|github.com/containernetworking/plugins|1.3599374781990542e-07| -|go|github.com/containers/common|1.3599374781990542e-07| -|go|github.com/containers/image/v5|1.3599374781990542e-07| -|go|github.com/cyphar/filepath-securejoin|1.3599374781990542e-07| -|go|github.com/moby/term|1.3599374781990542e-07| -|go|github.com/opencontainers/runc|1.3599374781990542e-07| -|go|github.com/opencontainers/runtime-spec|1.3599374781990542e-07| -|go|github.com/opencontainers/runtime-tools|1.3599374781990542e-07| -|go|github.com/opencontainers/selinux|1.3599374781990542e-07| -|go|gopkg.in/yaml.v2|1.3599374781990542e-07| -|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3509825327511172e-07| -|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.3343037360504657e-07| -|pypi|[geobo](https://github.com/sebhaan/geobo)|1.3343037360504657e-07| -|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.3343037360504657e-07| -|npm|[cover](http://www.cover.io)|1.3209606986899644e-07| -|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3209606986899644e-07| -|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3209606986899644e-07| -|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2866500311915295e-07| -|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2866500311915295e-07| -|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2866500311915295e-07| -|cran|[audio](http://www.rforge.net/audio/)|1.2737835308795942e-07| -|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2422827887366413e-07| -|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2422827887366413e-07| -|npm|[sendgrid](https://sendgrid.com)|1.2212271482495825e-07| -|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2212271482495825e-07| -|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2212271482495825e-07| -|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2212271482495825e-07| -|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2212271482495825e-07| -|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2008733624454038e-07| -|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.2008733624454038e-07| -|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1888646288209579e-07| -|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.1505141569235108e-07| -|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.1505141569235108e-07| -|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1145605895196575e-07| -|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.091703056768565e-07| -|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.091703056768565e-07| -|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.091703056768565e-07| -|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.091703056768565e-07| -|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.059594143334191e-07| -|pypi|[drop](https://github.com/cod3monk/drop)|1.0293200249532159e-07| -|npm|[dedent](https://github.com/dmnd/dedent)|1.0190268247036855e-07| -|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|1.0007278020378491e-07| -|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.907205240174734e-08| -|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.736811046854773e-08| -|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.480579177200689e-08| -|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.480579177200689e-08| -|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.480579177200689e-08| -|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.263880224578981e-08| -|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.237487403426241e-08| -|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.237487403426241e-08| -|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.237487403426241e-08| -|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.237487403426241e-08| -|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.145112529392032e-08| -|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.145112529392032e-08| -|npm|[opn](https://github.com/sindresorhus/open#readme)|9.145112529392032e-08| -|npm|[node-http2](https://github.com/kaazing/node-http2)|9.145112529392032e-08| -|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.145112529392032e-08| -|pypi|[technical](https://github.com/freqtrade/technical)|9.006550218340782e-08| -|pypi|[janus](https://github.com/aio-libs/janus)|9.006550218340655e-08| -|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|9.006550218340655e-08| -|pypi|[viscm](https://github.com/bids/viscm)|8.916484716157184e-08| -|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.916484716157184e-08| -|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.916484716157184e-08| -|pypi|[py3Dmol](https://3dmol.org)|8.916484716157184e-08| -|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.786878261795626e-08| -|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.577666874610153e-08| -|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.577666874610153e-08| -|pypi|[dash-auth](https://plotly.com/dash)|8.577666874610153e-08| -|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.577666874610106e-08| -|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.577666874610106e-08| -|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.577666874610106e-08| -|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.577666874610106e-08| -|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.577666874610106e-08| -|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.577666874610106e-08| -|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.577666874610106e-08| -|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.577666874610106e-08| -|go|[github.com/creack/pty](https://github.com/creack/pty)|8.577666874610106e-08| -|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.577666874610106e-08| -|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.577666874610106e-08| -|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.577666874610106e-08| -|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.577666874610106e-08| -|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.577666874610106e-08| -|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.577666874610106e-08| -|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.577666874610106e-08| -|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.577666874610106e-08| -|go|[github.com/lib/pq](https://github.com/lib/pq)|8.577666874610106e-08| -|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.577666874610106e-08| -|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.577666874610106e-08| -|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.577666874610106e-08| -|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.577666874610106e-08| -|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.577666874610106e-08| -|go|[google.golang.org/api](https://google.golang.org/api)|8.577666874610106e-08| -|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.577666874610106e-08| -|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.577666874610106e-08| -|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.577666874610106e-08| -|go|[rsc.io/getopt](https://rsc.io/getopt)|8.577666874610106e-08| -|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.378186249619176e-08| -|go|github.com/Netflix/go-expect|8.378186249619173e-08| -|go|github.com/ProtonMail/go-crypto|8.378186249619173e-08| -|go|github.com/adigunhammedolalekan/registry-auth|8.378186249619173e-08| -|go|github.com/apex/log|8.378186249619173e-08| -|go|github.com/blang/semver/v4|8.378186249619173e-08| -|go|github.com/buger/jsonparser|8.378186249619173e-08| -|go|github.com/containerd/containerd|8.378186249619173e-08| -|go|github.com/go-log/log|8.378186249619173e-08| -|go|github.com/gosimple/slug|8.378186249619173e-08| -|go|github.com/opencontainers/umoci|8.378186249619173e-08| -|go|github.com/pelletier/go-toml|8.378186249619173e-08| -|go|github.com/seccomp/libseccomp-golang|8.378186249619173e-08| -|go|github.com/sylabs/json-resp|8.378186249619173e-08| -|go|github.com/sylabs/scs-build-client|8.378186249619173e-08| -|go|github.com/sylabs/scs-key-client|8.378186249619173e-08| -|go|github.com/sylabs/scs-library-client|8.378186249619173e-08| -|go|github.com/sylabs/sif/v2|8.378186249619173e-08| -|go|github.com/vbauerster/mpb/v4|8.378186249619173e-08| -|go|github.com/vbauerster/mpb/v6|8.378186249619173e-08| -|go|golang.org/x/term|8.378186249619173e-08| -|go|gotest.tools/v3|8.378186249619173e-08| -|go|mvdan.cc/sh/v3|8.378186249619173e-08| -|go|oras.land/oras-go|8.378186249619173e-08| -|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|8.005822416302944e-08| -|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|8.005822416302819e-08| -|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|8.005822416302819e-08| -|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|8.005822416302819e-08| -|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|8.005822416302819e-08| -|pypi|[django-rq](https://github.com/rq/django-rq)|8.005822416302819e-08| -|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|8.005822416302819e-08| -|pypi|[google](http://breakingcode.wordpress.com/)|8.005822416302819e-08| -|rubygems|[aasm](https://github.com/aasm/aasm)|8.005822416302819e-08| -|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|8.005822416302819e-08| -|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|8.005822416302819e-08| -|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|8.005822416302819e-08| -|rubygems|[octicons_helper](https://github.com/primer/octicons)|8.005822416302819e-08| -|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|8.005822416302819e-08| -|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|8.005822416302819e-08| -|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|8.005822416302819e-08| -|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|8.005822416302819e-08| -|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|8.005822416302819e-08| -|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|8.005822416302819e-08| -|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|8.005822416302819e-08| -|rubygems|[searchkick](https://github.com/ankane/searchkick)|8.005822416302819e-08| -|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|8.005822416302819e-08| -|rubygems|[issue](http://github.com/xuanxu/issue)|8.005822416302819e-08| -|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|8.005822416302819e-08| -|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|8.005822416302819e-08| -|npm|[parents](https://github.com/substack/node-parents)|7.846506550218292e-08| -|npm|[coverify](https://github.com/substack/coverify)|7.846506550218292e-08| -|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.665149121992012e-08| -|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.43040393013105e-08| -|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.352285892522971e-08| -|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.352285892522971e-08| -|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.352285892522971e-08| -|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.352285892522971e-08| -|rubygems|[image_processing](https://github.com/janko/image_processing)|7.352285892522971e-08| -|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.352285892522971e-08| -|rubygems|[rotp](https://github.com/mdp/rotp)|7.352285892522971e-08| -|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.352285892522971e-08| -|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.352285892522971e-08| -|rubygems|[diffy](http://github.com/samg/diffy)|7.352285892522971e-08| -|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.352285892522971e-08| -|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.352285892522971e-08| -|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.352285892522971e-08| -|rubygems|[whenever](https://github.com/javan/whenever)|7.352285892522971e-08| -|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.352285892522971e-08| -|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.352285892522971e-08| -|rubygems|[thwait](https://github.com/ruby/thwait)|7.352285892522971e-08| -|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.352285892522971e-08| -|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.352285892522971e-08| -|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.352285892522845e-08| -|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.352285892522845e-08| -|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.352285892522845e-08| -|rubygems|[devise](https://github.com/heartcombo/devise)|7.352285892522845e-08| -|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.352285892522845e-08| -|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.352285892522845e-08| -|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.352285892522845e-08| -|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.205240174672625e-08| -|cran|[enviPick](NA)|7.205240174672499e-08| -|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.133187772925823e-08| -|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.928115552569745e-08| -|pypi|[tagore](https://github.com/jordanlab/tagore)|6.797396391200442e-08| -|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.797396391200442e-08| -|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.604803493449822e-08| -|npm|[vx](https://github.com/vxjs/vx)|6.433250155957648e-08| -|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.368917654397971e-08| -|npm|eslint-config-richienb|6.368917654397971e-08| -|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.368917654397971e-08| -|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.368917654397971e-08| -|pypi|[comet](http://comet.transientskp.org/)|6.320386118133751e-08| -|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.320386118133751e-08| -|pypi|[icecream](https://github.com/gruns/icecream)|6.320386118133751e-08| -|npm|[aproba](https://github.com/iarna/aproba)|6.106135741247912e-08| -|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.106135741247912e-08| -|npm|concat-map|6.106135741247912e-08| -|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.106135741247912e-08| -|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.106135741247912e-08| -|pypi|[trustme](https://github.com/python-trio/trustme)|5.9443231441047894e-08| -|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.810677560219777e-08| -|pypi|[flowTorch](https://flowtorch.ai/users)|5.6290938864628936e-08| -|go|github.com/blang/semver|5.221188532371369e-08| -|go|github.com/buger/goterm|5.221188532371369e-08| -|go|github.com/checkpoint-restore/checkpointctl|5.221188532371369e-08| -|go|github.com/checkpoint-restore/go-criu/v5|5.221188532371369e-08| -|go|github.com/container-orchestrated-devices/container-device-interface|5.221188532371369e-08| -|go|github.com/containers/buildah|5.221188532371369e-08| -|go|github.com/containers/conmon|5.221188532371369e-08| -|go|github.com/containers/ocicrypt|5.221188532371369e-08| -|go|github.com/containers/psgo|5.221188532371369e-08| -|go|github.com/containers/storage|5.221188532371369e-08| -|go|github.com/coreos/go-systemd/v22|5.221188532371369e-08| -|go|github.com/coreos/stream-metadata-go|5.221188532371369e-08| -|go|github.com/digitalocean/go-qemu|5.221188532371369e-08| -|go|github.com/docker/go-connections|5.221188532371369e-08| -|go|github.com/docker/go-plugins-helpers|5.221188532371369e-08| -|go|github.com/docker/go-units|5.221188532371369e-08| -|go|github.com/dtylman/scp|5.221188532371369e-08| -|go|github.com/godbus/dbus/v5|5.221188532371369e-08| -|go|github.com/google/gofuzz|5.221188532371369e-08| -|go|github.com/gorilla/handlers|5.221188532371369e-08| -|go|github.com/gorilla/schema|5.221188532371369e-08| -|go|github.com/hashicorp/go-multierror|5.221188532371369e-08| -|go|github.com/json-iterator/go|5.221188532371369e-08| -|go|github.com/mrunalp/fileutils|5.221188532371369e-08| -|go|github.com/nxadm/tail|5.221188532371369e-08| -|go|github.com/pmezard/go-difflib|5.221188532371369e-08| -|go|github.com/rootless-containers/rootlesskit|5.221188532371369e-08| -|go|github.com/stretchr/testify|5.221188532371369e-08| -|go|github.com/syndtr/gocapability|5.221188532371369e-08| -|go|github.com/uber/jaeger-client-go|5.221188532371369e-08| -|go|github.com/vbauerster/mpb/v7|5.221188532371369e-08| -|go|github.com/vishvananda/netlink|5.221188532371369e-08| -|go|go.etcd.io/bbolt|5.221188532371369e-08| -|go|golang.org/x/text|5.221188532371369e-08| -|go|google.golang.org/protobuf|5.221188532371369e-08| -|go|gopkg.in/inf.v0|5.221188532371369e-08| -|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1466001247660796e-08| -|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.074112799065116e-08| -|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.074112799065116e-08| -|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.074112799065116e-08| -|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.074112799065116e-08| -|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.074112799065116e-08| -|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.935096010049627e-08| -|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.340506129320785e-08| -|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.288833437305077e-08| -|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.1959928076034214e-08| -|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.052947598253289e-08| -|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9628820960698806e-08| -|pypi|[jmp](https://github.com/deepmind/jmp)|3.6393815167988675e-08| -|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.6393815167988675e-08| -|npm|text-table|3.429417198522028e-08| -|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.4057660454287656e-08| -|pypi|[pika](https://pika.readthedocs.io)|3.101385988228624e-08| -|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.048370843130678e-08| -|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.048370843130678e-08| -|cran|[OAIHarvester](NA)|2.9721615720523947e-08| -|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9721615720523947e-08| -|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4275129639737934e-08| -|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4275129639737934e-08| -|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.264504054897061e-08| -|cran|[uroot](https://jalobe.com)|2.2152757058775797e-08| -|pypi|[geomet](https://github.com/geomet/geomet)|1.2384006550218417e-08| -|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.482807372046957e-09| -|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.482807372046957e-09| -|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.482807372046957e-09| +|pypi|[numpy](https://pypi.org/project/numpy)|0.08771648399162085| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030882937612729585| +|cran|R|0.01436417885942687| +|pypi|[scipy](https://pypi.org/project/scipy)|0.012005976178855524| +|pypi|[pytest](https://pypi.org/project/pytest)|0.010824917610944292| +|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009858475666692842| +|cran|[testthat](https://testthat.r-lib.org)|0.009758615499539111| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009596979104241503| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007812619188160334| +|cran|[httr](https://httr.r-lib.org/)|0.007158187956129645| +|cran|[knitr](https://yihui.org/knitr/)|0.006906707784209304| +|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006487118333743963| +|spack|[zlib](https://zlib.net)|0.0063348416188688675| +|cran|utils|0.006133659960132963| +|cran|methods|0.005815946315510491| +|pypi|[six](https://pypi.org/project/six)|0.005751884333841296| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005280257787918372| +|cran|[covr](https://covr.r-lib.org)|0.005172656495021046| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004969948627652628| +|pypi|[h5py](http://www.h5py.org)|0.0046962334469644275| +|pypi|[colorama](https://github.com/tartley/colorama)|0.0045377710488165215| +|pypi|[biopython](https://biopython.org/)|0.0044350138852079345| +|pypi|[pytz](https://pypi.org/project/pytz)|0.004426201526399585| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.004180844978730624| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004156955511380346| +|pypi|[pyyaml](https://pyyaml.org/)|0.003670691205416431| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.003491567287028842| +|pypi|[numba](https://numba.pydata.org)|0.003293228213347207| +|pypi|[cython](https://pypi.org/project/cython)|0.0032485282471534827| +|pypi|[pandas](https://pypi.org/project/pandas)|0.0032150182470747054| +|pypi|[packaging](https://pypi.org/project/packaging)|0.0031744592912705295| +|pypi|[docutils](http://docutils.sourceforge.net/)|0.0031195580702194953| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.003004187082688457| +|pypi|[requests](https://pypi.org/project/requests)|0.0026844973892707915| +|spack|[python](https://www.python.org/)|0.0026553059024096225| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.002619209113098419| +|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0026048094027280567| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025854828905733135| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002554700182213093| +|pypi|[tomli](https://pypi.org/project/tomli)|0.0025363023704613906| +|cran|[rlang](https://rlang.r-lib.org)|0.0025310055259066748| +|cran|stats|0.0025018959616965935| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002484835258247388| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.002429621668839121| +|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023813550921384548| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023504943433548635| +|pypi|[future](https://pypi.org/project/future)|0.002297533458609078| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.002147791257410709| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021196403981098887| +|cran|[withr](https://withr.r-lib.org)|0.002044488457442059| +|pypi|[flake8](https://pypi.org/project/flake8)|0.0020228113510012452| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.0020075875181844783| +|cran|[tibble](https://tibble.tidyverse.org/)|0.001973036441891167| +|pypi|[astropy](http://astropy.org)|0.0019335256010421004| +|spack|[pkgconfig](http://pkgconf.org/)|0.0019062001635969286| +|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018563982105409915| +|pypi|[lxml](https://pypi.org/project/lxml)|0.0018383763618450204| +|pypi|[mock](https://pypi.org/project/mock)|0.0018238695818146888| +|pypi|[nose](https://pypi.org/project/nose)|0.0017998773845961187| +|spack|[cmake](https://www.cmake.org)|0.0017932083058384465| +|pypi|[joblib](https://joblib.readthedocs.io)|0.0017736774831959314| +|cran|[Rcpp](http://www.rcpp.org)|0.0017446471010076259| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017209081456718658| +|spack|openmp|0.0017069151739265557| +|pypi|[seaborn](https://seaborn.pydata.org)|0.0016905469962345562| +|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016745454658807092| +|cran|tools|0.0016624059056157912| +|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016501476554676726| +|pypi|[wheel](https://pypi.org/project/wheel)|0.0016376715737261897| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016187970879343368| +|pypi|[idna](https://github.com/kjd/idna)|0.001581192861471885| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015623242013751122| +|pypi|[ipython](https://pypi.org/project/ipython)|0.0015441585859982912| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015201675471689597| +|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015137986017825567| +|cran|grDevices|0.0015126325004158753| +|cran|[curl](https://github.com/jeroen/curl)|0.0015074586256810035| +|cran|graphics|0.0014641804871212984| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014524485249165521| +|cran|[vctrs](https://vctrs.r-lib.org/)|0.00141286183152067| +|pypi|[chardet](https://github.com/chardet/chardet)|0.0014109578400111201| +|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0013960341904163264| +|cran|[R6](https://r6.r-lib.org)|0.0013959216070064788| +|pypi|[astroquery](http://astropy.org/astroquery)|0.0013813542758503332| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013183389437350897| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012924602659056999| +|cran|[dplyr](https://dplyr.tidyverse.org)|0.001274053270304853| +|cran|[pryr](https://github.com/hadley/pryr)|0.001264985741473728| +|pypi|[dask](https://pypi.org/project/dask)|0.0012289658053017617| +|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011943719344316974| +|cran|[glue](https://github.com/tidyverse/glue)|0.0011861245559301832| +|pypi|[twine](https://pypi.org/project/twine)|0.0011758228850020074| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011378232804949847| +|pypi|[ipywidgets](http://ipython.org)|0.0011334082143711149| +|pypi|[mypy](https://pypi.org/project/mypy)|0.0011270690191592118| +|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011251428111272441| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011057843078775388| +|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011051562978609203| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010973692070765826| +|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010718722653060937| +|pypi|[pillow](https://python-pillow.org)|0.0010455696552072772| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.001036438918339819| +|pypi|[Babel](http://babel.pocoo.org/)|0.0010331913919272824| +|pypi|[click](https://pypi.org/project/click)|0.001023595955267131| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009970909459368596| +|pypi|[pygments](https://pypi.org/project/pygments)|0.000990430001957255| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.000987895926191763| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009743237716104989| +|spack|[qt](https://qt.io)|0.0009625576334907706| +|pypi|[Cython](http://cython.org/)|0.0009605354448413453| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009602729575460143| +|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009593909055917052| +|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009444023696220486| +|spack|[openssl](https://www.openssl.org)|0.000943157932671822| +|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009385553410419232| +|pypi|[healpy](http://github.com/healpy)|0.0009379302914994366| +|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009333644814011799| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009276423655022306| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009264144996065733| +|pypi|[psutil](https://pypi.org/project/psutil)|0.000924072208006368| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009229398126498448| +|pypi|[keras](https://keras.io/)|0.0009193883772406203| +|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009124447917143094| +|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009066085296934605| +|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009044027490812156| +|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009042407402906975| +|spack|[automake](https://www.gnu.org/software/automake/)|0.0009014713219549337| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.00089084131112102| +|pypi|[toml](https://pypi.org/project/toml)|0.0008846416891044824| +|pypi|[attrs](https://pypi.org/project/attrs)|0.0008841296048669273| +|pypi|[tornado](https://pypi.org/project/tornado)|0.0008783942562536788| +|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008764865984537311| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008713672972830832| +|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008500852839083639| +|pypi|[networkx](https://pypi.org/project/networkx)|0.0008448819773287535| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008437761314319346| +|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.000838129431159255| +|spack|[libxml2](http://xmlsoft.org)|0.0008328365168886679| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000832118101497109| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008247719219094674| +|pypi|[black](https://pypi.org/project/black)|0.0008109366677055486| +|spack|[perl](https://www.perl.org)|0.0007986667551435963| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007968065209349388| +|pypi|[docopt](https://pypi.org/project/docopt)|0.0007962119132245496| +|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0007957908115064036| +|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007927479261249509| +|spack|threads|0.0007884272725099411| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00078647666733899| +|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007861720347184911| +|pypi|[py-make](https://github.com/tqdm/pymake)|0.0007752507857372128| +|pypi|[jupyter](http://jupyter.org)|0.0007696420294448171| +|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007654238071945584| +|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007617729013053163| +|pypi|[photutils](https://github.com/astropy/photutils)|0.0007605133557053435| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007568710057714739| +|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007548119154078939| +|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007478207891985955| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007474221666520346| +|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007464808790007337| +|cran|[stringi](https://stringi.gagolewski.com/)|0.0007451630972268458| +|cran|[xml2](https://xml2.r-lib.org/)|0.0007354575747059586| +|cran|[mockery](https://github.com/r-lib/mockery)|0.0007350311682886354| +|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007317988401724908| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007274337257071204| +|cran|[bit64](https://github.com/truecluster/bit64)|0.0007218747874136666| +|cran|[purrr](http://purrr.tidyverse.org)|0.0007213862123019715| +|cran|[cli](https://cli.r-lib.org)|0.0007211363148128253| +|cran|[pillar](https://pillar.r-lib.org/)|0.0007188058586437945| +|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007157266774480835| +|pypi|[asdf](https://pypi.org/project/asdf)|0.000711900076828519| +|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007103770948929225| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007003662742328662| +|spack|ca-certificates-mozilla|0.0006957609349652118| +|spack|nasm|0.0006957609349652118| +|cran|[shiny](https://shiny.rstudio.com/)|0.0006913376840970784| +|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006881977572519275| +|pypi|[tqdm](https://tqdm.github.io)|0.0006880627760882019| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006877610382257564| +|pypi|[sympy](https://sympy.org)|0.0006862335825733799| +|rubygems|[rake](https://github.com/ruby/rake)|0.0006809794287152395| +|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006775077166646124| +|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006755409990944418| +|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006561467530297627| +|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006540485623905924| +|spack|[xz](https://tukaani.org/xz/)|0.000653820224316182| +|cran|grid|0.0006497290995548233| +|spack|[expat](https://libexpat.github.io/)|0.0006485444732008636| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006484339481322863| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006471256871337055| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006469943203866247| +|cran|[callr](https://callr.r-lib.org)|0.000646180512362584| +|pypi|[py](https://pypi.org/project/py)|0.000645948296304466| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006283601380836999| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006140393690122048| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006018666625664563| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005925346906714441| +|pypi|[cffi](https://pypi.org/project/cffi)|0.0005922354678373478| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005900821172531947| +|pypi|[filelock](https://pypi.org/project/filelock)|0.0005891727829928085| +|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.00058740404972975| +|cran|[DBI](https://dbi.r-dbi.org)|0.0005873762680815182| +|pypi|[scikit-learn](http://scikit-learn.org)|0.000587011365360674| +|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005815828213829348| +|cran|[sp](https://github.com/edzer/sp/)|0.0005815242130963775| +|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005763664773235479| +|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005694139302137202| +|cran|parallel|0.0005674837007948519| +|pypi|[zipp](https://pypi.org/project/zipp)|0.0005661869004166529| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005657461659112681| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.0005647007099796741| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.000561190206371441| +|pypi|[isal](https://pypi.org/project/isal)|0.0005586130937273386| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005570110326824266| +|cran|[pracma](NA)|0.0005562045408540816| +|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005539482701735146| +|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.000551798149263997| +|cran|[stringr](http://stringr.tidyverse.org)|0.0005491341143435399| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005452510637539397| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005451696271531573| +|pypi|[jax](https://github.com/google/jax)|0.0005434015494432847| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005433625558799766| +|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005424125930122213| +|spack|eigen3|0.0005396301667875273| +|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005388127570696437| +|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005383995650120091| +|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005359743887643234| +|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005348008024496714| +|cran|[hms](https://hms.tidyverse.org/)|0.0005331141497549834| +|spack|python3|0.0005324510514865845| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.000532332322035957| +|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005180915259504818| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000514307169368715| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005136171289302211| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005120999294817113| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005120999294817113| +|cran|[processx](https://processx.r-lib.org)|0.0005116879334136748| +|cran|[scales](https://scales.r-lib.org)|0.0005109826590097362| +|cran|[markdown](https://github.com/rstudio/markdown)|0.0005105673865824083| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005091104785848667| +|pypi|[dill](https://pypi.org/project/dill)|0.000506764667678935| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005059796001628697| +|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005024220219878366| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004926525137819292| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004921217604624762| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004911560745378848| +|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004879192051685214| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004865863146999751| +|pypi|[enum34](https://pypi.org/project/enum34)|0.0004789696574610692| +|pypi|[webencodings](https://pypi.org/project/webencodings)|0.000477354762686141| +|pypi|[pathlib](https://pypi.org/project/pathlib)|0.00047501075709471607| +|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.0004744027895802123| +|spack|[mbedtls](https://tls.mbed.org)|0.00047420480902135836| +|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047335873843727986| +|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0004698192505347809| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046484063052724283| +|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.0004589577970421894| +|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004555398208895929| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045462929086349086| +|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004486947063089195| +|pypi|[isort](https://pypi.org/project/isort)|0.00044794488479527056| +|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.0004473005283297754| +|pypi|[decorator](https://github.com/micheles/decorator)|0.0004466176740995369| +|pypi|[brotli](https://pypi.org/project/brotli)|0.00044433845969788735| +|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0004436695378586855| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00044017656891125737| +|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.0004401612200444818| +|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00043872972517293527| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004376471428103394| +|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004356429739900986| +|pypi|[olefile](https://pypi.org/project/olefile)|0.0004324826757475092| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042941467775565334| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004287318714180466| +|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004282990608216755| +|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004238257740980443| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004231592113410441| +|cran|RColorBrewer|0.0004200713623983629| +|rubygems|[webrick](https://github.com/ruby/webrick)|0.0004197409479242205| +|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004194634672732773| +|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041826455480971326| +|pypi|[torch](https://pytorch.org/)|0.00041753587239378554| +|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041708004172078835| +|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004161963871272132| +|pypi|[codecov](https://pypi.org/project/codecov)|0.00041432295061461253| +|cran|[broom](https://broom.tidymodels.org/)|0.00041264213023587277| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040734654258580924| +|pypi|[imageio](https://github.com/imageio/imageio)|0.0004069788560374054| +|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040639642889541035| +|spack|[gmake](https://www.gnu.org/software/make/)|0.00040630668192915317| +|spack|diffutils|0.00040235450900627436| +|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004020293081217296| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003964322516316504| +|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003937532373355434| +|pypi|[plotly](https://pypi.org/project/plotly)|0.0003936913082470455| +|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039097538298170825| +|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0003891829291577355| +|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038706199169057293| +|spack|gtest|0.0003863047757173936| +|cran|[sf](https://r-spatial.github.io/sf/)|0.00038456602662573295| +|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.0003841490818762043| +|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038237568260676604| +|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.00037993083205861683| +|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003790275377923997| +|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037709099821704137| +|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003746857603669052| +|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.0003739848334910936| +|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037381265789872476| +|cran|[ellipsis](https://ellipsis.r-lib.org)|0.00037108472698749477| +|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003707585833199579| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036638619530695167| +|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.0003651887906002893| +|cran|[plyr](http://had.co.nz/plyr)|0.0003629110564854836| +|cran|bench|0.0003628248055269417| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00036193277513818766| +|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003609749059537848| +|spack|icu4c|0.0003604055789999524| +|cran|[bit](https://github.com/truecluster/bit)|0.0003596827458767292| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003596222906716307| +|pypi|[fields](https://pypi.org/project/fields)|0.0003596222906716307| +|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003589008174086621| +|spack|[lz4](https://lz4.github.io/lz4/)|0.0003577465675229247| +|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003576749245852344| +|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.0003548728306444138| +|pypi|[execnet](https://pypi.org/project/execnet)|0.00035275234722448713| +|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035213584679039665| +|rubygems|[bundler](https://bundler.io/)|0.00035169194013037216| +|cran|[fs](https://fs.r-lib.org)|0.00035162834588329037| +|cran|[mime](https://github.com/yihui/mime)|0.0003509311187027858| +|pypi|[hunter](https://pypi.org/project/hunter)|0.00034873809005070975| +|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034871779582635367| +|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003482032900304685| +|pypi|[gym](https://pypi.org/project/gym)|0.00034725949393103257| +|pypi|[xarray](https://pypi.org/project/xarray)|0.0003463271806593614| +|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034578628389665136| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003455959841588328| +|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003455393931239686| +|cran|[generics](https://generics.r-lib.org)|0.0003447204628593704| +|spack|py-numpy|0.00034367637450501446| +|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034326829969793285| +|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003408199036118412| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00034023279904020243| +|pypi|[pydot](https://pypi.org/project/pydot)|0.0003377075576404673| +|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0003361257631924637| +|pypi|[munkres](https://pypi.org/project/munkres)|0.00033576680690437593| +|spack|[bison](https://www.gnu.org/software/bison/)|0.00033321707597341323| +|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032862682344775084| +|cran|evaluate|0.00032815588258878055| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032780719332853667| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00032613309451513936| +|spack|slicer|0.00032485496736765773| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00032388775996733084| +|npm|[express](http://expressjs.com/)|0.00032358994472543275| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00032277904757014014| +|spack|pybind11|0.00032049621879208534| +|pypi|[rich](https://pypi.org/project/rich)|0.0003202140026465713| +|cran|tcltk|0.0003165413794211909| +|spack|[sqlite](https://www.sqlite.org)|0.0003148674981673223| +|spack|pythoninterp|0.0003147765939644112| +|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031434894212339773| +|cran|[unix](https://github.com/jeroen/unix)|0.00031288021687101233| +|pypi|[pip](https://pypi.org/project/pip)|0.000311777380857346| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031171836246552797| +|spack|[ninja](https://ninja-build.org/)|0.0003114312343457103| +|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003106684666792537| +|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00030952987415967966| +|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003092622372325973| +|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030615296212869303| +|cran|[maps](NA)|0.00030488385947691725| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003046741114484958| +|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003040423897494189| +|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003040371285853831| +|spack|[zstd](https://facebook.github.io/zstd/)|0.0003030322314973138| +|cran|[usethis](https://usethis.r-lib.org)|0.0003015344372645383| +|pypi|[python](http://www.python.org/2.5)|0.00029941973704749377| +|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002987353175985698| +|pypi|[ujson](https://pypi.org/project/ujson)|0.0002964501270809481| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0002962906871554157| +|npm|[lodash](https://lodash.com/)|0.00029391008675800056| +|pypi|[babel](https://pypi.org/project/babel)|0.0002936035537592038| +|pypi|[emcee](https://emcee.readthedocs.io)|0.00029321125228248796| +|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.00029253460014423574| +|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.0002912401144195173| +|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029085336432375003| +|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00028898166180003855| +|pypi|[pooch](https://pypi.org/project/pooch)|0.00028631362763634644| +|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028624401600561584| +|spack|[libffi](https://sourceware.org/libffi/)|0.000286141621544109| +|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002859710708934033| +|spack|[tk](https://www.tcl.tk)|0.00028554199080112343| +|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.0002848812666624731| +|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002847723357584157| +|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002845993473531545| +|cran|[data.table](https://r-datatable.com)|0.00028381508862135394| +|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.0002815185369833212| +|cran|[igraph](https://igraph.org)|0.0002813332472426582| +|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0002787802011872758| +|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0002787550572835382| +|pypi|[Flask](https://pypi.org/project/Flask)|0.0002783144420386275| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0002778595264759169| +|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002773028718987276| +|cran|[blob](https://blob.tidyverse.org)|0.0002764195506106487| +|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002751363727079666| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.000274253005210707| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027283804425954906| +|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027178265975537537| +|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.0002717061656081394| +|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027070393628560586| +|cran|pkgconfig|0.0002704283054128882| +|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002676559357130859| +|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026447699378569694| +|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026430183348779673| +|spack|[tcl](https://www.tcl.tk/)|0.0002633499586192544| +|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002617657722987672| +|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.00026174887286214293| +|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026122900128577284| +|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.00025993243315856256| +|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.00025962329327530747| +|pypi|[tox](https://pypi.org/project/tox)|0.00025869609216791186| +|pypi|[keyring](https://pypi.org/project/keyring)|0.000258677624476568| +|pypi|[pox](https://pypi.org/project/pox)|0.0002584174555213555| +|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025835545549708194| +|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.00025621465220228924| +|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025587681631664816| +|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025587681631664816| +|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025587681631664816| +|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025513746078621496| +|spack|[krb5](https://kerberos.org)|0.0002549779385792779| +|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002545933350582367| +|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025406283229444153| +|cran|[gtable](https://gtable.r-lib.org)|0.00025389718972127466| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.00025349738091692646| +|npm|[mocha](https://mochajs.org/)|0.00025267143685000067| +|spack|[libssh2](https://www.libssh2.org/)|0.0002526143725505822| +|spack|[libssh](https://www.libssh.org)|0.0002526143725505822| +|pypi|[pep517](https://pypi.org/project/pep517)|0.00025219636967236986| +|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002516341338909972| +|pypi|[reno](https://pypi.org/project/reno)|0.00025132177606204524| +|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025038925911489426| +|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00025025812617056776| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.000249346845793705| +|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0002484331295970165| +|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002482333611854099| +|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024811726946982396| +|pypi|[furo](https://pypi.org/project/furo)|0.00024797926723127113| +|spack|[gnutls](https://www.gnutls.org)|0.0002473371843707417| +|spack|[nghttp2](https://nghttp2.org/)|0.0002473371843707417| +|spack|[curl](https://curl.se/)|0.00024651054257338734| +|cran|RPostgreSQL|0.00024449580309261586| +|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024379407728746086| +|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.00024370929588944995| +|cran|[png](http://www.rforge.net/png/)|0.0002436278697300066| +|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024333542340259644| +|cran|[survival](https://github.com/therneau/survival)|0.00024223841587756964| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00024145989426249952| +|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002414428673060607| +|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002414428673060607| +|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0002406173848112435| +|pypi|[wmi](https://pypi.org/project/wmi)|0.000239937993564485| +|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00023930384336475708| +|cran|[brio](https://brio.r-lib.org)|0.00023543624486675372| +|pypi|[mappy](https://github.com/lh3/minimap2)|0.00023466678354278067| +|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023438352533831913| +|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.00023393475193608137| +|cran|[waldo](https://github.com/r-lib/waldo)|0.00023373202376869595| +|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023293047128263958| +|cran|[ragg](https://ragg.r-lib.org)|0.00023256096231488347| +|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023182559825960842| +|pypi|[lz4](https://pypi.org/project/lz4)|0.0002307507382678422| +|npm|[axios](https://axios-http.com)|0.00023000028448837286| +|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002294127004282375| +|pypi|[fs](https://pypi.org/project/fs)|0.00022859070182743686| +|pypi|[semver](https://github.com/python-semver/python-semver)|0.00022777874091038617| +|spack|numpy|0.000227765979488242| +|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.00022772516772984056| +|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022696183538215462| +|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002266486871754813| +|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022614201127588848| +|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022486608504208332| +|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002246952071337582| +|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022389865844815084| +|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022234262729265661| +|pypi|[ci-info](https://pypi.org/project/ci-info)|0.0002213119728254647| +|spack|png|0.0002190550566185084| +|pypi|[arviz](https://pypi.org/project/arviz)|0.00021747741989111162| +|cran|[xfun](https://github.com/yihui/xfun)|0.00021700707224130443| +|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021697445264438913| +|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.00021695199990540235| +|cran|[mgcv](NA)|0.00021648846080307116| +|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021595201821288952| +|pypi|[pint](https://pypi.org/project/pint)|0.00021555138887803917| +|pypi|[gast](https://pypi.org/project/gast)|0.0002151253109938721| +|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021425960239121426| +|pypi|[multidict](https://pypi.org/project/multidict)|0.0002141962459094136| +|pypi|[notebook](http://jupyter.org)|0.0002134415839204981| +|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021334475740625522| +|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021105004306366177| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107016511886876| +|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021059003662969047| +|pypi|[ultranest](https://pypi.org/project/ultranest)|0.00021013639348750043| +|spack|biosoup|0.00020939086294416244| +|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020901678990484874| +|pypi|[pulp](https://pypi.org/project/pulp)|0.00020888980005620312| +|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.00020709575883803055| +|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020703520267357744| +|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020700035251398452| +|cran|Lahman|0.00020696740057927094| +|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.0002065809108636413| +|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020640378017427197| +|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020639434740042214| +|pypi|[psycopg2-binary](https://psycopg.org/)|0.00020516397961690798| +|spack|pythonlibs|0.00020452589469993387| +|pypi|[sh](https://github.com/amoffat/sh)|0.00020445233382144188| +|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020407989998272438| +|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020402339975432337| +|pypi|[xattr](https://pypi.org/project/xattr)|0.00020284676916795984| +|spack|libiconv|0.00020283741870268606| +|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020095985940847986| +|pypi|[doit](http://pydoit.org)|0.00020083228243383927| +|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00020051726578372748| +|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020013386382471772| +|cran|lobstr|0.0001996777215106186| +|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001991222736654209| +|cran|munsell|0.0001981896260378519| +|pypi|[redis](https://pypi.org/project/redis)|0.00019789795897534327| +|cran|RMySQL|0.00019641863107241288| +|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019615471072512332| +|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019504765449219528| +|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019462134131278442| +|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019341095182765264| +|cran|[winch](https://r-prof.github.io/winch/)|0.0001920457531997582| +|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0001905643583715401| +|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019017863639698404| +|cran|[abind](NA)|0.0001886685891031519| +|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018795729709280854| +|pypi|[asv](https://pypi.org/project/asv)|0.00018766892344054256| +|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018738034769469336| +|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001861395208151328| +|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018526105873821613| +|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001836452570749529| +|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018298837364379253| +|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018265749491034553| +|cran|datasets|0.00018254286585986615| +|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001822864809491878| +|pypi|[futures](https://pypi.org/project/futures)|0.00018175729655920002| +|cran|iterators|0.00018117514227774232| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018077444026552678| +|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.00017978766505611756| +|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001794778825235678| +|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001794778825235678| +|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001794778825235678| +|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001794778825235678| +|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001794778825235678| +|pypi|[http](https://github.com/franckcuny/http)|0.0001794778825235678| +|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001794778825235678| +|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001794778825235678| +|spack|bpython|0.0001794778825235678| +|spack|omegalib|0.0001794778825235678| +|spack|vif|0.0001794778825235678| +|pypi|[conan](https://conan.io)|0.00017944912004239417| +|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017887962291515593| +|cran|mapproj|0.00017824944802256822| +|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0001781568964783648| +|pypi|[libclang](https://pypi.org/project/libclang)|0.00017805557450134332| +|spack|patchelf|0.00017768310369833213| +|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017759371228718773| +|pypi|[flask](https://palletsprojects.com/p/flask)|0.00017723810984616138| +|cran|formattable|0.00017595324774535533| +|npm|eslint|0.00017548176643799048| +|cran|[devtools](https://devtools.r-lib.org/)|0.0001754724570100912| +|npm|[react](https://reactjs.org/)|0.00017492947398925254| +|npm|[react-dom](https://reactjs.org/)|0.00017492947398925254| +|pypi|[nestle](https://pypi.org/project/nestle)|0.0001749035271196499| +|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017489646501022332| +|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017404569666871542| +|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017393659833899624| +|cran|[bslib](https://rstudio.github.io/bslib/)|0.0001734402291600785| +|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017300921076318163| +|cran|[webutils](https://github.com/jeroen/webutils)|0.00017247286701050886| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017224711697928278| +|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017215822167772725| +|npm|[angular](http://angularjs.org)|0.0001720593554680756| +|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001720118300160792| +|spack|[flex](https://github.com/westes/flex)|0.00017167018573356578| +|cran|graph|0.00017150716320739182| +|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017047854280554468| +|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016942517164674522| +|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016939688554771777| +|pypi|[gdal](https://pypi.org/project/gdal)|0.00016879180305867436| +|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016835688019237974| +|pypi|[jaxlib](https://github.com/google/jax)|0.0001681943744338147| +|pypi|[scikit-bio](http://scikit-bio.org)|0.00016813425877965402| +|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016764700116669783| +|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.0001675365933953101| +|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016667940018647053| +|cran|[crul](https://docs.ropensci.org/crul/)|0.0001665943426222567| +|pypi|[monotonic](https://pypi.org/project/monotonic)|0.0001660235182874601| +|cran|fansi|0.0001658198983958756| +|cran|[rstan](https://mc-stan.org/rstan)|0.00016539198593363413| +|cran|[ape](http://ape-package.ird.fr/)|0.0001653611402567459| +|npm|[fs](https://github.com/npm/security-holder#readme)|0.0001653054075700412| +|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016368448978364313| +|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016336684588618908| +|pypi|[markdown](https://pypi.org/project/markdown)|0.0001624960858373449| +|spack|hip|0.00016246852128758014| +|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016221908992023205| +|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016175698829970262| +|cran|chron|0.00016173616348791103| +|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016153009427121102| +|cran|[readr](https://readr.tidyverse.org)|0.00016109595171642156| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016046628982337096| +|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015991918102189383| +|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.00015920445615398945| +|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015913705583756347| +|pypi|[gunicorn](https://gunicorn.org)|0.00015879943339321465| +|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001577956209940671| +|pypi|[jedi](https://pypi.org/project/jedi)|0.00015759563773647245| +|pypi|[camb](https://pypi.org/project/camb)|0.0001567319516639143| +|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015615462195292176| +|spack|bioparser|0.0001555474981870921| +|pypi|[python-libsbml](http://sbml.org)|0.00015552173581161025| +|cran|[raster](https://rspatial.org/raster)|0.00015506188327721912| +|pypi|[ete3](http://etetoolkit.org)|0.00015295503988397392| +|pypi|[rsa](https://pypi.org/project/rsa)|0.00015250631932222036| +|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015215635609411226| +|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015152681262618783| +|pypi|[streamlit](https://streamlit.io)|0.00015141520511758008| +|pypi|[texext](https://pypi.org/project/texext)|0.00015126274975965062| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015042361559004084| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.0001495904618265429| +|pypi|[bmipy](http://csdms.colorado.edu)|0.00014956490210297317| +|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00014955528719716785| +|pypi|[shapely](https://github.com/shapely/shapely)|0.00014892874280142505| +|spack|libpciaccess|0.00014871390833345665| +|cran|[vroom](https://vroom.r-lib.org)|0.0001481306797871674| +|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014798585637984204| +|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001475258717474704| +|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001473570118983655| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014725933508589323| +|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001468190100704097| +|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014620232116898397| +|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014589332179163841| +|npm|[papaparse](http://papaparse.com)|0.00014575480136340782| +|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.00014566001344120107| +|spack|pmix|0.0001441579313155507| +|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.0001433430021754895| +|cran|itertools|0.00014298748733216528| +|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014268414761453194| +|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014262081736247798| +|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014211385061638869| +|cran|[forcats](https://forcats.tidyverse.org)|0.00014199253812606272| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.0001419295180117301| +|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00014170679218919666| +|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014168867561813723| +|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014141717600745882| +|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014123064530444516| +|pypi|[ginga](https://pypi.org/project/ginga)|0.00014106331819396207| +|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014101833626851756| +|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014059524272847396| +|cran|timeDate|0.00014044121402963277| +|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00014019378280911442| +|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001401778347641084| +|pypi|[blinker](https://pypi.org/project/blinker)|0.00013969513675667685| +|pypi|[httpx](https://pypi.org/project/httpx)|0.00013925457256585858| +|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.0001390533281153556| +|spack|[opengl](https://www.opengl.org/)|0.0001386773204095145| +|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013865484729737039| +|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013854515734446846| +|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013832222346181738| +|pypi|[dash](https://plotly.com/dash)|0.00013809382455473926| +|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0001378596941145397| +|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013770855446677187| +|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013759970993473532| +|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013736464084304972| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.0001372291339777081| +|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013659436390105068| +|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013633196933595775| +|npm|[d3](https://d3js.org)|0.00013628974523094227| +|cran|tis|0.00013625971379767064| +|pypi|[fire](https://pypi.org/project/fire)|0.00013616346554318722| +|rubygems|[rspec](http://github.com/rspec)|0.00013518281653899407| +|pypi|[simframe](https://github.com/stammler/simframe)|0.0001351212058427432| +|cran|[rJava](http://www.rforge.net/rJava/)|0.00013469041521184372| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.0001345566529799436| +|cran|[sys](https://github.com/jeroen/sys)|0.0001345358725123201| +|npm|nestjs|0.00013384791239045738| +|pypi|[pyregion](https://github.com/astropy/pyregion)|0.0001335236554598411| +|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013320609442063556| +|pypi|[argh](https://pypi.org/project/argh)|0.00013311923754273284| +|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.0001327115105547422| +|rubygems|[json](http://flori.github.io/json/)|0.00013255598179666043| +|pypi|[boto3](https://pypi.org/project/boto3)|0.00013242037704323678| +|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.0001316171138506164| +|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.0001316171138506164| +|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001315010571140627| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00013131243751244226| +|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013108700164495034| +|cran|svglite|0.0001306029084237593| +|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013033512897544806| +|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013024254117890811| +|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.000130088308184277| +|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013007242047488604| +|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012977396002711647| +|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012977396002711647| +|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012930955917534435| +|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012930386184558122| +|pypi|[plac](https://pypi.org/project/plac)|0.00012891472151851049| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012891399688719254| +|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012885905987949057| +|cran|ggplot2movies|0.00012858064579035277| +|npm|[rollup](https://rollupjs.org/)|0.000127792563067577| +|cran|[sass](https://github.com/rstudio/sass)|0.00012771464696777142| +|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012718497712133796| +|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012707402765583996| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012690231000542817| +|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012654410972947879| +|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126456275011012| +|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012639746771096587| +|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.0001261791180900318| +|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012612167201906145| +|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012610255260303273| +|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012608709497318143| +|cran|quantreg|0.00012597309654593277| +|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.00012567001392514712| +|cran|[terra](https://rspatial.org/terra/)|0.00012534787888814186| +|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012467102512637545| +|cran|interp|0.0001245397989403728| +|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012436548223350254| +|cran|assertthat|0.0001235379556555381| +|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.00012352456035559804| +|pypi|[django](https://pypi.org/project/django)|0.00012349745518066185| +|spack|[libarchive](https://www.libarchive.org)|0.00012337538580665873| +|spack|[libuv](https://libuv.org)|0.00012337538580665873| +|cran|multcomp|0.0001233205347167447| +|pypi|[panel](https://pypi.org/project/panel)|0.0001231009206088018| +|spack|cython|0.0001230705480161608| +|cran|RUnit|0.00012299708491958405| +|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012281917843279445| +|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012281917843279445| +|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001227592153847036| +|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.000122643219724438| +|cran|profvis|0.0001226429191768648| +|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.0001224143843266235| +|pypi|[livereload](https://pypi.org/project/livereload)|0.00012240411097405438| +|pypi|[tables](https://pypi.org/project/tables)|0.00012239719111999624| +|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.0001222356142769486| +|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012209711755855696| +|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012192846811850695| +|pypi|[pyia](http://github.com/adrn/pyia)|0.00012180565627266135| +|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012163399541252944| +|cran|[lme4](https://github.com/lme4/lme4/)|0.00012139492139879091| +|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.0001213083447553172| +|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012114518633540374| +|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012111552764322368| +|pypi|[munch](https://pypi.org/project/munch)|0.00012085708627742616| +|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012064909111890762| +|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012060209870750331| +|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.0001205773545141407| +|cran|isoband|0.00012047883009335948| +|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012004309142634016| +|pypi|[distributed](https://distributed.dask.org)|0.00011988019374457814| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011979368274875924| +|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00011965192168237854| +|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00011965192168237854| +|pypi|[udatetime](https://github.com/freach/udatetime)|0.00011965192168237854| +|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00011965192168237854| +|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00011965192168237854| +|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00011965192168237854| +|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00011965192168237854| +|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00011965192168237854| +|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00011965192168237854| +|pypi|[cogent3](https://cogent3.org)|0.00011965192168237854| +|spack|sqlite3|0.00011965192168237854| +|spack|triqs|0.00011965192168237854| +|spack|cminx|0.00011965192168237854| +|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00011965192168237854| +|cran|[isotree](https://github.com/david-cortes/isotree)|0.00011965192168237854| +|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011952934361335272| +|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011922399987913948| +|pypi|[Django](https://pypi.org/project/Django)|0.00011906457019410889| +|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011884683685503746| +|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.0001186970073074134| +|spack|py-setuptools|0.00011842956144826559| +|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011810749680582894| +|pypi|[ads](http://www.github.com/andycasey/ads/)|0.00011687177409034681| +|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011643344147018701| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.0001160733384303921| +|pypi|[parso](https://pypi.org/project/parso)|0.00011606190618561866| +|npm|[ajv](https://ajv.js.org)|0.00011601811170583034| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011579557991410285| +|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011532127796318158| +|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011480601885424222| +|cran|stats4|0.00011474904521471192| +|cran|[DT](https://github.com/rstudio/DT)|0.0001146433770354102| +|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011434081703460334| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011423792277456893| +|cran|[magick](https://docs.ropensci.org/magick/)|0.00011397689902303815| +|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011390477699771743| +|pypi|[mistune](https://pypi.org/project/mistune)|0.00011369729910885152| +|pypi|[pycurl](http://pycurl.io/)|0.00011357548095380285| +|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011330187624317243| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011267802703901471| +|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00011253754796646104| +|pypi|[holoviews](https://www.holoviews.org)|0.00011229348324232156| +|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.0001122445548428808| +|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011221893447082818| +|pypi|[typer](https://pypi.org/project/typer)|0.00011215002330330671| +|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011187468014499278| +|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.0001118503722010922| +|pypi|[shiboken2](https://www.pyside.org)|0.00011158498912255258| +|spack|[pcre](https://www.pcre.org)|0.00011149558899703551| +|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011110535584792293| +|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011050128134724348| +|cran|[future](https://future.futureverse.org)|0.0001103641973738279| +|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011006715287419525| +|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010988811857667977| +|rubygems|[faraday](https://lostisland.github.io/faraday)|0.0001092466914430747| +|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010919827817274477| +|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010903864083704548| +|spack|[graphviz](http://www.graphviz.org)|0.00010877795100787395| +|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010847493458127303| +|npm|[nyc](https://istanbul.js.org/)|0.00010828216028743119| +|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010825884294191976| +|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010809501683470472| +|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010793308427431886| +|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010768672951414069| +|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010768672951414068| +|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010760320836377409| +|pypi|[testpath](https://pypi.org/project/testpath)|0.00010752315415864828| +|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010731899927483685| +|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010730801755705593| +|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010707070488200303| +|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010706757824024968| +|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010673561648260578| +|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010622571100491158| +|pypi|[pbr](https://pypi.org/project/pbr)|0.00010620391079962445| +|pypi|[json5](https://pypi.org/project/json5)|0.00010617210244892609| +|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010573412620638872| +|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010506454402551134| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010490902650907107| +|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010488919533549461| +|pypi|[astroML_addons](http://astroML.github.com)|0.00010469543147208122| +|pypi|[os](https://pypi.org/project/os)|0.00010469543147208122| +|pypi|[time](UNKNOWN)|0.00010469543147208122| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010425252917298797| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010421139926010349| +|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001040249804553407| +|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001040017134588859| +|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010399565543613588| +|cran|cachem|0.00010379919627480995| +|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010292362990065368| +|pypi|[stopit](https://pypi.org/project/stopit)|0.00010266499366243961| +|pypi|[skimage](https://pypi.org/project/skimage)|0.00010232958665699782| +|spack|py-six|0.00010194129022380242| +|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010170935720719737| +|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010143800078663183| +|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010125762353900686| +|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010121758363336645| +|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010119430270264487| +|cran|[reshape2](https://github.com/hadley/reshape)|0.00010093652166206212| +|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010060504051879352| +|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010039488403975893| +|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.00010028343178109082| +|cran|[promises](https://rstudio.github.io/promises)|0.0001001578133549352| +|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.970993473531545e-05| +|pypi|[reproject](https://pypi.org/project/reproject)|9.954841393107792e-05| +|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.948108170152206e-05| +|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.935668104767468e-05| +|pypi|[docker](https://github.com/docker/docker-py)|9.932428060337056e-05| +|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.928563843956728e-05| +|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.86230964467005e-05| +|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.855659878335226e-05| +|pypi|[Keras](https://keras.io/)|9.82066608369236e-05| +|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.812725546199415e-05| +|spack|[boost](https://www.boost.org)|9.74432618169152e-05| +|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.678964404392112e-05| +|pypi|[sunpy](https://pypi.org/project/sunpy)|9.678040496753174e-05| +|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.673288096964674e-05| +|pypi|[nbclient](https://pypi.org/project/nbclient)|9.64156657791366e-05| +|pypi|[gwpy](https://gwpy.github.io)|9.636842534353785e-05| +|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.634179107978523e-05| +|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.614886563762561e-05| +|pypi|[async_generator](https://pypi.org/project/async_generator)|9.607866170398544e-05| +|pypi|[geopandas](http://geopandas.org)|9.57673551934044e-05| +|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.57404616222419e-05| +|cran|[base64enc](http://www.rforge.net/base64enc)|9.539932086906516e-05| +|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.499680734743734e-05| +|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.494493889762995e-05| +|pypi|[pycosat](https://pypi.org/project/pycosat)|9.4811787197574e-05| +|spack|[re2c](https://re2c.org/index.html)|9.478688740472378e-05| +|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.474327454591298e-05| +|npm|[tape](https://github.com/substack/tape)|9.425370990709042e-05| +|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.376004425948846e-05| +|npm|[three](https://threejs.org/)|9.375924583031183e-05| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.372733865119653e-05| +|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.364522838450344e-05| +|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.362351979057927e-05| +|pypi|[cigar](https://github.com/brentp/cigar)|9.332849891225526e-05| +|pypi|[IPython](https://ipython.org)|9.309981834590822e-05| +|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.309501883499009e-05| +|cran|sfsmisc|9.247481693890041e-05| +|pypi|[urllib](https://urllib3.readthedocs.io/)|9.245830311820159e-05| +|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.219683203509555e-05| +|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.209828650319949e-05| +|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.20160422823098e-05| +|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.190741109242182e-05| +|pypi|[websockets](https://pypi.org/project/websockets)|9.177022234524887e-05| +|npm|[yargs](https://yargs.js.org/)|9.16445944546017e-05| +|cran|tinytex|9.158408745777756e-05| +|cran|[Cairo](http://www.rforge.net/Cairo/)|9.12826780937844e-05| +|pypi|[jeepney](https://pypi.org/project/jeepney)|9.125210102143434e-05| +|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.116336890085985e-05| +|pypi|[pytorch](http://pytorch.org)|9.116336890085985e-05| +|npm|[tap](http://www.node-tap.org/)|9.104837790195487e-05| +|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.088505161613917e-05| +|pypi|[cftime](https://pypi.org/project/cftime)|9.05364614309748e-05| +|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.049827076476823e-05| +|pypi|[partd](https://pypi.org/project/partd)|9.040833492704002e-05| +|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.039395225485671e-05| +|pypi|[regions](https://github.com/astropy/regions)|9.000437396559195e-05| +|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.99599524554679e-05| +|cran|[insight](https://easystats.github.io/insight/)|8.9940945338238e-05| +|pypi|[green](https://github.com/CleanCut/green)|8.97389412617839e-05| +|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.97389412617839e-05| +|pypi|[GetDist](https://getdist.readthedocs.io)|8.97389412617839e-05| +|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.97389412617839e-05| +|pypi|[cherrypy](https://www.cherrypy.org)|8.97389412617839e-05| +|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.97389412617839e-05| +|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.97389412617839e-05| +|pypi|[South](http://south.aeracode.org/)|8.97389412617839e-05| +|pypi|[radio-pyse](http://docs.transientskp.org/)|8.97389412617839e-05| +|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.97389412617839e-05| +|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.97389412617839e-05| +|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.97389412617839e-05| +|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.97389412617839e-05| +|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.97389412617839e-05| +|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.97389412617839e-05| +|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.97389412617839e-05| +|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.97389412617839e-05| +|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.97389412617839e-05| +|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.97389412617839e-05| +|pypi|[openmdao](http://openmdao.org)|8.97389412617839e-05| +|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.97389412617839e-05| +|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.97389412617839e-05| +|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.97389412617839e-05| +|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.97389412617839e-05| +|spack|liblzma|8.97389412617839e-05| +|spack|lapacke|8.97389412617839e-05| +|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.97389412617839e-05| +|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.97389412617839e-05| +|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.97389412617839e-05| +|npm|[quasar](https://quasar.dev)|8.97389412617839e-05| +|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.97389412617839e-05| +|pypi|[ppft](https://pypi.org/project/ppft)|8.969992377906077e-05| +|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.96567584068923e-05| +|npm|[vows](https://github.com/cloudhead/vows)|8.900647852284672e-05| +|pypi|[zarr](https://pypi.org/project/zarr)|8.891848790197474e-05| +|spack|py-jinja2|8.88157108318769e-05| +|cran|[parameters](https://easystats.github.io/parameters/)|8.875801045655932e-05| +|cran|dichromat|8.869383522811821e-05| +|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.859048928061727e-05| +|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.858844201483795e-05| +|npm|[webpack](https://github.com/webpack/webpack)|8.840288103090284e-05| +|spack|py-pip|8.82254015172645e-05| +|spack|py-wheel|8.82254015172645e-05| +|spack|py-sphinxcontrib-websupport|8.82254015172645e-05| +|spack|py-sphinxcontrib-applehelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-devhelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-jsmath|8.82254015172645e-05| +|spack|py-sphinxcontrib-htmlhelp|8.82254015172645e-05| +|spack|py-sphinxcontrib-serializinghtml|8.82254015172645e-05| +|spack|py-sphinxcontrib-qthelp|8.82254015172645e-05| +|spack|py-pygments|8.82254015172645e-05| +|spack|py-docutils|8.82254015172645e-05| +|spack|py-snowballstemmer|8.82254015172645e-05| +|spack|py-babel|8.82254015172645e-05| +|spack|py-alabaster|8.82254015172645e-05| +|spack|py-imagesize|8.82254015172645e-05| +|spack|py-requests|8.82254015172645e-05| +|spack|py-sphinx-rtd-theme|8.82254015172645e-05| +|spack|py-packaging|8.82254015172645e-05| +|spack|py-importlib-metadata|8.82254015172645e-05| +|spack|py-colorama|8.82254015172645e-05| +|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.812378343440476e-05| +|pypi|[autograd](https://pypi.org/project/autograd)|8.810114191639816e-05| +|pypi|[wxPython](https://pypi.org/project/wxPython)|8.800826168030664e-05| +|cran|jquerylib|8.750406990523069e-05| +|pypi|[contourpy](https://pypi.org/project/contourpy)|8.749558531825396e-05| +|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.743794276789202e-05| +|cran|[downlit](https://downlit.r-lib.org/)|8.742807953599371e-05| +|pypi|[terminado](https://pypi.org/project/terminado)|8.731797051695309e-05| +|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.724501983534532e-05| +|rubygems|[tzinfo](https://tzinfo.github.io)|8.662147962883485e-05| +|pypi|[iminuit](https://pypi.org/project/iminuit)|8.660706192375428e-05| +|pypi|[deprecated](https://pypi.org/project/deprecated)|8.593500676970198e-05| +|pypi|[pyvo](https://github.com/astropy/pyvo)|8.590807621715778e-05| +|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.555755690191584e-05| +|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.54556931179961e-05| +|pypi|[debugpy](https://pypi.org/project/debugpy)|8.540063250175253e-05| +|pypi|[Six](https://pypi.org/project/Six)|8.52631946981304e-05| +|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.507713836959421e-05| +|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.480810601996418e-05| +|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.47813218205445e-05| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.45690233994613e-05| +|cran|[lintr](https://github.com/jimhester/lintr)|8.429605591049376e-05| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.42138956526145e-05| +|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.413950784007409e-05| +|pypi|[biom-format](http://www.biom-format.org)|8.411156182015954e-05| +|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.355904241599994e-05| +|pypi|[gitpython](https://pypi.org/project/gitpython)|8.347808319433196e-05| +|pypi|[yt](https://github.com/yt-project/yt)|8.294935213445004e-05| +|npm|[jshint](http://jshint.com/)|8.285745025460401e-05| +|pypi|[iso8601](https://pypi.org/project/iso8601)|8.278503562104209e-05| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.26233284064263e-05| +|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.257251070354474e-05| +|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.241275427921215e-05| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.187156730427813e-05| +|pypi|[orjson](https://pypi.org/project/orjson)|8.17517025951341e-05| +|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.168894483171628e-05| +|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.163828669116432e-05| +|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.127692346390701e-05| +|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.118067460368248e-05| +|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.080107462082307e-05| +|cran|[openssl](https://github.com/jeroen/openssl)|8.072250837697474e-05| +|cran|labeling|7.998878445344564e-05| +|pypi|[alembic](https://alembic.sqlalchemy.org)|7.994627725199778e-05| +|cran|[testit](https://github.com/yihui/testit)|7.981924317275067e-05| +|pypi|[flaky](https://pypi.org/project/flaky)|7.974448574357067e-05| +|cran|igraphdata|7.966421283622681e-05| +|cran|[backports](https://github.com/r-lib/backports)|7.965794740186915e-05| +|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.965262443248753e-05| +|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.962570405954885e-05| +|pypi|[kaleido](https://pypi.org/project/kaleido)|7.921110950862729e-05| +|pypi|[deap](https://pypi.org/project/deap)|7.917689410789698e-05| +|cran|[uuid](http://www.rforge.net/uuid)|7.907367753366931e-05| +|pypi|[freezegun](https://pypi.org/project/freezegun)|7.893741260947898e-05| +|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.890381294722702e-05| +|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.887165408920305e-05| +|pypi|[getdist](https://getdist.readthedocs.io)|7.886685486377292e-05| +|pypi|[appnope](https://pypi.org/project/appnope)|7.885616533226759e-05| +|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.876296633452289e-05| +|pypi|[asttokens](https://pypi.org/project/asttokens)|7.874252037900482e-05| +|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.859309112387941e-05| +|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.82061209589388e-05| +|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.818056562726614e-05| +|pypi|[corner](https://corner.readthedocs.io)|7.809856751436097e-05| +|pypi|[executing](https://pypi.org/project/executing)|7.785187825520365e-05| +|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.750181290790427e-05| +|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.72131155064246e-05| +|pypi|[distro](https://pypi.org/project/distro)|7.719930545168837e-05| +|pypi|[fastapi](https://pypi.org/project/fastapi)|7.6713798977849e-05| +|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.666269553506682e-05| +|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.660925524364168e-05| +|cran|[spatstat.linnet](http://spatstat.org/)|7.660906982453603e-05| +|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.64433207394603e-05| +|pypi|[pylint](http://pylint.pycqa.org)|7.615102518877875e-05| +|cran|KernSmooth|7.613415444570708e-05| +|cran|[units](https://github.com/r-quantities/units/)|7.609494806457043e-05| +|cran|[spdep](https://github.com/r-spatial/spdep/)|7.606031527529079e-05| +|pypi|[elementpath](https://pypi.org/project/elementpath)|7.587715342704341e-05| +|cran|MatrixModels|7.58268364386175e-05| +|cran|[readxl](https://readxl.tidyverse.org)|7.565831160571458e-05| +|spack|[guile](https://www.gnu.org/software/guile/)|7.564934230126031e-05| +|cran|splines|7.552903820297221e-05| +|pypi|[botocore](https://github.com/boto/botocore)|7.552083795622413e-05| +|spack|qt4|7.5432733234543e-05| +|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.531650220451781e-05| +|cran|[spatstat](http://spatstat.org/)|7.52187881932342e-05| +|pypi|[rasterio](https://pypi.org/project/rasterio)|7.520029149233722e-05| +|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.497164855790032e-05| +|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.489498398216833e-05| +|cran|triebeard|7.470542512690355e-05| +|pypi|[atari-py](https://pypi.org/project/atari-py)|7.449190248478176e-05| +|cran|[memoise](https://github.com/r-lib/memoise)|7.440424150839782e-05| +|cran|[DBItest](https://dbitest.r-dbi.org)|7.425205704109055e-05| +|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.403462654097172e-05| +|pypi|[invoke](https://pypi.org/project/invoke)|7.392285984676722e-05| +|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.371413032217964e-05| +|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.368182263001755e-05| +|cran|[spatstat.geom](http://spatstat.org/)|7.365713648243193e-05| +|pypi|[ipdb](https://pypi.org/project/ipdb)|7.363563872768653e-05| +|spack|libpng|7.359158532528547e-05| +|pypi|[specutils](https://pypi.org/project/specutils)|7.358833267486908e-05| +|pypi|[lockfile](https://pypi.org/project/lockfile)|7.357213531369508e-05| +|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.349279618133861e-05| +|pypi|[retrying](https://github.com/rholder/retrying)|7.346110392422663e-05| +|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.32192512889576e-05| +|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.304480298457048e-05| +|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.304480298457048e-05| +|cran|rasterVis|7.269810926955541e-05| +|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.251631617113851e-05| +|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.251631617113851e-05| +|cran|[rjson](https://github.com/alexcb/rjson)|7.246698831670505e-05| +|pypi|[igraph](https://pypi.org/project/igraph)|7.24341296944713e-05| +|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.214411644595289e-05| +|pypi|[pymysql](https://pypi.org/project/pymysql)|7.213871623267008e-05| +|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.194435964355775e-05| +|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.179115300942713e-05| +|pypi|[hope](http://hope.phys.ethz.ch)|7.179115300942713e-05| +|pypi|[amuse-framework](http://www.amusecode.org/)|7.179115300942713e-05| +|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.179115300942713e-05| +|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.179115300942713e-05| +|pypi|[superfreq](http://adrian.pw/superfreq)|7.179115300942713e-05| +|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.179115300942713e-05| +|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.179115300942713e-05| +|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.179115300942713e-05| +|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.179115300942713e-05| +|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.179115300942713e-05| +|pypi|[patool](http://wummel.github.io/patool/)|7.179115300942713e-05| +|pypi|[chemparse](https://pypi.org/project/chemparse)|7.179115300942713e-05| +|pypi|[importlib](https://github.com/brettcannon/importlib)|7.179115300942713e-05| +|pypi|[gwtools](https://pypi.org/project/gwtools)|7.179115300942713e-05| +|spack|sgx|7.179115300942713e-05| +|spack|sphinx|7.179115300942713e-05| +|spack|curses|7.179115300942713e-05| +|spack|torch|7.179115300942713e-05| +|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.179115300942713e-05| +|cran|tuneR|7.179115300942713e-05| +|cran|[mapiso](https://github.com/riatelab/mapiso)|7.179115300942713e-05| +|cran|[spatstat.utils](http://spatstat.org/)|7.17227844728319e-05| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.151950829720244e-05| +|pypi|[music21](https://github.com/cuthbertLab/music21)|7.1464829586657e-05| +|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.1464829586657e-05| +|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.142705995423243e-05| +|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.135033276907717e-05| +|npm|[bootstrap](https://getbootstrap.com/)|7.123275431146934e-05| +|pypi|[patsy](https://github.com/pydata/patsy)|7.115863661071647e-05| +|cran|[cellranger](https://github.com/rsheets/cellranger)|7.040178526209052e-05| +|cran|[praise](https://github.com/gaborcsardi/praise)|7.034702302547475e-05| +|spack|py-typing|7.027230071958501e-05| +|pypi|[trio](https://pypi.org/project/trio)|7.012859741281379e-05| +|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.005800119648535e-05| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|6.99660114207669e-05| +|pypi|[param](https://pypi.org/project/param)|6.990997540859112e-05| +|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.989090085413116e-05| +|cran|diffviewer|6.972554301771177e-05| +|pypi|[capturer](https://capturer.readthedocs.io)|6.963314548592291e-05| +|cran|rprintf|6.961131849667686e-05| +|pypi|[Biopython](https://pypi.org/project/Biopython)|6.959254894851342e-05| +|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.956707540994769e-05| +|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.900406889676158e-05| +|cran|[mapview](https://github.com/r-spatial/mapview)|6.899128902305814e-05| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.886145457422827e-05| +|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.852791878172589e-05| +|cran|[future.apply](https://future.apply.futureverse.org)|6.85233369797145e-05| +|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.851809574499502e-05| +|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.828806856473049e-05| +|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.813404359420964e-05| +|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.795357038614938e-05| +|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.795357038614938e-05| +|rubygems|[docile](https://ms-ati.github.io/docile/)|6.795357038614938e-05| +|spack|[pcre2](https://www.pcre.org)|6.786050931256923e-05| +|pypi|[dominate](https://github.com/Knio/dominate/)|6.779398991146635e-05| +|spack|gl|6.761519806987571e-05| +|pypi|[pathspec](https://pypi.org/project/pathspec)|6.729291810238399e-05| +|pypi|[traits](https://pypi.org/project/traits)|6.699190393496431e-05| +|pypi|[twisted](https://pypi.org/project/twisted)|6.694577649990675e-05| +|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.693154548428288e-05| +|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.656016061398773e-05| +|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.653237312610048e-05| +|pypi|[dgl](https://github.com/dmlc/dgl)|6.646120377084845e-05| +|npm|[debug](https://github.com/debug-js/debug#readme)|6.631880864578954e-05| +|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.631546273551949e-05| +|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.623588521703098e-05| +|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.618701129782998e-05| +|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.612459593221962e-05| +|pypi|[dnspython](https://pypi.org/project/dnspython)|6.569677529480842e-05| +|pypi|[grapheme](https://pypi.org/project/grapheme)|6.566683173362128e-05| +|pypi|[about-time](https://pypi.org/project/about-time)|6.566683173362128e-05| +|pypi|[types-backports](https://pypi.org/project/types-backports)|6.564738293017431e-05| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.554938336011307e-05| +|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.549404330260023e-05| +|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.545227236693827e-05| +|npm|[react-select](https://github.com/JedWatson/react-select)|6.537652822674199e-05| +|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.536905975967121e-05| +|pypi|[tblib](https://pypi.org/project/tblib)|6.521505570632302e-05| +|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.508538597008504e-05| +|rubygems|[liquid](http://www.liquidmarkup.org)|6.488614209960636e-05| +|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.483582365395103e-05| +|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.481145757795505e-05| +|pypi|[tess-point](https://pypi.org/project/tess-point)|6.478270442561208e-05| +|npm|[chai](http://chaijs.com)|6.478133548046984e-05| +|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.476555805403868e-05| +|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.47650509721036e-05| +|pypi|[paramiko](https://pypi.org/project/paramiko)|6.469572822746392e-05| +|cran|boot|6.463557741815342e-05| +|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.441973997720917e-05| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.433790765307899e-05| +|pypi|[pynvml](http://www.nvidia.com/)|6.425036258158085e-05| +|cran|asciicast|6.422006377404372e-05| +|pypi|[pygame](https://www.pygame.org)|6.407022530928063e-05| +|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.40377552691291e-05| +|rubygems|[github-pages](https://github.com/github/pages-gem)|6.401377810007253e-05| +|cran|[performance](https://easystats.github.io/performance/)|6.390199527037924e-05| +|pypi|[pip-run](https://pypi.org/project/pip-run)|6.389363660393865e-05| +|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.381221275274353e-05| +|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.370867677116398e-05| +|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.370172124811297e-05| +|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.345497515119706e-05| +|cran|[qs](https://github.com/traversc/qs)|6.34335500797476e-05| +|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.340949692705363e-05| +|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.330190750123545e-05| +|cran|[gh](https://gh.r-lib.org/)|6.323758394686924e-05| +|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.318086664851851e-05| +|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.313902738932804e-05| +|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.309266456916523e-05| +|npm|[cytoscape](http://js.cytoscape.org)|6.305423184502228e-05| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.285721512225956e-05| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.285721512225956e-05| +|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.271445306553097e-05| +|cran|later|6.267407456035589e-05| +|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.259278739887531e-05| +|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.24804969854481e-05| +|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.244607591452603e-05| +|cran|[jpeg](http://www.rforge.net/jpeg/)|6.230570739646226e-05| +|pypi|[glob2](https://pypi.org/project/glob2)|6.23027556200145e-05| +|cran|[spatstat.random](http://spatstat.org/)|6.229155911065924e-05| +|npm|[pg](https://github.com/brianc/node-postgres)|6.215684243240444e-05| +|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.207278624149857e-05| +|cran|[showtext](https://github.com/yixuan/showtext)|6.168446254583994e-05| +|pypi|[cvxopt](http://cvxopt.org)|6.166347249559722e-05| +|pypi|[celery](https://pypi.org/project/celery)|6.157256797339569e-05| +|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.141159467326525e-05| +|spack|[jpeg](http://www.ijg.org)|6.139378374272352e-05| +|pypi|[rich-click](https://github.com/ewels/rich-click)|6.11698651455862e-05| +|cran|[webp](https://github.com/jeroen/webp#readme)|6.113727605017821e-05| +|cran|[V8](https://github.com/jeroen/v8)|6.105069048144529e-05| +|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.1024327237777536e-05| +|cran|[cowplot](https://wilkelab.org/cowplot/)|6.099853181471677e-05| +|spack|libx11|6.089321559177131e-05| +|pypi|[pyface](http://docs.enthought.com/pyface)|6.0694434372733866e-05| +|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.060063033413288e-05| +|cran|[rvest](http://rvest.tidyverse.org/)|6.0354882202070685e-05| +|pypi|[Shapely](https://pypi.org/project/Shapely)|6.0294913890843985e-05| +|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.025328913291206e-05| +|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0244324203715064e-05| +|pypi|[mne](https://mne.tools/dev/)|6.000889924497719e-05| +|pypi|[gnuplot](https://github.com/gnuplot)|5.982596084118927e-05| +|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.982596084118927e-05| +|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.982596084118927e-05| +|pypi|[jsonify](https://pypi.org/project/jsonify)|5.982596084118927e-05| +|pypi|[gpytorch](https://gpytorch.ai)|5.982596084118927e-05| +|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.982596084118927e-05| +|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.982596084118927e-05| +|pypi|[nnde](https://github.com/elwinter/nnde)|5.982596084118927e-05| +|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.982596084118927e-05| +|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.982596084118927e-05| +|pypi|[ripser](https://ripser.scikit-tda.org)|5.982596084118927e-05| +|pypi|[python-copasi](http://copasi.org)|5.982596084118927e-05| +|pypi|[Numpy](https://www.numpy.org)|5.982596084118927e-05| +|pypi|[Matplotlib](https://matplotlib.org)|5.982596084118927e-05| +|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.982596084118927e-05| +|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.982596084118927e-05| +|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.982596084118927e-05| +|pypi|[coplot](https://pypi.org/project/coplot)|5.982596084118927e-05| +|pypi|[pyYAML](https://pyyaml.org/)|5.982596084118927e-05| +|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.982596084118927e-05| +|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.982596084118927e-05| +|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.982596084118927e-05| +|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.982596084118927e-05| +|pypi|[tartiflette](https://tartiflette.io)|5.982596084118927e-05| +|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.982596084118927e-05| +|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.982596084118927e-05| +|pypi|[PuLP](https://github.com/coin-or/pulp)|5.982596084118927e-05| +|pypi|[clawpack](http://www.clawpack.org)|5.982596084118927e-05| +|pypi|[PyEscape](https://github.com/qaviton/escape)|5.982596084118927e-05| +|pypi|[mc3](https://github.com/pcubillos/mc3)|5.982596084118927e-05| +|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.982596084118927e-05| +|spack|pythonextensions|5.982596084118927e-05| +|spack|qt5|5.982596084118927e-05| +|cran|[taxa](https://docs.ropensci.org/taxa/)|5.982596084118927e-05| +|cran|[vegdata](http://germansl.infinitenature.org)|5.982596084118927e-05| +|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.981997824510515e-05| +|spack|[hdf5](https://portal.hdfgroup.org)|5.9756108945950455e-05| +|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9478913170195265e-05| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.944350761513615e-05| +|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.9306313624720125e-05| +|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.9306313624720125e-05| +|pypi|[odfpy](https://pypi.org/project/odfpy)|5.9306313624720125e-05| +|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.922770123277738e-05| +|npm|loose-envify|5.922770123277738e-05| +|cran|js|5.922770123277738e-05| +|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.920605164179588e-05| +|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.903557174399888e-05| +|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.897933786996945e-05| +|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.8876588198731275e-05| +|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.881655806088235e-05| +|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.872636342005076e-05| +|pypi|[mercurial](https://mercurial-scm.org/)|5.872636342005076e-05| +|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.8716003022269424e-05| +|pypi|[radvel](https://pypi.org/project/radvel)|5.865793017714701e-05| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.858997697793804e-05| +|cran|rsconnect|5.858260114531301e-05| +|pypi|[Mako](https://www.makotemplates.org/)|5.84586133138073e-05| +|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.8416736227876546e-05| +|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.827203978037916e-05| +|pypi|[cupy](https://pypi.org/project/cupy)|5.822305378085355e-05| +|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.818781991633339e-05| +|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.8084009319573564e-05| +|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7876046282116777e-05| +|spack|freetype|5.7706095977262e-05| +|pypi|[libcst](https://pypi.org/project/libcst)|5.768096692239953e-05| +|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.768096692239953e-05| +|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.752496234729738e-05| +|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.752496234729738e-05| +|pypi|[blosc](http://github.com/blosc/python-blosc)|5.752202490241156e-05| +|spack|libtiff|5.738418515446973e-05| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.7344252017619215e-05| +|npm|[requirejs](http://github.com/jrburke/r.js)|5.73088164102033e-05| +|pypi|[towncrier](https://pypi.org/project/towncrier)|5.727403840680009e-05| +|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.710416582708309e-05| +|pypi|[xxhash](https://pypi.org/project/xxhash)|5.658644071553227e-05| +|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6523495300095704e-05| +|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6523495300095704e-05| +|cran|[getPass](https://github.com/wrathematics/getPass)|5.642126765881347e-05| +|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.634418680437916e-05| +|pypi|[texttable](https://github.com/foutaise/texttable/)|5.616270210118345e-05| +|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.6129214553744065e-05| +|cran|[whisker](http://github.com/edwindj/whisker)|5.6049293527187e-05| +|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.596356214837383e-05| +|pypi|[asteval](https://github.com/newville/asteval)|5.584217447703741e-05| +|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.583756345177665e-05| +|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5807435025171704e-05| +|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.576765241213109e-05| +|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.568886988359757e-05| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.5523537588160765e-05| +|npm|[pako](https://github.com/nodeca/pako#readme)|5.538174660727236e-05| +|pypi|[bidict](https://bidict.readthedocs.io)|5.522396385340548e-05| +|pypi|[fbs](https://build-system.fman.io)|5.522396385340548e-05| +|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.5077275199419874e-05| +|cran|[gifski](https://gif.ski/)|5.506921630160262e-05| +|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.5047824387888036e-05| +|pypi|[prospector](https://pypi.org/project/prospector)|5.498355447767509e-05| +|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.498112633378225e-05| +|cran|[nleqslv](NA)|5.49555971522164e-05| +|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.4942403029400486e-05| +|pypi|[py4j](https://pypi.org/project/py4j)|5.491146413456365e-05| +|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.488430111060704e-05| +|npm|[moment](https://momentjs.com)|5.4843272925140384e-05| +|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.48404641044235e-05| +|cran|[katex](https://docs.ropensci.org/katex/)|5.4802433231389946e-05| +|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4752162532058504e-05| +|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.471676624984012e-05| +|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.467873101479643e-05| +|pypi|[mkdocs](https://www.mkdocs.org)|5.4639564327771094e-05| +|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.445599469741628e-05| +|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.44421854059859e-05| +|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.42065938050347e-05| +|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.4123798948513416e-05| +|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.384336475707034e-05| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.382511242489968e-05| +|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.3791226959659915e-05| +|npm|[react-images](https://jossmac.github.io/react-images/)|5.369685219990825e-05| +|pypi|[pynacl](https://pypi.org/project/pynacl)|5.361706858570298e-05| +|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3600257252522936e-05| +|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3600257252522936e-05| +|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3600257252522936e-05| +|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.330541749942518e-05| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|5.330493110949964e-05| +|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.31771645369825e-05| +|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.284626540971719e-05| +|cran|egg|5.2825106466113266e-05| +|cran|[s2](https://r-spatial.github.io/s2/)|5.2767117386252375e-05| +|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.276268329205241e-05| +|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.273013796766903e-05| +|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.273013796766903e-05| +|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.271215152502811e-05| +|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.27038226458096e-05| +|cran|[lavaan](https://lavaan.ugent.be)|5.267023325699191e-05| +|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.264618811210545e-05| +|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.254743473531545e-05| +|cran|tufte|5.253265114066798e-05| +|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.247591422355745e-05| +|cran|fastmap|5.238408523114689e-05| +|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.229464431916536e-05| +|cran|selectr|5.2254960359778434e-05| +|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.222634477985141e-05| +|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.220191205114487e-05| +|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2176784419351505e-05| +|pypi|[curio](https://pypi.org/project/curio)|5.2062988645739125e-05| +|spack|[gmp](https://gmplib.org)|5.187192484516361e-05| +|spack|double-conversion|5.185823407045922e-05| +|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1848676452346905e-05| +|cran|[progress](https://github.com/r-lib/progress#readme)|5.1797523386499646e-05| +|pypi|[whoosh](https://pypi.org/project/whoosh)|5.178023330705931e-05| +|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.1707193858518354e-05| +|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.17034854710162e-05| +|pypi|[feets](https://github.com/carpyncho/feets)|5.1524750963703674e-05| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.15084233376564e-05| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.1326320813773804e-05| +|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.127939500673366e-05| +|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.127939500673366e-05| +|pypi|[pony](https://ponyorm.com)|5.127939500673366e-05| +|pypi|[msgpack-python](http://msgpack.org/)|5.127939500673366e-05| +|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.127939500673366e-05| +|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.127939500673366e-05| +|pypi|[STAR](https://github.com/dbrgn/star)|5.127939500673366e-05| +|pypi|[fastqc](https://github.com/fastqc)|5.127939500673366e-05| +|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.127939500673366e-05| +|pypi|[cppyy](http://cppyy.readthedocs.org)|5.127939500673366e-05| +|pypi|[cykhash](https://github.com/realead/cykhash)|5.127939500673366e-05| +|pypi|[dustpy](https://github.com/stammler/dustpy)|5.127939500673366e-05| +|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.127939500673366e-05| +|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.127939500673366e-05| +|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.127939500673366e-05| +|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.127939500673366e-05| +|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.127939500673366e-05| +|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.127939500673366e-05| +|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.127939500673366e-05| +|pypi|[libstempo](https://github.com/vallis/libstempo)|5.127939500673366e-05| +|pypi|[noise](https://github.com/caseman/noise)|5.127939500673366e-05| +|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.127939500673366e-05| +|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.127939500673366e-05| +|pypi|[ncls](https://github.com/endrebak/ncls)|5.127939500673366e-05| +|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.127939500673366e-05| +|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.127939500673366e-05| +|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.127939500673366e-05| +|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.127939500673366e-05| +|pypi|[easydev](http://github.com/cokelaer/easydev)|5.127939500673366e-05| +|pypi|[mdtraj](http://mdtraj.org)|5.127939500673366e-05| +|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.127939500673366e-05| +|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.127939500673366e-05| +|spack|rigidbodykinematics|5.127939500673366e-05| +|spack|sbgatcore|5.127939500673366e-05| +|spack|effpotential|5.127939500673366e-05| +|spack|yaml|5.127939500673366e-05| +|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.127939500673366e-05| +|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.127939500673366e-05| +|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.127939500673366e-05| +|npm|[filepond](https://pqina.nl/filepond/)|5.127939500673366e-05| +|cran|pbkrtest|5.123785173998279e-05| +|cran|[formatR](https://github.com/yihui/formatR)|5.123003361124683e-05| +|npm|[tslib](https://www.typescriptlang.org/)|5.118815694659865e-05| +|pypi|[pympler](https://pypi.org/project/pympler)|5.103813044052529e-05| +|npm|[d3-array](https://d3js.org/d3-array/)|5.094204885123543e-05| +|npm|[d3-scale](https://d3js.org/d3-scale/)|5.094204885123543e-05| +|cran|[car](https://r-forge.r-project.org/projects/car/)|5.092980377334366e-05| +|pypi|[geojson](https://github.com/jazzband/geojson)|5.080399228219207e-05| +|spack|cpio|5.076660105666632e-05| +|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.075861683764563e-05| +|npm|[typescript](https://www.typescriptlang.org/)|5.073721433897974e-05| +|spack|fontconfig|5.050042894695949e-05| +|cran|styler|5.049565841077153e-05| +|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.0460349114265e-05| +|cran|coda|5.04327042750196e-05| +|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.042815704962188e-05| +|cran|combinat|5.0412661754174195e-05| +|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0382148477879e-05| +|npm|[d3-brush](https://d3js.org/d3-brush/)|5.034378924282354e-05| +|npm|[d3-format](https://d3js.org/d3-format/)|5.034378924282354e-05| +|pypi|[freesasa](http://freesasa.github.io/)|5.015147322621274e-05| +|npm|eslint-plugin-import|5.012744245662894e-05| +|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.01170620532477e-05| +|pypi|[contextvars](https://pypi.org/project/contextvars)|4.990135954403223e-05| +|cran|webshot|4.9831326466935e-05| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.982387565438226e-05| +|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.978810696483926e-05| +|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.974758743794277e-05| +|cran|e1071|4.974260641644859e-05| +|pypi|[h11](https://pypi.org/project/h11)|4.973160047076166e-05| +|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.952962041233924e-05| +|pypi|[colour](http://github.com/vaab/colour)|4.950035985540356e-05| +|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.933182939134278e-05| +|npm|[rc-slider](http://github.com/react-component/slider/)|4.933017823747186e-05| +|pypi|[khmer](https://khmer.readthedocs.io/)|4.9313684864808874e-05| +|pypi|[coveralls](https://pypi.org/project/coveralls)|4.926901810254418e-05| +|cran|WRS2|4.926664873682732e-05| +|rubygems|[rouge](http://rouge.jneen.net/)|4.909582756008494e-05| +|pypi|[zict](https://pypi.org/project/zict)|4.9030443893495464e-05| +|cran|flashClust|4.8986126483721996e-05| +|cran|[odbc](https://github.com/r-dbi/odbc)|4.887485149808557e-05| +|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.880538910728599e-05| +|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.880538910728599e-05| +|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.8800493321632236e-05| +|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.858204907496704e-05| +|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.852351679178422e-05| +|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.840593589007416e-05| +|cran|[stars](https://r-spatial.github.io/stars/)|4.83796566571345e-05| +|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.836972313489955e-05| +|pypi|[pip-api](https://pypi.org/project/pip-api)|4.828607827650049e-05| +|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.828607827650049e-05| +|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.828607827650049e-05| +|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.826874977693842e-05| +|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.821899594648601e-05| +|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.801499786559536e-05| +|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.786525758920448e-05| +|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.777369240995966e-05| +|pypi|[path](https://pypi.org/project/path)|4.7769982398894814e-05| +|npm|[ws](https://github.com/websockets/ws)|4.770767879366729e-05| +|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7693984671251775e-05| +|pypi|[configparser](https://pypi.org/project/configparser)|4.7626095414593436e-05| +|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.760034301370915e-05| +|pypi|[pockets](https://pypi.org/project/pockets)|4.728573627945737e-05| +|cran|[party](http://party.R-forge.R-project.org)|4.711532082167388e-05| +|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.7083565342380606e-05| +|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.699129804205947e-05| +|pypi|[gevent](https://pypi.org/project/gevent)|4.6892101356017e-05| +|cran|[caret](https://github.com/topepo/caret/)|4.6781307275936546e-05| +|pypi|[chevron](https://pypi.org/project/chevron)|4.6752651626835826e-05| +|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.668260265840034e-05| +|pypi|[pycairo](https://pypi.org/project/pycairo)|4.658827998204358e-05| +|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.652627116212625e-05| +|cran|[lazyeval](NA)|4.642012500763535e-05| +|pypi|[wandb](https://github.com/wandb/client)|4.63838476230477e-05| +|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6365119651921686e-05| +|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.6181443456356635e-05| +|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6164771173924795e-05| +|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.599157465363141e-05| +|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.596627991298042e-05| +|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.589203509128333e-05| +|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.588970968369375e-05| +|pypi|[types-protobuf](https://github.com/python/typeshed)|4.5886699989640525e-05| +|pypi|[clang-format](http://clang.llvm.org/)|4.5886699989640525e-05| +|spack|[llvm](https://llvm.org/)|4.5863275989329756e-05| +|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.58586613543736e-05| +|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.576686004350979e-05| +|npm|[semver](https://github.com/npm/node-semver#readme)|4.5755658921210744e-05| +|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.572371632174932e-05| +|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.555977017905952e-05| +|pypi|[tk](https://github.com/atranitell/TensorKit)|4.5519752813948355e-05| +|pypi|[pycbc](http://www.pycbc.org/)|4.550518835432069e-05| +|pypi|[zstandard](https://pypi.org/project/zstandard)|4.548721976549888e-05| +|pypi|[wasabi](https://pypi.org/project/wasabi)|4.545848729552083e-05| +|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.54359964687707e-05| +|pypi|[math](https://pypi.org/project/math)|4.538226458095929e-05| +|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.517464767828257e-05| +|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.51588069185543e-05| +|cran|gee|4.507866721145501e-05| +|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.486947063089195e-05| +|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.486947063089195e-05| +|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.486947063089195e-05| +|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.486947063089195e-05| +|pypi|[pygedm](https://github.com/frbs/pygedm)|4.486947063089195e-05| +|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.486947063089195e-05| +|pypi|[structlog](https://www.structlog.org/)|4.486947063089195e-05| +|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.486947063089195e-05| +|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.486947063089195e-05| +|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.486947063089195e-05| +|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.486947063089195e-05| +|pypi|[Psycopg2](https://psycopg.org/)|4.486947063089195e-05| +|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.486947063089195e-05| +|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.486947063089195e-05| +|pypi|[sbpy](https://sbpy.org)|4.486947063089195e-05| +|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.486947063089195e-05| +|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.486947063089195e-05| +|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.486947063089195e-05| +|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.486947063089195e-05| +|pypi|[gemmi](https://project-gemmi.github.io/)|4.486947063089195e-05| +|pypi|[gputil](https://github.com/anderskm/gputil)|4.486947063089195e-05| +|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.486947063089195e-05| +|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.486947063089195e-05| +|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.486947063089195e-05| +|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.486947063089195e-05| +|pypi|[types](https://www.pytosquatting.org)|4.486947063089195e-05| +|pypi|[imexam](http://imexam.readthedocs.io/)|4.486947063089195e-05| +|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.486947063089195e-05| +|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.486947063089195e-05| +|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.486947063089195e-05| +|pypi|[trippy](https://github.com/fraserw/trippy)|4.486947063089195e-05| +|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.486947063089195e-05| +|spack|libpeyton|4.486947063089195e-05| +|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.486947063089195e-05| +|npm|[web-worker](https://github.com/developit/web-worker)|4.486947063089195e-05| +|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.486947063089195e-05| +|npm|[fflate](https://101arrowz.github.io/fflate)|4.486947063089195e-05| +|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.486947063089195e-05| +|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.481433257772041e-05| +|pypi|[bz2file](https://pypi.org/project/bz2file)|4.48004406760752e-05| +|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.471990572878898e-05| +|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.4532106190058184e-05| +|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.4532106190058184e-05| +|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4486188937965595e-05| +|pypi|[boto](https://github.com/boto/boto/)|4.4420775924583033e-05| +|pypi|[args](https://github.com/kennethreitz/args)|4.4420775924583033e-05| +|pypi|[anyio](https://pypi.org/project/anyio)|4.436743134936497e-05| +|npm|react-router-dom|4.4296801580064874e-05| +|cran|[gplots](https://github.com/talgalili/gplots)|4.4255927493567364e-05| +|rubygems|[jekyll](https://jekyllrb.com)|4.411064597793432e-05| +|pypi|[yapf](https://pypi.org/project/yapf)|4.398085856094346e-05| +|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.397208121827411e-05| +|spack|gtkplus|4.386354852781036e-05| +|pypi|[sos](https://github.com/vatlab/SoS)|4.384498683256364e-05| +|pypi|[pyglet](https://pypi.org/project/pyglet)|4.383854112711074e-05| +|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.3706440034245605e-05| +|spack|libsm|4.3686811954564776e-05| +|spack|libxext|4.3686811954564776e-05| +|npm|cross-env|4.359130485252041e-05| +|pypi|[backoff](https://pypi.org/project/backoff)|4.357975378444525e-05| +|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3477845916773577e-05| +|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.347353154459754e-05| +|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.347353154459754e-05| +|npm|[ava](https://avajs.dev)|4.332866944513065e-05| +|spack|glib|4.327323921319797e-05| +|pypi|[xlwt](https://pypi.org/project/xlwt)|4.326128756021444e-05| +|pypi|[spectres](https://spectres.readthedocs.io)|4.31779790260501e-05| +|cran|statnet.common|4.315038996019002e-05| +|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.29346950991983e-05| +|pypi|[vine](https://pypi.org/project/vine)|4.2912860888040995e-05| +|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.288822127835905e-05| +|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.280513778548835e-05| +|pypi|[zope.event](https://pypi.org/project/zope.event)|4.259467562893959e-05| +|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.24999471034829e-05| +|spack|harfbuzz|4.223478674390899e-05| +|pypi|[sniffio](https://pypi.org/project/sniffio)|4.219974581831044e-05| +|cran|[taxize](https://docs.ropensci.org/taxize/)|4.219581995234643e-05| +|cran|[targets](https://docs.ropensci.org/targets/)|4.2177855764232446e-05| +|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.2117131176386366e-05| +|cran|shape|4.209287386856192e-05| +|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.196003969314148e-05| +|npm|[mongoose](https://mongoosejs.com)|4.1928355209046905e-05| +|pypi|[colorlog](https://pypi.org/project/colorlog)|4.189712788187561e-05| +|cran|[classInt](https://r-spatial.github.io/classInt/)|4.18870396119717e-05| +|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.18183466279913e-05| +|pypi|[segments](https://github.com/cldf/segments)|4.18183466279913e-05| +|pypi|[requests-file](https://pypi.org/project/requests-file)|4.1728607686729514e-05| +|npm|[prop-types](https://facebook.github.io/react/)|4.1683907870798654e-05| +|spack|libmng|4.164447742929659e-05| +|spack|inputproto|4.164447742929659e-05| +|spack|dbus|4.164447742929659e-05| +|spack|assimp|4.164447742929659e-05| +|spack|gperf|4.164447742929659e-05| +|spack|libdrm|4.164447742929659e-05| +|spack|libxcomposite|4.164447742929659e-05| +|spack|libxcursor|4.164447742929659e-05| +|spack|libxi|4.164447742929659e-05| +|spack|libxtst|4.164447742929659e-05| +|spack|libxrandr|4.164447742929659e-05| +|spack|libxdamage|4.164447742929659e-05| +|spack|libxcb|4.164447742929659e-05| +|spack|libxkbcommon|4.164447742929659e-05| +|spack|xcb-util-image|4.164447742929659e-05| +|spack|xcb-util-keysyms|4.164447742929659e-05| +|spack|xcb-util-renderutil|4.164447742929659e-05| +|spack|xcb-util-wm|4.164447742929659e-05| +|spack|libxrender|4.164447742929659e-05| +|pypi|[distlib](https://pypi.org/project/distlib)|4.152154629287078e-05| +|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.138736093669856e-05| +|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.117031530708137e-05| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1147328420386194e-05| +|spack|libxcrypt|4.1096441951165986e-05| +|npm|[esm](https://github.com/standard-things/esm#readme)|4.1049135391032545e-05| +|cran|[qpdf](https://github.com/ropensci/qpdf)|4.0979061973266466e-05| +|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.087920567878875e-05| +|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.079042784626541e-05| +|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.0781363306744025e-05| +|spack|llvm-openmp|4.0754299181601575e-05| +|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.0733537310985246e-05| +|pypi|[tablib](https://tablib.readthedocs.io)|4.071904459753445e-05| +|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.0644491706191855e-05| +|cran|[plotly](https://plotly-r.com)|4.0599671765508944e-05| +|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.059618771366415e-05| +|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.05402496288828e-05| +|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.0482749198934e-05| +|rubygems|[rubocop](https://rubocop.org/)|4.042531598488772e-05| +|pypi|[overrides](https://github.com/mkorpela/overrides)|4.0210297316896305e-05| +|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.017897903655913e-05| +|pypi|[asciitree](https://pypi.org/project/asciitree)|4.008601665960255e-05| +|rubygems|[pry](http://pry.github.io)|4.006261212742893e-05| +|spack|yacc|4.000628887617726e-05| +|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.998522120208397e-05| +|pypi|[fiona](https://pypi.org/project/fiona)|3.9964561052495965e-05| +|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.996204239016966e-05| +|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.988397389412618e-05| +|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.988397389412618e-05| +|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.988397389412618e-05| +|pypi|[lda](https://pypi.org/project/lda)|3.988397389412618e-05| +|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.988397389412618e-05| +|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.988397389412618e-05| +|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.988397389412618e-05| +|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.988397389412618e-05| +|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.988397389412618e-05| +|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.988397389412618e-05| +|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.988397389412618e-05| +|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.988397389412618e-05| +|pypi|[precession](https://github.com/dgerosa/precession/)|3.988397389412618e-05| +|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.988397389412618e-05| +|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.988397389412618e-05| +|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.988397389412618e-05| +|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.988397389412618e-05| +|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.988397389412618e-05| +|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.988397389412618e-05| +|pypi|[tensorly-viz](https://tensorly.org/viz)|3.988397389412618e-05| +|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.988397389412618e-05| +|pypi|[pygobject](https://pygobject.readthedocs.io)|3.988397389412618e-05| +|pypi|[genicam](https://www.emva.org)|3.988397389412618e-05| +|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.988397389412618e-05| +|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.988397389412618e-05| +|pypi|[fseval](https://github.com/dunnkers/fseval)|3.988397389412618e-05| +|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.988397389412618e-05| +|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.988397389412618e-05| +|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.988397389412618e-05| +|pypi|[sick](http://www.github.com/andycasey/sick/)|3.988397389412618e-05| +|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.988397389412618e-05| +|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.988397389412618e-05| +|pypi|[treegp](https://github.com/PFLeget/treegp)|3.988397389412618e-05| +|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.988397389412618e-05| +|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.988397389412618e-05| +|pypi|[protfasta](https://pypi.org/project/protfasta)|3.988397389412618e-05| +|pypi|[hjson](http://github.com/hjson/hjson-py)|3.988397389412618e-05| +|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.988397389412618e-05| +|spack|fftw3|3.988397389412618e-05| +|npm|[apexcharts](https://apexcharts.com)|3.988397389412618e-05| +|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.988397389412618e-05| +|npm|[lodash.debounce](https://lodash.com/)|3.988397389412618e-05| +|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.988397389412618e-05| +|npm|vue-apexcharts|3.988397389412618e-05| +|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.988397389412618e-05| +|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.988397389412618e-05| +|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.988397389412618e-05| +|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.988397389412618e-05| +|cran|txtplot|3.988397389412618e-05| +|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.988397389412618e-05| +|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.968272065958617e-05| +|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.965240587182079e-05| +|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.961275574950792e-05| +|npm|rollup-plugin-json|3.95995970904678e-05| +|pypi|[casadi](http://casadi.org)|3.9545596786153625e-05| +|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.948513415518492e-05| +|cran|codemetar|3.948513415518492e-05| +|pypi|[unidecode](https://pypi.org/project/unidecode)|3.9445688466718205e-05| +|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.9386421319796954e-05| +|cran|[tmap](https://github.com/mtennekes/tmap)|3.9381938978692564e-05| +|cran|see|3.928331299596096e-05| +|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.920978650469642e-05| +|cran|[effectsize](https://easystats.github.io/effectsize/)|3.920644192213638e-05| +|pypi|[ply](https://pypi.org/project/ply)|3.907532972391316e-05| +|cran|[psych](https://personality-project.org/r/psych/)|3.902169789707609e-05| +|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.893435546807556e-05| +|cran|[checkmate](https://github.com/mllg/checkmate)|3.88816490993947e-05| +|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.884180599217306e-05| +|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.883439563375444e-05| +|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8813265604953425e-05| +|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.874870541014978e-05| +|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.874212829411343e-05| +|pypi|[wslink](https://pypi.org/project/wslink)|3.8734905856457505e-05| +|pypi|[bwapy](https://pypi.org/project/bwapy)|3.8574350870736965e-05| +|pypi|[pytabix](https://pypi.org/project/pytabix)|3.8574350870736965e-05| +|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8555112400290064e-05| +|pypi|[Brotli](https://pypi.org/project/Brotli)|3.851994204994224e-05| +|cran|highr|3.8374890857683685e-05| +|npm|[xo](https://github.com/xojs/xo#readme)|3.834642095123875e-05| +|npm|[nodemon](https://nodemon.io)|3.83414773950888e-05| +|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.826856753645464e-05| +|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.824906781521687e-05| +|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8207956723298466e-05| +|npm|[testcafe](https://testcafe.io/)|3.820763622707966e-05| +|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.8100562326838974e-05| +|cran|pool|3.805722127435194e-05| +|pypi|[yarl](https://pypi.org/project/yarl)|3.8038857612431365e-05| +|npm|[jquery](https://jquery.com)|3.8009177352854016e-05| +|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.7882672764909036e-05| +|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.782738854818398e-05| +|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7775076853802595e-05| +|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7775076853802595e-05| +|pypi|[pydap](https://pypi.org/project/pydap)|3.7775076853802595e-05| +|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7775076853802595e-05| +|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.776028177768569e-05| +|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.7739396166258834e-05| +|cran|tikzDevice|3.770203672005738e-05| +|npm|gh-pages|3.765383206292521e-05| +|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.763208329016886e-05| +|cran|[slam](NA)|3.757129780065091e-05| +|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.7350865695470157e-05| +|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7335920040800395e-05| +|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.712948694706309e-05| +|rubygems|[coderay](http://coderay.rubychan.de)|3.7012786838288614e-05| +|cran|JuliaCall|3.693616127308181e-05| +|pypi|[chex](https://github.com/deepmind/chex)|3.6761084353348934e-05| +|cran|gamm4|3.673778876418752e-05| +|cran|[zip](https://github.com/r-lib/zip#readme)|3.657408082168371e-05| +|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.652440617946167e-05| +|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.645379123402982e-05| +|pypi|[torchvision](https://pypi.org/project/torchvision)|3.638429049851211e-05| +|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.636373734159054e-05| +|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.629441624365483e-05| +|pypi|[spglib](http://spglib.github.io/spglib/)|3.620983875095939e-05| +|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.618019149623478e-05| +|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.6080945029560405e-05| +|npm|[colors](https://github.com/Marak/colors.js)|3.6027165130011396e-05| +|pypi|[jaxopt](https://github.com/google/jaxopt)|3.601426888300563e-05| +|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.599937241346883e-05| +|cran|[gert](https://docs.ropensci.org/gert/)|3.5967690535119e-05| +|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.5895576504713564e-05| +|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.5895576504713564e-05| +|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.5895576504713564e-05| +|pypi|[pykeops](http://www.kernel-operations.io/)|3.5895576504713564e-05| +|pypi|[keopscore](http://www.kernel-operations.io/)|3.5895576504713564e-05| +|pypi|[simpleitk](http://simpleitk.org/)|3.5895576504713564e-05| +|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.5895576504713564e-05| +|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.5895576504713564e-05| +|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.5895576504713564e-05| +|pypi|[caput](https://github.com/eykd/caput)|3.5895576504713564e-05| +|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.5895576504713564e-05| +|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.5895576504713564e-05| +|pypi|[urepr](https://github.com/j-faria/urepr)|3.5895576504713564e-05| +|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.5895576504713564e-05| +|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.5895576504713564e-05| +|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.5895576504713564e-05| +|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.5895576504713564e-05| +|pypi|[disksurf](https://github.com/richteague/disksurf)|3.5895576504713564e-05| +|pypi|[gofish](https://github.com/richteague/gofish)|3.5895576504713564e-05| +|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.5895576504713564e-05| +|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.5895576504713564e-05| +|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.5895576504713564e-05| +|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.5895576504713564e-05| +|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.5895576504713564e-05| +|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.5895576504713564e-05| +|pypi|[pywfa](https://pypi.org/project/pywfa)|3.5895576504713564e-05| +|pypi|[astLib](https://astlib.readthedocs.io)|3.5895576504713564e-05| +|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.5895576504713564e-05| +|pypi|[Cerberus](http://docs.python-cerberus.org)|3.5895576504713564e-05| +|pypi|[2to3](https://pypi.org/project/2to3)|3.5895576504713564e-05| +|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.5895576504713564e-05| +|spack|edlib|3.5895576504713564e-05| +|spack|spoa|3.5895576504713564e-05| +|spack|thread_pool|3.5895576504713564e-05| +|spack|rampler|3.5895576504713564e-05| +|spack|cudapoa|3.5895576504713564e-05| +|spack|cudaaligner|3.5895576504713564e-05| +|spack|cppuddle|3.5895576504713564e-05| +|spack|hpxkokkos|3.5895576504713564e-05| +|npm|[auspice](https://www.npmjs.com/package/auspice)|3.5895576504713564e-05| +|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.5895576504713564e-05| +|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.5895576504713564e-05| +|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5872933368902754e-05| +|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.586981412923171e-05| +|pypi|[optlang](https://github.com/opencobra/optlang)|3.586981412923171e-05| +|pypi|[kombu](https://kombu.readthedocs.io)|3.5721346162612395e-05| +|pypi|[ray](https://github.com/ray-project/ray)|3.559578203296911e-05| +|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.558877670552798e-05| +|pypi|[cymem](https://pypi.org/project/cymem)|3.5587203756724604e-05| +|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.5587203756724604e-05| +|cran|class|3.554219389337148e-05| +|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.553662073966643e-05| +|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.553662073966643e-05| +|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.553662073966643e-05| +|spack|virtest|3.553662073966643e-05| +|npm|[rxjs](https://rxjs.dev)|3.537250554006974e-05| +|npm|prettier|3.535500658990605e-05| +|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.520857982519751e-05| +|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5195852421332194e-05| +|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.514734098175851e-05| +|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.496143898485739e-05| +|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.493356394769137e-05| +|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.490608404224323e-05| +|pypi|[jdcal](https://pypi.org/project/jdcal)|3.487581580855692e-05| +|npm|husky|3.484877279859449e-05| +|cran|[git2r](https://docs.ropensci.org/git2r/)|3.483862161145509e-05| +|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.4669565617052574e-05| +|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.461626612138781e-05| +|npm|[passport](https://www.passportjs.org/)|3.4602727350942095e-05| +|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4588851570550744e-05| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.4560273461344506e-05| +|cran|modelbased|3.4538644821458456e-05| +|pypi|[crds](https://hst-crds.stsci.edu)|3.445050630682769e-05| +|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.4360100134121545e-05| +|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.434949745326931e-05| +|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.4290489750437753e-05| +|pypi|[hiredis](https://pypi.org/project/hiredis)|3.416367019632989e-05| +|pypi|[isodate](https://pypi.org/project/isodate)|3.413801145086576e-05| +|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.410079767947789e-05| +|cran|mapdata|3.400824593599775e-05| +|cran|[GGally](https://ggobi.github.io/ggally/)|3.3945740183699625e-05| +|npm|[xlsx](https://sheetjs.com/)|3.3765700620251884e-05| +|pypi|[types-toml](https://pypi.org/project/types-toml)|3.3749203916000965e-05| +|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.3737619141241333e-05| +|pypi|[nibabel](https://nipy.org/nibabel)|3.3731471480756203e-05| +|npm|[browserify](https://github.com/browserify/browserify#readme)|3.360460738275716e-05| +|rubygems|[activesupport](https://rubyonrails.org)|3.3494954167866736e-05| +|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3492830004398054e-05| +|rubygems|[railties](https://rubyonrails.org)|3.335371199296922e-05| +|npm|jest|3.3323448326091874e-05| +|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.328537865836957e-05| +|rubygems|rake-compiler|3.32798237224549e-05| +|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.324105389564665e-05| +|cran|tseries|3.3195632394311434e-05| +|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3107398850206e-05| +|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.2911846579142547e-05| +|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.291178136131454e-05| +|pypi|[rpy2](https://rpy2.github.io)|3.2845800229502205e-05| +|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.27819071791153e-05| +|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.2717603472059405e-05| +|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.270829686679503e-05| +|pypi|[marxs](http://marxs.readthedocs.io)|3.2632342277012324e-05| +|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.2632342277012324e-05| +|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.2632342277012324e-05| +|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.2632342277012324e-05| +|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.2632342277012324e-05| +|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.2632342277012324e-05| +|pypi|[PIL](http://www.pythonware.com/products/pil)|3.2632342277012324e-05| +|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.2632342277012324e-05| +|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.2632342277012324e-05| +|pypi|[wurst](https://github.com/polca/wurst)|3.2632342277012324e-05| +|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.2632342277012324e-05| +|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.2632342277012324e-05| +|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.2632342277012324e-05| +|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| +|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.2632342277012324e-05| +|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.2632342277012324e-05| +|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| +|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.2632342277012324e-05| +|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.2632342277012324e-05| +|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.2632342277012324e-05| +|pypi|[configuration](http://k0s.org/hg/configuration)|3.2632342277012324e-05| +|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.2632342277012324e-05| +|pypi|[flatdict](https://github.com/gmr/flatdict)|3.2632342277012324e-05| +|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.2632342277012324e-05| +|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.2632342277012324e-05| +|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.2632342277012324e-05| +|pypi|[filetype](https://github.com/h2non/filetype.py)|3.2632342277012324e-05| +|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.2632342277012324e-05| +|pypi|[colored](https://gitlab.com/dslackw/colored)|3.2632342277012324e-05| +|pypi|[cdips](https://github.com/lgbouma/cdips)|3.2632342277012324e-05| +|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.2632342277012324e-05| +|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.2632342277012324e-05| +|spack|openni2|3.2632342277012324e-05| +|spack|efusion|3.2632342277012324e-05| +|spack|suitesparse|3.2632342277012324e-05| +|spack|realsense|3.2632342277012324e-05| +|npm|[angular-animate](http://angularjs.org)|3.2632342277012324e-05| +|npm|[angular-sanitize](http://angularjs.org)|3.2632342277012324e-05| +|npm|[angular-touch](http://angularjs.org)|3.2632342277012324e-05| +|npm|[colorbrewer](http://colorbrewer2.org/)|3.2632342277012324e-05| +|npm|[dc](http://dc-js.github.io/dc.js/)|3.2632342277012324e-05| +|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.26128570034027e-05| +|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.260514865844815e-05| +|npm|[babel-cli](https://babeljs.io/)|3.2589300947188545e-05| +|npm|eslint-config-standard|3.251565672555239e-05| +|pypi|[billiard](https://pypi.org/project/billiard)|3.251317901250362e-05| +|cran|[network](http://statnet.org/)|3.2511526585018064e-05| +|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.250088397373418e-05| +|pypi|[altair](https://pypi.org/project/altair)|3.2418328368952574e-05| +|pypi|[scikit_learn](http://scikit-learn.org)|3.226659953321432e-05| +|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2254464161201384e-05| +|npm|[sinon](https://sinonjs.org/)|3.2245360771842095e-05| +|cran|[vcr](https://github.com/ropensci/vcr/)|3.214583570500772e-05| +|cran|[sna](http://statnet.org)|3.19869943779933e-05| +|npm|npm-run-all|3.181908269171025e-05| +|npm|fortawesome|3.177033231711829e-05| +|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1708967585596784e-05| +|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.170167107521268e-05| +|pypi|[pypairix](https://pypi.org/project/pypairix)|3.168967997194973e-05| +|npm|eslint-plugin-node|3.167800780811739e-05| +|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.158810732414794e-05| +|cran|lars|3.149990306670306e-05| +|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.138854392525532e-05| +|cran|[shinytest](https://github.com/rstudio/shinytest)|3.1288311731305146e-05| +|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.1263887075422993e-05| +|pypi|[optax](https://github.com/deepmind/optax)|3.1251045303156906e-05| +|pypi|[matchms](https://github.com/matchms/matchms)|3.122915155910081e-05| +|npm|eslint-plugin-standard|3.1226966083344706e-05| +|npm|eslint-plugin-promise|3.1226966083344706e-05| +|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1214222817480866e-05| +|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.120053914304632e-05| +|cran|fontawesome|3.115397321096514e-05| +|pypi|[addict](https://pypi.org/project/addict)|3.114689086294417e-05| +|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.111354193206985e-05| +|cran|[here](https://here.r-lib.org/)|3.110266034799049e-05| +|cran|poorman|3.108813766889924e-05| +|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.107461942215386e-05| +|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.096522316129913e-05| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0910298910661495e-05| +|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.080182326737803e-05| +|cran|spatstat.data|3.077246069966583e-05| +|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.073794893324683e-05| +|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.072910036666783e-05| +|cran|mlbench|3.0719244629792784e-05| +|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0703488453171194e-05| +|cran|polyclip|3.067046428909412e-05| +|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0663272094084075e-05| +|npm|[babel](https://babeljs.io/)|3.064256530890182e-05| +|npm|[commander](https://github.com/tj/commander.js#readme)|3.064091381657812e-05| +|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.0636048835777974e-05| +|pypi|[sep](https://github.com/kbarbary/sep)|3.059827379107034e-05| +|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.059670568735109e-05| +|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.059011656078838e-05| +|npm|react-router-bootstrap|3.056124934611836e-05| +|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.055068201160716e-05| +|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.054889273163385e-05| +|npm|[events](https://github.com/Gozala/events#readme)|3.0514369386958222e-05| +|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0379480472392004e-05| +|pypi|[itk](https://itk.org/)|3.0232008823721475e-05| +|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0230805837563453e-05| +|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.0197600828395333e-05| +|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0165464742403574e-05| +|pypi|[cligj](https://pypi.org/project/cligj)|3.0135968687412766e-05| +|npm|immutable|3.011989727763935e-05| +|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0087981530538248e-05| +|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|3.0058058375634522e-05| +|npm|[async](https://caolan.github.io/async/)|2.998568786407574e-05| +|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.992505080126545e-05| +|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9923658452631576e-05| +|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.9912980420594635e-05| +|pypi|[random2](http://pypi.python.org/pypi/random2)|2.9912980420594635e-05| +|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.9912980420594635e-05| +|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.9912980420594635e-05| +|pypi|[blackjax](https://pypi.org/project/blackjax)|2.9912980420594635e-05| +|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.9912980420594635e-05| +|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.9912980420594635e-05| +|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.9912980420594635e-05| +|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.9912980420594635e-05| +|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.9912980420594635e-05| +|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.9912980420594635e-05| +|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.9912980420594635e-05| +|pypi|[toil](https://github.com/DataBiosphere/toil)|2.9912980420594635e-05| +|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.9912980420594635e-05| +|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.9912980420594635e-05| +|npm|[downloadjs](http://danml.com/download.html)|2.9912980420594635e-05| +|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.9912980420594635e-05| +|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.9912980420594635e-05| +|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.9912980420594635e-05| +|pypi|[vtk](https://vtk.org)|2.989396853650253e-05| +|cran|[Seurat](https://satijalab.org/seurat)|2.9811603095646356e-05| +|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.978371361234849e-05| +|pypi|[Pint](https://github.com/hgrecco/pint)|2.9783551745571326e-05| +|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9764140908266858e-05| +|pypi|[arrow](https://pypi.org/project/arrow)|2.963758333154888e-05| +|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.955917773200651e-05| +|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9554003362328355e-05| +|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.953823086258077e-05| +|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.946886354624487e-05| +|npm|babel-preset-env|2.9444908157941594e-05| +|pypi|[autocommand](https://pypi.org/project/autocommand)|2.943070620659873e-05| +|cran|[spatstat.core](http://spatstat.org/)|2.9427295263926696e-05| +|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.940072063089195e-05| +|cran|tripack|2.924772044057226e-05| +|pypi|[ndcube](https://pypi.org/project/ndcube)|2.914264522590851e-05| +|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9118685868958438e-05| +|pypi|[shap](https://pypi.org/project/shap)|2.9118446634464484e-05| +|cran|RhpcBLASctl|2.908513027620033e-05| +|cran|reactlog|2.9038698166937378e-05| +|cran|sourcetools|2.9038698166937378e-05| +|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8987884944723056e-05| +|npm|[grunt](https://gruntjs.com/)|2.894124461961949e-05| +|pypi|[smart-open](https://pypi.org/project/smart-open)|2.8940258767968842e-05| +|npm|eslint-plugin-markdown|2.892794964117232e-05| +|spack|hwloc|2.8853566112525696e-05| +|cran|brew|2.8810062178063768e-05| +|pypi|[astor](https://pypi.org/project/astor)|2.8802533201549295e-05| +|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.876248117364869e-05| +|npm|[winston](https://github.com/winstonjs/winston#readme)|2.876248117364869e-05| +|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.8653841173329933e-05| +|cran|animation|2.8650968498191596e-05| +|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.857287889775199e-05| +|cran|[recipes](https://github.com/tidymodels/recipes)|2.855382309416746e-05| +|cran|[wk](https://paleolimbot.github.io/wk/)|2.8531542915591446e-05| +|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8460064228737182e-05| +|pypi|[gensim](http://radimrehurek.com/gensim)|2.8425679512162487e-05| +|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8246991692982185e-05| +|pypi|[dipy](https://dipy.org)|2.8210241535114635e-05| +|pypi|[lml](https://pypi.org/project/lml)|2.819134096912877e-05| +|cran|[plotrix](NA)|2.8155143979498206e-05| +|npm|[underscore](https://underscorejs.org)|2.8141704651403708e-05| +|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8124775876770082e-05| +|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8124775876770076e-05| +|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8100876430228476e-05| +|pypi|[gmsh](https://gmsh.info)|2.8083009853687668e-05| +|pypi|[PIMS](https://pypi.org/project/PIMS)|2.800942712110225e-05| +|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7929519718859823e-05| +|cran|timeSeries|2.789326947717372e-05| +|cran|fts|2.789326947717372e-05| +|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7885067253908366e-05| +|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7855623714332315e-05| +|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.781070440849191e-05| +|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.7800906013569654e-05| +|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7754972547394593e-05| +|cran|[matlab](http://cran.r-project.org/package=matlab)|2.772067945198384e-05| +|cran|[rex](https://github.com/kevinushey/rex)|2.7720309872905925e-05| +|spack|meson|2.7718564176939813e-05| +|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7717862458902878e-05| +|cran|shinydisconnect|2.7626605377657342e-05| +|npm|chalk|2.7621252717672996e-05| +|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.761198192670274e-05| +|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.761198192670274e-05| +|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.761198192670274e-05| +|pypi|[filemagic](http://filemagic.readthedocs.org)|2.761198192670274e-05| +|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.761198192670274e-05| +|pypi|[ulid](https://github.com/mdipierro/ulid)|2.761198192670274e-05| +|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.761198192670274e-05| +|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.761198192670274e-05| +|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.761198192670274e-05| +|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.761198192670274e-05| +|pypi|[pmesh](https://pypi.org/project/pmesh)|2.761198192670274e-05| +|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.761198192670274e-05| +|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.761198192670274e-05| +|pypi|[coramin](https://github.com/Coramin/Coramin)|2.761198192670274e-05| +|pypi|[json2table](https://github.com/latture/json2table)|2.761198192670274e-05| +|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.761198192670274e-05| +|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.761198192670274e-05| +|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.761198192670274e-05| +|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.761198192670274e-05| +|spack|everybeam|2.761198192670274e-05| +|spack|idgapi|2.761198192670274e-05| +|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.761145858026861e-05| +|pypi|[pretend](https://pypi.org/project/pretend)|2.7596579423429994e-05| +|pypi|[reportlab](https://pypi.org/project/reportlab)|2.757166667244656e-05| +|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.754307849731066e-05| +|cran|strucchange|2.750658157953961e-05| +|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7393405090058496e-05| +|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.733586210743571e-05| +|npm|ndoc|2.733586210743571e-05| +|cran|[irlba](NA)|2.7278702278993218e-05| +|spack|eigen|2.7277571601688213e-05| +|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7273554355361834e-05| +|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7226153786387653e-05| +|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7185990620680678e-05| +|cran|fANCOVA|2.706116233295349e-05| +|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7051348645836616e-05| +|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.702162056605986e-05| +|cran|broom.mixed|2.690886252978349e-05| +|pypi|[funcy](https://pypi.org/project/funcy)|2.687161620531923e-05| +|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.684025901484205e-05| +|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6839324537579195e-05| +|cran|[glmnet](https://glmnet.stanford.edu)|2.6734238045633927e-05| +|pypi|[flax](https://pypi.org/project/flax)|2.6696130938496292e-05| +|pypi|[toposort](https://pypi.org/project/toposort)|2.6693061742463484e-05| +|pypi|[datrie](https://pypi.org/project/datrie)|2.6693061742463484e-05| +|pypi|[intake](https://pypi.org/project/intake)|2.6677355435663563e-05| +|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6660536914373583e-05| +|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.6641846967832574e-05| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.660432604039553e-05| +|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6598724268602427e-05| +|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6594064021547707e-05| +|cran|conflicted|2.6565584194810895e-05| +|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6463044715007915e-05| +|cran|[argon2](https://github.com/wrathematics/argon2)|2.6462090800787325e-05| +|pypi|[datashader](https://datashader.org)|2.6447323321294975e-05| +|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6447136702149986e-05| +|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6278120599755654e-05| +|cran|[golem](https://github.com/ThinkR-open/golem)|2.622595391349166e-05| +|spack|[openssh](https://www.openssh.com/)|2.6216031883272634e-05| +|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6216031883272634e-05| +|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6211233879071265e-05| +|pypi|[astroid](https://pypi.org/project/astroid)|2.6194369133159027e-05| +|cran|margins|2.616851626437377e-05| +|cran|gam|2.6144107005920454e-05| +|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.606576166979601e-05| +|npm|object-assign|2.6047775809940504e-05| +|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5999643782965854e-05| +|cran|ade4|2.599626337420186e-05| +|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.5973982998847492e-05| +|npm|[zone.js](https://github.com/angular/angular#readme)|2.5926301196724065e-05| +|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5742420650415578e-05| +|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5726322941055747e-05| +|pypi|[srsly](https://pypi.org/project/srsly)|2.571592021792838e-05| +|pypi|[area](https://github.com/scisco/area)|2.563969750336683e-05| +|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.563969750336683e-05| +|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.563969750336683e-05| +|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.563969750336683e-05| +|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.563969750336683e-05| +|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.563969750336683e-05| +|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.563969750336683e-05| +|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.563969750336683e-05| +|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.563969750336683e-05| +|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.563969750336683e-05| +|pypi|[wres](https://github.com/jks-liu/wres)|2.563969750336683e-05| +|pypi|[thermo](https://github.com/CalebBell/thermo)|2.563969750336683e-05| +|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.563969750336683e-05| +|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.563969750336683e-05| +|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.563969750336683e-05| +|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.563969750336683e-05| +|pypi|[dash_table](https://pypi.org/project/dash_table)|2.563969750336683e-05| +|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.563969750336683e-05| +|pypi|[python-time](https://github.com/hengdai/pytime)|2.563969750336683e-05| +|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.563969750336683e-05| +|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.563969750336683e-05| +|spack|sophus|2.563969750336683e-05| +|spack|visioncore|2.563969750336683e-05| +|spack|brisk|2.563969750336683e-05| +|spack|opengv|2.563969750336683e-05| +|spack|gtsam|2.563969750336683e-05| +|spack|tensorflow|2.563969750336683e-05| +|spack|cudalibs|2.563969750336683e-05| +|spack|pnetcdf|2.563969750336683e-05| +|spack|qt5widgets|2.563969750336683e-05| +|spack|qt5opengl|2.563969750336683e-05| +|spack|glut|2.563969750336683e-05| +|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.563969750336683e-05| +|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.563969750336683e-05| +|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.563969750336683e-05| +|npm|[md5-node](https://github.com/shanelau/node-md5)|2.563969750336683e-05| +|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.563969750336683e-05| +|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.563969750336683e-05| +|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.563969750336683e-05| +|npm|net|2.563969750336683e-05| +|cran|poibin|2.563969750336683e-05| +|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.563201912451822e-05| +|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5588073300880393e-05| +|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5539496386687004e-05| +|spack|[swig](http://www.swig.org)|2.544525803175012e-05| +|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5396120377084845e-05| +|pypi|[srastream](https://github.com/jdidion/srastream)|2.538330052833316e-05| +|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.538330052833316e-05| +|spack|py-nose|2.538330052833316e-05| +|npm|process|2.538330052833316e-05| +|npm|util|2.538330052833316e-05| +|npm|spc|2.538330052833316e-05| +|pypi|[progress](https://pypi.org/project/progress)|2.536153097384917e-05| +|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.533546875141381e-05| +|rubygems|ruby-maven-libs|2.528617488252356e-05| +|spack|findutils|2.5285985755333825e-05| +|pypi|[humanize](https://pypi.org/project/humanize)|2.5276883727410098e-05| +|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5213804787512386e-05| +|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5174609804732517e-05| +|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5126903553299495e-05| +|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5105192519123254e-05| +|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5056887456271063e-05| +|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.504903250484106e-05| +|cran|[mmand](https://github.com/jonclayden/mmand)|2.502279465085527e-05| +|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.502279465085527e-05| +|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5003965663843117e-05| +|cran|latticeExtra|2.4963655740173012e-05| +|cran|[circlize](https://github.com/jokergoo/circlize)|2.4958284768931313e-05| +|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4902556200145033e-05| +|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4902556200145033e-05| +|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4902556200145033e-05| +|pypi|[pythutils](https://github.com/JolleJolles)|2.4902556200145033e-05| +|npm|[mathjs](https://mathjs.org)|2.4877628716461206e-05| +|pypi|[typeguard](https://pypi.org/project/typeguard)|2.484000771335478e-05| +|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4818125024637838e-05| +|pypi|[ortools](https://pypi.org/project/ortools)|2.4761904761904776e-05| +|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4704177258564512e-05| +|pypi|[boltons](https://pypi.org/project/boltons)|2.470268825595649e-05| +|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4588570613026382e-05| +|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4588469905728792e-05| +|rubygems|[test-unit](http://test-unit.github.io/)|2.458592027314787e-05| +|npm|after|2.4558293562725477e-05| +|npm|expect.js|2.4554817802755622e-05| +|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4550485168686764e-05| +|cran|gbRd|2.4549302309365758e-05| +|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4525124770720472e-05| +|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4505338117285184e-05| +|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.4428934010152285e-05| +|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.440795166129868e-05| +|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4404008182797547e-05| +|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.4348809955454267e-05| +|pypi|[cmake](https://pypi.org/project/cmake)|2.434436119223943e-05| +|cran|SGP|2.425515383818502e-05| +|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4233787845568162e-05| +|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4202606466515194e-05| +|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.4142911155371354e-05| +|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.4126955350668186e-05| +|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.410131565316482e-05| +|pypi|[astlib](https://astlib.readthedocs.io)|2.410131565316482e-05| +|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.410131565316482e-05| +|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4079744434701794e-05| +|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4005402462242665e-05| +|pypi|[identify](https://pypi.org/project/identify)|2.4005402462242665e-05| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4005402462242665e-05| +|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3987478360530565e-05| +|pypi|[george](https://github.com/dfm/george)|2.3976478198946657e-05| +|pypi|[scandir](https://pypi.org/project/scandir)|2.396633743794277e-05| +|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.393038433647571e-05| +|pypi|[vedo](https://github.com/marcomusy/vedo)|2.393038433647571e-05| +|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.393038433647571e-05| +|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.393038433647571e-05| +|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.393038433647571e-05| +|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.393038433647571e-05| +|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.393038433647571e-05| +|pypi|[scikit-video](http://scikit-video.org/)|2.393038433647571e-05| +|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.393038433647571e-05| +|pypi|[haversine](https://github.com/mapado/haversine)|2.393038433647571e-05| +|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.393038433647571e-05| +|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.393038433647571e-05| +|spack|glew|2.3793955042945888e-05| +|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.378081943437274e-05| +|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3725331991596365e-05| +|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3725331991596365e-05| +|cran|pbdMPI|2.369108049311095e-05| +|rubygems|[yard](http://yardoc.org)|2.3622092257422566e-05| +|rubygems|[cucumber](https://cucumber.io/)|2.359826241992295e-05| +|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.3595774930106656e-05| +|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.3585314194532955e-05| +|pypi|[starlette](https://pypi.org/project/starlette)|2.3553037992470853e-05| +|pypi|[Theano](http://deeplearning.net/software/theano/)|2.3531544597534446e-05| +|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3531524196524785e-05| +|pypi|[scanpy](https://scanpy.readthedocs.io)|2.352350621609646e-05| +|rubygems|[nokogiri](https://nokogiri.org)|2.351070099327572e-05| +|cran|rsvg|2.349063514569068e-05| +|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.344321893621717e-05| +|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.339982670189862e-05| +|cran|av|2.330676893032519e-05| +|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3283861768057478e-05| +|cran|[janitor](https://github.com/sfirke/janitor)|2.322935464187883e-05| +|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3227186305994483e-05| +|cran|parallelly|2.3196158888152722e-05| +|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3143597540539057e-05| +|pypi|[loguru](https://pypi.org/project/loguru)|2.3124589486691198e-05| +|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3118546047860775e-05| +|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3118546047860775e-05| +|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3118546047860775e-05| +|cran|lpSolve|2.310001799277018e-05| +|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.300998493891895e-05| +|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.300998493891895e-05| +|npm|[express-session](https://github.com/expressjs/session#readme)|2.2963554076452915e-05| +|pypi|[httptools](https://pypi.org/project/httptools)|2.2945886185047373e-05| +|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2945886185047373e-05| +|pypi|[service-identity](https://pypi.org/project/service-identity)|2.2891449558418376e-05| +|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2851213303683864e-05| +|cran|cba|2.2846825979924432e-05| +|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.281556890784323e-05| +|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2760362765099134e-05| +|pypi|[av](https://pypi.org/project/av)|2.270802405214787e-05| +|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2697643959686847e-05| +|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2676888014088892e-05| +|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.2633196435544153e-05| +|pypi|[formulaic](https://pypi.org/project/formulaic)|2.261364070073661e-05| +|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.261364070073661e-05| +|pypi|[nltk](https://pypi.org/project/nltk)|2.2552501382254552e-05| +|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.25227146696242e-05| +|rubygems|[kramdown](http://kramdown.gettalong.org)|2.2485077277566635e-05| +|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.247306906978777e-05| +|pypi|[julia](http://julialang.org)|2.2434735315445976e-05| +|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.2434735315445976e-05| +|pypi|[ref_index](http://github.com/phn/ref_index)|2.2434735315445976e-05| +|pypi|[cerberus](http://docs.python-cerberus.org)|2.2434735315445976e-05| +|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.2434735315445976e-05| +|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.2434735315445976e-05| +|pypi|[bfit](https://github.com/dfujim/bfit)|2.2434735315445976e-05| +|pypi|[bdata](https://github.com/dfujim/bdata)|2.2434735315445976e-05| +|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.2434735315445976e-05| +|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.2434735315445976e-05| +|npm|[emotion](https://emotion.sh)|2.2434735315445976e-05| +|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.2434735315445976e-05| +|npm|[helmet](https://helmetjs.github.io/)|2.2434735315445976e-05| +|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.2434735315445976e-05| +|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.2434735315445976e-05| +|cran|colorRamps|2.2434735315445976e-05| +|cran|geoaxe|2.2434735315445976e-05| +|cran|spbabel|2.2434735315445976e-05| +|cran|paletteer|2.2434735315445976e-05| +|cran|statsExpressions|2.2434735315445976e-05| +|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2401965523209227e-05| +|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2369395441163205e-05| +|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2369395441163205e-05| +|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.235619651032279e-05| +|npm|clipboard|2.2344996374184193e-05| +|pypi|[anndata](http://anndata.readthedocs.io)|2.2343062199872995e-05| +|pypi|[nbval](https://pypi.org/project/nbval)|2.229452299285179e-05| +|cran|doMC|2.2245001553921062e-05| +|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2229462660607176e-05| +|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2210387962291517e-05| +|pypi|[pyramid](https://pypi.org/project/pyramid)|2.21946331664813e-05| +|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.2180009625435283e-05| +|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2163025743292244e-05| +|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.2129139862652317e-05| +|pypi|[datatable](https://pypi.org/project/datatable)|2.212812397899418e-05| +|cran|[futile.logger](NA)|2.2081318382487713e-05| +|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2080163554326175e-05| +|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2065222027897454e-05| +|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.204647703896642e-05| +|pypi|[aiodns](https://pypi.org/project/aiodns)|2.20317062427108e-05| +|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.1962856661881573e-05| +|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.189408390782581e-05| +|spack|py-mpi4py|2.1827031392687603e-05| +|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.182404045374495e-05| +|cran|miniUI|2.181978598345442e-05| +|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1790455737156244e-05| +|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1766738880906588e-05| +|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1465554749818706e-05| +|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.1416269553506685e-05| +|cran|spatial|2.139474133780941e-05| +|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.138391801811854e-05| +|rubygems|actionpack|2.136737724877422e-05| +|pypi|[pyavm](https://pypi.org/project/pyavm)|2.134997888261122e-05| +|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1229384866402636e-05| +|pypi|[waitress](https://pypi.org/project/waitress)|2.1201145714116096e-05| +|pypi|[xgboost](https://pypi.org/project/xgboost)|2.118565293198474e-05| +|cran|fstcore|2.1170566742901767e-05| +|pypi|[databases](https://pypi.org/project/databases)|2.1161652113607267e-05| +|npm|sax|2.11454692843292e-05| +|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1115045002772684e-05| +|pypi|[pykalman](http://pykalman.github.com)|2.1115045002772684e-05| +|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1115045002772684e-05| +|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1115045002772684e-05| +|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1115045002772684e-05| +|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1115045002772684e-05| +|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1115045002772684e-05| +|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1115045002772684e-05| +|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1115045002772684e-05| +|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1115045002772684e-05| +|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1115045002772684e-05| +|npm|[diff2html](https://diff2html.xyz/)|2.1115045002772684e-05| +|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1115045002772684e-05| +|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1115045002772684e-05| +|npm|react-schemaorg|2.1115045002772684e-05| +|cran|nortest|2.1115045002772684e-05| +|cran|openair|2.1115045002772684e-05| +|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1110267939512936e-05| +|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.110472866030314e-05| +|npm|safe-buffer|2.106015086249541e-05| +|pypi|[h2](https://pypi.org/project/h2)|2.1056005126387677e-05| +|npm|lint-staged|2.094769315994145e-05| +|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0910241257567887e-05| +|pypi|[apptools](https://docs.enthought.com/apptools)|2.0810460478607687e-05| +|cran|webfakes|2.0772017010758264e-05| +|pypi|[passlib](https://pypi.org/project/passlib)|2.077114282889532e-05| +|npm|vary|2.0717664105163455e-05| +|pypi|[prov](https://pypi.org/project/prov)|2.0672957652820062e-05| +|cran|mclust|2.0669992372705845e-05| +|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0660585635928964e-05| +|cran|brms|2.065506820066866e-05| +|rubygems|[builder](http://onestepback.org)|2.0637600843002175e-05| +|npm|[standard](https://standardjs.com)|2.0523881743686498e-05| +|rubygems|[aruba](https://github.com/cucumber/aruba)|2.040751647933285e-05| +|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0404703362944165e-05| +|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0404703362944165e-05| +|pypi|[h3](https://github.com/uber/h3-py)|2.039780379156739e-05| +|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0354579780450604e-05| +|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0325059127890578e-05| +|rubygems|[tins](https://github.com/flori/tins)|2.0301799464637206e-05| +|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| +|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| +|npm|redux|2.02336380490305e-05| +|pypi|[incremental](https://pypi.org/project/incremental)|2.0228650115905598e-05| +|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.021591533919308e-05| +|spack|py-flit-core|2.0208309421542923e-05| +|npm|eslint-config-prettier|2.017555647696917e-05| +|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.016871754020113e-05| +|cran|RJSONIO|2.0067524569374808e-05| +|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|2.0023910513794174e-05| +|rubygems|[webmock](https://github.com/bblimke/webmock)|1.9993936960208303e-05| +|cran|[graphql](http://graphql.org)|1.9986933117643783e-05| +|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9966914430746918e-05| +|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9965718029228234e-05| +|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.994198694706309e-05| +|pypi|[tkp](http://docs.transientskp.org/)|1.994198694706309e-05| +|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.994198694706309e-05| +|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.994198694706309e-05| +|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.994198694706309e-05| +|spack|dl|1.994198694706309e-05| +|spack|sofa|1.994198694706309e-05| +|spack|pthreads|1.994198694706309e-05| +|npm|[bower](http://bower.io)|1.994198694706309e-05| +|npm|[http-auth](https://github.com/gevorg/http-auth)|1.994198694706309e-05| +|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.994198694706309e-05| +|npm|[multer](https://github.com/expressjs/multer#readme)|1.994198694706309e-05| +|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.994198694706309e-05| +|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.994198694706309e-05| +|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.994198694706309e-05| +|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.994198694706309e-05| +|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.994198694706309e-05| +|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.994198694706309e-05| +|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.994198694706309e-05| +|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.994198694706309e-05| +|pypi|[pydub](http://pydub.com)|1.9913498394281568e-05| +|npm|coffee-script|1.987290431972979e-05| +|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.985405730616327e-05| +|pypi|[pyscf](http://www.pyscf.org)|1.982758291668257e-05| +|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9794808539977525e-05| +|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.974256707759246e-05| +|pypi|[clikit](https://pypi.org/project/clikit)|1.974256707759246e-05| +|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.974256707759246e-05| +|pypi|[httpstan](https://pypi.org/project/httpstan)|1.974256707759246e-05| +|pypi|[language-data](https://pypi.org/project/language-data)|1.974256707759246e-05| +|npm|scheduler|1.974256707759246e-05| +|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.973412105959135e-05| +|pypi|[anytree](https://pypi.org/project/anytree)|1.9655170719134698e-05| +|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9639031425464732e-05| +|cran|stopwords|1.962832905193679e-05| +|cran|spam|1.957723443912988e-05| +|npm|[babel-loader](https://github.com/babel/babel-loader)|1.956518654851028e-05| +|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.954514140681653e-05| +|pypi|[validators](https://pypi.org/project/validators)|1.9511332112774825e-05| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.949712476757336e-05| +|npm|json5|1.947530582395567e-05| +|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9470239918230643e-05| +|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9428480783176215e-05| +|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9403014326872195e-05| +|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9403014326872195e-05| +|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9375266488397386e-05| +|npm|[jasmine](http://jasmine.github.io/)|1.9342005503043522e-05| +|rubygems|[psych](https://github.com/ruby/psych)|1.9341583201142134e-05| +|pypi|[selenium](https://pypi.org/project/selenium)|1.9334728625600157e-05| +|cran|[remotes](https://remotes.r-lib.org)|1.930819990771061e-05| +|pypi|[pyside6](https://www.pyside.org)|1.924002900652647e-05| +|cran|modelr|1.9226281276138796e-05| +|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.9217684667580425e-05| +|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.9143420116037973e-05| +|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.911364169121646e-05| +|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.911364169121646e-05| +|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9111301700248626e-05| +|cran|[config](https://github.com/rstudio/config)|1.898430239619989e-05| +|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.889240868669135e-05| +|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.889240868669135e-05| +|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.889240868669135e-05| +|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.889240868669135e-05| +|pypi|[kneed](https://github.com/arvkevi/kneed)|1.889240868669135e-05| +|pypi|[BioPython](https://biopython.org/)|1.889240868669135e-05| +|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.889240868669135e-05| +|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.889240868669135e-05| +|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.889240868669135e-05| +|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.889240868669135e-05| +|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.889240868669135e-05| +|pypi|[sos-python](https://github.com/vatlab/SOS)|1.889240868669135e-05| +|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.889240868669135e-05| +|cran|dunn.test|1.889240868669135e-05| +|cran|minqa|1.8868616922326202e-05| +|cran|kernlab|1.878917433634202e-05| +|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.867958795193204e-05| +|cran|[tm](http://tm.r-forge.r-project.org/)|1.8655664117161645e-05| +|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8621579779901026e-05| +|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8598285294914246e-05| +|npm|validator|1.857791641133783e-05| +|npm|[ts-node](https://typestrong.org/ts-node)|1.854650452351497e-05| +|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.8450735162546793e-05| +|cran|Formula|1.843437527249899e-05| +|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8430824928668525e-05| +|cran|[hoardr](https://github.com/ropensci/hoardr)|1.840122089444918e-05| +|rubygems|concurrent-ruby|1.8349619289340102e-05| +|cran|[RANN](https://github.com/jefferis/RANN)|1.832113544938176e-05| +|spack|llvm-amdgpu|1.831058997202942e-05| +|spack|hsa-rocr-dev|1.831058997202942e-05| +|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8221830105621215e-05| +|pypi|[constantly](https://pypi.org/project/constantly)|1.8189488891704455e-05| +|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8189488891704455e-05| +|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8167150108774478e-05| +|cran|[reactable](https://glin.github.io/reactable/)|1.815378240323854e-05| +|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.814008598363203e-05| +|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8139895437246226e-05| +|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.810533667076446e-05| +|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.810533667076446e-05| +|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8085848161990298e-05| +|npm|[minimist](https://github.com/substack/minimist)|1.803245689948966e-05| +|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.7975036918731818e-05| +|cran|sandwich|1.7951507202842797e-05| +|pypi|[envisage](http://docs.enthought.com/envisage)|1.7947788252356782e-05| +|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.7947788252356782e-05| +|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.7947788252356782e-05| +|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.7947788252356782e-05| +|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.7947788252356782e-05| +|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.7947788252356782e-05| +|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.7947788252356782e-05| +|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.7947788252356782e-05| +|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.7947788252356782e-05| +|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.7947788252356782e-05| +|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.7947788252356782e-05| +|npm|tinymce|1.7947788252356782e-05| +|cran|[genalg](https://github.com/egonw/genalg)|1.7947788252356782e-05| +|cran|lpSolveAPI|1.7947788252356782e-05| +|cran|segmented|1.7941946860403838e-05| +|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.7919454528666464e-05| +|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7901699252524126e-05| +|cran|quadprog|1.7897068442281256e-05| +|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7878557358259064e-05| +|npm|depd|1.7878218560775957e-05| +|spack|libunistring|1.7877974523311865e-05| +|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.784087805313116e-05| +|cran|lmtest|1.7832103651740167e-05| +|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7823792927297615e-05| +|cran|gmp|1.7795282721507075e-05| +|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.7768310369833214e-05| +|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7728849392339955e-05| +|cran|[semver](https://github.com/johndharrison/semver)|1.771703097482649e-05| +|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7709082668600436e-05| +|pypi|[awscrt](https://pypi.org/project/awscrt)|1.768753181445909e-05| +|rubygems|[coveralls](https://coveralls.io)|1.7672403604380785e-05| +|npm|[font-awesome](http://fontawesome.io/)|1.766922161406832e-05| +|pypi|[e13tools](https://e13tools.readthedocs.io)|1.76686004350979e-05| +|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.764925915421588e-05| +|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.763048031961037e-05| +|cran|lsa|1.7625898571743863e-05| +|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.758452582531884e-05| +|rubygems|[mocha](https://mocha.jamesmead.org)|1.7572708568764705e-05| +|npm|gulp|1.7560251432165976e-05| +|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7549945612762874e-05| +|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7490298186377977e-05| +|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7430721019372216e-05| +|npm|react-transition-group|1.7428091306807767e-05| +|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7424311094996377e-05| +|pypi|[triton](https://pypi.org/project/triton)|1.7399071572061443e-05| +|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7390216840142414e-05| +|pypi|[stevedore](https://pypi.org/project/stevedore)|1.737039699562568e-05| +|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7266348163630935e-05| +|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7266348163630935e-05| +|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.7257488704189212e-05| +|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.7242696571014193e-05| +|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7226495034797823e-05| +|pypi|[celerite](https://pypi.org/project/celerite)|1.719875050845533e-05| +|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.7180988330792798e-05| +|pypi|[folium](https://pypi.org/project/folium)|1.7173604985641153e-05| +|cran|[statmod](NA)|1.7162145986911578e-05| +|npm|[sass](https://github.com/sass/dart-sass)|1.716098173471369e-05| +|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.712561769387568e-05| +|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7093131668911218e-05| +|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7093131668911218e-05| +|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7093131668911218e-05| +|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7093131668911218e-05| +|pypi|[owslib](https://owslib.readthedocs.io)|1.7093131668911218e-05| +|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7093131668911218e-05| +|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7093131668911218e-05| +|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7078462583784013e-05| +|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.7077489818684408e-05| +|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7034497796792858e-05| +|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7016017756639476e-05| +|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.7007995766153373e-05| +|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.700766601056666e-05| +|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.7001968300010362e-05| +|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6999821770404906e-05| +|rubygems|activerecord|1.6973648800179412e-05| +|pypi|[configobj](https://github.com/DiffSK/configobj)|1.6936167240072633e-05| +|rubygems|gemoji|1.692220035222211e-05| +|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6922200352222106e-05| +|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6922200352222106e-05| +|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6922200352222106e-05| +|npm|on-headers|1.6845602999789314e-05| +|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6806549990061172e-05| +|pypi|[bottle](https://pypi.org/project/bottle)|1.6717928036948032e-05| +|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.6712731362983018e-05| +|npm|rollup-plugin-commonjs|1.6697995882830824e-05| +|pypi|[moto](https://pypi.org/project/moto)|1.668434618770288e-05| +|pypi|[meshio](https://github.com/nschloe/meshio)|1.6682408826506774e-05| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.6675466269146244e-05| +|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6651067918853173e-05| +|pypi|[plumbum](https://pypi.org/project/plumbum)|1.6598666374684134e-05| +|pypi|[onnx](https://pypi.org/project/onnx)|1.657866505993262e-05| +|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.653449711993267e-05| +|rubygems|[utils](http://github.com/flori/utils)|1.6516866060097897e-05| +|cran|carrier|1.6512403477595647e-05| +|pypi|[neo](https://pypi.org/project/neo)|1.6504161805971565e-05| +|rubygems|actionview|1.6465311273725754e-05| +|pypi|[nbsite](https://pypi.org/project/nbsite)|1.6408958792292633e-05| +|pypi|[inflect](https://github.com/jaraco/inflect)|1.6358127007148035e-05| +|npm|autoprefixer|1.633883457873658e-05| +|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6316171138506162e-05| +|pypi|[SQLObject](http://sqlobject.org/)|1.6316171138506162e-05| +|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6316171138506162e-05| +|pypi|[pweave](http://mpastell.com/pweave)|1.6316171138506162e-05| +|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6316171138506162e-05| +|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6316171138506162e-05| +|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6316171138506162e-05| +|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6316171138506162e-05| +|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6316171138506162e-05| +|cran|plotROC|1.6316171138506162e-05| +|npm|js-cookie|1.6299521984283198e-05| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.62549490115598e-05| +|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6239474396243037e-05| +|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6231069972976243e-05| +|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6229652399811938e-05| +|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6193153998912254e-05| +|npm|styled-components|1.6190084251037122e-05| +|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6184534362953703e-05| +|cran|caTools|1.618362414062276e-05| +|spack|libfabric|1.6169251769430927e-05| +|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6166206330247837e-05| +|npm|[babel-preset-es2015](https://babeljs.io/)|1.616380399128006e-05| +|cran|SeuratObject|1.616290104342675e-05| +|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.615988597434423e-05| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.6153009427121104e-05| +|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.6153009427121104e-05| +|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6092375655896995e-05| +|cran|mondate|1.6057130453036142e-05| +|cran|DAAG|1.6057130453036142e-05| +|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.605234735507798e-05| +|cran|SuppDists|1.6040835750543873e-05| +|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.6014761578790726e-05| +|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.5967342652096724e-05| +|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.5965446586475703e-05| +|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5945919562670832e-05| +|cran|qlcMatrix|1.5933095816123846e-05| +|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5877579907402244e-05| +|npm|react-highcharts|1.5856128719187383e-05| +|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5855179190170843e-05| +|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5846076236718477e-05| +|cran|RcppRoll|1.5831119746508182e-05| +|cran|blavaan|1.5801402012102847e-05| +|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.5775943450398508e-05| +|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.576230927468885e-05| +|cran|mediation|1.5682566325348362e-05| +|cran|Rgraphviz|1.5679354942412647e-05| +|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5661581891639905e-05| +|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.5636447232415314e-05| +|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5618746928954233e-05| +|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5607888449557947e-05| +|pypi|[beast](http://beast.readthedocs.io/)|1.5606772393353723e-05| +|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5606772393353723e-05| +|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5606772393353723e-05| +|pypi|[itables](https://pypi.org/project/itables)|1.5606772393353723e-05| +|pypi|[gekko](https://pypi.org/project/gekko)|1.5606772393353723e-05| +|pypi|[readlif](https://pypi.org/project/readlif)|1.5606772393353723e-05| +|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5606772393353723e-05| +|spack|libsbml|1.5606772393353723e-05| +|spack|libsedml|1.5606772393353723e-05| +|spack|libcombine|1.5606772393353723e-05| +|spack|crossguid|1.5606772393353723e-05| +|spack|nativejit|1.5606772393353723e-05| +|spack|cpufeatures|1.5606772393353723e-05| +|spack|raptor|1.5606772393353723e-05| +|spack|qcp|1.5606772393353723e-05| +|spack|qwtplot3d|1.5606772393353723e-05| +|spack|mml|1.5606772393353723e-05| +|spack|sbw|1.5606772393353723e-05| +|cran|spex|1.5606772393353723e-05| +|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5606772393353723e-05| +|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5560918193362607e-05| +|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5556563413581243e-05| +|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5506889050036258e-05| +|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5488279700165076e-05| +|spack|atlas|1.5450704669420186e-05| +|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5419206626178393e-05| +|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.540518491660624e-05| +|pypi|[mopti](https://github.com/basf/mopti)|1.540518491660624e-05| +|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5405184916606237e-05| +|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.53838185020201e-05| +|pypi|[pytoml](https://pypi.org/project/pytoml)|1.53838185020201e-05| +|npm|nprogress|1.53838185020201e-05| +|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.531134542844862e-05| +|rubygems|[chartkick](https://chartkick.com)|1.5302422636930044e-05| +|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5274446365816925e-05| +|cran|VennDiagram|1.5240230817043724e-05| +|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5229980316999899e-05| +|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5229980316999899e-05| +|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5209035211997146e-05| +|rubygems|nio4r|1.5149398410560743e-05| +|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5123270344858012e-05| +|spack|libedit|1.5111970235596243e-05| +|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5074580740144555e-05| +|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5033961150037892e-05| +|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5006552474826587e-05| +|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4986453364833978e-05| +|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4956490210297318e-05| +|pypi|[hyperion](http://www.hyperion-rt.org)|1.4956490210297318e-05| +|pypi|[cmyt](https://github.com/yt-project/yt)|1.4956490210297318e-05| +|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4956490210297318e-05| +|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4956490210297318e-05| +|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4956490210297318e-05| +|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4956490210297318e-05| +|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4956490210297318e-05| +|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4956490210297318e-05| +|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4956490210297318e-05| +|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4956490210297318e-05| +|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4956490210297318e-05| +|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4956490210297318e-05| +|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4956490210297318e-05| +|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4956490210297318e-05| +|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4956490210297318e-05| +|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4956490210297318e-05| +|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4956490210297318e-05| +|cran|PhysicalActivity|1.4956490210297318e-05| +|cran|shinyFeedback|1.4956490210297318e-05| +|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4956490210297316e-05| +|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4912407923361712e-05| +|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.490827134782236e-05| +|npm|docco|1.4903532729960395e-05| +|cran|extrafont|1.4897690081602011e-05| +|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4896504805831167e-05| +|cran|futile.options|1.4891536309955456e-05| +|cran|lambda.r|1.4891536309955456e-05| +|npm|postcss|1.4855143229326898e-05| +|cran|[vegan](https://github.com/vegandevs/vegan)|1.4831457314142356e-05| +|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4825922562840522e-05| +|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4806925308194344e-05| +|rubygems|rack|1.4805923290536593e-05| +|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4804201894819045e-05| +|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4804201894819045e-05| +|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4804201894819045e-05| +|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4804201894819045e-05| +|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4804201894819045e-05| +|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4804201894819045e-05| +|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4804201894819045e-05| +|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4798952348413007e-05| +|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4777946250027469e-05| +|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4777946250027469e-05| +|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4777946250027469e-05| +|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4777946250027469e-05| +|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4777946250027469e-05| +|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4777946250027469e-05| +|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4777946250027469e-05| +|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4777946250027469e-05| +|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4777946250027469e-05| +|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4777946250027469e-05| +|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4734207678720512e-05| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.4697028384295673e-05| +|npm|babel-core|1.4688927959258504e-05| +|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.465651811953742e-05| +|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4653813020839527e-05| +|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4585302821677388e-05| +|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4577999437628567e-05| +|cran|PASWR|1.4556583246340316e-05| +|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4551035755665737e-05| +|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4551035755665737e-05| +|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4551035755665737e-05| +|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4551035755665737e-05| +|npm|[should](https://github.com/shouldjs/should.js)|1.4549636839147725e-05| +|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4548978147487032e-05| +|npm|[qunit](https://qunitjs.com)|1.4546069255334002e-05| +|cran|arrow|1.4541201945648199e-05| +|cran|leaflet.providers|1.4533623191564794e-05| +|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4488470107141889e-05| +|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4488470107141889e-05| +|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4488470107141889e-05| +|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4477882523567804e-05| +|pypi|[pyct](https://pypi.org/project/pyct)|1.4463274900976898e-05| +|cran|logspline|1.4456951079249925e-05| +|npm|whatwg-fetch|1.4450461834382204e-05| +|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.442726055670218e-05| +|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4399747325960842e-05| +|cran|timetk|1.4398279726810168e-05| +|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4358230601885423e-05| +|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4358230601885423e-05| +|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4358230601885423e-05| +|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4358230601885423e-05| +|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4358230601885423e-05| +|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4358230601885423e-05| +|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4358230601885423e-05| +|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4358230601885423e-05| +|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4358230601885423e-05| +|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4358230601885423e-05| +|cran|DiceKriging|1.4344424610922073e-05| +|npm|zap|1.430214376359681e-05| +|npm|diff|1.430214376359681e-05| +|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4294387039822413e-05| +|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.428432794437572e-05| +|rubygems|jdbc-mysql|1.421464829586657e-05| +|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4185655714843533e-05| +|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4185655714843533e-05| +|cran|polynom|1.4173884112320565e-05| +|cran|biglm|1.4126680150845978e-05| +|npm|[terser](https://terser.org)|1.411118076051623e-05| +|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4101833626851757e-05| +|cran|nloptr|1.4091129079766303e-05| +|npm|del-cli|1.4089897845942464e-05| +|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4062387938385041e-05| +|cran|compiler|1.4032606443592664e-05| +|npm|puppeteer|1.3982203309228615e-05| +|pypi|[manhole](https://pypi.org/project/manhole)|1.3978646871327298e-05| +|pypi|[pydeck](https://pypi.org/project/pydeck)|1.3972368538278257e-05| +|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3955555865454344e-05| +|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3928215797740418e-05| +|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3890473702171224e-05| +|cran|gdata|1.3883896198073144e-05| +|pypi|[pvlib](https://pypi.org/project/pvlib)|1.386896991183376e-05| +|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3850879716092545e-05| +|spack|gl2ps|1.3842547449451635e-05| +|pypi|[fabio](https://pypi.org/project/fabio)|1.3808045426292348e-05| +|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.380599096335137e-05| +|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.380599096335137e-05| +|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.380599096335137e-05| +|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.380599096335137e-05| +|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.380599096335137e-05| +|pypi|[pypylon](https://pypi.org/project/pypylon)|1.380599096335137e-05| +|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.380599096335137e-05| +|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.380599096335137e-05| +|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.380599096335137e-05| +|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.380599096335137e-05| +|pypi|[ipython_genutils](http://ipython.org)|1.380599096335137e-05| +|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.380599096335137e-05| +|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.380599096335137e-05| +|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.380599096335137e-05| +|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.380599096335137e-05| +|pypi|[interlap](http://brentp.github.io/interlap)|1.380599096335137e-05| +|pypi|[eemont](https://github.com/davemlz/eemont)|1.380599096335137e-05| +|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.380599096335137e-05| +|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.380599096335137e-05| +|pypi|[bottle-cork](http://cork.firelet.net/)|1.380599096335137e-05| +|pypi|[beaker](https://beaker.readthedocs.io/)|1.380599096335137e-05| +|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.380599096335137e-05| +|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.380599096335137e-05| +|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.380599096335137e-05| +|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.380599096335137e-05| +|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.380599096335137e-05| +|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.380599096335137e-05| +|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.380599096335137e-05| +|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.380599096335137e-05| +|cran|mlrMBO|1.380599096335137e-05| +|cran|emoa|1.380599096335137e-05| +|cran|vcd|1.3791928363953919e-05| +|cran|fftwtools|1.3779751179309464e-05| +|npm|reflect-metadata|1.3754448318516944e-05| +|npm|recharts|1.3735552233946515e-05| +|pypi|[mlflow](https://pypi.org/project/mlflow)|1.373442416531286e-05| +|spack|perl-data-dumper|1.3715888706537919e-05| +|spack|libelf|1.3715888706537919e-05| +|spack|binutils|1.3715888706537919e-05| +|spack|isl|1.3715888706537919e-05| +|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3689492822994533e-05| +|npm|[request](https://github.com/request/request#readme)|1.3677022327911526e-05| +|pypi|[scitokens](https://scitokens.org)|1.3674505335128978e-05| +|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3651745365858358e-05| +|npm|babel-runtime|1.3601218533098517e-05| +|spack|glu|1.3580198401783259e-05| +|cran|websocket|1.3560887288925722e-05| +|pypi|[gssapi](https://pypi.org/project/gssapi)|1.35576390131344e-05| +|pypi|[raven](https://pypi.org/project/raven)|1.3538115848546964e-05| +|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.3519963315275348e-05| +|cran|[smoothr](https://strimas.com/smoothr/)|1.3519005317863187e-05| +|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3477276892795384e-05| +|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3461954464933181e-05| +|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3443748057598675e-05| +|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3443748057598675e-05| +|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3443748057598675e-05| +|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3443748057598675e-05| +|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.342191231026834e-05| +|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.3421443605298998e-05| +|pypi|[nose2](https://pypi.org/project/nose2)|1.3413146921417327e-05| +|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.340933516497462e-05| +|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3397013134617377e-05| +|spack|[hpx](https://hpx.stellar-group.org/)|1.338708233854278e-05| +|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.336906518051747e-05| +|spack|memkind|1.3360846369004455e-05| +|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3360712105510854e-05| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3335471727913776e-05| +|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3294657964708726e-05| +|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3294657964708726e-05| +|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3294657964708726e-05| +|pypi|[scico](https://github.com/lanl/scico)|1.3294657964708726e-05| +|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3294657964708726e-05| +|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3294657964708726e-05| +|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3294657964708726e-05| +|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3294657964708726e-05| +|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3294657964708726e-05| +|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3294657964708726e-05| +|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3294657964708726e-05| +|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3294657964708726e-05| +|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3294657964708726e-05| +|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3294657964708726e-05| +|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3294657964708726e-05| +|npm|ngx-smart-modal|1.3294657964708726e-05| +|npm|plotly|1.3294657964708726e-05| +|cran|numform|1.3294657964708726e-05| +|cran|qmap|1.3294657964708726e-05| +|spack|gflags|1.3281959578778979e-05| +|spack|[git](http://git-scm.com)|1.3255855094868908e-05| +|cran|[seriation](https://github.com/mhahsler/seriation)|1.324338822420773e-05| +|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3232398529202565e-05| +|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3232398529202565e-05| +|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3226858006480048e-05| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3202704377617624e-05| +|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3161711385061638e-05| +|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3154120335904327e-05| +|npm|stylelint-config-twbs-bootstrap|1.3154120335904327e-05| +|npm|stylelint|1.3154120335904327e-05| +|npm|postcss-cli|1.3154120335904327e-05| +|npm|lockfile-lint|1.3154120335904327e-05| +|npm|hugo-bin|1.3154120335904327e-05| +|npm|find-unused-sass-variables|1.3154120335904327e-05| +|npm|clean-css-cli|1.3154120335904327e-05| +|npm|[stylus](https://github.com/stylus/stylus)|1.3152434356334698e-05| +|npm|eslint-plugin-react|1.314280434101459e-05| +|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3140927690873303e-05| +|npm|inherits|1.312306255081524e-05| +|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.309463142896852e-05| +|cran|gridBase|1.3079583859079016e-05| +|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3064849774349414e-05| +|pypi|[Automat](https://pypi.org/project/Automat)|1.306154939103109e-05| +|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3042059463379268e-05| +|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3030094271211021e-05| +|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3030094271211021e-05| +|npm|grunt-shell|1.3018248730964466e-05| +|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.3009493320463683e-05| +|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.2994740646021338e-05| +|npm|[difflet](https://github.com/substack/difflet#readme)|1.2948086684888714e-05| +|cran|proj4|1.2919971190350406e-05| +|npm|camelcase|1.288583326731708e-05| +|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2880290449040042e-05| +|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2839501092315106e-05| +|cran|RandomFieldsUtils|1.28362627709247e-05| +|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2819848751683416e-05| +|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2819848751683416e-05| +|cran|[jqr](https://docs.ropensci.org/jqr/)|1.279628464873985e-05| +|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2787287362615048e-05| +|cran|[base64url](https://github.com/mllg/base64url)|1.2761379610622816e-05| +|cran|[attempt](https://github.com/ColinFay/attempt)|1.2760223130510174e-05| +|npm|karma|1.2723363906964428e-05| +|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.269165026416658e-05| +|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.269165026416658e-05| +|cran|stargazer|1.269165026416658e-05| +|npm|on-finished|1.263463879177108e-05| +|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2600909891666592e-05| +|cran|plm|1.259909440943924e-05| +|npm|retry|1.2579295516279298e-05| +|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2563451776649754e-05| +|npm|npm-run-all2|1.2510340974678485e-05| +|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2486362063043133e-05| +|spack|numactl|1.243781725888325e-05| +|spack|kokkos-nvcc-wrapper|1.243781725888325e-05| +|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2402094257265578e-05| +|npm|readable-stream|1.23994168811609e-05| +|npm|dayjs|1.238338350635472e-05| +|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2377785001625367e-05| +|pypi|[datasize](https://pypi.org/project/datasize)|1.2377785001625367e-05| +|pypi|[halo](https://pypi.org/project/halo)|1.2377785001625367e-05| +|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2377785001625367e-05| +|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2377785001625367e-05| +|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2377785001625367e-05| +|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2377785001625367e-05| +|pypi|[spock](https://pypi.org/project/spock)|1.2377785001625367e-05| +|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2377785001625367e-05| +|pypi|[Celery](http://celeryproject.org)|1.2377785001625367e-05| +|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2377785001625367e-05| +|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2377785001625367e-05| +|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2377785001625367e-05| +|pypi|[mpld3](http://mpld3.github.com)|1.2364031907179117e-05| +|cran|[reshape](http://had.co.nz/reshape)|1.2355929803979837e-05| +|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2318502150023905e-05| +|cran|bezier|1.2310392933978011e-05| +|cran|ComplexHeatmap|1.2310392933978011e-05| +|cran|GlobalOptions|1.2310392933978011e-05| +|npm|marked|1.2298335394741892e-05| +|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2295153963329262e-05| +|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.2269254200864826e-05| +|pypi|[visitor](http://github.com/mbr/visitor)|1.224131198750488e-05| +|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2221589143271527e-05| +|pypi|[silx](https://pypi.org/project/silx)|1.2221589143271527e-05| +|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.2203895511966862e-05| +|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2170309748264785e-05| +|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2167992035496123e-05| +|npm|[auth0](https://github.com/auth0/node-auth0)|1.2167992035496123e-05| +|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2167992035496123e-05| +|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2167992035496123e-05| +|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2167992035496123e-05| +|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2167992035496123e-05| +|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2167992035496123e-05| +|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2167992035496123e-05| +|npm|hammerjs|1.2167992035496123e-05| +|npm|http-status-codes|1.2167992035496123e-05| +|npm|is-url|1.2167992035496123e-05| +|npm|jwks-rsa|1.2167992035496123e-05| +|npm|nats|1.2167992035496123e-05| +|npm|nestjs-s3|1.2167992035496123e-05| +|npm|ngx-material-file-input|1.2167992035496123e-05| +|npm|passport-jwt|1.2167992035496123e-05| +|npm|sharp|1.2167992035496123e-05| +|npm|ssh2|1.2167992035496123e-05| +|npm|stackdriver-errors-js|1.2167992035496123e-05| +|npm|tiny-version-compare|1.2167992035496123e-05| +|npm|unzipper|1.2167992035496123e-05| +|npm|yaml|1.2167992035496123e-05| +|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2155667470033693e-05| +|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2150543525513904e-05| +|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2141678752719362e-05| +|cran|rms|1.2129237596890713e-05| +|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.2084060488701536e-05| +|npm|[pug](https://pugjs.org)|1.2078008937145993e-05| +|npm|svgo|1.2057067750958252e-05| +|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2054027734755736e-05| +|cran|dfoptim|1.2052398560947223e-05| +|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.20429659173314e-05| +|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2039699260829867e-05| +|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2039699260829867e-05| +|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.20305482599131e-05| +|spack|[pugixml](https://pugixml.org/)|1.2008535466398309e-05| +|cran|jsonify|1.199238578680203e-05| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.1975711018495647e-05| +|cran|RSpectra|1.19669727027867e-05| +|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.1965192168237855e-05| +|pypi|[pyfai](https://pypi.org/project/pyfai)|1.1965192168237855e-05| +|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.1965192168237855e-05| +|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.1965192168237855e-05| +|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.1965192168237855e-05| +|pypi|[PyCBC](http://www.pycbc.org/)|1.1965192168237855e-05| +|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.1965192168237855e-05| +|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.1965192168237855e-05| +|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1938451562145374e-05| +|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.193527918781726e-05| +|cran|[proxy](NA)|1.1932313422732883e-05| +|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1886193411374703e-05| +|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.187938464725992e-05| +|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1877230227058031e-05| +|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1845540246555475e-05| +|npm|p-each-series|1.1845540246555475e-05| +|cran|robotstxt|1.1845540246555475e-05| +|cran|[geosphere](NA)|1.1807179102536235e-05| +|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1802345471908852e-05| +|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1736571532166167e-05| +|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1735357843313741e-05| +|pypi|[untokenize](https://pypi.org/project/untokenize)|1.173206910914866e-05| +|npm|[split](http://github.com/dominictarr/split)|1.17258533990031e-05| +|npm|react-test-renderer|1.172419285229865e-05| +|npm|react-collapsible|1.1703137187947925e-05| +|npm|react-icons|1.1703137187947925e-05| +|cran|ggdist|1.1693674345958608e-05| +|cran|bridgesampling|1.1693674345958608e-05| +|cran|bayesQR|1.1693674345958608e-05| +|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1691948597088192e-05| +|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1650148069029818e-05| +|cran|mice|1.162941721316263e-05| +|spack|libzmq|1.1613274751524975e-05| +|spack|dataspaces|1.1613274751524975e-05| +|spack|c-blosc|1.1613274751524975e-05| +|spack|zfp|1.1613274751524975e-05| +|spack|sz|1.1613274751524975e-05| +|npm|basic-auth|1.1587793489369584e-05| +|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1579218227326955e-05| +|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1553888687454678e-05| +|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1531033753849684e-05| +|npm|[jade](http://jade-lang.com)|1.1483176029657698e-05| +|pypi|[psims](https://pypi.org/project/psims)|1.1458480071891775e-05| +|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.142248523774992e-05| +|npm|[keycode](https://github.com/timoxley/keycode)|1.142248523774992e-05| +|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.142248523774992e-05| +|npm|simple-assign|1.142248523774992e-05| +|npm|warning|1.142248523774992e-05| +|npm|lodash.merge|1.142248523774992e-05| +|npm|lodash.throttle|1.142248523774992e-05| +|npm|recompose|1.142248523774992e-05| +|pypi|[bandit](https://pypi.org/project/bandit)|1.1402982148382459e-05| +|cran|AER|1.1399578348520907e-05| +|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.137190339333703e-05| +|cran|sm|1.1368111396492782e-05| +|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1362698966842957e-05| +|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.132945915578263e-05| +|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1286743868056834e-05| +|pypi|[m2r](https://pypi.org/project/m2r)|1.1285417633716899e-05| +|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1255827203978038e-05| +|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1217367657722988e-05| +|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1217367657722988e-05| +|cran|EnvStats|1.1217367657722988e-05| +|pypi|[schema](https://github.com/keleshev/schema)|1.1214862074947446e-05| +|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1210169346926587e-05| +|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.120298036187697e-05| +|cran|gganimate|1.1192105014594672e-05| +|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1188195556074421e-05| +|pypi|[memoization](https://pypi.org/project/memoization)|1.1188195556074421e-05| +|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1188195556074421e-05| +|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1179228607686732e-05| +|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1179228607686732e-05| +|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1179228607686732e-05| +|pypi|[treq](https://pypi.org/project/treq)|1.1178587615249145e-05| +|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1169443453001351e-05| +|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1157492800663803e-05| +|pypi|[plaster](https://pypi.org/project/plaster)|1.115244662878818e-05| +|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1147281689104692e-05| +|spack|netcdf-c|1.1136785751283833e-05| +|spack|cgns|1.1136785751283833e-05| +|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1132632475090778e-05| +|pypi|[stfio](https://pypi.org/project/stfio)|1.1105193981145758e-05| +|pypi|[klusta](https://klusta.cortexlab.net)|1.1105193981145758e-05| +|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1105193981145758e-05| +|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1105193981145758e-05| +|npm|ms|1.1003760771754876e-05| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.099943022894437e-05| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.099943022894437e-05| +|npm|eslint-plugin-prettier|1.0993823104763348e-05| +|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.0978451135464171e-05| +|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0951620427088391e-05| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0945431472081221e-05| +|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0934344842974286e-05| +|npm|react-json-view|1.0896871438930903e-05| +|pypi|[emperor](http://github.com/biocore/emperor)|1.0877447425670775e-05| +|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0877447425670775e-05| +|npm|[canvg](https://github.com/canvg/canvg)|1.0877447425670775e-05| +|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0877447425670775e-05| +|npm|[http](https://github.com/npm/security-holder#readme)|1.0877447425670775e-05| +|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0877447425670775e-05| +|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0877447425670775e-05| +|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0877447425670775e-05| +|npm|[sequelize](https://sequelize.org/)|1.0877447425670775e-05| +|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.08757524594477e-05| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0843891940857396e-05| +|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0830856690176545e-05| +|spack|ffmpeg|1.0804065955775027e-05| +|npm|create-react-class|1.0787433705684825e-05| +|npm|react-ga|1.0787433705684825e-05| +|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0781869854540803e-05| +|npm|acorn|1.0767566757107068e-05| +|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0756197049824017e-05| +|pypi|[equinox](https://pypi.org/project/equinox)|1.0748085782536366e-05| +|cran|pscl|1.0737319961193253e-05| +|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0729275367445482e-05| +|pypi|[looseversion](https://pypi.org/project/looseversion)|1.0684706690584328e-05| +|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0604151559100795e-05| +|spack|fftw-api|1.0576375220138817e-05| +|cran|udpipe|1.0568953202440474e-05| +|cran|Rcsdp|1.0568525009111724e-05| +|npm|vue-loader|1.0560350409199213e-05| +|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0557522501386342e-05| +|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0557522501386342e-05| +|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0557522501386342e-05| +|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0557522501386342e-05| +|pypi|[sty](https://pypi.org/project/sty)|1.0557522501386342e-05| +|pypi|[awscli](https://pypi.org/project/awscli)|1.0557522501386342e-05| +|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0557522501386342e-05| +|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0557522501386342e-05| +|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0557522501386342e-05| +|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0557522501386342e-05| +|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0557522501386342e-05| +|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0557522501386342e-05| +|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0557522501386342e-05| +|cran|tableHTML|1.0557522501386342e-05| +|cran|shiny.i18n|1.0557522501386342e-05| +|cran|popbio|1.0557522501386342e-05| +|pypi|[pims](https://github.com/soft-matter/pims)|1.0537915673883767e-05| +|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0533426131709596e-05| +|npm|karma-chrome-launcher|1.0519952402768842e-05| +|npm|[through2](https://github.com/rvagg/through2#readme)|1.051021911382671e-05| +|cran|[ini](https://github.com/dvdscripter/ini)|1.0483571164341939e-05| +|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0467371605979767e-05| +|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0457182411497133e-05| +|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0457182411497133e-05| +|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0457182411497133e-05| +|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0451221446700509e-05| +|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0440780666034473e-05| +|spack|[fftw](https://www.fftw.org)|1.0438760207997371e-05| +|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0425298633368979e-05| +|spack|libgd|1.0424075416968816e-05| +|npm|babel-eslint|1.0397057853447863e-05| +|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0394210628785557e-05| +|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0381378573336895e-05| +|pypi|[yattag](https://pypi.org/project/yattag)|1.0381378573336895e-05| +|spack|[gsl](https://www.gnu.org/software/gsl)|1.0365046077675214e-05| +|pypi|[od](https://pypi.org/project/od)|1.0364847715736042e-05| +|pypi|[beartype](https://pypi.org/project/beartype)|1.0361454226360593e-05| +|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0346301667875281e-05| +|cran|optimx|1.0307041181623832e-05| +|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0255879001346732e-05| +|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0255879001346732e-05| +|pypi|[webtest](https://pypi.org/project/webtest)|1.0254559040808754e-05| +|npm|lodash.get|1.0243059152595049e-05| +|cran|[storr](https://github.com/richfitz/storr)|1.0240067854552987e-05| +|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.023732154857885e-05| +|cran|pls|1.0223027496027377e-05| +|spack|glx|1.0213756641162628e-05| +|spack|libxt|1.0213756641162628e-05| +|spack|osmesa|1.0213756641162628e-05| +|spack|netcdf-cxx|1.0213756641162628e-05| +|spack|libogg|1.0213756641162628e-05| +|spack|libtheora|1.0213756641162628e-05| +|spack|utf8cpp|1.0213756641162628e-05| +|spack|proj|1.0213756641162628e-05| +|spack|seacas|1.0213756641162628e-05| +|npm|react-router|1.020553384633e-05| +|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0188718745241138e-05| +|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0170413343002176e-05| +|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.016237422951414e-05| +|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0154549891225526e-05| +|pypi|[slycot](https://github.com/python-control/Slycot)|1.0153320211333265e-05| +|pypi|[PySide](http://www.pyside.org)|1.0153320211333265e-05| +|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0153320211333265e-05| +|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0153320211333265e-05| +|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0153320211333265e-05| +|npm|[remark](https://remark.js.org)|1.0153320211333265e-05| +|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0153320211333265e-05| +|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0153320211333265e-05| +|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0127726942370936e-05| +|cran|janeaustenr|1.0117151777434645e-05| +|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0048508413575792e-05| +|spack|arpack-ng|1.0047556459131876e-05| +|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0032353433368662e-05| +|cran|mlmRev|1.003113574109847e-05| +|npm|babel-jest|1.0016469790118611e-05| +|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.000582366195209e-05| +|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.000582366195209e-05| +|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0003518495423788e-05| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.995191767551818e-06| +|cran|gsl|9.989977655686817e-06| +|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.986213931101531e-06| +|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.975191786573032e-06| +|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.970993473531546e-06| +|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.970993473531546e-06| +|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.970993473531546e-06| +|pypi|[xlwings](https://pypi.org/project/xlwings)|9.970993473531546e-06| +|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.939080815848402e-06| +|cran|spacyr|9.91615300942712e-06| +|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.894070114860665e-06| +|cran|[NISTunits](NA)|9.880257432922405e-06| +|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.87672572431858e-06| +|npm|source-map-js|9.87128353879623e-06| +|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.840829146965309e-06| +|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.840093583924688e-06| +|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.837152061136832e-06| +|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|9.829865565906178e-06| +|pypi|[siphon](https://pypi.org/project/siphon)|9.824972843030517e-06| +|rubygems|rubocop-performance|9.82099620512665e-06| +|cran|measurements|9.816799181601573e-06| +|npm|[del](https://github.com/sindresorhus/del#readme)|9.798785650535104e-06| +|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.779504104941471e-06| +|cran|NLP|9.771355532345436e-06| +|cran|celestial|9.76139912092466e-06| +|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.727221324464422e-06| +|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.705586713264504e-06| +|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.701507163436097e-06| +|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.691805656272665e-06| +|pypi|[Click](https://palletsprojects.com/p/click/)|9.69045874732009e-06| +|cran|modeldata|9.683238796868393e-06| +|cran|spData|9.67642183777064e-06| +|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.673857868020304e-06| +|pypi|[affine](https://pypi.org/project/affine)|9.660525120964884e-06| +|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.627283780137824e-06| +|pypi|[linetools](https://pypi.org/project/linetools)|9.625682225869244e-06| +|npm|codemirror|9.624747985879242e-06| +|cran|tkrplot|9.599386980740039e-06| +|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.59666437072087e-06| +|pypi|[spacy](https://pypi.org/project/spacy)|9.584929125713494e-06| +|pypi|[ninja](https://pypi.org/project/ninja)|9.568134237786953e-06| +|cran|HSAUR3|9.527846161657381e-06| +|pypi|[clang](http://clang.llvm.org/)|9.512870627779485e-06| +|cran|[pander](https://rapporter.github.io/pander/)|9.459721569221212e-06| +|pypi|[alerce](https://pypi.org/project/alerce)|9.446204343345675e-06| +|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.446204343345675e-06| +|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.446204343345675e-06| +|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.446204343345675e-06| +|pypi|[mp-api](https://github.com/materialsproject/api)|9.446204343345675e-06| +|pypi|[trainstation](https://pypi.org/project/trainstation)|9.446204343345675e-06| +|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.446204343345675e-06| +|pypi|[pygithub](https://pypi.org/project/pygithub)|9.446204343345675e-06| +|npm|highcharts-exporting|9.446204343345675e-06| +|npm|highcharts-no-data-to-display|9.446204343345675e-06| +|npm|[history](https://github.com/remix-run/history#readme)|9.446204343345675e-06| +|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.446204343345675e-06| +|npm|[ramda](https://ramdajs.com/)|9.446204343345675e-06| +|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.446204343345675e-06| +|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.446204343345675e-06| +|npm|react-fontawesome|9.446204343345675e-06| +|npm|react-js-pagination|9.446204343345675e-06| +|npm|react-router-redux|9.446204343345675e-06| +|npm|react-s-alert|9.446204343345675e-06| +|npm|react-table|9.446204343345675e-06| +|npm|redux-form|9.446204343345675e-06| +|npm|redux-observable|9.446204343345675e-06| +|npm|redux-persist|9.446204343345675e-06| +|npm|reselect|9.446204343345675e-06| +|npm|rx-dom|9.446204343345675e-06| +|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.414716995534522e-06| +|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.392388227254978e-06| +|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.391058655940707e-06| +|cran|[ggsci](https://nanx.me/ggsci/)|9.391058655940707e-06| +|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.313712126581862e-06| +|cran|rcmdcheck|9.289876070416627e-06| +|npm|codecov|9.283049750970842e-06| +|pypi|[itk-io](https://pypi.org/project/itk-io)|9.2618279291412e-06| +|pypi|[minio](https://pypi.org/project/minio)|9.248770162475749e-06| +|pypi|[recipy](http://www.recipy.org)|9.203993975567579e-06| +|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.203993975567579e-06| +|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.203993975567579e-06| +|pypi|[svn](https://github.com/dsoprea/PySvn)|9.203993975567579e-06| +|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.203993975567579e-06| +|pypi|[tableone](https://pypi.org/project/tableone)|9.203993975567579e-06| +|cran|Biostrings|9.199189033371018e-06| +|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.19824147933285e-06| +|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.194601985678176e-06| +|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.188532880424414e-06| +|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.18249985112295e-06| +|cran|rstatix|9.166711302786247e-06| +|cran|[rstantools](https://mc-stan.org/rstantools/)|9.16259662930801e-06| +|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.146684678709506e-06| +|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.146684678709506e-06| +|npm|[fuse.js](http://fusejs.io)|9.140552159950279e-06| +|rubygems|jekyll-include-cache|9.130937273386513e-06| +|pypi|[profimp](https://pypi.org/project/profimp)|9.123320898432566e-06| +|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.123320898432566e-06| +|pypi|[scrublet](https://pypi.org/project/scrublet)|9.123320898432566e-06| +|pypi|[scanorama](https://pypi.org/project/scanorama)|9.123320898432566e-06| +|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.123320898432566e-06| +|pypi|[bbknn](https://pypi.org/project/bbknn)|9.123320898432566e-06| +|pypi|[session-info](https://pypi.org/project/session-info)|9.123320898432566e-06| +|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.120406683340491e-06| +|pypi|[visdom](https://pypi.org/project/visdom)|9.11670606030855e-06| +|pypi|[nameparser](https://pypi.org/project/nameparser)|9.111954035811904e-06| +|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.088311276287166e-06| +|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.07157816870403e-06| +|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.065720019562555e-06| +|cran|gt|9.052140022577033e-06| +|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.02671314843654e-06| +|rubygems|[power_assert](https://github.com/ruby/power_assert)|9.019374247869832e-06| +|rubygems|packnga|9.019374247869832e-06| +|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|9.017375047117191e-06| +|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.986713974930073e-06| +|cran|[beautier](https://docs.ropensci.org/beautier/)|8.985344070836992e-06| +|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.973894126178394e-06| +|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.973894126178391e-06| +|pypi|[ccxt](https://ccxt.com)|8.973894126178391e-06| +|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.973894126178391e-06| +|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.973894126178391e-06| +|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.973894126178391e-06| +|pypi|[schedule](https://github.com/dbader/schedule)|8.973894126178391e-06| +|pypi|[tangle](https://github.com/fifman/tangle)|8.973894126178391e-06| +|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.973894126178391e-06| +|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.973894126178391e-06| +|npm|form-create|8.973894126178391e-06| +|npm|ant-design-vue|8.973894126178391e-06| +|npm|butterfly-dag|8.973894126178391e-06| +|npm|china-area-data|8.973894126178391e-06| +|npm|cron-parser|8.973894126178391e-06| +|npm|dom-align|8.973894126178391e-06| +|npm|element-resize-detector|8.973894126178391e-06| +|npm|enquire.js|8.973894126178391e-06| +|npm|lodash.pick|8.973894126178391e-06| +|npm|md5|8.973894126178391e-06| +|npm|react-visual-modeling|8.973894126178391e-06| +|npm|viser-vue|8.973894126178391e-06| +|npm|vue-area-linkage|8.973894126178391e-06| +|npm|vue-cropper|8.973894126178391e-06| +|npm|vue-i18n|8.973894126178391e-06| +|npm|vue-ls|8.973894126178391e-06| +|npm|vue-photo-preview|8.973894126178391e-06| +|npm|vue-splitpane|8.973894126178391e-06| +|npm|vuedraggable|8.973894126178391e-06| +|npm|vuera|8.973894126178391e-06| +|npm|vxe-table|8.973894126178391e-06| +|npm|vxe-table-plugin-antd|8.973894126178391e-06| +|npm|xe-utils|8.973894126178391e-06| +|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.973419316965365e-06| +|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.952854852868211e-06| +|pypi|[mygene](https://github.com/biothings/mygene.py)|8.935274547684774e-06| +|cran|purrrlyr|8.921265273408322e-06| +|cran|LaplacesDemon|8.920417042814226e-06| +|pypi|[eventlet](https://pypi.org/project/eventlet)|8.897083382067418e-06| +|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.884155184916607e-06| +|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.884155184916607e-06| +|npm|svg-sprite|8.884155184916607e-06| +|npm|picocolors|8.884155184916607e-06| +|cran|filelock|8.884155184916607e-06| +|cran|manipulateWidget|8.884155184916607e-06| +|cran|BeyondBenford|8.884155184916607e-06| +|cran|BenfordTests|8.884155184916607e-06| +|cran|benford.analysis|8.884155184916607e-06| +|cran|MUS|8.884155184916607e-06| +|cran|AsioHeaders|8.884155184916605e-06| +|npm|dompurify|8.864456392932312e-06| +|npm|query-string|8.864456392932312e-06| +|npm|react-virtualized|8.864456392932312e-06| +|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.85300422520177e-06| +|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.839304996395999e-06| +|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.824329224075418e-06| +|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.796940410636399e-06| +|npm|[benchmark](https://benchmarkjs.com/)|8.785000969472952e-06| +|cran|semEff|8.761970714681813e-06| +|cran|rr2|8.761970714681813e-06| +|cran|MEMSS|8.761970714681813e-06| +|cran|PKPDmodels|8.761970714681813e-06| +|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.755018659686235e-06| +|pypi|[lit](https://pypi.org/project/lit)|8.755018659686235e-06| +|rubygems|rspec-rails|8.702031936777611e-06| +|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.690438657573186e-06| +|pypi|[nglview](https://pypi.org/project/nglview)|8.681900790425761e-06| +|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.678849077702147e-06| +|pypi|[pyrr](https://pypi.org/project/pyrr)|8.635433983473691e-06| +|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.623565051020409e-06| +|pypi|[pathtools](https://pypi.org/project/pathtools)|8.621190218719371e-06| +|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.60728125689948e-06| +|cran|antiword|8.601033755946737e-06| +|spack|[root](https://root.cern.ch)|8.599981870920966e-06| +|pypi|[pyklip](https://pypi.org/project/pyklip)|8.58247959514295e-06| +|cran|[Ckmeans.1d.dp](NA)|8.580342256081423e-06| +|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.571947891200976e-06| +|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.57024157251024e-06| +|npm|publish-please|8.556080173186025e-06| +|cran|[quanteda](https://quanteda.io)|8.553533651543134e-06| +|pypi|[configargparse](https://pypi.org/project/configargparse)|8.54989054398143e-06| +|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.546565834455609e-06| +|pypi|[uuid](http://zesty.ca/python/)|8.546565834455609e-06| +|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.546565834455609e-06| +|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.546565834455609e-06| +|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.546565834455609e-06| +|npm|eslint-config-react-app|8.523774992230395e-06| +|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.522175857593259e-06| +|npm|babel-preset-react|8.509125578049594e-06| +|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.502035791151944e-06| +|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.496306200145034e-06| +|cran|rsm|8.475283838559724e-06| +|cran|tables|8.471056050160345e-06| +|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.461100176111053e-06| +|spack|superlu|8.461100176111053e-06| +|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.459706714290219e-06| +|cran|mda|8.44511170261122e-06| +|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.441377331877701e-06| +|rubygems|selenium-webdriver|8.435331820627383e-06| +|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.426486584481514e-06| +|npm|globby|8.392039595759773e-06| +|cran|psychTools|8.347486212882572e-06| +|pypi|[path.py](https://pypi.org/project/path.py)|8.341103736797034e-06| +|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.3266232498466e-06| +|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.324326538927542e-06| +|cran|seqLogo|8.310773514879358e-06| +|npm|strip-json-comments|8.305034813977213e-06| +|npm|cpy-cli|8.289475426088517e-06| +|pypi|[zappy](https://pypi.org/project/zappy)|8.2690752075752e-06| +|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.2690752075752e-06| +|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.2690752075752e-06| +|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.2690752075752e-06| +|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.2690752075752e-06| +|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.2690752075752e-06| +|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.2690752075752e-06| +|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.2690752075752e-06| +|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.2690752075752e-06| +|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.2690752075752e-06| +|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.2690752075752e-06| +|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.2690752075752e-06| +|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.2690752075752e-06| +|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.2690752075752e-06| +|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.2690752075752e-06| +|pypi|[flit_core](https://pypi.org/project/flit_core)|8.2690752075752e-06| +|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.2690752075752e-06| +|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.2690752075752e-06| +|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.2690752075752e-06| +|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.2690752075752e-06| +|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.2690752075752e-06| +|pypi|[streamz](https://pypi.org/project/streamz)|8.241770517035964e-06| +|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.239666424945612e-06| +|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.23150833937636e-06| +|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.222385751079708e-06| +|rubygems|ffi|8.209617476432197e-06| +|rubygems|rake-compiler-dock|8.205151895783695e-06| +|npm|clean-css|8.195851400748841e-06| +|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.182079938574415e-06| +|pypi|[plams](https://www.scm.com/doc/plams/)|8.178672821396384e-06| +|cran|rootSolve|8.175308123966868e-06| +|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.166259038640836e-06| +|pypi|[priority](https://pypi.org/project/priority)|8.165257512610667e-06| +|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.158085569253081e-06| +|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.158085569253081e-06| +|pypi|[transitions](https://pypi.org/project/transitions)|8.158085569253081e-06| +|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.158085569253081e-06| +|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.158085569253081e-06| +|pypi|[scalpl](https://pypi.org/project/scalpl)|8.158085569253081e-06| +|pypi|[shellingham](https://pypi.org/project/shellingham)|8.158085569253081e-06| +|rubygems|activemodel|8.157988235736085e-06| +|rubygems|rack-test|8.151645729711682e-06| +|cran|Cubist|8.147406326044353e-06| +|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.13633067440174e-06| +|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.092248387466131e-06| +|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.07650471356055e-06| +|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.07650471356055e-06| +|cran|adehabitatMA|8.054316513798021e-06| +|rubygems|[web-console](https://github.com/rails/web-console)|8.050051057406284e-06| +|rubygems|[spring](https://github.com/rails/spring)|8.050051057406284e-06| +|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.032507892283283e-06| +|cran|[origami](https://tlverse.org/origami/)|8.028626794588275e-06| +|cran|bbmle|8.021255869972449e-06| +|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|8.009447043167132e-06| +|npm|[actions](https://github.com/fundon/actions)|7.99958562105045e-06| +|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.995739666424945e-06| +|pypi|[coreapi](https://github.com/core-api/python-client)|7.976794778825236e-06| +|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.976794778825236e-06| +|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.976794778825236e-06| +|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.976794778825236e-06| +|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.976794778825236e-06| +|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.976794778825236e-06| +|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.976794778825236e-06| +|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.976794778825236e-06| +|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.976794778825236e-06| +|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.976794778825236e-06| +|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.976794778825236e-06| +|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.976794778825236e-06| +|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.976794778825236e-06| +|pypi|[sregistry](https://pypi.org/project/sregistry)|7.976794778825236e-06| +|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|7.976794778825236e-06| +|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|7.976794778825236e-06| +|rubygems|[pagy](https://github.com/ddnexus/pagy)|7.976794778825236e-06| +|rubygems|factory_bot_rails|7.976794778825236e-06| +|rubygems|vcr|7.976794778825236e-06| +|rubygems|spring-commands-rspec|7.976794778825236e-06| +|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.975896407474393e-06| +|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.96070344241897e-06| +|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.93597944839787e-06| +|npm|needle|7.934861681272354e-06| +|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.93100258173905e-06| +|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.897026831036984e-06| +|npm|webworker-threads|7.897026831036984e-06| +|npm|simplebar-core|7.897026831036984e-06| +|cran|cleanNLP|7.897026831036984e-06| +|rubygems|guard-rspec|7.897026831036984e-06| +|rubygems|guard-shell|7.897026831036984e-06| +|rubygems|redis-client|7.897026831036983e-06| +|pypi|[jupyter_client](https://jupyter.org)|7.849193700161483e-06| +|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.833341130786685e-06| +|rubygems|shoulda-matchers|7.832561305885661e-06| +|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.805652053871137e-06| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.803386196676862e-06| +|pypi|[sgt](https://github.com/cran2367/sgt)|7.803386196676862e-06| +|npm|c8|7.784832949263352e-06| +|cran|bigmemory|7.780045711177871e-06| +|cran|gpclib|7.779387850518245e-06| +|cran|PBSmapping|7.779387850518245e-06| +|rubygems|public_suffix|7.736618473531544e-06| +|pypi|[torchaudio](https://github.com/pytorch/audio)|7.732511407106716e-06| +|pypi|[mujoco](https://pypi.org/project/mujoco)|7.725352334710093e-06| +|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.725352334710093e-06| +|pypi|[swig](https://pypi.org/project/swig)|7.725352334710093e-06| +|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.725352334710093e-06| +|pypi|[shimmy](https://pypi.org/project/shimmy)|7.725352334710093e-06| +|pypi|[autorom](https://pypi.org/project/autorom)|7.725352334710093e-06| +|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.725352334710093e-06| +|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.724467597046072e-06| +|cran|rnaturalearthhires|7.72445194399509e-06| +|spack|[octave](https://www.gnu.org/software/octave/)|7.701066285832681e-06| +|pypi|[soundfile](https://pypi.org/project/soundfile)|7.7000604222964e-06| +|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.698673188689082e-06| +|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.693191235885223e-06| +|cran|[imager](http://dahtah.github.io/imager/)|7.691909251010048e-06| +|cran|lgr|7.686902567134486e-06| +|pypi|[lingua](https://pypi.org/project/lingua)|7.665756759556616e-06| +|npm|parseurl|7.647428073875e-06| +|cran|triangle|7.645757795503989e-06| +|cran|evd|7.645757795503989e-06| +|cran|SASmixed|7.643546371594323e-06| +|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.642992568165147e-06| +|cran|beepr|7.633882567186642e-06| +|pypi|[optuna](https://pypi.org/project/optuna)|7.616761228101983e-06| +|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.610878131541862e-06| +|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.59719319199761e-06| +|pypi|[stimela](https://pypi.org/project/stimela)|7.59719319199761e-06| +|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.590588469259607e-06| +|cran|MCMCpack|7.590148693130994e-06| +|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.547799068866125e-06| +|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.547735259664194e-06| +|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.535079767947789e-06| +|cran|[xgboost](https://github.com/dmlc/xgboost)|7.530770874339593e-06| +|npm|coffeescript|7.503704009913219e-06| +|pypi|[nox](https://pypi.org/project/nox)|7.495046323252337e-06| +|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.4922858918766935e-06| +|cran|[natserv](https://docs.ropensci.org/natserv)|7.4922858918766935e-06| +|cran|[worrms](https://docs.ropensci.org/worrms)|7.4922858918766935e-06| +|cran|[rotl](https://docs.ropensci.org/rotl/)|7.4922858918766935e-06| +|cran|[rredlist](https://github.com/ropensci/rredlist)|7.4922858918766935e-06| +|cran|[bold](https://docs.ropensci.org/bold/)|7.4922858918766935e-06| +|cran|[ritis](https://github.com/ropensci/ritis)|7.492285891876692e-06| +|npm|rtlcss|7.4428777170293665e-06| +|cran|[fst](http://www.fstpackage.org)|7.421395627962998e-06| +|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.415789431743026e-06| +|pypi|[pyside2](https://pypi.org/project/pyside2)|7.414039029317311e-06| +|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.403462654097172e-06| +|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.403462654097172e-06| +|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.403462654097172e-06| +|pypi|[bagit](https://pypi.org/project/bagit)|7.403462654097172e-06| +|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.403462654097172e-06| +|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.403462654097172e-06| +|pypi|[adal](https://pypi.org/project/adal)|7.403462654097172e-06| +|spack|rsync|7.403462654097172e-06| +|spack|hepmc|7.403462654097172e-06| +|spack|hepmc3|7.403462654097172e-06| +|spack|evtgen|7.403462654097172e-06| +|spack|fastjet|7.403462654097172e-06| +|spack|lhapdf|7.403462654097172e-06| +|spack|rivet|7.403462654097172e-06| +|spack|madgraph5amc|7.403462654097172e-06| +|spack|openmpi|7.403462654097172e-06| +|spack|mpich|7.403462654097172e-06| +|spack|highfive|7.403462654097172e-06| +|spack|msmpi|7.403462654097172e-06| +|npm|quick-lru|7.403462654097172e-06| +|npm|map-obj|7.403462654097172e-06| +|npm|lodash.kebabcase|7.403462654097172e-06| +|cran|yamlme|7.403462654097172e-06| +|pypi|[annoy](https://pypi.org/project/annoy)|7.402219971991309e-06| +|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.402219971991309e-06| +|pypi|[nmslib](https://pypi.org/project/nmslib)|7.402219971991309e-06| +|pypi|[pyemd](https://pypi.org/project/pyemd)|7.402219971991309e-06| +|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.402219971991309e-06| +|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.402219971991309e-06| +|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.399514140681653e-06| +|cran|adehabitatLT|7.392779446804103e-06| +|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.385641655557744e-06| +|cran|doFuture|7.377485592152971e-06| +|cran|pbmcapply|7.377485592152971e-06| +|pypi|[intervals](https://pypi.org/project/intervals)|7.373056602570743e-06| +|npm|memfs|7.3441267151062935e-06| +|pypi|[scooby](https://github.com/banesullivan/scooby)|7.333638456630885e-06| +|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.332139527312013e-06| +|cran|tm.lexicon.GeneralInquirer|7.331868729530079e-06| +|cran|Rpoppler|7.331868729530079e-06| +|cran|Rcampdf|7.331868729530079e-06| +|cran|filehash|7.331868729530079e-06| +|npm|ghsign|7.3294280275562e-06| +|npm|git-config-path|7.3294280275562e-06| +|npm|github-username|7.3294280275562e-06| +|npm|parse-git-config|7.3294280275562e-06| +|cran|paradox|7.326099082996016e-06| +|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.325627858104808e-06| +|npm|[child_process](https://github.com/npm/security-holder#readme)|7.325627858104808e-06| +|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.325627858104808e-06| +|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.325627858104808e-06| +|npm|mkdir-recursive|7.325627858104808e-06| +|npm|ncp|7.325627858104808e-06| +|npm|node-pre-gyp|7.325627858104808e-06| +|npm|react-bootstrap-drawer|7.325627858104808e-06| +|npm|react-combo-select|7.325627858104808e-06| +|npm|react-jsx-parser|7.325627858104808e-06| +|npm|react-pro-sidebar|7.325627858104808e-06| +|npm|react-spinners|7.325627858104808e-06| +|npm|reactour|7.325627858104808e-06| +|npm|util-promisifyall|7.325627858104808e-06| +|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.325627858104808e-06| +|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.325627858104808e-06| +|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.325627858104808e-06| +|rubygems|[rr](https://rr.github.io/rr)|7.311620232052211e-06| +|pypi|[pycares](http://github.com/saghul/pycares)|7.302365524069839e-06| +|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.295316111303614e-06| +|npm|package-json-versionify|7.293578236225599e-06| +|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.274647827698046e-06| +|cran|permute|7.270414919443832e-06| +|pypi|[neobolt](https://pypi.org/project/neobolt)|7.25237157952376e-06| +|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.25237157952376e-06| +|cran|plotfunctions|7.25237157952376e-06| +|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.250906453952139e-06| +|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.2480247501879e-06| +|pypi|[pymoo](https://pypi.org/project/pymoo)|7.22144499021714e-06| +|cran|sparkline|7.215223074791369e-06| +|npm|[nopt](https://github.com/npm/nopt#readme)|7.186542456081302e-06| +|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.186542456081302e-06| +|rubygems|[spec](https://github.com/bootstraponline/spec)|7.179115300942727e-06| +|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.179115300942725e-06| +|pypi|[gatspy](http://github.com/astroml/gatspy)|7.1791153009427125e-06| +|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.179115300942712e-06| +|cran|rcdk|7.179115300942712e-06| +|cran|fingerprint|7.179115300942712e-06| +|cran|enviPat|7.179115300942712e-06| +|cran|flexdashboard|7.179115300942712e-06| +|cran|keys|7.179115300942712e-06| +|cran|[phytools](https://github.com/liamrevell/phytools)|7.172615727274902e-06| +|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.163366505468699e-06| +|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.162603335750545e-06| +|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.162603335750545e-06| +|cran|RcppDE|7.156680565627266e-06| +|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.14029132892805e-06| +|pypi|[hvplot](https://pypi.org/project/hvplot)|7.133717954186754e-06| +|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.11821820182304e-06| +|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.114145931703409e-06| +|pypi|[rq](https://github.com/nvie/rq/)|7.113306744017406e-06| +|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.110085346125957e-06| +|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.107324147933286e-06| +|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.107324147933286e-06| +|cran|actuar|7.107324147933286e-06| +|cran|skellam|7.107324147933286e-06| +|cran|hoa|7.107324147933286e-06| +|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.107324147933285e-06| +|rubygems|jdbc-postgres|7.107324147933285e-06| +|rubygems|jdbc-sqlite3|7.107324147933285e-06| +|rubygems|shoulda-context|7.107324147933285e-06| +|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.077162817062474e-06| +|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.073926798364797e-06| +|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.058032815625273e-06| +|cran|[docopt](https://github.com/docopt/docopt.R)|7.050916813425885e-06| +|cran|[philentropy](https://github.com/HajkD/philentropy)|7.035532994923859e-06| +|pypi|[webargs](https://pypi.org/project/webargs)|7.031193969192521e-06| +|cran|fpc|7.026199451733231e-06| +|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.01485002640667e-06| +|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.011648630557259e-06| +|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.011648630557259e-06| +|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.996322974722884e-06| +|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.99592341239943e-06| +|cran|MCMCglmm|6.993826821346842e-06| +|pypi|[einops](https://pypi.org/project/einops)|6.991583050446312e-06| +|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.983829413745194e-06| +|pypi|[prefect](https://pypi.org/project/prefect)|6.9679648509149855e-06| +|npm|[grunt-legacy-util](http://gruntjs.com/)|6.9660888603782e-06| +|npm|[grunt-known-options](http://gruntjs.com/)|6.9660888603782e-06| +|spack|libmd|6.965888397389413e-06| +|rubygems|[thor](http://whatisthor.com/)|6.944750151692301e-06| +|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.939651796457969e-06| +|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.939651796457969e-06| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.9359436226041e-06| +|pypi|[doc8](https://pypi.org/project/doc8)|6.927015185559609e-06| +|npm|accepts|6.917037051056268e-06| +|pypi|[banzai](http://github.com/twneale/banzai/)|6.902995481675685e-06| +|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.902995481675685e-06| +|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.902995481675685e-06| +|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.902995481675685e-06| +|pypi|[logutils](https://pypi.org/project/logutils)|6.902995481675685e-06| +|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.902995481675685e-06| +|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.902995481675685e-06| +|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.902995481675685e-06| +|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.902995481675685e-06| +|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.902995481675685e-06| +|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.902995481675685e-06| +|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.902995481675685e-06| +|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.902995481675685e-06| +|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.902995481675685e-06| +|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.902995481675685e-06| +|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.902995481675685e-06| +|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.902995481675685e-06| +|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.902995481675685e-06| +|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.902995481675685e-06| +|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.902995481675685e-06| +|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.902995481675685e-06| +|pypi|[infinity](https://pypi.org/project/infinity)|6.902995481675685e-06| +|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.895729170642347e-06| +|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.895729170642342e-06| +|pypi|[paramz](https://pypi.org/project/paramz)|6.895729170642342e-06| +|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.8792376722262505e-06| +|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.873253155413914e-06| +|cran|betareg|6.86953006980105e-06| +|spack|rtmpdump|6.853491142649952e-06| +|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.833965526858928e-06| +|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.833965526858928e-06| +|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.833965526858928e-06| +|npm|xregexp|6.833965526858928e-06| +|npm|bufferedstream|6.833965526858928e-06| +|npm|tslint|6.825806374036199e-06| +|npm|concat-stream|6.820018658436767e-06| +|npm|gulp-eslint|6.806384482727101e-06| +|cran|scatterplot3d|6.803290685224496e-06| +|cran|CompQuadForm|6.787076055246071e-06| +|cran|[torch](https://torch.mlverse.org/docs)|6.7787835265038575e-06| +|rubygems|introspection|6.77861040609137e-06| +|pypi|[cytocad](https://github.com/cytham/cytocad)|6.77275028390822e-06| +|pypi|[nanovar](https://github.com/cytham/nanovar)|6.77275028390822e-06| +|pypi|[iwopy](https://pypi.org/project/iwopy)|6.77275028390822e-06| +|pypi|[hatch](https://pypi.org/project/hatch)|6.747142136483815e-06| +|rubygems|sinatra|6.737907282918899e-06| +|cran|gamlss|6.736066032616185e-06| +|npm|safer-buffer|6.7355007313086126e-06| +|pypi|[parameterized](https://pypi.org/project/parameterized)|6.730563899467561e-06| +|cran|tree|6.730420594633792e-06| +|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.729395006733658e-06| +|pypi|[polib](https://pypi.org/project/polib)|6.701191339479954e-06| +|cran|[binman](https://docs.ropensci.org/binman/)|6.700507614213207e-06| +|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.69284015771009e-06| +|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.680689490539099e-06| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.669796204615963e-06| +|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.653059438373633e-06| +|pypi|[echo](https://pypi.org/project/echo)|6.647328982354363e-06| +|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.647328982354363e-06| +|pypi|[WebTest](https://pypi.org/project/WebTest)|6.644133151112847e-06| +|pypi|[autobahn](https://pypi.org/project/autobahn)|6.611227785992108e-06| +|pypi|[txaio](https://pypi.org/project/txaio)|6.611227785992108e-06| +|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.601773860657109e-06| +|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.596599366436398e-06| +|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.59646961088223e-06| +|cran|[beastier](https://docs.ropensci.org/beastier/)|6.580855692530821e-06| +|pypi|[minikanren](https://pypi.org/project/minikanren)|6.580855692530819e-06| +|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.580855692530819e-06| +|pypi|[etuples](https://pypi.org/project/etuples)|6.580855692530819e-06| +|pypi|[cons](https://pypi.org/project/cons)|6.580855692530819e-06| +|pypi|[mkl](https://pypi.org/project/mkl)|6.580855692530819e-06| +|cran|VGAMdata|6.580855692530819e-06| +|cran|VGAMextra|6.580855692530819e-06| +|cran|shapefiles|6.580855692530819e-06| +|rubygems|yajl-ruby|6.580855692530819e-06| +|rubygems|benchmark_suite|6.580855692530819e-06| +|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.578875647665541e-06| +|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.572624552918475e-06| +|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.57209399574859e-06| +|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5696596912876816e-06| +|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5696596912876816e-06| +|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5696596912876816e-06| +|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5696596912876816e-06| +|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5696596912876816e-06| +|pypi|[amqp](http://github.com/celery/py-amqp)|6.5275449852320944e-06| +|npm|electron|6.515047135605511e-06| +|npm|v8-argv|6.515047135605511e-06| +|cran|tensorA|6.506566312585166e-06| +|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.502189156021643e-06| +|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.4821518967797975e-06| +|cran|partitions|6.477626583628376e-06| +|cran|signal|6.474981424391938e-06| +|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.461203770848441e-06| +|pypi|[safetensors](https://pypi.org/project/safetensors)|6.461203770848441e-06| +|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.438612149272048e-06| +|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.438612149272048e-06| +|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.432217395142043e-06| +|npm|[shelljs](http://github.com/shelljs/shelljs)|6.422475090244884e-06| +|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.409924375841708e-06| +|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.409924375841708e-06| +|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.409924375841708e-06| +|npm|[mdi](http://materialdesignicons.com)|6.409924375841708e-06| +|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.409924375841708e-06| +|npm|color|6.409924375841708e-06| +|npm|dotenv-load|6.409924375841708e-06| +|npm|iframe-resizer|6.409924375841708e-06| +|npm|isomorphic-unfetch|6.409924375841708e-06| +|npm|js-file-download|6.409924375841708e-06| +|npm|material-table|6.409924375841708e-06| +|npm|material-ui-chip-input|6.409924375841708e-06| +|npm|materialize-css|6.409924375841708e-06| +|npm|mui-datatables|6.409924375841708e-06| +|npm|next|6.409924375841708e-06| +|npm|next-env|6.409924375841708e-06| +|npm|next-redux-wrapper|6.409924375841708e-06| +|npm|ra-data-simple-rest|6.409924375841708e-06| +|npm|react-admin|6.409924375841708e-06| +|npm|react-loading|6.409924375841708e-06| +|npm|react-scroll|6.409924375841708e-06| +|npm|react-scroll-to-component|6.409924375841708e-06| +|npm|react-swipeable-views|6.409924375841708e-06| +|npm|react-wordcloud|6.409924375841708e-06| +|npm|redux-saga|6.409924375841708e-06| +|npm|serialize-error|6.409924375841708e-06| +|npm|swagger-client|6.409924375841708e-06| +|npm|swagger-ui-react|6.409924375841708e-06| +|npm|tween|6.409924375841708e-06| +|npm|uuid5|6.409924375841708e-06| +|pypi|[datasets](https://pypi.org/project/datasets)|6.406564334838242e-06| +|npm|cross-spawn|6.384328196668948e-06| +|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.369459324497573e-06| +|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.363227921934613e-06| +|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.359138188905004e-06| +|pypi|[keepalive](https://github.com/wikier/keepalive)|6.34582513208329e-06| +|pypi|[spectra](http://github.com/jsvine/spectra)|6.34582513208329e-06| +|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.34582513208329e-06| +|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.34582513208329e-06| +|pypi|[pyTest](https://pypi.org/project/pyTest)|6.34582513208329e-06| +|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.34582513208329e-06| +|pypi|[Flake8](https://pypi.org/project/Flake8)|6.34582513208329e-06| +|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.34582513208329e-06| +|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.34582513208329e-06| +|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.34582513208329e-06| +|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.34582513208329e-06| +|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.34582513208329e-06| +|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.34582513208329e-06| +|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.34582513208329e-06| +|cran|oskeyring|6.34582513208329e-06| +|cran|ExplainPrediction|6.34582513208329e-06| +|cran|rpart.plot|6.34582513208329e-06| +|cran|BiocManager|6.339983611337987e-06| +|npm|sprintf-js|6.3378127266134885e-06| +|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.324458717497183e-06| +|pypi|[numkit](https://pypi.org/project/numkit)|6.307004463328193e-06| +|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.2974695622304495e-06| +|pypi|[nilearn](https://pypi.org/project/nilearn)|6.2974695622304495e-06| +|pypi|[nipype](https://pypi.org/project/nipype)|6.2974695622304495e-06| +|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.2974695622304495e-06| +|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.2974695622304495e-06| +|pypi|[pybids](https://pypi.org/project/pybids)|6.2974695622304495e-06| +|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.2974695622304495e-06| +|pypi|[templateflow](https://pypi.org/project/templateflow)|6.2974695622304495e-06| +|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.2974695622304495e-06| +|pypi|[num2words](https://pypi.org/project/num2words)|6.2974695622304495e-06| +|pypi|[surfplot](https://pypi.org/project/surfplot)|6.2974695622304495e-06| +|pypi|[brainspace](https://pypi.org/project/brainspace)|6.2974695622304495e-06| +|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.2974695622304495e-06| +|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.2974695622304495e-06| +|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.2974695622304495e-06| +|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.2974695622304495e-06| +|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.2974695622304495e-06| +|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.2974695622304495e-06| +|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.293930384336476e-06| +|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.293930384336476e-06| +|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.293930384336476e-06| +|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.285181117597995e-06| +|rubygems|[multi_test](http://cukes.info)|6.279370241116751e-06| +|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.279370241116751e-06| +|rubygems|cucumber-messages|6.279370241116751e-06| +|rubygems|cucumber-html-formatter|6.279370241116751e-06| +|rubygems|cucumber-gherkin|6.279370241116751e-06| +|rubygems|cucumber-cucumber-expressions|6.279370241116751e-06| +|rubygems|cucumber-core|6.279370241116751e-06| +|rubygems|cucumber-ci-environment|6.279370241116751e-06| +|rubygems|syntax|6.279370241116751e-06| +|rubygems|cucumber-compatibility-kit|6.279370241116751e-06| +|cran|afex|6.271632346910038e-06| +|npm|rollup-plugin-replace|6.270605619256214e-06| +|cran|geepack|6.2534805559371244e-06| +|pypi|[lisa2](https://pypi.org/project/lisa2)|6.234494866608145e-06| +|cran|tester|6.234494866608145e-06| +|spack|cudnn|6.231042765353101e-06| +|cran|[reprex](https://reprex.tidyverse.org)|6.228585683076075e-06| +|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.225681083779976e-06| +|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.219394899566687e-06| +|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.219394899566687e-06| +|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.219394899566687e-06| +|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.219394899566687e-06| +|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.219394899566687e-06| +|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.219394899566687e-06| +|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.219394899566687e-06| +|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.219394899566687e-06| +|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.219394899566687e-06| +|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.219394899566687e-06| +|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.219394899566687e-06| +|cran|rticles|6.218531397837726e-06| +|cran|fastICA|6.218240744734216e-06| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.191340170444361e-06| +|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.189028520428088e-06| +|pypi|[cityhash](https://pypi.org/project/cityhash)|6.188892500812684e-06| +|pypi|[transformers](https://github.com/huggingface/transformers)|6.1884488526047405e-06| +|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.1792120802368624e-06| +|npm|karma-firefox-launcher|6.170857850344476e-06| +|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.151831965336897e-06| +|npm|bundlewatch|6.150209634567955e-06| +|cran|[rentrez](http://github.com/ropensci/rentrez)|6.14854190407129e-06| +|cran|ks|6.143912514244277e-06| +|pypi|[ddt](https://pypi.org/project/ddt)|6.1359898477157355e-06| +|pypi|[unyt](https://github.com/yt-project/unyt)|6.132160986221903e-06| +|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.131674156522475e-06| +|pypi|[etils](https://pypi.org/project/etils)|6.118860059921432e-06| +|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.1116942101446515e-06| +|cran|fixest|6.10365462282548e-06| +|cran|[ff](https://github.com/truecluster/ff)|6.100341053299488e-06| +|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.083996017748061e-06| +|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.083996017748061e-06| +|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.083996017748061e-06| +|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.083996017748061e-06| +|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.083996017748061e-06| +|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.083996017748061e-06| +|npm|[esdoc](https://esdoc.org/)|6.083996017748061e-06| +|npm|esdoc-standard-plugin|6.083996017748061e-06| +|npm|fast-random|6.083996017748061e-06| +|npm|flatted|6.083996017748061e-06| +|npm|fs.realpath|6.083996017748061e-06| +|npm|has-unicode|6.083996017748061e-06| +|npm|ignore-walk|6.083996017748061e-06| +|npm|ini|6.083996017748061e-06| +|npm|is-fullwidth-code-point|6.083996017748061e-06| +|npm|jsdocs|6.083996017748061e-06| +|npm|mimic-response|6.083996017748061e-06| +|npm|node|6.083996017748061e-06| +|npm|npm|6.083996017748061e-06| +|npm|npm-bundled|6.083996017748061e-06| +|npm|npm-normalize-package-bin|6.083996017748061e-06| +|npm|npm-packlist|6.083996017748061e-06| +|npm|number-is-nan|6.083996017748061e-06| +|npm|odex|6.083996017748061e-06| +|npm|os-homedir|6.083996017748061e-06| +|npm|os-tmpdir|6.083996017748061e-06| +|npm|osenv|6.083996017748061e-06| +|npm|path-is-absolute|6.083996017748061e-06| +|npm|rc|6.083996017748061e-06| +|npm|set-blocking|6.083996017748061e-06| +|npm|signal-exit|6.083996017748061e-06| +|npm|simple-concat|6.083996017748061e-06| +|npm|string-width|6.083996017748061e-06| +|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.083443809620045e-06| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|6.077114188055589e-06| +|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.0691862905995954e-06| +|spack|libxft|6.06633422667159e-06| +|pypi|[codespell](https://pypi.org/project/codespell)|6.037421353139452e-06| +|pypi|[kazoo](https://kazoo.readthedocs.io)|6.028533875479126e-06| +|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.0242141438345435e-06| +|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.02353056812746e-06| +|cran|[downloader](https://github.com/wch/downloader)|6.01988869542351e-06| +|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.000167471891703e-06| +|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.981997824510515e-06| +|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.9817742989425365e-06| +|pypi|[pyshp](https://pypi.org/project/pyshp)|5.98152776338962e-06| +|pypi|[blis](https://pypi.org/project/blis)|5.973353140335922e-06| +|pypi|[catalogue](https://pypi.org/project/catalogue)|5.973353140335922e-06| +|pypi|[preshed](https://pypi.org/project/preshed)|5.973353140335922e-06| +|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.941804811750346e-06| +|cran|bs4Dash|5.927842841247223e-06| +|cran|speedglm|5.924372604371699e-06| +|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.922770123277738e-06| +|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9227701232777374e-06| +|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9227701232777374e-06| +|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9227701232777374e-06| +|cran|RcppZiggurat|5.9227701232777374e-06| +|cran|acepack|5.904755418232446e-06| +|cran|htmlTable|5.904755418232446e-06| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.897130425774371e-06| +|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.892109318346628e-06| +|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.885697642625329e-06| +|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.884520738477633e-06| +|pypi|[pefile](https://pypi.org/project/pefile)|5.884520738477633e-06| +|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.884520738477633e-06| +|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.884520738477633e-06| +|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.884520738477633e-06| +|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.884520738477633e-06| +|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.884520738477633e-06| +|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.8800935215122656e-06| +|npm|prismjs|5.8675461594243326e-06| +|pypi|[ansicon](https://pypi.org/project/ansicon)|5.86354242204496e-06| +|pypi|[socksio](https://pypi.org/project/socksio)|5.84393725430327e-06| +|cran|reactR|5.828757899098726e-06| +|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.812117807796986e-06| +|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.810407919512983e-06| +|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.810407919512983e-06| +|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.7896091136634775e-06| +|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.7896091136634775e-06| +|pypi|[imblearn](https://pypi.org/project/imblearn)|5.7896091136634775e-06| +|pypi|[imutils](https://pypi.org/project/imutils)|5.7896091136634775e-06| +|pypi|[kornia](https://pypi.org/project/kornia)|5.7896091136634775e-06| +|pypi|[local-attention](https://pypi.org/project/local-attention)|5.7896091136634775e-06| +|pypi|[thop](https://pypi.org/project/thop)|5.7896091136634775e-06| +|pypi|[timmy](https://pypi.org/project/timmy)|5.7896091136634775e-06| +|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.7896091136634775e-06| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.772276246627541e-06| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.772276246627541e-06| +|cran|protolite|5.7689319382575365e-06| +|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.762522013881695e-06| +|pypi|[chempy](https://github.com/bjodah/chempy)|5.762522013881695e-06| +|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.72652612546738e-06| +|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.725144759703689e-06| +|npm|run-sequence|5.6931895868739645e-06| +|pypi|[fett](https://pypi.org/project/fett)|5.688113065192616e-06| +|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.688113065192616e-06| +|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.688113065192616e-06| +|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.688113065192616e-06| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.678264022448529e-06| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.678264022448529e-06| +|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.666373148244069e-06| +|pypi|[blosc2](https://pypi.org/project/blosc2)|5.640733450740702e-06| +|pypi|[multiset](https://pypi.org/project/multiset)|5.640733450740702e-06| +|spack|glfw|5.640733450740702e-06| +|npm|tsconfig-paths|5.640733450740702e-06| +|npm|replace|5.640733450740702e-06| +|npm|node-qunit-phantomjs|5.640733450740702e-06| +|cran|TSA|5.640733450740702e-06| +|cran|[haven](https://haven.tidyverse.org)|5.640429422707071e-06| +|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.6292252125650885e-06| +|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.627971610354417e-06| +|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.5881453628405675e-06| +|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.586853457844341e-06| +|cran|ipred|5.5846829498918604e-06| +|rubygems|ethon|5.584326116233295e-06| +|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.5784457073493856e-06| +|cran|cplm|5.5748358618185395e-06| +|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.573067767091859e-06| +|pypi|[re-assert](https://pypi.org/project/re-assert)|5.567205234176533e-06| +|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.567205234176533e-06| +|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.567205234176533e-06| +|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.567205234176533e-06| +|npm|karma-coverage-istanbul-reporter|5.557523873439403e-06| +|npm|karma-browserstack-launcher|5.557523873439403e-06| +|npm|ip|5.557523873439403e-06| +|pypi|[librosa](https://librosa.org)|5.555598550357796e-06| +|npm|chai-passport-strategy|5.552596990572879e-06| +|npm|passport-strategy|5.552596990572879e-06| +|cran|clusterGeneration|5.543191123282242e-06| +|cran|pROC|5.538567105076776e-06| +|cran|[rversions](https://github.com/r-hub/rversions)|5.537997928984102e-06| +|npm|uglify-es|5.534969698539315e-06| +|pypi|[blurb](https://pypi.org/project/blurb)|5.5263169507256775e-06| +|pypi|[bitstring](https://pypi.org/project/bitstring)|5.522790842225215e-06| +|cran|flexsurv|5.5153838185020205e-06| +|pypi|[tempora](https://pypi.org/project/tempora)|5.505772673932639e-06| +|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.50264020672257e-06| +|cran|klaR|5.488203413552306e-06| +|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4785623640319075e-06| +|npm|d3-axis|5.474318611931587e-06| +|npm|d3-color|5.474318611931587e-06| +|npm|d3-ease|5.474318611931587e-06| +|npm|d3-interpolate|5.474318611931587e-06| +|npm|d3-selection|5.474318611931587e-06| +|npm|d3-shape|5.474318611931587e-06| +|npm|d3-timer|5.474318611931587e-06| +|npm|d3-transition|5.474318611931587e-06| +|npm|d3-zoom|5.474318611931587e-06| +|pypi|[soxr](https://pypi.org/project/soxr)|5.474075416968818e-06| +|pypi|[samplerate](https://pypi.org/project/samplerate)|5.474075416968818e-06| +|pypi|[presets](https://pypi.org/project/presets)|5.474075416968818e-06| +|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.474075416968818e-06| +|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.474075416968818e-06| +|pypi|[audioread](https://pypi.org/project/audioread)|5.474075416968818e-06| +|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.467936018320477e-06| +|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.467172421487142e-06| +|spack|unzip|5.467172421487142e-06| +|spack|wget|5.467172421487142e-06| +|npm|d3-request|5.457409613591629e-06| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4546265011275925e-06| +|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.449018439863255e-06| +|pypi|[flit](https://pypi.org/project/flit)|5.449018439863255e-06| +|cran|cubature|5.448552817097454e-06| +|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.447977585216046e-06| +|pypi|[halomod](https://github.com/steven-murray/halomod)|5.4356158707137695e-06| +|rubygems|appraisal|5.434958599103166e-06| +|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.428384161161542e-06| +|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.420964614997572e-06| +|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.411181458135777e-06| +|rubygems|hashie|5.398987731423244e-06| +|pypi|[pybamm](https://pypi.org/project/pybamm)|5.395148396340983e-06| +|cran|debugme|5.386590325921882e-06| +|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.384336475707034e-06| +|cran|subprocess|5.384336475707034e-06| +|cran|qvalue|5.384336475707034e-06| +|pypi|[resample](https://pypi.org/project/resample)|5.383304993623565e-06| +|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.383304993623565e-06| +|cran|[EML](https://docs.ropensci.org/EML/)|5.3586967782036725e-06| +|npm|tough-cookie|5.353344134676782e-06| +|pypi|[imgaug](https://github.com/aleju/imgaug)|5.351179344299843e-06| +|npm|moment-timezone|5.347397928456421e-06| +|npm|gulp-uglify|5.346299561828413e-06| +|pypi|[cogapp](https://pypi.org/project/cogapp)|5.337308967361581e-06| +|pypi|[thinc](https://pypi.org/project/thinc)|5.3364961378329395e-06| +|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3102717040208654e-06| +|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.305096733318389e-06| +|npm|karma-jasmine|5.30300645155942e-06| +|npm|rollup-plugin-svelte|5.301441213102163e-06| +|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.280791543481899e-06| +|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.279201900414425e-06| +|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.2787612506931745e-06| +|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.275860832423561e-06| +|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.273852185871517e-06| +|cran|FNN|5.269420775924584e-06| +|npm|classnames|5.246276566073521e-06| +|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.239551219180565e-06| +|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.239551219180565e-06| +|npm|[compression](https://github.com/expressjs/compression#readme)|5.239288051484066e-06| +|pypi|[kgt](https://pypi.org/project/kgt)|5.225973638186239e-06| +|pypi|[x21](https://pypi.org/project/x21)|5.225973638186239e-06| +|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.225973638186239e-06| +|npm|murl|5.225973638186239e-06| +|npm|protein|5.225973638186239e-06| +|npm|network-address|5.225973638186239e-06| +|npm|updater-license|5.225973638186239e-06| +|npm|update|5.225973638186239e-06| +|npm|cose-base|5.225973638186239e-06| +|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.2103528140770455e-06| +|pypi|[comm](https://pypi.org/project/comm)|5.1814007703598316e-06| +|cran|rhub|5.17904216393697e-06| +|cran|gmailr|5.17904216393697e-06| +|cran|foghorn|5.17904216393697e-06| +|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.1688062141145284e-06| +|cran|coxme|5.168749002837072e-06| +|cran|[float](https://github.com/wrathematics/float)|5.168736784053723e-06| +|npm|karma-mocha|5.152846707451004e-06| +|npm|grunt-contrib-clean|5.150981887427811e-06| +|pypi|[cooler](https://github.com/mirnylab/cooler)|5.1496346293300616e-06| +|cran|spls|5.145959237056472e-06| +|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.139650210117158e-06| +|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.1360668865911665e-06| +|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.132018702827526e-06| +|cran|[dynlm](NA)|5.127939500673371e-06| +|pypi|[crossbar](http://crossbar.io/)|5.127939500673366e-06| +|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.127939500673366e-06| +|pypi|[asq](https://pypi.org/project/asq)|5.127939500673366e-06| +|pypi|[automat](https://pypi.org/project/automat)|5.127939500673366e-06| +|pypi|[cbor](https://pypi.org/project/cbor)|5.127939500673366e-06| +|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.127939500673366e-06| +|pypi|[hpack](https://pypi.org/project/hpack)|5.127939500673366e-06| +|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.127939500673366e-06| +|pypi|[netaddr](https://pypi.org/project/netaddr)|5.127939500673366e-06| +|pypi|[node-semver](https://pypi.org/project/node-semver)|5.127939500673366e-06| +|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.127939500673366e-06| +|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.127939500673366e-06| +|pypi|[pytrie](https://pypi.org/project/pytrie)|5.127939500673366e-06| +|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.127939500673366e-06| +|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.127939500673366e-06| +|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.127939500673366e-06| +|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.127939500673366e-06| +|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.127939500673366e-06| +|pypi|[sym](https://github.com/bjodah/sym)|5.127939500673366e-06| +|pypi|[translationstring](https://pypi.org/project/translationstring)|5.115777080062796e-06| +|cran|numbers|5.114594862791497e-06| +|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1016134410317505e-06| +|pypi|[ablog](https://pypi.org/project/ablog)|5.1016134410317505e-06| +|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.097184994367254e-06| +|cran|loder|5.080807703792177e-06| +|cran|ore|5.080807703792177e-06| +|cran|mstate|5.076660105666632e-06| +|cran|linprog|5.076660105666632e-06| +|cran|magic|5.076660105666632e-06| +|cran|changepoint|5.076660105666632e-06| +|cran|nor1mix|5.076660105666632e-06| +|cran|diptest|5.076660105666632e-06| +|npm|mime-types|5.067231371310217e-06| +|npm|[which](https://github.com/isaacs/node-which#readme)|5.063055945142603e-06| +|npm|cli-table|5.06255827203978e-06| +|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.0557150006638815e-06| +|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.0557150006638815e-06| +|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.0557150006638815e-06| +|pypi|[zstd](https://pypi.org/project/zstd)|5.0557150006638815e-06| +|cran|metafor|5.042623611436153e-06| +|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.034354604786078e-06| +|rubygems|activejob|5.028724202348982e-06| +|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.994727892091772e-06| +|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.991194447322075e-06| +|cran|scico|4.986005460922585e-06| +|cran|rcartocolor|4.986005460922585e-06| +|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.977117750653561e-06| +|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.977117750653561e-06| +|pypi|[peewee](https://pypi.org/project/peewee)|4.977117750653561e-06| +|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.977117750653561e-06| +|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.977117750653561e-06| +|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.9587747024258956e-06| +|cran|lfe|4.957312018320112e-06| +|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.941468973376151e-06| +|cran|[aod](https://cran.r-project.org/package=aod)|4.941287207380513e-06| +|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.935641769398115e-06| +|spack|bdw-gc|4.935641769398115e-06| +|spack|googletest|4.935641769398115e-06| +|npm|const-version|4.935641769398115e-06| +|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.935641769398115e-06| +|npm|microbundle|4.935641769398115e-06| +|cran|gdalUtils|4.935641769398115e-06| +|cran|TeachingDemos|4.935641769398115e-06| +|cran|plotmo|4.935641769398115e-06| +|npm|fresh|4.930556973619202e-06| +|npm|etag|4.930556973619202e-06| +|pypi|[h5io](https://pypi.org/project/h5io)|4.929471296220221e-06| +|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.917202260919666e-06| +|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.917202260919666e-06| +|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.917202260919666e-06| +|pypi|[voila](https://pypi.org/project/voila)|4.917202260919666e-06| +|pypi|[SALib](http://salib.github.io/SALib/)|4.91476095514348e-06| +|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.913668773764876e-06| +|npm|esbuild|4.911045547955931e-06| +|rubygems|[sync](https://github.com/ruby/sync)|4.907052064448875e-06| +|cran|[emld](https://docs.ropensci.org/emld/)|4.89718222314307e-06| +|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.88938775510204e-06| +|pypi|[fixtures](https://pypi.org/project/fixtures)|4.88938775510204e-06| +|npm|eslint-config-airbnb-base|4.888943004964579e-06| +|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.886794858513495e-06| +|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.861940782672216e-06| +|npm|execa|4.8613275447843384e-06| +|npm|gulp-rename|4.860180452331349e-06| +|npm|gulp-concat|4.860180452331349e-06| +|cran|BiocVersion|4.847912713462646e-06| +|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.842313270485862e-06| +|pypi|[webob](https://pypi.org/project/webob)|4.833329514937564e-06| +|cran|modeltools|4.831733521621312e-06| +|npm|eslint-plugin-html|4.8267473012370975e-06| +|cran|gld|4.805293369357706e-06| +|cran|[loo](https://mc-stan.org/loo/)|4.80442934589718e-06| +|cran|Biobase|4.797445370785737e-06| +|cran|[rsample](https://rsample.tidymodels.org)|4.79150069052804e-06| +|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.789912598755781e-06| +|pypi|[sspa](https://github.com/cwieder/sspa)|4.7860768672951425e-06| +|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.7860768672951425e-06| +|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.770052056355548e-06| +|cran|scagnostics|4.755177744662878e-06| +|cran|labelled|4.755177744662878e-06| +|cran|intergraph|4.755177744662878e-06| +|cran|broom.helpers|4.755177744662878e-06| +|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7468160752237e-06| +|npm|compressible|4.739782969025173e-06| +|pypi|[grayskull](https://pypi.org/project/grayskull)|4.73821609862219e-06| +|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.73545490042952e-06| +|npm|jshint-stylish|4.73387707289085e-06| +|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.726197490417487e-06| +|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.700611208950586e-06| +|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.700164663528584e-06| +|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.698566575975834e-06| +|npm|karma-rollup-preprocessor|4.696575243900884e-06| +|pypi|[slicer](https://pypi.org/project/slicer)|4.688250473239597e-06| +|cran|PolynomF|4.675871149956109e-06| +|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.658032850676129e-06| +|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.656592435206608e-06| +|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.64978933761241e-06| +|npm|browser-sync|4.647900365714406e-06| +|npm|serialize-javascript|4.643197747266143e-06| +|npm|jest-worker|4.643197747266143e-06| +|cran|mlogit|4.636546427151178e-06| +|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.623898057785896e-06| +|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.6188833070195636e-06| +|cran|RcppCCTZ|4.617808134577532e-06| +|npm|jsmd|4.615145550606029e-06| +|npm|is-mergeable-object|4.615145550606029e-06| +|cran|genieclust|4.615145550606029e-06| +|cran|getopt|4.615145550606029e-06| +|cran|leaps|4.612926730629776e-06| +|cran|[logger](https://daroczig.github.io/logger/)|4.608436795256962e-06| +|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.597939964123507e-06| +|pypi|[dnest4](https://pypi.org/project/dnest4)|4.59542270637267e-06| +|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.588659779870847e-06| +|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.584263959390864e-06| +|npm|gzip-size|4.575261576711904e-06| +|rubygems|actionmailer|4.572093399193783e-06| +|npm|read-file-relative|4.568994095099969e-06| +|npm|normalize-newline|4.568994095099969e-06| +|npm|callsite-record|4.568994095099969e-06| +|spack|psm|4.555977017905952e-06| +|spack|opa-psm2|4.555977017905952e-06| +|spack|rdma-core|4.555977017905952e-06| +|spack|slurm|4.555977017905952e-06| +|cran|bignum|4.555977017905952e-06| +|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.546773023930383e-06| +|spack|[jemalloc](http://jemalloc.net/)|4.537077092345781e-06| +|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.535802070974822e-06| +|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.529679892261475e-06| +|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.529679892261475e-06| +|cran|future.callr|4.505397014538698e-06| +|pypi|[jupyter-book](https://executablebooks.org/)|4.486947063089207e-06| +|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.4869470630891954e-06| +|npm|baseui|4.4869470630891954e-06| +|npm|color2k|4.4869470630891954e-06| +|npm|copy-to-clipboard|4.4869470630891954e-06| +|npm|cypress-circleci-reporter|4.4869470630891954e-06| +|npm|d3-graphviz|4.4869470630891954e-06| +|npm|decamelize|4.4869470630891954e-06| +|npm|deck.gl|4.4869470630891954e-06| +|npm|fzy.js|4.4869470630891954e-06| +|npm|hoist-non-react-statics|4.4869470630891954e-06| +|npm|humanize-string|4.4869470630891954e-06| +|npm|immer|4.4869470630891954e-06| +|npm|jest-fetch-mock|4.4869470630891954e-06| +|npm|katex|4.4869470630891954e-06| +|npm|mapbox-gl|4.4869470630891954e-06| +|npm|moment-duration-format|4.4869470630891954e-06| +|npm|node-emoji|4.4869470630891954e-06| +|npm|numbro|4.4869470630891954e-06| +|npm|protobufjs|4.4869470630891954e-06| +|npm|react-color|4.4869470630891954e-06| +|npm|react-debounce-render|4.4869470630891954e-06| +|npm|react-device-detect|4.4869470630891954e-06| +|npm|react-dropzone|4.4869470630891954e-06| +|npm|react-feather|4.4869470630891954e-06| +|npm|react-google-login|4.4869470630891954e-06| +|npm|react-hotkeys|4.4869470630891954e-06| +|npm|react-html-parser|4.4869470630891954e-06| +|npm|react-map-gl|4.4869470630891954e-06| +|npm|react-markdown|4.4869470630891954e-06| +|npm|react-webcam|4.4869470630891954e-06| +|npm|react-window|4.4869470630891954e-06| +|npm|rehype-katex|4.4869470630891954e-06| +|npm|rehype-raw|4.4869470630891954e-06| +|npm|remark-emoji|4.4869470630891954e-06| +|npm|remark-gfm|4.4869470630891954e-06| +|npm|remark-math|4.4869470630891954e-06| +|npm|re-resizable|4.4869470630891954e-06| +|npm|styletron-engine-atomic|4.4869470630891954e-06| +|npm|styletron-react|4.4869470630891954e-06| +|npm|typed-signals|4.4869470630891954e-06| +|npm|vega|4.4869470630891954e-06| +|npm|vega-embed|4.4869470630891954e-06| +|npm|vega-lite|4.4869470630891954e-06| +|npm|xxhashjs|4.4869470630891954e-06| +|cran|[solrium](https://github.com/ropensci/solrium)|4.480038589039681e-06| +|cran|quantmod|4.4420775924583035e-06| +|cran|FastRWeb|4.4420775924583035e-06| +|npm|draco3d|4.442077592458303e-06| +|npm|webgl-obj-loader|4.442077592458303e-06| +|cran|truncreg|4.4284932573131706e-06| +|cran|panelr|4.4284932573131706e-06| +|cran|metaBMA|4.4284932573131706e-06| +|cran|ivreg|4.4284932573131706e-06| +|cran|GLMMadaptive|4.4284932573131706e-06| +|cran|clubSandwich|4.4284932573131706e-06| +|cran|cgam|4.4284932573131706e-06| +|cran|blme|4.4284932573131706e-06| +|cran|geojsonlint|4.422847819330778e-06| +|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.4216071888064215e-06| +|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.4216071888064215e-06| +|cran|topicmodels|4.418729007311375e-06| +|cran|akima|4.4175062156842475e-06| +|cran|logging|4.40894321414626e-06| +|cran|rsyslog|4.40894321414626e-06| +|npm|temp-path|4.401738212612261e-06| +|rubygems|sassc|4.398704907996556e-06| +|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.39765681653372e-06| +|rubygems|rb_sys|4.39765681653372e-06| +|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.396733312614388e-06| +|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.3919293605767185e-06| +|cran|[data.tree](http://github.com/gluc/data.tree)|4.389286502506542e-06| +|pypi|[kopt](https://pypi.org/project/kopt)|4.3872371283538795e-06| +|cran|ggfittext|4.3872371283538795e-06| +|cran|RcppBigIntAlgos|4.3872371283538795e-06| +|cran|robust|4.387080441313581e-06| +|cran|taxadb|4.384388273075727e-06| +|npm|hot-loader|4.377509329843117e-06| +|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.377509329843117e-06| +|npm|babel-plugin-strip-function-call|4.377509329843117e-06| +|npm|babel-plugin-styled-components|4.377509329843117e-06| +|npm|binomial|4.377509329843117e-06| +|npm|compression-webpack-plugin|4.377509329843117e-06| +|npm|css.escape|4.377509329843117e-06| +|npm|dom-to-image|4.377509329843117e-06| +|npm|express-naked-redirect|4.377509329843117e-06| +|npm|express-static-gzip|4.377509329843117e-06| +|npm|html-webpack-plugin|4.377509329843117e-06| +|npm|i18next|4.377509329843117e-06| +|npm|leaflet|4.377509329843117e-06| +|npm|leaflet-gesture-handling|4.377509329843117e-06| +|npm|linspace|4.377509329843117e-06| +|npm|lodash-webpack-plugin|4.377509329843117e-06| +|npm|mousetrap|4.377509329843117e-06| +|npm|null-loader|4.377509329843117e-06| +|npm|outer-product|4.377509329843117e-06| +|npm|react-addons-css-transition-group|4.377509329843117e-06| +|npm|react-hot-loader|4.377509329843117e-06| +|npm|react-i18next|4.377509329843117e-06| +|npm|react-tooltip|4.377509329843117e-06| +|npm|redux-thunk|4.377509329843117e-06| +|npm|typeface-lato|4.377509329843117e-06| +|npm|webpack-bundle-analyzer|4.377509329843117e-06| +|npm|webpack-dev-middleware|4.377509329843117e-06| +|npm|webpack-hot-middleware|4.377509329843117e-06| +|npm|yaml-front-matter|4.377509329843117e-06| +|cran|assertive.code|4.372243153205712e-06| +|cran|assertive.reflection|4.372243153205712e-06| +|cran|assertive.data.us|4.372243153205712e-06| +|cran|assertive.data.uk|4.372243153205712e-06| +|cran|assertive.data|4.372243153205712e-06| +|cran|assertive.models|4.372243153205712e-06| +|cran|assertive.matrices|4.372243153205712e-06| +|cran|assertive.sets|4.372243153205712e-06| +|cran|assertive.files|4.372243153205712e-06| +|cran|assertive.datetimes|4.372243153205712e-06| +|cran|assertive.strings|4.372243153205712e-06| +|cran|assertive.numbers|4.372243153205712e-06| +|npm|merge-stream|4.365700571909275e-06| +|npm|vinyl-source-stream|4.34879527685211e-06| +|npm|vinyl-buffer|4.34879527685211e-06| +|pypi|[oemof.solph](https://oemof.org)|4.344860406091371e-06| +|pypi|[horovod](https://pypi.org/project/horovod)|4.335001410298061e-06| +|pypi|[lcapy](https://pypi.org/project/lcapy)|4.324768253579947e-06| +|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.324768253579947e-06| +|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.324768253579947e-06| +|pypi|[property-cached](https://pypi.org/project/property-cached)|4.324768253579947e-06| +|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.3216027989414505e-06| +|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.320859209103971e-06| +|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.3094414649889654e-06| +|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.307469180565629e-06| +|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.307469180565629e-06| +|pypi|[mdurl](https://pypi.org/project/mdurl)|4.28409803890658e-06| +|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.275459004374886e-06| +|pypi|[apipkg](https://pypi.org/project/apipkg)|4.273282917227804e-06| +|pypi|[atpublic](https://pypi.org/project/atpublic)|4.273282917227804e-06| +|pypi|[dvc](https://pypi.org/project/dvc)|4.273282917227804e-06| +|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.273282917227804e-06| +|pypi|[nanotime](https://pypi.org/project/nanotime)|4.273282917227804e-06| +|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.273282917227804e-06| +|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.273282917227804e-06| +|pypi|[treelib](https://pypi.org/project/treelib)|4.273282917227804e-06| +|npm|rollup-plugin-istanbul|4.2699651509877215e-06| +|npm|karma-jasmine-html-reporter|4.2699651509877215e-06| +|npm|karma-detect-browsers|4.2699651509877215e-06| +|npm|hammer-simulator|4.2699651509877215e-06| +|npm|eslint-plugin-unicorn|4.2699651509877215e-06| +|npm|eslint-config-xo|4.2699651509877215e-06| +|pypi|[nbdime](https://pypi.org/project/nbdime)|4.269601319637577e-06| +|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.251663814686358e-06| +|npm|less|4.247337985230351e-06| +|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.230550088055527e-06| +|pypi|[retrolab](https://pypi.org/project/retrolab)|4.230550088055527e-06| +|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.230550088055527e-06| +|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.230550088055527e-06| +|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.230550088055527e-06| +|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.230550088055527e-06| +|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.230550088055527e-06| +|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.230550088055527e-06| +|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.230550088055527e-06| +|npm|gulp-clean|4.230550088055527e-06| +|npm|mocha-lcov-reporter|4.230550088055527e-06| +|npm|any-promise|4.230550088055526e-06| +|npm|thenify-all|4.230550088055526e-06| +|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2290567139404114e-06| +|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.226268154768021e-06| +|cran|gdtools|4.2099968082755e-06| +|npm|schema-utils|4.201356818442044e-06| +|npm|loader-utils|4.201356818442044e-06| +|spack|[vtk](http://www.vtk.org)|4.201233379669927e-06| +|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.191014178067316e-06| +|cran|[redux](https://github.com/richfitz/redux)|4.187817258883261e-06| +|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.185424220449601e-06| +|pypi|[npx](https://pypi.org/project/npx)|4.1807789105489915e-06| +|pypi|[meshplex](https://pypi.org/project/meshplex)|4.1807789105489915e-06| +|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.1807789105489915e-06| +|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.1807789105489915e-06| +|pypi|[update-checker](https://pypi.org/project/update-checker)|4.1807789105489915e-06| +|npm|karma-browserify|4.177668211954833e-06| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.174095736241433e-06| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.174095736241433e-06| +|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.168234292977786e-06| +|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.168234292977786e-06| +|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.168234292977786e-06| +|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.168234292977786e-06| +|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.168234292977786e-06| +|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.168234292977786e-06| +|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.168234292977786e-06| +|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.157904278462654e-06| +|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.149223785124023e-06| +|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1398972969622585e-06| +|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.136712406418206e-06| +|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.131392774076505e-06| +|pypi|[Bio](https://github.com/ialbert/bio)|4.127031523269213e-06| +|cran|locfit|4.124896851791654e-06| +|cran|bookdown|4.109515633664633e-06| +|cran|nonnest2|4.107727666144238e-06| +|cran|officer|4.107572964038366e-06| +|npm|[shx](https://github.com/shelljs/shx#readme)|4.107057642675766e-06| +|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.093776450872015e-06| +|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.090617185205345e-06| +|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.088463431057707e-06| +|rubygems|irb|4.086603915442466e-06| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0790427846265405e-06| +|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0790427846265405e-06| +|pypi|[databroker](https://pypi.org/project/databroker)|4.0790427846265405e-06| +|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0790427846265405e-06| +|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0790427846265405e-06| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0790427846265405e-06| +|pypi|[doct](https://pypi.org/project/doct)|4.0790427846265405e-06| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0790427846265405e-06| +|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0790427846265405e-06| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0790427846265405e-06| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0790427846265405e-06| +|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.067364600578762e-06| +|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.066456024033984e-06| +|cran|stm|4.059773242264232e-06| +|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.056733479997935e-06| +|spack|berkeley-db|4.055616841914431e-06| +|spack|valgrind|4.039454069679414e-06| +|pypi|[qudida](https://pypi.org/project/qudida)|4.038252356780275e-06| +|cran|sparsesvd|4.038252356780275e-06| +|cran|FMStable|4.038252356780275e-06| +|cran|MuMIn|4.032441759707973e-06| +|pypi|[nitime](https://pypi.org/project/nitime)|4.032081883602381e-06| +|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.032081883602381e-06| +|spack|libxscrnsaver|4.023999701403404e-06| +|npm|babel-plugin-external-helpers|4.016167743384518e-06| +|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.000861131254535e-06| +|rubygems|timecop|3.9888043687380685e-06| +|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.98839738941262e-06| +|pypi|[mako](https://www.makotemplates.org/)|3.979528608222569e-06| +|cran|distributional|3.968236259751851e-06| +|cran|Bessel|3.963469905728789e-06| +|cran|[archive](https://archive.r-lib.org/)|3.959846204410493e-06| +|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.948513415518492e-06| +|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.948513415518492e-06| +|pypi|[piqp](https://pypi.org/project/piqp)|3.948513415518492e-06| +|pypi|[Mosek](https://pypi.org/project/Mosek)|3.948513415518492e-06| +|pypi|[diffcp](https://pypi.org/project/diffcp)|3.948513415518492e-06| +|pypi|[cylp](https://pypi.org/project/cylp)|3.948513415518492e-06| +|pypi|[scs](https://pypi.org/project/scs)|3.948513415518492e-06| +|pypi|[clarabel](https://pypi.org/project/clarabel)|3.948513415518492e-06| +|pypi|[ecos](https://pypi.org/project/ecos)|3.948513415518492e-06| +|pypi|[osqp](https://pypi.org/project/osqp)|3.948513415518492e-06| +|npm|csso|3.948513415518492e-06| +|npm|google-closure-compiler|3.948513415518492e-06| +|npm|ora|3.948513415518492e-06| +|npm|update-notifier|3.948513415518492e-06| +|npm|crass|3.948513415518492e-06| +|npm|sqwish|3.948513415518492e-06| +|npm|html-minifier|3.948513415518492e-06| +|npm|node-version|3.948513415518492e-06| +|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.948513415518492e-06| +|cran|transport|3.948513415518492e-06| +|pypi|[user-agents](https://pypi.org/project/user-agents)|3.948513415518491e-06| +|rubygems|zeitwerk|3.948513415518491e-06| +|rubygems|selma|3.948513415518491e-06| +|rubygems|sawyer|3.948513415518491e-06| +|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.934707424555142e-06| +|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.932677131766413e-06| +|rubygems|execjs|3.927360665078214e-06| +|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.919480228639679e-06| +|pypi|[pylama](https://pypi.org/project/pylama)|3.919480228639679e-06| +|pypi|[tabulator](https://pypi.org/project/tabulator)|3.919480228639679e-06| +|pypi|[tableschema](https://pypi.org/project/tableschema)|3.919480228639679e-06| +|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.918771366414586e-06| +|cran|TH.data|3.9178344982531786e-06| +|npm|ascli|3.909028281363307e-06| +|pypi|[coconut](https://pypi.org/project/coconut)|3.905123158205101e-06| +|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.905123158205101e-06| +|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.901693098338431e-06| +|pypi|[Epip](https://pypi.org/project/Epip)|3.901693098338431e-06| +|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.901693098338431e-06| +|cran|[posterior](https://mc-stan.org/posterior/)|3.901119152756767e-06| +|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.897234020511763e-06| +|npm|prettier-plugin-svelte|3.891257850416988e-06| +|npm|eslint-plugin-svelte3|3.891257850416988e-06| +|npm|svelte|3.891257850416988e-06| +|cran|tracerer|3.8729437807717264e-06| +|npm|path-platform|3.8699379985496735e-06| +|rubygems|rails-dom-testing|3.867931509079339e-06| +|pypi|[ducc0](https://pypi.org/project/ducc0)|3.867220492257819e-06| +|cran|stabledist|3.858912534166341e-06| +|cran|skewt|3.85826168030664e-06| +|cran|catdata|3.85826168030664e-06| +|cran|MPV|3.85826168030664e-06| +|cran|fit.models|3.85826168030664e-06| +|cran|DEoptimR|3.85826168030664e-06| +|pypi|[langcodes](https://pypi.org/project/langcodes)|3.853207852514197e-06| +|pypi|[pathy](https://pypi.org/project/pathy)|3.853207852514197e-06| +|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.853207852514197e-06| +|cran|pso|3.852643242245033e-06| +|cran|feather|3.852478885209755e-06| +|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.848220202224072e-06| +|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.84014941097596e-06| +|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.835158963398347e-06| +|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.815822502370727e-06| +|cran|spacetime|3.8083450909606835e-06| +|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.8080524639783117e-06| +|npm|underscore.string|3.790572878897752e-06| +|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.7875106664624547e-06| +|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7690355329949346e-06| +|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.769035532994932e-06| +|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.766704651403713e-06| +|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.760488967160468e-06| +|pypi|[noodles](https://pypi.org/project/noodles)|3.7599630246475754e-06| +|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.753366828965109e-06| +|npm|gulp-babel|3.750080470912078e-06| +|pypi|[hupper](https://pypi.org/project/hupper)|3.74898397469101e-06| +|pypi|[venusian](https://pypi.org/project/venusian)|3.74898397469101e-06| +|npm|gulp-uglify-es|3.7444309785584632e-06| +|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7406969199648865e-06| +|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7406969199648865e-06| +|pypi|[saspy](https://pypi.org/project/saspy)|3.7406969199648865e-06| +|npm|escape-html|3.73587779868313e-06| +|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.727617560104871e-06| +|npm|eslint-plugin-jsx-a11y|3.7271185040089553e-06| +|pypi|[Twisted](https://pypi.org/project/Twisted)|3.72676181686334e-06| +|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.724062901336679e-06| +|cran|[move](https://bartk.gitlab.io/move/)|3.717756137988191e-06| +|pypi|[portray](https://pypi.org/project/portray)|3.701731327048586e-06| +|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.701731327048586e-06| +|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.701731327048586e-06| +|npm|superagent|3.701731327048586e-06| +|npm|connect-flash|3.701731327048586e-06| +|npm|isexe|3.701731327048586e-06| +|spack|nspr|3.6940317258883253e-06| +|cran|goftest|3.6762021454827335e-06| +|cran|tensor|3.6762021454827335e-06| +|cran|spatstat.sparse|3.6762021454827335e-06| +|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.674846863585781e-06| +|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.674846863585781e-06| +|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.674846863585781e-06| +|pypi|[configupdater](https://pypi.org/project/configupdater)|3.674846863585781e-06| +|cran|ellipse|3.6690058287896163e-06| +|npm|seedrandom|3.6664767429814563e-06| +|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.664929853237668e-06| +|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.653787983043566e-06| +|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6531902693275097e-06| +|cran|[servr](https://github.com/yihui/servr)|3.644042007666004e-06| +|cran|doRNG|3.642503625815809e-06| +|cran|keras|3.637920582341454e-06| +|npm|[typedoc](https://typedoc.org)|3.631398431834663e-06| +|rubygems|reline|3.628066873640319e-06| +|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6269488759971004e-06| +|npm|sass-true|3.62618578976188e-06| +|cran|[rdflib](https://github.com/ropensci/rdflib)|3.62618578976188e-06| +|requirements.txt|gitlab/aegge/comet-emu|3.6258158085569257e-06| +|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6258158085569257e-06| +|requirements.txt|gitlab/rki_bioinformatics/purple|3.6258158085569257e-06| +|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6258158085569257e-06| +|requirements.txt|gitlab/dsbowen/conditional-inference|3.6258158085569257e-06| +|requirements.txt|gitlab/sybreton/apollinaire|3.6258158085569257e-06| +|requirements.txt|gitlab/esa/pyxel|3.6258158085569257e-06| +|requirements.txt|gitlab/gpagano/lensinggw|3.6258158085569257e-06| +|requirements.txt|gitlab/binary_c/binary_c-python|3.6258158085569257e-06| +|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6258158085569257e-06| +|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6258158085569257e-06| +|requirements.txt|gitlab/ENKI-portal/vaporock|3.6258158085569257e-06| +|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6258158085569257e-06| +|requirements.txt|gitlab/AstroVian/bmarxiv|3.6258158085569257e-06| +|requirements.txt|gitlab/jesseds/apav|3.6258158085569257e-06| +|requirements.txt|gitlab/LouisLab/PiVR|3.6258158085569257e-06| +|requirements.txt|gitlab/dglaeser/fieldcompare|3.6258158085569257e-06| +|requirements.txt|gitlab/casi-project/casi-2d|3.6258158085569257e-06| +|requirements.txt|gitlab/cracklet/cracklet|3.6258158085569257e-06| +|requirements.txt|gitlab/etienne.behar/menura|3.6258158085569257e-06| +|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6258158085569257e-06| +|requirements.txt|github/pylops/pyproximal|3.6258158085569257e-06| +|requirements.txt|github/tikk3r/legacystamps|3.6258158085569257e-06| +|requirements.txt|github/katholt/Kleborate|3.6258158085569257e-06| +|requirements.txt|github/fgbuster/fgbuster|3.6258158085569257e-06| +|requirements.txt|github/hyosubkim/bayes-toolbox|3.6258158085569257e-06| +|requirements.txt|github/grahambell/pymoc|3.6258158085569257e-06| +|requirements.txt|github/rodluger/everest|3.6258158085569257e-06| +|requirements.txt|github/xraypy/xraylarch|3.6258158085569257e-06| +|requirements.txt|github/Leo-Simpson/c-lasso|3.6258158085569257e-06| +|requirements.txt|github/variomes/sibtm-variomes|3.6258158085569257e-06| +|requirements.txt|github/robashaw/libecpint|3.6258158085569257e-06| +|requirements.txt|github/barentsen/dave|3.6258158085569257e-06| +|requirements.txt|github/barentsen/k2flix|3.6258158085569257e-06| +|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6258158085569257e-06| +|requirements.txt|github/pyamg/pyamg|3.6258158085569257e-06| +|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6258158085569257e-06| +|requirements.txt|github/UoMMIB/TFBMiner|3.6258158085569257e-06| +|requirements.txt|github/klb2/qmkpy|3.6258158085569257e-06| +|requirements.txt|github/WangLabTHU/DeSP|3.6258158085569257e-06| +|requirements.txt|github/SuperKogito/spafe|3.6258158085569257e-06| +|requirements.txt|github/bonsai-team/matam|3.6258158085569257e-06| +|requirements.txt|github/harrispopgen/mutyper|3.6258158085569257e-06| +|requirements.txt|github/zhoux85/scAdapt|3.6258158085569257e-06| +|requirements.txt|github/danhey/echelle|3.6258158085569257e-06| +|requirements.txt|github/astromer-science/main-code|3.6258158085569257e-06| +|requirements.txt|github/aimalz/qp|3.6258158085569257e-06| +|requirements.txt|github/lmcinnes/umap|3.6258158085569257e-06| +|requirements.txt|github/onnela-lab/beiwe-backend|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/hide|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/seek|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6258158085569257e-06| +|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6258158085569257e-06| +|requirements.txt|github/LCOGT/neoexchange|3.6258158085569257e-06| +|requirements.txt|github/mlares/hearsay|3.6258158085569257e-06| +|requirements.txt|github/tessgi/tvguide|3.6258158085569257e-06| +|requirements.txt|github/ot483/NetCom|3.6258158085569257e-06| +|requirements.txt|github/pnsaevik/effluent|3.6258158085569257e-06| +|requirements.txt|github/LuisScoccola/persistable|3.6258158085569257e-06| +|requirements.txt|github/duetosymmetry/qnm|3.6258158085569257e-06| +|requirements.txt|github/ToyotaCRDL/mahos|3.6258158085569257e-06| +|requirements.txt|github/firefly-cpp/NiaARM|3.6258158085569257e-06| +|requirements.txt|github/soraxas/sbp-env|3.6258158085569257e-06| +|requirements.txt|github/mwvgroup/pwv_kpno|3.6258158085569257e-06| +|requirements.txt|github/linsalrob/PhiSpy|3.6258158085569257e-06| +|requirements.txt|github/emerge-erc/ALminer|3.6258158085569257e-06| +|requirements.txt|github/PolymerGuy/recolo|3.6258158085569257e-06| +|requirements.txt|github/amrex-astro/Castro|3.6258158085569257e-06| +|requirements.txt|github/amrex-astro/Nyx|3.6258158085569257e-06| +|requirements.txt|github/JulianZDing/UniMAP|3.6258158085569257e-06| +|requirements.txt|github/STOmics/EAGS|3.6258158085569257e-06| +|requirements.txt|github/sybila/biodivine-aeon-py|3.6258158085569257e-06| +|requirements.txt|github/mwalmsley/zoobot|3.6258158085569257e-06| +|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6258158085569257e-06| +|requirements.txt|github/intake/intake|3.6258158085569257e-06| +|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6258158085569257e-06| +|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6258158085569257e-06| +|requirements.txt|github/nialov/fractopo|3.6258158085569257e-06| +|requirements.txt|github/secimTools/SECIMTools|3.6258158085569257e-06| +|requirements.txt|github/mraveri/tensiometer|3.6258158085569257e-06| +|requirements.txt|github/frescigno/magpy_rv|3.6258158085569257e-06| +|requirements.txt|github/abinit/abinit|3.6258158085569257e-06| +|requirements.txt|github/EGaraldi/corecon|3.6258158085569257e-06| +|requirements.txt|github/fenderglass/Ragout|3.6258158085569257e-06| +|requirements.txt|github/fenderglass/Flye|3.6258158085569257e-06| +|requirements.txt|github/ebachelet/pyLIMA|3.6258158085569257e-06| +|requirements.txt|github/KVSlab/VaMPy|3.6258158085569257e-06| +|requirements.txt|github/StingraySoftware/HENDRICS|3.6258158085569257e-06| +|requirements.txt|github/21cmfast/21cmEMU|3.6258158085569257e-06| +|requirements.txt|github/a-griffiths/AutoSpec|3.6258158085569257e-06| +|requirements.txt|github/MIAnalyzer/MIA|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/Castro|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/Nyx|3.6258158085569257e-06| +|requirements.txt|github/matiscke/lcps|3.6258158085569257e-06| +|requirements.txt|github/johnh2o2/cuvarbase|3.6258158085569257e-06| +|requirements.txt|github/johnpaulett/python-hl7|3.6258158085569257e-06| +|requirements.txt|github/mswzeus/TargetNet|3.6258158085569257e-06| +|requirements.txt|github/lpantano/seqcluster|3.6258158085569257e-06| +|requirements.txt|github/dirmeier/surjectors|3.6258158085569257e-06| +|requirements.txt|github/swagnercarena/paltas|3.6258158085569257e-06| +|requirements.txt|github/damonge/schNell|3.6258158085569257e-06| +|requirements.txt|github/roualdes/bridgestan|3.6258158085569257e-06| +|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6258158085569257e-06| +|requirements.txt|github/kiyo-masui/bitshuffle|3.6258158085569257e-06| +|requirements.txt|github/lgrcia/prose|3.6258158085569257e-06| +|requirements.txt|github/achael/eht-imaging|3.6258158085569257e-06| +|requirements.txt|github/iancze/PSOAP|3.6258158085569257e-06| +|requirements.txt|github/Kamuish/archi|3.6258158085569257e-06| +|requirements.txt|github/mpound/pdrtpy|3.6258158085569257e-06| +|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6258158085569257e-06| +|requirements.txt|github/labsyspharm/minerva-story|3.6258158085569257e-06| +|requirements.txt|github/aewallin/allantools|3.6258158085569257e-06| +|requirements.txt|github/mrempel/geohexviz|3.6258158085569257e-06| +|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6258158085569257e-06| +|requirements.txt|github/pysam-developers/pysam|3.6258158085569257e-06| +|requirements.txt|github/wmglab-duke/ascent|3.6258158085569257e-06| +|requirements.txt|github/pynucastro/pynucastro|3.6258158085569257e-06| +|requirements.txt|github/li-yangyang/lotus|3.6258158085569257e-06| +|requirements.txt|github/austinpeel/herculens|3.6258158085569257e-06| +|requirements.txt|github/JakobBD/pounce|3.6258158085569257e-06| +|requirements.txt|github/annayqho/TheCannon|3.6258158085569257e-06| +|requirements.txt|github/Basvanstein/GSAreport|3.6258158085569257e-06| +|requirements.txt|github/kkjawz/coref-ee|3.6258158085569257e-06| +|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6258158085569257e-06| +|requirements.txt|github/jesford/cluster-lensing|3.6258158085569257e-06| +|requirements.txt|github/broadinstitute/cromwell|3.6258158085569257e-06| +|requirements.txt|github/dartoon/galight|3.6258158085569257e-06| +|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6258158085569257e-06| +|requirements.txt|github/snowformatics/macrobot|3.6258158085569257e-06| +|requirements.txt|github/Jacks0nJ/PyFPT|3.6258158085569257e-06| +|requirements.txt|github/epi2me-labs/mapula|3.6258158085569257e-06| +|requirements.txt|github/skyfielders/python-skyfield|3.6258158085569257e-06| +|requirements.txt|github/luizfelippesr/galmag|3.6258158085569257e-06| +|requirements.txt|github/erling6232/imagedata|3.6258158085569257e-06| +|requirements.txt|github/jts/nanopolish|3.6258158085569257e-06| +|requirements.txt|github/MrOlm/drep|3.6258158085569257e-06| +|requirements.txt|github/theislab/scCODA|3.6258158085569257e-06| +|requirements.txt|github/uab-cgds-worthey/quac|3.6258158085569257e-06| +|requirements.txt|github/python-hydro/pyro2|3.6258158085569257e-06| +|requirements.txt|github/desihub/fastspecfit|3.6258158085569257e-06| +|requirements.txt|github/fhcrc/seqmagick|3.6258158085569257e-06| +|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6258158085569257e-06| +|requirements.txt|github/kinnala/scikit-fem|3.6258158085569257e-06| +|requirements.txt|github/sorenwacker/ProteomicsQC|3.6258158085569257e-06| +|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6258158085569257e-06| +|requirements.txt|github/Higgins00/TESS-Localize|3.6258158085569257e-06| +|requirements.txt|github/palaeoware/revosim|3.6258158085569257e-06| +|requirements.txt|github/tholoien/empiriciSN|3.6258158085569257e-06| +|requirements.txt|github/tholoien/XDGMM|3.6258158085569257e-06| +|requirements.txt|github/mentatpsi/OSGenome|3.6258158085569257e-06| +|requirements.txt|github/hpparvi/opents|3.6258158085569257e-06| +|requirements.txt|github/hpparvi/PyTransit|3.6258158085569257e-06| +|requirements.txt|github/ronshnapp/MyPTV|3.6258158085569257e-06| +|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6258158085569257e-06| +|requirements.txt|github/trygvrad/DF-XRM_viz|3.6258158085569257e-06| +|requirements.txt|github/HLasse/TextDescriptives|3.6258158085569257e-06| +|requirements.txt|github/ZJUFanLab/bulk2space|3.6258158085569257e-06| +|requirements.txt|github/ppsp-team/PyNM|3.6258158085569257e-06| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6258158085569257e-06| +|requirements.txt|github/ABM4ALL/Melodie|3.6258158085569257e-06| +|requirements.txt|github/esa/NIDN|3.6258158085569257e-06| +|requirements.txt|github/smaret/astrochem|3.6258158085569257e-06| +|requirements.txt|github/FlorianThibord/OptimiR|3.6258158085569257e-06| +|requirements.txt|github/muctadir/lama|3.6258158085569257e-06| +|requirements.txt|github/COMBINE-lab/alevin-fry|3.6258158085569257e-06| +|requirements.txt|github/rhdtownsend/gyre|3.6258158085569257e-06| +|requirements.txt|github/chanzuckerberg/cellxgene|3.6258158085569257e-06| +|requirements.txt|github/dib-lab/dammit|3.6258158085569257e-06| +|requirements.txt|github/dib-lab/sourmash|3.6258158085569257e-06| +|requirements.txt|github/cwieder/py-ssPA|3.6258158085569257e-06| +|requirements.txt|github/igmhub/LyaCoLoRe|3.6258158085569257e-06| +|requirements.txt|github/igmhub/picca|3.6258158085569257e-06| +|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/pycrires|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/ARTES|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/species|3.6258158085569257e-06| +|requirements.txt|github/Lyalpha/spalipy|3.6258158085569257e-06| +|requirements.txt|github/rcsb/mmtf-python|3.6258158085569257e-06| +|requirements.txt|github/stinefm/relsad|3.6258158085569257e-06| +|requirements.txt|github/danielenricocahall/elephas|3.6258158085569257e-06| +|requirements.txt|github/idruglab/hignn|3.6258158085569257e-06| +|requirements.txt|github/Climdyn/qgs|3.6258158085569257e-06| +|requirements.txt|github/PaulRitsche/DLTrack|3.6258158085569257e-06| +|requirements.txt|github/ablab/TandemTools|3.6258158085569257e-06| +|requirements.txt|github/pavolgaj/ObsPlanner|3.6258158085569257e-06| +|requirements.txt|github/Smith42/pix2prof|3.6258158085569257e-06| +|requirements.txt|github/legolason/PyQSOFit|3.6258158085569257e-06| +|requirements.txt|github/kingyin3613/RingsPy|3.6258158085569257e-06| +|requirements.txt|github/OpenBioLink/Explorer|3.6258158085569257e-06| +|requirements.txt|github/abatten/fruitbat|3.6258158085569257e-06| +|requirements.txt|github/tamarervin/SolAster|3.6258158085569257e-06| +|requirements.txt|github/dfm/ketu|3.6258158085569257e-06| +|requirements.txt|github/ketch/RK-Opt|3.6258158085569257e-06| +|requirements.txt|github/minkailin/stratsi|3.6258158085569257e-06| +|requirements.txt|github/londumas/redvsblue|3.6258158085569257e-06| +|requirements.txt|github/deeptools/deepTools|3.6258158085569257e-06| +|requirements.txt|github/deeptools/HiCExplorer|3.6258158085569257e-06| +|requirements.txt|github/arnikz/PIQMIe|3.6258158085569257e-06| +|requirements.txt|github/huiwenke/MineProt|3.6258158085569257e-06| +|requirements.txt|github/Zafiirah13/meercrab|3.6258158085569257e-06| +|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6258158085569257e-06| +|requirements.txt|github/miracum/ahd2fhir|3.6258158085569257e-06| +|requirements.txt|github/rae-holcomb/SpinSpotter|3.6258158085569257e-06| +|requirements.txt|github/JLiangLab/TransVW|3.6258158085569257e-06| +|requirements.txt|github/kylemede/ExoSOFT|3.6258158085569257e-06| +|requirements.txt|github/myinxd/mcrgnet|3.6258158085569257e-06| +|requirements.txt|github/semaphoreP/whereistheplanet|3.6258158085569257e-06| +|requirements.txt|github/epfl-radio-astro/PINION|3.6258158085569257e-06| +|requirements.txt|github/epfl-radio-astro/LiSA|3.6258158085569257e-06| +|requirements.txt|github/sczesla/PyAstronomy|3.6258158085569257e-06| +|requirements.txt|github/igvteam/igv-reports|3.6258158085569257e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6258158085569257e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6258158085569257e-06| +|requirements.txt|github/freqtrade/freqtrade|3.6258158085569257e-06| +|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6258158085569257e-06| +|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6258158085569257e-06| +|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6258158085569257e-06| +|requirements.txt|github/kboone/avocado|3.6258158085569257e-06| +|requirements.txt|github/lucianolorenti/ceruleo|3.6258158085569257e-06| +|requirements.txt|github/icecube/TauRunner|3.6258158085569257e-06| +|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6258158085569257e-06| +|requirements.txt|github/ashleychontos/pySYD|3.6258158085569257e-06| +|requirements.txt|github/nextstrain/nextclade|3.6258158085569257e-06| +|requirements.txt|github/CederGroupHub/sparse-lm|3.6258158085569257e-06| +|requirements.txt|github/CederGroupHub/smol|3.6258158085569257e-06| +|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6258158085569257e-06| +|requirements.txt|github/pysal/spopt|3.6258158085569257e-06| +|requirements.txt|github/atomec-project/atoMEC|3.6258158085569257e-06| +|requirements.txt|github/Narayana-Rao/SAR-tools|3.6258158085569257e-06| +|requirements.txt|github/htjb/globalemu|3.6258158085569257e-06| +|requirements.txt|github/htjb/margarine|3.6258158085569257e-06| +|requirements.txt|github/benjaminbolling/RSW|3.6258158085569257e-06| +|requirements.txt|github/wouterpeere/GHEtool|3.6258158085569257e-06| +|requirements.txt|github/RuiningZHAO/wcpy|3.6258158085569257e-06| +|requirements.txt|github/YangLab/CIRCexplorer2|3.6258158085569257e-06| +|requirements.txt|github/vortex-exoplanet/VIP|3.6258158085569257e-06| +|requirements.txt|github/SESMG/SESMG|3.6258158085569257e-06| +|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6258158085569257e-06| +|requirements.txt|github/johnveitch/cpnest|3.6258158085569257e-06| +|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6258158085569257e-06| +|requirements.txt|github/PacificBiosciences/pbbam|3.6258158085569257e-06| +|requirements.txt|github/ncbi/datasets|3.6258158085569257e-06| +|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6258158085569257e-06| +|requirements.txt|github/ImperialCollegeLondon/champ|3.6258158085569257e-06| +|requirements.txt|github/xuanxu/starmatrix|3.6258158085569257e-06| +|requirements.txt|github/moead-framework/framework|3.6258158085569257e-06| +|requirements.txt|github/ianfhunter/GNOLL|3.6258158085569257e-06| +|requirements.txt|github/cylammarco/WDPhotTools|3.6258158085569257e-06| +|requirements.txt|github/cylammarco/ASPIRED|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/VarSum|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/MutViz|3.6258158085569257e-06| +|requirements.txt|github/kblin/ncbi-acc-download|3.6258158085569257e-06| +|requirements.txt|github/joshspeagle/dynesty|3.6258158085569257e-06| +|requirements.txt|github/villano-lab/nrCascadeSim|3.6258158085569257e-06| +|requirements.txt|github/segasai/rvspecfit|3.6258158085569257e-06| +|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6258158085569257e-06| +|requirements.txt|github/j-erler/pymf|3.6258158085569257e-06| +|requirements.txt|github/JD2112/methylr|3.6258158085569257e-06| +|requirements.txt|github/tud-hri/joan|3.6258158085569257e-06| +|requirements.txt|github/tud-hri/travia|3.6258158085569257e-06| +|requirements.txt|github/jgieseler/solarmach|3.6258158085569257e-06| +|requirements.txt|github/williamjameshandley/anesthetic|3.6258158085569257e-06| +|requirements.txt|github/williamjameshandley/fgivenx|3.6258158085569257e-06| +|requirements.txt|github/ryneches/SuchTree|3.6258158085569257e-06| +|requirements.txt|github/wbalmer/backtracks|3.6258158085569257e-06| +|requirements.txt|github/wbalmer/backtrack|3.6258158085569257e-06| +|requirements.txt|github/silx-kit/pyFAI|3.6258158085569257e-06| +|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6258158085569257e-06| +|requirements.txt|github/wcoulton/CompressedFisher|3.6258158085569257e-06| +|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6258158085569257e-06| +|requirements.txt|github/phirling/pyc2ray|3.6258158085569257e-06| +|requirements.txt|github/JorenSix/Olaf|3.6258158085569257e-06| +|requirements.txt|github/cdanielmachado/reframed|3.6258158085569257e-06| +|requirements.txt|github/singularityhub/sregistry|3.6258158085569257e-06| +|requirements.txt|github/open2c/pairtools|3.6258158085569257e-06| +|requirements.txt|github/logan-pearce/lofti_gaia|3.6258158085569257e-06| +|requirements.txt|github/benstahl92/deepSIP|3.6258158085569257e-06| +|requirements.txt|github/khyox/recentrifuge|3.6258158085569257e-06| +|requirements.txt|github/pyomeca/biosiglive|3.6258158085569257e-06| +|requirements.txt|github/TianlaiProject/tlpipe|3.6258158085569257e-06| +|requirements.txt|github/SPARTA-dev/SPARTA|3.6258158085569257e-06| +|requirements.txt|github/taoliu/MACS|3.6258158085569257e-06| +|requirements.txt|github/radiocosmology/draco|3.6258158085569257e-06| +|requirements.txt|github/radiocosmology/driftscan|3.6258158085569257e-06| +|requirements.txt|github/SCIInstitute/UncertainSCI|3.6258158085569257e-06| +|requirements.txt|github/YesselmanLab/rna_map|3.6258158085569257e-06| +|requirements.txt|github/sebastian-zieba/PACMAN|3.6258158085569257e-06| +|requirements.txt|github/PNNL-m-q/mza|3.6258158085569257e-06| +|requirements.txt|github/micahvista/MAMnet|3.6258158085569257e-06| +|requirements.txt|github/jpierel14/snsed|3.6258158085569257e-06| +|requirements.txt|github/biocircuits/bioscrape|3.6258158085569257e-06| +|requirements.txt|github/me-manu/gammaALPs|3.6258158085569257e-06| +|requirements.txt|github/maxmahlke/ssos|3.6258158085569257e-06| +|requirements.txt|github/EnricoCorsaro/FAMED|3.6258158085569257e-06| +|requirements.txt|github/winger/hawking_net|3.6258158085569257e-06| +|requirements.txt|github/kazewong/flowMC|3.6258158085569257e-06| +|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6258158085569257e-06| +|requirements.txt|github/BorgwardtLab/simbsig|3.6258158085569257e-06| +|requirements.txt|github/SterlingYM/astroPIPS|3.6258158085569257e-06| +|requirements.txt|github/statgen/Minimac4|3.6258158085569257e-06| +|requirements.txt|github/ajshajib/dolphin|3.6258158085569257e-06| +|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6258158085569257e-06| +|requirements.txt|github/NBISweden/AGAT|3.6258158085569257e-06| +|requirements.txt|github/saberyoung/haffet|3.6258158085569257e-06| +|requirements.txt|github/1313e/CMasher|3.6258158085569257e-06| +|requirements.txt|github/rzellem/EXOTIC|3.6258158085569257e-06| +|requirements.txt|github/scikit-tda/DREiMac|3.6258158085569257e-06| +|requirements.txt|github/MD-Studio/MDStudio|3.6258158085569257e-06| +|requirements.txt|github/Julian/jsonschema|3.6258158085569257e-06| +|requirements.txt|github/pudu-py/pudu|3.6258158085569257e-06| +|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6258158085569257e-06| +|requirements.txt|github/asntech/intervene|3.6258158085569257e-06| +|requirements.txt|github/astroweaver/the_farmer|3.6258158085569257e-06| +|requirements.txt|github/ifilot/edp|3.6258158085569257e-06| +|requirements.txt|github/BioGearsEngine/core|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/Stimela-classic|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/PyMORESANE|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/QuartiCal|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/Stimela|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/rodrigues|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/breizorro|3.6258158085569257e-06| +|requirements.txt|github/mrtommyb/ktransit|3.6258158085569257e-06| +|requirements.txt|github/ArgonneCPAC/diffmah|3.6258158085569257e-06| +|requirements.txt|github/ArgonneCPAC/diffstar|3.6258158085569257e-06| +|requirements.txt|github/ywx649999311/EzTao|3.6258158085569257e-06| +|requirements.txt|github/icrar/daliuge|3.6258158085569257e-06| +|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6258158085569257e-06| +|requirements.txt|github/MRChemSoft/mrchem|3.6258158085569257e-06| +|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6258158085569257e-06| +|requirements.txt|github/SimonPfeifer/cows|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/K2fov|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/kadenza|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/PyKE|3.6258158085569257e-06| +|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6258158085569257e-06| +|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6258158085569257e-06| +|requirements.txt|github/grant-m-s/astronomicAL|3.6258158085569257e-06| +|requirements.txt|github/mirapy-org/mirapy|3.6258158085569257e-06| +|requirements.txt|github/ihmwg/python-modelcif|3.6258158085569257e-06| +|requirements.txt|github/Samreay/ChainConsumer|3.6258158085569257e-06| +|requirements.txt|github/Samreay/Barry|3.6258158085569257e-06| +|requirements.txt|github/N-Wouda/ALNS|3.6258158085569257e-06| +|requirements.txt|github/teuben/QAC|3.6258158085569257e-06| +|requirements.txt|github/marius311/cosmoslik|3.6258158085569257e-06| +|requirements.txt|github/jkrogager/VoigtFit|3.6258158085569257e-06| +|requirements.txt|github/tuoyl/tat-pulsar|3.6258158085569257e-06| +|requirements.txt|github/mirnylab/cooler|3.6258158085569257e-06| +|requirements.txt|github/mirnylab/pairtools|3.6258158085569257e-06| +|requirements.txt|github/LoganAMorrison/Hazma|3.6258158085569257e-06| +|requirements.txt|github/openmsi/openmsistream|3.6258158085569257e-06| +|requirements.txt|github/IMMM-SFA/tell|3.6258158085569257e-06| +|requirements.txt|github/winni2k/abeona|3.6258158085569257e-06| +|requirements.txt|github/pni-lab/mlconfound|3.6258158085569257e-06| +|requirements.txt|github/vrodgom/statmorph|3.6258158085569257e-06| +|requirements.txt|github/kartheikiyer/dense_basis|3.6258158085569257e-06| +|requirements.txt|github/jellis18/PTMCMCSampler|3.6258158085569257e-06| +|requirements.txt|github/msyazwanfaid/hilalpy|3.6258158085569257e-06| +|requirements.txt|github/OxES/k2sc|3.6258158085569257e-06| +|requirements.txt|github/zachetienne/nrpytutorial|3.6258158085569257e-06| +|requirements.txt|github/iontorrent/TS|3.6258158085569257e-06| +|requirements.txt|github/bjmorgan/py-sc-fermi|3.6258158085569257e-06| +|requirements.txt|github/markur4/plotastic|3.6258158085569257e-06| +|requirements.txt|github/mwanakijiji/rrlfe|3.6258158085569257e-06| +|requirements.txt|github/connor-lab/vapor|3.6258158085569257e-06| +|requirements.txt|github/mgieles/limepy|3.6258158085569257e-06| +|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6258158085569257e-06| +|requirements.txt|github/galaxyproject/galaxy-lib|3.6258158085569257e-06| +|requirements.txt|github/deepmind/alphafold|3.6258158085569257e-06| +|requirements.txt|github/r3w0p/bobocep|3.6258158085569257e-06| +|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6258158085569257e-06| +|requirements.txt|github/tvwenger/millennium-tap-query|3.6258158085569257e-06| +|requirements.txt|github/pcingola/SnpEff|3.6258158085569257e-06| +|requirements.txt|github/rpoleski/MulensModel|3.6258158085569257e-06| +|requirements.txt|github/jtschindler/sculptor|3.6258158085569257e-06| +|requirements.txt|github/pmlmodelling/nctoolkit|3.6258158085569257e-06| +|requirements.txt|github/cmoestl/3DCORE|3.6258158085569257e-06| +|requirements.txt|github/stammler/dustpylib|3.6258158085569257e-06| +|requirements.txt|github/pyvisa/pyvisa|3.6258158085569257e-06| +|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6258158085569257e-06| +|requirements.txt|github/siavashk/pycpd|3.6258158085569257e-06| +|requirements.txt|github/alawryaguila/multi-view-AE|3.6258158085569257e-06| +|requirements.txt|github/rsnemmen/BCES|3.6258158085569257e-06| +|requirements.txt|github/zhangyk8/sconce-scms|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/spinning-up-basic|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/Rainbow|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/PlaNet|3.6258158085569257e-06| +|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6258158085569257e-06| +|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6258158085569257e-06| +|requirements.txt|github/benlansdell/ethome|3.6258158085569257e-06| +|requirements.txt|github/VIB-PSB/MINI-EX|3.6258158085569257e-06| +|requirements.txt|github/BASTAcode/BASTA|3.6258158085569257e-06| +|requirements.txt|github/transientskp/lpf|3.6258158085569257e-06| +|requirements.txt|github/astroboylrx/Rubble|3.6258158085569257e-06| +|requirements.txt|github/aboucaud/pypher|3.6258158085569257e-06| +|requirements.txt|github/gmbrandt/HTOF|3.6258158085569257e-06| +|requirements.txt|github/exoclime/HELA|3.6258158085569257e-06| +|requirements.txt|github/exoclime/HELIOS-K|3.6258158085569257e-06| +|requirements.txt|github/valentineap/pyprop8|3.6258158085569257e-06| +|requirements.txt|github/mms-fcul/PypKa|3.6258158085569257e-06| +|requirements.txt|github/Chenmi0619/GALMoss|3.6258158085569257e-06| +|requirements.txt|github/gbrammer/grizli|3.6258158085569257e-06| +|requirements.txt|github/RBrearton/islatu|3.6258158085569257e-06| +|requirements.txt|github/travisseymour/EPICpy|3.6258158085569257e-06| +|requirements.txt|github/chemfiles/chemfiles|3.6258158085569257e-06| +|requirements.txt|github/mindearth/mobilkit|3.6258158085569257e-06| +|requirements.txt|github/ITA-Solar/rh|3.6258158085569257e-06| +|requirements.txt|github/mjshao06/pdifFinder|3.6258158085569257e-06| +|requirements.txt|github/parsotat/batanalysis|3.6258158085569257e-06| +|requirements.txt|github/LSARP/ProteomicsQC|3.6258158085569257e-06| +|requirements.txt|github/hongwanliu/DarkHistory|3.6258158085569257e-06| +|requirements.txt|github/AOtools/aotools|3.6258158085569257e-06| +|requirements.txt|github/hposborn/MonoTools|3.6258158085569257e-06| +|requirements.txt|github/enveda/RPath|3.6258158085569257e-06| +|requirements.txt|github/ethicsai/ethical-smart-grid|3.6258158085569257e-06| +|requirements.txt|github/paulbrodersen/netgraph|3.6258158085569257e-06| +|requirements.txt|github/nickk124/RCR|3.6258158085569257e-06| +|requirements.txt|github/smithlabcode/dnmtools|3.6258158085569257e-06| +|requirements.txt|github/ORNL/curifactory|3.6258158085569257e-06| +|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6258158085569257e-06| +|requirements.txt|github/MikeSWang/HorizonGRound|3.6258158085569257e-06| +|requirements.txt|github/MikeSWang/Harmonia|3.6258158085569257e-06| +|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6258158085569257e-06| +|requirements.txt|github/mtlam/PyPulse|3.6258158085569257e-06| +|requirements.txt|github/uedaLabR/nanoDoc|3.6258158085569257e-06| +|requirements.txt|github/telatin/qax|3.6258158085569257e-06| +|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6258158085569257e-06| +|requirements.txt|github/ucberkeleyseti/blimpy|3.6258158085569257e-06| +|requirements.txt|github/bedops/bedops|3.6258158085569257e-06| +|requirements.txt|github/SDXorg/pysd|3.6258158085569257e-06| +|requirements.txt|github/ryanhausen/fitsmap|3.6258158085569257e-06| +|requirements.txt|github/koszullab/pareidolia|3.6258158085569257e-06| +|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6258158085569257e-06| +|requirements.txt|github/sjteresi/TE_Density|3.6258158085569257e-06| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6258158085569257e-06| +|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6258158085569257e-06| +|requirements.txt|github/tylertrimble/viswaternet|3.6258158085569257e-06| +|requirements.txt|github/jonas-fuchs/varVAMP|3.6258158085569257e-06| +|requirements.txt|github/learningsimulator/learningsimulator|3.6258158085569257e-06| +|requirements.txt|github/erikbern/ann-benchmarks|3.6258158085569257e-06| +|requirements.txt|github/minaskar/hankl|3.6258158085569257e-06| +|requirements.txt|github/minaskar/zeus|3.6258158085569257e-06| +|requirements.txt|github/minaskar/pocomc|3.6258158085569257e-06| +|requirements.txt|github/drphilmarshall/HumVI|3.6258158085569257e-06| +|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6258158085569257e-06| +|requirements.txt|github/johannesulf/dsigma|3.6258158085569257e-06| +|requirements.txt|github/SebastianBocquet/pygtc|3.6258158085569257e-06| +|requirements.txt|github/cytham/nanovar|3.6258158085569257e-06| +|requirements.txt|github/imcgreer/simqso|3.6258158085569257e-06| +|requirements.txt|github/MichelleLochner/astronomaly|3.6258158085569257e-06| +|requirements.txt|github/podondra/bayesian-sznet|3.6258158085569257e-06| +|requirements.txt|github/exosports/homer|3.6258158085569257e-06| +|requirements.txt|github/exosports/MARGE|3.6258158085569257e-06| +|requirements.txt|github/pyxnat/pyxnat|3.6258158085569257e-06| +|requirements.txt|github/AWehrhahn/SME|3.6258158085569257e-06| +|requirements.txt|github/widdowquinn/pyani|3.6258158085569257e-06| +|requirements.txt|github/kno10/python-kmedoids|3.6258158085569257e-06| +|requirements.txt|github/ska-sa/katdal|3.6258158085569257e-06| +|requirements.txt|github/RosettaCommons/RFDesign|3.6258158085569257e-06| +|requirements.txt|github/SHTOOLS/SHTOOLS|3.6258158085569257e-06| +|requirements.txt|github/JLBLine/WODEN|3.6258158085569257e-06| +|requirements.txt|github/JLBLine/PUMA|3.6258158085569257e-06| +|requirements.txt|github/villrv/SuperRAENN|3.6258158085569257e-06| +|requirements.txt|github/silburt/DeepMoon|3.6258158085569257e-06| +|requirements.txt|github/GalletFlorian/TATOO|3.6258158085569257e-06| +|requirements.txt|github/jeschaef/Graph4Med|3.6258158085569257e-06| +|requirements.txt|github/bthorne93/PySM_public|3.6258158085569257e-06| +|requirements.txt|github/pysat/pysat|3.6258158085569257e-06| +|requirements.txt|github/nanograv/enterprise|3.6258158085569257e-06| +|requirements.txt|github/miguelcarcamov/csromer|3.6258158085569257e-06| +|requirements.txt|github/miguelcarcamov/gpuvmem|3.6258158085569257e-06| +|requirements.txt|github/ExObsSim/ExoRad2-public|3.6258158085569257e-06| +|requirements.txt|github/timstaley/amisurvey|3.6258158085569257e-06| +|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6258158085569257e-06| +|requirements.txt|github/nickelnine37/pykronecker|3.6258158085569257e-06| +|requirements.txt|github/PynPoint/PynPoint|3.6258158085569257e-06| +|requirements.txt|github/ggonnella/fastsubtrees|3.6258158085569257e-06| +|requirements.txt|github/ECP-WarpX/WarpX|3.6258158085569257e-06| +|requirements.txt|github/floodlight-sports/floodlight|3.6258158085569257e-06| +|requirements.txt|github/olivecha/guitarsounds|3.6258158085569257e-06| +|requirements.txt|github/pennsignals/chime|3.6258158085569257e-06| +|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6258158085569257e-06| +|requirements.txt|github/reneshbedre/bioinfokit|3.6258158085569257e-06| +|requirements.txt|github/JacobBumgarner/VesselVio|3.6258158085569257e-06| +|requirements.txt|github/candYgene/siga|3.6258158085569257e-06| +|requirements.txt|github/ngbusca/QuasarNET|3.6258158085569257e-06| +|requirements.txt|github/arq5x/poretools|3.6258158085569257e-06| +|requirements.txt|github/qmarcou/IGoR|3.6258158085569257e-06| +|requirements.txt|github/CGATOxford/UMI-tools|3.6258158085569257e-06| +|requirements.txt|github/OSeMOSYS/otoole|3.6258158085569257e-06| +|requirements.txt|github/DSIMB/medusa|3.6258158085569257e-06| +|requirements.txt|github/aertslab/pySCENIC|3.6258158085569257e-06| +|requirements.txt|github/TearsWaiting/MIMML|3.6258158085569257e-06| +|requirements.txt|github/JulianBMunoz/Zeus21|3.6258158085569257e-06| +|requirements.txt|github/JulianBMunoz/RelicFast|3.6258158085569257e-06| +|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6258158085569257e-06| +|requirements.txt|github/flu-crew/smot|3.6258158085569257e-06| +|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6258158085569257e-06| +|requirements.txt|github/MLMI2-CSSI/foundry|3.6258158085569257e-06| +|requirements.txt|github/opengeos/segment-geospatial|3.6258158085569257e-06| +|requirements.txt|github/NREL/G2Aero|3.6258158085569257e-06| +|requirements.txt|github/rrwick/Deepbinner|3.6258158085569257e-06| +|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6258158085569257e-06| +|requirements.txt|github/rkiman/wdwarfdate|3.6258158085569257e-06| +|requirements.txt|github/jsobeck/MOOG_SCAT|3.6258158085569257e-06| +|requirements.txt|github/temuller/hostphot|3.6258158085569257e-06| +|requirements.txt|github/temuller/piscola|3.6258158085569257e-06| +|requirements.txt|github/iAART/aart|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/nnkcde|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/cdetools|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/RFCDE|3.6258158085569257e-06| +|requirements.txt|github/lutteropp/NetRAX|3.6258158085569257e-06| +|requirements.txt|github/sosl/H-FISTA|3.6258158085569257e-06| +|requirements.txt|github/lucydot/effmass|3.6258158085569257e-06| +|requirements.txt|github/basehc/IPEV|3.6258158085569257e-06| +|requirements.txt|github/pipliggins/EVolve|3.6258158085569257e-06| +|requirements.txt|github/FraunhoferIWES/foxes|3.6258158085569257e-06| +|requirements.txt|github/sandialabs/pvOps|3.6258158085569257e-06| +|requirements.txt|github/JulioHC00/PEPITA|3.6258158085569257e-06| +|requirements.txt|github/he2016012996/CABnet|3.6258158085569257e-06| +|requirements.txt|github/ArtRand/signalAlign|3.6258158085569257e-06| +|requirements.txt|github/snad-space/ztf-viewer|3.6258158085569257e-06| +|requirements.txt|github/inpefess/gym-saturation|3.6258158085569257e-06| +|requirements.txt|github/GBLille/MassiveFold|3.6258158085569257e-06| +|requirements.txt|github/scottgigante/picopore|3.6258158085569257e-06| +|requirements.txt|github/PolyChord/PolyChordLite|3.6258158085569257e-06| +|requirements.txt|github/jeffdaily/parasail-python|3.6258158085569257e-06| +|requirements.txt|github/fcastagna/preprofit|3.6258158085569257e-06| +|requirements.txt|github/fcastagna/JoXSZ|3.6258158085569257e-06| +|requirements.txt|github/moldyn/msmhelper|3.6258158085569257e-06| +|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6258158085569257e-06| +|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6258158085569257e-06| +|requirements.txt|github/samsledje/ConPLex_dev|3.6258158085569257e-06| +|requirements.txt|github/tmcclintock/AReconstructionTool|3.6258158085569257e-06| +|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6258158085569257e-06| +|requirements.txt|github/KolmogorovLab/Severus|3.6258158085569257e-06| +|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6258158085569257e-06| +|requirements.txt|github/yuhuan-wu/mobilesal|3.6258158085569257e-06| +|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6258158085569257e-06| +|requirements.txt|github/RECETOX/RIAssigner|3.6258158085569257e-06| +|requirements.txt|github/ACTCollaboration/zCluster|3.6258158085569257e-06| +|requirements.txt|github/sblunt/orbitize|3.6258158085569257e-06| +|requirements.txt|github/jdber1/opendrop|3.6258158085569257e-06| +|requirements.txt|github/YuRui8879/MRASleepNet|3.6258158085569257e-06| +|requirements.txt|github/sciris/sciris|3.6258158085569257e-06| +|requirements.txt|github/bradkav/verne|3.6258158085569257e-06| +|requirements.txt|github/bradkav/CEvNS|3.6258158085569257e-06| +|requirements.txt|github/bradkav/WIMpy_NREFT|3.6258158085569257e-06| +|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6258158085569257e-06| +|requirements.txt|github/TeamCOMPAS/COMPAS|3.6258158085569257e-06| +|requirements.txt|github/kyleaoman/martini|3.6258158085569257e-06| +|requirements.txt|github/ixkael/Delight|3.6258158085569257e-06| +|requirements.txt|github/C0PEP0D/otto|3.6258158085569257e-06| +|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6258158085569257e-06| +|requirements.txt|github/ptriska/WavesDash|3.6258158085569257e-06| +|requirements.txt|github/prashjet/popkinmocks|3.6258158085569257e-06| +|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6258158085569257e-06| +|requirements.txt|github/chianti-atomic/ChiantiPy|3.6258158085569257e-06| +|requirements.txt|github/CosmoStat/mccd|3.6258158085569257e-06| +|requirements.txt|github/hallamlab/TreeSAPP|3.6258158085569257e-06| +|requirements.txt|github/tomasplsek/CADET|3.6258158085569257e-06| +|requirements.txt|github/pierfied/karmma|3.6258158085569257e-06| +|requirements.txt|github/florpi/sunbird|3.6258158085569257e-06| +|requirements.txt|github/tnakazato/priism|3.6258158085569257e-06| +|requirements.txt|github/mscaudill/openseize|3.6258158085569257e-06| +|requirements.txt|github/phineasng/DECODE|3.6258158085569257e-06| +|requirements.txt|github/geoelements/gns|3.6258158085569257e-06| +|requirements.txt|github/TinkerTools/tinker9|3.6258158085569257e-06| +|requirements.txt|github/migueldvb/cine|3.6258158085569257e-06| +|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6258158085569257e-06| +|requirements.txt|github/macrocosme/amber_meta|3.6258158085569257e-06| +|requirements.txt|github/SJLeo/FFSD|3.6258158085569257e-06| +|requirements.txt|github/csb-toolbox/CSB|3.6258158085569257e-06| +|requirements.txt|github/dkoslicki/TAMPA|3.6258158085569257e-06| +|requirements.txt|github/nanoporetech/pychopper|3.6258158085569257e-06| +|requirements.txt|github/nanoporetech/medaka|3.6258158085569257e-06| +|requirements.txt|github/fabiorigamonti/bang|3.6258158085569257e-06| +|requirements.txt|github/JuliaHCI/ADI.jl|3.6258158085569257e-06| +|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6258158085569257e-06| +|requirements.txt|github/songningqiang/CosmoLED|3.6258158085569257e-06| +|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6258158085569257e-06| +|requirements.txt|github/ExeClim/Isca|3.6258158085569257e-06| +|requirements.txt|github/cogent3/cogent3|3.6258158085569257e-06| +|requirements.txt|github/neuroanatomy/reorient|3.6258158085569257e-06| +|requirements.txt|github/maserlib/ExPRES|3.6258158085569257e-06| +|requirements.txt|github/bfarr/kombine|3.6258158085569257e-06| +|requirements.txt|github/spacetelescope/mirage|3.6258158085569257e-06| +|requirements.txt|github/mattyowl/astLib|3.6258158085569257e-06| +|requirements.txt|github/brentp/peddy|3.6258158085569257e-06| +|requirements.txt|github/brentp/cyvcf2|3.6258158085569257e-06| +|requirements.txt|github/bcbio/bcbio-nextgen|3.6258158085569257e-06| +|requirements.txt|github/CarlosCoba/XookSuut-code|3.6258158085569257e-06| +|requirements.txt|github/institut-de-genomique/HAPO-G|3.6258158085569257e-06| +|requirements.txt|github/quantling/pyndl|3.6258158085569257e-06| +|requirements.txt|github/cwentland0/perform|3.6258158085569257e-06| +|requirements.txt|github/arnauqb/qwind|3.6258158085569257e-06| +|requirements.txt|github/tiberioap/grav_waldo|3.6258158085569257e-06| +|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6258158085569257e-06| +|requirements.txt|github/alexander-mead/pyhalomodel|3.6258158085569257e-06| +|requirements.txt|github/nickhand/pyRSD|3.6258158085569257e-06| +|requirements.txt|github/HHTpy/HHTpywrapper|3.6258158085569257e-06| +|requirements.txt|github/justyncw/STAR_MELT|3.6258158085569257e-06| +|requirements.txt|github/dirac-institute/asterogap|3.6258158085569257e-06| +|requirements.txt|github/chenwuperth/rgz_rcnn|3.6258158085569257e-06| +|requirements.txt|github/dsavransky/EXOSIMS|3.6258158085569257e-06| +|requirements.txt|github/kuanrongchan/COVID19-severity|3.6258158085569257e-06| +|requirements.txt|github/bow/fsnviz|3.6258158085569257e-06| +|requirements.txt|github/spack/spack|3.6258158085569257e-06| +|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6258158085569257e-06| +|requirements.txt|github/andr1976/HydDown|3.6258158085569257e-06| +|requirements.txt|github/kuenzelab/ENDURE|3.6258158085569257e-06| +|requirements.txt|github/vterron/lemon|3.6258158085569257e-06| +|requirements.txt|github/Gabaldonlab/jloh|3.6258158085569257e-06| +|requirements.txt|github/sbird/fake_spectra|3.6258158085569257e-06| +|requirements.txt|github/danielreardon/scintools|3.6258158085569257e-06| +|requirements.txt|github/lucabaldini/ixpeobssim|3.6258158085569257e-06| +|requirements.txt|github/healpy/healpy|3.6258158085569257e-06| +|requirements.txt|github/surf-eds/one-button-compute|3.6258158085569257e-06| +|requirements.txt|github/lkreidberg/batman|3.6258158085569257e-06| +|requirements.txt|github/james-m-osborn/astrosat|3.6258158085569257e-06| +|requirements.txt|github/lys-devel/lys|3.6258158085569257e-06| +|requirements.txt|github/ryanvarley/exodata|3.6258158085569257e-06| +|requirements.txt|github/ggciag/mandyoc|3.6258158085569257e-06| +|requirements.txt|github/AllenInstitute/bmtk|3.6258158085569257e-06| +|requirements.txt|github/sidmohite/nimbus-astro|3.6258158085569257e-06| +|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6258158085569257e-06| +|requirements.txt|github/eggnogdb/eggnog-mapper|3.6258158085569257e-06| +|requirements.txt|github/jdswinbank/Comet|3.6258158085569257e-06| +|requirements.txt|github/florian-lienhard/MM-LSD|3.6258158085569257e-06| +|requirements.txt|github/dstndstn/tractor|3.6258158085569257e-06| +|requirements.txt|github/christinahedges/contaminante|3.6258158085569257e-06| +|requirements.txt|github/bcgsc/NanoSim|3.6258158085569257e-06| +|requirements.txt|github/bcgsc/TMBur|3.6258158085569257e-06| +|requirements.txt|github/roban/CosmoloPy|3.6258158085569257e-06| +|requirements.txt|github/miguelzuma/hi_class_public|3.6258158085569257e-06| +|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/sacc|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/Spectractor|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/snmachine|3.6258158085569257e-06| +|requirements.txt|github/michaelhb/superplot|3.6258158085569257e-06| +|requirements.txt|github/shandley/hecatomb|3.6258158085569257e-06| +|requirements.txt|github/monarch-initiative/loinc2hpo|3.6258158085569257e-06| +|requirements.txt|github/vallis/libstempo|3.6258158085569257e-06| +|requirements.txt|github/forrest-lab/scMatch|3.6258158085569257e-06| +|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6258158085569257e-06| +|requirements.txt|github/fccoelho/epimodels|3.6258158085569257e-06| +|requirements.txt|github/fccoelho/epigrass|3.6258158085569257e-06| +|requirements.txt|github/citation-file-format/citation-file-format|3.6258158085569257e-06| +|requirements.txt|github/astro-informatics/sleplet|3.6258158085569257e-06| +|requirements.txt|github/genouest/biomaj-daemon|3.6258158085569257e-06| +|requirements.txt|github/yupidevs/pactus|3.6258158085569257e-06| +|requirements.txt|github/SegataLab/lefse|3.6258158085569257e-06| +|requirements.txt|github/vgteam/vg#vg|3.6258158085569257e-06| +|requirements.txt|github/vgteam/vg|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/repack|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/mc3|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/pyratbay|3.6258158085569257e-06| +|requirements.txt|github/lgbouma/gyro-interp|3.6258158085569257e-06| +|requirements.txt|github/valboz/VBBinaryLensing|3.6258158085569257e-06| +|requirements.txt|github/mr-superonion/FPFS|3.6258158085569257e-06| +|requirements.txt|github/discsim/frank|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/deepscm|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/masf|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/istn|3.6258158085569257e-06| +|requirements.txt|github/exciting/excitingtools|3.6258158085569257e-06| +|requirements.txt|github/sibirrer/psfr|3.6258158085569257e-06| +|requirements.txt|github/timothydmorton/isochrones|3.6258158085569257e-06| +|requirements.txt|github/qMRLab/qMRLab|3.6258158085569257e-06| +|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6258158085569257e-06| +|requirements.txt|github/jakeret/abcpmc|3.6258158085569257e-06| +|requirements.txt|github/jakeret/tf_unet|3.6258158085569257e-06| +|requirements.txt|github/milnus/Magphi|3.6258158085569257e-06| +|requirements.txt|github/gperezs/StarcNet|3.6258158085569257e-06| +|requirements.txt|github/oliverphilcox/RascalC|3.6258158085569257e-06| +|requirements.txt|github/gbouras13/plassembler|3.6258158085569257e-06| +|requirements.txt|github/etal/cnvkit|3.6258158085569257e-06| +|requirements.txt|github/Qiskit/qiskit-experiments|3.6258158085569257e-06| +|requirements.txt|github/manodeep/TesseRACt|3.6258158085569257e-06| +|requirements.txt|github/DataBiosphere/wdl-parsers|3.6258158085569257e-06| +|requirements.txt|github/Vini2/GraphBin|3.6258158085569257e-06| +|requirements.txt|github/GalSim-developers/GalSim|3.6258158085569257e-06| +|requirements.txt|github/sklasfeld/DANPOS3|3.6258158085569257e-06| +|requirements.txt|github/GilbertLabUCSF/CanDI|3.6258158085569257e-06| +|requirements.txt|github/aksholokhov/pysr3|3.6258158085569257e-06| +|requirements.txt|github/jrkerns/pylinac|3.6258158085569257e-06| +|requirements.txt|github/cobilab/altair|3.6258158085569257e-06| +|requirements.txt|github/BenNordick/HiLoop|3.6258158085569257e-06| +|requirements.txt|github/SharmaLlama/ticktack|3.6258158085569257e-06| +|requirements.txt|github/artic-network/fieldbioinformatics|3.6258158085569257e-06| +|requirements.txt|github/NLeSC/litstudy|3.6258158085569257e-06| +|requirements.txt|github/NLeSC/ShiCo|3.6258158085569257e-06| +|requirements.txt|github/NLESC-JCER/QMCblip|3.6258158085569257e-06| +|requirements.txt|github/RuthAngus/stardate|3.6258158085569257e-06| +|requirements.txt|github/Ambuj-UF/APOP|3.6258158085569257e-06| +|requirements.txt|github/jeremysanders/mbproj2|3.6258158085569257e-06| +|requirements.txt|github/hannorein/rebound|3.6258158085569257e-06| +|requirements.txt|github/spiketools/spiketools|3.6258158085569257e-06| +|requirements.txt|github/python-streamz/streamz|3.6258158085569257e-06| +|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6258158085569257e-06| +|requirements.txt|github/CobayaSampler/cobaya|3.6258158085569257e-06| +|requirements.txt|github/JustinYKC/FEPOPS|3.6258158085569257e-06| +|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6258158085569257e-06| +|requirements.txt|github/rmjarvis/TreeCorr|3.6258158085569257e-06| +|requirements.txt|github/rmjarvis/Piff|3.6258158085569257e-06| +|requirements.txt|github/TommasoRonconi/scampy|3.6258158085569257e-06| +|requirements.txt|github/carronj/lenspyx|3.6258158085569257e-06| +|requirements.txt|github/carronj/plancklens|3.6258158085569257e-06| +|requirements.txt|github/VChristiaens/vcal_sphere|3.6258158085569257e-06| +|requirements.txt|github/VChristiaens/special|3.6258158085569257e-06| +|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6258158085569257e-06| +|requirements.txt|github/AemulusProject/bias_emulator|3.6258158085569257e-06| +|requirements.txt|github/seeh/surprise|3.6258158085569257e-06| +|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6258158085569257e-06| +|requirements.txt|github/bd-j/sedpy|3.6258158085569257e-06| +|requirements.txt|github/bd-j/prospector|3.6258158085569257e-06| +|requirements.txt|github/Ajstros/pyripherals|3.6258158085569257e-06| +|requirements.txt|github/CAMI-challenge/CAMITAX|3.6258158085569257e-06| +|requirements.txt|github/mwaskom/seaborn|3.6258158085569257e-06| +|requirements.txt|github/AdmiralenOla/Scoary|3.6258158085569257e-06| +|requirements.txt|github/pyFFTW/pyFFTW|3.6258158085569257e-06| +|requirements.txt|github/keatonb/Pyriod|3.6258158085569257e-06| +|requirements.txt|github/keatonb/TESS_PRF|3.6258158085569257e-06| +|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6258158085569257e-06| +|requirements.txt|github/daler/gffutils|3.6258158085569257e-06| +|requirements.txt|github/daler/pybedtools|3.6258158085569257e-06| +|requirements.txt|github/miRTop/mirtop|3.6258158085569257e-06| +|requirements.txt|github/3d-pli/fastpli|3.6258158085569257e-06| +|requirements.txt|github/STEllAR-GROUP/hpx|3.6258158085569257e-06| +|requirements.txt|github/pymedphys/pymedphys|3.6258158085569257e-06| +|requirements.txt|github/ladsantos/p-winds|3.6258158085569257e-06| +|requirements.txt|github/ladsantos/flatstar|3.6258158085569257e-06| +|requirements.txt|github/ylxu05/HN-PPISP|3.6258158085569257e-06| +|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6258158085569257e-06| +|requirements.txt|github/PaulHancock/Robbie|3.6258158085569257e-06| +|requirements.txt|github/sourmash-bio/sourmash|3.6258158085569257e-06| +|requirements.txt|github/PetroFit/petrofit|3.6258158085569257e-06| +|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6258158085569257e-06| +|requirements.txt|github/E3SM-Project/gdess|3.6258158085569257e-06| +|requirements.txt|github/afeinstein20/eleanor|3.6258158085569257e-06| +|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6258158085569257e-06| +|requirements.txt|github/jan-rybizki/Chempy|3.6258158085569257e-06| +|requirements.txt|github/COINtoolbox/ActSNClass|3.6258158085569257e-06| +|requirements.txt|github/AusSRC/SoFiAX|3.6258158085569257e-06| +|requirements.txt|github/radis/radis|3.6258158085569257e-06| +|requirements.txt|github/mtceballos/SIRENAdoc|3.6258158085569257e-06| +|requirements.txt|github/alejandrobll/py-sphviewer|3.6258158085569257e-06| +|requirements.txt|github/antoinemarchal/ROHSA|3.6258158085569257e-06| +|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6258158085569257e-06| +|requirements.txt|github/bregaldo/pywst|3.6258158085569257e-06| +|requirements.txt|github/cistrome/MIRA|3.6258158085569257e-06| +|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/remikz/nccmp|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/aroffringa/wsclean|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.6258158085569257e-06| +|CMakeLists.txt|gitlab/astron-idg/idg|3.6258158085569257e-06| +|CMakeLists.txt|github/yogi-tud/space_gpu|3.6258158085569257e-06| +|CMakeLists.txt|github/facebookresearch/faiss|3.6258158085569257e-06| +|CMakeLists.txt|github/rega-cev/virulign|3.6258158085569257e-06| +|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.6258158085569257e-06| +|CMakeLists.txt|github/Yida-Lin/libxdf|3.6258158085569257e-06| +|CMakeLists.txt|github/kdmurray91/axe|3.6258158085569257e-06| +|CMakeLists.txt|github/kdmurray91/libqcpp|3.6258158085569257e-06| +|CMakeLists.txt|github/JPenuchot/ctbench|3.6258158085569257e-06| +|CMakeLists.txt|github/FEniCS/basix|3.6258158085569257e-06| +|CMakeLists.txt|github/casacore/casacore|3.6258158085569257e-06| +|CMakeLists.txt|github/ugovaretto/molekel|3.6258158085569257e-06| +|CMakeLists.txt|github/hnikaein/stark|3.6258158085569257e-06| +|CMakeLists.txt|github/vdemichev/DiaNN|3.6258158085569257e-06| +|CMakeLists.txt|github/lsds/LightSaber|3.6258158085569257e-06| +|CMakeLists.txt|github/lsds/TaLoS|3.6258158085569257e-06| +|CMakeLists.txt|github/lsds/faasm|3.6258158085569257e-06| +|CMakeLists.txt|github/Crompulence/cpl-library|3.6258158085569257e-06| +|CMakeLists.txt|github/kd0kfo/cosmology|3.6258158085569257e-06| +|CMakeLists.txt|github/yatisht/usher|3.6258158085569257e-06| +|CMakeLists.txt|github/svi-opensource/libics|3.6258158085569257e-06| +|CMakeLists.txt|github/dpryan79/libBigWig|3.6258158085569257e-06| +|CMakeLists.txt|github/TRASAL/AMBER|3.6258158085569257e-06| +|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.6258158085569257e-06| +|CMakeLists.txt|github/Illumina/MarViN|3.6258158085569257e-06| +|CMakeLists.txt|github/Illumina/akt|3.6258158085569257e-06| +|CMakeLists.txt|github/mrirecon/bart|3.6258158085569257e-06| +|CMakeLists.txt|github/seqan/lambda|3.6258158085569257e-06| +|CMakeLists.txt|github/seqan/flexbar|3.6258158085569257e-06| +|CMakeLists.txt|github/seqan/lara|3.6258158085569257e-06| +|CMakeLists.txt|github/simd-everywhere/simde|3.6258158085569257e-06| +|CMakeLists.txt|github/mpokorny/vysmaw|3.6258158085569257e-06| +|CMakeLists.txt|github/idefix-code/idefix|3.6258158085569257e-06| +|CMakeLists.txt|github/marbl/MashMap|3.6258158085569257e-06| +|CMakeLists.txt|github/datngu/Circall|3.6258158085569257e-06| +|CMakeLists.txt|github/domschrei/mallob|3.6258158085569257e-06| +|CMakeLists.txt|github/hombit/freddi|3.6258158085569257e-06| +|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.6258158085569257e-06| +|CMakeLists.txt|github/elkebir-group/derna|3.6258158085569257e-06| +|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.6258158085569257e-06| +|CMakeLists.txt|github/COMBINE-lab/RapMap|3.6258158085569257e-06| +|CMakeLists.txt|github/COMBINE-lab/libgff|3.6258158085569257e-06| +|CMakeLists.txt|github/chanzuckerberg/shasta|3.6258158085569257e-06| +|CMakeLists.txt|github/AstroUGent/shadowfax|3.6258158085569257e-06| +|CMakeLists.txt|github/n-claes/legolas|3.6258158085569257e-06| +|CMakeLists.txt|github/qtltools/qtltools|3.6258158085569257e-06| +|CMakeLists.txt|github/SeaIce-Math/SubZero|3.6258158085569257e-06| +|CMakeLists.txt|github/stevengj/nlopt|3.6258158085569257e-06| +|CMakeLists.txt|github/veg/tn93|3.6258158085569257e-06| +|CMakeLists.txt|github/steineggerlab/foldseek|3.6258158085569257e-06| +|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.6258158085569257e-06| +|CMakeLists.txt|github/liuhao-cn/fastSHT|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/MMseqs2|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/mmseqs2|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/plass|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/metaeuk|3.6258158085569257e-06| +|CMakeLists.txt|github/soedinglab/spacepharer|3.6258158085569257e-06| +|CMakeLists.txt|github/krab1k/ChargeFW2|3.6258158085569257e-06| +|CMakeLists.txt|github/HingeAssembler/HINGE|3.6258158085569257e-06| +|CMakeLists.txt|github/bbercovici/SBGAT|3.6258158085569257e-06| +|CMakeLists.txt|github/mtazzari/galario|3.6258158085569257e-06| +|CMakeLists.txt|github/ncbi/ncbi-vdb|3.6258158085569257e-06| +|CMakeLists.txt|github/ncbi/sra-tools|3.6258158085569257e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.6258158085569257e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.6258158085569257e-06| +|CMakeLists.txt|github/mp3guy/ElasticFusion|3.6258158085569257e-06| +|CMakeLists.txt|github/HITS-AIN/PINK|3.6258158085569257e-06| +|CMakeLists.txt|github/mjuric/galfast|3.6258158085569257e-06| +|CMakeLists.txt|github/HWang-Summit/HCGrid|3.6258158085569257e-06| +|CMakeLists.txt|github/Washington-University/CiftiLib|3.6258158085569257e-06| +|CMakeLists.txt|github/blebon/directChillFoam|3.6258158085569257e-06| +|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.6258158085569257e-06| +|CMakeLists.txt|github/sb-ncbr/golem|3.6258158085569257e-06| +|CMakeLists.txt|github/egpbos/barcode|3.6258158085569257e-06| +|CMakeLists.txt|github/cameron314/concurrentqueue|3.6258158085569257e-06| +|CMakeLists.txt|github/seshnadathur/Revolver|3.6258158085569257e-06| +|CMakeLists.txt|github/su2code/SU2|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/thread_pool|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/rampler|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/bioparser|3.6258158085569257e-06| +|CMakeLists.txt|github/rvaser/sword|3.6258158085569257e-06| +|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.6258158085569257e-06| +|CMakeLists.txt|github/jczarnowski/DeepFactors|3.6258158085569257e-06| +|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.6258158085569257e-06| +|CMakeLists.txt|github/statgen/popscle|3.6258158085569257e-06| +|CMakeLists.txt|github/pytorch/vision|3.6258158085569257e-06| +|CMakeLists.txt|github/copasi/COPASI|3.6258158085569257e-06| +|CMakeLists.txt|github/hasindu2008/slow5tools|3.6258158085569257e-06| +|CMakeLists.txt|github/eggplantbren/DNest3|3.6258158085569257e-06| +|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.6258158085569257e-06| +|CMakeLists.txt|github/basp-group/Puri-Psi|3.6258158085569257e-06| +|CMakeLists.txt|github/DGtal-team/DGtal|3.6258158085569257e-06| +|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.6258158085569257e-06| +|CMakeLists.txt|github/mofanv/darknetz|3.6258158085569257e-06| +|CMakeLists.txt|github/PMBio/peer|3.6258158085569257e-06| +|CMakeLists.txt|github/mslonina/Mechanic|3.6258158085569257e-06| +|CMakeLists.txt|github/astroboylrx/PLAN|3.6258158085569257e-06| +|CMakeLists.txt|github/exoclime/FastChem|3.6258158085569257e-06| +|CMakeLists.txt|github/exoclime/Helios-r2|3.6258158085569257e-06| +|CMakeLists.txt|github/exoclime/THOR|3.6258158085569257e-06| +|CMakeLists.txt|github/sib-swiss/pftools3|3.6258158085569257e-06| +|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.6258158085569257e-06| +|CMakeLists.txt|github/lanl/GLUE|3.6258158085569257e-06| +|CMakeLists.txt|github/amkozlov/raxml-ng|3.6258158085569257e-06| +|CMakeLists.txt|github/BenWibking/quokka|3.6258158085569257e-06| +|CMakeLists.txt|github/griffithlab/regtools|3.6258158085569257e-06| +|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.6258158085569257e-06| +|CMakeLists.txt|github/jdonnert/WVTICs|3.6258158085569257e-06| +|CMakeLists.txt|github/ahcm/ffindex|3.6258158085569257e-06| +|CMakeLists.txt|github/mc-imperial/jfs|3.6258158085569257e-06| +|CMakeLists.txt|github/ZacharyJia/opsdn|3.6258158085569257e-06| +|CMakeLists.txt|github/snugel/cas-offinder|3.6258158085569257e-06| +|CMakeLists.txt|github/PyPO-dev/PyPO|3.6258158085569257e-06| +|CMakeLists.txt|github/benedictpaten/marginPhase|3.6258158085569257e-06| +|CMakeLists.txt|github/catboost/catboost|3.6258158085569257e-06| +|CMakeLists.txt|github/ECP-copa/Cabana|3.6258158085569257e-06| +|CMakeLists.txt|github/farhanferoz/MultiNest|3.6258158085569257e-06| +|CMakeLists.txt|github/ester-project/ester|3.6258158085569257e-06| +|CMakeLists.txt|github/mivp/encube|3.6258158085569257e-06| +|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.6258158085569257e-06| +|CMakeLists.txt|github/philres/ngmlr|3.6258158085569257e-06| +|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.6258158085569257e-06| +|CMakeLists.txt|github/reedacartwright/ngila|3.6258158085569257e-06| +|CMakeLists.txt|github/klee/klee|3.6258158085569257e-06| +|CMakeLists.txt|github/cwru-pat/cosmograph|3.6258158085569257e-06| +|CMakeLists.txt|github/introlab/opentera|3.6258158085569257e-06| +|CMakeLists.txt|github/ziotom78/libpolycomp|3.6258158085569257e-06| +|CMakeLists.txt|github/pezmaster31/bamtools|3.6258158085569257e-06| +|CMakeLists.txt|github/jeffdaily/parasail|3.6258158085569257e-06| +|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.6258158085569257e-06| +|CMakeLists.txt|github/delphes/delphes|3.6258158085569257e-06| +|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.6258158085569257e-06| +|CMakeLists.txt|github/scikit-hep/iminuit|3.6258158085569257e-06| +|CMakeLists.txt|github/fastpm/fastpm|3.6258158085569257e-06| +|CMakeLists.txt|github/pkestene/ramsesGPU|3.6258158085569257e-06| +|CMakeLists.txt|github/sarrvesh/cuFFS|3.6258158085569257e-06| +|CMakeLists.txt|github/ixkael/3DEX|3.6258158085569257e-06| +|CMakeLists.txt|github/pynbody/genetIC|3.6258158085569257e-06| +|CMakeLists.txt|github/gerddie/maxflow|3.6258158085569257e-06| +|CMakeLists.txt|github/Punzo/SlicerAstro|3.6258158085569257e-06| +|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.6258158085569257e-06| +|CMakeLists.txt|github/nanoporetech/scrappie|3.6258158085569257e-06| +|CMakeLists.txt|github/nanoporetech/flappie|3.6258158085569257e-06| +|CMakeLists.txt|github/cieslar/Indri|3.6258158085569257e-06| +|CMakeLists.txt|github/BIC-MNI/libminc|3.6258158085569257e-06| +|CMakeLists.txt|github/s4hts/HTStream|3.6258158085569257e-06| +|CMakeLists.txt|github/cschreib/egg|3.6258158085569257e-06| +|CMakeLists.txt|github/santeripuranen/SpydrPick|3.6258158085569257e-06| +|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.6258158085569257e-06| +|CMakeLists.txt|github/rordenlab/dcm2niix|3.6258158085569257e-06| +|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.6258158085569257e-06| +|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.6258158085569257e-06| +|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.6258158085569257e-06| +|CMakeLists.txt|github/TRIQS/solid_dmft|3.6258158085569257e-06| +|CMakeLists.txt|github/Trovemaster/exocross|3.6258158085569257e-06| +|CMakeLists.txt|github/m2aia/m2aia|3.6258158085569257e-06| +|CMakeLists.txt|github/ChristopherWilks/megadepth|3.6258158085569257e-06| +|CMakeLists.txt|github/lczech/gappa|3.6258158085569257e-06| +|CMakeLists.txt|github/CMakePP/CMinx|3.6258158085569257e-06| +|CMakeLists.txt|github/fripon/freeture|3.6258158085569257e-06| +|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.6258158085569257e-06| +|CMakeLists.txt|github/y-256/libdivsufsort|3.6258158085569257e-06| +|CMakeLists.txt|github/osallou/cassiopee-c|3.6258158085569257e-06| +|CMakeLists.txt|github/bcgsc/abyss|3.6258158085569257e-06| +|CMakeLists.txt|github/raphael-group/hatchet|3.6258158085569257e-06| +|CMakeLists.txt|github/artis-mcrt/artis|3.6258158085569257e-06| +|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.6258158085569257e-06| +|CMakeLists.txt|github/dglaeser/gridformat|3.6258158085569257e-06| +|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.6258158085569257e-06| +|CMakeLists.txt|github/voutcn/megahit|3.6258158085569257e-06| +|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.6258158085569257e-06| +|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.6258158085569257e-06| +|CMakeLists.txt|github/kbarbary/sep|3.6258158085569257e-06| +|CMakeLists.txt|github/yangao07/abPOA|3.6258158085569257e-06| +|CMakeLists.txt|github/biomedia-mira/drop2|3.6258158085569257e-06| +|CMakeLists.txt|github/bbuchfink/diamond|3.6258158085569257e-06| +|CMakeLists.txt|github/xxsds/DYNAMIC|3.6258158085569257e-06| +|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.6258158085569257e-06| +|CMakeLists.txt|github/Taywee/args|3.6258158085569257e-06| +|CMakeLists.txt|github/daehwankimlab/hisat2|3.6258158085569257e-06| +|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.6258158085569257e-06| +|CMakeLists.txt|github/jydu/physamp|3.6258158085569257e-06| +|CMakeLists.txt|github/jydu/maffilter|3.6258158085569257e-06| +|CMakeLists.txt|github/lamyj/odil|3.6258158085569257e-06| +|CMakeLists.txt|github/jfarek/xatlas|3.6258158085569257e-06| +|CMakeLists.txt|github/hveerten/katu|3.6258158085569257e-06| +|CMakeLists.txt|github/RomainFeron/mwga-utils|3.6258158085569257e-06| +|CMakeLists.txt|github/lbcb-sci/raven|3.6258158085569257e-06| +|CMakeLists.txt|github/lbcb-sci/racon|3.6258158085569257e-06| +|CMakeLists.txt|github/xcompact3d/Incompact3d|3.6258158085569257e-06| +|CMakeLists.txt|github/afd-illinois/grim|3.6258158085569257e-06| +|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.6258158085569257e-06| +|CMakeLists.txt|github/mrc-ide/covid-sim|3.6258158085569257e-06| +|CMakeLists.txt|github/sfarrens/sfof|3.6258158085569257e-06| +|CMakeLists.txt|github/nmslib/hnswlib|3.6258158085569257e-06| +|CMakeLists.txt|github/ycwu1030/EvoEMD|3.6258158085569257e-06| +|CMakeLists.txt|github/mbillingr/libgdf|3.6258158085569257e-06| +|CMakeLists.txt|github/wullm/zwindstroom|3.6258158085569257e-06| +|CMakeLists.txt|github/mtholder/ncl|3.6258158085569257e-06| +|package.json|gitlab/magnumpi/magnumpi|3.6258158085569257e-06| +|package.json|gitlab/geekysquirrel/bigx|3.6258158085569257e-06| +|package.json|gitlab/metafundev/metafun|3.6258158085569257e-06| +|package.json|github/emrecdem/emo-spectre|3.6258158085569257e-06| +|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6258158085569257e-06| +|package.json|github/eWaterCycle/Cesium-NcWMS|3.6258158085569257e-06| +|package.json|github/eWaterCycle/setup-grpc|3.6258158085569257e-06| +|package.json|github/eWaterCycle/eWaterleaf|3.6258158085569257e-06| +|package.json|github/eWaterCycle/setup-singularity|3.6258158085569257e-06| +|package.json|github/EMResearch/EvoMaster|3.6258158085569257e-06| +|package.json|github/ReGIS-org/regis-v2|3.6258158085569257e-06| +|package.json|github/tyo-nu/MINE-app|3.6258158085569257e-06| +|package.json|github/streamlit/streamlit|3.6258158085569257e-06| +|package.json|github/ZjuLiangsl/mmkp|3.6258158085569257e-06| +|package.json|github/AA-ALERT/frbcat-web|3.6258158085569257e-06| +|package.json|github/eucp-project/storyboards|3.6258158085569257e-06| +|package.json|github/eucp-project/atlas|3.6258158085569257e-06| +|package.json|github/MaayanLab/signature-commons-ui|3.6258158085569257e-06| +|package.json|github/luntergroup/octopus|3.6258158085569257e-06| +|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6258158085569257e-06| +|package.json|github/MolMeDB/MolMeDB|3.6258158085569257e-06| +|package.json|github/interactivereport/OmicsView0|3.6258158085569257e-06| +|package.json|github/klevis-a/kinematics-vis|3.6258158085569257e-06| +|package.json|github/ablab/spades|3.6258158085569257e-06| +|package.json|github/DorianDepriester/mtex2Gmsh|3.6258158085569257e-06| +|package.json|github/fairdataihub/SPARClink|3.6258158085569257e-06| +|package.json|github/Via-Appia/via-appia-online-viewer|3.6258158085569257e-06| +|package.json|github/ADAH-EviDENce/evidence|3.6258158085569257e-06| +|package.json|github/bio-tools/biotoolsSum|3.6258158085569257e-06| +|package.json|github/nextstrain/auspice|3.6258158085569257e-06| +|package.json|github/souzamonteiro/cnatool|3.6258158085569257e-06| +|package.json|github/phelelani/nf-rnaSeqMetagen|3.6258158085569257e-06| +|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6258158085569257e-06| +|package.json|github/davidhoksza/MolArt|3.6258158085569257e-06| +|package.json|github/lumen-org/lumen|3.6258158085569257e-06| +|package.json|github/meta-logic/sequoia|3.6258158085569257e-06| +|package.json|github/tobiasrausch/alfred|3.6258158085569257e-06| +|package.json|github/CrowdTruth/CrowdTruth|3.6258158085569257e-06| +|package.json|github/eweitz/ideogram|3.6258158085569257e-06| +|package.json|github/Yomguithereal/talisman|3.6258158085569257e-06| +|package.json|github/MichaelSel/edoJS|3.6258158085569257e-06| +|package.json|github/sonjageorgievska/CClusTera|3.6258158085569257e-06| +|package.json|github/biosimulations/Biosimulations|3.6258158085569257e-06| +|package.json|github/SchmidtDSE/afscgap|3.6258158085569257e-06| +|package.json|github/Samreay/Marz|3.6258158085569257e-06| +|package.json|github/TNOCS/csWeb|3.6258158085569257e-06| +|package.json|github/Shamir-Lab/domino_web|3.6258158085569257e-06| +|package.json|github/PathwayCommons/grounding-search|3.6258158085569257e-06| +|package.json|github/ci-for-research/self-hosted-runners|3.6258158085569257e-06| +|package.json|github/ci-for-science/self-hosted-runners|3.6258158085569257e-06| +|package.json|github/Kaixhin/FGLab|3.6258158085569257e-06| +|package.json|github/Kaixhin/FGMachine|3.6258158085569257e-06| +|package.json|github/sib-swiss/glittr|3.6258158085569257e-06| +|package.json|github/bramvandijk88/cacatoo|3.6258158085569257e-06| +|package.json|github/wangjun1996/VisFeature|3.6258158085569257e-06| +|package.json|github/ratschlab/metagraph|3.6258158085569257e-06| +|package.json|github/research-software-directory/research-software-directory|3.6258158085569257e-06| +|package.json|github/pmkruyen/dearscholar|3.6258158085569257e-06| +|package.json|github/bids-standard/bids-validator|3.6258158085569257e-06| +|package.json|github/IPK-BIT/divbrowse|3.6258158085569257e-06| +|package.json|github/hetalang/heta-compiler|3.6258158085569257e-06| +|package.json|github/dondi/GRNsight|3.6258158085569257e-06| +|package.json|github/nlesc-sherlock/Rig|3.6258158085569257e-06| +|package.json|github/yyZhang14/dbEssLnc|3.6258158085569257e-06| +|package.json|github/i-VRESSE/workflow-builder|3.6258158085569257e-06| +|package.json|github/vibbits/phyd3|3.6258158085569257e-06| +|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6258158085569257e-06| +|package.json|github/CDSP-SCPO/dataverse-feed|3.6258158085569257e-06| +|package.json|github/quinlanW/dbMisLoc|3.6258158085569257e-06| +|package.json|github/PDB-REDO/tortoize|3.6258158085569257e-06| +|package.json|github/FINNGEN/lavaa-react|3.6258158085569257e-06| +|package.json|github/tortellini-tools/action|3.6258158085569257e-06| +|package.json|github/amkram/shusher|3.6258158085569257e-06| +|package.json|github/neuroneural/brainchop|3.6258158085569257e-06| +|package.json|github/PopMedNet-Team/popmednet|3.6258158085569257e-06| +|package.json|github/gear-genomics/tracy|3.6258158085569257e-06| +|package.json|github/cinemascience/cinema_snap|3.6258158085569257e-06| +|package.json|github/citation-file-format/cff-initializer-javascript|3.6258158085569257e-06| +|package.json|github/LTLA/gesel.js|3.6258158085569257e-06| +|package.json|github/NLeSC/spot|3.6258158085569257e-06| +|package.json|github/NLeSC/xenon-flow|3.6258158085569257e-06| +|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6258158085569257e-06| +|package.json|github/NLeSC/UncertaintyVisualization|3.6258158085569257e-06| +|package.json|github/NLeSC/DiVE|3.6258158085569257e-06| +|package.json|github/NLeSC/ExtJS-DateTime|3.6258158085569257e-06| +|package.json|github/NLeSC/docker-couch-admin|3.6258158085569257e-06| +|package.json|github/NLeSC/case-law-app|3.6258158085569257e-06| +|package.json|github/NLeSC/pattyvis|3.6258158085569257e-06| +|package.json|github/jspsych/jspsych|3.6258158085569257e-06| +|package.json|github/mathjax/MathJax|3.6258158085569257e-06| +|package.json|github/leraman/Hopla|3.6258158085569257e-06| +|package.json|github/iomega/paired-data-form|3.6258158085569257e-06| +|package.json|github/iomega/zenodo-upload|3.6258158085569257e-06| +|package.json|github/korcsmarosgroup/TFlink|3.6258158085569257e-06| +|setup.py|gitlab/Molcas/OpenMolcas|3.6258158085569257e-06| +|setup.py|gitlab/materials-modeling/calorine|3.6258158085569257e-06| +|setup.py|gitlab/petsc/petsc|3.6258158085569257e-06| +|setup.py|gitlab/joseaher/astroplotlib|3.6258158085569257e-06| +|setup.py|gitlab/octopus-code/octopus|3.6258158085569257e-06| +|setup.py|gitlab/pythia-uq/pythia|3.6258158085569257e-06| +|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6258158085569257e-06| +|setup.py|gitlab/picos-api/picos|3.6258158085569257e-06| +|setup.py|gitlab/fduchate/predihood|3.6258158085569257e-06| +|setup.py|gitlab/chjordan/sslf|3.6258158085569257e-06| +|setup.py|gitlab/gims-developers/gims|3.6258158085569257e-06| +|setup.py|gitlab/jason-rumengan/pyarma|3.6258158085569257e-06| +|setup.py|gitlab/permafrostnet/teaspoon|3.6258158085569257e-06| +|setup.py|github/AstroChem/VISIBLE|3.6258158085569257e-06| +|setup.py|github/YeoLab/clipper|3.6258158085569257e-06| +|setup.py|github/hiddenSymmetries/simsopt|3.6258158085569257e-06| +|setup.py|github/nbarbey/TomograPy|3.6258158085569257e-06| +|setup.py|github/tikk3r/lofar-h5plot|3.6258158085569257e-06| +|setup.py|github/vinisalazar/metaphor|3.6258158085569257e-06| +|setup.py|github/samaygarg/fuelcell|3.6258158085569257e-06| +|setup.py|github/katholt/Kaptive|3.6258158085569257e-06| +|setup.py|github/phac-nml/biohansel|3.6258158085569257e-06| +|setup.py|github/phac-nml/staramr|3.6258158085569257e-06| +|setup.py|github/phac-nml/mob-suite|3.6258158085569257e-06| +|setup.py|github/ACCarnall/SpectRes|3.6258158085569257e-06| +|setup.py|github/ACCarnall/bagpipes|3.6258158085569257e-06| +|setup.py|github/aprsa/dips|3.6258158085569257e-06| +|setup.py|github/rodluger/starry_process|3.6258158085569257e-06| +|setup.py|github/rodluger/planetplanet|3.6258158085569257e-06| +|setup.py|github/josegit88/SCORPIO|3.6258158085569257e-06| +|setup.py|github/BEAST-Fitting/beast|3.6258158085569257e-06| +|setup.py|github/cheerfuluser/tessreduce|3.6258158085569257e-06| +|setup.py|github/grazianoucci/game|3.6258158085569257e-06| +|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6258158085569257e-06| +|setup.py|github/toros-astro/corral|3.6258158085569257e-06| +|setup.py|github/toros-astro/astroalign-legacy|3.6258158085569257e-06| +|setup.py|github/BonsonW/slow5curl|3.6258158085569257e-06| +|setup.py|github/lofar-astron/RMextract|3.6258158085569257e-06| +|setup.py|github/panoptes/POCS|3.6258158085569257e-06| +|setup.py|github/astroML/gatspy|3.6258158085569257e-06| +|setup.py|github/devanshkv/fetch|3.6258158085569257e-06| +|setup.py|github/poldracklab/mriqc|3.6258158085569257e-06| +|setup.py|github/revoltek/losoto|3.6258158085569257e-06| +|setup.py|github/rfeldmann/leopy|3.6258158085569257e-06| +|setup.py|github/fair-data/fairdatapoint-client|3.6258158085569257e-06| +|setup.py|github/jonathansick/skyoffset|3.6258158085569257e-06| +|setup.py|github/jonathansick/MoAstro|3.6258158085569257e-06| +|setup.py|github/cagrikymk/JAX-ReaxFF|3.6258158085569257e-06| +|setup.py|github/gwpy/gwpy|3.6258158085569257e-06| +|setup.py|github/davidemms/OrthoFinder|3.6258158085569257e-06| +|setup.py|github/danielemichilli/SpS|3.6258158085569257e-06| +|setup.py|github/arabic-digital-humanities/adhtools|3.6258158085569257e-06| +|setup.py|github/mgalardini/pyseer|3.6258158085569257e-06| +|setup.py|github/planck-npipe/hillipop|3.6258158085569257e-06| +|setup.py|github/planck-npipe/lollipop|3.6258158085569257e-06| +|setup.py|github/brainets/frites|3.6258158085569257e-06| +|setup.py|github/flemingtonlab/SpliceV|3.6258158085569257e-06| +|setup.py|github/LCOGT/banzai|3.6258158085569257e-06| +|setup.py|github/lehtiolab/msstitch|3.6258158085569257e-06| +|setup.py|github/mirochaj/ares|3.6258158085569257e-06| +|setup.py|github/HIPS/autograd|3.6258158085569257e-06| +|setup.py|github/light-curve/light-curve-python|3.6258158085569257e-06| +|setup.py|github/cgobat/asymmetric_uncertainty|3.6258158085569257e-06| +|setup.py|github/mchalela/GriSPy|3.6258158085569257e-06| +|setup.py|github/ireis/PRF|3.6258158085569257e-06| +|setup.py|github/conchoecia/pauvre|3.6258158085569257e-06| +|setup.py|github/dbosul/CWITools|3.6258158085569257e-06| +|setup.py|github/olivares-j/Kalkayotl|3.6258158085569257e-06| +|setup.py|github/MillionConcepts/lhorizon|3.6258158085569257e-06| +|setup.py|github/bio-ontology-research-group/deepgoplus|3.6258158085569257e-06| +|setup.py|github/HERA-Team/hera_opm|3.6258158085569257e-06| +|setup.py|github/HERA-Team/aipy|3.6258158085569257e-06| +|setup.py|github/bxlab/bx-python|3.6258158085569257e-06| +|setup.py|github/danielkoll/PyRADS|3.6258158085569257e-06| +|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6258158085569257e-06| +|setup.py|github/chandra-marx/marxs|3.6258158085569257e-06| +|setup.py|github/tdaylan/pcat|3.6258158085569257e-06| +|setup.py|github/jbuisine/macop|3.6258158085569257e-06| +|setup.py|github/palaimon/ipyannotator|3.6258158085569257e-06| +|setup.py|github/mroosmalen/nanosv|3.6258158085569257e-06| +|setup.py|github/CosmoStatGW/WF4Py|3.6258158085569257e-06| +|setup.py|github/CosmoStatGW/gwfast|3.6258158085569257e-06| +|setup.py|github/vedantchandra/wdtools|3.6258158085569257e-06| +|setup.py|github/vsoch/gridtest|3.6258158085569257e-06| +|setup.py|github/vsoch/citelang|3.6258158085569257e-06| +|setup.py|github/athulpg007/AMAT|3.6258158085569257e-06| +|setup.py|github/pyspeckit/pyspeckit|3.6258158085569257e-06| +|setup.py|github/skovaka/UNCALLED|3.6258158085569257e-06| +|setup.py|github/rabix/cwl-format|3.6258158085569257e-06| +|setup.py|github/dpryan79/pyBigWig|3.6258158085569257e-06| +|setup.py|github/Kuifje02/vrpy|3.6258158085569257e-06| +|setup.py|github/bwkeller/PASTA|3.6258158085569257e-06| +|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6258158085569257e-06| +|setup.py|github/webbjj/clustertools|3.6258158085569257e-06| +|setup.py|github/webbjj/m2mcluster|3.6258158085569257e-06| +|setup.py|github/Illumina/SpliceAI|3.6258158085569257e-06| +|setup.py|github/StingraySoftware/stingray|3.6258158085569257e-06| +|setup.py|github/sambit-giri/BCemu|3.6258158085569257e-06| +|setup.py|github/sambit-giri/tools21cm|3.6258158085569257e-06| +|setup.py|github/sambit-giri/BCMemu|3.6258158085569257e-06| +|setup.py|github/quatrope/feets|3.6258158085569257e-06| +|setup.py|github/quatrope/ProperImage|3.6258158085569257e-06| +|setup.py|github/wen-jams/bsavi|3.6258158085569257e-06| +|setup.py|github/RudolfCardinal/camcops|3.6258158085569257e-06| +|setup.py|github/v-morello/clfd|3.6258158085569257e-06| +|setup.py|github/ModellingWebLab/chaste-codegen|3.6258158085569257e-06| +|setup.py|github/seung-lab/FlyWirePaper|3.6258158085569257e-06| +|setup.py|github/yqiuu/starduster|3.6258158085569257e-06| +|setup.py|github/HadrienG/InSilicoSeq|3.6258158085569257e-06| +|setup.py|github/vals/umis|3.6258158085569257e-06| +|setup.py|github/spyder-ide/spyder|3.6258158085569257e-06| +|setup.py|github/rajeshrinet/pystokes|3.6258158085569257e-06| +|setup.py|github/aiidateam/kiwipy|3.6258158085569257e-06| +|setup.py|github/ELELAB/cancermuts|3.6258158085569257e-06| +|setup.py|github/ELELAB/RosettaDDGPrediction|3.6258158085569257e-06| +|setup.py|github/ELELAB/LipidDyn|3.6258158085569257e-06| +|setup.py|github/swagnercarena/ovejero|3.6258158085569257e-06| +|setup.py|github/milicolazo/Pyedra|3.6258158085569257e-06| +|setup.py|github/Jammy2211/PyAutoGalaxy|3.6258158085569257e-06| +|setup.py|github/Jammy2211/PyAutoLens|3.6258158085569257e-06| +|setup.py|github/sebhaan/geobo|3.6258158085569257e-06| +|setup.py|github/enthought/vpsearch|3.6258158085569257e-06| +|setup.py|github/enthought/mayavi|3.6258158085569257e-06| +|setup.py|github/dokester/BayesicFitting|3.6258158085569257e-06| +|setup.py|github/vaexio/vaex|3.6258158085569257e-06| +|setup.py|github/BoPeng/simuPOP|3.6258158085569257e-06| +|setup.py|github/Materials-Consortia/optimade-python-tools|3.6258158085569257e-06| +|setup.py|github/ni1o1/transbigdata|3.6258158085569257e-06| +|setup.py|github/BradhamLab/icat|3.6258158085569257e-06| +|setup.py|github/DLTK/DLTK|3.6258158085569257e-06| +|setup.py|github/tariqdaouda/CAMAP|3.6258158085569257e-06| +|setup.py|github/MIT-STARLab/deconfuser|3.6258158085569257e-06| +|setup.py|github/linuxscout/pyarabic|3.6258158085569257e-06| +|setup.py|github/CEED/libCEED|3.6258158085569257e-06| +|setup.py|github/Johannes-Sahlmann/pygacs|3.6258158085569257e-06| +|setup.py|github/rgerum/pylustrator|3.6258158085569257e-06| +|setup.py|github/mkelley/calviacat|3.6258158085569257e-06| +|setup.py|github/psheehan/pdspy|3.6258158085569257e-06| +|setup.py|github/davidgardenier/frbpoppy|3.6258158085569257e-06| +|setup.py|github/davidgardenier/frbcat|3.6258158085569257e-06| +|setup.py|github/riogroup/SORA|3.6258158085569257e-06| +|setup.py|github/fforster/delight|3.6258158085569257e-06| +|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6258158085569257e-06| +|setup.py|github/eWaterCycle/grpc4bmi|3.6258158085569257e-06| +|setup.py|github/icredd-cheminfo/CGRdb2|3.6258158085569257e-06| +|setup.py|github/hippke/tls|3.6258158085569257e-06| +|setup.py|github/hippke/pandora|3.6258158085569257e-06| +|setup.py|github/hippke/wotan|3.6258158085569257e-06| +|setup.py|github/nboley/idr|3.6258158085569257e-06| +|setup.py|github/google/jax|3.6258158085569257e-06| +|setup.py|github/lilyminium/psiresp|3.6258158085569257e-06| +|setup.py|github/SandoghdarLab/PiSCAT|3.6258158085569257e-06| +|setup.py|github/potassco/clingo|3.6258158085569257e-06| +|setup.py|github/pyranges/pyrle|3.6258158085569257e-06| +|setup.py|github/sparks-baird/xtal2png|3.6258158085569257e-06| +|setup.py|github/hoechenberger/questplus|3.6258158085569257e-06| +|setup.py|github/FlowModelingControl/flowtorch|3.6258158085569257e-06| +|setup.py|github/AprilYuge/ResPAN|3.6258158085569257e-06| +|setup.py|github/a-renzini/pygwb|3.6258158085569257e-06| +|setup.py|github/hera-team/librarian|3.6258158085569257e-06| +|setup.py|github/broadinstitute/wot|3.6258158085569257e-06| +|setup.py|github/broadinstitute/CellBender|3.6258158085569257e-06| +|setup.py|github/LMBooth/pybci|3.6258158085569257e-06| +|setup.py|github/bwinkel/cygrid|3.6258158085569257e-06| +|setup.py|github/zdelrosario/py_grama|3.6258158085569257e-06| +|setup.py|github/mattpitkin/psrqpy|3.6258158085569257e-06| +|setup.py|github/CIRADA-Tools/RM-Tools|3.6258158085569257e-06| +|setup.py|github/nasa/simupy-flight|3.6258158085569257e-06| +|setup.py|github/starkit/wsynphot|3.6258158085569257e-06| +|setup.py|github/synchrofit/synchrofit|3.6258158085569257e-06| +|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6258158085569257e-06| +|setup.py|github/szymon-datalions/pyinterpolate|3.6258158085569257e-06| +|setup.py|github/Nico-Curti/rFBP|3.6258158085569257e-06| +|setup.py|github/HinLeung622/pipes_vis|3.6258158085569257e-06| +|setup.py|github/AA-ALERT/frbcatdb|3.6258158085569257e-06| +|setup.py|github/sncosmo/sncosmo|3.6258158085569257e-06| +|setup.py|github/pkgw/pwkit|3.6258158085569257e-06| +|setup.py|github/EdanRein/pyPplusS|3.6258158085569257e-06| +|setup.py|github/gogrean/PyXel|3.6258158085569257e-06| +|setup.py|github/INCF/one_click|3.6258158085569257e-06| +|setup.py|github/adrn/pyia|3.6258158085569257e-06| +|setup.py|github/adrn/schwimmbad|3.6258158085569257e-06| +|setup.py|github/adrn/SuperFreq|3.6258158085569257e-06| +|setup.py|github/JulianKarlBauer/mechkit|3.6258158085569257e-06| +|setup.py|github/shirtsgroup/physical_validation|3.6258158085569257e-06| +|setup.py|github/jiwoncpark/baobab|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/spectral-cube|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/uvcombine|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/pvextractor|3.6258158085569257e-06| +|setup.py|github/HCGB-IGTP/spaTyper|3.6258158085569257e-06| +|setup.py|github/benallard/galileo|3.6258158085569257e-06| +|setup.py|github/SCECcode/pycsep|3.6258158085569257e-06| +|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6258158085569257e-06| +|setup.py|github/hpparvi/ldtk|3.6258158085569257e-06| +|setup.py|github/DynaSlum/satsense|3.6258158085569257e-06| +|setup.py|github/mdshw5/pyfaidx|3.6258158085569257e-06| +|setup.py|github/jhparkastro/gpcal|3.6258158085569257e-06| +|setup.py|github/meinardmueller/synctoolbox|3.6258158085569257e-06| +|setup.py|github/meinardmueller/libfmp|3.6258158085569257e-06| +|setup.py|github/elkebir-group/Jumper|3.6258158085569257e-06| +|setup.py|github/glotzerlab/freud|3.6258158085569257e-06| +|setup.py|github/glotzerlab/coxeter|3.6258158085569257e-06| +|setup.py|github/cupy/cupy|3.6258158085569257e-06| +|setup.py|github/blackjax-devs/blackjax|3.6258158085569257e-06| +|setup.py|github/UM-Bridge/umbridge|3.6258158085569257e-06| +|setup.py|github/astrom-tom/dfitspy|3.6258158085569257e-06| +|setup.py|github/astrom-tom/specstack|3.6258158085569257e-06| +|setup.py|github/chanzuckerberg/idseq-dag|3.6258158085569257e-06| +|setup.py|github/RamanLab/iCOMIC|3.6258158085569257e-06| +|setup.py|github/aineniamh/snipit|3.6258158085569257e-06| +|setup.py|github/wfondrie/mokapot|3.6258158085569257e-06| +|setup.py|github/theia-dev/Qiber3D|3.6258158085569257e-06| +|setup.py|github/EliseJ/astroABC|3.6258158085569257e-06| +|setup.py|github/clwainwright/CosmoTransitions|3.6258158085569257e-06| +|setup.py|github/opimwue/ddop|3.6258158085569257e-06| +|setup.py|github/jonescompneurolab/hnn-core|3.6258158085569257e-06| +|setup.py|github/libgamera/GAMERA|3.6258158085569257e-06| +|setup.py|github/volkamerlab/opencadd|3.6258158085569257e-06| +|setup.py|github/KIT-MBS/pyREX|3.6258158085569257e-06| +|setup.py|github/acerbilab/pybads|3.6258158085569257e-06| +|setup.py|github/juliotux/astropop|3.6258158085569257e-06| +|setup.py|github/pavolgaj/OCFit|3.6258158085569257e-06| +|setup.py|github/dgbowl/yadg|3.6258158085569257e-06| +|setup.py|github/dcorre/otrain|3.6258158085569257e-06| +|setup.py|github/eldariont/svim|3.6258158085569257e-06| +|setup.py|github/sinc-lab/miRe2e|3.6258158085569257e-06| +|setup.py|github/zarr-developers/zarr-python|3.6258158085569257e-06| +|setup.py|github/B-UMMI/chewBBACA|3.6258158085569257e-06| +|setup.py|github/dfm/corner.py|3.6258158085569257e-06| +|setup.py|github/dfm/celerite|3.6258158085569257e-06| +|setup.py|github/ketch/nodepy|3.6258158085569257e-06| +|setup.py|github/jet-net/JetNet|3.6258158085569257e-06| +|setup.py|github/EpistasisLab/regens|3.6258158085569257e-06| +|setup.py|github/EpistasisLab/tpot|3.6258158085569257e-06| +|setup.py|github/OP2/PyOP2|3.6258158085569257e-06| +|setup.py|github/deeptools/py2bit|3.6258158085569257e-06| +|setup.py|github/deeptools/deeptools_intervals|3.6258158085569257e-06| +|setup.py|github/antoinediez/Sisyphe|3.6258158085569257e-06| +|setup.py|github/slzarate/parliament2|3.6258158085569257e-06| +|setup.py|github/gilestrolab/ethoscope|3.6258158085569257e-06| +|setup.py|github/pjcigan/multicolorfits|3.6258158085569257e-06| +|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6258158085569257e-06| +|setup.py|github/ECSHackWeek/impedance.py|3.6258158085569257e-06| +|setup.py|github/cdominik/optool|3.6258158085569257e-06| +|setup.py|github/eblur/dust|3.6258158085569257e-06| +|setup.py|github/fAndreuzzi/BisPy|3.6258158085569257e-06| +|setup.py|github/Electrostatics/apbs|3.6258158085569257e-06| +|setup.py|github/brinckmann/montepython_public|3.6258158085569257e-06| +|setup.py|github/nebblu/ReACT|3.6258158085569257e-06| +|setup.py|github/nlesc/scriptcwl|3.6258158085569257e-06| +|setup.py|github/dolfin-adjoint/pyadjoint|3.6258158085569257e-06| +|setup.py|github/jveitchmichaelis/pygadgetreader|3.6258158085569257e-06| +|setup.py|github/21cmFAST/21cmFAST|3.6258158085569257e-06| +|setup.py|github/kboone/parsnip|3.6258158085569257e-06| +|setup.py|github/loosolab/TOBIAS|3.6258158085569257e-06| +|setup.py|github/mgckind/easyaccess|3.6258158085569257e-06| +|setup.py|github/icecube/FIRESONG|3.6258158085569257e-06| +|setup.py|github/indralab/pybiopax|3.6258158085569257e-06| +|setup.py|github/jobovy/apogee|3.6258158085569257e-06| +|setup.py|github/jobovy/galpy|3.6258158085569257e-06| +|setup.py|github/jobovy/gaia_tools|3.6258158085569257e-06| +|setup.py|github/jobovy/segueSelect|3.6258158085569257e-06| +|setup.py|github/SMTG-UCL/ShakeNBreak|3.6258158085569257e-06| +|setup.py|github/SMTG-UCL/surfaxe|3.6258158085569257e-06| +|setup.py|github/nextstrain/augur|3.6258158085569257e-06| +|setup.py|github/seawander/DebrisDiskFM|3.6258158085569257e-06| +|setup.py|github/seawander/centerRadon|3.6258158085569257e-06| +|setup.py|github/davidebolo1993/TRiCoLOR|3.6258158085569257e-06| +|setup.py|github/davidebolo1993/VISOR|3.6258158085569257e-06| +|setup.py|github/dh4gan/taktent|3.6258158085569257e-06| +|setup.py|github/chakrah/sage|3.6258158085569257e-06| +|setup.py|github/benhid/Sequoya|3.6258158085569257e-06| +|setup.py|github/nlesc-ave/ave-rest-service|3.6258158085569257e-06| +|setup.py|github/spicy-oil/hfs_fit|3.6258158085569257e-06| +|setup.py|github/TeraTrees/TIPP|3.6258158085569257e-06| +|setup.py|github/cedrus-opensource/pyxid|3.6258158085569257e-06| +|setup.py|github/tibordome/cosmic_profiles|3.6258158085569257e-06| +|setup.py|github/elwinter/nnde|3.6258158085569257e-06| +|setup.py|github/DavidT3/XGA|3.6258158085569257e-06| +|setup.py|github/Nicholaswogan/PhotochemPy|3.6258158085569257e-06| +|setup.py|github/htjb/maxsmooth|3.6258158085569257e-06| +|setup.py|github/Theano/Theano|3.6258158085569257e-06| +|setup.py|github/jnktsj/DNApi|3.6258158085569257e-06| +|setup.py|github/mtazzari/uvplot|3.6258158085569257e-06| +|setup.py|github/wokast/PyCactus|3.6258158085569257e-06| +|setup.py|github/pysersic/pysersic|3.6258158085569257e-06| +|setup.py|github/natelust/least_asymmetry|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/FALCON|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/kineticsTools|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/pbcore|3.6258158085569257e-06| +|setup.py|github/ElectionDataAnalysis/electiondata|3.6258158085569257e-06| +|setup.py|github/ncbi/ngs|3.6258158085569257e-06| +|setup.py|github/ImperialCollegeLondon/hcga|3.6258158085569257e-06| +|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6258158085569257e-06| +|setup.py|github/DESI-UR/VAST|3.6258158085569257e-06| +|setup.py|github/tkerscher/blast|3.6258158085569257e-06| +|setup.py|github/snakemake/snakemake|3.6258158085569257e-06| +|setup.py|github/mne-tools/mne-icalabel|3.6258158085569257e-06| +|setup.py|github/fkeruzore/panco2|3.6258158085569257e-06| +|setup.py|github/iraf-community/pyraf|3.6258158085569257e-06| +|setup.py|github/ExoCTK/exoctk|3.6258158085569257e-06| +|setup.py|github/domenico-simone/rmlst_api|3.6258158085569257e-06| +|setup.py|github/ckm3/Py-PDM|3.6258158085569257e-06| +|setup.py|github/FCS-analysis/multipletau|3.6258158085569257e-06| +|setup.py|github/fermisurfaces/IFermi|3.6258158085569257e-06| +|setup.py|github/xenon-middleware/pyxenon|3.6258158085569257e-06| +|setup.py|github/marcelm/cutadapt|3.6258158085569257e-06| +|setup.py|github/marcelm/tinyalign|3.6258158085569257e-06| +|setup.py|github/marcelm/alignlib|3.6258158085569257e-06| +|setup.py|github/marcelm/dnaio|3.6258158085569257e-06| +|setup.py|github/abmantz/lmc|3.6258158085569257e-06| +|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6258158085569257e-06| +|setup.py|github/polca/unfold|3.6258158085569257e-06| +|setup.py|github/AlexMikes/AutoFunc|3.6258158085569257e-06| +|setup.py|github/mtakahiro/gsf|3.6258158085569257e-06| +|setup.py|github/jlenain/flaapluc|3.6258158085569257e-06| +|setup.py|github/SouthGreenPlatform/PyRice|3.6258158085569257e-06| +|setup.py|github/Autostronomy/AstroPhot|3.6258158085569257e-06| +|setup.py|github/fabiopardo/tonic|3.6258158085569257e-06| +|setup.py|github/ProjectPyRhO/PyRhO|3.6258158085569257e-06| +|setup.py|github/rmaphoh/AutoMorph|3.6258158085569257e-06| +|setup.py|github/gausspy/gausspy|3.6258158085569257e-06| +|setup.py|github/dokkum/maskfill|3.6258158085569257e-06| +|setup.py|github/Oftatkofta/cellocity|3.6258158085569257e-06| +|setup.py|github/saltastro/pyhrs|3.6258158085569257e-06| +|setup.py|github/cdanielmachado/carveme|3.6258158085569257e-06| +|setup.py|github/multiscale/muscle3|3.6258158085569257e-06| +|setup.py|github/VarStarDetect/varstardetect|3.6258158085569257e-06| +|setup.py|github/singularityhub/singularity-compose|3.6258158085569257e-06| +|setup.py|github/singularityhub/singularity-hpc|3.6258158085569257e-06| +|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6258158085569257e-06| +|setup.py|github/PfizerRD/sit2standpy|3.6258158085569257e-06| +|setup.py|github/sensein/etelemetry-client|3.6258158085569257e-06| +|setup.py|github/DRMacIver/shrinkray|3.6258158085569257e-06| +|setup.py|github/veragluscevic/dmdd|3.6258158085569257e-06| +|setup.py|github/agreenbaum/ImPlaneIA|3.6258158085569257e-06| +|setup.py|github/LiberTEM/LiberTEM|3.6258158085569257e-06| +|setup.py|github/OttoStruve/muler|3.6258158085569257e-06| +|setup.py|github/tum-pbs/PhiML|3.6258158085569257e-06| +|setup.py|github/nlppln/nlppln|3.6258158085569257e-06| +|setup.py|github/3D-e-Chem/kripodb|3.6258158085569257e-06| +|setup.py|github/3D-e-Chem/sygma|3.6258158085569257e-06| +|setup.py|github/medema-group/bigslice|3.6258158085569257e-06| +|setup.py|github/bmorris3/aesop|3.6258158085569257e-06| +|setup.py|github/bmorris3/fleck|3.6258158085569257e-06| +|setup.py|github/willvousden/ptemcee|3.6258158085569257e-06| +|setup.py|github/oliveirara/polyMV|3.6258158085569257e-06| +|setup.py|github/steven-murray/mrpy|3.6258158085569257e-06| +|setup.py|github/steven-murray/pydftools|3.6258158085569257e-06| +|setup.py|github/steven-murray/powerbox|3.6258158085569257e-06| +|setup.py|github/radiocosmology/caput|3.6258158085569257e-06| +|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6258158085569257e-06| +|setup.py|github/dicompyler/dicompyler-core|3.6258158085569257e-06| +|setup.py|github/aalhossary/pyemgpipeline|3.6258158085569257e-06| +|setup.py|github/ejhigson/perfectns|3.6258158085569257e-06| +|setup.py|github/ejhigson/nestcheck|3.6258158085569257e-06| +|setup.py|github/ejhigson/dyPolyChord|3.6258158085569257e-06| +|setup.py|github/thejasvibr/bat_beamshapes|3.6258158085569257e-06| +|setup.py|github/jonaselgammal/GPry|3.6258158085569257e-06| +|setup.py|github/ginolhac/mapDamage|3.6258158085569257e-06| +|setup.py|github/thomasorb/orcs|3.6258158085569257e-06| +|setup.py|github/mlujnie/simple|3.6258158085569257e-06| +|setup.py|github/mlower/rmnest|3.6258158085569257e-06| +|setup.py|github/jpierel14/sntd|3.6258158085569257e-06| +|setup.py|github/felixchenier/kineticstoolkit|3.6258158085569257e-06| +|setup.py|github/dgerosa/gwdet|3.6258158085569257e-06| +|setup.py|github/dgerosa/spops|3.6258158085569257e-06| +|setup.py|github/dgerosa/surrkick|3.6258158085569257e-06| +|setup.py|github/halomod/hmf|3.6258158085569257e-06| +|setup.py|github/halomod/halomod|3.6258158085569257e-06| +|setup.py|github/parallelwindfarms/byteparsing|3.6258158085569257e-06| +|setup.py|github/wilkelab/Opfi|3.6258158085569257e-06| +|setup.py|github/heliopython/heliopy|3.6258158085569257e-06| +|setup.py|github/tofflemire/saphires|3.6258158085569257e-06| +|setup.py|github/omuse-geoscience/omuse|3.6258158085569257e-06| +|setup.py|github/astropy/astroscrappy|3.6258158085569257e-06| +|setup.py|github/astropy/astroplan|3.6258158085569257e-06| +|setup.py|github/astropy/halotools|3.6258158085569257e-06| +|setup.py|github/astropy/specutils|3.6258158085569257e-06| +|setup.py|github/astropy/SPISEA|3.6258158085569257e-06| +|setup.py|github/astropy/astroquery|3.6258158085569257e-06| +|setup.py|github/astropy/ccdproc|3.6258158085569257e-06| +|setup.py|github/NathanSandford/Chem-I-Calc|3.6258158085569257e-06| +|setup.py|github/brandon-rhodes/python-jplephem|3.6258158085569257e-06| +|setup.py|github/icesat2py/icepyx|3.6258158085569257e-06| +|setup.py|github/Hoohm/CITE-seq-Count|3.6258158085569257e-06| +|setup.py|github/1313e/PRISM|3.6258158085569257e-06| +|setup.py|github/smeingast/PNICER|3.6258158085569257e-06| +|setup.py|github/matthiasdemuzere/w2w|3.6258158085569257e-06| +|setup.py|github/dask/dask|3.6258158085569257e-06| +|setup.py|github/GijsMulders/epos|3.6258158085569257e-06| +|setup.py|github/MD-Studio/cerulean|3.6258158085569257e-06| +|setup.py|github/COSMIC-PopSynth/COSMIC|3.6258158085569257e-06| +|setup.py|github/malonge/RagTag|3.6258158085569257e-06| +|setup.py|github/glue-viz/glue|3.6258158085569257e-06| +|setup.py|github/eScatter/pyelsepa|3.6258158085569257e-06| +|setup.py|github/joshjchayes/TransitFit|3.6258158085569257e-06| +|setup.py|github/cbalbin-FIU/Epitopedia|3.6258158085569257e-06| +|setup.py|github/ratt-ru/CubiCal|3.6258158085569257e-06| +|setup.py|github/ratt-ru/montblanc|3.6258158085569257e-06| +|setup.py|github/JoschaJ/mockFRBhosts|3.6258158085569257e-06| +|setup.py|github/GalacticDynamics-Oxford/Agama|3.6258158085569257e-06| +|setup.py|github/ArgonneCPAC/dsps|3.6258158085569257e-06| +|setup.py|github/TriPed-Robot/TriP|3.6258158085569257e-06| +|setup.py|github/copasi/basico|3.6258158085569257e-06| +|setup.py|github/cmateu/PyMGC3|3.6258158085569257e-06| +|setup.py|github/cmateu/galstreams|3.6258158085569257e-06| +|setup.py|github/bartongroup/yanosim|3.6258158085569257e-06| +|setup.py|github/NKI-AI/direct|3.6258158085569257e-06| +|setup.py|github/neuralhydrology/neuralhydrology|3.6258158085569257e-06| +|setup.py|github/eggplantbren/DNest4|3.6258158085569257e-06| +|setup.py|github/gmzsebastian/FLEET|3.6258158085569257e-06| +|setup.py|github/reggiebernardo/PTAfast|3.6258158085569257e-06| +|setup.py|github/KeplerGO/k2mosaic|3.6258158085569257e-06| +|setup.py|github/ucl-exoplanets/TauREx3_public|3.6258158085569257e-06| +|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6258158085569257e-06| +|setup.py|github/ghislainv/forestatrisk|3.6258158085569257e-06| +|setup.py|github/0xCoto/Virgo|3.6258158085569257e-06| +|setup.py|github/sdss/marvin|3.6258158085569257e-06| +|setup.py|github/jdidion/atropos|3.6258158085569257e-06| +|setup.py|github/rgmyr/corebreakout|3.6258158085569257e-06| +|setup.py|github/deepmodeling/DMFF|3.6258158085569257e-06| +|setup.py|github/oscaribv/citlalicue|3.6258158085569257e-06| +|setup.py|github/teuben/nemo|3.6258158085569257e-06| +|setup.py|github/astroml/gatspy|3.6258158085569257e-06| +|setup.py|github/NKI-CCB/PRECISE|3.6258158085569257e-06| +|setup.py|github/marius311/pypico|3.6258158085569257e-06| +|setup.py|github/ERA-URBAN/fm128_radar|3.6258158085569257e-06| +|setup.py|github/finagle29/DBSP_DRP|3.6258158085569257e-06| +|setup.py|github/IMMM-SFA/mosartwmpy|3.6258158085569257e-06| +|setup.py|github/exafmm/exafmm-t|3.6258158085569257e-06| +|setup.py|github/franpoz/SHERLOCK|3.6258158085569257e-06| +|setup.py|github/H-E-L-P/XID_plus|3.6258158085569257e-06| +|setup.py|github/siavash-saki/tesspy|3.6258158085569257e-06| +|setup.py|github/agshumate/LiftoffTools|3.6258158085569257e-06| +|setup.py|github/Extraweich/homopy|3.6258158085569257e-06| +|setup.py|github/cthoyt/bel-resources|3.6258158085569257e-06| +|setup.py|github/caseyjlaw/rtpipe|3.6258158085569257e-06| +|setup.py|github/hknd23/idcempy|3.6258158085569257e-06| +|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6258158085569257e-06| +|setup.py|github/mgm8/pyngham|3.6258158085569257e-06| +|setup.py|github/WMD-group/MacroDensity|3.6258158085569257e-06| +|setup.py|github/WMD-group/SMACT|3.6258158085569257e-06| +|setup.py|github/nickrodd/HDMSpectra|3.6258158085569257e-06| +|setup.py|github/MASILab/pyPheWAS|3.6258158085569257e-06| +|setup.py|github/IKNL/vantage6|3.6258158085569257e-06| +|setup.py|github/saphir746/BiobankRead-Bash|3.6258158085569257e-06| +|setup.py|github/NoahSailer/FishLSS|3.6258158085569257e-06| +|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6258158085569257e-06| +|setup.py|github/era-urban/wrfpy|3.6258158085569257e-06| +|setup.py|github/illumina/pyflow|3.6258158085569257e-06| +|setup.py|github/ebellm/pyraf-dbsp|3.6258158085569257e-06| +|setup.py|github/biocore/emperor|3.6258158085569257e-06| +|setup.py|github/biocore/scikit-bio|3.6258158085569257e-06| +|setup.py|github/biocore/deblur|3.6258158085569257e-06| +|setup.py|github/KathrynJones1/catwoman|3.6258158085569257e-06| +|setup.py|github/mikecokina/elisa|3.6258158085569257e-06| +|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6258158085569257e-06| +|setup.py|github/telegraphic/fits2hdf|3.6258158085569257e-06| +|setup.py|github/telegraphic/pygsm|3.6258158085569257e-06| +|setup.py|github/bio-phys/BioEn|3.6258158085569257e-06| +|setup.py|github/Midnighter/dependency-info|3.6258158085569257e-06| +|setup.py|github/tvwenger/hii-region-kinematics|3.6258158085569257e-06| +|setup.py|github/tvwenger/wisp|3.6258158085569257e-06| +|setup.py|github/tvwenger/kd|3.6258158085569257e-06| +|setup.py|github/tvwenger/kinematic_scaleheight|3.6258158085569257e-06| +|setup.py|github/Starlink/starlink|3.6258158085569257e-06| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6258158085569257e-06| +|setup.py|github/girder/viime|3.6258158085569257e-06| +|setup.py|github/kathlandgren/SWAMPE|3.6258158085569257e-06| +|setup.py|github/zonca/python-qucs|3.6258158085569257e-06| +|setup.py|github/BaroudLab/Griottes|3.6258158085569257e-06| +|setup.py|github/computational-chemical-biology/ChemWalker|3.6258158085569257e-06| +|setup.py|github/nextgenusfs/amptk|3.6258158085569257e-06| +|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6258158085569257e-06| +|setup.py|github/pierrexyz/pybird|3.6258158085569257e-06| +|setup.py|github/Substra/substra|3.6258158085569257e-06| +|setup.py|github/stammler/dustpy|3.6258158085569257e-06| +|setup.py|github/stammler/simframe|3.6258158085569257e-06| +|setup.py|github/nithyanandan/PRISim|3.6258158085569257e-06| +|setup.py|github/thomas0809/MolScribe|3.6258158085569257e-06| +|setup.py|github/mriener/gausspyplus|3.6258158085569257e-06| +|setup.py|github/fjprichard/PyAFBF|3.6258158085569257e-06| +|setup.py|github/sylvainprigent/napari-tracks-reader|3.6258158085569257e-06| +|setup.py|github/GoekeLab/xpore|3.6258158085569257e-06| +|setup.py|github/remi-adam/minot|3.6258158085569257e-06| +|setup.py|github/pmvreeswijk/BlackBOX|3.6258158085569257e-06| +|setup.py|github/pmvreeswijk/ZOGY|3.6258158085569257e-06| +|setup.py|github/elizabethnewman/hessQuik|3.6258158085569257e-06| +|setup.py|github/EnsembleGovServices/kamodo-core|3.6258158085569257e-06| +|setup.py|github/daniel-muthukrishna/astrodash|3.6258158085569257e-06| +|setup.py|github/e-koch/FilFinder|3.6258158085569257e-06| +|setup.py|github/DrafProject/elmada|3.6258158085569257e-06| +|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6258158085569257e-06| +|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6258158085569257e-06| +|setup.py|github/Sarc-Graph/sarcgraph|3.6258158085569257e-06| +|setup.py|github/transientskp/pyse|3.6258158085569257e-06| +|setup.py|github/transientskp/tkp|3.6258158085569257e-06| +|setup.py|github/Heldenkombinat/Logodetect|3.6258158085569257e-06| +|setup.py|github/cdslaborg/paramonte|3.6258158085569257e-06| +|setup.py|github/subisarkar/JexoSim|3.6258158085569257e-06| +|setup.py|github/gmbrandt/xwavecal|3.6258158085569257e-06| +|setup.py|github/MNiwano/Eclaire|3.6258158085569257e-06| +|setup.py|github/a-slide/pycoQC|3.6258158085569257e-06| +|setup.py|github/kgullikson88/Telluric-Fitter|3.6258158085569257e-06| +|setup.py|github/vatlab/sos-notebook|3.6258158085569257e-06| +|setup.py|github/bethgelab/foolbox|3.6258158085569257e-06| +|setup.py|github/RTIInternational/gobbli|3.6258158085569257e-06| +|setup.py|github/ConorMacBride/mcalf|3.6258158085569257e-06| +|setup.py|github/astrosupriyo/pyTANSPEC|3.6258158085569257e-06| +|setup.py|github/tcassanelli/pywpf|3.6258158085569257e-06| +|setup.py|github/DrMarc/slab|3.6258158085569257e-06| +|setup.py|github/j-faria/kima|3.6258158085569257e-06| +|setup.py|github/kevin218/Eureka|3.6258158085569257e-06| +|setup.py|github/MonashSmartStructures/ospgrillage|3.6258158085569257e-06| +|setup.py|github/clauswilke/PeptideBuilder|3.6258158085569257e-06| +|setup.py|github/BPSB/combine-p-values-discrete|3.6258158085569257e-06| +|setup.py|github/lanl/swiftbat_python|3.6258158085569257e-06| +|setup.py|github/lanl/PyBNF|3.6258158085569257e-06| +|setup.py|github/lanl/scico|3.6258158085569257e-06| +|setup.py|github/ejeschke/ginga|3.6258158085569257e-06| +|setup.py|github/anuradhawick/LRBinner|3.6258158085569257e-06| +|setup.py|github/nye17/javelin|3.6258158085569257e-06| +|setup.py|github/Yu-Group/veridical-flow|3.6258158085569257e-06| +|setup.py|github/AstarVienna/Pyckles|3.6258158085569257e-06| +|setup.py|github/AstarVienna/skycalc_ipy|3.6258158085569257e-06| +|setup.py|github/AstarVienna/ScopeSim_Templates|3.6258158085569257e-06| +|setup.py|github/AstarVienna/AnisoCADO|3.6258158085569257e-06| +|setup.py|github/wiederm/transformato|3.6258158085569257e-06| +|setup.py|github/RichardObi/medigan|3.6258158085569257e-06| +|setup.py|github/mjacob1002/Eir|3.6258158085569257e-06| +|setup.py|github/ORNL/tx2|3.6258158085569257e-06| +|setup.py|github/pmaxted/pycheops|3.6258158085569257e-06| +|setup.py|github/peterk87/sistr_cmd|3.6258158085569257e-06| +|setup.py|github/jiffyclub/palettable|3.6258158085569257e-06| +|setup.py|github/ofionnad/radiowinds|3.6258158085569257e-06| +|setup.py|github/mikekatz04/BOWIE|3.6258158085569257e-06| +|setup.py|github/richteague/bettermoments|3.6258158085569257e-06| +|setup.py|github/richteague/eddy|3.6258158085569257e-06| +|setup.py|github/richteague/gofish|3.6258158085569257e-06| +|setup.py|github/richteague/disksurf|3.6258158085569257e-06| +|setup.py|github/SWIFTSIM/emulator|3.6258158085569257e-06| +|setup.py|github/liamedeiros/ehtplot|3.6258158085569257e-06| +|setup.py|github/FreBio/komics|3.6258158085569257e-06| +|setup.py|github/tardis-sn/carsus|3.6258158085569257e-06| +|setup.py|github/tardis-sn/tardis|3.6258158085569257e-06| +|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6258158085569257e-06| +|setup.py|github/iric-soft/km|3.6258158085569257e-06| +|setup.py|github/MNGuenther/allesfitter|3.6258158085569257e-06| +|setup.py|github/cbg-ethz/shorah|3.6258158085569257e-06| +|setup.py|github/minzastro/unidam|3.6258158085569257e-06| +|setup.py|github/Singh-Lab/DeMaSk|3.6258158085569257e-06| +|setup.py|github/musevlt/origin|3.6258158085569257e-06| +|setup.py|github/musevlt/muse-psfr|3.6258158085569257e-06| +|setup.py|github/cadop/seg1d|3.6258158085569257e-06| +|setup.py|github/miniufo/xinvert|3.6258158085569257e-06| +|setup.py|github/Martindelosrios/cosmic-kite|3.6258158085569257e-06| +|setup.py|github/LindleyLentati/Cobra|3.6258158085569257e-06| +|setup.py|github/jacobblum/simDRIFT|3.6258158085569257e-06| +|setup.py|github/JixingGE/GGCHEMPY|3.6258158085569257e-06| +|setup.py|github/maxpumperla/hyperas|3.6258158085569257e-06| +|setup.py|github/GenomicParisCentre/toulligQC|3.6258158085569257e-06| +|setup.py|github/prajwel/curvit|3.6258158085569257e-06| +|setup.py|github/PabloMSanAla/fabada|3.6258158085569257e-06| +|setup.py|github/djsutherland/py-sdm|3.6258158085569257e-06| +|setup.py|github/samuelefiorini/tangle|3.6258158085569257e-06| +|setup.py|github/songweizhi/Binning_refiner|3.6258158085569257e-06| +|setup.py|github/Guo-Jian-Wang/colfi|3.6258158085569257e-06| +|setup.py|github/thieu1995/permetrics|3.6258158085569257e-06| +|setup.py|github/privong/pymccorrelation|3.6258158085569257e-06| +|setup.py|github/federicomarulli/CosmoBolognaLib|3.6258158085569257e-06| +|setup.py|github/napakalas/casbert|3.6258158085569257e-06| +|setup.py|github/hover2pi/SEDkit|3.6258158085569257e-06| +|setup.py|github/jollejolles/pirecorder|3.6258158085569257e-06| +|setup.py|github/nespinoza/mc-spam|3.6258158085569257e-06| +|setup.py|github/nespinoza/juliet|3.6258158085569257e-06| +|setup.py|github/sonwell/biotools|3.6258158085569257e-06| +|setup.py|github/orcasgit/python-fitbit|3.6258158085569257e-06| +|setup.py|github/podondra/eidein|3.6258158085569257e-06| +|setup.py|github/vanheeringen-lab/gimmemotifs|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanopack|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanomath|3.6258158085569257e-06| +|setup.py|github/wdecoster/NanoPlot|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanoget|3.6258158085569257e-06| +|setup.py|github/wdecoster/NanoComp|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanocomp|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanostat|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanolyse|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanoQC|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanofilt|3.6258158085569257e-06| +|setup.py|github/KBNLresearch/ochre|3.6258158085569257e-06| +|setup.py|github/engyasin/Offline_MOT|3.6258158085569257e-06| +|setup.py|github/Bahler-Lab/pyphe|3.6258158085569257e-06| +|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6258158085569257e-06| +|setup.py|github/guangtunbenzhu/SetCoverPy|3.6258158085569257e-06| +|setup.py|github/bxia888/CEFCIG|3.6258158085569257e-06| +|setup.py|github/OBrink/RanDepict|3.6258158085569257e-06| +|setup.py|github/Cascella-Group-UiO/HyMD|3.6258158085569257e-06| +|setup.py|github/MDAnalysis/mdanalysis|3.6258158085569257e-06| +|setup.py|github/LucaMalavolta/PyORBIT|3.6258158085569257e-06| +|setup.py|github/cog-imperial/GPdoemd|3.6258158085569257e-06| +|setup.py|github/cog-imperial/galini|3.6258158085569257e-06| +|setup.py|github/cog-imperial/entmoot|3.6258158085569257e-06| +|setup.py|github/cog-imperial/suspect|3.6258158085569257e-06| +|setup.py|github/rohinkumar/correlcalc|3.6258158085569257e-06| +|setup.py|github/fakedrtom/oncogemini|3.6258158085569257e-06| +|setup.py|github/vijayvarma392/binaryBHexp|3.6258158085569257e-06| +|setup.py|github/Xia-Yijie/Xponge|3.6258158085569257e-06| +|setup.py|github/WorkflowConversion/CTDConverter|3.6258158085569257e-06| +|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6258158085569257e-06| +|setup.py|github/maxibor/sam2lca|3.6258158085569257e-06| +|setup.py|github/nanograv/PINT|3.6258158085569257e-06| +|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6258158085569257e-06| +|setup.py|github/recipy/recipy|3.6258158085569257e-06| +|setup.py|github/abrupt-climate/hyper-canny|3.6258158085569257e-06| +|setup.py|github/YosefLab/scvi-tools|3.6258158085569257e-06| +|setup.py|github/caracal-pipeline/caracal|3.6258158085569257e-06| +|setup.py|github/supernnova/SuperNNova|3.6258158085569257e-06| +|setup.py|github/timstaley/voevent-parse|3.6258158085569257e-06| +|setup.py|github/fitbenchmarking/fitbenchmarking|3.6258158085569257e-06| +|setup.py|github/TPI-Immunogenetics/igmat|3.6258158085569257e-06| +|setup.py|github/seclark/RHT|3.6258158085569257e-06| +|setup.py|github/fair-software/howfairis|3.6258158085569257e-06| +|setup.py|github/fair-software/fairtally|3.6258158085569257e-06| +|setup.py|github/cosimoNigro/agnpy|3.6258158085569257e-06| +|setup.py|github/ggonnella/gfapy|3.6258158085569257e-06| +|setup.py|github/mbaes/SpheCow|3.6258158085569257e-06| +|setup.py|github/tensorly/viz|3.6258158085569257e-06| +|setup.py|github/Astroua/TurbuStat|3.6258158085569257e-06| +|setup.py|github/Astroua/SCIMES|3.6258158085569257e-06| +|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6258158085569257e-06| +|setup.py|github/TimothyADavis/KinMSpy|3.6258158085569257e-06| +|setup.py|github/ml-evs/matador|3.6258158085569257e-06| +|setup.py|github/ekaterinailin/AltaiPony|3.6258158085569257e-06| +|setup.py|github/pytoolz/toolz|3.6258158085569257e-06| +|setup.py|github/rjtanner/StarburstPy|3.6258158085569257e-06| +|setup.py|github/tylunel/pvpumpingsystem|3.6258158085569257e-06| +|setup.py|github/ledatelescope/bifrost|3.6258158085569257e-06| +|setup.py|github/afarahi/tatter|3.6258158085569257e-06| +|setup.py|github/afarahi/PoPE|3.6258158085569257e-06| +|setup.py|github/afarahi/kllr|3.6258158085569257e-06| +|setup.py|github/migp11/pyfastcore|3.6258158085569257e-06| +|setup.py|github/aspuru-guzik-group/funsies|3.6258158085569257e-06| +|setup.py|github/zclaytor/kiauhoku|3.6258158085569257e-06| +|setup.py|github/zclaytor/butterpy|3.6258158085569257e-06| +|setup.py|github/cmillion/gPhoton|3.6258158085569257e-06| +|setup.py|github/mdruett/COCOPLOT|3.6258158085569257e-06| +|setup.py|github/XSLiuLab/Seq2Neo|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/BXA|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/PyMultiNest|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/UltraNest|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/nway|3.6258158085569257e-06| +|setup.py|github/sfschen/velocileptors|3.6258158085569257e-06| +|setup.py|github/wtsi-hpag/HiLine|3.6258158085569257e-06| +|setup.py|github/Magritte-code/Magritte|3.6258158085569257e-06| +|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6258158085569257e-06| +|setup.py|github/4pisky/fourpisky-core|3.6258158085569257e-06| +|setup.py|github/jianhuupenn/SpaGCN|3.6258158085569257e-06| +|setup.py|github/philres/catfishq|3.6258158085569257e-06| +|setup.py|github/virgesmith/neworder|3.6258158085569257e-06| +|setup.py|github/andresmegias/richvalues|3.6258158085569257e-06| +|setup.py|github/scipion-em/scipion-em-continuousflex|3.6258158085569257e-06| +|setup.py|github/markusbonse/applefy|3.6258158085569257e-06| +|setup.py|github/soichiro-hattori/unpopular|3.6258158085569257e-06| +|setup.py|github/JoeMcEwen/FAST-PT|3.6258158085569257e-06| +|setup.py|github/NREL/graph-env|3.6258158085569257e-06| +|setup.py|github/AnantharamanLab/vRhyme|3.6258158085569257e-06| +|setup.py|github/fpavogt/fcmaker|3.6258158085569257e-06| +|setup.py|github/cy-xu/cosmic-conn|3.6258158085569257e-06| +|setup.py|github/mishioo/tesliper|3.6258158085569257e-06| +|setup.py|github/PhilippJunk/homelette|3.6258158085569257e-06| +|setup.py|github/cumbof/honto|3.6258158085569257e-06| +|setup.py|github/ideasrule/platon|3.6258158085569257e-06| +|setup.py|github/benvanwerkhoven/kernel_tuner|3.6258158085569257e-06| +|setup.py|github/Starfish-develop/Starfish|3.6258158085569257e-06| +|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6258158085569257e-06| +|setup.py|github/dmey/synthia|3.6258158085569257e-06| +|setup.py|github/astronomyk/SimCADO|3.6258158085569257e-06| +|setup.py|github/PlanetHunters/tkmatrix|3.6258158085569257e-06| +|setup.py|github/dmnfarrell/epitopepredict|3.6258158085569257e-06| +|setup.py|github/dmnfarrell/snpgenie|3.6258158085569257e-06| +|setup.py|github/gem-pasteur/macsyfinder|3.6258158085569257e-06| +|setup.py|github/dfujim/bfit|3.6258158085569257e-06| +|setup.py|github/smog-server/OpenSMOG|3.6258158085569257e-06| +|setup.py|github/ziotom78/dacapo_calibration|3.6258158085569257e-06| +|setup.py|github/ChrisBeaumont/brut|3.6258158085569257e-06| +|setup.py|github/icb-dcm/pyabc|3.6258158085569257e-06| +|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6258158085569257e-06| +|setup.py|github/DeltaRCM/pyDeltaRCM|3.6258158085569257e-06| +|setup.py|github/vferat/pycrostates|3.6258158085569257e-06| +|setup.py|github/snad-space/zwad|3.6258158085569257e-06| +|setup.py|github/matplotlib/matplotlib|3.6258158085569257e-06| +|setup.py|github/joe-antognini/kozai|3.6258158085569257e-06| +|setup.py|github/NickSwainston/pulsar_spectra|3.6258158085569257e-06| +|setup.py|github/YSOVAR/YSOVAR|3.6258158085569257e-06| +|setup.py|github/symmy596/Polypy|3.6258158085569257e-06| +|setup.py|github/symmy596/SurfinPy|3.6258158085569257e-06| +|setup.py|github/adbar/htmldate|3.6258158085569257e-06| +|setup.py|github/numba/numba|3.6258158085569257e-06| +|setup.py|github/dparks1134/RefineM|3.6258158085569257e-06| +|setup.py|github/galkintool/galkin|3.6258158085569257e-06| +|setup.py|github/ICAMS/strucscan|3.6258158085569257e-06| +|setup.py|github/tmcclintock/cluster_toolkit|3.6258158085569257e-06| +|setup.py|github/ajeldorado/falco-python|3.6258158085569257e-06| +|setup.py|github/odb9402/CNNPeaks|3.6258158085569257e-06| +|setup.py|github/fcs-analysis/PyScanFCS|3.6258158085569257e-06| +|setup.py|github/fcs-analysis/PyCorrFit|3.6258158085569257e-06| +|setup.py|github/hyperopt/hyperopt|3.6258158085569257e-06| +|setup.py|github/lmfit/lmfit-py|3.6258158085569257e-06| +|setup.py|github/dmentipl/plonk|3.6258158085569257e-06| +|setup.py|github/NiallJeffrey/DeepMass|3.6258158085569257e-06| +|setup.py|github/javicarron/pynkowski|3.6258158085569257e-06| +|setup.py|github/javicarron/mtneedlet|3.6258158085569257e-06| +|setup.py|github/ryansmcgee/seirsplus|3.6258158085569257e-06| +|setup.py|github/coljac/sensie|3.6258158085569257e-06| +|setup.py|github/deepmedic/deepmedic|3.6258158085569257e-06| +|setup.py|github/realfastvla/realfast|3.6258158085569257e-06| +|setup.py|github/realfastvla/rfpipe|3.6258158085569257e-06| +|setup.py|github/brian-team/brian2|3.6258158085569257e-06| +|setup.py|github/lberaldoesilva/naif|3.6258158085569257e-06| +|setup.py|github/DirectDM/directdm-py|3.6258158085569257e-06| +|setup.py|github/matchms/matchms|3.6258158085569257e-06| +|setup.py|github/matchms/ms2deepscore|3.6258158085569257e-06| +|setup.py|github/tschad/pycelp|3.6258158085569257e-06| +|setup.py|github/herjy/SLIT|3.6258158085569257e-06| +|setup.py|github/carpyncho/carpyncho-py|3.6258158085569257e-06| +|setup.py|github/getzlab/rnaseqc|3.6258158085569257e-06| +|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6258158085569257e-06| +|setup.py|github/einsteinpy/einsteinpy|3.6258158085569257e-06| +|setup.py|github/morriscb/The-wiZZ|3.6258158085569257e-06| +|setup.py|github/edwardoughton/itmlogic|3.6258158085569257e-06| +|setup.py|github/CLARIAH/grlc|3.6258158085569257e-06| +|setup.py|github/davemlz/eemont|3.6258158085569257e-06| +|setup.py|github/qpv-research-group/solcore5|3.6258158085569257e-06| +|setup.py|github/HajimeKawahara/sot|3.6258158085569257e-06| +|setup.py|github/HajimeKawahara/exojax|3.6258158085569257e-06| +|setup.py|github/codemeleon/seqPanther|3.6258158085569257e-06| +|setup.py|github/popgenmethods/smcpp|3.6258158085569257e-06| +|setup.py|github/actris-cloudnet/cloudnetpy|3.6258158085569257e-06| +|setup.py|github/spokenlanguage/platalea|3.6258158085569257e-06| +|setup.py|github/linnarsson-lab/loompy|3.6258158085569257e-06| +|setup.py|github/compomics/DeepLC|3.6258158085569257e-06| +|setup.py|github/aabdurrouf/piXedfit|3.6258158085569257e-06| +|setup.py|github/lantunes/cellpylib|3.6258158085569257e-06| +|setup.py|github/SISPO-developers/sispo|3.6258158085569257e-06| +|setup.py|github/precice/micro-manager|3.6258158085569257e-06| +|setup.py|github/LBNL-ETA/MSWH|3.6258158085569257e-06| +|setup.py|github/chasmani/piecewise-regression|3.6258158085569257e-06| +|setup.py|github/shbhuk/barycorrpy|3.6258158085569257e-06| +|setup.py|github/shbhuk/mrexo|3.6258158085569257e-06| +|setup.py|github/warrickball/tomso|3.6258158085569257e-06| +|setup.py|github/apertif/apercal|3.6258158085569257e-06| +|setup.py|github/pynbody/pynbody|3.6258158085569257e-06| +|setup.py|github/pynbody/tangos|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/flamingo|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/insilico-server|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/swan|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/CAT|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/Moka|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/ceiba-cli|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/ceiba|3.6258158085569257e-06| +|setup.py|github/yymao/abundancematching|3.6258158085569257e-06| +|setup.py|github/cmbant/getdist|3.6258158085569257e-06| +|setup.py|github/CosmoStat/shapepipe|3.6258158085569257e-06| +|setup.py|github/linqs/psl|3.6258158085569257e-06| +|setup.py|github/toshiyan/cmblensplus|3.6258158085569257e-06| +|setup.py|github/opencobra/cobrapy|3.6258158085569257e-06| +|setup.py|github/RaRe-Technologies/gensim|3.6258158085569257e-06| +|setup.py|github/pybamm-team/PyBaMM|3.6258158085569257e-06| +|setup.py|github/pybamm-team/liionpack|3.6258158085569257e-06| +|setup.py|github/dnarayanan/powderday|3.6258158085569257e-06| +|setup.py|github/RECeSS-EU-Project/stanscofi|3.6258158085569257e-06| +|setup.py|github/ACEnglish/truvari|3.6258158085569257e-06| +|setup.py|github/CQCL/qujax|3.6258158085569257e-06| +|setup.py|github/stevengiacalone/triceratops|3.6258158085569257e-06| +|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6258158085569257e-06| +|setup.py|github/jakevdp/wpca|3.6258158085569257e-06| +|setup.py|github/smoh/kinesis|3.6258158085569257e-06| +|setup.py|github/tjiangHIT/cuteSV|3.6258158085569257e-06| +|setup.py|github/galizia-lab/pyview|3.6258158085569257e-06| +|setup.py|github/4dn-dcic/pairix|3.6258158085569257e-06| +|setup.py|github/phenomecentre/nPYc-Toolbox|3.6258158085569257e-06| +|setup.py|github/LucIJspeert/eclipsr|3.6258158085569257e-06| +|setup.py|github/LucIJspeert/star_shadow|3.6258158085569257e-06| +|setup.py|github/egjergo/galcem|3.6258158085569257e-06| +|setup.py|github/nanoporetech/qcat|3.6258158085569257e-06| +|setup.py|github/nanoporetech/megalodon|3.6258158085569257e-06| +|setup.py|github/nanoporetech/tombo|3.6258158085569257e-06| +|setup.py|github/nanoporetech/ont_fast5_api|3.6258158085569257e-06| +|setup.py|github/simonsobs/pixell|3.6258158085569257e-06| +|setup.py|github/simonsobs/nemo|3.6258158085569257e-06| +|setup.py|github/t-brandt/orvara|3.6258158085569257e-06| +|setup.py|github/connectomicslab/connectomemapper3|3.6258158085569257e-06| +|setup.py|github/CyclotronResearchCentre/bidsme|3.6258158085569257e-06| +|setup.py|github/bwengals/CCSNMultivar|3.6258158085569257e-06| +|setup.py|github/colour-science/colour|3.6258158085569257e-06| +|setup.py|github/circuitgraph/circuitgraph|3.6258158085569257e-06| +|setup.py|github/andizq/sf3dmodels|3.6258158085569257e-06| +|setup.py|github/pnnl/interflow|3.6258158085569257e-06| +|setup.py|github/gbernstein/pixmappy|3.6258158085569257e-06| +|setup.py|github/dtamayo/reboundx|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/pyranges|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/epic2|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/ncls|3.6258158085569257e-06| +|setup.py|github/tomlouden/spiderman|3.6258158085569257e-06| +|setup.py|github/sbebo/joypy|3.6258158085569257e-06| +|setup.py|github/EISy-as-Py/hardy|3.6258158085569257e-06| +|setup.py|github/bfarr/exocartographer|3.6258158085569257e-06| +|setup.py|github/kennethcarrell/ATARRI|3.6258158085569257e-06| +|setup.py|github/lynx-x-ray-observatory/soxs|3.6258158085569257e-06| +|setup.py|github/keflavich/HiGal_SEDfitter|3.6258158085569257e-06| +|setup.py|github/spacetelescope/specview|3.6258158085569257e-06| +|setup.py|github/spacetelescope/stginga|3.6258158085569257e-06| +|setup.py|github/spacetelescope/synphot_refactor|3.6258158085569257e-06| +|setup.py|github/spacetelescope/specviz|3.6258158085569257e-06| +|setup.py|github/spacetelescope/stsynphot_refactor|3.6258158085569257e-06| +|setup.py|github/spacetelescope/imexam|3.6258158085569257e-06| +|setup.py|github/rvalieris/parallel-fastq-dump|3.6258158085569257e-06| +|setup.py|github/comprna/reorientexpress|3.6258158085569257e-06| +|setup.py|github/brentp/geneimpacts|3.6258158085569257e-06| +|setup.py|github/brentp/cigar|3.6258158085569257e-06| +|setup.py|github/dbuscher/pois|3.6258158085569257e-06| +|setup.py|github/vincentlab/PyFR|3.6258158085569257e-06| +|setup.py|github/alphaparrot/ExoPlaSim|3.6258158085569257e-06| +|setup.py|github/ulelab/ultraplex|3.6258158085569257e-06| +|setup.py|github/cov-lineages/pangolin|3.6258158085569257e-06| +|setup.py|github/chapmanb/bcbb|3.6258158085569257e-06| +|setup.py|github/AlexanderLabWHOI/EUKulele|3.6258158085569257e-06| +|setup.py|github/bioinform/somaticseq|3.6258158085569257e-06| +|setup.py|github/rasg-affiliates/healvis|3.6258158085569257e-06| +|setup.py|github/jbussemaker/SBArchOpt|3.6258158085569257e-06| +|setup.py|github/ngltr/sinaps|3.6258158085569257e-06| +|setup.py|github/biobakery/MetaPhlAn|3.6258158085569257e-06| +|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6258158085569257e-06| +|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6258158085569257e-06| +|setup.py|github/seqcode/allo|3.6258158085569257e-06| +|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6258158085569257e-06| +|setup.py|github/dwkim78/upsilon|3.6258158085569257e-06| +|setup.py|github/dwkim78/pdtrend|3.6258158085569257e-06| +|setup.py|github/dwkim78/ASTRiDE|3.6258158085569257e-06| +|setup.py|github/spacepy/spacepy|3.6258158085569257e-06| +|setup.py|github/MartianColonist/POSEIDON|3.6258158085569257e-06| +|setup.py|github/FrancesBW/bellamy|3.6258158085569257e-06| +|setup.py|github/DeepRank/DeepRank-GNN|3.6258158085569257e-06| +|setup.py|github/DeepRank/pdb2sql|3.6258158085569257e-06| +|setup.py|github/DeepRank/iScore|3.6258158085569257e-06| +|setup.py|github/DeepRank/deeprank|3.6258158085569257e-06| +|setup.py|github/DeepRank/pssmgen|3.6258158085569257e-06| +|setup.py|github/SCM-NV/qmflows|3.6258158085569257e-06| +|setup.py|github/SCM-NV/pyZacros|3.6258158085569257e-06| +|setup.py|github/SCM-NV/qmflows-namd|3.6258158085569257e-06| +|setup.py|github/fred3m/toyz|3.6258158085569257e-06| +|setup.py|github/avigan/SPHERE|3.6258158085569257e-06| +|setup.py|github/avigan/pyZELDA|3.6258158085569257e-06| +|setup.py|github/MannLabs/alphapept|3.6258158085569257e-06| +|setup.py|github/jorisparet/partycls|3.6258158085569257e-06| +|setup.py|github/conda/pycosat|3.6258158085569257e-06| +|setup.py|github/conda/conda|3.6258158085569257e-06| +|setup.py|github/kerkelae/disimpy|3.6258158085569257e-06| +|setup.py|github/bootphon/phonemizer|3.6258158085569257e-06| +|setup.py|github/Adamtaranto/Yanagiba|3.6258158085569257e-06| +|setup.py|github/beastraban/INSANE|3.6258158085569257e-06| +|setup.py|github/tool-bin/ukbcc|3.6258158085569257e-06| +|setup.py|github/schlafly/crowdsource|3.6258158085569257e-06| +|setup.py|github/catherinezucker/radfil|3.6258158085569257e-06| +|setup.py|github/mzy2240/ESA|3.6258158085569257e-06| +|setup.py|github/cire-thk/BifacialSimu|3.6258158085569257e-06| +|setup.py|github/twesterhout/lattice-symmetries|3.6258158085569257e-06| +|setup.py|github/clawpack/clawpack|3.6258158085569257e-06| +|setup.py|github/dunnkers/fseval|3.6258158085569257e-06| +|setup.py|github/agree019/DarkCapPy|3.6258158085569257e-06| +|setup.py|github/agurvich/FIRE_studio|3.6258158085569257e-06| +|setup.py|github/panoptes-organization/panoptes|3.6258158085569257e-06| +|setup.py|github/johnlees/pp-sketchlib|3.6258158085569257e-06| +|setup.py|github/BackmanLab/PWSpy|3.6258158085569257e-06| +|setup.py|github/pyro-ppl/pyro|3.6258158085569257e-06| +|setup.py|github/3fon3fonov/exostriker|3.6258158085569257e-06| +|setup.py|github/VeinsOfTheEarth/rabpro|3.6258158085569257e-06| +|setup.py|github/martinjzhang/scDRS|3.6258158085569257e-06| +|setup.py|github/sherpa-deproject/deproject|3.6258158085569257e-06| +|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6258158085569257e-06| +|setup.py|github/UNSW-CEEM/nempy|3.6258158085569257e-06| +|setup.py|github/smirarab/sepp|3.6258158085569257e-06| +|setup.py|github/jiahecui/SenAOReFoc|3.6258158085569257e-06| +|setup.py|github/gdrouart/MrMoose|3.6258158085569257e-06| +|setup.py|github/benmontet/f3|3.6258158085569257e-06| +|setup.py|github/cabb99/open3spn2|3.6258158085569257e-06| +|setup.py|github/equib/pyEQUIB|3.6258158085569257e-06| +|setup.py|github/julianreul/mode_behave|3.6258158085569257e-06| +|setup.py|github/cas-bioinf/rboAnalyzer|3.6258158085569257e-06| +|setup.py|github/matthewholman/assist|3.6258158085569257e-06| +|setup.py|github/PyPSA/atlite|3.6258158085569257e-06| +|setup.py|github/PyPSA/linopy|3.6258158085569257e-06| +|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6258158085569257e-06| +|setup.py|github/shadden/celmech|3.6258158085569257e-06| +|setup.py|github/parmoo/parmoo|3.6258158085569257e-06| +|setup.py|github/cameronliang/BayesVP|3.6258158085569257e-06| +|setup.py|github/undark-lab/sstrax|3.6258158085569257e-06| +|setup.py|github/dstndstn/astrometry.net|3.6258158085569257e-06| +|setup.py|github/OpenMDAO/dymos|3.6258158085569257e-06| +|setup.py|github/thomaspinder/GPJax|3.6258158085569257e-06| +|setup.py|github/natashabatalha/PandExo|3.6258158085569257e-06| +|setup.py|github/natashabatalha/picaso|3.6258158085569257e-06| +|setup.py|github/bcgsc/tigmint|3.6258158085569257e-06| +|setup.py|github/atomneb/AtomNeb-py|3.6258158085569257e-06| +|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6258158085569257e-06| +|setup.py|github/epic-astronomy/EPIC|3.6258158085569257e-06| +|setup.py|github/matteobreschi/bajes|3.6258158085569257e-06| +|setup.py|github/Filter-Bubble/e2e-Dutch|3.6258158085569257e-06| +|setup.py|github/exobssim/rapoc-public|3.6258158085569257e-06| +|setup.py|github/LSSTDESC/CCL|3.6258158085569257e-06| +|setup.py|github/LSSTDESC/descqa|3.6258158085569257e-06| +|setup.py|github/ynop/audiomate|3.6258158085569257e-06| +|setup.py|github/maayane/catsHTM|3.6258158085569257e-06| +|setup.py|github/MIC-DKFZ/HD-BET|3.6258158085569257e-06| +|setup.py|github/MIC-DKFZ/TractSeg|3.6258158085569257e-06| +|setup.py|github/SIOSlab/exodetbox|3.6258158085569257e-06| +|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6258158085569257e-06| +|setup.py|github/Alymantara/pydoppler|3.6258158085569257e-06| +|setup.py|github/gpantel/MolPainter|3.6258158085569257e-06| +|setup.py|github/jfowkes/pycutest|3.6258158085569257e-06| +|setup.py|github/fruzsinaagocs/oscode|3.6258158085569257e-06| +|setup.py|github/OpenWaterAnalytics/EPyT|3.6258158085569257e-06| +|setup.py|github/fraserw/TRIPPy|3.6258158085569257e-06| +|setup.py|github/abhisrkckl/GWecc|3.6258158085569257e-06| +|setup.py|github/VMBoehm/MADLens|3.6258158085569257e-06| +|setup.py|github/astro-informatics/ssht|3.6258158085569257e-06| +|setup.py|github/astro-informatics/s2let|3.6258158085569257e-06| +|setup.py|github/BD2KGenomics/toil|3.6258158085569257e-06| +|setup.py|github/genouest/biomaj-cli|3.6258158085569257e-06| +|setup.py|github/SynthSys/pyOmeroUpload|3.6258158085569257e-06| +|setup.py|github/astrosmili/smili|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/ariba|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/pymummer|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/iva|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/gubbins|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/circlator|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/Fastaq|3.6258158085569257e-06| +|setup.py|github/citiususc/BigSeqKit|3.6258158085569257e-06| +|setup.py|github/gwastro/pycbc|3.6258158085569257e-06| +|setup.py|github/PyFstat/PyFstat|3.6258158085569257e-06| +|setup.py|github/tlambert03/pycudadecon|3.6258158085569257e-06| +|setup.py|github/mscroggs/symfem|3.6258158085569257e-06| +|setup.py|github/changhoonhahn/pySpectrum|3.6258158085569257e-06| +|setup.py|github/vhaasteren/piccard|3.6258158085569257e-06| +|setup.py|github/kbarbary/nestle|3.6258158085569257e-06| +|setup.py|github/kbarbary/extinction|3.6258158085569257e-06| +|setup.py|github/GabrieleParimbelli/COLIBRI|3.6258158085569257e-06| +|setup.py|github/DMGW-Goethe/imripy|3.6258158085569257e-06| +|setup.py|github/Libensemble/libensemble|3.6258158085569257e-06| +|setup.py|github/biomedia-mira/blast-ct|3.6258158085569257e-06| +|setup.py|github/timothydmorton/vespa|3.6258158085569257e-06| +|setup.py|github/morpheus-project/morpheus|3.6258158085569257e-06| +|setup.py|github/insilicomedicine/GENTRL|3.6258158085569257e-06| +|setup.py|github/HillLab/SomaticSiMu|3.6258158085569257e-06| +|setup.py|github/swiftsim/swiftsimio|3.6258158085569257e-06| +|setup.py|github/milnus/Corekaburra|3.6258158085569257e-06| +|setup.py|github/djones1040/PythonPhot|3.6258158085569257e-06| +|setup.py|github/rhayes777/PyAutoFit|3.6258158085569257e-06| +|setup.py|github/Qiskit/rustworkx|3.6258158085569257e-06| +|setup.py|github/manodeep/Corrfunc|3.6258158085569257e-06| +|setup.py|github/mmp2/megaman|3.6258158085569257e-06| +|setup.py|github/yatiml/yatiml|3.6258158085569257e-06| +|setup.py|github/andycasey/sick|3.6258158085569257e-06| +|setup.py|github/eelregit/mcfit|3.6258158085569257e-06| +|setup.py|github/raspishake/rsudp|3.6258158085569257e-06| +|setup.py|github/fjankowsk/scatfit|3.6258158085569257e-06| +|setup.py|github/Ayuei/DeBEIR|3.6258158085569257e-06| +|setup.py|github/BartoszBartmanski/StoSpa2|3.6258158085569257e-06| +|setup.py|github/babinyurii/recan|3.6258158085569257e-06| +|setup.py|github/xpsi-group/xpsi|3.6258158085569257e-06| +|setup.py|github/zblz/naima|3.6258158085569257e-06| +|setup.py|github/nicolet5/DiffCapAnalyzer|3.6258158085569257e-06| +|setup.py|github/ChenfuShi/HiChIP_peaks|3.6258158085569257e-06| +|setup.py|github/Caltech-IPAC/Montage|3.6258158085569257e-06| +|setup.py|github/radifar/PyPLIF-HIPPOS|3.6258158085569257e-06| +|setup.py|github/perfanalytics/pose2sim|3.6258158085569257e-06| +|setup.py|github/noraeisner/LATTE|3.6258158085569257e-06| +|setup.py|github/lh3/minimap2|3.6258158085569257e-06| +|setup.py|github/NLeSC/mcfly|3.6258158085569257e-06| +|setup.py|github/NLeSC/Massive-PotreeConverter|3.6258158085569257e-06| +|setup.py|github/NLeSC/cptm|3.6258158085569257e-06| +|setup.py|github/NLeSC/noodles|3.6258158085569257e-06| +|setup.py|github/NLeSC/boatswain|3.6258158085569257e-06| +|setup.py|github/NLESC-JCER/QMCTorch|3.6258158085569257e-06| +|setup.py|github/DLR-RM/BlenderProc|3.6258158085569257e-06| +|setup.py|github/NeuralEnsemble/PyNN|3.6258158085569257e-06| +|setup.py|github/SYalouz/QuantNBody|3.6258158085569257e-06| +|setup.py|github/pec27/hfof|3.6258158085569257e-06| +|setup.py|github/pec27/smerfs|3.6258158085569257e-06| +|setup.py|github/ageller/firefly|3.6258158085569257e-06| +|setup.py|github/Fermipy/fermipy|3.6258158085569257e-06| +|setup.py|github/szwiep/py_SBeLT|3.6258158085569257e-06| +|setup.py|github/ylab-hi/ScanExitronLR|3.6258158085569257e-06| +|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6258158085569257e-06| +|setup.py|github/shilpagarg/WHdenovo|3.6258158085569257e-06| +|setup.py|github/pmelchior/skymapper|3.6258158085569257e-06| +|setup.py|github/pmelchior/pyGMMis|3.6258158085569257e-06| +|setup.py|github/pmelchior/scarlet|3.6258158085569257e-06| +|setup.py|github/bulik/ldsc|3.6258158085569257e-06| +|setup.py|github/weecology/retriever|3.6258158085569257e-06| +|setup.py|github/sanjibs/bmcmc|3.6258158085569257e-06| +|setup.py|github/sxs-collaboration/gwsurrogate|3.6258158085569257e-06| +|setup.py|github/MrMinimal64/multivar_horner|3.6258158085569257e-06| +|setup.py|github/jmschrei/pomegranate|3.6258158085569257e-06| +|setup.py|github/christopherburke/tess-point|3.6258158085569257e-06| +|setup.py|github/oschwengers/referenceseeker|3.6258158085569257e-06| +|setup.py|github/oschwengers/platon|3.6258158085569257e-06| +|setup.py|github/oschwengers/bakta|3.6258158085569257e-06| +|setup.py|github/spglib/spgrep|3.6258158085569257e-06| +|setup.py|github/easybuilders/easybuild|3.6258158085569257e-06| +|setup.py|github/infer-actively/pymdp|3.6258158085569257e-06| +|setup.py|github/Gaiana/nirdust|3.6258158085569257e-06| +|setup.py|github/gagneurlab/drop|3.6258158085569257e-06| +|setup.py|github/rbturnbull/ausdex|3.6258158085569257e-06| +|setup.py|github/SJ001/AI-Feynman|3.6258158085569257e-06| +|setup.py|github/lkmklsmn/DrivAER|3.6258158085569257e-06| +|setup.py|github/pierrehoudayer/RUBIS|3.6258158085569257e-06| +|setup.py|github/NuGrid/NuPyCEE|3.6258158085569257e-06| +|setup.py|github/wasserman-group/pyCADMium|3.6258158085569257e-06| +|setup.py|github/iomega/spec2vec|3.6258158085569257e-06| +|setup.py|github/amusecode/amuse|3.6258158085569257e-06| +|setup.py|github/COVID-IWG/epimargin|3.6258158085569257e-06| +|setup.py|github/birnstiel/two-pop-py|3.6258158085569257e-06| +|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6258158085569257e-06| +|setup.py|github/auctus-team/pycapacity|3.6258158085569257e-06| +|setup.py|github.com/idptools/metapredict|3.6258158085569257e-06| +|setup.py|github/sfarrens/sf_deconvolve|3.6258158085569257e-06| +|setup.py|github/dynamicslab/pysindy|3.6258158085569257e-06| +|setup.py|github/ismaelpessa/PyMUSE|3.6258158085569257e-06| +|setup.py|github/WBK-Robotics/pybullet_industrial|3.6258158085569257e-06| +|setup.py|github/carlosborca/CrystaLattE|3.6258158085569257e-06| +|setup.py|github/PaulHancock/Aegean|3.6258158085569257e-06| +|setup.py|github/drcandacemakedamoore/cleanX|3.6258158085569257e-06| +|setup.py|github/ReSurfEMG/ReSurfEMG|3.6258158085569257e-06| +|setup.py|github/jeaadams/ExoPix|3.6258158085569257e-06| +|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6258158085569257e-06| +|DESCRIPTION|gitlab/ampere2/metalwalls|3.6258158085569257e-06| +|DESCRIPTION|gitlab/libreumg/dataquier|3.6258158085569257e-06| +|DESCRIPTION|github/hope-data-science/tidyfst|3.6258158085569257e-06| +|DESCRIPTION|github/bommert/stabm|3.6258158085569257e-06| +|DESCRIPTION|github/binzhulab/SUITOR|3.6258158085569257e-06| +|DESCRIPTION|github/ants-project/ANTs|3.6258158085569257e-06| +|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6258158085569257e-06| +|DESCRIPTION|github/sjbeckett/localcovid19now|3.6258158085569257e-06| +|DESCRIPTION|github/prioritizr/wdpar|3.6258158085569257e-06| +|DESCRIPTION|github/lasseignelab/CINmetrics|3.6258158085569257e-06| +|DESCRIPTION|github/annajenul/UBayFS|3.6258158085569257e-06| +|DESCRIPTION|github/Merck/pkglite|3.6258158085569257e-06| +|DESCRIPTION|github/msalibian/RBF|3.6258158085569257e-06| +|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6258158085569257e-06| +|DESCRIPTION|github/ejikeugba/serp|3.6258158085569257e-06| +|DESCRIPTION|github/ejikeugba/gofcat|3.6258158085569257e-06| +|DESCRIPTION|github/oneilsh/tidytensor|3.6258158085569257e-06| +|DESCRIPTION|github/jessecambon/tidygeocoder|3.6258158085569257e-06| +|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6258158085569257e-06| +|DESCRIPTION|github/david-barnett/microViz|3.6258158085569257e-06| +|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6258158085569257e-06| +|DESCRIPTION|github/lsds/Neptune|3.6258158085569257e-06| +|DESCRIPTION|github/raredd/kmdata|3.6258158085569257e-06| +|DESCRIPTION|github/takfung/ResDisMapper|3.6258158085569257e-06| +|DESCRIPTION|github/msaland/THInCR-Suite|3.6258158085569257e-06| +|DESCRIPTION|github/rajewsky-lab/dropbead|3.6258158085569257e-06| +|DESCRIPTION|github/cjbarrie/academictwitteR|3.6258158085569257e-06| +|DESCRIPTION|github/julia-wrobel/registr|3.6258158085569257e-06| +|DESCRIPTION|github/Natsiopoulos/ARDL|3.6258158085569257e-06| +|DESCRIPTION|github/SchlossLab/mikropml|3.6258158085569257e-06| +|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6258158085569257e-06| +|DESCRIPTION|github/konfound-project/konfound|3.6258158085569257e-06| +|DESCRIPTION|github/lrnv/cort|3.6258158085569257e-06| +|DESCRIPTION|github/asancpt/caffsim|3.6258158085569257e-06| +|DESCRIPTION|github/insightsengineering/rbmi|3.6258158085569257e-06| +|DESCRIPTION|github/saezlab/PHONEMeS|3.6258158085569257e-06| +|DESCRIPTION|github/NathanSkene/EWCE|3.6258158085569257e-06| +|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6258158085569257e-06| +|DESCRIPTION|github/GaryBAYLOR/mixR|3.6258158085569257e-06| +|DESCRIPTION|github/xiaotiand/FunFor|3.6258158085569257e-06| +|DESCRIPTION|github/deweylab/RSEM|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/drake|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/antiword|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tesseract|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RSelenium|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/microdemic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/awardFindR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidyhydat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cffr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfema|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/essurvey|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/finch|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rsnps|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rplos|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ckanr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bomrang|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/virtuoso|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/targets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfishbase|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rredlist|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/allodb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rmangal|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nodbi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rperseus|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stplanr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdataretriever|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spatsoc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/Rpolyhedra|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencage|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/aRxiv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/webchem|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mapscanner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treestartr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/addressable|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jagstargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxlist|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/NLMR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdefra|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rbace|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrricanes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spiro|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rromeo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ijtiff|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/plater|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/writexl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dbparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/epubr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geojsonio|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/piggyback|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tinkr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RNeXML|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rusda|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nbaR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/refsplitr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tarchetypes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pdftools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/c14bazAAR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/paleobioDB|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fauxpas|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gtfsr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/brranching|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/SymbiotaR2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/predictNMB|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/suppdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dataaimsr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gutenbergr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/refimpact|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdatacite|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/roadoi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mctq|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/EML|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/assertr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxize|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/namext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rsat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tiler|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rbhl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ruODK|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ghql|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rppo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcitoid|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/magick|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ritis|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/getCRUCLdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/citecorp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bittrex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fulltext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/webmockr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrlite|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/xslt|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rvertnet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rtweet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mcbette|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/zbank|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rglobi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DoOR.data|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hddtools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/comtradr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pixelclasser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wateRinfo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ecoengine|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cld2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/scrubr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/worrms|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rotl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/unrtf|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phonfieldwork|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treebase|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/randgeo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/parzer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ots|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/biomartr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ssh|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/charlatan|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/GSODR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/prism|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/beautier|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chlorpromazineR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nasapower|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RefManageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bib2df|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bibtex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/medrxivr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/arkdb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hunspell|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jsonvalidate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/trufflesniffer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/lingtypology|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/riem|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rtika|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrricanesdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ezknitr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wikitaxa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcoreoa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tacmagic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/oai|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tracerer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcites|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jsonld|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hydroscoper|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/daiquiri|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnassqs|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nlrx|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/popler|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/codemetar|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdryad|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rb3|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/PostcodesioR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdflib|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geonames|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/googleLanguageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geojsonlint|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/qualtRics|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/colocr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/git2rdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MODIStsp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/grainchanger|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/USAboundariesData|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdhs|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jenkins|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/neotoma|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmextract|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MODISTools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidyqpcr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pendulum|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/git2r|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgpdd|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnoaa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxview|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/plotly|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rzmq|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/seasl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcol|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/graphql|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfisheries|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spelling|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/av|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rinat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxadb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jqr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rAltmetric|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider.base|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/binman|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/censo2017|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pangaear|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/beastier|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/terrainr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/photosearcher|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spocc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidypmc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/landscapetools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgbif|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/natserv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/excluder|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxizedb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/lightr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/baRcodeR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dbhydroR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stats19|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/unifir|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/antanym|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outcomerate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/readODS|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tokenizers|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cleanEHR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/traits|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DataSpaceR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chromer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcrossref|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pubchunks|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gittargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/workloopR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cchecks|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/isdparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jstor|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MtreeRing|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/babette|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dittodb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ramlegacy|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/restez|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wellknown|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/slopes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/USAboundaries|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/BaseSet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/iheatmapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/crul|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rWBclimate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cld3|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/elastic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylogram|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/emld|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/onekp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tradestatistics|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/qpdf|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/staypuft|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opentripplanner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnpn|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/getlandsat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DataPackageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rAvis|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/patentsview|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/internetarchive|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rebird|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/skynet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rerddap|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gistr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mregions|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/coder|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stantargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/datapack|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bold|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/sofa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nomisr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/timefuzz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bowerbird|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/helminthR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mauricer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylocomr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/katex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/FedData|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/europepmc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/textreuse|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmplotr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/historydata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearth|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/circle|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/conditionz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cde|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rorcid|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/citesdb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bikedata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fingertipsR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DoOR.functions|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cyphr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/camsRad|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dataspice|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rentrez|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidync|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/robotstxt|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylotaR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/eia|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gitignore|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/vcr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/infx|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pathviewr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencontext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treedata.table|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/Rclean|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chirps|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wdman|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/AntWeb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tif|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfigshare|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgnparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/exoplanets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osfr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hoardr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/EndoMineR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/weathercan|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/visdat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/smapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/clifro|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider.devtools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tabulizer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cRegulome|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/solrium|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/handlr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/skimr|3.6258158085569257e-06| +|DESCRIPTION|github/jorittmo/singcar|3.6258158085569257e-06| +|DESCRIPTION|github/KiranLDA/PAMLr|3.6258158085569257e-06| +|DESCRIPTION|github/Pinlyu3/LRLoop|3.6258158085569257e-06| +|DESCRIPTION|github/obreschkow/dftools|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/ambrosia|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/osiris|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/rmap|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/rfasst|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/plutus|3.6258158085569257e-06| +|DESCRIPTION|github/haoharryfeng/NeuCA|3.6258158085569257e-06| +|DESCRIPTION|github/riatelab/osrm|3.6258158085569257e-06| +|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6258158085569257e-06| +|DESCRIPTION|github/wesleyburr/subMaldi|3.6258158085569257e-06| +|DESCRIPTION|github/ConnorDonegan/geostan|3.6258158085569257e-06| +|DESCRIPTION|github/VincentAlcazer/StatAid|3.6258158085569257e-06| +|DESCRIPTION|github/q1cui/discourseGT|3.6258158085569257e-06| +|DESCRIPTION|github/koenderks/jaspAudit|3.6258158085569257e-06| +|DESCRIPTION|github/ec363/fpcountr|3.6258158085569257e-06| +|DESCRIPTION|github/mgcooper/baseflow|3.6258158085569257e-06| +|DESCRIPTION|github/anwarbio/bioassays|3.6258158085569257e-06| +|DESCRIPTION|github/mcsiple/mmrefpoints|3.6258158085569257e-06| +|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6258158085569257e-06| +|DESCRIPTION|github/zhouzilu/DENDRO|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/rodev|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/reviewer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/arresteddev|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6258158085569257e-06| +|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6258158085569257e-06| +|DESCRIPTION|github/nand1155/CausNet|3.6258158085569257e-06| +|DESCRIPTION|github/GreiffLab/immuneREF|3.6258158085569257e-06| +|DESCRIPTION|github/esplint/IRACpm|3.6258158085569257e-06| +|DESCRIPTION|github/humanfactors/FIPS|3.6258158085569257e-06| +|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6258158085569257e-06| +|DESCRIPTION|github/justinmathias/isocalcR|3.6258158085569257e-06| +|DESCRIPTION|github/liuhong-jia/scAnno|3.6258158085569257e-06| +|DESCRIPTION|github/TeamPerie/CellDestiny|3.6258158085569257e-06| +|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6258158085569257e-06| +|DESCRIPTION|github/txopen/histoc|3.6258158085569257e-06| +|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6258158085569257e-06| +|DESCRIPTION|github/tinglabs/scAIDE|3.6258158085569257e-06| +|DESCRIPTION|github/inrae/RCaNmodel|3.6258158085569257e-06| +|DESCRIPTION|github/bluefoxr/COINr|3.6258158085569257e-06| +|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6258158085569257e-06| +|DESCRIPTION|github/Dulab2020/ARMT|3.6258158085569257e-06| +|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6258158085569257e-06| +|DESCRIPTION|github/martin3141/spant|3.6258158085569257e-06| +|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6258158085569257e-06| +|DESCRIPTION|github/blind-contours/SuperNOVA|3.6258158085569257e-06| +|DESCRIPTION|github/rcarragh/c212|3.6258158085569257e-06| +|DESCRIPTION|github/SofieVG/FlowSOM|3.6258158085569257e-06| +|DESCRIPTION|github/johnschwenck/bp|3.6258158085569257e-06| +|DESCRIPTION|github/genostats/LowKi|3.6258158085569257e-06| +|DESCRIPTION|github/adriancorrendo/metrica|3.6258158085569257e-06| +|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6258158085569257e-06| +|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6258158085569257e-06| +|DESCRIPTION|github/NSAPH-Software/CRE|3.6258158085569257e-06| +|DESCRIPTION|github/pydemull/activAnalyzer|3.6258158085569257e-06| +|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6258158085569257e-06| +|DESCRIPTION|github/AngusWright/LAMBDAR|3.6258158085569257e-06| +|DESCRIPTION|github/yuliadm/mixComp|3.6258158085569257e-06| +|DESCRIPTION|github/GOVS-pack/GOVS|3.6258158085569257e-06| +|DESCRIPTION|github/adithirgis/pollucheck|3.6258158085569257e-06| +|DESCRIPTION|github/AgrDataSci/climatrends|3.6258158085569257e-06| +|DESCRIPTION|github/gtonkinhill/fastbaps|3.6258158085569257e-06| +|DESCRIPTION|github/INCEPTdk/adaptr|3.6258158085569257e-06| +|DESCRIPTION|github/vbaliga/gaussplotR|3.6258158085569257e-06| +|DESCRIPTION|github/mingzehuang/latentcor|3.6258158085569257e-06| +|DESCRIPTION|github/NeotomaDB/neotoma2|3.6258158085569257e-06| +|DESCRIPTION|github/xoopR/set6|3.6258158085569257e-06| +|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6258158085569257e-06| +|DESCRIPTION|github/tidyverse/glue|3.6258158085569257e-06| +|DESCRIPTION|github/fchuffar/protopackage|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6258158085569257e-06| +|DESCRIPTION|github/abmantz/rgw|3.6258158085569257e-06| +|DESCRIPTION|github/dankelley/oce|3.6258158085569257e-06| +|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6258158085569257e-06| +|DESCRIPTION|github/s-abbas/robnptests|3.6258158085569257e-06| +|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6258158085569257e-06| +|DESCRIPTION|github/abschneider/StrainHub|3.6258158085569257e-06| +|DESCRIPTION|github/prdm0/ropenblas|3.6258158085569257e-06| +|DESCRIPTION|github/dgrun/FateID|3.6258158085569257e-06| +|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6258158085569257e-06| +|DESCRIPTION|github/databio/GenomicDistributions|3.6258158085569257e-06| +|DESCRIPTION|github/rickhelmus/patRoon|3.6258158085569257e-06| +|DESCRIPTION|github/akcochrane/TEfits|3.6258158085569257e-06| +|DESCRIPTION|github/gabraham/flashpca|3.6258158085569257e-06| +|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6258158085569257e-06| +|DESCRIPTION|github/TheMillerLab/genetex|3.6258158085569257e-06| +|DESCRIPTION|github/andyphilips/dynamac|3.6258158085569257e-06| +|DESCRIPTION|github/r-spatialecology/shar|3.6258158085569257e-06| +|DESCRIPTION|github/ecological-cities/home2park|3.6258158085569257e-06| +|DESCRIPTION|github/jgrembi/riskCommunicator|3.6258158085569257e-06| +|DESCRIPTION|github/bartongroup/RoSA|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/orderly|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/vaultr|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/dettl|3.6258158085569257e-06| +|DESCRIPTION|github/lydialucchesi/Vizumap|3.6258158085569257e-06| +|DESCRIPTION|github/USEPA/nsink|3.6258158085569257e-06| +|DESCRIPTION|github/IMMM-SFA/gamut|3.6258158085569257e-06| +|DESCRIPTION|github/zizroc/villager|3.6258158085569257e-06| +|DESCRIPTION|github/shangguandong1996/FindIT2|3.6258158085569257e-06| +|DESCRIPTION|github/astrostat/Automark|3.6258158085569257e-06| +|DESCRIPTION|github/astrostat/LIRA|3.6258158085569257e-06| +|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6258158085569257e-06| +|DESCRIPTION|github/r-spatial/rgee|3.6258158085569257e-06| +|DESCRIPTION|github/LindaNab/mecor|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/medoutcon|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/txshift|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/haldensify|3.6258158085569257e-06| +|DESCRIPTION|github/HajkD/LTRpred|3.6258158085569257e-06| +|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6258158085569257e-06| +|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6258158085569257e-06| +|DESCRIPTION|github/orbisgis/lczexplore|3.6258158085569257e-06| +|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/srr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/autotest|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6258158085569257e-06| +|DESCRIPTION|github/highamm/sptotal|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/performance|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/effectsize|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/parameters|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/correlation|3.6258158085569257e-06| +|DESCRIPTION|github/YuLab-SMU/treeio|3.6258158085569257e-06| +|DESCRIPTION|github/maximewack/viroCapt|3.6258158085569257e-06| +|DESCRIPTION|github/gasparl/possa|3.6258158085569257e-06| +|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6258158085569257e-06| +|DESCRIPTION|github/isakro/shoredate|3.6258158085569257e-06| +|DESCRIPTION|github/johannes-titz/cofad|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/hyper.fit|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/celestial|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/NFWdist|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProSpect|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProFuse|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/Rwcs|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProFound|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/Rfits|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProPane|3.6258158085569257e-06| +|DESCRIPTION|github/BMILAB/scLINE|3.6258158085569257e-06| +|DESCRIPTION|github/snystrom/memes|3.6258158085569257e-06| +|DESCRIPTION|github/mlr-org/mcboost|3.6258158085569257e-06| +|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6258158085569257e-06| +|DESCRIPTION|github/OwenWard/ppdiag|3.6258158085569257e-06| +|DESCRIPTION|github/mmollina/viewpoly|3.6258158085569257e-06| +|DESCRIPTION|github/Martindelosrios/MeSsI|3.6258158085569257e-06| +|DESCRIPTION|github/Martindelosrios/ROGER|3.6258158085569257e-06| +|DESCRIPTION|github/tbep-tech/tbeptools|3.6258158085569257e-06| +|DESCRIPTION|github/kendomaniac/rCASC|3.6258158085569257e-06| +|DESCRIPTION|github/kendomaniac/docker4seq|3.6258158085569257e-06| +|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6258158085569257e-06| +|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6258158085569257e-06| +|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6258158085569257e-06| +|DESCRIPTION|github/rx-li/EasyCellType|3.6258158085569257e-06| +|DESCRIPTION|github/dpseidel/stmove|3.6258158085569257e-06| +|DESCRIPTION|github/fumi-github/omicwas|3.6258158085569257e-06| +|DESCRIPTION|github/ezer/PAFway|3.6258158085569257e-06| +|DESCRIPTION|github/jackmwolf/tehtuner|3.6258158085569257e-06| +|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6258158085569257e-06| +|DESCRIPTION|github/chrisaberson/BetterReg|3.6258158085569257e-06| +|DESCRIPTION|github/samhforbes/PupillometryR|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/netrankr|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/graphlayouts|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/signnet|3.6258158085569257e-06| +|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6258158085569257e-06| +|DESCRIPTION|github/CTU-Bern/presize|3.6258158085569257e-06| +|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6258158085569257e-06| +|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6258158085569257e-06| +|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6258158085569257e-06| +|DESCRIPTION|github/OrlandoLam/SAMT|3.6258158085569257e-06| +|DESCRIPTION|github/flyaflya/causact|3.6258158085569257e-06| +|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6258158085569257e-06| +|DESCRIPTION|github/RitchieLab/hudson|3.6258158085569257e-06| +|DESCRIPTION|github/nevrome/bleiglas|3.6258158085569257e-06| +|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6258158085569257e-06| +|DESCRIPTION|github/chainsawriot/sweater|3.6258158085569257e-06| +|DESCRIPTION|github/chainsawriot/oolong|3.6258158085569257e-06| +|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6258158085569257e-06| +|DESCRIPTION|github/r-lib/gert|3.6258158085569257e-06| +|DESCRIPTION|github/r-lib/credentials|3.6258158085569257e-06| +|DESCRIPTION|github/kadyb/rgugik|3.6258158085569257e-06| +|DESCRIPTION|github/signaturescience/skater|3.6258158085569257e-06| +|DESCRIPTION|github/MAnalytics/opitools|3.6258158085569257e-06| +|DESCRIPTION|github/MAnalytics/akmedoids|3.6258158085569257e-06| +|DESCRIPTION|github/metaOmics/MetaPath|3.6258158085569257e-06| +|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6258158085569257e-06| +|DESCRIPTION|github/MRCIEU/metaboprep|3.6258158085569257e-06| +|DESCRIPTION|github/VBlesius/RHRT|3.6258158085569257e-06| +|DESCRIPTION|github/aranyics/ReDCM|3.6258158085569257e-06| +|DESCRIPTION|github/donaldRwilliams/BGGM|3.6258158085569257e-06| +|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6258158085569257e-06| +|DESCRIPTION|github/ArgoCanada/argodata|3.6258158085569257e-06| +|DESCRIPTION|github/EpiVec/TDLM|3.6258158085569257e-06| +|DESCRIPTION|github/mdsteiner/EFAtools|3.6258158085569257e-06| +|DESCRIPTION|github/YonghuiDong/RawHummus|3.6258158085569257e-06| +|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6258158085569257e-06| +|DESCRIPTION|github/llrs/experDesign|3.6258158085569257e-06| +|DESCRIPTION|github/rqtl/qtl2|3.6258158085569257e-06| +|DESCRIPTION|github/bblodfon/emba|3.6258158085569257e-06| +|DESCRIPTION|github/pmoulos/metaseqR2|3.6258158085569257e-06| +|DESCRIPTION|github/niceume/datasailr|3.6258158085569257e-06| +|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6258158085569257e-06| +|DESCRIPTION|github/tgrimes/SeqNet|3.6258158085569257e-06| +|DESCRIPTION|github/LucyMcGowan/tipr|3.6258158085569257e-06| +|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6258158085569257e-06| +|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6258158085569257e-06| +|DESCRIPTION|github/wjakethompson/measr|3.6258158085569257e-06| +|DESCRIPTION|github/rudeboybert/forestecology|3.6258158085569257e-06| +|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6258158085569257e-06| +|DESCRIPTION|github/n8thangreen/BCEA|3.6258158085569257e-06| +|DESCRIPTION|github/BrianAronson/birankr|3.6258158085569257e-06| +|DESCRIPTION|github/ICRAR/ProFit|3.6258158085569257e-06| +|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/allcontributors|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/qcoder|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/gendercoder|3.6258158085569257e-06| +|DESCRIPTION|github/kateharborne/SimSpin|3.6258158085569257e-06| +|DESCRIPTION|github/insilico/cncv|3.6258158085569257e-06| +|DESCRIPTION|github/saeyslab/PeacoQC|3.6258158085569257e-06| +|DESCRIPTION|github/saeyslab/nichenetr|3.6258158085569257e-06| +|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6258158085569257e-06| +|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6258158085569257e-06| +|DESCRIPTION|github/rhenkin/visxhclust|3.6258158085569257e-06| +|DESCRIPTION|github/constantAmateur/SoupX|3.6258158085569257e-06| +|DESCRIPTION|github/mmahmoudian/sivs|3.6258158085569257e-06| +|DESCRIPTION|github/sachsmc/cosinor|3.6258158085569257e-06| +|DESCRIPTION|github/alstat/ALUES|3.6258158085569257e-06| +|DESCRIPTION|github/tlverse/hal9001|3.6258158085569257e-06| +|DESCRIPTION|github/CajoterBraak/demc2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/roblog|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/rotemplate|3.6258158085569257e-06| +|DESCRIPTION|github/Hegghammer/daiR|3.6258158085569257e-06| +|DESCRIPTION|github/taranu/AllStarFit|3.6258158085569257e-06| +|DESCRIPTION|github/isoverse/isoreader|3.6258158085569257e-06| +|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6258158085569257e-06| +|DESCRIPTION|github/r-cas/caracas|3.6258158085569257e-06| +|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6258158085569257e-06| +|DESCRIPTION|github/ShixiangWang/sigminer|3.6258158085569257e-06| +|DESCRIPTION|github/cran/irtplay|3.6258158085569257e-06| +|DESCRIPTION|github/cosimameyer/overviewR|3.6258158085569257e-06| +|DESCRIPTION|github/dieghernan/tidyterra|3.6258158085569257e-06| +|DESCRIPTION|github/SietzeN/glottospace|3.6258158085569257e-06| +|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6258158085569257e-06| +|DESCRIPTION|github/LTLA/basilisk|3.6258158085569257e-06| +|DESCRIPTION|github/bcjaeger/aorsf|3.6258158085569257e-06| +|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6258158085569257e-06| +|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6258158085569257e-06| +|DESCRIPTION|github/tidymodels/stacks|3.6258158085569257e-06| +|DESCRIPTION|github/tidymodels/infer|3.6258158085569257e-06| +|DESCRIPTION|github/maize-genetics/rTASSEL|3.6258158085569257e-06| +|DESCRIPTION|github/bcgov/bcdata|3.6258158085569257e-06| +|DESCRIPTION|github/bcgov/shinyssdtools|3.6258158085569257e-06| +|DESCRIPTION|github/stefanoMP/massiveGST|3.6258158085569257e-06| +|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6258158085569257e-06| +|DESCRIPTION|github/wadpac/GGIR|3.6258158085569257e-06| +|DESCRIPTION|github/rauschenberger/joinet|3.6258158085569257e-06| +|DESCRIPTION|github/rauschenberger/transreg|3.6258158085569257e-06| +|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6258158085569257e-06| +|DESCRIPTION|github/azizka/IUCNN|3.6258158085569257e-06| +|DESCRIPTION|github/timoast/signac|3.6258158085569257e-06| +|DESCRIPTION|github/dsoave/JLS|3.6258158085569257e-06| +|DESCRIPTION|github/yiling0210/APIR|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/dust|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/provisionr|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/sircovid|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/odin|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/individual|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/cinterpolate|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/drjacoby|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/ring|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/EpiEstim|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/rrq|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/squire|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/dde|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6258158085569257e-06| +|DESCRIPTION|github/nanakiksc/zerone|3.6258158085569257e-06| +|DESCRIPTION|github/flosalbizziae/kataegis|3.6258158085569257e-06| +|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6258158085569257e-06| +|DESCRIPTION|github/zoometh/iconr|3.6258158085569257e-06| +|Gemfile|github/tudelft3d/3dfier|3.6258158085569257e-06| +|Gemfile|github/odelaneau/GLIMPSE|3.6258158085569257e-06| +|Gemfile|github/odelaneau/shapeit5|3.6258158085569257e-06| +|Gemfile|github/vcflib/bio-vcf|3.6258158085569257e-06| +|Gemfile|github/openjournals/joss|3.6258158085569257e-06| +|Gemfile|github/ncbi/igblast|3.6258158085569257e-06| +|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.6258158085569257e-06| +|Gemfile|github/cboursnell/crb-blast|3.6258158085569257e-06| +|Gemfile|github/gramos/imagetooth|3.6258158085569257e-06| +|Gemfile|github/telatin/bamtocov|3.6258158085569257e-06| +|Gemfile|github/telatin/seqfu2|3.6258158085569257e-06| +|Gemfile|github/codidact/qpixel|3.6258158085569257e-06| +|Gemfile|github/quadram-institute-bioscience/dadaist2|3.6258158085569257e-06| +|Gemfile|github/scrook/neuroml-db|3.6258158085569257e-06| +|Gemfile|github/aymgal/COOLEST|3.6258158085569257e-06| +|Gemfile|github/sibirrer/hierArc|3.6258158085569257e-06| +|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6258158085569257e-06| +|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6258158085569257e-06| +|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6258158085569257e-06| +|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6258158085569257e-06| +|go.mod|github/linksmart/thing-directory|3.6258158085569257e-06| +|go.mod|github/sylabs/singularity|3.6258158085569257e-06| +|go.mod|github/containers/podman|3.6258158085569257e-06| +|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6258158085569257e-06| +|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6258158085569257e-06| +|go.mod|github/jasonyangshadow/lpmx|3.6258158085569257e-06| +|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6258158085569257e-06| +|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6258158085569257e-06| +|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6258158085569257e-06| +|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6258158085569257e-06| +|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6258158085569257e-06| +|go.mod|github/mlpack/mlpack|3.6258158085569257e-06| +|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6258158085569257e-06| +|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.620920910212316e-06| +|cran|[txtq](https://github.com/wlandau/txtq)|3.6150987337535572e-06| +|cran|[arm](https://CRAN.R-project.org/package=arm)|3.6007750181290803e-06| +|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.599419072588036e-06| +|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5971356055112413e-06| +|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.595967574847198e-06| +|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.595967574847198e-06| +|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.595967574847198e-06| +|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.595967574847198e-06| +|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.595967574847198e-06| +|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.595967574847198e-06| +|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.595967574847198e-06| +|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.595967574847198e-06| +|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.595967574847198e-06| +|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.595967574847198e-06| +|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.595967574847198e-06| +|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.595967574847198e-06| +|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.595967574847198e-06| +|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.595967574847198e-06| +|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.595967574847198e-06| +|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.594258075155518e-06| +|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.5895576504713635e-06| +|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.5895576504713635e-06| +|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.5895576504713635e-06| +|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.5895576504713635e-06| +|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.5895576504713635e-06| +|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| +|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| +|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.5895576504713635e-06| +|cran|socialmixr|3.5895576504713635e-06| +|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5895576504713563e-06| +|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5895576504713563e-06| +|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5895576504713563e-06| +|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5895576504713563e-06| +|pypi|[ares](https://github.com/barnumbirr/ares)|3.5895576504713563e-06| +|pypi|[requirement](http://github.com/storborg/funniest)|3.5895576504713563e-06| +|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5895576504713563e-06| +|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5895576504713563e-06| +|pypi|[macop](https://github.com/prise-3d/macop)|3.5895576504713563e-06| +|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5895576504713563e-06| +|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5895576504713563e-06| +|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5895576504713563e-06| +|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5895576504713563e-06| +|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5895576504713563e-06| +|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5895576504713563e-06| +|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5895576504713563e-06| +|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5895576504713563e-06| +|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5895576504713563e-06| +|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5895576504713563e-06| +|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5895576504713563e-06| +|pypi|[ngs](https://broadtech.com.cn)|3.5895576504713563e-06| +|pypi|[gsf](UNKNOWN)|3.5895576504713563e-06| +|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5895576504713563e-06| +|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5895576504713563e-06| +|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5895576504713563e-06| +|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5895576504713563e-06| +|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5895576504713563e-06| +|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5895576504713563e-06| +|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5895576504713563e-06| +|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5895576504713563e-06| +|pypi|[crc](https://github.com/Nicoretti/crc)|3.5895576504713563e-06| +|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5895576504713563e-06| +|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5895576504713563e-06| +|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5895576504713563e-06| +|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5895576504713563e-06| +|pypi|[UNKNOWN](UNKNOWN)|3.5895576504713563e-06| +|pypi|[biotools](https://github.com/sonwell/biotools)|3.5895576504713563e-06| +|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5895576504713563e-06| +|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5895576504713563e-06| +|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5895576504713563e-06| +|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5895576504713563e-06| +|pypi|[neworder](https://neworder.readthedocs.io)|3.5895576504713563e-06| +|pypi|[requirements](http://github.com/mattack108/requirements)|3.5895576504713563e-06| +|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5895576504713563e-06| +|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5895576504713563e-06| +|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5895576504713563e-06| +|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5895576504713563e-06| +|pypi|[galkin](UNKNOWN)|3.5895576504713563e-06| +|pypi|[SLIT](https://github.com/bweir/slit)|3.5895576504713563e-06| +|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5895576504713563e-06| +|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5895576504713563e-06| +|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5895576504713563e-06| +|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5895576504713563e-06| +|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5895576504713563e-06| +|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5895576504713563e-06| +|pypi|[Libra](https://github.com/Palashio/libra)|3.5895576504713563e-06| +|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5895576504713563e-06| +|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5895576504713563e-06| +|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5895576504713563e-06| +|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5895576504713563e-06| +|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5895576504713563e-06| +|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5895576504713563e-06| +|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5895576504713563e-06| +|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5895576504713563e-06| +|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5895576504713563e-06| +|pypi|[megaman](https://github.com/mmp2/megaman)|3.5895576504713563e-06| +|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5895576504713563e-06| +|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5895576504713563e-06| +|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5895576504713563e-06| +|npm|leaflet-geotiff-2|3.5895576504713563e-06| +|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5895576504713563e-06| +|cran|LSD|3.5895576504713563e-06| +|npm|retape|3.589557650471356e-06| +|npm|test|3.589557650471356e-06| +|npm|babel-plugin-remove-comments|3.589557650471356e-06| +|cran|outbreaks|3.589557650471356e-06| +|cran|aweek|3.589557650471356e-06| +|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.576841606163006e-06| +|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.576841606163006e-06| +|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.564532237387341e-06| +|cran|[rmsfact](NA)|3.553662073966643e-06| +|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.553662073966643e-06| +|cran|geomorph|3.5536620739666424e-06| +|pypi|[watermark](https://pypi.org/project/watermark)|3.531133160209732e-06| +|rubygems|rubocop-rspec|3.5252829461102084e-06| +|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4993438999965468e-06| +|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.498170400360541e-06| +|npm|svelte-preprocess|3.4883483182212237e-06| +|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4839824254574928e-06| +|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4839824254574928e-06| +|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4839824254574928e-06| +|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4839824254574928e-06| +|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4839824254574928e-06| +|pypi|[truecase](https://pypi.org/project/truecase)|3.4839824254574928e-06| +|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4839824254574928e-06| +|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4839824254574928e-06| +|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4839824254574928e-06| +|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4839824254574928e-06| +|pypi|[fireo](https://pypi.org/project/fireo)|3.4839824254574928e-06| +|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.4773839738941264e-06| +|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4757294948885647e-06| +|npm|karma-phantomjs-launcher|3.4725765306122454e-06| +|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4672325099504854e-06| +|cran|clv|3.4549492385786813e-06| +|cran|plainview|3.4549492385786805e-06| +|cran|mapdeck|3.4549492385786805e-06| +|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4514977408378424e-06| +|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4514977408378424e-06| +|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4514977408378424e-06| +|pypi|[parsley](https://pypi.org/project/parsley)|3.4514977408378424e-06| +|npm|json-stringify-safe|3.4508814019555498e-06| +|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4441654834522637e-06| +|cran|[geojson](https://docs.ropensci.org/geojson)|3.4399927483683844e-06| +|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4310142713339627e-06| +|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4297019854248513e-06| +|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4260872547674587e-06| +|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.416982763429464e-06| +|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.416982763429464e-06| +|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.416982763429464e-06| +|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.416982763429464e-06| +|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.416982763429464e-06| +|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.416982763429464e-06| +|spack|sofa-c|3.416982763429464e-06| +|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.416982763429464e-06| +|npm|loud-rejection|3.416982763429464e-06| +|npm|csv-spectrum|3.416982763429464e-06| +|npm|bops|3.416982763429464e-06| +|cran|ncbit|3.416982763429464e-06| +|cran|subplex|3.416982763429464e-06| +|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.413573229186995e-06| +|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.410754714483934e-06| +|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.410754714483934e-06| +|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.4071495168045466e-06| +|npm|babel-plugin-transform-runtime|3.4037410649539006e-06| +|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.397259919196105e-06| +|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.393417365060985e-06| +|pypi|[fury](https://pypi.org/project/fury)|3.3933672525711016e-06| +|pypi|[obspy](https://www.obspy.org)|3.390137781000727e-06| +|cran|thor|3.3844400704444217e-06| +|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3844400704444213e-06| +|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3844400704444213e-06| +|pypi|[colorful](https://pypi.org/project/colorful)|3.3844400704444213e-06| +|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3844400704444213e-06| +|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3844400704444213e-06| +|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3844400704444213e-06| +|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3844400704444213e-06| +|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3844400704444213e-06| +|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3844400704444213e-06| +|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3844400704444213e-06| +|pypi|[pygam](https://github.com/dswah/pyGAM)|3.376961825339274e-06| +|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.37503884802652e-06| +|pypi|[pythran](https://pypi.org/project/pythran)|3.369499598062275e-06| +|pypi|[meson-python](https://pypi.org/project/meson-python)|3.369499598062275e-06| +|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.369499598062275e-06| +|cran|gcookbook|3.358463008500221e-06| +|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.354245500692201e-06| +|npm|babel-plugin-add-module-exports|3.3538860975862426e-06| +|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3493005921108274e-06| +|pypi|[biomaj-core](http://biomaj.genouest.org)|3.340337734078415e-06| +|pypi|[funsor](https://pypi.org/project/funsor)|3.3399079642543632e-06| +|cran|polycor|3.3347749394808687e-06| +|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.329565738829698e-06| +|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.327819071791164e-06| +|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.327819071791164e-06| +|pypi|[csvw](https://github.com/cldf/csvw)|3.320340826686006e-06| +|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3201819967014728e-06| +|pypi|[httpcore](https://pypi.org/project/httpcore)|3.314930727834815e-06| +|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.3091234590282815e-06| +|npm|karma-cli|3.290690626409023e-06| +|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2904278462654096e-06| +|cran|imbalance|3.2904278462654096e-06| +|cran|prodlim|3.2904278462654096e-06| +|cran|pec|3.2904278462654096e-06| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.263234227701232e-06| +|cran|limma|3.2623789987091624e-06| +|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2622985161000246e-06| +|cran|misc3d|3.2575235678027553e-06| +|rubygems|forwardable-extended|3.2575235678027553e-06| +|npm|through|3.2519448204338915e-06| +|cran|aws.signature|3.244175842926003e-06| +|pypi|[questionary](https://pypi.org/project/questionary)|3.2417426602549882e-06| +|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2388537420919795e-06| +|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2356356186158995e-06| +|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2306018854242297e-06| +|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2306018854242204e-06| +|pypi|[pot](https://pypi.org/project/pot)|3.2306018854242204e-06| +|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2306018854242204e-06| +|cran|maxLik|3.2306018854242204e-06| +|cran|princurve|3.2306018854242204e-06| +|cran|brglm|3.2306018854242204e-06| +|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.230601885424211e-06| +|rubygems|test-unit-rr|3.224948332124728e-06| +|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2243810041205736e-06| +|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.2232928313848143e-06| +|pypi|[wxpython](http://wxPython.org/)|3.221627991298049e-06| +|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.2175628939588344e-06| +|cran|[gistr](https://github.com/ropensci/gistr)|3.213379260333576e-06| +|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.212084326116237e-06| +|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.208167150108775e-06| +|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.208167150108775e-06| +|pypi|[pyro4](https://pypi.org/project/pyro4)|3.208167150108775e-06| +|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.208167150108775e-06| +|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.208167150108775e-06| +|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.208167150108775e-06| +|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.208167150108775e-06| +|pypi|[couchbase](https://pypi.org/project/couchbase)|3.208167150108775e-06| +|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.208167150108775e-06| +|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.208167150108775e-06| +|pypi|[pyArango](https://pypi.org/project/pyArango)|3.208167150108775e-06| +|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.204962187920854e-06| +|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.204962187920854e-06| +|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2021270290623085e-06| +|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.198295866569978e-06| +|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1961931079463294e-06| +|cran|PCICt|3.190009270689584e-06| +|cran|paws|3.1892258760325347e-06| +|cran|clustermq|3.1892258760325347e-06| +|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.176599690682616e-06| +|pypi|[platon](https://pypi.org/project/platon)|3.176599690682616e-06| +|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.176599690682616e-06| +|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.176599690682616e-06| +|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.176599690682616e-06| +|pypi|[scp](https://pypi.org/project/scp)|3.176599690682616e-06| +|pypi|[wtforms](https://pypi.org/project/wtforms)|3.176599690682616e-06| +|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.176599690682616e-06| +|pypi|[bytecode](https://pypi.org/project/bytecode)|3.176599690682616e-06| +|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.176599690682616e-06| +|pypi|[docrep](https://pypi.org/project/docrep)|3.176599690682616e-06| +|pypi|[mudata](https://pypi.org/project/mudata)|3.176599690682616e-06| +|rubygems|html-proofer|3.176085478607687e-06| +|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.172912566041645e-06| +|spack|lm-sensors|3.172912566041645e-06| +|spack|rocprofiler-dev|3.172912566041645e-06| +|spack|rocm-smi-lib|3.172912566041645e-06| +|npm|watch-run|3.172912566041645e-06| +|npm|rollup-plugin-modify|3.172912566041645e-06| +|npm|rollup-plugin-html|3.172912566041645e-06| +|npm|rollup-plugin-esbuild|3.172912566041645e-06| +|npm|p-limit|3.172912566041645e-06| +|npm|number-precision|3.172912566041645e-06| +|npm|archiver|3.172912566041645e-06| +|cran|arules|3.172912566041645e-06| +|cran|grpreg|3.172912566041645e-06| +|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1672567504158925e-06| +|cran|syslognet|3.1664040274446366e-06| +|cran|botor|3.1664040274446366e-06| +|cran|telegram|3.1664040274446366e-06| +|cran|RPushbullet|3.1664040274446366e-06| +|cran|slackr|3.1664040274446366e-06| +|pypi|[flox](https://pypi.org/project/flox)|3.158810732414793e-06| +|npm|path-scurry|3.1427698966642494e-06| +|npm|minipass|3.1427698966642494e-06| +|npm|jackspeak|3.1427698966642494e-06| +|npm|foreground-child|3.1427698966642494e-06| +|pypi|[vispy](https://pypi.org/project/vispy)|3.1411834403812285e-06| +|pypi|[pyside](https://pypi.org/project/pyside)|3.1411834403812285e-06| +|npm|eslint-config-xo-nextjs|3.1411834403812285e-06| +|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.1297738598714523e-06| +|rubygems|[rails](https://rubyonrails.org)|3.1272435007360455e-06| +|npm|babelify|3.122548874517175e-06| +|npm|babel-plugin-transform-es2015-modules-commonjs|3.122548874517175e-06| +|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1172474333040725e-06| +|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1172474333040725e-06| +|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.094446250406342e-06| +|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.094446250406342e-06| +|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.094446250406342e-06| +|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.094446250406342e-06| +|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.094446250406342e-06| +|pypi|[katversion](https://pypi.org/project/katversion)|3.094446250406342e-06| +|pypi|[lupa](https://pypi.org/project/lupa)|3.094446250406342e-06| +|pypi|[omnijson](https://pypi.org/project/omnijson)|3.094446250406342e-06| +|pypi|[pygelf](https://pypi.org/project/pygelf)|3.094446250406342e-06| +|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.094446250406342e-06| +|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.094446250406342e-06| +|pypi|[spead2](https://pypi.org/project/spead2)|3.094446250406342e-06| +|pypi|[katpoint](https://pypi.org/project/katpoint)|3.094446250406342e-06| +|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.094446250406342e-06| +|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.090140933884037e-06| +|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.090140933884037e-06| +|cran|registry|3.079071273179322e-06| +|pypi|[logomaker](http://logomaker.readthedocs.io)|3.078609332841153e-06| +|rubygems|rexml|3.0783799170502137e-06| +|cran|pvclust|3.0776860362147393e-06| +|npm|babel-register|3.076100700837982e-06| +|cran|[themis](https://github.com/tidymodels/themis)|3.070746220377719e-06| +|cran|superpc|3.070746220377719e-06| +|cran|subselect|3.070746220377719e-06| +|cran|pamr|3.070746220377719e-06| +|cran|BradleyTerry2|3.070746220377719e-06| +|cran|ModelMetrics|3.070746220377719e-06| +|pypi|[cbor2](https://pypi.org/project/cbor2)|3.06799799185586e-06| +|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.06799799185586e-06| +|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.06799799185586e-06| +|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.0664437666413866e-06| +|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.065820406583495e-06| +|npm|livereload|3.063501787902278e-06| +|npm|jsonlint|3.063501787902278e-06| +|npm|http-server|3.063501787902278e-06| +|npm|highlight.js|3.063501787902278e-06| +|npm|handlebars|3.063501787902278e-06| +|npm|download-cli|3.063501787902278e-06| +|npm|heap|3.063501787902278e-06| +|npm|git-state|3.0545755006414902e-06| +|npm|xpath|3.0545755006414902e-06| +|npm|coffee-coverage|3.0545755006414902e-06| +|npm|conventional-changelog-cli|3.0461076765056827e-06| +|pypi|[stone](https://pypi.org/project/stone)|3.045996063399979e-06| +|pypi|[msrest](https://pypi.org/project/msrest)|3.045996063399979e-06| +|pypi|[azure-core](https://pypi.org/project/azure-core)|3.045996063399979e-06| +|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0459118926758547e-06| +|rubygems|method_source|3.041463331162777e-06| +|npm|gulp-if|3.0387267865253982e-06| +|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.037318011937301e-06| +|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.037318011937301e-06| +|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.037318011937301e-06| +|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.037318011937301e-06| +|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.037318011937301e-06| +|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.037318011937301e-06| +|npm|babel-plugin-istanbul|3.0362157178821967e-06| +|cran|yulab.utils|3.0330293618916975e-06| +|rubygems|sourcemap|3.0298796821121486e-06| +|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.01849166062364e-06| +|pypi|[modin](https://github.com/modin-project/modin)|3.01849166062364e-06| +|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.007468324624283e-06| +|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0069448318179285e-06| +|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0069448318179285e-06| +|npm|read-package-json|3.006944831817928e-06| +|npm|is-wsl|3.006944831817928e-06| +|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.996077687635968e-06| +|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.9912980420594638e-06| +|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.9909989122552573e-06| +|cran|farver|2.986270650392136e-06| +|npm|[covert](https://github.com/substack/covert)|2.9748100072516343e-06| +|cran|ranger|2.9626314358230602e-06| +|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9613850616388687e-06| +|pypi|[types-decorator](https://github.com/python/typeshed)|2.9613850616388687e-06| +|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9613850616388687e-06| +|pypi|[metpy](https://pypi.org/project/metpy)|2.9613850616388687e-06| +|npm|utest|2.9613850616388687e-06| +|npm|urun|2.9613850616388687e-06| +|npm|timezone-mock|2.9613850616388687e-06| +|npm|sqlstring|2.9613850616388687e-06| +|npm|bignumber.js|2.9613850616388687e-06| +|cran|doBy|2.9613850616388687e-06| +|cran|captioner|2.9613850616388687e-06| +|cran|robustlmm|2.9613850616388687e-06| +|cran|multgee|2.9613850616388687e-06| +|cran|merTools|2.9613850616388687e-06| +|cran|marginaleffects|2.9613850616388687e-06| +|cran|logistf|2.9613850616388687e-06| +|cran|JM|2.9613850616388687e-06| +|cran|gmnl|2.9613850616388687e-06| +|cran|fungible|2.9613850616388687e-06| +|cran|feisr|2.9613850616388687e-06| +|cran|estimatr|2.9613850616388687e-06| +|cran|crch|2.9613850616388687e-06| +|cran|censReg|2.9613850616388687e-06| +|cran|bife|2.9613850616388687e-06| +|cran|bdsmatrix|2.9613850616388687e-06| +|cran|corpus.JSS.papers|2.9613850616388687e-06| +|cran|lasso2|2.9613850616388687e-06| +|cran|ggfun|2.9613850616388687e-06| +|cran|[leafem](https://github.com/r-spatial/leafem)|2.9466422355744348e-06| +|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9459240282016747e-06| +|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9422603692388166e-06| +|pypi|[vaex](https://pypi.org/project/vaex)|2.9422603692388166e-06| +|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9422603692388166e-06| +|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9422603692388166e-06| +|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9422603692388166e-06| +|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9422603692388166e-06| +|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9422603692388166e-06| +|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9422603692388166e-06| +|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9422603692388166e-06| +|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9422603692388166e-06| +|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9422603692388166e-06| +|pypi|[aplus](https://pypi.org/project/aplus)|2.9422603692388166e-06| +|pypi|[blake3](https://pypi.org/project/blake3)|2.9422603692388166e-06| +|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9422603692388166e-06| +|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9422603692388166e-06| +|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9422603692388166e-06| +|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9369108049311094e-06| +|npm|eslint-plugin-pabigot|2.93177121102248e-06| +|npm|gulp-jshint|2.9288423686538258e-06| +|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9233253027669275e-06| +|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9233253027669275e-06| +|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9233253027669275e-06| +|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9233253027669275e-06| +|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9233253027669275e-06| +|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9233253027669275e-06| +|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9233253027669275e-06| +|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9233253027669275e-06| +|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9165155910079776e-06| +|cran|sparklyr|2.9165155910079768e-06| +|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.8962348926037853e-06| +|pypi|[findspark](https://pypi.org/project/findspark)|2.8948045568317387e-06| +|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8948045568317387e-06| +|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8948045568317387e-06| +|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8948045568317387e-06| +|pypi|[gmql](https://pypi.org/project/gmql)|2.8948045568317387e-06| +|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8948045568317387e-06| +|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8948045568317387e-06| +|pypi|[strconv](https://pypi.org/project/strconv)|2.8948045568317387e-06| +|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8948045568317387e-06| +|cran|sjmisc|2.89087589350461e-06| +|npm|enquirer|2.8839069640959916e-06| +|cran|[progressr](https://progressr.futureverse.org)|2.881092324720439e-06| +|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8678755766265897e-06| +|pypi|[pyqt](https://pypi.org/project/pyqt)|2.862672226250907e-06| +|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.862672226250907e-06| +|cran|distr6|2.8612416054481828e-06| +|cran|hardhat|2.849333534255734e-06| +|pypi|[channels](https://pypi.org/project/channels)|2.8473201924978574e-06| +|cran|ppcor|2.844604251916503e-06| +|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.841733139956495e-06| +|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.835750543872375e-06| +|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8355626667785964e-06| +|npm|zuul|2.826776649746193e-06| +|rubygems|em-synchrony|2.8246476391499313e-06| +|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.824137269120847e-06| +|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.8241372691208443e-06| +|pypi|[aafigure](https://pypi.org/project/aafigure)|2.820366725370351e-06| +|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.820366725370351e-06| +|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.820366725370351e-06| +|npm|travis-cov|2.820366725370351e-06| +|npm|[x2js](https://github.com/x2js/x2js#readme)|2.820366725370351e-06| +|npm|toml|2.820366725370351e-06| +|npm|properties|2.820366725370351e-06| +|npm|hjson|2.820366725370351e-06| +|npm|cson|2.820366725370351e-06| +|cran|decor|2.820366725370351e-06| +|pypi|[spin](https://pypi.org/project/spin)|2.818544237757369e-06| +|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8158624541873298e-06| +|cran|[mlr3](https://mlr3.mlr-org.com)|2.8152216355703462e-06| +|pypi|[mizani](https://github.com/has2k1/mizani)|2.794727027866987e-06| +|cran|rainbow|2.792163058116647e-06| +|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.791878172588852e-06| +|npm|ts-loader|2.7870177944960396e-06| +|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7807106598984776e-06| +|npm|in-publish|2.7801486831022762e-06| +|cran|procmaps|2.777467463073928e-06| +|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7659241207084616e-06| +|spack|[vc](https://github.com/VcDevel/Vc)|2.76024605536246e-06| +|npm|assert|2.7551235566463992e-06| +|pypi|[hashin](https://pypi.org/project/hashin)|2.749517662351082e-06| +|pypi|[nengo](https://pypi.org/project/nengo)|2.748535510333575e-06| +|pypi|[hankel](https://github.com/steven-murray/hankel)|2.748475024527587e-06| +|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.746133696408223e-06| +|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7405670595577573e-06| +|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.740120343871264e-06| +|pypi|[bio](https://pypi.org/project/bio)|2.740120343871264e-06| +|pypi|[kahypar](https://pypi.org/project/kahypar)|2.740120343871264e-06| +|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.740120343871264e-06| +|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.740120343871264e-06| +|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.740120343871264e-06| +|pypi|[selfies](https://pypi.org/project/selfies)|2.740120343871264e-06| +|pypi|[upfp](https://pypi.org/project/upfp)|2.740120343871264e-06| +|cran|tablerDash|2.7386169652146885e-06| +|cran|argonDash|2.7386169652146885e-06| +|cran|argonR|2.7386169652146885e-06| +|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.73820938303311e-06| +|cran|TMB|2.7362732220909603e-06| +|spack|autoconf-archive|2.7335862107435714e-06| +|spack|libxmu|2.7335862107435714e-06| +|cran|RProtoBuf|2.7335862107435714e-06| +|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.7316740977094214e-06| +|npm|eslint-plugin-jest|2.728993969693315e-06| +|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7220812182741236e-06| +|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7178079353568848e-06| +|pypi|[pendulum](https://pypi.org/project/pendulum)|2.713534652439656e-06| +|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.713534652439656e-06| +|cran|affy|2.7062503486361354e-06| +|cran|marray|2.7062503486361354e-06| +|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.705086660986218e-06| +|npm|server-destroy|2.698881334328216e-06| +|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.697809510708833e-06| +|rubygems|[debug](https://github.com/ruby/debug)|2.6935648001269035e-06| +|rubygems|[all_images](http://github.com/flori/all_images)|2.6935648001269035e-06| +|cran|lm.beta|2.6927234417727417e-06| +|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.692168237853517e-06| +|pypi|[xnat](https://pypi.org/project/xnat)|2.692168237853517e-06| +|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.692168237853517e-06| +|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.692168237853517e-06| +|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.692168237853517e-06| +|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.692168237853517e-06| +|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.692168237853517e-06| +|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.692168237853517e-06| +|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.692168237853517e-06| +|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.692168237853517e-06| +|npm|karma-coverage|2.684259418750487e-06| +|pypi|[cudf](https://pypi.org/project/cudf)|2.6840445907317893e-06| +|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6787743660234e-06| +|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6787743660234e-06| +|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6787743660234e-06| +|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6787743660234e-06| +|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6787743660234e-06| +|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6787743660234e-06| +|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6787743660234e-06| +|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6787743660234e-06| +|npm|eslint-config-airbnb|2.6737602499023817e-06| +|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6719263714034903e-06| +|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6719263714034903e-06| +|pypi|[motor](https://pypi.org/project/motor)|2.6719263714034903e-06| +|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6719263714034903e-06| +|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6719263714034903e-06| +|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6719263714034903e-06| +|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6719263714034903e-06| +|cran|mlapi|2.6719263714034903e-06| +|cran|rsparse|2.6719263714034903e-06| +|cran|[magicaxis](NA)|2.667749478326508e-06| +|npm|gulp-mocha|2.6544628003485654e-06| +|npm|gulp-istanbul|2.6544628003485654e-06| +|npm|gulp-coveralls|2.6544628003485654e-06| +|npm|stealthy-require|2.6544628003485654e-06| +|npm|request-promise-core|2.6544628003485654e-06| +|cran|GenSA|2.635743753046777e-06| +|npm|updox|2.632342277012328e-06| +|npm|safename|2.632342277012328e-06| +|cran|MonetDBLite|2.632342277012328e-06| +|rubygems|standard|2.6323422770123274e-06| +|rubygems|net-ssh|2.6323422770123274e-06| +|rubygems|octicons|2.6323422770123274e-06| +|cran|RgoogleMaps|2.6248640319071788e-06| +|pypi|[flametree](https://pypi.org/project/flametree)|2.6201150733367562e-06| +|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6201150733367562e-06| +|pypi|[platemap](https://pypi.org/project/platemap)|2.6201150733367562e-06| +|pypi|[proglog](https://pypi.org/project/proglog)|2.6201150733367562e-06| +|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6201150733367562e-06| +|cran|systemfonts|2.6188136886548606e-06| +|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6182655803438162e-06| +|pypi|[pixell](https://pypi.org/project/pixell)|2.6173857868020297e-06| +|npm|[q](https://github.com/kriskowal/q)|2.6067025795089703e-06| +|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.606702579508963e-06| +|npm|browserify-istanbul|2.601941584954441e-06| +|npm|combined-stream|2.601941584954441e-06| +|npm|split2|2.5975512455274965e-06| +|npm|csstype|2.5916650172237346e-06| +|cran|leafsync|2.5876864705272976e-06| +|pypi|[qmflows](https://pypi.org/project/qmflows)|2.5836925945700434e-06| +|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.579994561276289e-06| +|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5751174449033643e-06| +|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5751174449033643e-06| +|pypi|[properconf](https://pypi.org/project/properconf)|2.5751174449033643e-06| +|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5751174449033643e-06| +|pypi|[multipart](https://pypi.org/project/multipart)|2.5751174449033643e-06| +|cran|ExactData|2.5751174449033643e-06| +|cran|diffobj|2.5701544254000305e-06| +|cran|Epi|2.566300631927898e-06| +|cran|memisc|2.566300631927898e-06| +|cran|descr|2.566300631927898e-06| +|cran|sylly.en|2.566300631927898e-06| +|cran|sylly|2.566300631927898e-06| +|cran|estimability|2.5653335640336704e-06| +|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5541083282200053e-06| +|npm|gulp-replace|2.5526076770283347e-06| +|npm|gulp-header|2.5526076770283347e-06| +|cran|RWeka|2.5511266350718383e-06| +|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.55063710763494e-06| +|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.5447033490698664e-06| +|cran|Exact|2.543903900116656e-06| +|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.5433905194458223e-06| +|pypi|[resampy](https://pypi.org/project/resampy)|2.542304205946338e-06| +|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.5403721475327995e-06| +|pypi|[proselint](https://pypi.org/project/proselint)|2.5403721475327995e-06| +|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.538388780632067e-06| +|cran|DoE.base|2.538330052833316e-06| +|npm|jest-canvas-mock|2.532401354011216e-06| +|cran|[text2vec](http://text2vec.org)|2.5319201284574795e-06| +|cran|RcppAnnoy|2.530385357832273e-06| +|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5191823521866326e-06| +|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5191823521866326e-06| +|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5186729514140695e-06| +|npm|postcss-loader|2.516732649981381e-06| +|spack|tar|2.5149998133771276e-06| +|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5122416606236405e-06| +|npm|open|2.510126385579612e-06| +|spack|suite-sparse|2.5094853931420285e-06| +|cran|DendSer|2.498993359032098e-06| +|cran|[rgbif](https://github.com/ropensci/rgbif)|2.4927483683828885e-06| +|cran|[rbison](https://github.com/ropensci/rbison)|2.4927483683828885e-06| +|cran|[rebird](https://docs.ropensci.org/rebird/)|2.4927483683828885e-06| +|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.4927483683828885e-06| +|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.4927483683828885e-06| +|cran|fftw|2.486134954344319e-06| +|npm|imagemin-svgo|2.4850783734032465e-06| +|npm|imagemin-optipng|2.4850783734032465e-06| +|npm|imagemin-jpegtran|2.4850783734032465e-06| +|npm|imagemin-gifsicle|2.4850783734032465e-06| +|npm|pretty-bytes|2.4850783734032465e-06| +|npm|plur|2.4850783734032465e-06| +|npm|p-map|2.4850783734032465e-06| +|npm|imagemin|2.4850783734032465e-06| +|npm|nodeunit-x|2.480729486249791e-06| +|cran|[clusterCrit](http:www.r-project.org)|2.4794037305010222e-06| +|cran|kknn|2.479391997814893e-06| +|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.4742041010566664e-06| +|npm|karma-chai|2.47349831834917e-06| +|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.470491686522327e-06| +|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.4678208846990574e-06| +|npm|prettier-plugin-pkgjson|2.4678208846990574e-06| +|npm|make-dir-cli|2.4678208846990574e-06| +|npm|koa|2.4678208846990574e-06| +|npm|formdata-polyfill|2.4678208846990574e-06| +|npm|once|2.4678208846990574e-06| +|npm|hexoid|2.4678208846990574e-06| +|npm|dezalgo|2.4678208846990574e-06| +|npm|houkou|2.4678208846990574e-06| +|cran|picante|2.4678208846990574e-06| +|cran|hisse|2.4678208846990574e-06| +|cran|diversitree|2.4678208846990574e-06| +|cran|[gargle](https://gargle.r-lib.org)|2.4636404992365543e-06| +|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4605135709105997e-06| +|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.45706847444377e-06| +|rubygems|jekyll-github-metadata|2.455481780275562e-06| +|rubygems|rubocop-github|2.455481780275562e-06| +|npm|rollup-plugin-typescript2|2.4432246632568737e-06| +|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4431426758520667e-06| +|rubygems|spoon|2.4431426758520667e-06| +|pypi|[percy](https://pypi.org/project/percy)|2.4424720696556456e-06| +|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4424720696556456e-06| +|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4424720696556456e-06| +|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4424720696556456e-06| +|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4424720696556456e-06| +|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4424720696556456e-06| +|npm|gulp-sourcemaps|2.434362488231752e-06| +|npm|gulp-file|2.434362488231752e-06| +|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4322842639593908e-06| +|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.430429659173323e-06| +|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.4187112490935458e-06| +|rubygems|hoe-doofus|2.4187112490935458e-06| +|npm|watchify|2.417457193174587e-06| +|npm|gulp-gh-pages|2.417457193174587e-06| +|npm|gulp-beautify|2.417457193174587e-06| +|rubygems|hiredis|2.417457193174587e-06| +|rubygems|aws-sigv4|2.417457193174587e-06| +|rubygems|aws-sdk-kms|2.417457193174587e-06| +|rubygems|aws-sdk-core|2.417457193174587e-06| +|rubygems|bump|2.417457193174587e-06| +|cran|svUnit|2.4174571931745864e-06| +|cran|AlgDesign|2.4174571931745864e-06| +|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4155611483171947e-06| +|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.41440484823371e-06| +|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.409962883096066e-06| +|rubygems|activestorage|2.396381925336654e-06| +|rubygems|actioncable|2.396381925336654e-06| +|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.393038433647589e-06| +|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.393038433647572e-06| +|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.3930384336475713e-06| +|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.393038433647571e-06| +|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.390047135605524e-06| +|cran|RDCOMClient|2.3878361761831194e-06| +|cran|base|2.3878361761831194e-06| +|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.387055837563459e-06| +|pypi|[colander](https://pypi.org/project/colander)|2.3815334411781125e-06| +|npm|babel-preset-es2017|2.3803895162125762e-06| +|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.3691080493111095e-06| +|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.369108049311095e-06| +|cran|BiasedUrn|2.369108049311095e-06| +|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3584023510553065e-06| +|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.3454169688179837e-06| +|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.3442091051434694e-06| +|cran|[oai](https://github.com/ropensci/oai)|2.344036833788579e-06| +|npm|statuses|2.3419116558878807e-06| +|npm|setprototypeof|2.3419116558878807e-06| +|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3318048031395305e-06| +|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.330621795037812e-06| +|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.330621795037812e-06| +|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.330621795037812e-06| +|rubygems|[colorator](https://github.com/octopress/colorator)|2.330621795037812e-06| +|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.326552435695091e-06| +|cran|[reproj](https://github.com/hypertidy/reproj/)|2.314304909781171e-06| +|npm|[babel-polyfill](https://babeljs.io/)|2.3107500329266705e-06| +|cran|influenceR|2.310177477014268e-06| +|spack|[seqan](https://www.seqan.de)|2.307572775303018e-06| +|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3075727753030144e-06| +|pypi|[fido](https://pypi.org/project/fido)|2.3075727753030144e-06| +|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3075727753030144e-06| +|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3075727753030144e-06| +|npm|[angular-mocks](http://angularjs.org)|2.3075727753030144e-06| +|npm|gulp-angular-templatecache|2.3075727753030144e-06| +|npm|gulp-cssnano|2.3075727753030144e-06| +|npm|gulp-less|2.3075727753030144e-06| +|cran|Rdonlp2|2.3075727753030144e-06| +|cran|gamlss.dist|2.3075727753030144e-06| +|cran|Rsolnp|2.3075727753030144e-06| +|cran|[correlation](https://easystats.github.io/correlation/)|2.3067902861160823e-06| +|pypi|[mip](https://pypi.org/project/mip)|2.298779308677789e-06| +|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.29154796436341e-06| +|cran|[kml](http:www.r-project.org)|2.290479643634108e-06| +|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.277988508952976e-06| +|cran|R2WinBUGS|2.277988508952976e-06| +|cran|kriging|2.277988508952976e-06| +|cran|udunits2|2.277988508952976e-06| +|cran|formula.tools|2.277988508952976e-06| +|cran|polspline|2.274632886149384e-06| +|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.264839946130751e-06| +|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2625090645395217e-06| +|pypi|[lark](https://github.com/lark-parser/lark)|2.257969822056133e-06| +|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.256293380296281e-06| +|cran|plotlyGeoAssets|2.249613564367772e-06| +|cran|listviewer|2.249613564367772e-06| +|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2434735315445977e-06| +|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2434735315445977e-06| +|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2434735315445977e-06| +|pypi|[deform](https://pypi.org/project/deform)|2.2434735315445977e-06| +|pypi|[Faker](https://pypi.org/project/Faker)|2.2434735315445977e-06| +|pypi|[flower](https://pypi.org/project/flower)|2.2434735315445977e-06| +|pypi|[hl7](https://pypi.org/project/hl7)|2.2434735315445977e-06| +|pypi|[paginate](https://pypi.org/project/paginate)|2.2434735315445977e-06| +|pypi|[pycap](https://pypi.org/project/pycap)|2.2434735315445977e-06| +|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2434735315445977e-06| +|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2434735315445977e-06| +|pypi|[twilio](https://pypi.org/project/twilio)|2.2434735315445977e-06| +|pypi|[Wand](https://pypi.org/project/Wand)|2.2434735315445977e-06| +|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2434735315445977e-06| +|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2434735315445977e-06| +|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2434735315445977e-06| +|pypi|[parsel](https://pypi.org/project/parsel)|2.2434735315445977e-06| +|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2434735315445977e-06| +|pypi|[portend](https://pypi.org/project/portend)|2.2434735315445977e-06| +|pypi|[protego](https://pypi.org/project/protego)|2.2434735315445977e-06| +|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2434735315445977e-06| +|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2434735315445977e-06| +|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2434735315445977e-06| +|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2434735315445977e-06| +|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2434735315445977e-06| +|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2434735315445977e-06| +|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2434735315445977e-06| +|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2434735315445977e-06| +|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2434735315445977e-06| +|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2434735315445977e-06| +|pypi|[hickle](http://github.com/telegraphic/hickle)|2.23350253807108e-06| +|cran|mlr3measures|2.227366542087354e-06| +|pypi|[biomaj-user](http://biomaj.genouest.org)|2.226677473019664e-06| +|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.2258776607089535e-06| +|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2210387962291518e-06| +|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2210387962291518e-06| +|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2210387962291518e-06| +|npm|gulp-json-editor|2.2210387962291518e-06| +|npm|requizzle|2.2210387962291518e-06| +|npm|markdown-it-anchor|2.2210387962291518e-06| +|npm|klaw|2.2210387962291518e-06| +|npm|js2xmlparser|2.2210387962291518e-06| +|npm|escape-string-regexp|2.2210387962291518e-06| +|npm|catharsis|2.2210387962291518e-06| +|cran|mclustcomp|2.2210387962291518e-06| +|cran|maotai|2.2210387962291518e-06| +|cran|CVXR|2.2210387962291518e-06| +|cran|leafgl|2.2210387962291518e-06| +|cran|shinyEffects|2.2210387962291518e-06| +|pypi|[oemof](https://pypi.org/project/oemof)|2.217079725291132e-06| +|npm|optimist|2.216338185020201e-06| +|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2140947114886564e-06| +|pypi|[pymanopt](https://pymanopt.org)|2.2097008117148965e-06| +|cran|googleAnalyticsR|2.2072435242028836e-06| +|cran|bigQueryR|2.2072435242028836e-06| +|cran|seasonal|2.2072435242028836e-06| +|cran|forecTheta|2.2072435242028836e-06| +|cran|urca|2.2072435242028836e-06| +|cran|fracdiff|2.2072435242028836e-06| +|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2034361577508787e-06| +|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.2023842727251085e-06| +|pypi|[HTSeq](https://github.com/htseq)|2.193618564176945e-06| +|cran|[tiff](https://www.rforge.net/tiff/)|2.1936185641769414e-06| +|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.193618564176941e-06| +|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.1936185641769397e-06| +|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.1936185641769397e-06| +|cran|wicket|2.1936185641769397e-06| +|cran|prettymapr|2.1936185641769397e-06| +|cran|rosm|2.1936185641769397e-06| +|cran|pkgmaker|2.190655754687662e-06| +|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.182073203312851e-06| +|cran|effects|2.1803604299978487e-06| +|spack|[kokkos](https://github.com/kokkos/kokkos)|2.179374287786179e-06| +|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.171077540585896e-06| +|pypi|[zope.component](https://pypi.org/project/zope.component)|2.170326432994127e-06| +|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.168469830637929e-06| +|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1666582434778305e-06| +|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1666582434778305e-06| +|npm|gaze|2.161811094996374e-06| +|npm|hooker|2.154977129469515e-06| +|pypi|[twobody](https://pypi.org/project/twobody)|2.153734590282814e-06| +|pypi|[cmastro](https://pypi.org/project/cmastro)|2.153734590282814e-06| +|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.153734590282814e-06| +|npm|punycode|2.1537345902828134e-06| +|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.1463191875735094e-06| +|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1395102359569367e-06| +|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1337576853439372e-06| +|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1337576853439372e-06| +|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1310434579923347e-06| +|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1233181406582376e-06| +|cran|[r4ss](https://github.com/r4ss/r4ss)|2.1211022480058005e-06| +|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1152750440277636e-06| +|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1152750440277636e-06| +|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1152750440277636e-06| +|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1152750440277636e-06| +|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1152750440277636e-06| +|npm|phantomjs-prebuilt|2.1152750440277636e-06| +|cran|cleanrmd|2.1152750440277636e-06| +|cran|agridat|2.115275044027763e-06| +|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1110017611105375e-06| +|rubygems|rubocop-standard|2.1088284915126313e-06| +|rubygems|minitest-focus|2.1088284915126313e-06| +|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.107930339013778e-06| +|rubygems|rubocop-ast|2.102835212221219e-06| +|cran|cyclocomp|2.0970573642227397e-06| +|cran|xmlparsedata|2.0970573642227397e-06| +|npm|node-sass|2.095482996832182e-06| +|npm|pify|2.091952780721816e-06| +|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0903894552744957e-06| +|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0903894552744957e-06| +|pypi|[rise](https://pypi.org/project/rise)|2.0903894552744957e-06| +|cran|calibrator|2.0903894552744957e-06| +|cran|alabama|2.0903894552744957e-06| +|cran|disordR|2.0903894552744957e-06| +|cran|rio|2.0801631910702173e-06| +|npm|rollup-plugin-livereload|2.078164955536048e-06| +|cran|sva|2.0752130166787527e-06| +|cran|SIS|2.0752130166787527e-06| +|cran|LogicReg|2.0752130166787527e-06| +|cran|KernelKnn|2.0752130166787527e-06| +|cran|genefilter|2.0752130166787527e-06| +|cran|extraTrees|2.0752130166787527e-06| +|cran|biglasso|2.0752130166787527e-06| +|cran|bartMachine|2.0752130166787527e-06| +|cran|cvAUC|2.0752130166787527e-06| +|cran|nnls|2.0752130166787527e-06| +|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0748083497358393e-06| +|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.069168950618941e-06| +|npm|duplexer|2.0676813555371387e-06| +|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0641828115779506e-06| +|npm|rollup-plugin-copy|2.061037222386026e-06| +|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.056686594981609e-06| +|cran|[ring](https://github.com/mrc-ide/ring)|2.056686594981609e-06| +|npm|[opener](https://github.com/domenic/opener#readme)|2.0521525506504278e-06| +|cran|lda|2.0487400290065266e-06| +|npm|karma-sinon|2.0468882254360075e-06| +|pypi|[rpyc](http://rpyc.readthedocs.org)|2.0439363562683957e-06| +|spack|libice|2.042334525268185e-06| +|spack|nlohmann-json|2.042334525268185e-06| +|spack|xxhash|2.042334525268185e-06| +|spack|libxpm|2.042334525268185e-06| +|spack|ftgl|2.042334525268185e-06| +|spack|arrow|2.042334525268185e-06| +|spack|davix|2.042334525268185e-06| +|spack|dcap|2.042334525268185e-06| +|spack|fcgi|2.042334525268185e-06| +|spack|mysql-client|2.042334525268185e-06| +|spack|oracle-instant-client|2.042334525268185e-06| +|spack|postgresql|2.042334525268185e-06| +|spack|pythia6|2.042334525268185e-06| +|spack|r|2.042334525268185e-06| +|spack|r-rcpp|2.042334525268185e-06| +|spack|r-rinside|2.042334525268185e-06| +|spack|shadow|2.042334525268185e-06| +|spack|unuran|2.042334525268185e-06| +|spack|vdt|2.042334525268185e-06| +|spack|veccore|2.042334525268185e-06| +|spack|xrootd|2.042334525268185e-06| +|cran|textdata|2.0406470638740945e-06| +|cran|mallet|2.0406470638740945e-06| +|cran|gutenbergr|2.0406470638740945e-06| +|npm|bl|2.040065264684554e-06| +|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.033228012016992e-06| +|rubygems|toxiproxy|2.030664042266653e-06| +|rubygems|mini_portile2|2.030664042266653e-06| +|rubygems|connection_pool|2.030664042266653e-06| +|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0276601013757257e-06| +|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0276601013757257e-06| +|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0276015228426408e-06| +|npm|qs|2.02713858385994e-06| +|cran|[ids](https://github.com/richfitz/ids)|2.025536102765986e-06| +|rubygems|codeclimate-test-reporter|2.023181436668731e-06| +|cran|quanteda.textplots|2.019126178390138e-06| +|cran|quanteda.textstats|2.019126178390138e-06| +|cran|quanteda.textmodels|2.019126178390138e-06| +|cran|questionr|2.0191261783901376e-06| +|cran|dockerfiler|2.0137765422569164e-06| +|cran|attachment|2.0137765422569164e-06| +|pypi|[nflows](https://github.com/bayesiains/nflows)|2.011730111802628e-06| +|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0101707035868786e-06| +|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0101707035868786e-06| +|rubygems|sprockets|2.0055941158189164e-06| +|pypi|[copier](https://pypi.org/project/copier)|2.0053394695370706e-06| +|pypi|[dunamai](https://pypi.org/project/dunamai)|2.0053394695370706e-06| +|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.0053394695370706e-06| +|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.0053394695370706e-06| +|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.0053394695370706e-06| +|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.0053394695370706e-06| +|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.0053394695370706e-06| +|pypi|[pygeos](https://pypi.org/project/pygeos)|2.0053394695370706e-06| +|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.0053394695370706e-06| +|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.0053394695370706e-06| +|pypi|[send2trash](https://pypi.org/project/send2trash)|2.0053394695370706e-06| +|pypi|[botorch](https://pypi.org/project/botorch)|1.9992472989967046e-06| +|rubygems|regexp_parser|1.9972989089492963e-06| +|cran|mfx|1.995926956681243e-06| +|cran|drc|1.995926956681243e-06| +|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9953108439783568e-06| +|npm|xvfb-maybe|1.974256707759246e-06| +|npm|twolfson-style|1.974256707759246e-06| +|npm|proclaim|1.974256707759246e-06| +|npm|jscs|1.974256707759246e-06| +|npm|foundry-release-npm|1.974256707759246e-06| +|npm|foundry-release-git|1.974256707759246e-06| +|npm|foundry-release-component|1.974256707759246e-06| +|npm|foundry|1.974256707759246e-06| +|npm|domify|1.974256707759246e-06| +|npm|css-controls|1.974256707759246e-06| +|npm|brfs|1.974256707759246e-06| +|npm|computed-style|1.974256707759246e-06| +|cran|RQuantLib|1.974256707759246e-06| +|cran|odeintr|1.974256707759246e-06| +|cran|bigstatsr|1.974256707759246e-06| +|rubygems|crass|1.9742567077592457e-06| +|rubygems|openssl|1.9742567077592457e-06| +|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.967353712277571e-06| +|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.9628667652144835e-06| +|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9579405366207396e-06| +|npm|gulp-autoprefixer|1.9572327790525568e-06| +|npm|ubelt|1.952561579102551e-06| +|npm|asynct|1.952561579102551e-06| +|npm|event-stream|1.952561579102551e-06| +|npm|it-is|1.952561579102551e-06| +|npm|stream-spec|1.952561579102551e-06| +|npm|string-to-stream|1.952561579102551e-06| +|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9525615791025505e-06| +|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9525615791025505e-06| +|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9525615791025505e-06| +|cran|snow|1.9525615791025505e-06| +|cran|Rmpi|1.9525615791025505e-06| +|cran|batchtools|1.9525615791025505e-06| +|cran|BatchJobs|1.9525615791025505e-06| +|cran|BBmisc|1.9525615791025505e-06| +|cran|[ssh](https://docs.ropensci.org/ssh)|1.9525615791025505e-06| +|pypi|[rtoml](https://pypi.org/project/rtoml)|1.949398065946449e-06| +|npm|read-dir-deep|1.9313380836775232e-06| +|npm|gulp-strip-comments|1.9313380836775232e-06| +|npm|gulp-jsbeautifier|1.9313380836775232e-06| +|npm|webgpu|1.9313380836775232e-06| +|npm|gpu-mock.js|1.9313380836775232e-06| +|npm|gl-wiretap|1.9313380836775232e-06| +|npm|gl|1.9313380836775232e-06| +|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9173793121309436e-06| +|npm|babel-preset-stage-2|1.9144307469180564e-06| +|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9130256691143397e-06| +|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9108411892675855e-06| +|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9105710075089477e-06| +|pypi|[blue](https://pypi.org/project/blue)|1.9105710075089477e-06| +|cran|rematch2|1.9100933647570702e-06| +|npm|pngjs|1.9056531928178049e-06| +|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.9040262319891558e-06| +|pypi|[pyright](https://pypi.org/project/pyright)|1.9003540502495414e-06| +|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9003540502495414e-06| +|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9003540502495414e-06| +|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9003540502495414e-06| +|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9003540502495414e-06| +|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9003540502495414e-06| +|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9003540502495414e-06| +|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9003540502495414e-06| +|cran|bain|1.9003540502495414e-06| +|pypi|[wotan](https://github.com/hippke/wotan)|1.8983159184925186e-06| +|cran|gclus|1.89073046243097e-06| +|npm|[types](http://nodeca.github.com/types/)|1.8903287626939066e-06| +|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8902457840248098e-06| +|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.885417405006352e-06| +|cran|[dde](https://github.com/mrc-ide/dde)|1.884111707939718e-06| +|npm|[runmd](https://github.com/broofa/runmd)|1.8802444835802342e-06| +|npm|random-seed|1.8802444835802342e-06| +|npm|optional-dev-dependency|1.8802444835802342e-06| +|pypi|[bson](https://pypi.org/project/bson)|1.877360710310266e-06| +|cran|movMF|1.8703484599824433e-06| +|cran|flexmix|1.8703484599824433e-06| +|cran|flexclust|1.8703484599824433e-06| +|cran|cclust|1.8703484599824433e-06| +|cran|relations|1.8703484599824433e-06| +|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8674246348285552e-06| +|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8650269557256768e-06| +|pypi|[libpysal](http://pysal.org/libpysal)|1.861252115059223e-06| +|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8596793095410753e-06| +|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8516134880348082e-06| +|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.850865663524293e-06| +|npm|pm2-sysmonit|1.850865663524293e-06| +|npm|yamljs|1.850865663524293e-06| +|npm|vizion|1.850865663524293e-06| +|npm|source-map-support|1.850865663524293e-06| +|npm|promptly|1.850865663524293e-06| +|npm|pm2-multimeter|1.850865663524293e-06| +|npm|pm2-deploy|1.850865663524293e-06| +|npm|pm2-axon-rpc|1.850865663524293e-06| +|npm|pm2-axon|1.850865663524293e-06| +|npm|pidusage|1.850865663524293e-06| +|npm|fclone|1.850865663524293e-06| +|npm|croner|1.850865663524293e-06| +|npm|cli-tableau|1.850865663524293e-06| +|npm|blessed|1.850865663524293e-06| +|cran|arkdb|1.850865663524293e-06| +|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8472673860000175e-06| +|cran|[energy](https://github.com/mariarizzo/energy)|1.8332606281725904e-06| +|npm|mocha-headless-chrome|1.83235700688905e-06| +|npm|gulp-format-md|1.83235700688905e-06| +|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8297988998744232e-06| +|pypi|[snappy](https://pypi.org/project/snappy)|1.8297988998744232e-06| +|pypi|[datashape](https://pypi.org/project/datashape)|1.8297988998744232e-06| +|pypi|[fastremap](https://pypi.org/project/fastremap)|1.822390807162381e-06| +|pypi|[edt](https://pypi.org/project/edt)|1.822390807162381e-06| +|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.822390807162381e-06| +|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.822390807162381e-06| +|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.822390807162381e-06| +|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.822390807162381e-06| +|npm|babel-plugin-module-resolver|1.8175167326499814e-06| +|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8140085983632018e-06| +|npm|sveld|1.81309289488094e-06| +|npm|pretty-quick|1.81309289488094e-06| +|npm|toidentifier|1.81309289488094e-06| +|npm|gulp-plumber|1.81309289488094e-06| +|npm|gulp-filter|1.81309289488094e-06| +|cran|sn|1.81309289488094e-06| +|cran|ProFound|1.81309289488094e-06| +|cran|FITSio|1.81309289488094e-06| +|rubygems|fakeweb-fi|1.81309289488094e-06| +|rubygems|rspectacular|1.81309289488094e-06| +|rubygems|fuubar|1.81309289488094e-06| +|rubygems|bindex|1.81309289488094e-06| +|pypi|[bs4](https://pypi.org/project/bs4)|1.8127431488018938e-06| +|cran|dials|1.8102510564877097e-06| +|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8096249724598582e-06| +|npm|kefir|1.8050347042370246e-06| +|npm|highland|1.8050347042370246e-06| +|npm|grunt-saucelabs|1.8050347042370246e-06| +|npm|co|1.8050347042370246e-06| +|npm|baconjs|1.8050347042370246e-06| +|npm|acorn-walk|1.8050347042370246e-06| +|npm|travis-check-changes|1.804166899090757e-06| +|npm|shelljs-release|1.804166899090757e-06| +|npm|shelljs-changelog|1.804166899090757e-06| +|npm|rechoir|1.804166899090757e-06| +|npm|interpret|1.804166899090757e-06| +|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.794778825235692e-06| +|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7947788252356817e-06| +|pypi|[exhale](https://github.com/svenevs/exhale)|1.7947788252356817e-06| +|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7947788252356817e-06| +|pypi|[jumper](https://vlab.jumper.io)|1.7947788252356817e-06| +|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7947788252356817e-06| +|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7947788252356817e-06| +|pypi|[atropos](https://atropos.readthedocs.org/)|1.7947788252356817e-06| +|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7947788252356817e-06| +|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7947788252356817e-06| +|pypi|[git](https://pypi.org)|1.7947788252356817e-06| +|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7947788252356817e-06| +|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7947788252356817e-06| +|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7947788252356817e-06| +|cran|kappaSize|1.7947788252356817e-06| +|cran|[readtext](https://github.com/quanteda/readtext)|1.7947788252356807e-06| +|pypi|[petsc](https://petsc.org/)|1.7947788252356781e-06| +|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7947788252356781e-06| +|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7947788252356781e-06| +|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7947788252356781e-06| +|pypi|[catscii](https://pypi.org/project/catscii)|1.7947788252356781e-06| +|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7947788252356781e-06| +|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7947788252356781e-06| +|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7947788252356781e-06| +|pypi|[komics](http://github.com/frebio/komics)|1.7947788252356781e-06| +|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7947788252356781e-06| +|pypi|[partycls](https://pypi.org/project/partycls)|1.7947788252356781e-06| +|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7947788252356781e-06| +|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7947788252356781e-06| +|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7947788252356781e-06| +|npm|[natives](https://github.com/addaleax/natives#readme)|1.7947788252356781e-06| +|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7947788252356781e-06| +|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7947788252356781e-06| +|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7947788252356781e-06| +|cran|nLTT|1.794778825235678e-06| +|pypi|[gymnasium](https://farama.org)|1.7947788252356616e-06| +|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7947788252356616e-06| +|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7939241686522381e-06| +|cran|concaveman|1.793385363414843e-06| +|cran|tweenr|1.793385363414843e-06| +|pypi|[optree](https://github.com/metaopt/optree)|1.7768310369833214e-06| +|spack|asio|1.7768310369833214e-06| +|spack|gperftools|1.7768310369833214e-06| +|spack|mimalloc|1.7768310369833214e-06| +|spack|otf2|1.7768310369833214e-06| +|rubygems|mini_portile|1.7768310369833212e-06| +|rubygems|hoe-gemspec|1.7768310369833212e-06| +|rubygems|hoe-bundler|1.7768310369833212e-06| +|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7666505688569926e-06| +|npm|ejs|1.7627292033564694e-06| +|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7603960891200534e-06| +|cran|StanHeaders|1.7530038008551926e-06| +|cran|shinystan|1.7530038008551926e-06| +|pypi|[pytype](https://pypi.org/project/pytype)|1.750572450229873e-06| +|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.750572450229873e-06| +|pypi|[jraph](https://pypi.org/project/jraph)|1.750572450229873e-06| +|pypi|[clu](https://pypi.org/project/clu)|1.750572450229873e-06| +|pypi|[orbax](https://pypi.org/project/orbax)|1.750572450229873e-06| +|cran|nFactors|1.7432280149413309e-06| +|npm|tmp|1.739985172321667e-06| +|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.7397079583195876e-06| +|pypi|[yte](https://pypi.org/project/yte)|1.7328162229358765e-06| +|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.7314630166787548e-06| +|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7256191148647543e-06| +|pypi|[kombine](https://pypi.org/project/kombine)|1.7237765859955885e-06| +|cran|adehabitatHR|1.7199963741841933e-06| +|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7180788754392821e-06| +|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7172770123277866e-06| +|cran|gginnards|1.7167449632689094e-06| +|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7144860883172399e-06| +|pypi|[lap](https://pypi.org/project/lap)|1.7144860883172399e-06| +|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7127317932249012e-06| +|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7114429528156444e-06| +|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.708491381714732e-06| +|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.708491381714732e-06| +|npm|docdown|1.708491381714732e-06| +|npm|qunitjs|1.708491381714732e-06| +|npm|platform|1.708491381714732e-06| +|npm|qunit-extras|1.708491381714732e-06| +|cran|vip|1.708491381714732e-06| +|cran|pdp|1.708491381714732e-06| +|cran|stan4bart|1.708491381714732e-06| +|cran|tmle|1.708491381714732e-06| +|cran|dbarts|1.708491381714732e-06| +|cran|CircStats|1.708491381714732e-06| +|npm|[formidable](https://github.com/node-formidable/formidable)|1.701881370513339e-06| +|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6972911639190143e-06| +|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.695068890500367e-06| +|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6922200352222106e-06| +|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6922200352222106e-06| +|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6922200352222106e-06| +|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6922200352222106e-06| +|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6922200352222106e-06| +|pypi|[mike](https://pypi.org/project/mike)|1.6922200352222106e-06| +|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6922200352222106e-06| +|pypi|[trollius](https://pypi.org/project/trollius)|1.6922200352222106e-06| +|cran|showimage|1.6922200352222106e-06| +|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6853410919896003e-06| +|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6853410919896003e-06| +|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6853410919896003e-06| +|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6853410919896003e-06| +|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6833136139841991e-06| +|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6833136139841991e-06| +|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6833136139841991e-06| +|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6833136139841991e-06| +|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6833136139841991e-06| +|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6833136139841991e-06| +|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6833136139841991e-06| +|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6752978348699887e-06| +|pypi|[cliff](https://pypi.org/project/cliff)|1.6752978348699887e-06| +|npm|babel-preset-es2016|1.6752978348699887e-06| +|cran|ggfortify|1.665779097171864e-06| +|npm|utils-merge|1.6564230729386639e-06| +|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6494872060499305e-06| +|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6452139231327073e-06| +|pypi|[gstools](https://pypi.org/project/gstools)|1.6452139231327048e-06| +|pypi|[openturns](https://pypi.org/project/openturns)|1.6452139231327048e-06| +|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6452139231327048e-06| +|npm|mini-svg-data-uri|1.6452139231327048e-06| +|cran|R2HTML|1.6452139231327048e-06| +|rubygems|[minima](https://github.com/jekyll/minima)|1.6327501812907918e-06| +|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.6308326825458804e-06| +|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.6308326825458804e-06| +|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.6308326825458804e-06| +|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.6308326825458804e-06| +|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.6308326825458804e-06| +|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.6308326825458804e-06| +|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.6308326825458804e-06| +|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.6308326825458804e-06| +|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.6308326825458804e-06| +|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.6308326825458804e-06| +|spack|groff|1.6287617839013777e-06| +|spack|ghostscript|1.6287617839013777e-06| +|spack|gts|1.6287617839013777e-06| +|spack|cairo|1.6287617839013777e-06| +|spack|pango|1.6287617839013777e-06| +|spack|poppler|1.6287617839013777e-06| +|spack|sed|1.6287617839013777e-06| +|npm|walkdir|1.6287617839013777e-06| +|npm|jasmine-reporters|1.6287617839013777e-06| +|npm|jasmine-growl-reporter|1.6287617839013777e-06| +|rubygems|eventmachine|1.6287617839013777e-06| +|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6254218759371233e-06| +|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.6233449760982417e-06| +|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6226889469923396e-06| +|npm|[pre-commit](https://github.com/observing/pre-commit)|1.621050580563618e-06| +|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.615897214747083e-06| +|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6153009427121102e-06| +|pypi|[levmar](https://pypi.org/project/levmar)|1.6153009427121102e-06| +|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6153009427121102e-06| +|pypi|[bumps](https://pypi.org/project/bumps)|1.6153009427121102e-06| +|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6153009427121102e-06| +|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6153009427121102e-06| +|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6153009427121102e-06| +|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6153009427121102e-06| +|cran|sangerseqR|1.6153009427121102e-06| +|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6138987717548959e-06| +|pypi|[croniter](https://pypi.org/project/croniter)|1.6130574691805663e-06| +|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6120181457281972e-06| +|cran|dendroextras|1.6105778405404375e-06| +|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6102832814802688e-06| +|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6079918886726887e-06| +|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5953589557650576e-06| +|cran|[rlist](https://renkun.me/rlist)|1.5953589557650576e-06| +|pypi|[openbabel](http://openbabel.org/)|1.5913705583756348e-06| +|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5885342255382666e-06| +|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5866885266576305e-06| +|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5864562830208225e-06| +|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5864562830208225e-06| +|spack|fltk|1.5864562830208225e-06| +|spack|glpk|1.5864562830208225e-06| +|spack|gnuplot|1.5864562830208225e-06| +|spack|imagemagick|1.5864562830208225e-06| +|spack|qhull|1.5864562830208225e-06| +|spack|qrupdate|1.5864562830208225e-06| +|spack|qscintilla|1.5864562830208225e-06| +|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5822392275104017e-06| +|npm|cli-color|1.580877535651958e-06| +|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5794053662073965e-06| +|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5794053662073965e-06| +|pypi|[swapper](https://pypi.org/project/swapper)|1.5794053662073965e-06| +|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5794053662073965e-06| +|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5794053662073965e-06| +|pypi|[genfire](https://pypi.org/project/genfire)|1.5794053662073965e-06| +|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.572568113539843e-06| +|pypi|[louvain](https://pypi.org/project/louvain)|1.5721572209516407e-06| +|npm|node-domexception|1.5705917201906143e-06| +|npm|native-hello-world|1.5705917201906143e-06| +|npm|module-not-found-error|1.5705917201906143e-06| +|npm|fill-keys|1.5705917201906143e-06| +|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.567132246299535e-06| +|npm|codeclimate-test-reporter|1.565148567375854e-06| +|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5636113125453227e-06| +|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5636113125453227e-06| +|cran|[workflows](https://github.com/tidymodels/workflows)|1.5609762196494218e-06| +|pypi|[smt](https://github.com/SMTorg/smt)|1.5597482647881597e-06| +|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5586237166520363e-06| +|npm|normalize-wheel-es|1.5586237166520363e-06| +|npm|memoize-one|1.5586237166520363e-06| +|npm|lodash-unified|1.5586237166520363e-06| +|npm|lodash-es|1.5586237166520363e-06| +|npm|async-validator|1.5586237166520363e-06| +|cran|highcharter|1.5586237166520363e-06| +|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5558196620534753e-06| +|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5554749818709213e-06| +|pypi|[pep440](https://pypi.org/project/pep440)|1.5553599319462264e-06| +|npm|promise|1.552180992955558e-06| +|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5505246416752847e-06| +|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5505246416752847e-06| +|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5505246416752847e-06| +|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5505246416752847e-06| +|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5505246416752847e-06| +|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5505246416752847e-06| +|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5505246416752847e-06| +|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5505246416752847e-06| +|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5505246416752847e-06| +|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5505246416752847e-06| +|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5505246416752847e-06| +|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5505246416752847e-06| +|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5505246416752847e-06| +|npm|gulp-util|1.5467024251129582e-06| +|cran|soma|1.5450704669420184e-06| +|cran|tcltk2|1.5450704669420184e-06| +|cran|survAUC|1.5450704669420184e-06| +|cran|simsurv|1.5450704669420184e-06| +|cran|set6|1.5450704669420184e-06| +|cran|param6|1.5450704669420184e-06| +|cran|bujar|1.5450704669420184e-06| +|cran|[umap](https://github.com/tkonopka/umap)|1.5436522324665947e-06| +|cran|IRanges|1.54325700395265e-06| +|rubygems|unicode-display_width|1.538761867147149e-06| +|rubygems|rainbow|1.538761867147149e-06| +|rubygems|parser|1.538761867147149e-06| +|rubygems|parallel|1.538761867147149e-06| +|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5383818502020097e-06| +|cran|pgdraw|1.5383818502020097e-06| +|cran|matrixNormal|1.5383818502020097e-06| +|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5383818502020095e-06| +|cran|DiagrammeRsvg|1.537642243543259e-06| +|rubygems|contracts|1.535689681964156e-06| +|rubygems|childprocess|1.535689681964156e-06| +|rubygems|yard-junk|1.535689681964156e-06| +|rubygems|rubocop-packaging|1.535689681964156e-06| +|rubygems|rake-manifest|1.535689681964156e-06| +|rubygems|pry-doc|1.535689681964156e-06| +|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5338455960283373e-06| +|rubygems|[responders](https://github.com/heartcombo/responders)|1.530242263693005e-06| +|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.526725565688721e-06| +|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5186590059686506e-06| +|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5186590059686506e-06| +|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5186590059686506e-06| +|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5186590059686506e-06| +|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5186590059686506e-06| +|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5186590059686506e-06| +|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5186590059686506e-06| +|pypi|[pylev](https://pypi.org/project/pylev)|1.5186590059686506e-06| +|pypi|[distance](https://pypi.org/project/distance)|1.5186590059686506e-06| +|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5186590059686506e-06| +|npm|shortid|1.5186590059686506e-06| +|npm|react-beautiful-dnd|1.5186590059686506e-06| +|npm|objectpath|1.5186590059686506e-06| +|npm|wdio-chromedriver-service|1.5186590059686506e-06| +|npm|selenium-standalone|1.5186590059686506e-06| +|npm|chromedriver|1.5186590059686506e-06| +|pypi|[cmasher](https://cmasher.readthedocs.io)|1.5155910079767953e-06| +|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.5155910079767953e-06| +|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.5155910079767953e-06| +|npm|taper|1.4983198228529993e-06| +|npm|karma-tap|1.4983198228529993e-06| +|npm|function-bind|1.4983198228529993e-06| +|npm|buffer-equal|1.4983198228529993e-06| +|npm|tunnel-agent|1.4983198228529993e-06| +|npm|performance-now|1.4983198228529993e-06| +|npm|oauth-sign|1.4983198228529993e-06| +|npm|isstream|1.4983198228529993e-06| +|npm|is-typedarray|1.4983198228529993e-06| +|npm|http-signature|1.4983198228529993e-06| +|npm|har-validator|1.4983198228529993e-06| +|npm|forever-agent|1.4983198228529993e-06| +|npm|extend|1.4983198228529993e-06| +|npm|caseless|1.4983198228529993e-06| +|npm|aws4|1.4983198228529993e-06| +|npm|aws-sign2|1.4983198228529993e-06| +|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.496439244044297e-06| +|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.496439244044297e-06| +|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.4942494092031829e-06| +|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4931353251960685e-06| +|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4931353251960685e-06| +|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4931353251960685e-06| +|pypi|[autodoc](https://pypi.org/project/autodoc)|1.493135325196068e-06| +|npm|[mz](https://github.com/normalize/mz#readme)|1.4903074173831997e-06| +|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4844280752643052e-06| +|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4832882853187423e-06| +|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4832882853187423e-06| +|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4832882853187423e-06| +|pypi|[daphne](https://pypi.org/project/daphne)|1.4832882853187423e-06| +|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4832882853187423e-06| +|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4832882853187423e-06| +|pypi|[django-light](https://pypi.org/project/django-light)|1.4832882853187423e-06| +|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4832882853187423e-06| +|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4832882853187423e-06| +|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4832882853187423e-06| +|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4832882853187423e-06| +|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4832882853187423e-06| +|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4832882853187423e-06| +|pypi|[missingno](https://pypi.org/project/missingno)|1.4832882853187423e-06| +|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4832882853187423e-06| +|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4832882853187423e-06| +|pypi|[phik](https://pypi.org/project/phik)|1.4832882853187423e-06| +|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4832882853187423e-06| +|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4832882853187423e-06| +|pypi|[pyod](https://pypi.org/project/pyod)|1.4832882853187423e-06| +|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4832882853187423e-06| +|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4832882853187423e-06| +|pypi|[textblob](https://pypi.org/project/textblob)|1.4832882853187423e-06| +|pypi|[visions](https://pypi.org/project/visions)|1.4832882853187423e-06| +|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4832882853187423e-06| +|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4832676482643376e-06| +|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4832676482643376e-06| +|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4832676482643376e-06| +|go|[golang.org/x/sys](https://golang.org/x/sys)|1.480937311357283e-06| +|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4806925308194346e-06| +|cran|sjPlot|1.4806925308194346e-06| +|pypi|[peppy](https://pypi.org/project/peppy)|1.4806925308194344e-06| +|pypi|[eido](https://pypi.org/project/eido)|1.4806925308194344e-06| +|pypi|[slacker](https://pypi.org/project/slacker)|1.4806925308194344e-06| +|pypi|[throttler](https://pypi.org/project/throttler)|1.4806925308194344e-06| +|pypi|[reretry](https://pypi.org/project/reretry)|1.4806925308194344e-06| +|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4806925308194344e-06| +|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4806925308194344e-06| +|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.476990799492386e-06| +|pypi|[pscript](https://pypi.org/project/pscript)|1.4742826064435927e-06| +|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4742826064435927e-06| +|npm|es6-promise|1.4742826064435927e-06| +|cran|sjstats|1.4671081956743018e-06| +|cran|projpred|1.4671081956743018e-06| +|cran|PROreg|1.4671081956743018e-06| +|cran|PMCMRplus|1.4671081956743018e-06| +|cran|PCDimension|1.4671081956743018e-06| +|cran|NbClust|1.4671081956743018e-06| +|cran|M3C|1.4671081956743018e-06| +|cran|lqmm|1.4671081956743018e-06| +|cran|lavaSearch2|1.4671081956743018e-06| +|cran|ivprobit|1.4671081956743018e-06| +|cran|FactoMineR|1.4671081956743018e-06| +|cran|factoextra|1.4671081956743018e-06| +|cran|EGAnet|1.4671081956743018e-06| +|cran|DRR|1.4671081956743018e-06| +|cran|ClassDiscovery|1.4671081956743018e-06| +|cran|cAIC4|1.4671081956743018e-06| +|cran|brglm2|1.4671081956743018e-06| +|cran|BayesFM|1.4671081956743018e-06| +|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4657360406091563e-06| +|npm|karma-mocha-reporter|1.464421184326913e-06| +|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4624123761179599e-06| +|pypi|[splot](https://pypi.org/project/splot)|1.4624123761179599e-06| +|pypi|[esda](https://pypi.org/project/esda)|1.4624123761179599e-06| +|cran|pcaPP|1.4510096502482298e-06| +|npm|generate-object-property|1.4504743159047521e-06| +|rubygems|loofah|1.4504743159047521e-06| +|rubygems|warden|1.4504743159047521e-06| +|rubygems|orm_adapter|1.4504743159047521e-06| +|rubygems|bcrypt|1.4504743159047521e-06| +|rubygems|rack-protection|1.4504743159047521e-06| +|rubygems|fakefs|1.4504743159047521e-06| +|rubygems|premailer|1.4504743159047521e-06| +|npm|uri-path|1.4477882523567803e-06| +|npm|maxmin|1.4477882523567803e-06| +|cran|vegalite|1.4387295846018794e-06| +|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4358230601885695e-06| +|cran|wdm|1.4344208892313273e-06| +|cran|rmcorr|1.4344208892313273e-06| +|cran|mbend|1.4344208892313273e-06| +|cran|TSP|1.4268491660623642e-06| +|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4101833626851756e-06| +|npm|chai-timers|1.4101833626851756e-06| +|npm|svelte-check|1.4101833626851756e-06| +|npm|svelte-guides|1.4101833626851756e-06| +|npm|scenejs|1.4101833626851756e-06| +|npm|print-sizes|1.4101833626851756e-06| +|npm|keycon|1.4101833626851756e-06| +|npm|moveable|1.4101833626851756e-06| +|npm|framework-utils|1.4101833626851756e-06| +|cran|moonBook|1.4101833626851756e-06| +|cran|ztable|1.4101833626851756e-06| +|cran|mycor|1.4101833626851756e-06| +|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4071698676799166e-06| +|cran|treemap|1.4046095154018351e-06| +|cran|networkD3|1.4046095154018351e-06| +|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4034036349799583e-06| +|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4027395795390395e-06| +|spack|py-twisted|1.3960815290583238e-06| +|spack|perl-module-build|1.3960815290583238e-06| +|spack|apr|1.3960815290583238e-06| +|spack|apr-util|1.3960815290583238e-06| +|cran|GDINA|1.3935929701829974e-06| +|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.393592970182997e-06| +|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3930848894126179e-06| +|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3894274170872107e-06| +|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3881492476432198e-06| +|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3881492476432198e-06| +|cran|hdi|1.3881492476432198e-06| +|cran|gamboostLSS|1.3881492476432198e-06| +|cran|mboost|1.3881492476432198e-06| +|npm|path-exists|1.3860776641777368e-06| +|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.385438346401381e-06| +|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3834753444525029e-06| +|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3802169662281164e-06| +|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3781830479165504e-06| +|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3781830479165504e-06| +|pypi|[get_version](https://pypi.org/project/get_version)|1.3781830479165504e-06| +|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3781830479165504e-06| +|cran|[duckdb](https://duckdb.org/)|1.3759970993473506e-06| +|cran|spatialreg|1.3749287786180462e-06| +|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3648208209484564e-06| +|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3640319071791153e-06| +|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3559455410434381e-06| +|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3538081279555531e-06| +|cran|cartogram|1.3537760281777689e-06| +|cran|rmapshaper|1.3537760281777689e-06| +|cran|widgetframe|1.3537760281777689e-06| +|cran|tmaptools|1.3537760281777689e-06| +|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3536292535230121e-06| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3460841189267585e-06| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3460841189267585e-06| +|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3460841189267585e-06| +|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3460841189267585e-06| +|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3460841189267585e-06| +|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3460841189267585e-06| +|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3460841189267585e-06| +|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3460841189267585e-06| +|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3460841189267585e-06| +|cran|randgeo|1.3460841189267585e-06| +|npm|conventional-github-releaser|1.3359631857017452e-06| +|npm|corp-semantic-release|1.3359631857017452e-06| +|npm|gulp-clean-css|1.3359631857017452e-06| +|cran|googleComputeEngineR|1.3359631857017452e-06| +|npm|babel-preset-stage-3|1.3326232777374908e-06| +|npm|babel-preset-es2015-loose|1.3326232777374908e-06| +|npm|saucelabs-connector|1.3326232777374908e-06| +|npm|pinkie|1.3326232777374908e-06| +|npm|desired-capabilities|1.3326232777374908e-06| +|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3298417766169334e-06| +|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.3282485043509802e-06| +|pypi|[uproot](https://pypi.org/project/uproot)|1.3230798267104865e-06| +|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3161711385061821e-06| +|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.316171138506172e-06| +|npm|extract-text-webpack-plugin|1.316171138506164e-06| +|npm|copyfiles|1.316171138506164e-06| +|npm|perfect-scrollbar|1.316171138506164e-06| +|cran|mlr3data|1.316171138506164e-06| +|rubygems|libv8-node|1.3161711385061637e-06| +|rubygems|m|1.3161711385061637e-06| +|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.307571156635244e-06| +|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.3029247370131973e-06| +|npm|methods|1.2980096861079458e-06| +|cran|sommer|1.2961685376170123e-06| +|cran|CARBayes|1.2961685376170123e-06| +|cran|multcompView|1.2961685376170123e-06| +|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.292240754169688e-06| +|npm|is-number-like|1.2886906422076836e-06| +|pypi|[WebOb](http://webob.org/)|1.2885591565794623e-06| +|npm|content-disposition|1.288148263991266e-06| +|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2875587224516822e-06| +|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2709765267837456e-06| +|cran|clue|1.2709765267837456e-06| +|npm|[material-ui](http://material-ui.com/)|1.2691650264166653e-06| +|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.269165026416658e-06| +|npm|rollup-plugin-node-polyfills|1.269165026416658e-06| +|npm|docpress|1.269165026416658e-06| +|cran|mvabund|1.269165026416658e-06| +|cran|huxtable|1.269165026416658e-06| +|cran|texreg|1.269165026416658e-06| +|cran|dotwhisker|1.269165026416658e-06| +|cran|DHARMa|1.269165026416658e-06| +|cran|RNeXML|1.269165026416658e-06| +|cran|phylobase|1.269165026416658e-06| +|cran|striprtf|1.269165026416658e-06| +|cran|streamR|1.269165026416658e-06| +|cran|readODS|1.269165026416658e-06| +|cran|[writexl](https://docs.ropensci.org/writexl)|1.2663161711385047e-06| +|cran|[FME](http://fme.r-forge.r-project.org/)|1.2600995619422528e-06| +|npm|into-stream|1.2564733761524913e-06| +|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2524006088183045e-06| +|cran|[GA](https://luca-scr.github.io/GA/)|1.2473712835387981e-06| +|pypi|[astroML](http://astroML.github.com)|1.2463741841914493e-06| +|cran|[C50](https://topepo.github.io/C5.0/)|1.246374184191445e-06| +|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2433992320403243e-06| +|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2433061861995925e-06| +|cran|rlog|1.2425391867016232e-06| +|cran|loggit|1.2425391867016232e-06| +|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2385847564328367e-06| +|cran|[butcher](https://butcher.tidymodels.org/)|1.2385023472386558e-06| +|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2339104423495291e-06| +|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2339104423495291e-06| +|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2339104423495287e-06| +|npm|overland|1.2339104423495287e-06| +|cran|leaflet.extras2|1.2339104423495287e-06| +|cran|satellite|1.2339104423495287e-06| +|cran|leafpop|1.2339104423495287e-06| +|cran|base64|1.2339104423495287e-06| +|cran|learnr|1.2339104423495287e-06| +|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.2339104423495287e-06| +|rubygems|jekyll-titles-from-headings|1.2339104423495287e-06| +|rubygems|jekyll-theme-time-machine|1.2339104423495287e-06| +|rubygems|jekyll-theme-tactile|1.2339104423495287e-06| +|rubygems|jekyll-theme-slate|1.2339104423495287e-06| +|rubygems|jekyll-theme-modernist|1.2339104423495287e-06| +|rubygems|jekyll-theme-minimal|1.2339104423495287e-06| +|rubygems|jekyll-theme-midnight|1.2339104423495287e-06| +|rubygems|jekyll-theme-merlot|1.2339104423495287e-06| +|rubygems|jekyll-theme-leap-day|1.2339104423495287e-06| +|rubygems|jekyll-theme-hacker|1.2339104423495287e-06| +|rubygems|jekyll-theme-dinky|1.2339104423495287e-06| +|rubygems|jekyll-theme-cayman|1.2339104423495287e-06| +|rubygems|jekyll-theme-architect|1.2339104423495287e-06| +|rubygems|jekyll-swiss|1.2339104423495287e-06| +|rubygems|jekyll-sitemap|1.2339104423495287e-06| +|rubygems|jekyll-relative-links|1.2339104423495287e-06| +|rubygems|jekyll-redirect-from|1.2339104423495287e-06| +|rubygems|jekyll-readme-index|1.2339104423495287e-06| +|rubygems|jekyll-paginate|1.2339104423495287e-06| +|rubygems|jekyll-optional-front-matter|1.2339104423495287e-06| +|rubygems|jekyll-mentions|1.2339104423495287e-06| +|rubygems|jekyll-gist|1.2339104423495287e-06| +|rubygems|jekyll-default-layout|1.2339104423495287e-06| +|rubygems|jekyll-coffeescript|1.2339104423495287e-06| +|rubygems|jekyll-avatar|1.2339104423495287e-06| +|rubygems|github-pages-health-check|1.2339104423495287e-06| +|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2323177126618173e-06| +|npm|sinon-chai|1.2296975672559065e-06| +|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2294794655200784e-06| +|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2254007151609112e-06| +|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2254007151609112e-06| +|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2254007151609112e-06| +|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2254007151609112e-06| +|npm|repeat-string|1.2215713379260334e-06| +|npm|tap-out|1.2215713379260334e-06| +|npm|figures|1.2215713379260334e-06| +|npm|pretty-ms|1.2215713379260334e-06| +|npm|tapes|1.2215713379260334e-06| +|rubygems|w3c_validators|1.2215713379260334e-06| +|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2169425620764673e-06| +|cran|pheatmap|1.2109509179039007e-06| +|npm|expect|1.2103712277570145e-06| +|rubygems|rqrcode_core|1.2087285965872934e-06| +|rubygems|chunky_png|1.2087285965872934e-06| +|rubygems|standardrb|1.2087285965872934e-06| +|rubygems|chronic|1.2087285965872934e-06| +|rubygems|fast_stack|1.2087285965872934e-06| +|rubygems|guard|1.2087285965872934e-06| +|rubygems|guard-minitest|1.2087285965872934e-06| +|pypi|[radon](https://pypi.org/project/radon)|1.2087285965872932e-06| +|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2019739367828348e-06| +|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2019739367828348e-06| +|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2019739367828348e-06| +|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2019739367828348e-06| +|npm|webidl2js|1.200561511475217e-06| +|npm|mocha-sugar-free|1.200561511475217e-06| +|npm|eslint-plugin-jsdom-internal|1.200561511475217e-06| +|npm|xml-name-validator|1.200561511475217e-06| +|npm|whatwg-url|1.200561511475217e-06| +|npm|whatwg-mimetype|1.200561511475217e-06| +|npm|whatwg-encoding|1.200561511475217e-06| +|npm|webidl-conversions|1.200561511475217e-06| +|npm|w3c-xmlserializer|1.200561511475217e-06| +|npm|symbol-tree|1.200561511475217e-06| +|npm|rrweb-cssom|1.200561511475217e-06| +|npm|parse5|1.200561511475217e-06| +|npm|nwsapi|1.200561511475217e-06| +|npm|is-potential-custom-element-name|1.200561511475217e-06| +|npm|https-proxy-agent|1.200561511475217e-06| +|npm|http-proxy-agent|1.200561511475217e-06| +|npm|html-encoding-sniffer|1.200561511475217e-06| +|npm|domexception|1.200561511475217e-06| +|npm|decimal.js|1.200561511475217e-06| +|npm|data-urls|1.200561511475217e-06| +|npm|cssstyle|1.200561511475217e-06| +|npm|abab|1.200561511475217e-06| +|npm|vuetify-loader|1.200561511475217e-06| +|npm|vue-meta|1.200561511475217e-06| +|npm|stylus-loader|1.200561511475217e-06| +|npm|pug-loader|1.200561511475217e-06| +|npm|optimize-css-assets-webpack-plugin|1.200561511475217e-06| +|npm|identity-obj-proxy|1.200561511475217e-06| +|npm|happypack|1.200561511475217e-06| +|npm|friendly-errors-webpack-plugin|1.200561511475217e-06| +|npm|fork-ts-checker-webpack-plugin|1.200561511475217e-06| +|npm|cssnano|1.200561511475217e-06| +|npm|babel-plugin-transform-define|1.200561511475217e-06| +|npm|babel-plugin-detective|1.200561511475217e-06| +|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1965192168237945e-06| +|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1965192168237945e-06| +|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1965192168237945e-06| +|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1965192168237945e-06| +|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1965192168237945e-06| +|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1965192168237945e-06| +|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1965192168237945e-06| +|pypi|[pyone](http://opennebula.io)|1.1965192168237945e-06| +|pypi|[contextily](https://github.com/darribas/contextily)|1.1965192168237945e-06| +|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1965192168237945e-06| +|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1965192168237945e-06| +|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1965192168237945e-06| +|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1965192168237945e-06| +|pypi|[synthia](https://github.com/dmey/synthia)|1.1965192168237945e-06| +|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1965192168237945e-06| +|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1965192168237945e-06| +|pypi|[pystan](https://mc-stan.org)|1.1965192168237945e-06| +|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1965192168237945e-06| +|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1965192168237945e-06| +|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1965192168237945e-06| +|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1965192168237945e-06| +|pypi|[parmap](https://github.com/zeehio/parmap)|1.1965192168237945e-06| +|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1965192168237945e-06| +|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1965192168237945e-06| +|npm|[node-minify](https://github.com/srod/node-minify)|1.1965192168237945e-06| +|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1965192168237945e-06| +|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1965192168237945e-06| +|pypi|[libceed](https://libceed.readthedocs.io)|1.1965192168237856e-06| +|pypi|[clingo](https://github.com/potassco/clingo)|1.1965192168237856e-06| +|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.1965192168237856e-06| +|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.1965192168237856e-06| +|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.1965192168237856e-06| +|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.1965192168237856e-06| +|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.1965192168237856e-06| +|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.1965192168237856e-06| +|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.1965192168237856e-06| +|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.1965192168237856e-06| +|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.1965192168237856e-06| +|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.1965192168237856e-06| +|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.1965192168237856e-06| +|spack|catkin|1.1965192168237856e-06| +|spack|roslaunch|1.1965192168237856e-06| +|spack|bpp-phyl-omics3|1.1965192168237856e-06| +|spack|bpp-popgen3|1.1965192168237856e-06| +|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.1965192168237856e-06| +|npm|[graphql](https://github.com/graphql/graphql-js)|1.1965192168237856e-06| +|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.1965192168237856e-06| +|npm|Gmsh|1.1965192168237856e-06| +|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.1965192168237856e-06| +|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.1965192168237856e-06| +|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1896486297716018e-06| +|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.189439221457965e-06| +|npm|[cors](https://github.com/expressjs/cors#readme)|1.1862522383862993e-06| +|cran|[susieR](https://github.com/stephenslab/susieR)|1.186114701894882e-06| +|npm|babel-plugin-transform-object-rest-spread|1.1859395958974876e-06| +|npm|karma-sourcemap-loader|1.1859395958974876e-06| +|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1845540246555547e-06| +|cran|repurrrsive|1.1845540246555477e-06| +|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1845540246555475e-06| +|npm|ent|1.1727084844089918e-06| +|npm|traverse|1.1727084844089918e-06| +|npm|charm|1.1727084844089918e-06| +|npm|deep-is|1.1727084844089918e-06| +|cran|rvg|1.1689677874890272e-06| +|cran|phosphoricons|1.1689677874890272e-06| +|cran|datamods|1.1689677874890272e-06| +|cran|[NMF](http://renozao.github.io/NMF)|1.1675923786148614e-06| +|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1557287889775237e-06| +|cran|aws.ec2metadata|1.1537863876515072e-06| +|pypi|[pyink](https://pypi.org/project/pyink)|1.1497142004009727e-06| +|spack|rpcsvc-proto|1.1497142004009725e-06| +|spack|libtirpc|1.1497142004009725e-06| +|cran|ISLR|1.1463426045053686e-06| +|cran|ICSOutlier|1.1463426045053686e-06| +|cran|ICS|1.1463426045053686e-06| +|cran|bigutilsr|1.1463426045053686e-06| +|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.138994254476488e-06| +|pypi|[pyquery](https://pypi.org/project/pyquery)|1.138994254476488e-06| +|rubygems|googleauth|1.1281466901481404e-06| +|rubygems|google-apis-sheets_v4|1.1281466901481404e-06| +|rubygems|google-apis-drive_v3|1.1281466901481404e-06| +|rubygems|sass|1.1281466901481404e-06| +|pypi|[PySide2](https://www.pyside.org)|1.127121102248017e-06| +|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.124098316858136e-06| +|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1140006501462829e-06| +|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1140006501462829e-06| +|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1140006501462829e-06| +|pypi|[networkit](https://pypi.org/project/networkit)|1.1140006501462829e-06| +|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1140006501462829e-06| +|pypi|[infomap](https://pypi.org/project/infomap)|1.1140006501462829e-06| +|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1140006501462829e-06| +|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1140006501462829e-06| +|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1140006501462829e-06| +|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1140006501462829e-06| +|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1140006501462829e-06| +|pypi|[nf1](https://pypi.org/project/nf1)|1.1140006501462829e-06| +|pypi|[demon](https://pypi.org/project/demon)|1.1140006501462829e-06| +|pypi|[python-forge](http://github.com/dfee/forge)|1.113338736509832e-06| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.112324786807011e-06| +|cran|[proto](https://github.com/hadley/proto)|1.1082848500247602e-06| +|npm|pkgfiles|1.1036217621014418e-06| +|npm|obake|1.1036217621014418e-06| +|npm|is-node-modern|1.1036217621014418e-06| +|npm|far|1.1036217621014418e-06| +|npm|fake|1.1036217621014418e-06| +|npm|asynckit|1.1036217621014418e-06| +|cran|tidyquant|1.1036217621014418e-06| +|cran|tibbletime|1.1036217621014418e-06| +|cran|sweep|1.1036217621014418e-06| +|npm|[temporary](https://github.com/vesln/temporary)|1.1025464383332403e-06| +|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1025464383332403e-06| +|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1025464383332403e-06| +|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1025464383332403e-06| +|npm|exit|1.1025464383332403e-06| +|cran|tensorflow|1.1019414110821994e-06| +|npm|d3-time-format|1.0968092820884699e-06| +|npm|d3-time|1.0968092820884699e-06| +|npm|d3-scale-chromatic|1.0968092820884699e-06| +|npm|d3-random|1.0968092820884699e-06| +|npm|d3-quadtree|1.0968092820884699e-06| +|npm|d3-polygon|1.0968092820884699e-06| +|npm|d3-path|1.0968092820884699e-06| +|npm|d3-hierarchy|1.0968092820884699e-06| +|npm|d3-geo|1.0968092820884699e-06| +|npm|d3-force|1.0968092820884699e-06| +|npm|d3-drag|1.0968092820884699e-06| +|npm|d3-delaunay|1.0968092820884699e-06| +|npm|d3-contour|1.0968092820884699e-06| +|npm|d3-chord|1.0968092820884699e-06| +|npm|cz-conventional-changelog|1.094591685764035e-06| +|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0934344842974286e-06| +|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0934344842974286e-06| +|cran|[EMbC]()|1.0790039366000234e-06| +|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0776430562884676e-06| +|cran|[geodist](https://github.com/hypertidy/geodist)|1.0768672951414273e-06| +|cran|googlePolylines|1.076867295141412e-06| +|cran|languageR|1.076867295141407e-06| +|cran|hypergeo|1.076867295141407e-06| +|npm|browserify-middleware|1.0744254191887052e-06| +|npm|code-mirror|1.0744254191887052e-06| +|npm|github-basic|1.0744254191887052e-06| +|npm|handle|1.0744254191887052e-06| +|npm|highlight-codemirror|1.0744254191887052e-06| +|npm|inconsolata|1.0744254191887052e-06| +|npm|jade-code-mirror|1.0744254191887052e-06| +|npm|jade-highlighter|1.0744254191887052e-06| +|npm|jstransformer-cdata|1.0744254191887052e-06| +|npm|jstransformer-coffee-script|1.0744254191887052e-06| +|npm|jstransformer-less|1.0744254191887052e-06| +|npm|jstransformer-marked|1.0744254191887052e-06| +|npm|jstransformer-stylus|1.0744254191887052e-06| +|npm|jstransformer-verbatim|1.0744254191887052e-06| +|npm|less-file|1.0744254191887052e-06| +|npm|linify|1.0744254191887052e-06| +|npm|lsr|1.0744254191887052e-06| +|npm|pull-request|1.0744254191887052e-06| +|npm|stop|1.0744254191887052e-06| +|npm|twbs|1.0744254191887052e-06| +|npm|character-parser|1.0744254191887052e-06| +|npm|constantinople|1.0744254191887052e-06| +|npm|jstransformer|1.0744254191887052e-06| +|npm|transformers|1.0744254191887052e-06| +|npm|void-elements|1.0744254191887052e-06| +|npm|with|1.0744254191887052e-06| +|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0663937847554168e-06| +|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0663937847554168e-06| +|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0605511240029007e-06| +|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0534571365513747e-06| +|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0515887201380873e-06| +|npm|testing-library|1.0481282935442274e-06| +|pypi|[stingray](https://docs.stingray.science)|1.0469543147208178e-06| +|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0469543147208127e-06| +|cran|automap|1.039082477768024e-06| +|rubygems|ruby-vips|1.0360530827891086e-06| +|rubygems|mini_magick|1.0360530827891086e-06| +|rubygems|minitest-hooks|1.0360530827891086e-06| +|rubygems|minispec-metadata|1.0360530827891086e-06| +|rubygems|dhash-vips|1.0360530827891086e-06| +|rubygems|ZenTest|1.0360530827891086e-06| +|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0330413005716983e-06| +|npm|vitest|1.0330413005716983e-06| +|npm|todomvc-app-css|1.0330413005716983e-06| +|npm|karma-esbuild|1.0330413005716983e-06| +|npm|jasmine-core|1.0330413005716983e-06| +|npm|he|1.0330413005716983e-06| +|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0328900721570343e-06| +|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.031415104112714e-06| +|cran|snpStats|1.0300469779613457e-06| +|spack|seqan.|1.0255879001346733e-06| +|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0255277638707128e-06| +|rubygems|rubocop-rake|1.0226103868762176e-06| +|rubygems|rubocop-minitest|1.0226103868762176e-06| +|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0211672626340926e-06| +|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0188481065374175e-06| +|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0170413343002234e-06| +|npm|dts-gen|1.0153320211333264e-06| +|npm|documentation|1.0153320211333264e-06| +|npm|check-node-version|1.0153320211333264e-06| +|npm|check-es3-syntax-cli|1.0153320211333264e-06| +|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0136855260518716e-06| +|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0095630891950688e-06| +|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0095630891950688e-06| +|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.007849744629199e-06| +|pypi|[nessai](https://pypi.org/project/nessai)|1.005865055901314e-06| +|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.005865055901314e-06| +|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.005865055901314e-06| +|cran|som|1.0023149439393094e-06| +|pypi|[cmaes](https://pypi.org/project/cmaes)|9.996236494983523e-07| +|pypi|[catboost](https://pypi.org/project/catboost)|9.996236494983523e-07| +|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.970993473531604e-07| +|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.88682274940439e-07| +|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.87128353879623e-07| +|pypi|[big-O](https://pypi.org/project/big-O)|9.87128353879623e-07| +|cran|qdapDictionaries|9.87128353879623e-07| +|cran|QuickJSR|9.87128353879623e-07| +|rubygems|omniauth-oauth2|9.871283538796228e-07| +|rubygems|ruby_dig|9.871283538796228e-07| +|npm|nodeunit|9.772570703408266e-07| +|npm|tar|9.772570703408266e-07| +|npm|closurecompiler-externs|9.772570703408266e-07| +|cran|swagger|9.762807895512755e-07| +|cran|nlshrink|9.762807895512753e-07| +|cran|NetworkComparisonTest|9.762807895512753e-07| +|cran|NetworkToolbox|9.762807895512753e-07| +|cran|glassoFast|9.762807895512753e-07| +|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.759109862219066e-07| +|rubygems|listen|9.695306875469548e-07| +|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.644670050761405e-07| +|cran|[ghql](https://github.com/ropensci/ghql)|9.641183689407044e-07| +|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.608411892675902e-07| +|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.572153734590371e-07| +|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.552855037544739e-07| +|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.542970339057987e-07| +|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.501770251247707e-07| +|pypi|[py-spec](https://pypi.org/project/py-spec)|9.501770251247707e-07| +|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.501770251247707e-07| +|pypi|[ale-py](https://pypi.org/project/ale-py)|9.501770251247707e-07| +|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.501770251247707e-07| +|pypi|[rlds](https://pypi.org/project/rlds)|9.501770251247707e-07| +|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.47643219724438e-07| +|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.401222417901169e-07| +|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.401222417901169e-07| +|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.401222417901169e-07| +|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.367344138917768e-07| +|cran|[isdparser](https://github.com/ropensci/isdparser)|9.29439034497048e-07| +|cran|geonames|9.29439034497048e-07| +|pypi|[connexion](https://github.com/zalando/connexion)|9.273023930384302e-07| +|npm|gpx-parse|9.266393934723969e-07| +|npm|node-geo-distance|9.266393934723969e-07| +|npm|redis|9.266393934723969e-07| +|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.258779653993617e-07| +|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.258224876913094e-07| +|npm|seed-random|9.254328317621465e-07| +|npm|freeport|9.254328317621465e-07| +|npm|node-uuid|9.254328317621465e-07| +|npm|event-emitter|9.254328317621465e-07| +|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.245830311820198e-07| +|cran|[xslt](https://github.com/ropensci/xslt)|9.245830311820198e-07| +|spack|sowing|9.230291101212059e-07| +|spack|hipblas|9.230291101212059e-07| +|spack|hipsparse|9.230291101212059e-07| +|spack|rocsparse|9.230291101212059e-07| +|spack|rocsolver|9.230291101212059e-07| +|spack|rocblas|9.230291101212059e-07| +|spack|rocrand|9.230291101212059e-07| +|spack|rocthrust|9.230291101212059e-07| +|spack|rocprim|9.230291101212059e-07| +|spack|metis|9.230291101212059e-07| +|spack|scotch|9.230291101212059e-07| +|spack|parmetis|9.230291101212059e-07| +|spack|mmg|9.230291101212059e-07| +|spack|parmmg|9.230291101212059e-07| +|spack|tetgen|9.230291101212059e-07| +|spack|hypre|9.230291101212059e-07| +|spack|superlu-dist|9.230291101212059e-07| +|spack|strumpack|9.230291101212059e-07| +|spack|scalapack|9.230291101212059e-07| +|spack|mumps|9.230291101212059e-07| +|spack|trilinos|9.230291101212059e-07| +|spack|mpfr|9.230291101212059e-07| +|spack|giflib|9.230291101212059e-07| +|spack|exodusii|9.230291101212059e-07| +|spack|parallel-netcdf|9.230291101212059e-07| +|spack|random123|9.230291101212059e-07| +|spack|moab|9.230291101212059e-07| +|spack|p4est|9.230291101212059e-07| +|spack|saws|9.230291101212059e-07| +|spack|libyaml|9.230291101212059e-07| +|spack|kokkos-kernels|9.230291101212059e-07| +|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.153299672872847e-07| +|pypi|[spacy-transformers](https://spacy.io)|9.13667639172302e-07| +|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.13667639172302e-07| +|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.13667639172302e-07| +|pypi|[natto-py](https://pypi.org/project/natto-py)|9.13667639172302e-07| +|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.13667639172302e-07| +|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.13667639172302e-07| +|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.13667639172302e-07| +|cran|starsdata|9.120207617366082e-07| +|cran|ncdfgeom|9.120207617366082e-07| +|cran|cubelyr|9.120207617366082e-07| +|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.111954035811905e-07| +|cran|vtreat|9.111954035811904e-07| +|cran|smotefamily|9.111954035811904e-07| +|cran|bestNormalize|9.111954035811904e-07| +|cran|mlr3learners|9.111954035811904e-07| +|cran|mlr3filters|9.111954035811904e-07| +|cran|bbotk|9.111954035811904e-07| +|cran|alr4|9.111954035811904e-07| +|cran|carData|9.111954035811904e-07| +|cran|compositions|9.088649805541285e-07| +|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.079940143722974e-07| +|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.008080389516221e-07| +|rubygems|coffee-script-source|8.974809829660652e-07| +|cran|[Momocs](https://github.com/MomX/Momocs/)|8.973894126178509e-07| +|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.97389412617846e-07| +|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.973894126178409e-07| +|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.973894126178409e-07| +|pypi|[cspy](https://github.com/torressa/cspy)|8.973894126178409e-07| +|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.973894126178409e-07| +|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.973894126178409e-07| +|pypi|[genshi](https://github.com/edgewall/genshi)|8.973894126178409e-07| +|pypi|[multiqc](http://multiqc.info)|8.973894126178409e-07| +|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.973894126178409e-07| +|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.973894126178409e-07| +|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.973894126178409e-07| +|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.973894126178409e-07| +|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.973894126178409e-07| +|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.973894126178409e-07| +|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.973894126178409e-07| +|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.973894126178409e-07| +|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.973894126178409e-07| +|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.973894126178409e-07| +|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.973894126178409e-07| +|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.973894126178409e-07| +|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.973894126178409e-07| +|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.973894126178409e-07| +|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.973894126178409e-07| +|npm|[uikit](https://getuikit.com)|8.973894126178409e-07| +|cran|leaflet.minicharts|8.973894126178409e-07| +|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.973894126178409e-07| +|cran|[metR](https://github.com/eliocamp/metR)|8.973894126178409e-07| +|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.973894126178409e-07| +|cran|[LiblineaR]()|8.973894126178399e-07| +|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.973894126178391e-07| +|pypi|[COFFEE](UNKNOWN)|8.973894126178391e-07| +|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.973894126178391e-07| +|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.973894126178391e-07| +|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.973894126178391e-07| +|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.973894126178391e-07| +|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.973894126178391e-07| +|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.973894126178391e-07| +|pypi|[easybuild](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-easyblocks](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-framework](https://easybuild.io)|8.973894126178391e-07| +|npm|[tailwindcss](https://tailwindcss.com)|8.973894126178391e-07| +|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.973894126178391e-07| +|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.973894126178391e-07| +|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.973894126178391e-07| +|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.973894126178391e-07| +|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.973894126178391e-07| +|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.973894126178391e-07| +|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.973894126178391e-07| +|pypi|[pesummary](https://pypi.org/project/pesummary)|8.906421238011635e-07| +|pypi|[littleutils](https://pypi.org/project/littleutils)|8.906421238011635e-07| +|cran|qap|8.884155184916607e-07| +|cran|biomaRt|8.884155184916606e-07| +|cran|[tune](https://tune.tidymodels.org/)|8.801980445600267e-07| +|rubygems|sdoc|8.774474256707759e-07| +|rubygems|generator_spec|8.774474256707759e-07| +|rubygems|codecov|8.774474256707759e-07| +|rubygems|tilt|8.774474256707759e-07| +|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.742032746841693e-07| +|pypi|[jsonref](https://pypi.org/project/jsonref)|8.731356447092487e-07| +|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.731356447092487e-07| +|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.731356447092487e-07| +|pypi|[promise](https://pypi.org/project/promise)|8.731356447092487e-07| +|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.709956063643732e-07| +|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.709956063643732e-07| +|pypi|[punch.py](https://pypi.org/project/punch.py)|8.709956063643732e-07| +|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.709956063643732e-07| +|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.709956063643732e-07| +|pypi|[oedialect](https://pypi.org/project/oedialect)|8.709956063643732e-07| +|pypi|[testresources](https://pypi.org/project/testresources)|8.686729514140682e-07| +|pypi|[oslotest](https://pypi.org/project/oslotest)|8.686729514140682e-07| +|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.686729514140682e-07| +|pypi|[betamax](https://pypi.org/project/betamax)|8.686729514140682e-07| +|pypi|[cugraph](https://pypi.org/project/cugraph)|8.54245690857366e-07| +|pypi|[cuml](https://pypi.org/project/cuml)|8.54245690857366e-07| +|cran|dblog|8.497887568181101e-07| +|pypi|[bioframe](https://github.com/open2c/bioframe)|8.475344452501835e-07| +|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.475344452501835e-07| +|spack|[glog](https://github.com/google/glog)|8.4670628964607e-07| +|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.461100176111053e-07| +|npm|babel-plugin-unassert|8.461100176111053e-07| +|npm|babel-preset-power-assert|8.461100176111053e-07| +|npm|eslint-config-mysticatea|8.461100176111053e-07| +|npm|if-node-version|8.461100176111053e-07| +|npm|power-assert|8.461100176111053e-07| +|npm|glob2base|8.461100176111053e-07| +|npm|shell-quote|8.461100176111053e-07| +|npm|subarg|8.461100176111053e-07| +|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.461100176111053e-07| +|pypi|[clize](https://github.com/epsy/clize)|8.375634517766521e-07| +|pypi|[tvtk](https://pypi.org/project/tvtk)|8.361557821097981e-07| +|pypi|[docrepr](https://pypi.org/project/docrepr)|8.341929751095404e-07| +|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.227877543051578e-07| +|cran|bcpa|8.226069615663524e-07| +|cran|amt|8.226069615663524e-07| +|cran|circular|8.226069615663524e-07| +|npm|batch|8.200758632230714e-07| +|pypi|[sybil](https://pypi.org/project/sybil)|8.143808919506888e-07| +|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.143808919506888e-07| +|rubygems|stringex|8.143808919506888e-07| +|cran|genlasso|8.131949826010623e-07| +|cran|L0Learn|8.131949826010623e-07| +|cran|mixsqp|8.131949826010623e-07| +|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.094100584396244e-07| +|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.094100584396244e-07| +|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.066490401178507e-07| +|rubygems|search_ui|8.06237083031182e-07| +|rubygems|pstree|8.06237083031182e-07| +|rubygems|mize|8.06237083031182e-07| +|rubygems|infobar|8.06237083031182e-07| +|rubygems|rspec_junit_formatter|8.058190643915289e-07| +|npm|sendgrid-rest|8.03087474342744e-07| +|npm|system-sleep|8.03087474342744e-07| +|npm|lodash.chunk|8.03087474342744e-07| +|npm|mailparser|8.03087474342744e-07| +|npm|async.ensureasync|8.03087474342744e-07| +|npm|bottleneck|8.03087474342744e-07| +|npm|mocha-sinon|8.03087474342744e-07| +|npm|async.queue|8.03087474342744e-07| +|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|7.984934365334244e-07| +|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.968817984046448e-07| +|cran|slider|7.897026831036982e-07| +|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.88913769334376e-07| +|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.852958600953071e-07| +|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.809215056581034e-07| +|cran|[scattermore](https://github.com/exaexa/scattermore)|7.804760032274872e-07| +|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.793118583260181e-07| +|npm|material-components-web|7.793118583260181e-07| +|npm|foundation-sites|7.793118583260181e-07| +|npm|enhanced-resolve|7.793118583260181e-07| +|npm|bootstrap-sass|7.793118583260181e-07| +|npm|neo-async|7.793118583260181e-07| +|npm|klona|7.793118583260181e-07| +|cran|NetSwan|7.725352334710092e-07| +|cran|netrankr|7.725352334710092e-07| +|cran|fortunes|7.697643219724441e-07| +|npm|typescript3|7.691909251010049e-07| +|npm|node-qunit|7.691909251010049e-07| +|npm|load-grunt-tasks|7.691909251010049e-07| +|npm|karma-sauce-launcher|7.691909251010049e-07| +|npm|karma-qunit|7.691909251010049e-07| +|npm|grunt-string-replace|7.691909251010049e-07| +|npm|grunt-nuget|7.691909251010049e-07| +|npm|grunt-karma|7.691909251010049e-07| +|npm|grunt-exec|7.691909251010049e-07| +|npm|grunt-env|7.691909251010049e-07| +|npm|grunt-contrib-copy|7.691909251010049e-07| +|npm|grunt-contrib-concat|7.691909251010049e-07| +|npm|grunt-benchmark|7.691909251010049e-07| +|cran|mail|7.691909251010049e-07| +|cran|bibtex|7.691909251010049e-07| +|cran|synchronicity|7.691909251010049e-07| +|cran|doMPI|7.691909251010049e-07| +|cran|rngtools|7.691909251010049e-07| +|pypi|[dcor](https://pypi.org/project/dcor)|7.658754469755695e-07| +|cran|waveslim|7.658754469755695e-07| +|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.655797001005305e-07| +|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.597897026831075e-07| +|npm|random-buffer|7.593295029843253e-07| +|npm|nock|7.593295029843253e-07| +|npm|is-zip|7.593295029843253e-07| +|npm|p-event|7.593295029843253e-07| +|npm|make-dir|7.593295029843253e-07| +|npm|got|7.593295029843253e-07| +|npm|filenamify|7.593295029843253e-07| +|npm|ext-name|7.593295029843253e-07| +|npm|decompress|7.593295029843253e-07| +|npm|archive-type|7.593295029843253e-07| +|npm|watch|7.593295029843253e-07| +|npm|unminified-webpack-plugin|7.593295029843253e-07| +|npm|jsonpath|7.593295029843253e-07| +|npm|jest-cli|7.593295029843253e-07| +|npm|globify|7.593295029843253e-07| +|npm|codacy-coverage|7.593295029843253e-07| +|npm|cash-cat|7.593295029843253e-07| +|npm|biased-opener|7.593295029843253e-07| +|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.593295029843253e-07| +|npm|package-yaml|7.593295029843253e-07| +|npm|json-loader|7.593295029843253e-07| +|npm|isparta-loader|7.593295029843253e-07| +|npm|isparta|7.593295029843253e-07| +|npm|gatsby|7.593295029843253e-07| +|npm|enzyme-adapter-react-16|7.593295029843253e-07| +|npm|enzyme|7.593295029843253e-07| +|npm|conventional-changelog|7.593295029843253e-07| +|npm|chai-enzyme|7.593295029843253e-07| +|npm|babel-plugin-__coverage__|7.593295029843253e-07| +|npm|add-stream|7.593295029843253e-07| +|npm|karma-webpack|7.593295029843253e-07| +|npm|lodash.isequal|7.593295029843253e-07| +|npm|clamp|7.593295029843253e-07| +|cran|[uwot](https://github.com/jlmelville/uwot)|7.555485195436585e-07| +|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.37314544421144e-07| +|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.3294280275562e-07| +|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.3294280275562e-07| +|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.3294280275562e-07| +|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.3294280275562e-07| +|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.3294280275562e-07| +|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.3294280275562e-07| +|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.3294280275562e-07| +|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.3294280275562e-07| +|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.3294280275562e-07| +|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.263868745467761e-07| +|rubygems|letter_opener|7.252371579523761e-07| +|cran|minpack.lm|7.22950442867503e-07| +|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.179115300942848e-07| +|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.179115300942848e-07| +|pypi|[brian2](http://www.briansimulator.org/)|7.179115300942848e-07| +|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.179115300942848e-07| +|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.179115300942848e-07| +|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.179115300942848e-07| +|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.179115300942848e-07| +|cran|Rd2md|7.179115300942848e-07| +|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.179115300942747e-07| +|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.179115300942747e-07| +|pypi|[gala](http://gala.adrian.pw/)|7.179115300942747e-07| +|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.179115300942747e-07| +|pypi|[update_checker](https://github.com/bboe/update_checker)|7.179115300942747e-07| +|pypi|[RagTag](https://github.com/malonge/RagTag)|7.179115300942747e-07| +|pypi|[control](https://python-control.org)|7.179115300942747e-07| +|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.179115300942747e-07| +|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.179115300942747e-07| +|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.179115300942747e-07| +|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.179115300942747e-07| +|pypi|[pyviz](http://pyviz.org)|7.179115300942747e-07| +|pypi|[molsets](https://pypi.org/project/molsets)|7.179115300942747e-07| +|pypi|[bakta](https://github.com/oschwengers/bakta)|7.179115300942747e-07| +|spack|[cereal](https://uscilab.github.io/cereal/)|7.179115300942747e-07| +|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.179115300942747e-07| +|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.179115300942747e-07| +|cran|[hash](http://www.johnhughes.org)|7.179115300942747e-07| +|cran|[leafletR](https://github.com/chgrl/leafletR)|7.179115300942747e-07| +|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.179115300942747e-07| +|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.179115300942747e-07| +|cran|[jfa](https://koenderks.github.io/jfa/)|7.179115300942747e-07| +|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.179115300942712e-07| +|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.179115300942712e-07| +|pypi|[pbcore](UNKNOWN)|7.179115300942712e-07| +|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.179115300942712e-07| +|pypi|[Cigar](https://github.com/brentp/cigar)|7.179115300942712e-07| +|pypi|[statistics](UNKNOWN)|7.179115300942712e-07| +|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.179115300942712e-07| +|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.179115300942712e-07| +|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.179115300942712e-07| +|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.179115300942712e-07| +|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.179115300942712e-07| +|rubygems|ttfunk|7.179115300942711e-07| +|rubygems|ruby-rc4|7.179115300942711e-07| +|rubygems|hashery|7.179115300942711e-07| +|rubygems|Ascii85|7.179115300942711e-07| +|rubygems|afm|7.179115300942711e-07| +|rubygems|morecane|7.179115300942711e-07| +|rubygems|cane|7.179115300942711e-07| +|pypi|[simupy](https://github.com/simupy/simupy)|7.179115300942646e-07| +|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.179115300942646e-07| +|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.179115300942646e-07| +|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.179115300942646e-07| +|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.179115300942646e-07| +|cran|textshaping|7.150661490298732e-07| +|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.150225500938918e-07| +|cran|[fda](http://www.functionaldata.org)|7.122138195379735e-07| +|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.113920343615806e-07| +|cran|R.cache|7.107324147933285e-07| +|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.10163440620294e-07| +|npm|slugify|7.050916813425878e-07| +|npm|serve-handler|7.050916813425878e-07| +|npm|pixelmatch|7.050916813425878e-07| +|npm|magic-string|7.050916813425878e-07| +|npm|dtslint|7.050916813425878e-07| +|npm|cwebp-bin|7.050916813425878e-07| +|npm|zrender|7.050916813425878e-07| +|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.050916813425878e-07| +|npm|rollup-plugin-npm|7.050916813425878e-07| +|npm|native-promise-only|7.050916813425878e-07| +|npm|karma-safari-launcher|7.050916813425878e-07| +|npm|eslint-plugin-prefer-arrow|7.050916813425878e-07| +|npm|cheerio|7.050916813425878e-07| +|npm|babel-plugin-syntax-async-generators|7.050916813425878e-07| +|npm|babel-minify|7.050916813425878e-07| +|cran|tidymodels|6.967964850914987e-07| +|pypi|[sparse](https://github.com/pydata/sparse/)|6.942530819434397e-07| +|pypi|[servicex](https://pypi.org/project/servicex)|6.87362103281749e-07| +|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.87362103281749e-07| +|pypi|[aiostream](https://pypi.org/project/aiostream)|6.87362103281749e-07| +|pypi|[parsl](https://pypi.org/project/parsl)|6.87362103281749e-07| +|pypi|[mplhep](https://pypi.org/project/mplhep)|6.87362103281749e-07| +|pypi|[hist](https://pypi.org/project/hist)|6.87362103281749e-07| +|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.87362103281749e-07| +|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.87362103281749e-07| +|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.87362103281749e-07| +|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.858619082150628e-07| +|cran|psychotree|6.807781750893952e-07| +|cran|psychotools|6.807781750893952e-07| +|cran|coin|6.807781750893952e-07| +|cran|pmml|6.807781750893952e-07| +|cran|inum|6.807781750893952e-07| +|cran|libcoin|6.807781750893952e-07| +|cran|GPfit|6.807781750893952e-07| +|cran|rapportools|6.768880140888842e-07| +|cran|suncalc|6.730420594633793e-07| +|cran|manipulate|6.730420594633793e-07| +|cran|Gmedian|6.730420594633793e-07| +|cran|fasttime|6.730420594633793e-07| +|npm|should-util|6.730420594633792e-07| +|npm|mocha-better-spec-reporter|6.730420594633792e-07| +|npm|should-equal|6.730420594633792e-07| +|npm|eslint-config-shouldjs|6.730420594633792e-07| +|npm|should-type|6.730420594633792e-07| +|npm|should-format|6.730420594633792e-07| +|npm|should-type-adaptors|6.730420594633792e-07| +|npm|svelte-jest|6.679815928508726e-07| +|npm|rollup-plugin-postcss|6.679815928508726e-07| +|pypi|[sciris](http://github.com/sciris/sciris)|6.619851946815224e-07| +|pypi|[iPython](https://ipython.org)|6.598451563366476e-07| +|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.580855692530911e-07| +|rubygems|elasticsearch-transport|6.580855692530819e-07| +|rubygems|elasticsearch-api|6.580855692530819e-07| +|rubygems|ruby-prof|6.580855692530819e-07| +|rubygems|require-prof|6.580855692530819e-07| +|cran|truncdist|6.532467047732798e-07| +|cran|rmutil|6.532467047732798e-07| +|cran|cramer|6.532467047732798e-07| +|cran|yesno|6.532467047732798e-07| +|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.526468455402451e-07| +|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.526468455402451e-07| +|npm|stream-spigot|6.515047135605511e-07| +|npm|polendina|6.515047135605511e-07| +|npm|hundreds|6.515047135605511e-07| +|npm|buffer|6.515047135605511e-07| +|npm|unorm|6.515047135605511e-07| +|npm|iconv|6.515047135605511e-07| +|npm|errto|6.515047135605511e-07| +|npm|grunt-legacy-log-utils|6.515047135605511e-07| +|npm|vuepress-plugin-social-share|6.508538597008502e-07| +|npm|vuepress-plugin-smooth-scroll|6.508538597008502e-07| +|npm|vuepress-plugin-google-adsense|6.508538597008502e-07| +|npm|vuepress-plugin-element-tabs|6.508538597008502e-07| +|npm|vuepress|6.508538597008502e-07| +|npm|vue-eslint-parser|6.508538597008502e-07| +|npm|vue-codemirror|6.508538597008502e-07| +|npm|terser-webpack-plugin|6.508538597008502e-07| +|npm|replace-in-file|6.508538597008502e-07| +|npm|faker|6.508538597008502e-07| +|npm|eslint-plugin-vue|6.508538597008502e-07| +|cran|[kSamples](NA)|6.48114575779552e-07| +|pypi|[geopy](https://github.com/geopy/geopy)|6.450849277625962e-07| +|npm|stream-combiner2|6.449896664249456e-07| +|npm|source-map|6.449896664249456e-07| +|npm|slash|6.449896664249456e-07| +|npm|falafel|6.449896664249456e-07| +|npm|convert-source-map|6.449896664249456e-07| +|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.438612149272048e-07| +|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.375932352636479e-07| +|pypi|[mxnet](https://pypi.org/project/mxnet)|6.368570025029825e-07| +|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.368570025029825e-07| +|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.357177234287375e-07| +|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.357177234287375e-07| +|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.357177234287375e-07| +|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.357177234287375e-07| +|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.357177234287375e-07| +|pypi|[python-framel](https://pypi.org/project/python-framel)|6.357177234287375e-07| +|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.357177234287375e-07| +|cran|graphlayouts|6.34582513208329e-07| +|npm|webpack-manifest-plugin|6.267481611934114e-07| +|npm|script-loader|6.267481611934114e-07| +|npm|recursive-readdir|6.267481611934114e-07| +|npm|react-dev-utils|6.267481611934114e-07| +|npm|output-file-sync|6.267481611934114e-07| +|npm|npm-release|6.267481611934114e-07| +|npm|imports-loader|6.267481611934114e-07| +|npm|fs-promise|6.267481611934114e-07| +|npm|flow-typed|6.267481611934114e-07| +|npm|flow-bin|6.267481611934114e-07| +|npm|find-cache-dir|6.267481611934114e-07| +|npm|filesize|6.267481611934114e-07| +|npm|fake-xml-http-request|6.267481611934114e-07| +|npm|eslint-plugin-flowtype|6.267481611934114e-07| +|npm|eslint-loader|6.267481611934114e-07| +|npm|dmd-clear|6.267481611934114e-07| +|npm|dagre|6.267481611934114e-07| +|npm|child-process-promise|6.267481611934114e-07| +|npm|case-sensitive-paths-webpack-plugin|6.267481611934114e-07| +|npm|babel-plugin-flow-react-proptypes|6.267481611934114e-07| +|pypi|[starry](https://pypi.org/project/starry)|6.212695933508116e-07| +|npm|gulp-marked|6.212695933508116e-07| +|npm|gulp-mocha-phantomjs|6.212695933508116e-07| +|npm|humanize|6.212695933508116e-07| +|npm|chai-jquery|6.212695933508116e-07| +|npm|gulp-iife|6.212695933508116e-07| +|npm|gulp-cache|6.212695933508116e-07| +|npm|gulp-closure-compiler|6.212695933508116e-07| +|npm|drool|6.212695933508116e-07| +|npm|gulp-imagemin|6.212695933508116e-07| +|npm|escodegen|6.212695933508116e-07| +|npm|gulp-zip|6.212695933508116e-07| +|npm|gulp-csso|6.212695933508116e-07| +|npm|gulp-shell|6.212695933508116e-07| +|npm|swig|6.212695933508116e-07| +|npm|vinyl-paths|6.212695933508116e-07| +|npm|gulp-connect|6.212695933508116e-07| +|npm|gulp-css-inline-images|6.212695933508116e-07| +|npm|gulp-front-matter|6.212695933508116e-07| +|npm|gulp-jscs|6.212695933508116e-07| +|npm|gulp-open|6.212695933508116e-07| +|npm|gulp-flatten|6.212695933508116e-07| +|npm|gulp-load-plugins|6.212695933508116e-07| +|npm|gulp-sass|6.212695933508116e-07| +|npm|gulp-size|6.212695933508116e-07| +|npm|gulp-subtree|6.212695933508116e-07| +|npm|gulp-tap|6.212695933508116e-07| +|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.196260229980336e-07| +|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.169552211747644e-07| +|pypi|[ftfy](https://pypi.org/project/ftfy)|6.169552211747644e-07| +|pypi|[fairscale](https://pypi.org/project/fairscale)|6.169552211747644e-07| +|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.169552211747644e-07| +|pypi|[unidic](https://pypi.org/project/unidic)|6.169552211747644e-07| +|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.169552211747644e-07| +|pypi|[ipadic](https://pypi.org/project/ipadic)|6.169552211747644e-07| +|pypi|[fugashi](https://pypi.org/project/fugashi)|6.169552211747644e-07| +|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.169552211747644e-07| +|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.169552211747644e-07| +|pypi|[sigopt](https://pypi.org/project/sigopt)|6.169552211747644e-07| +|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.169552211747644e-07| +|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.169552211747644e-07| +|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.169552211747644e-07| +|npm|node-libs-browser|6.169552211747644e-07| +|npm|module-alias|6.169552211747644e-07| +|npm|mocha-phantomjs-istanbul|6.169552211747644e-07| +|npm|mocha-phantomjs-core|6.169552211747644e-07| +|npm|get-port|6.169552211747644e-07| +|npm|asap|6.169552211747644e-07| +|npm|a-sync-waterfall|6.169552211747644e-07| +|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.159680928208846e-07| +|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.159680928208846e-07| +|npm|[testjs](https://github.com/dcodeIO/test.js)|6.159680928208846e-07| +|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.122813179840476e-07| +|rubygems|[puma](https://puma.io)|6.115612681714486e-07| +|pypi|[dash-testing-stub](https://plotly.com/dash)|6.095475255517397e-07| +|rubygems|actiontext|6.074636023874602e-07| +|rubygems|actionmailbox|6.074636023874602e-07| +|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.048338898230175e-07| +|pypi|[falcon](https://pypi.org/project/falcon)|6.043642982936467e-07| +|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.043642982936467e-07| +|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.027967885406969e-07| +|pypi|[gsd](https://gsd.readthedocs.io)|6.027967885406969e-07| +|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.024432420371516e-07| +|npm|websocket-stream|6.013889663635857e-07| +|npm|https-browserify|6.013889663635857e-07| +|npm|setimmediate|6.013889663635857e-07| +|npm|stream-browserify|6.013889663635857e-07| +|npm|timers-browserify|6.013889663635857e-07| +|npm|bunyan|6.013889663635857e-07| +|pypi|[guizero](https://github.com/lawsie/guizero)|5.982596084118973e-07| +|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.982596084118973e-07| +|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.982596084118973e-07| +|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.982596084118973e-07| +|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.982596084118973e-07| +|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.982596084118973e-07| +|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.982596084118973e-07| +|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.982596084118973e-07| +|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.982596084118973e-07| +|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.982596084118973e-07| +|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.982596084118973e-07| +|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.982596084118973e-07| +|pypi|[persim](https://persim.scikit-tda.org)|5.982596084118973e-07| +|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.982596084118973e-07| +|pypi|[Pandas](https://pandas.pydata.org)|5.982596084118973e-07| +|pypi|[Seaborn](https://seaborn.pydata.org)|5.982596084118973e-07| +|pypi|[Sympy](https://sympy.org)|5.982596084118973e-07| +|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.982596084118973e-07| +|pypi|[wntr](https://github.com/USEPA/WNTR)|5.982596084118973e-07| +|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.982596084118973e-07| +|pypi|[mbo](https://github.com/basf/mbo)|5.982596084118973e-07| +|pypi|[Requests](https://requests.readthedocs.io)|5.982596084118973e-07| +|pypi|[proper](https://pypi.org/project/proper)|5.982596084118973e-07| +|pypi|[qtl](https://pypi.org/project/qtl)|5.982596084118973e-07| +|pypi|[agutil](https://github.com/agraubert/agutil)|5.982596084118973e-07| +|pypi|[yupi](https://github.com/yupidevs/yupi)|5.982596084118973e-07| +|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.982596084118973e-07| +|spack|[tclap](http://tclap.sourceforge.net)|5.982596084118973e-07| +|spack|[itk](https://itk.org/)|5.982596084118973e-07| +|npm|[joi](https://github.com/hapijs/joi#readme)|5.982596084118973e-07| +|npm|[pm2](http://pm2.keymetrics.io/)|5.982596084118973e-07| +|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.982596084118973e-07| +|cran|[osqp](https://osqp.org)|5.982596084118973e-07| +|cran|[wdman](https://github.com/ropensci/wdman)|5.982596084118973e-07| +|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.982596084118973e-07| +|cran|[biblio](https://github.com/kamapu/biblio)|5.982596084118973e-07| +|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.982596084118973e-07| +|cran|[nplr](https://github.com/fredcommo/nplr)|5.982596084118973e-07| +|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.982596084118973e-07| +|cran|Ecume|5.982596084118973e-07| +|cran|[cpp11](https://cpp11.r-lib.org)|5.982596084118973e-07| +|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.982596084118928e-07| +|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.982596084118928e-07| +|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.982596084118928e-07| +|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.982596084118928e-07| +|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.982596084118928e-07| +|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.982596084118928e-07| +|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.982596084118928e-07| +|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.982596084118928e-07| +|npm|its-set|5.982596084118926e-07| +|npm|babel-plugin-transform-es2015-modules-umd|5.982596084118926e-07| +|npm|eslint-plugin-babel|5.982596084118926e-07| +|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.922770123277738e-07| +|spack|ant|5.90309314612399e-07| +|spack|ceres-solver|5.90309314612399e-07| +|spack|clp|5.90309314612399e-07| +|spack|gdal|5.90309314612399e-07| +|spack|ipp|5.90309314612399e-07| +|spack|jasper|5.90309314612399e-07| +|spack|onnx|5.90309314612399e-07| +|spack|openexr|5.90309314612399e-07| +|spack|openjpeg|5.90309314612399e-07| +|spack|libwebp|5.90309314612399e-07| +|spack|tesseract|5.90309314612399e-07| +|spack|leptonica|5.90309314612399e-07| +|spack|libdc1394|5.90309314612399e-07| +|npm|pretty-hrtime|5.863542422044959e-07| +|npm|utf8|5.863542422044959e-07| +|pypi|[distrax](https://github.com/deepmind/distrax)|5.845851030767692e-07| +|pypi|[json-logging](https://pypi.org/project/json-logging)|5.835241500766243e-07| +|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.827203978037935e-07| +|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.827203978037935e-07| +|rubygems|[redis](https://github.com/redis/redis-rb)|5.796343192824635e-07| +|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.783176214648293e-07| +|pypi|[fastai](https://pypi.org/project/fastai)|5.778312315392916e-07| +|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.778312315392916e-07| +|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.778312315392916e-07| +|pypi|[gradio](https://pypi.org/project/gradio)|5.778312315392916e-07| +|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.778312315392916e-07| +|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.778312315392916e-07| +|cran|locatexec|5.69497127238244e-07| +|cran|doconv|5.69497127238244e-07| +|cran|equatags|5.69497127238244e-07| +|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.640733450740703e-07| +|rubygems|warning|5.640733450740702e-07| +|rubygems|minitest-stub-const|5.640733450740702e-07| +|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.583756345177639e-07| +|cran|mixtools|5.56128650073027e-07| +|cran|enrichR|5.56128650073027e-07| +|cran|metap|5.56128650073027e-07| +|cran|monocle|5.56128650073027e-07| +|cran|Rfast2|5.56128650073027e-07| +|cran|rtracklayer|5.56128650073027e-07| +|cran|GenomeInfoDb|5.56128650073027e-07| +|cran|GenomicRanges|5.56128650073027e-07| +|cran|BiocGenerics|5.56128650073027e-07| +|cran|DESeq2|5.56128650073027e-07| +|cran|MAST|5.56128650073027e-07| +|cran|SingleCellExperiment|5.56128650073027e-07| +|cran|SummarizedExperiment|5.56128650073027e-07| +|cran|S4Vectors|5.56128650073027e-07| +|cran|rsvd|5.56128650073027e-07| +|cran|sctransform|5.56128650073027e-07| +|cran|leiden|5.56128650073027e-07| +|cran|ica|5.56128650073027e-07| +|npm|[string-random](https://github.com/maichong/string-random#readme)|5.555267792396195e-07| +|pypi|[APLpy](http://aplpy.github.io)|5.522396385340582e-07| +|spack|[casacore](https://github.com/casacore/casacore)|5.522396385340582e-07| +|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|babel-plugin-minify-replace|5.462927722402137e-07| +|npm|babel-plugin-minify-numeric-literals|5.462927722402137e-07| +|npm|babel-plugin-minify-mangle-names|5.462927722402137e-07| +|npm|babel-plugin-minify-infinity|5.462927722402137e-07| +|npm|babel-plugin-minify-guarded-expressions|5.462927722402137e-07| +|npm|babel-plugin-minify-flip-comparisons|5.462927722402137e-07| +|npm|babel-plugin-minify-dead-code-elimination|5.462927722402137e-07| +|npm|babel-plugin-minify-constant-folding|5.462927722402137e-07| +|npm|babel-plugin-minify-builtins|5.462927722402137e-07| +|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.429205946337926e-07| +|npm|babel-helper-evaluate-path|5.408298445178116e-07| +|npm|esutils|5.408298445178116e-07| +|npm|babel-helper-is-void-0|5.408298445178116e-07| +|cran|whitening|5.384336475707035e-07| +|cran|randtoolbox|5.384336475707035e-07| +|cran|mc2d|5.384336475707035e-07| +|cran|ggExtra|5.384336475707035e-07| +|cran|DiceDesign|5.384336475707035e-07| +|cran|condMVNorm|5.384336475707035e-07| +|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.382199834248414e-07| +|cran|showtextdb|5.362996117724049e-07| +|cran|sysfonts|5.362996117724049e-07| +|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.330493110949964e-07| +|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.330493110949964e-07| +|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.330493110949964e-07| +|npm|tiny-lr|5.330493110949964e-07| +|npm|grunt-jscs|5.330493110949964e-07| +|pypi|[scikit_image](https://scikit-image.org)|5.317863185883508e-07| +|npm|vhost|5.288187610069408e-07| +|npm|pbkdf2-password|5.288187610069408e-07| +|npm|hbs|5.288187610069408e-07| +|npm|cookie-session|5.288187610069408e-07| +|npm|connect-redis|5.288187610069408e-07| +|npm|type-is|5.288187610069408e-07| +|npm|send|5.288187610069408e-07| +|npm|range-parser|5.288187610069408e-07| +|npm|proxy-addr|5.288187610069408e-07| +|npm|path-to-regexp|5.288187610069408e-07| +|npm|merge-descriptors|5.288187610069408e-07| +|npm|encodeurl|5.288187610069408e-07| +|npm|cookie-signature|5.288187610069408e-07| +|npm|cookie|5.288187610069408e-07| +|npm|content-type|5.288187610069408e-07| +|npm|array-flatten|5.288187610069408e-07| +|cran|vars|5.288187610069408e-07| +|cran|systemfit|5.288187610069408e-07| +|cran|poLCA|5.288187610069408e-07| +|cran|orcutt|5.288187610069408e-07| +|cran|muhaz|5.288187610069408e-07| +|cran|modeltests|5.288187610069408e-07| +|cran|lsmeans|5.288187610069408e-07| +|cran|lmodel2|5.288187610069408e-07| +|cran|Kendall|5.288187610069408e-07| +|cran|joineRML|5.288187610069408e-07| +|cran|gmm|5.288187610069408e-07| +|cran|glmnetUtils|5.288187610069408e-07| +|cran|ergm|5.288187610069408e-07| +|cran|cmprsk|5.288187610069408e-07| +|cran|btergm|5.288187610069408e-07| +|cran|binGroup|5.288187610069408e-07| +|cran|AUC|5.288187610069408e-07| +|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.257432922407592e-07| +|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.257432922407541e-07| +|cran|diagram|5.235305733968715e-07| +|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.20485859318349e-07| +|pypi|[kfac](http://github.com/tensorflow/kfac)|5.177246611256773e-07| +|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.152475096370368e-07| +|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.127939500673419e-07| +|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.127939500673419e-07| +|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.127939500673419e-07| +|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.127939500673419e-07| +|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.127939500673419e-07| +|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.127939500673419e-07| +|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.127939500673419e-07| +|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.127939500673419e-07| +|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.127939500673419e-07| +|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.127939500673419e-07| +|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.127939500673419e-07| +|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.127939500673419e-07| +|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.127939500673419e-07| +|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.127939500673419e-07| +|pypi|[neomodel](https://neomodel.readthedocs.io)|5.127939500673419e-07| +|pypi|[faker](https://github.com/joke2k/faker)|5.127939500673419e-07| +|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.127939500673419e-07| +|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.127939500673419e-07| +|pypi|[kllr](https://github.com/afarahi/kllr)|5.127939500673419e-07| +|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.127939500673419e-07| +|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.127939500673419e-07| +|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.127939500673419e-07| +|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.127939500673419e-07| +|spack|[armadillo](http://arma.sourceforge.net/)|5.127939500673419e-07| +|spack|[nlopt](https://nlopt.readthedocs.io)|5.127939500673419e-07| +|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.127939500673419e-07| +|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.127939500673419e-07| +|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.127939500673419e-07| +|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.127939500673419e-07| +|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.127939500673419e-07| +|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.127939500673419e-07| +|cran|[msm](https://github.com/chjackson/msm)|5.127939500673419e-07| +|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.127939500673419e-07| +|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.127939500673419e-07| +|cran|[httr2](https://httr2.r-lib.org)|5.127939500673419e-07| +|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.127939500673419e-07| +|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.127939500673419e-07| +|cran|RISmed|5.127939500673419e-07| +|cran|[itsadug](NA)|5.127939500673419e-07| +|cran|sde|5.127939500673419e-07| +|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.127939500673419e-07| +|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.127939500673366e-07| +|pypi|[random](https://www.pytosquatting.org)|5.127939500673366e-07| +|pypi|[sys](https://github.com/stestagg/sys)|5.127939500673366e-07| +|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.127939500673366e-07| +|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.127939500673366e-07| +|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.127939500673366e-07| +|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.063780407014152e-07| +|pypi|[usort](https://pypi.org/project/usort)|5.047815445975344e-07| +|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.000698138447611e-07| +|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.000698138447611e-07| +|rubygems|[stackprof](http://github.com/tmm1/stackprof)|4.998663714942106e-07| +|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.998118247491762e-07| +|pypi|[lightning](https://pypi.org/project/lightning)|4.998118247491762e-07| +|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.998118247491762e-07| +|pypi|[fvcore](https://pypi.org/project/fvcore)|4.998118247491762e-07| +|pypi|[types-redis](https://pypi.org/project/types-redis)|4.998118247491762e-07| +|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.998118247491762e-07| +|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.998118247491762e-07| +|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.970156746806569e-07| +|pypi|[ipytree](https://pypi.org/project/ipytree)|4.881403947756377e-07| +|pypi|[py3Dmol](https://3dmol.org)|4.87681290790429e-07| +|npm|assume|4.832589908278813e-07| +|npm|spawn-sync|4.832589908278813e-07| +|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.82391146703659e-07| +|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.807443281881312e-07| +|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.786076867295142e-07| +|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.786076867295142e-07| +|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.786076867295142e-07| +|cran|[contentid](https://github.com/cboettig/contentid)|4.786076867295098e-07| +|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.7209601752231144e-07| +|pypi|[furl](https://pypi.org/project/furl)|4.7006112089505855e-07| +|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7006112089505855e-07| +|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7006112089505855e-07| +|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7006112089505855e-07| +|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7006112089505855e-07| +|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.675474250613981e-07| +|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6271641588107326e-07| +|pypi|[stregion](https://pypi.org/project/stregion)|4.6271641588107326e-07| +|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6271641588107326e-07| +|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6271641588107326e-07| +|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6271641588107326e-07| +|rubygems|xpath|4.585370418021474e-07| +|rubygems|mini_mime|4.585370418021474e-07| +|rubygems|matrix|4.585370418021474e-07| +|rubygems|webdrivers|4.585370418021474e-07| +|rubygems|selenium_statistics|4.585370418021474e-07| +|rubygems|sauce_whisk|4.585370418021474e-07| +|rubygems|rspec-instafail|4.585370418021474e-07| +|rubygems|launchy|4.585370418021474e-07| +|rubygems|erubi|4.585370418021474e-07| +|cran|thematic|4.580892517222625e-07| +|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.573567662762731e-07| +|pypi|[yajl](https://pypi.org/project/yajl)|4.573567662762731e-07| +|npm|[request-promise](https://github.com/request/request-promise#readme)|4.558168445043025e-07| +|npm|grunt-release|4.53273223720235e-07| +|npm|grunt-jsdoc|4.53273223720235e-07| +|npm|grunt-mocha-istanbul|4.53273223720235e-07| +|npm|help-me-test|4.53273223720235e-07| +|npm|require-dir|4.53273223720235e-07| +|npm|normalize-path|4.5104172477268924e-07| +|npm|homedir-polyfill|4.5104172477268924e-07| +|npm|eslint-config-gulp|4.5104172477268924e-07| +|npm|resolve-dir|4.5104172477268924e-07| +|npm|micromatch|4.5104172477268924e-07| +|npm|is-glob|4.5104172477268924e-07| +|npm|detect-file|4.5104172477268924e-07| +|pypi|[tinygp](https://github.com/dfm/tinygp)|4.50454293392482e-07| +|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4869470630892043e-07| +|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4869470630892043e-07| +|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4869470630892043e-07| +|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4869470630892043e-07| +|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4869470630892043e-07| +|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4869470630892043e-07| +|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4869470630892043e-07| +|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4869470630892043e-07| +|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4869470630892043e-07| +|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4869470630892043e-07| +|pypi|[tatter](https://github.com/afarahi/tatter)|4.4869470630892043e-07| +|pypi|[pepita](https://pypi.org/project/pepita)|4.4869470630892043e-07| +|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4869470630892043e-07| +|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4869470630892043e-07| +|pypi|[plotly_express](https://plotly.express/)|4.4869470630892043e-07| +|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4869470630892043e-07| +|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4869470630892043e-07| +|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4869470630892043e-07| +|pypi|[clint](https://github.com/kennethreitz/clint)|4.4869470630892043e-07| +|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4869470630892043e-07| +|pypi|[sgdml](http://www.sgdml.org)|4.4869470630892043e-07| +|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4869470630892043e-07| +|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4869470630892043e-07| +|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4869470630892043e-07| +|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4869470630892043e-07| +|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4869470630892043e-07| +|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4869470630892043e-07| +|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4869470630892043e-07| +|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4869470630892043e-07| +|npm|[vuetify](https://vuetifyjs.com)|4.4869470630892043e-07| +|cran|Rlabkey|4.4869470630892043e-07| +|cran|[fishtree](https://fishtreeoflife.org/)|4.4869470630892043e-07| +|cran|ggvenn|4.4869470630892043e-07| +|cran|COUNT|4.4869470630892043e-07| +|pypi|[findiff](https://github.com/maroba/findiff)|4.4869470630891953e-07| +|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.4869470630891953e-07| +|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.4869470630891953e-07| +|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.4869470630891953e-07| +|npm|[gpu.js](http://gpu.rocks/)|4.486947063089154e-07| +|go|[golang.org/x/net](https://golang.org/x/net)|4.4804723920024863e-07| +|pypi|[blessed](https://github.com/jquast/blessed)|4.4719905728789295e-07| +|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.4420775924583305e-07| +|cran|QSARdata|4.3872371283538796e-07| +|cran|dimRed|4.3872371283538796e-07| +|cran|ddalpha|4.3872371283538796e-07| +|pypi|[time-machine](https://pypi.org/project/time-machine)|4.370342177921709e-07| +|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.3594104699372577e-07| +|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.3587485755723967e-07| +|npm|karma-tap-reporter|4.2661009291316234e-07| +|npm|karma-spec-reporter|4.2661009291316234e-07| +|npm|karma-html-reporter|4.2661009291316234e-07| +|npm|karma-chai-sinon|4.2661009291316234e-07| +|npm|eslint-plugin-mocha|4.2661009291316234e-07| +|npm|eslint-config-nfl|4.2661009291316234e-07| +|npm|babel-plugin-transform-class-properties|4.2661009291316234e-07| +|npm|react-side-effect|4.2661009291316234e-07| +|npm|react-fast-compare|4.2661009291316234e-07| +|rubygems|webpacker|4.2661009291316234e-07| +|rubygems|rubocop-discourse|4.2661009291316234e-07| +|rubygems|dalli|4.2661009291316234e-07| +|go|[github.com/fatih/color](https://github.com/fatih/color)|4.261176788033121e-07| +|pypi|[playwright](https://pypi.org/project/playwright)|4.245713350019884e-07| +|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1955868641873225e-07| +|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.190639238168211e-07| +|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.190639238168211e-07| +|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.1327144002137464e-07| +|npm|tslint-config-semistandard|4.113034807831762e-07| +|npm|eslint-plugin-dependencies|4.113034807831762e-07| +|npm|eslint-config-semistandard|4.113034807831762e-07| +|npm|doctoc|4.113034807831762e-07| +|npm|snappy|4.113034807831762e-07| +|npm|optional|4.113034807831762e-07| +|npm|nested-error-stacks|4.113034807831762e-07| +|npm|denque|4.113034807831762e-07| +|npm|buffermaker|4.113034807831762e-07| +|npm|buffer-crc32|4.113034807831762e-07| +|npm|binary|4.113034807831762e-07| +|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.1057031949835866e-07| +|npm|safe-publish-latest|4.0736189458417613e-07| +|npm|object-keys|4.0736189458417613e-07| +|npm|npmignore|4.0736189458417613e-07| +|npm|mv|4.0736189458417613e-07| +|npm|eclint|4.0736189458417613e-07| +|npm|copy-dir|4.0736189458417613e-07| +|npm|aud|4.0736189458417613e-07| +|npm|array.prototype.map|4.0736189458417613e-07| +|npm|supports-preserve-symlinks-flag|4.0736189458417613e-07| +|npm|path-parse|4.0736189458417613e-07| +|npm|is-core-module|4.0736189458417613e-07| +|rubygems|hashdiff|4.071904459753444e-07| +|rubygems|crack|4.071904459753444e-07| +|rubygems|patron|4.071904459753444e-07| +|rubygems|httpclient|4.071904459753444e-07| +|rubygems|http|4.071904459753444e-07| +|rubygems|excon|4.071904459753444e-07| +|rubygems|em-http-request|4.071904459753444e-07| +|rubygems|curb|4.071904459753444e-07| +|rubygems|async-http|4.071904459753444e-07| +|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.0246555474981617e-07| +|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.9883973894126313e-07| +|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.9883973894126313e-07| +|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.9883973894126313e-07| +|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.9883973894126313e-07| +|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.9883973894126313e-07| +|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.9883973894126313e-07| +|pypi|[fleck](https://github.com/bmorris3/fleck)|3.9883973894126313e-07| +|pypi|[modAL](https://modAL-python.github.io/)|3.9883973894126313e-07| +|pypi|[sk-video](http://scikit-video.org/)|3.9883973894126313e-07| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.9883973894126313e-07| +|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.9883973894126313e-07| +|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.9883973894126313e-07| +|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.9883973894126313e-07| +|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.9883973894126313e-07| +|pypi|[injector](https://github.com/alecthomas/injector)|3.9883973894126313e-07| +|pypi|[yabox](https://github.com/pablormier/yabox)|3.9883973894126313e-07| +|pypi|[htof](https://pypi.org/project/htof)|3.9883973894126313e-07| +|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.9883973894126313e-07| +|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.9883973894126313e-07| +|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.9883973894126313e-07| +|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.9883973894126313e-07| +|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.9883973894126313e-07| +|pypi|[acor](http://github.com/dfm/acor)|3.9883973894126313e-07| +|pypi|[retriever](https://github.com/weecology/retriever)|3.9883973894126313e-07| +|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.9883973894126313e-07| +|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.9883973894126313e-07| +|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.9883973894126313e-07| +|pypi|[dca](https://github.com/theislab/dca)|3.9883973894126313e-07| +|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.9883973894126313e-07| +|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.9883973894126313e-07| +|pypi|[publib](https://github.com/erwanp/publib)|3.9883973894126313e-07| +|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.9883973894126313e-07| +|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.9883973894126313e-07| +|npm|[rjsf](https://www.rjsf.io/)|3.9883973894126313e-07| +|npm|[config](http://github.com/node-config/node-config.git)|3.9883973894126313e-07| +|npm|[line-height](https://github.com/twolfson/line-height)|3.9883973894126313e-07| +|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.9883973894126313e-07| +|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.9883973894126313e-07| +|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.9883973894126313e-07| +|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.9883973894126313e-07| +|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.9883973894126313e-07| +|cran|[babette](https://docs.ropensci.org/babette/)|3.9883973894126313e-07| +|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.9883973894126313e-07| +|cran|treeman|3.9883973894126313e-07| +|cran|[treemapify](https://wilkox.org/treemapify/)|3.9883973894126313e-07| +|cran|[restez](https://github.com/ropensci/restez#readme)|3.9883973894126313e-07| +|cran|[spocc](https://github.com/ropensci/spocc)|3.9883973894126313e-07| +|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.9883973894126313e-07| +|cran|[memuse](https://github.com/shinra-dev/memuse)|3.9883973894126313e-07| +|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.9883973894126313e-07| +|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.9883973894126313e-07| +|cran|[minerva](https://www.r-project.org)|3.9883973894126313e-07| +|cran|mcclust|3.9883973894126313e-07| +|cran|[rdist](https://github.com/blasern/rdist)|3.9883973894126313e-07| +|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.9883973894126313e-07| +|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.9883973894126313e-07| +|cran|[corrr](https://github.com/tidymodels/corrr)|3.9883973894126313e-07| +|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.9883973894126313e-07| +|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.9883973894126313e-07| +|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|3.9883973894126313e-07| +|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|3.9883973894126313e-07| +|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.988397389412618e-07| +|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.988397389412618e-07| +|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.988397389412618e-07| +|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.988397389412618e-07| +|pypi|[vmad](https://pypi.org/project/vmad)|3.988397389412618e-07| +|pypi|[abopt](https://pypi.org/project/abopt)|3.988397389412618e-07| +|pypi|[fastpm](https://pypi.org/project/fastpm)|3.988397389412618e-07| +|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9485134155185156e-07| +|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9485134155185156e-07| +|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8668727936313145e-07| +|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8240494056814964e-07| +|pypi|[panflute](https://pypi.org/project/panflute)|3.8240494056814964e-07| +|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8240494056814964e-07| +|cran|shinycustomloader|3.8041507708799666e-07| +|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7966475149216265e-07| +|pypi|[pypng](https://pypi.org/project/pypng)|3.7966475149216265e-07| +|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7966475149216265e-07| +|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7966475149216265e-07| +|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.778481737338288e-07| +|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.695603668015939e-07| +|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.667059463379255e-07| +|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.644781614324761e-07| +|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.644781614324761e-07| +|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.644781614324761e-07| +|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.644781614324761e-07| +|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.644781614324761e-07| +|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.644781614324761e-07| +|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.644781614324761e-07| +|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.644781614324761e-07| +|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.644781614324761e-07| +|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.644781614324761e-07| +|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.644781614324761e-07| +|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.644781614324761e-07| +|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.644781614324761e-07| +|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.644781614324761e-07| +|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.644781614324761e-07| +|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.644781614324761e-07| +|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.644781614324761e-07| +|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.644781614324761e-07| +|rubygems|rspec-extra-formatters|3.6261857897618803e-07| +|rubygems|paranoia|3.6261857897618803e-07| +|rubygems|paper_trail|3.6261857897618803e-07| +|rubygems|discard|3.6261857897618803e-07| +|rubygems|database_cleaner|3.6261857897618803e-07| +|rubygems|after_commit_action|3.6261857897618803e-07| +|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.589557650471424e-07| +|pypi|[pypka](https://pypka.org)|3.589557650471424e-07| +|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.589557650471424e-07| +|pypi|[clldutils](https://github.com/clld/clldutils)|3.589557650471424e-07| +|cran|scatterpie|3.589557650471424e-07| +|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.5895576504713735e-07| +|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.5895576504713735e-07| +|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.5895576504713735e-07| +|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.5895576504713735e-07| +|pypi|[cora](https://heycora.com)|3.5895576504713735e-07| +|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.5895576504713735e-07| +|pypi|[slab](http://github.com/DrMarc/slab.git)|3.5895576504713735e-07| +|pypi|[libroadrunner](http://libroadrunner.org)|3.5895576504713735e-07| +|pypi|[muse-origin](https://github.com/musevlt/origin)|3.5895576504713735e-07| +|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.5895576504713735e-07| +|pypi|[fsps](https://github.com/dfm/python-fsps)|3.5895576504713735e-07| +|pypi|[st-pages](https://pypi.org/project/st-pages)|3.5895576504713735e-07| +|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.5895576504713735e-07| +|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.5895576504713735e-07| +|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.5895576504713735e-07| +|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.5895576504713735e-07| +|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.5895576504713735e-07| +|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.5895576504713735e-07| +|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.5895576504713735e-07| +|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.5895576504713735e-07| +|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.5895576504713735e-07| +|cran|pmsampsize|3.5895576504713735e-07| +|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.5895576504713735e-07| +|cran|[scrapeR](http://www.ryanacton.com)|3.5895576504713735e-07| +|cran|ggm|3.5895576504713735e-07| +|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.5895576504713735e-07| +|cran|[jmvcore](https://www.jamovi.org)|3.5895576504713735e-07| +|cran|[liger](https://github.com/JEFworks/liger)|3.5895576504713735e-07| +|cran|[drat](https://github.com/eddelbuettel/drat)|3.5895576504713735e-07| +|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.589557650471356e-07| +|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.589557650471356e-07| +|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.589557650471356e-07| +|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.589557650471356e-07| +|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.589557650471356e-07| +|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.589557650471356e-07| +|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.589557650471356e-07| +|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.589557650471323e-07| +|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.589557650471323e-07| +|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.589557650471323e-07| +|cran|[cowsay](https://github.com/sckott/cowsay)|3.589557650471323e-07| +|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5115237885045884e-07| +|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.369081024596994e-07| +|go|github.com/opencontainers/go-digest|3.34920529009826e-07| +|go|github.com/opencontainers/image-spec|3.34920529009826e-07| +|pypi|[grpcio-reflection](https://grpc.io)|3.3203408266860294e-07| +|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.263234227701276e-07| +|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.2632342277012325e-07| +|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.2632342277012325e-07| +|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.2632342277012325e-07| +|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.2632342277012325e-07| +|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.2632342277012325e-07| +|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.2632342277012325e-07| +|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2632342277012257e-07| +|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2632342277012257e-07| +|pypi|[bravado](https://github.com/Yelp/bravado)|3.2632342277012257e-07| +|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2632342277012257e-07| +|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2632342277012257e-07| +|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2632342277012257e-07| +|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2632342277012257e-07| +|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2632342277012257e-07| +|pypi|[energyflow](https://energyflow.network)|3.2632342277012257e-07| +|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2632342277012257e-07| +|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2632342277012257e-07| +|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2632342277012257e-07| +|pypi|[OpenNMT-py](https://opennmt.net/)|3.2632342277012257e-07| +|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2632342277012257e-07| +|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2632342277012257e-07| +|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2632342277012257e-07| +|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2632342277012257e-07| +|pypi|[amply](http://github.com/willu47/amply)|3.2632342277012257e-07| +|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2632342277012257e-07| +|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2632342277012257e-07| +|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2632342277012257e-07| +|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2632342277012257e-07| +|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2632342277012257e-07| +|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2632342277012257e-07| +|pypi|[fastcluster](http://danifold.net)|3.2632342277012257e-07| +|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2632342277012257e-07| +|pypi|[dask-image](https://github.com/dask/dask-image)|3.2632342277012257e-07| +|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2632342277012257e-07| +|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2632342277012257e-07| +|pypi|[biomaj](http://biomaj.genouest.org)|3.2632342277012257e-07| +|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2632342277012257e-07| +|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2632342277012257e-07| +|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2632342277012257e-07| +|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2632342277012257e-07| +|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2632342277012257e-07| +|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2632342277012257e-07| +|cran|pbs|3.2632342277012257e-07| +|cran|[sofa](https://github.com/ropensci/sofa)|3.2632342277012257e-07| +|cran|[elastic](https://docs.ropensci.org/elastic)|3.2632342277012257e-07| +|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2632342277012257e-07| +|cran|[genie](http://genieclust.gagolewski.com/)|3.2632342277012257e-07| +|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2632342277012257e-07| +|cran|lspline|3.2632342277012257e-07| +|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2632342277012257e-07| +|cran|[irr](https://www.r-project.org)|3.2632342277012257e-07| +|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2632342277012257e-07| +|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2632342277012257e-07| +|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.230601885424231e-07| +|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.230601885424231e-07| +|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.140541299211685e-07| +|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.041153009427131e-07| +|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.012216210185754e-07| +|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.012216210185754e-07| +|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.012216210185754e-07| +|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.012216210185754e-07| +|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.012216210185754e-07| +|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.012216210185754e-07| +|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.012216210185754e-07| +|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.012216210185754e-07| +|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.9912980420594863e-07| +|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.9912980420594863e-07| +|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.9912980420594863e-07| +|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.9912980420594863e-07| +|pypi|[daft](http://daft-pgm.org)|2.9912980420594863e-07| +|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.9912980420594863e-07| +|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.9912980420594863e-07| +|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.9912980420594863e-07| +|pypi|[k2sc](https://github.com/OxES/k2sc)|2.9912980420594863e-07| +|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.9912980420594863e-07| +|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.9912980420594863e-07| +|pypi|[plonk](https://github.com/dmentipl/plonk)|2.9912980420594863e-07| +|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.9912980420594863e-07| +|pypi|[iScore](https://github.com/DeepRank/iScore)|2.9912980420594863e-07| +|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.9912980420594863e-07| +|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.9912980420594863e-07| +|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.9912980420594863e-07| +|npm|[echarts](https://echarts.apache.org)|2.9912980420594863e-07| +|npm|[element-plus](https://element-plus.org/)|2.9912980420594863e-07| +|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.9912980420594863e-07| +|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.9912980420594863e-07| +|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.9912980420594863e-07| +|cran|[strex](https://rorynolan.github.io/strex/)|2.9912980420594863e-07| +|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.9912980420594863e-07| +|cran|[signs](https://benjaminwolfe.github.io/signs)|2.9912980420594863e-07| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.9912980420594863e-07| +|cran|rje|2.9912980420594863e-07| +|cran|[usefun](https://github.com/bblodfon/usefun)|2.9912980420594863e-07| +|cran|rCAT|2.9912980420594863e-07| +|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.991298042059464e-07| +|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.991298042059464e-07| +|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.991298042059464e-07| +|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.991298042059464e-07| +|go|[golang.org/x/tools](https://golang.org/x/tools)|2.991298042059464e-07| +|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.961385061638869e-07| +|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.8762481173648886e-07| +|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.871646120377089e-07| +|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7611981926703417e-07| +|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7611981926703417e-07| +|cran|[repr](https://github.com/IRkernel/repr/)|2.7611981926703417e-07| +|cran|[odin](https://github.com/mrc-ide/odin)|2.7611981926703417e-07| +|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.761198192670291e-07| +|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.761198192670291e-07| +|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.761198192670291e-07| +|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.761198192670291e-07| +|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.761198192670291e-07| +|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.761198192670291e-07| +|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.761198192670291e-07| +|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.761198192670291e-07| +|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.761198192670291e-07| +|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.761198192670291e-07| +|pypi|[einsteinpy](https://einsteinpy.org/)|2.761198192670291e-07| +|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.761198192670291e-07| +|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.761198192670291e-07| +|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.761198192670291e-07| +|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.761198192670291e-07| +|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.761198192670291e-07| +|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.761198192670291e-07| +|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.761198192670291e-07| +|spack|[lua](https://www.lua.org)|2.761198192670291e-07| +|cran|R2jags|2.761198192670291e-07| +|cran|[bib2df](https://github.com/ropensci/bib2df)|2.761198192670291e-07| +|cran|[plumber](https://www.rplumber.io)|2.761198192670291e-07| +|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.761198192670291e-07| +|cran|[likert](http://jason.bryer.org/likert)|2.761198192670291e-07| +|cran|[pwr](https://github.com/heliosdrm/pwr)|2.761198192670291e-07| +|cran|[waiter](https://waiter.john-coene.com/)|2.761198192670291e-07| +|npm|[aws-amplify](https://aws-amplify.github.io/)|2.7611981926702745e-07| +|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.7611981926702745e-07| +|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.755481426225822e-07| +|pypi|[outcome](https://github.com/python-trio/outcome)|2.7314824406919885e-07| +|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5639697503367097e-07| +|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5639697503367097e-07| +|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5639697503367097e-07| +|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5639697503367097e-07| +|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5639697503367097e-07| +|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5639697503367097e-07| +|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5639697503367097e-07| +|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5639697503367097e-07| +|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5639697503367097e-07| +|pypi|[cloup](https://github.com/janLuke/cloup)|2.5639697503367097e-07| +|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5639697503367097e-07| +|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5639697503367097e-07| +|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5639697503367097e-07| +|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5639697503367097e-07| +|pypi|[dace-query](https://dace.unige.ch/)|2.5639697503367097e-07| +|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5639697503367097e-07| +|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5639697503367097e-07| +|pypi|[dash_auth](https://plotly.com/dash)|2.5639697503367097e-07| +|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5639697503367097e-07| +|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5639697503367097e-07| +|spack|[opencv](https://opencv.org/)|2.5639697503367097e-07| +|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5639697503367097e-07| +|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5639697503367097e-07| +|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5639697503367097e-07| +|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5639697503367097e-07| +|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5639697503367097e-07| +|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5639697503367097e-07| +|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5639697503367097e-07| +|npm|[cpx](https://github.com/mysticatea/cpx)|2.5639697503367097e-07| +|npm|tls|2.5639697503367097e-07| +|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5639697503367097e-07| +|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5639697503367097e-07| +|cran|[anomalize](https://github.com/business-science/anomalize)|2.5639697503367097e-07| +|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5639697503367097e-07| +|cran|[depmixS4](https://depmix.github.io/)|2.5639697503367097e-07| +|cran|GeoLight|2.5639697503367097e-07| +|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5639697503367097e-07| +|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5639697503367097e-07| +|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5639697503367097e-07| +|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5639697503367097e-07| +|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5639697503367097e-07| +|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5639697503367097e-07| +|cran|sphereplot|2.5639697503367097e-07| +|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5212369211644195e-07| +|pypi|[retry](https://github.com/invl/retry)|2.5212369211644195e-07| +|go|github.com/docker/distribution|2.514424441151433e-07| +|go|golang.org/x/sync|2.514424441151433e-07| +|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.3930384336475705e-07| +|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.3930384336475705e-07| +|npm|[cesium](http://cesium.com/cesiumjs/)|2.3930384336475705e-07| +|pypi|[ficus](https://github.com/camillescott/ficus)|2.393038433647549e-07| +|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.393038433647549e-07| +|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.393038433647549e-07| +|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.393038433647549e-07| +|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.393038433647549e-07| +|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.393038433647549e-07| +|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.393038433647549e-07| +|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.393038433647549e-07| +|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.393038433647549e-07| +|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.393038433647549e-07| +|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.393038433647549e-07| +|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.393038433647549e-07| +|cran|[COVID19](https://covid19datahub.io)|2.393038433647549e-07| +|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.393038433647549e-07| +|cran|[iotools](http://www.rforge.net/iotools)|2.393038433647549e-07| +|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.393038433647549e-07| +|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.393038433647549e-07| +|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3691080493110893e-07| +|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2434735315446273e-07| +|pypi|[frites](https://github.com/brainets/frites)|2.2434735315446022e-07| +|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2434735315446022e-07| +|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2434735315446022e-07| +|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2434735315446022e-07| +|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2434735315446022e-07| +|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2434735315446022e-07| +|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2434735315446022e-07| +|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2434735315446022e-07| +|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2434735315446022e-07| +|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2434735315446022e-07| +|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2434735315446022e-07| +|pypi|[pirecorder](https://github.com/jollejolles)|2.2434735315446022e-07| +|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2434735315446022e-07| +|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2434735315446022e-07| +|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2434735315446022e-07| +|npm|express-flash|2.2434735315446022e-07| +|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2434735315446022e-07| +|cran|[rplos](https://docs.ropensci.org/rplos)|2.2434735315446022e-07| +|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2434735315446022e-07| +|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2434735315446022e-07| +|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2434735315446022e-07| +|cran|ggnewscale|2.2434735315446022e-07| +|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2434735315446022e-07| +|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2434735315446022e-07| +|cran|[stabs](https://github.com/hofnerb/stabs)|2.2434735315446022e-07| +|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2434735315446022e-07| +|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2434735315446022e-07| +|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2434735315446022e-07| +|cran|[sortable](https://rstudio.github.io/sortable/)|2.2434735315446022e-07| +|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2434735315446022e-07| +|cran|[lunar](http://statistics.lazaridis.eu)|2.2434735315446022e-07| +|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2434735315446022e-07| +|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2434735315446022e-07| +|cran|randomcoloR|2.2434735315446022e-07| +|cran|[greta](https://greta-stats.org)|2.2434735315446022e-07| +|cran|shinyMatrix|2.2434735315446022e-07| +|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2434735315446022e-07| +|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2434735315446022e-07| +|cran|[UNF](https://github.com/leeper/UNF)|2.2434735315446022e-07| +|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2434735315445977e-07| +|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2210387962291653e-07| +|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.22103879622914e-07| +|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.213560551124009e-07| +|go|[github.com/docker/docker](https://github.com/docker/docker)|2.209663178837512e-07| +|go|github.com/davecgh/go-spew|2.1518428602957403e-07| +|go|github.com/onsi/ginkgo|2.1518428602957403e-07| +|go|github.com/onsi/gomega|2.1518428602957403e-07| +|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1115045002772712e-07| +|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1115045002772712e-07| +|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1115045002772712e-07| +|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1115045002772712e-07| +|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1115045002772712e-07| +|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1115045002772712e-07| +|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1115045002772712e-07| +|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1115045002772712e-07| +|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1115045002772712e-07| +|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1115045002772712e-07| +|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1115045002772712e-07| +|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1115045002772712e-07| +|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1115045002772712e-07| +|npm|[root](https://github.com/mafintosh/root#readme)|2.1115045002772712e-07| +|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1115045002772712e-07| +|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1115045002772712e-07| +|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.111504500277246e-07| +|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.111504500277246e-07| +|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.111504500277246e-07| +|cran|[wpp2015](http://esa.un.org/wpp)|2.090389455274492e-07| +|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| +|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9941986947063157e-07| +|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9941986947063157e-07| +|pypi|[pymunk](http://www.pymunk.org)|1.9941986947063157e-07| +|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9941986947063157e-07| +|pypi|[kplr](https://github.com/dfm/kplr)|1.9941986947063157e-07| +|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9941986947063157e-07| +|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9941986947063157e-07| +|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9941986947063157e-07| +|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9941986947063157e-07| +|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9941986947063157e-07| +|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9941986947063157e-07| +|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| +|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9941986947063157e-07| +|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9941986947063157e-07| +|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9941986947063157e-07| +|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9941986947063157e-07| +|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9941986947063157e-07| +|cran|[ascii](https://github.com/mclements/ascii)|1.9941986947063157e-07| +|cran|smoother|1.9941986947063157e-07| +|cran|[ptw](https://github.com/rwehrens/ptw)|1.9941986947063157e-07| +|cran|cvTools|1.9941986947063157e-07| +|cran|[FedData](https://github.com/ropensci/FedData)|1.9941986947063157e-07| +|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9941986947063157e-07| +|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9941986947063157e-07| +|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9941986947063157e-07| +|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9941986947063157e-07| +|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9941986947063157e-07| +|go|github.com/bradfitz/gomemcache|1.994198694706309e-07| +|go|github.com/docker/libtrust|1.994198694706309e-07| +|go|github.com/phayes/permbits|1.994198694706309e-07| +|go|github.com/spf13/afero|1.994198694706309e-07| +|go|github.com/spf13/viper|1.994198694706309e-07| +|go|github.com/sylabs/sif|1.994198694706309e-07| +|go|github.com/vmihailenco/msgpack|1.994198694706309e-07| +|go|google.golang.org/appengine|1.994198694706309e-07| +|cran|[longitudinalData](http:www.r-project.org)|1.9742567077592578e-07| +|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.889240868669144e-07| +|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.889240868669144e-07| +|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-r](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.889240868669144e-07| +|cran|[nabor](https://github.com/jefferis/nabor)|1.889240868669144e-07| +|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.889240868669144e-07| +|cran|[turner](http://www.gastonsanchez.com)|1.889240868669144e-07| +|cran|[blocksdesign]()|1.889240868669144e-07| +|cran|shinyhelper|1.889240868669144e-07| +|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.889240868669144e-07| +|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.889240868669135e-07| +|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.889240868669135e-07| +|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.889240868669135e-07| +|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.889240868669135e-07| +|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.889240868669135e-07| +|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.889240868669135e-07| +|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.889240868669135e-07| +|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.889240868669135e-07| +|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.889240868669135e-07| +|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.889240868669135e-07| +|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.889240868669135e-07| +|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.889240868669135e-07| +|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.889240868669135e-07| +|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.889240868669135e-07| +|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.889240868669135e-07| +|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.889240868669135e-07| +|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7947788252356868e-07| +|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7947788252356868e-07| +|cran|[sensitivity](NA)|1.7947788252356868e-07| +|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7947788252356868e-07| +|cran|[symengine](https://github.com/symengine/symengine.R)|1.7947788252356868e-07| +|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.794778825235678e-07| +|go|[github.com/biogo/store](https://github.com/biogo/store)|1.794778825235678e-07| +|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.794778825235678e-07| +|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.794778825235678e-07| +|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.794778825235678e-07| +|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.794778825235678e-07| +|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.794778825235678e-07| +|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.794778825235678e-07| +|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.794778825235678e-07| +|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.794778825235678e-07| +|cran|[dqrng](https://daqana.github.io/dqrng/)|1.7947788252356616e-07| +|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7430721019372244e-07| +|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7093131668911315e-07| +|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7093131668911315e-07| +|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7093131668911315e-07| +|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7093131668911315e-07| +|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7093131668911315e-07| +|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7093131668911315e-07| +|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7093131668911315e-07| +|cran|[desplot](https://kwstat.github.io/desplot/)|1.7093131668911315e-07| +|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7093131668911315e-07| +|cran|PairedData|1.7093131668911315e-07| +|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7093131668911315e-07| +|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.709313166891122e-07| +|pypi|[torchdata](https://github.com/pytorch/data)|1.6922200352222103e-07| +|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6316171138506163e-07| +|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6316171138506163e-07| +|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6316171138506163e-07| +|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6316171138506163e-07| +|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6316171138506163e-07| +|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6316171138506163e-07| +|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6316171138506163e-07| +|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6316171138506163e-07| +|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6316171138506163e-07| +|go|github.com/antchfx/jsonquery|1.6316171138506163e-07| +|go|github.com/bhmj/jsonslice|1.6316171138506163e-07| +|go|github.com/codegangsta/negroni|1.6316171138506163e-07| +|go|github.com/evanphx/json-patch/v5|1.6316171138506163e-07| +|go|github.com/gorilla/context|1.6316171138506163e-07| +|go|github.com/grandcat/zeroconf|1.6316171138506163e-07| +|go|github.com/justinas/alice|1.6316171138506163e-07| +|go|github.com/kelseyhightower/envconfig|1.6316171138506163e-07| +|go|github.com/linksmart/go-sec|1.6316171138506163e-07| +|go|github.com/linksmart/service-catalog/v3|1.6316171138506163e-07| +|go|github.com/miekg/dns|1.6316171138506163e-07| +|go|github.com/rs/cors|1.6316171138506163e-07| +|go|github.com/satori/go.uuid|1.6316171138506163e-07| +|go|github.com/syndtr/goleveldb|1.6316171138506163e-07| +|go|github.com/xeipuuv/gojsonschema|1.6316171138506163e-07| +|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6316171138506128e-07| +|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6316171138506128e-07| +|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6316171138506128e-07| +|pypi|[astral](https://github.com/sffjunkie/astral)|1.6316171138506128e-07| +|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6316171138506128e-07| +|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6316171138506128e-07| +|cran|harmonicmeanp|1.6316171138506128e-07| +|cran|NBPSeq|1.6316171138506128e-07| +|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6316171138506128e-07| +|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6153009427121155e-07| +|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6153009427121155e-07| +|spack|[clapack](https://www.netlib.org/clapack/)|1.5606772393353644e-07| +|spack|[qwt](http://qwt.sourceforge.net/)|1.5606772393353644e-07| +|cran|[ggtern](http://www.ggtern.com)|1.5606772393353644e-07| +|cran|[dams](https://github.com/jsta/dams)|1.5606772393353644e-07| +|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5606772393353644e-07| +|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5606772393353644e-07| +|pypi|[your](https://github.com/thepetabyteproject/your)|1.5606772393353393e-07| +|cran|[coro](https://github.com/r-lib/coro)|1.5450704669420213e-07| +|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.5302422636930118e-07| +|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.5302422636930118e-07| +|pypi|[Pyside6](https://www.pyside.org)|1.4956490210297432e-07| +|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.4956490210297432e-07| +|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.4956490210297432e-07| +|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.4956490210297432e-07| +|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.4956490210297432e-07| +|pypi|[demandlib](https://github.com/oemof/demandlib)|1.4956490210297432e-07| +|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.4956490210297432e-07| +|pypi|[dhnx](https://pypi.org/project/dhnx)|1.4956490210297432e-07| +|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.4956490210297432e-07| +|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.4956490210297432e-07| +|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.4956490210297432e-07| +|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.4956490210297432e-07| +|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.4956490210297432e-07| +|pypi|[turbustat](https://turbustat.readthedocs.org)|1.4956490210297432e-07| +|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.4956490210297432e-07| +|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.4956490210297432e-07| +|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.4956490210297432e-07| +|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.4956490210297432e-07| +|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.4956490210297432e-07| +|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.4956490210297432e-07| +|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.4956490210297432e-07| +|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.4956490210297432e-07| +|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.4956490210297432e-07| +|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.4956490210297432e-07| +|cran|[ucminf](NA)|1.4806925308194434e-07| +|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4358230601885696e-07| +|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.4358230601885696e-07| +|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4358230601885444e-07| +|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4358230601885444e-07| +|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4358230601885444e-07| +|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4358230601885444e-07| +|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4358230601885444e-07| +|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4358230601885444e-07| +|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4358230601885444e-07| +|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4358230601885444e-07| +|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4358230601885444e-07| +|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4358230601885444e-07| +|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4358230601885444e-07| +|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| +|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| +|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4358230601885444e-07| +|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4358230601885444e-07| +|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3805990963351454e-07| +|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3805990963351454e-07| +|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3805990963351454e-07| +|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3805990963351454e-07| +|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3805990963351454e-07| +|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3805990963351454e-07| +|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3805990963351454e-07| +|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3805990963351454e-07| +|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3805990963351454e-07| +|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3805990963351454e-07| +|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3805990963351454e-07| +|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3805990963351454e-07| +|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3805990963351454e-07| +|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3805990963351454e-07| +|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3805990963351454e-07| +|pypi|[authlib](https://authlib.org/)|1.3805990963351454e-07| +|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3805990963351454e-07| +|npm|[download](https://github.com/kevva/download#readme)|1.3805990963351454e-07| +|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3805990963351454e-07| +|npm|pipeline|1.3805990963351454e-07| +|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3805990963351372e-07| +|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3805990963351372e-07| +|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3805990963351372e-07| +|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3805990963351372e-07| +|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3805990963351372e-07| +|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3805990963351372e-07| +|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3805990963351372e-07| +|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3805990963351372e-07| +|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3805990963351372e-07| +|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3805990963351372e-07| +|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.374882329890685e-07| +|go|[github.com/google/shlex](https://github.com/google/shlex)|1.374882329890685e-07| +|pypi|[fspath](https://github.com/return42/fspath)|1.3667931053717958e-07| +|go|github.com/containernetworking/cni|1.355006595391951e-07| +|go|github.com/containernetworking/plugins|1.355006595391951e-07| +|go|github.com/containers/common|1.355006595391951e-07| +|go|github.com/containers/image/v5|1.355006595391951e-07| +|go|github.com/cyphar/filepath-securejoin|1.355006595391951e-07| +|go|github.com/moby/term|1.355006595391951e-07| +|go|github.com/opencontainers/runc|1.355006595391951e-07| +|go|github.com/opencontainers/runtime-spec|1.355006595391951e-07| +|go|github.com/opencontainers/runtime-tools|1.355006595391951e-07| +|go|github.com/opencontainers/selinux|1.355006595391951e-07| +|go|gopkg.in/yaml.v2|1.355006595391951e-07| +|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3460841189267838e-07| +|pypi|[geobo](https://github.com/sebhaan/geobo)|1.329465796470877e-07| +|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.329465796470877e-07| +|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.329465796470877e-07| +|npm|[cover](http://www.cover.io)|1.3161711385061719e-07| +|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3161711385061719e-07| +|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3161711385061719e-07| +|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2819848751683548e-07| +|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2819848751683548e-07| +|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2819848751683548e-07| +|cran|[audio](http://www.rforge.net/audio/)|1.2691650264166514e-07| +|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2377785001625416e-07| +|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2377785001625416e-07| +|npm|[sendgrid](https://sendgrid.com)|1.2167992035496204e-07| +|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2167992035496204e-07| +|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2167992035496204e-07| +|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2167992035496204e-07| +|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2167992035496204e-07| +|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.1965192168237744e-07| +|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.1965192168237744e-07| +|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1845540246555447e-07| +|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.146342604505369e-07| +|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.146342604505369e-07| +|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1105193981145826e-07| +|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0877447425670836e-07| +|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0877447425670836e-07| +|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0877447425670836e-07| +|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0877447425670836e-07| +|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0557522501386356e-07| +|pypi|[drop](https://github.com/cod3monk/drop)|1.0255879001346763e-07| +|npm|[dedent](https://github.com/dmnd/dedent)|1.0153320211333312e-07| +|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.970993473531578e-08| +|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.871283538796289e-08| +|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.701507163436155e-08| +|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.44620434334572e-08| +|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.44620434334572e-08| +|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.44620434334572e-08| +|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.230291101212125e-08| +|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.203993975567553e-08| +|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.203993975567553e-08| +|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.203993975567553e-08| +|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.203993975567553e-08| +|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.111954035811931e-08| +|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.111954035811931e-08| +|npm|[opn](https://github.com/sindresorhus/open#readme)|9.111954035811931e-08| +|npm|[node-http2](https://github.com/kaazing/node-http2)|9.111954035811931e-08| +|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.111954035811931e-08| +|pypi|[technical](https://github.com/freqtrade/technical)|8.97389412617856e-08| +|pypi|[janus](https://github.com/aio-libs/janus)|8.973894126178434e-08| +|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.973894126178434e-08| +|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.884155184916585e-08| +|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.884155184916585e-08| +|pypi|[viscm](https://github.com/bids/viscm)|8.884155184916585e-08| +|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.755018659686142e-08| +|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.546565834455657e-08| +|pypi|[dash-auth](https://plotly.com/dash)|8.546565834455657e-08| +|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.546565834455657e-08| +|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.54656583445561e-08| +|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.54656583445561e-08| +|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.54656583445561e-08| +|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.54656583445561e-08| +|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.54656583445561e-08| +|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.54656583445561e-08| +|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.54656583445561e-08| +|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.54656583445561e-08| +|go|[github.com/creack/pty](https://github.com/creack/pty)|8.54656583445561e-08| +|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.54656583445561e-08| +|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.54656583445561e-08| +|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.54656583445561e-08| +|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.54656583445561e-08| +|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.54656583445561e-08| +|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.54656583445561e-08| +|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.54656583445561e-08| +|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.54656583445561e-08| +|go|[github.com/lib/pq](https://github.com/lib/pq)|8.54656583445561e-08| +|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.54656583445561e-08| +|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.54656583445561e-08| +|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.54656583445561e-08| +|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.54656583445561e-08| +|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.54656583445561e-08| +|go|[google.golang.org/api](https://google.golang.org/api)|8.54656583445561e-08| +|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.54656583445561e-08| +|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.54656583445561e-08| +|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.54656583445561e-08| +|go|[rsc.io/getopt](https://rsc.io/getopt)|8.54656583445561e-08| +|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.347808489468272e-08| +|go|github.com/Netflix/go-expect|8.347808489468271e-08| +|go|github.com/ProtonMail/go-crypto|8.347808489468271e-08| +|go|github.com/adigunhammedolalekan/registry-auth|8.347808489468271e-08| +|go|github.com/apex/log|8.347808489468271e-08| +|go|github.com/blang/semver/v4|8.347808489468271e-08| +|go|github.com/buger/jsonparser|8.347808489468271e-08| +|go|github.com/containerd/containerd|8.347808489468271e-08| +|go|github.com/go-log/log|8.347808489468271e-08| +|go|github.com/gosimple/slug|8.347808489468271e-08| +|go|github.com/opencontainers/umoci|8.347808489468271e-08| +|go|github.com/pelletier/go-toml|8.347808489468271e-08| +|go|github.com/seccomp/libseccomp-golang|8.347808489468271e-08| +|go|github.com/sylabs/json-resp|8.347808489468271e-08| +|go|github.com/sylabs/scs-build-client|8.347808489468271e-08| +|go|github.com/sylabs/scs-key-client|8.347808489468271e-08| +|go|github.com/sylabs/scs-library-client|8.347808489468271e-08| +|go|github.com/sylabs/sif/v2|8.347808489468271e-08| +|go|github.com/vbauerster/mpb/v4|8.347808489468271e-08| +|go|github.com/vbauerster/mpb/v6|8.347808489468271e-08| +|go|golang.org/x/term|8.347808489468271e-08| +|go|gotest.tools/v3|8.347808489468271e-08| +|go|mvdan.cc/sh/v3|8.347808489468271e-08| +|go|oras.land/oras-go|8.347808489468271e-08| +|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|7.976794778825414e-08| +|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.976794778825288e-08| +|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.976794778825288e-08| +|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.976794778825288e-08| +|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.976794778825288e-08| +|pypi|[django-rq](https://github.com/rq/django-rq)|7.976794778825288e-08| +|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.976794778825288e-08| +|pypi|[google](http://breakingcode.wordpress.com/)|7.976794778825288e-08| +|rubygems|[aasm](https://github.com/aasm/aasm)|7.976794778825288e-08| +|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|7.976794778825288e-08| +|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|7.976794778825288e-08| +|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|7.976794778825288e-08| +|rubygems|[octicons_helper](https://github.com/primer/octicons)|7.976794778825288e-08| +|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|7.976794778825288e-08| +|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|7.976794778825288e-08| +|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|7.976794778825288e-08| +|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|7.976794778825288e-08| +|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|7.976794778825288e-08| +|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|7.976794778825288e-08| +|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|7.976794778825288e-08| +|rubygems|[searchkick](https://github.com/ankane/searchkick)|7.976794778825288e-08| +|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|7.976794778825288e-08| +|rubygems|[issue](http://github.com/xuanxu/issue)|7.976794778825288e-08| +|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|7.976794778825288e-08| +|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|7.976794778825288e-08| +|npm|[parents](https://github.com/substack/node-parents)|7.818056562726564e-08| +|npm|[coverify](https://github.com/substack/coverify)|7.818056562726564e-08| +|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.637356703130547e-08| +|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.403462654097217e-08| +|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.32562785810483e-08| +|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.32562785810483e-08| +|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.32562785810483e-08| +|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.32562785810483e-08| +|rubygems|[image_processing](https://github.com/janko/image_processing)|7.32562785810483e-08| +|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.32562785810483e-08| +|rubygems|[rotp](https://github.com/mdp/rotp)|7.32562785810483e-08| +|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.32562785810483e-08| +|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.32562785810483e-08| +|rubygems|[diffy](http://github.com/samg/diffy)|7.32562785810483e-08| +|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.32562785810483e-08| +|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.32562785810483e-08| +|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.32562785810483e-08| +|rubygems|[whenever](https://github.com/javan/whenever)|7.32562785810483e-08| +|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.32562785810483e-08| +|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.32562785810483e-08| +|rubygems|[thwait](https://github.com/ruby/thwait)|7.32562785810483e-08| +|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.32562785810483e-08| +|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.32562785810483e-08| +|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.325627858104705e-08| +|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.325627858104705e-08| +|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.325627858104705e-08| +|rubygems|[devise](https://github.com/heartcombo/devise)|7.325627858104705e-08| +|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.325627858104705e-08| +|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.325627858104705e-08| +|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.325627858104705e-08| +|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.179115300942848e-08| +|cran|[enviPick](NA)|7.179115300942722e-08| +|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.107324147933343e-08| +|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.902995481675727e-08| +|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.7727502839082e-08| +|pypi|[tagore](https://github.com/jordanlab/tagore)|6.7727502839082e-08| +|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.580855692530859e-08| +|npm|[vx](https://github.com/vxjs/vx)|6.409924375841774e-08| +|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.345825132083257e-08| +|npm|eslint-config-richienb|6.345825132083257e-08| +|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.345825132083257e-08| +|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.345825132083257e-08| +|pypi|[icecream](https://github.com/gruns/icecream)|6.297469562230437e-08| +|pypi|[comet](http://comet.transientskp.org/)|6.297469562230437e-08| +|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.297469562230437e-08| +|npm|[aproba](https://github.com/iarna/aproba)|6.083996017748102e-08| +|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.083996017748102e-08| +|npm|concat-map|6.083996017748102e-08| +|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.083996017748102e-08| +|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.083996017748102e-08| +|pypi|[trustme](https://github.com/python-trio/trustme)|5.9227701232777234e-08| +|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.7896091136635054e-08| +|pypi|[flowTorch](https://flowtorch.ai/users)|5.6086838288615054e-08| +|go|github.com/blang/semver|5.2022574644512404e-08| +|go|github.com/buger/goterm|5.2022574644512404e-08| +|go|github.com/checkpoint-restore/checkpointctl|5.2022574644512404e-08| +|go|github.com/checkpoint-restore/go-criu/v5|5.2022574644512404e-08| +|go|github.com/container-orchestrated-devices/container-device-interface|5.2022574644512404e-08| +|go|github.com/containers/buildah|5.2022574644512404e-08| +|go|github.com/containers/conmon|5.2022574644512404e-08| +|go|github.com/containers/ocicrypt|5.2022574644512404e-08| +|go|github.com/containers/psgo|5.2022574644512404e-08| +|go|github.com/containers/storage|5.2022574644512404e-08| +|go|github.com/coreos/go-systemd/v22|5.2022574644512404e-08| +|go|github.com/coreos/stream-metadata-go|5.2022574644512404e-08| +|go|github.com/digitalocean/go-qemu|5.2022574644512404e-08| +|go|github.com/docker/go-connections|5.2022574644512404e-08| +|go|github.com/docker/go-plugins-helpers|5.2022574644512404e-08| +|go|github.com/docker/go-units|5.2022574644512404e-08| +|go|github.com/dtylman/scp|5.2022574644512404e-08| +|go|github.com/godbus/dbus/v5|5.2022574644512404e-08| +|go|github.com/google/gofuzz|5.2022574644512404e-08| +|go|github.com/gorilla/handlers|5.2022574644512404e-08| +|go|github.com/gorilla/schema|5.2022574644512404e-08| +|go|github.com/hashicorp/go-multierror|5.2022574644512404e-08| +|go|github.com/json-iterator/go|5.2022574644512404e-08| +|go|github.com/mrunalp/fileutils|5.2022574644512404e-08| +|go|github.com/nxadm/tail|5.2022574644512404e-08| +|go|github.com/pmezard/go-difflib|5.2022574644512404e-08| +|go|github.com/rootless-containers/rootlesskit|5.2022574644512404e-08| +|go|github.com/stretchr/testify|5.2022574644512404e-08| +|go|github.com/syndtr/gocapability|5.2022574644512404e-08| +|go|github.com/uber/jaeger-client-go|5.2022574644512404e-08| +|go|github.com/vbauerster/mpb/v7|5.2022574644512404e-08| +|go|github.com/vishvananda/netlink|5.2022574644512404e-08| +|go|go.etcd.io/bbolt|5.2022574644512404e-08| +|go|golang.org/x/text|5.2022574644512404e-08| +|go|google.golang.org/protobuf|5.2022574644512404e-08| +|go|gopkg.in/inf.v0|5.2022574644512404e-08| +|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1279395006733815e-08| +|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.055715000663865e-08| +|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.055715000663865e-08| +|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.055715000663865e-08| +|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.055715000663865e-08| +|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.055715000663865e-08| +|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.9172022609196424e-08| +|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.324768253579956e-08| +|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.273282917227829e-08| +|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.180778910549022e-08| +|pypi|[PySide6](https://pyside.org)|4.079042784626532e-08| +|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.038252356780289e-08| +|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9485134155185034e-08| +|pypi|[jmp](https://github.com/deepmind/jmp)|3.626185789761888e-08| +|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.626185789761888e-08| +|npm|text-table|3.4169827634294894e-08| +|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3934173650610034e-08| +|pypi|[pika](https://pika.readthedocs.io)|3.0901409338840676e-08| +|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.03731801193731e-08| +|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.03731801193731e-08| +|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9613850616388617e-08| +|cran|[OAIHarvester](NA)|2.9613850616388617e-08| +|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4187112490935405e-08| +|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4187112490935405e-08| +|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.256293380296274e-08| +|cran|[uroot](https://jalobe.com)|2.2072435242028968e-08| +|pypi|[geomet](https://github.com/geomet/geomet)|1.2339104423495361e-08| +|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.462927722402117e-09| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/go.md b/pages/go.md index 537323b0..cc3ec9c8 100644 --- a/pages/go.md +++ b/pages/go.md @@ -9,252 +9,252 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|go.mod|github/containers/podman|3.63901018922853e-06| -|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.63901018922853e-06| -|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.63901018922853e-06| -|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.63901018922853e-06| -|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.63901018922853e-06| -|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.63901018922853e-06| -|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.63901018922853e-06| -|go.mod|github/linksmart/thing-directory|3.63901018922853e-06| -|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.63901018922853e-06| -|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.63901018922853e-06| -|go.mod|github/sylabs/singularity|3.63901018922853e-06| -|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.63901018922853e-06| -|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.63901018922853e-06| -|go.mod|github/jasonyangshadow/lpmx|3.63901018922853e-06| -|go.mod|github/mlpack/mlpack|3.63901018922853e-06| -|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.63901018922853e-06| -|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.63901018922853e-06| -|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.076976958281397e-06| -|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1472959355055427e-06| -|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8539896108399009e-06| -|go|[golang.org/x/sys](https://golang.org/x/sys)|1.4863264573229205e-06| -|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.064410480349345e-06| -|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0366487696539668e-06| -|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.186608623647492e-07| -|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.112982138423566e-07| -|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|9.006550218340613e-07| -|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|9.006550218340613e-07| -|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|9.006550218340613e-07| -|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|9.006550218340613e-07| -|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|9.006550218340613e-07| -|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|9.006550218340613e-07| -|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.205240174672489e-07| -|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.205240174672489e-07| -|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.46204232448774e-07| -|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.66126013724267e-07| -|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.171225005745805e-07| -|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.018895729926678e-07| -|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.018895729926678e-07| -|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.80349344978166e-07| -|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.80349344978166e-07| -|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.80349344978166e-07| -|go|[golang.org/x/net](https://golang.org/x/net)|4.496776876689541e-07| -|go|[github.com/fatih/color](https://github.com/fatih/color)|4.276683253782878e-07| -|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8809443831277897e-07| -|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.7090520074191995e-07| -|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.524302259350674e-07| -|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.381341144773839e-07| -|go|github.com/opencontainers/go-digest|3.361393082274746e-07| -|go|github.com/opencontainers/image-spec|3.361393082274746e-07| -|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.275109170305677e-07| -|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.275109170305677e-07| -|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.275109170305677e-07| -|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.275109170305677e-07| -|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.275109170305677e-07| -|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.275109170305677e-07| -|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.023177695666779e-07| -|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.023177695666779e-07| -|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.023177695666779e-07| -|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.023177695666779e-07| -|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.023177695666779e-07| -|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.023177695666779e-07| -|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.023177695666779e-07| -|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.023177695666779e-07| -|go|[github.com/brentp/bix](https://github.com/brentp/bix)|3.0021834061135374e-07| -|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|3.0021834061135374e-07| -|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|3.0021834061135374e-07| -|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|3.0021834061135374e-07| -|go|[golang.org/x/tools](https://golang.org/x/tools)|3.0021834061135374e-07| -|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.765508651212088e-07| -|go|github.com/docker/distribution|2.5235744573128284e-07| -|go|golang.org/x/sync|2.5235744573128284e-07| -|go|[github.com/docker/docker](https://github.com/docker/docker)|2.217704165660065e-07| -|go|github.com/davecgh/go-spew|2.1596734383899756e-07| -|go|github.com/onsi/ginkgo|2.1596734383899756e-07| -|go|github.com/onsi/gomega|2.1596734383899756e-07| -|go|github.com/bradfitz/gomemcache|2.0014556040756916e-07| -|go|github.com/docker/libtrust|2.0014556040756916e-07| -|go|github.com/phayes/permbits|2.0014556040756916e-07| -|go|github.com/spf13/afero|2.0014556040756916e-07| -|go|github.com/spf13/viper|2.0014556040756916e-07| -|go|github.com/sylabs/sif|2.0014556040756916e-07| -|go|github.com/vmihailenco/msgpack|2.0014556040756916e-07| -|go|google.golang.org/appengine|2.0014556040756916e-07| -|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.8961158354401288e-07| -|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.8961158354401288e-07| -|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.8961158354401288e-07| -|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.8961158354401288e-07| -|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.8961158354401288e-07| -|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.8961158354401288e-07| -|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.8961158354401288e-07| -|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.8961158354401288e-07| -|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.8961158354401288e-07| -|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.8961158354401288e-07| -|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.8961158354401288e-07| -|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.8961158354401288e-07| -|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.8961158354401288e-07| -|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.8961158354401288e-07| -|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.8961158354401288e-07| -|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.8961158354401288e-07| -|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.8013100436681222e-07| -|go|[github.com/biogo/store](https://github.com/biogo/store)|1.8013100436681222e-07| -|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.8013100436681222e-07| -|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.8013100436681222e-07| -|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.8013100436681222e-07| -|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.8013100436681222e-07| -|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.8013100436681222e-07| -|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.8013100436681222e-07| -|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.8013100436681222e-07| -|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.8013100436681222e-07| -|go|github.com/antchfx/jsonquery|1.6375545851528386e-07| -|go|github.com/bhmj/jsonslice|1.6375545851528386e-07| -|go|github.com/codegangsta/negroni|1.6375545851528386e-07| -|go|github.com/evanphx/json-patch/v5|1.6375545851528386e-07| -|go|github.com/gorilla/context|1.6375545851528386e-07| -|go|github.com/grandcat/zeroconf|1.6375545851528386e-07| -|go|github.com/justinas/alice|1.6375545851528386e-07| -|go|github.com/kelseyhightower/envconfig|1.6375545851528386e-07| -|go|github.com/linksmart/go-sec|1.6375545851528386e-07| -|go|github.com/linksmart/service-catalog/v3|1.6375545851528386e-07| -|go|github.com/miekg/dns|1.6375545851528386e-07| -|go|github.com/rs/cors|1.6375545851528386e-07| -|go|github.com/satori/go.uuid|1.6375545851528386e-07| -|go|github.com/syndtr/goleveldb|1.6375545851528386e-07| -|go|github.com/xeipuuv/gojsonschema|1.6375545851528386e-07| -|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6375545851528386e-07| -|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6375545851528386e-07| -|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6375545851528386e-07| -|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6375545851528386e-07| -|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6375545851528386e-07| -|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6375545851528386e-07| -|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6375545851528386e-07| -|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6375545851528386e-07| -|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6375545851528386e-07| -|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3856231105139405e-07| -|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3856231105139405e-07| -|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3856231105139405e-07| -|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3856231105139405e-07| -|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3856231105139405e-07| -|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3856231105139405e-07| -|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3856231105139405e-07| -|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3856231105139405e-07| -|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3856231105139405e-07| -|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3856231105139405e-07| -|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.3798855406981476e-07| -|go|[github.com/google/shlex](https://github.com/google/shlex)|1.3798855406981476e-07| -|go|github.com/containernetworking/cni|1.3599374781990542e-07| -|go|github.com/containernetworking/plugins|1.3599374781990542e-07| -|go|github.com/containers/common|1.3599374781990542e-07| -|go|github.com/containers/image/v5|1.3599374781990542e-07| -|go|github.com/cyphar/filepath-securejoin|1.3599374781990542e-07| -|go|github.com/moby/term|1.3599374781990542e-07| -|go|github.com/opencontainers/runc|1.3599374781990542e-07| -|go|github.com/opencontainers/runtime-spec|1.3599374781990542e-07| -|go|github.com/opencontainers/runtime-tools|1.3599374781990542e-07| -|go|github.com/opencontainers/selinux|1.3599374781990542e-07| -|go|gopkg.in/yaml.v2|1.3599374781990542e-07| -|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.577666874610106e-08| -|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.577666874610106e-08| -|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.577666874610106e-08| -|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.577666874610106e-08| -|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.577666874610106e-08| -|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.577666874610106e-08| -|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.577666874610106e-08| -|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.577666874610106e-08| -|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.577666874610106e-08| -|go|[github.com/creack/pty](https://github.com/creack/pty)|8.577666874610106e-08| -|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.577666874610106e-08| -|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.577666874610106e-08| -|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.577666874610106e-08| -|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.577666874610106e-08| -|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.577666874610106e-08| -|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.577666874610106e-08| -|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.577666874610106e-08| -|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.577666874610106e-08| -|go|[github.com/lib/pq](https://github.com/lib/pq)|8.577666874610106e-08| -|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.577666874610106e-08| -|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.577666874610106e-08| -|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.577666874610106e-08| -|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.577666874610106e-08| -|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.577666874610106e-08| -|go|[google.golang.org/api](https://google.golang.org/api)|8.577666874610106e-08| -|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.577666874610106e-08| -|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.577666874610106e-08| -|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.577666874610106e-08| -|go|[rsc.io/getopt](https://rsc.io/getopt)|8.577666874610106e-08| -|go|github.com/Netflix/go-expect|8.378186249619173e-08| -|go|github.com/ProtonMail/go-crypto|8.378186249619173e-08| -|go|github.com/adigunhammedolalekan/registry-auth|8.378186249619173e-08| -|go|github.com/apex/log|8.378186249619173e-08| -|go|github.com/blang/semver/v4|8.378186249619173e-08| -|go|github.com/buger/jsonparser|8.378186249619173e-08| -|go|github.com/containerd/containerd|8.378186249619173e-08| -|go|github.com/go-log/log|8.378186249619173e-08| -|go|github.com/gosimple/slug|8.378186249619173e-08| -|go|github.com/opencontainers/umoci|8.378186249619173e-08| -|go|github.com/pelletier/go-toml|8.378186249619173e-08| -|go|github.com/seccomp/libseccomp-golang|8.378186249619173e-08| -|go|github.com/sylabs/json-resp|8.378186249619173e-08| -|go|github.com/sylabs/scs-build-client|8.378186249619173e-08| -|go|github.com/sylabs/scs-key-client|8.378186249619173e-08| -|go|github.com/sylabs/scs-library-client|8.378186249619173e-08| -|go|github.com/sylabs/sif/v2|8.378186249619173e-08| -|go|github.com/vbauerster/mpb/v4|8.378186249619173e-08| -|go|github.com/vbauerster/mpb/v6|8.378186249619173e-08| -|go|golang.org/x/term|8.378186249619173e-08| -|go|gotest.tools/v3|8.378186249619173e-08| -|go|mvdan.cc/sh/v3|8.378186249619173e-08| -|go|oras.land/oras-go|8.378186249619173e-08| -|go|github.com/blang/semver|5.221188532371369e-08| -|go|github.com/buger/goterm|5.221188532371369e-08| -|go|github.com/checkpoint-restore/checkpointctl|5.221188532371369e-08| -|go|github.com/checkpoint-restore/go-criu/v5|5.221188532371369e-08| -|go|github.com/container-orchestrated-devices/container-device-interface|5.221188532371369e-08| -|go|github.com/containers/buildah|5.221188532371369e-08| -|go|github.com/containers/conmon|5.221188532371369e-08| -|go|github.com/containers/ocicrypt|5.221188532371369e-08| -|go|github.com/containers/psgo|5.221188532371369e-08| -|go|github.com/containers/storage|5.221188532371369e-08| -|go|github.com/coreos/go-systemd/v22|5.221188532371369e-08| -|go|github.com/coreos/stream-metadata-go|5.221188532371369e-08| -|go|github.com/digitalocean/go-qemu|5.221188532371369e-08| -|go|github.com/docker/go-connections|5.221188532371369e-08| -|go|github.com/docker/go-plugins-helpers|5.221188532371369e-08| -|go|github.com/docker/go-units|5.221188532371369e-08| -|go|github.com/dtylman/scp|5.221188532371369e-08| -|go|github.com/godbus/dbus/v5|5.221188532371369e-08| -|go|github.com/google/gofuzz|5.221188532371369e-08| -|go|github.com/gorilla/handlers|5.221188532371369e-08| -|go|github.com/gorilla/schema|5.221188532371369e-08| -|go|github.com/hashicorp/go-multierror|5.221188532371369e-08| -|go|github.com/json-iterator/go|5.221188532371369e-08| -|go|github.com/mrunalp/fileutils|5.221188532371369e-08| -|go|github.com/nxadm/tail|5.221188532371369e-08| -|go|github.com/pmezard/go-difflib|5.221188532371369e-08| -|go|github.com/rootless-containers/rootlesskit|5.221188532371369e-08| -|go|github.com/stretchr/testify|5.221188532371369e-08| -|go|github.com/syndtr/gocapability|5.221188532371369e-08| -|go|github.com/uber/jaeger-client-go|5.221188532371369e-08| -|go|github.com/vbauerster/mpb/v7|5.221188532371369e-08| -|go|github.com/vishvananda/netlink|5.221188532371369e-08| -|go|go.etcd.io/bbolt|5.221188532371369e-08| -|go|golang.org/x/text|5.221188532371369e-08| -|go|google.golang.org/protobuf|5.221188532371369e-08| -|go|gopkg.in/inf.v0|5.221188532371369e-08| +|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6258158085569257e-06| +|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6258158085569257e-06| +|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6258158085569257e-06| +|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6258158085569257e-06| +|go.mod|github/linksmart/thing-directory|3.6258158085569257e-06| +|go.mod|github/sylabs/singularity|3.6258158085569257e-06| +|go.mod|github/containers/podman|3.6258158085569257e-06| +|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6258158085569257e-06| +|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6258158085569257e-06| +|go.mod|github/jasonyangshadow/lpmx|3.6258158085569257e-06| +|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6258158085569257e-06| +|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6258158085569257e-06| +|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6258158085569257e-06| +|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6258158085569257e-06| +|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6258158085569257e-06| +|go.mod|github/mlpack/mlpack|3.6258158085569257e-06| +|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6258158085569257e-06| +|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.065820406583495e-06| +|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1395102359569367e-06| +|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8472673860000175e-06| +|go|[golang.org/x/sys](https://golang.org/x/sys)|1.480937311357283e-06| +|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0605511240029007e-06| +|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0328900721570343e-06| +|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.153299672872847e-07| +|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.079940143722974e-07| +|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.973894126178391e-07| +|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.973894126178391e-07| +|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.973894126178391e-07| +|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.973894126178391e-07| +|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.973894126178391e-07| +|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.973894126178391e-07| +|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.179115300942712e-07| +|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.179115300942712e-07| +|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.438612149272048e-07| +|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.640733450740703e-07| +|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.152475096370368e-07| +|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.000698138447611e-07| +|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.000698138447611e-07| +|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.786076867295142e-07| +|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.786076867295142e-07| +|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.786076867295142e-07| +|go|[golang.org/x/net](https://golang.org/x/net)|4.4804723920024863e-07| +|go|[github.com/fatih/color](https://github.com/fatih/color)|4.261176788033121e-07| +|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8668727936313145e-07| +|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.695603668015939e-07| +|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5115237885045884e-07| +|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.369081024596994e-07| +|go|github.com/opencontainers/go-digest|3.34920529009826e-07| +|go|github.com/opencontainers/image-spec|3.34920529009826e-07| +|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.2632342277012325e-07| +|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.2632342277012325e-07| +|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.2632342277012325e-07| +|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.2632342277012325e-07| +|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.2632342277012325e-07| +|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.2632342277012325e-07| +|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.012216210185754e-07| +|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.012216210185754e-07| +|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.012216210185754e-07| +|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.012216210185754e-07| +|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.012216210185754e-07| +|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.012216210185754e-07| +|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.012216210185754e-07| +|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.012216210185754e-07| +|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.991298042059464e-07| +|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.991298042059464e-07| +|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.991298042059464e-07| +|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.991298042059464e-07| +|go|[golang.org/x/tools](https://golang.org/x/tools)|2.991298042059464e-07| +|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.755481426225822e-07| +|go|github.com/docker/distribution|2.514424441151433e-07| +|go|golang.org/x/sync|2.514424441151433e-07| +|go|[github.com/docker/docker](https://github.com/docker/docker)|2.209663178837512e-07| +|go|github.com/davecgh/go-spew|2.1518428602957403e-07| +|go|github.com/onsi/ginkgo|2.1518428602957403e-07| +|go|github.com/onsi/gomega|2.1518428602957403e-07| +|go|github.com/bradfitz/gomemcache|1.994198694706309e-07| +|go|github.com/docker/libtrust|1.994198694706309e-07| +|go|github.com/phayes/permbits|1.994198694706309e-07| +|go|github.com/spf13/afero|1.994198694706309e-07| +|go|github.com/spf13/viper|1.994198694706309e-07| +|go|github.com/sylabs/sif|1.994198694706309e-07| +|go|github.com/vmihailenco/msgpack|1.994198694706309e-07| +|go|google.golang.org/appengine|1.994198694706309e-07| +|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.889240868669135e-07| +|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.889240868669135e-07| +|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.889240868669135e-07| +|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.889240868669135e-07| +|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.889240868669135e-07| +|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.889240868669135e-07| +|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.889240868669135e-07| +|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.889240868669135e-07| +|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.889240868669135e-07| +|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.889240868669135e-07| +|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.889240868669135e-07| +|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.889240868669135e-07| +|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.889240868669135e-07| +|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.889240868669135e-07| +|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.889240868669135e-07| +|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.889240868669135e-07| +|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.794778825235678e-07| +|go|[github.com/biogo/store](https://github.com/biogo/store)|1.794778825235678e-07| +|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.794778825235678e-07| +|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.794778825235678e-07| +|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.794778825235678e-07| +|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.794778825235678e-07| +|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.794778825235678e-07| +|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.794778825235678e-07| +|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.794778825235678e-07| +|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.794778825235678e-07| +|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6316171138506163e-07| +|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6316171138506163e-07| +|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6316171138506163e-07| +|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6316171138506163e-07| +|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6316171138506163e-07| +|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6316171138506163e-07| +|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6316171138506163e-07| +|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6316171138506163e-07| +|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6316171138506163e-07| +|go|github.com/antchfx/jsonquery|1.6316171138506163e-07| +|go|github.com/bhmj/jsonslice|1.6316171138506163e-07| +|go|github.com/codegangsta/negroni|1.6316171138506163e-07| +|go|github.com/evanphx/json-patch/v5|1.6316171138506163e-07| +|go|github.com/gorilla/context|1.6316171138506163e-07| +|go|github.com/grandcat/zeroconf|1.6316171138506163e-07| +|go|github.com/justinas/alice|1.6316171138506163e-07| +|go|github.com/kelseyhightower/envconfig|1.6316171138506163e-07| +|go|github.com/linksmart/go-sec|1.6316171138506163e-07| +|go|github.com/linksmart/service-catalog/v3|1.6316171138506163e-07| +|go|github.com/miekg/dns|1.6316171138506163e-07| +|go|github.com/rs/cors|1.6316171138506163e-07| +|go|github.com/satori/go.uuid|1.6316171138506163e-07| +|go|github.com/syndtr/goleveldb|1.6316171138506163e-07| +|go|github.com/xeipuuv/gojsonschema|1.6316171138506163e-07| +|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3805990963351372e-07| +|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3805990963351372e-07| +|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3805990963351372e-07| +|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3805990963351372e-07| +|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3805990963351372e-07| +|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3805990963351372e-07| +|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3805990963351372e-07| +|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3805990963351372e-07| +|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3805990963351372e-07| +|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3805990963351372e-07| +|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.374882329890685e-07| +|go|[github.com/google/shlex](https://github.com/google/shlex)|1.374882329890685e-07| +|go|github.com/containernetworking/cni|1.355006595391951e-07| +|go|github.com/containernetworking/plugins|1.355006595391951e-07| +|go|github.com/containers/common|1.355006595391951e-07| +|go|github.com/containers/image/v5|1.355006595391951e-07| +|go|github.com/cyphar/filepath-securejoin|1.355006595391951e-07| +|go|github.com/moby/term|1.355006595391951e-07| +|go|github.com/opencontainers/runc|1.355006595391951e-07| +|go|github.com/opencontainers/runtime-spec|1.355006595391951e-07| +|go|github.com/opencontainers/runtime-tools|1.355006595391951e-07| +|go|github.com/opencontainers/selinux|1.355006595391951e-07| +|go|gopkg.in/yaml.v2|1.355006595391951e-07| +|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.54656583445561e-08| +|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.54656583445561e-08| +|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.54656583445561e-08| +|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.54656583445561e-08| +|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.54656583445561e-08| +|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.54656583445561e-08| +|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.54656583445561e-08| +|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.54656583445561e-08| +|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.54656583445561e-08| +|go|[github.com/creack/pty](https://github.com/creack/pty)|8.54656583445561e-08| +|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.54656583445561e-08| +|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.54656583445561e-08| +|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.54656583445561e-08| +|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.54656583445561e-08| +|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.54656583445561e-08| +|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.54656583445561e-08| +|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.54656583445561e-08| +|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.54656583445561e-08| +|go|[github.com/lib/pq](https://github.com/lib/pq)|8.54656583445561e-08| +|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.54656583445561e-08| +|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.54656583445561e-08| +|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.54656583445561e-08| +|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.54656583445561e-08| +|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.54656583445561e-08| +|go|[google.golang.org/api](https://google.golang.org/api)|8.54656583445561e-08| +|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.54656583445561e-08| +|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.54656583445561e-08| +|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.54656583445561e-08| +|go|[rsc.io/getopt](https://rsc.io/getopt)|8.54656583445561e-08| +|go|github.com/Netflix/go-expect|8.347808489468271e-08| +|go|github.com/ProtonMail/go-crypto|8.347808489468271e-08| +|go|github.com/adigunhammedolalekan/registry-auth|8.347808489468271e-08| +|go|github.com/apex/log|8.347808489468271e-08| +|go|github.com/blang/semver/v4|8.347808489468271e-08| +|go|github.com/buger/jsonparser|8.347808489468271e-08| +|go|github.com/containerd/containerd|8.347808489468271e-08| +|go|github.com/go-log/log|8.347808489468271e-08| +|go|github.com/gosimple/slug|8.347808489468271e-08| +|go|github.com/opencontainers/umoci|8.347808489468271e-08| +|go|github.com/pelletier/go-toml|8.347808489468271e-08| +|go|github.com/seccomp/libseccomp-golang|8.347808489468271e-08| +|go|github.com/sylabs/json-resp|8.347808489468271e-08| +|go|github.com/sylabs/scs-build-client|8.347808489468271e-08| +|go|github.com/sylabs/scs-key-client|8.347808489468271e-08| +|go|github.com/sylabs/scs-library-client|8.347808489468271e-08| +|go|github.com/sylabs/sif/v2|8.347808489468271e-08| +|go|github.com/vbauerster/mpb/v4|8.347808489468271e-08| +|go|github.com/vbauerster/mpb/v6|8.347808489468271e-08| +|go|golang.org/x/term|8.347808489468271e-08| +|go|gotest.tools/v3|8.347808489468271e-08| +|go|mvdan.cc/sh/v3|8.347808489468271e-08| +|go|oras.land/oras-go|8.347808489468271e-08| +|go|github.com/blang/semver|5.2022574644512404e-08| +|go|github.com/buger/goterm|5.2022574644512404e-08| +|go|github.com/checkpoint-restore/checkpointctl|5.2022574644512404e-08| +|go|github.com/checkpoint-restore/go-criu/v5|5.2022574644512404e-08| +|go|github.com/container-orchestrated-devices/container-device-interface|5.2022574644512404e-08| +|go|github.com/containers/buildah|5.2022574644512404e-08| +|go|github.com/containers/conmon|5.2022574644512404e-08| +|go|github.com/containers/ocicrypt|5.2022574644512404e-08| +|go|github.com/containers/psgo|5.2022574644512404e-08| +|go|github.com/containers/storage|5.2022574644512404e-08| +|go|github.com/coreos/go-systemd/v22|5.2022574644512404e-08| +|go|github.com/coreos/stream-metadata-go|5.2022574644512404e-08| +|go|github.com/digitalocean/go-qemu|5.2022574644512404e-08| +|go|github.com/docker/go-connections|5.2022574644512404e-08| +|go|github.com/docker/go-plugins-helpers|5.2022574644512404e-08| +|go|github.com/docker/go-units|5.2022574644512404e-08| +|go|github.com/dtylman/scp|5.2022574644512404e-08| +|go|github.com/godbus/dbus/v5|5.2022574644512404e-08| +|go|github.com/google/gofuzz|5.2022574644512404e-08| +|go|github.com/gorilla/handlers|5.2022574644512404e-08| +|go|github.com/gorilla/schema|5.2022574644512404e-08| +|go|github.com/hashicorp/go-multierror|5.2022574644512404e-08| +|go|github.com/json-iterator/go|5.2022574644512404e-08| +|go|github.com/mrunalp/fileutils|5.2022574644512404e-08| +|go|github.com/nxadm/tail|5.2022574644512404e-08| +|go|github.com/pmezard/go-difflib|5.2022574644512404e-08| +|go|github.com/rootless-containers/rootlesskit|5.2022574644512404e-08| +|go|github.com/stretchr/testify|5.2022574644512404e-08| +|go|github.com/syndtr/gocapability|5.2022574644512404e-08| +|go|github.com/uber/jaeger-client-go|5.2022574644512404e-08| +|go|github.com/vbauerster/mpb/v7|5.2022574644512404e-08| +|go|github.com/vishvananda/netlink|5.2022574644512404e-08| +|go|go.etcd.io/bbolt|5.2022574644512404e-08| +|go|golang.org/x/text|5.2022574644512404e-08| +|go|google.golang.org/protobuf|5.2022574644512404e-08| +|go|gopkg.in/inf.v0|5.2022574644512404e-08| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/js.md b/pages/js.md index 7bfc6ab2..031a88ee 100644 --- a/pages/js.md +++ b/pages/js.md @@ -9,1697 +9,1697 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|npm|[express](http://expressjs.com/)|0.00032476749183142043| -|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003117989923949714| -|npm|[lodash](https://lodash.com/)|0.0002949796285584299| -|npm|[mocha](https://mochajs.org/)|0.0002535909107832248| -|npm|[axios](https://axios-http.com)|0.0002308372578671515| -|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018593522561863174| -|npm|eslint|0.00017612034637408215| -|npm|[react](https://reactjs.org/)|0.0001755660441274958| -|npm|[react-dom](https://reactjs.org/)|0.0001755660441274958| -|npm|[angular](http://angularjs.org)|0.000172685481215776| -|npm|[fs](https://github.com/npm/security-holder#readme)|0.00016590695563252318| -|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014852437841907004| -|npm|[papaparse](http://papaparse.com)|0.00014628520457069823| -|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013709143218307778| -|npm|[d3](https://d3js.org)|0.00013678570500252505| -|npm|nestjs|0.00013433498630745322| -|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0001297743999163439| -|npm|[rollup](https://rollupjs.org/)|0.0001282576015066876| -|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00012285985151849621| -|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00012174978705792025| -|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00012008733624454149| -|npm|[ajv](https://ajv.js.org)|0.0001164403027964629| -|npm|[nyc](https://istanbul.js.org/)|0.00010867620017202882| -|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010611889376900294| -|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.708489290912872e-05| -|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.608886213760667e-05| -|npm|[tape](https://github.com/substack/tape)|9.459670011781489e-05| -|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.410123801589127e-05| -|npm|[three](https://threejs.org/)|9.410043668122271e-05| -|npm|[yargs](https://yargs.js.org/)|9.197809006760972e-05| -|npm|[tap](http://www.node-tap.org/)|9.137970387685283e-05| -|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.082759489418879e-05| -|npm|[quasar](https://quasar.dev)|9.006550218340612e-05| -|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|9.006550218340612e-05| -|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|9.006550218340612e-05| -|npm|[docusaurus](https://github.com/facebook/docusaurus)|9.006550218340612e-05| -|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|9.006550218340612e-05| -|npm|[vows](https://github.com/cloudhead/vows)|8.933037400509869e-05| -|npm|[webpack](https://github.com/webpack/webpack)|8.872458001573147e-05| -|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.511672358190001e-05| -|npm|[jshint](http://jshint.com/)|8.315896936033399e-05| -|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.749409482049454e-05| -|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.20524017467249e-05| -|npm|[bootstrap](https://getbootstrap.com/)|7.149197103021557e-05| -|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.677448510981992e-05| -|npm|[debug](https://github.com/debug-js/debug#readme)|6.656014346618906e-05| -|npm|[react-select](https://github.com/JedWatson/react-select)|6.561443407909548e-05| -|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.504730713245997e-05| -|npm|[chai](http://chaijs.com)|6.501707542035509e-05| -|npm|[cytoscape](http://js.cytoscape.org)|6.32836868371803e-05| -|npm|[pg](https://github.com/brianc/node-postgres)|6.238303181534623e-05| -|npm|loose-envify|5.9443231441048035e-05| -|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.862931532623126e-05| -|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.839956598589793e-05| -|npm|[requirejs](http://github.com/jrburke/r.js)|5.751736377705264e-05| -|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.633346933741853e-05| -|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.5970591467488195e-05| -|npm|[pako](https://github.com/nodeca/pako#readme)|5.5583281347473496e-05| -|npm|[moment](https://momentjs.com)|5.504284815412562e-05| -|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.403930131004367e-05| -|npm|[react-images](https://jossmac.github.io/react-images/)|5.3892255592193215e-05| -|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.146600124766064e-05| -|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.146600124766064e-05| -|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.146600124766064e-05| -|npm|[filepond](https://pqina.nl/filepond/)|5.146600124766064e-05| -|npm|[tslib](https://www.typescriptlang.org/)|5.137443117129515e-05| -|npm|[d3-array](https://d3js.org/d3-array/)|5.112742748606526e-05| -|npm|[d3-scale](https://d3js.org/d3-scale/)|5.112742748606526e-05| -|npm|[typescript](https://www.typescriptlang.org/)|5.092184757893236e-05| -|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.056548962954522e-05| -|npm|[d3-brush](https://d3js.org/d3-brush/)|5.0526990804842546e-05| -|npm|[d3-format](https://d3js.org/d3-format/)|5.0526990804842546e-05| -|npm|eslint-plugin-import|5.030985673048859e-05| -|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.9709859205688376e-05| -|npm|[rc-slider](http://github.com/react-component/slider/)|4.950969125871447e-05| -|npm|[ws](https://github.com/websockets/ws)|4.7881287522901874e-05| -|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.613355167394469e-05| -|npm|[semver](https://github.com/npm/node-semver#readme)|4.59221642302399e-05| -|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.503275109170306e-05| -|npm|[web-worker](https://github.com/developit/web-worker)|4.503275109170306e-05| -|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.503275109170306e-05| -|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.503275109170306e-05| -|npm|[fflate](https://101arrowz.github.io/fflate)|4.503275109170306e-05| -|npm|react-router-dom|4.445799809236496e-05| -|npm|cross-env|4.374993405504049e-05| -|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3636062241070425e-05| -|npm|[ava](https://avajs.dev)|4.3486342914727196e-05| -|npm|[mongoose](https://mongoosejs.com)|4.208093292087022e-05| -|npm|[prop-types](https://facebook.github.io/react/)|4.183559603626736e-05| -|npm|[esm](https://github.com/standard-things/esm#readme)|4.119851361297954e-05| -|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.032519075066598e-05| -|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|4.002911208151383e-05| -|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|4.002911208151383e-05| -|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|4.002911208151383e-05| -|npm|[apexcharts](https://apexcharts.com)|4.002911208151383e-05| -|npm|[idb](https://github.com/jakearchibald/idb#readme)|4.002911208151383e-05| -|npm|[lodash.debounce](https://lodash.com/)|4.002911208151383e-05| -|npm|[nanoid](https://github.com/ai/nanoid#readme)|4.002911208151383e-05| -|npm|vue-apexcharts|4.002911208151383e-05| -|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|4.002911208151383e-05| -|npm|rollup-plugin-json|3.974370042776936e-05| -|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.898315171994662e-05| -|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.8883111293728106e-05| -|npm|[xo](https://github.com/xojs/xo#readme)|3.848596396780076e-05| -|npm|[nodemon](https://nodemon.io)|3.8481002421999605e-05| -|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.840782724364698e-05| -|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8346995867124146e-05| -|npm|[testcafe](https://testcafe.io/)|3.8346674204616345e-05| -|npm|[jquery](https://jquery.com)|3.814749313652525e-05| -|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.8020528197095754e-05| -|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.796504280054273e-05| -|npm|gh-pages|3.77908547414657e-05| -|npm|[colors](https://github.com/Marak/colors.js)|3.6158268351008524e-05| -|npm|[auspice](https://www.npmjs.com/package/auspice)|3.602620087336245e-05| -|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.602620087336245e-05| -|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.602620087336245e-05| -|npm|[rxjs](https://rxjs.dev)|3.5501226448148594e-05| -|npm|prettier|3.548366381912697e-05| -|npm|husky|3.4975587837890686e-05| -|npm|[passport](https://www.passportjs.org/)|3.472864702834727e-05| -|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.441527319203323e-05| -|npm|[xlsx](https://sheetjs.com/)|3.388857434885542e-05| -|npm|[browserify](https://github.com/browserify/browserify#readme)|3.372689489142804e-05| -|npm|jest|3.3444712694090755e-05| -|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.283666316446137e-05| -|npm|[angular-animate](http://angularjs.org)|3.275109170305677e-05| -|npm|[angular-sanitize](http://angularjs.org)|3.275109170305677e-05| -|npm|[angular-touch](http://angularjs.org)|3.275109170305677e-05| -|npm|[colorbrewer](http://colorbrewer2.org/)|3.275109170305677e-05| -|npm|[dc](http://dc-js.github.io/dc.js/)|3.275109170305677e-05| -|npm|[babel-cli](https://babeljs.io/)|3.27078937453952e-05| -|npm|eslint-config-standard|3.2633981531686126e-05| -|npm|[sinon](https://sinonjs.org/)|3.236270196824618e-05| -|npm|npm-run-all|3.19348726578373e-05| -|npm|fortawesome|3.188594488013546e-05| -|npm|eslint-plugin-node|3.179328440130559e-05| -|npm|eslint-plugin-standard|3.1340601331100685e-05| -|npm|eslint-plugin-promise|3.1340601331100685e-05| -|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.1226764428183644e-05| -|npm|[babel](https://babeljs.io/)|3.075407391628501e-05| -|npm|[commander](https://github.com/tj/commander.js#readme)|3.075241641416392e-05| -|npm|react-router-bootstrap|3.0672462043884436e-05| -|npm|[events](https://github.com/Gozala/events#readme)|3.062541148807525e-05| -|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0490031711374508e-05| -|npm|immutable|3.0229503890731195e-05| -|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0197472001901203e-05| -|npm|[async](https://caolan.github.io/async/)|3.0094806087744135e-05| -|npm|[normalize.css](https://necolas.github.io/normalize.css)|3.0021834061135373e-05| -|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|3.0021834061135373e-05| -|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|3.0021834061135373e-05| -|npm|[downloadjs](http://danml.com/download.html)|3.0021834061135373e-05| -|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|3.0021834061135373e-05| -|npm|[semantic-ui-button](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-label](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|[semantic-ui-transition](http://www.semantic-ui.com)|3.0021834061135373e-05| -|npm|babel-preset-env|2.9552058478749245e-05| -|npm|[grunt](https://gruntjs.com/)|2.9046562103679235e-05| -|npm|eslint-plugin-markdown|2.9033218744670033e-05| -|npm|[winston](https://github.com/winstonjs/winston#readme)|2.886714813570709e-05| -|npm|[underscore](https://underscorejs.org)|2.824411260137243e-05| -|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.798654129777266e-05| -|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.781872804281446e-05| -|npm|chalk|2.772176673775186e-05| -|npm|ndoc|2.7435337588176015e-05| -|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.693793099087859e-05| -|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.630661682622946e-05| -|npm|object-assign|2.6142563931519613e-05| -|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.6068502587635147e-05| -|npm|[zone.js](https://github.com/angular/angular#readme)|2.6020647270947952e-05| -|npm|[md5-node](https://github.com/shanelau/node-md5)|2.573300062383032e-05| -|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.573300062383032e-05| -|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.573300062383032e-05| -|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.573300062383032e-05| -|npm|net|2.573300062383032e-05| -|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.573300062383032e-05| -|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.573300062383032e-05| -|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.573300062383032e-05| -|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.548853711790393e-05| -|npm|spc|2.5475670617592015e-05| -|npm|process|2.5475670617592015e-05| -|npm|util|2.5475670617592015e-05| -|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.5140186189356498e-05| -|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5094955349664965e-05| -|npm|[mathjs](https://mathjs.org)|2.496815866084425e-05| -|npm|after|2.4647661443230296e-05| -|npm|expect.js|2.4644173034934498e-05| -|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4639824634366122e-05| -|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4594513292384473e-05| -|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.451783114992722e-05| -|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.443741552297775e-05| -|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3311710273629104e-05| -|npm|[express-session](https://github.com/expressjs/session#readme)|2.304711868371803e-05| -|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2843187957111865e-05| -|npm|[emotion](https://emotion.sh)|2.251637554585153e-05| -|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.251637554585153e-05| -|npm|[helmet](https://helmetjs.github.io/)|2.251637554585153e-05| -|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.251637554585153e-05| -|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.251637554585153e-05| -|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.243755093721625e-05| -|npm|clipboard|2.2426310043668126e-05| -|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2243677219796216e-05| -|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1306638814242527e-05| -|npm|sax|2.1222417862510887e-05| -|npm|[diff2html](https://diff2html.xyz/)|2.1191882866683793e-05| -|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1191882866683793e-05| -|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1191882866683793e-05| -|npm|react-schemaorg|2.1191882866683793e-05| -|npm|safe-buffer|2.113678896607072e-05| -|npm|lint-staged|2.1023922028791315e-05| -|npm|vary|2.0793055895939162e-05| -|npm|[standard](https://standardjs.com)|2.059856835847429e-05| -|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.037481804949054e-05| -|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.037481804949054e-05| -|npm|redux|2.030726846405608e-05| -|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.0289481261096982e-05| -|npm|eslint-config-prettier|2.024897553256222e-05| -|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|2.0014556040756914e-05| -|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|2.0014556040756914e-05| -|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|2.0014556040756914e-05| -|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|2.0014556040756914e-05| -|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|2.0014556040756914e-05| -|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|2.0014556040756914e-05| -|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|2.0014556040756914e-05| -|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|2.0014556040756914e-05| -|npm|[bower](http://bower.io)|2.0014556040756914e-05| -|npm|[http-auth](https://github.com/gevorg/http-auth)|2.0014556040756914e-05| -|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|2.0014556040756914e-05| -|npm|[multer](https://github.com/expressjs/multer#readme)|2.0014556040756914e-05| -|npm|coffee-script|1.9945222021038845e-05| -|npm|scheduler|1.9814410480349344e-05| -|npm|[babel-loader](https://github.com/babel/babel-loader)|1.963638446171447e-05| -|npm|json5|1.9546176660287384e-05| -|npm|[jasmine](http://jasmine.github.io/)|1.9412391258149214e-05| -|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.868934389845962e-05| -|npm|validator|1.8645521638453324e-05| -|npm|[ts-node](https://typestrong.org/ts-node)|1.861399544245062e-05| -|npm|[minimist](https://github.com/substack/minimist)|1.809807719388373e-05| -|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.8013100436681224e-05| -|npm|tinymce|1.8013100436681224e-05| -|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7966843718508562e-05| -|npm|depd|1.7943277580283877e-05| -|npm|[font-awesome](http://fontawesome.io/)|1.773352009155765e-05| -|npm|gulp|1.762415336605304e-05| -|npm|react-transition-group|1.7491512308652046e-05| -|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7487718340611357e-05| -|npm|[sass](https://github.com/sass/dart-sass)|1.722343072210348e-05| -|npm|on-headers|1.6906904320749246e-05| -|npm|rollup-plugin-commonjs|1.675876005998814e-05| -|npm|autoprefixer|1.639829176424872e-05| -|npm|js-cookie|1.635883611086356e-05| -|npm|styled-components|1.6249000132591115e-05| -|npm|[babel-preset-es2015](https://babeljs.io/)|1.6222624238701022e-05| -|npm|react-highcharts|1.5913829333158224e-05| -|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.571857454772302e-05| -|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5461244541484718e-05| -|npm|nprogress|1.5439800374298192e-05| -|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5178304079737406e-05| -|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5061161472187674e-05| -|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.5010917030567686e-05| -|npm|[sift](https://github.com/crcn/sift.js#readme)|1.5010917030567686e-05| -|npm|docco|1.495776683742022e-05| -|npm|postcss|1.4909201246900869e-05| -|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4852805886798791e-05| -|npm|babel-core|1.4742381117771091e-05| -|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4638378887258456e-05| -|npm|[should](https://github.com/shouldjs/should.js)|1.4602583115854956e-05| -|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.46019220272086e-05| -|npm|[qunit](https://qunitjs.com)|1.4599002549567388e-05| -|npm|whatwg-fetch|1.4503047212236578e-05| -|npm|zap|1.4354189410480349e-05| -|npm|diff|1.4354189410480349e-05| -|npm|[terser](https://terser.org)|1.4162531491085793e-05| -|npm|del-cli|1.4141171127769037e-05| -|npm|puppeteer|1.4033084689538764e-05| -|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.3856231105139402e-05| -|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.3856231105139402e-05| -|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.3856231105139402e-05| -|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.3856231105139402e-05| -|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.3856231105139402e-05| -|npm|reflect-metadata|1.3804500896095247e-05| -|npm|recharts|1.3785536048480528e-05| -|npm|[request](https://github.com/request/request#readme)|1.3726793151521102e-05| -|npm|babel-runtime|1.3650713505926388e-05| -|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.334303736050461e-05| -|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.334303736050461e-05| -|npm|[crypto-js](http://github.com/brix/crypto-js)|1.334303736050461e-05| -|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.334303736050461e-05| -|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.334303736050461e-05| -|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.334303736050461e-05| -|npm|ngx-smart-modal|1.334303736050461e-05| -|npm|plotly|1.334303736050461e-05| -|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3201988313837022e-05| -|npm|stylelint-config-twbs-bootstrap|1.3201988313837022e-05| -|npm|stylelint|1.3201988313837022e-05| -|npm|postcss-cli|1.3201988313837022e-05| -|npm|lockfile-lint|1.3201988313837022e-05| -|npm|hugo-bin|1.3201988313837022e-05| -|npm|find-unused-sass-variables|1.3201988313837022e-05| -|npm|clean-css-cli|1.3201988313837022e-05| -|npm|[stylus](https://github.com/stylus/stylus)|1.320029619897056e-05| -|npm|eslint-plugin-react|1.3190631139926579e-05| -|npm|inherits|1.3170817509151541e-05| -|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.3142282926162728e-05| -|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.308951965065503e-05| -|npm|grunt-shell|1.3065622270742358e-05| -|npm|[difflet](https://github.com/substack/difflet#readme)|1.2995204904266038e-05| -|npm|camelcase|1.2932724945873545e-05| -|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2833820431620201e-05| -|npm|karma|1.2769664357863135e-05| -|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.2737835308796008e-05| -|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.2737835308796008e-05| -|npm|on-finished|1.2680616371071559e-05| -|npm|retry|1.2625071700836356e-05| -|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2609170305676865e-05| -|npm|npm-run-all2|1.2555866232956065e-05| -|npm|readable-stream|1.2444538485531935e-05| -|npm|dayjs|1.242844676511147e-05| -|npm|marked|1.2343089162553909e-05| -|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2212271482495744e-05| -|npm|[auth0](https://github.com/auth0/node-auth0)|1.2212271482495744e-05| -|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2212271482495744e-05| -|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2212271482495744e-05| -|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2212271482495744e-05| -|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2212271482495744e-05| -|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2212271482495744e-05| -|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2212271482495744e-05| -|npm|hammerjs|1.2212271482495744e-05| -|npm|http-status-codes|1.2212271482495744e-05| -|npm|is-url|1.2212271482495744e-05| -|npm|jwks-rsa|1.2212271482495744e-05| -|npm|nats|1.2212271482495744e-05| -|npm|nestjs-s3|1.2212271482495744e-05| -|npm|ngx-material-file-input|1.2212271482495744e-05| -|npm|passport-jwt|1.2212271482495744e-05| -|npm|sharp|1.2212271482495744e-05| -|npm|ssh2|1.2212271482495744e-05| -|npm|stackdriver-errors-js|1.2212271482495744e-05| -|npm|tiny-version-compare|1.2212271482495744e-05| -|npm|unzipper|1.2212271482495744e-05| -|npm|yaml|1.2212271482495744e-05| -|npm|[pug](https://pugjs.org)|1.2121960934733862e-05| -|npm|svgo|1.2100943543356207e-05| -|npm|p-each-series|1.1888646288209607e-05| -|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1778062930079806e-05| -|npm|[split](http://github.com/dominictarr/split)|1.1768523898999473e-05| -|npm|react-test-renderer|1.1766857309548644e-05| -|npm|react-collapsible|1.1745725023420807e-05| -|npm|react-icons|1.1745725023420807e-05| -|npm|basic-auth|1.1629961587948078e-05| -|npm|[jade](http://jade-lang.com)|1.1524963424234325e-05| -|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.1464051777916406e-05| -|npm|[keycode](https://github.com/timoxley/keycode)|1.1464051777916406e-05| -|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.1464051777916406e-05| -|npm|simple-assign|1.1464051777916406e-05| -|npm|warning|1.1464051777916406e-05| -|npm|lodash.merge|1.1464051777916406e-05| -|npm|lodash.throttle|1.1464051777916406e-05| -|npm|recompose|1.1464051777916406e-05| -|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1296787273861511e-05| -|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1145605895196507e-05| -|npm|ms|1.1043803569323125e-05| -|npm|eslint-plugin-prettier|1.1033829739060155e-05| -|npm|react-json-view|1.0936525265127887e-05| -|npm|[canvg](https://github.com/canvg/canvg)|1.091703056768559e-05| -|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.091703056768559e-05| -|npm|[http](https://github.com/npm/security-holder#readme)|1.091703056768559e-05| -|npm|[jspdf](https://github.com/mrrio/jspdf)|1.091703056768559e-05| -|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.091703056768559e-05| -|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.091703056768559e-05| -|npm|[sequelize](https://sequelize.org/)|1.091703056768559e-05| -|npm|create-react-class|1.0826689286855438e-05| -|npm|react-ga|1.0826689286855438e-05| -|npm|acorn|1.0806750042249378e-05| -|npm|vue-loader|1.0598779631940113e-05| -|npm|karma-chrome-launcher|1.0558234616752715e-05| -|npm|[through2](https://github.com/rvagg/through2#readme)|1.054846590827295e-05| -|npm|babel-eslint|1.043489285291456e-05| -|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0432035267172698e-05| -|npm|lodash.get|1.0280333749220212e-05| -|npm|react-router|1.024267188798331e-05| -|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0190268247036805e-05| -|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0190268247036805e-05| -|npm|[remark](https://remark.js.org)|1.0190268247036805e-05| -|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0190268247036805e-05| -|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0190268247036805e-05| -|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0164581843907949e-05| -|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0085075038079345e-05| -|npm|babel-jest|1.0052919825744953e-05| -|npm|source-map-js|9.907205240174672e-06| -|npm|[del](https://github.com/sindresorhus/del#readme)|9.83444353135947e-06| -|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.762618781977029e-06| -|npm|codemirror|9.659772541868613e-06| -|npm|highcharts-exporting|9.480579177200644e-06| -|npm|highcharts-no-data-to-display|9.480579177200644e-06| -|npm|[history](https://github.com/remix-run/history#readme)|9.480579177200644e-06| -|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.480579177200644e-06| -|npm|[ramda](https://ramdajs.com/)|9.480579177200644e-06| -|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.480579177200644e-06| -|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.480579177200644e-06| -|npm|react-fontawesome|9.480579177200644e-06| -|npm|react-js-pagination|9.480579177200644e-06| -|npm|react-router-redux|9.480579177200644e-06| -|npm|react-s-alert|9.480579177200644e-06| -|npm|react-table|9.480579177200644e-06| -|npm|redux-form|9.480579177200644e-06| -|npm|redux-observable|9.480579177200644e-06| -|npm|redux-persist|9.480579177200644e-06| -|npm|reselect|9.480579177200644e-06| -|npm|rx-dom|9.480579177200644e-06| -|npm|codecov|9.316830863601739e-06| -|npm|[fuse.js](http://fusejs.io)|9.173814722395512e-06| -|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.153595936191074e-06| -|npm|[antv](https://github.com/ant-design-vue/antv#readme)|9.006550218340612e-06| -|npm|form-create|9.006550218340612e-06| -|npm|ant-design-vue|9.006550218340612e-06| -|npm|butterfly-dag|9.006550218340612e-06| -|npm|china-area-data|9.006550218340612e-06| -|npm|cron-parser|9.006550218340612e-06| -|npm|dom-align|9.006550218340612e-06| -|npm|element-resize-detector|9.006550218340612e-06| -|npm|enquire.js|9.006550218340612e-06| -|npm|lodash.pick|9.006550218340612e-06| -|npm|md5|9.006550218340612e-06| -|npm|react-visual-modeling|9.006550218340612e-06| -|npm|viser-vue|9.006550218340612e-06| -|npm|vue-area-linkage|9.006550218340612e-06| -|npm|vue-cropper|9.006550218340612e-06| -|npm|vue-i18n|9.006550218340612e-06| -|npm|vue-ls|9.006550218340612e-06| -|npm|vue-photo-preview|9.006550218340612e-06| -|npm|vue-splitpane|9.006550218340612e-06| -|npm|vuedraggable|9.006550218340612e-06| -|npm|vuera|9.006550218340612e-06| -|npm|vxe-table|9.006550218340612e-06| -|npm|vxe-table-plugin-antd|9.006550218340612e-06| -|npm|xe-utils|9.006550218340612e-06| -|npm|svg-sprite|8.916484716157205e-06| -|npm|picocolors|8.916484716157205e-06| -|npm|dompurify|8.896714240068166e-06| -|npm|query-string|8.896714240068166e-06| -|npm|react-virtualized|8.896714240068166e-06| -|npm|[benchmark](https://benchmarkjs.com/)|8.816969677513247e-06| -|npm|publish-please|8.587215836116104e-06| -|npm|eslint-config-react-app|8.554793096277813e-06| -|npm|babel-preset-react|8.540090372729543e-06| -|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.532974786025133e-06| -|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.472095589999525e-06| -|npm|globby|8.422578313357151e-06| -|npm|strip-json-comments|8.335256920287173e-06| -|npm|cpy-cli|8.319640911627414e-06| -|npm|clean-css|8.22567618750557e-06| -|npm|[actions](https://github.com/fundon/actions)|8.02869619463506e-06| -|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.98967252335936e-06| -|npm|needle|7.963736723780624e-06| -|npm|simplebar-core|7.925764192139739e-06| -|npm|webworker-threads|7.925764192139739e-06| -|npm|c8|7.813162035687164e-06| -|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.752577013338087e-06| -|npm|parseurl|7.675257142557224e-06| -|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.562500000000001e-06| -|npm|coffeescript|7.531010065262249e-06| -|npm|rtlcss|7.469962424878818e-06| -|npm|quick-lru|7.430403930131004e-06| -|npm|map-obj|7.430403930131004e-06| -|npm|lodash.kebabcase|7.430403930131004e-06| -|npm|memfs|7.37085206705355e-06| -|npm|ghsign|7.356099890829694e-06| -|npm|git-config-path|7.356099890829694e-06| -|npm|github-username|7.356099890829694e-06| -|npm|parse-git-config|7.356099890829694e-06| -|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.352285892522948e-06| -|npm|[child_process](https://github.com/npm/security-holder#readme)|7.352285892522948e-06| -|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.352285892522948e-06| -|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.352285892522948e-06| -|npm|mkdir-recursive|7.352285892522948e-06| -|npm|ncp|7.352285892522948e-06| -|npm|node-pre-gyp|7.352285892522948e-06| -|npm|react-bootstrap-drawer|7.352285892522948e-06| -|npm|react-combo-select|7.352285892522948e-06| -|npm|react-jsx-parser|7.352285892522948e-06| -|npm|react-pro-sidebar|7.352285892522948e-06| -|npm|react-spinners|7.352285892522948e-06| -|npm|reactour|7.352285892522948e-06| -|npm|util-promisifyall|7.352285892522948e-06| -|npm|package-json-versionify|7.3201196417431605e-06| -|npm|[nopt](https://github.com/npm/nopt#readme)|7.212694357304304e-06| -|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.212694357304304e-06| -|npm|[grunt-legacy-util](http://gruntjs.com/)|6.991438528720189e-06| -|npm|[grunt-known-options](http://gruntjs.com/)|6.991438528720189e-06| -|npm|accepts|6.942208219364332e-06| -|npm|xregexp|6.858834397044004e-06| -|npm|bufferedstream|6.858834397044004e-06| -|npm|tslint|6.850645552981018e-06| -|npm|concat-stream|6.8448367758255465e-06| -|npm|gulp-eslint|6.8311529852115515e-06| -|npm|safer-buffer|6.760011287099401e-06| -|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.677269989459419e-06| -|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.596542400636518e-06| -|npm|electron|6.538755458515283e-06| -|npm|v8-argv|6.538755458515283e-06| -|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.525850688612697e-06| -|npm|[shelljs](http://github.com/shelljs/shelljs)|6.445846542538352e-06| -|npm|[mdi](http://materialdesignicons.com)|6.43325015595758e-06| -|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.43325015595758e-06| -|npm|color|6.43325015595758e-06| -|npm|dotenv-load|6.43325015595758e-06| -|npm|iframe-resizer|6.43325015595758e-06| -|npm|isomorphic-unfetch|6.43325015595758e-06| -|npm|js-file-download|6.43325015595758e-06| -|npm|material-table|6.43325015595758e-06| -|npm|material-ui-chip-input|6.43325015595758e-06| -|npm|materialize-css|6.43325015595758e-06| -|npm|mui-datatables|6.43325015595758e-06| -|npm|next|6.43325015595758e-06| -|npm|next-env|6.43325015595758e-06| -|npm|next-redux-wrapper|6.43325015595758e-06| -|npm|ra-data-simple-rest|6.43325015595758e-06| -|npm|react-admin|6.43325015595758e-06| -|npm|react-loading|6.43325015595758e-06| -|npm|react-scroll|6.43325015595758e-06| -|npm|react-scroll-to-component|6.43325015595758e-06| -|npm|react-swipeable-views|6.43325015595758e-06| -|npm|react-wordcloud|6.43325015595758e-06| -|npm|redux-saga|6.43325015595758e-06| -|npm|serialize-error|6.43325015595758e-06| -|npm|swagger-client|6.43325015595758e-06| -|npm|swagger-ui-react|6.43325015595758e-06| -|npm|tween|6.43325015595758e-06| -|npm|uuid5|6.43325015595758e-06| -|npm|cross-spawn|6.407560832028006e-06| -|npm|sprintf-js|6.360876091703057e-06| -|npm|rollup-plugin-replace|6.2934244169973205e-06| -|npm|karma-firefox-launcher|6.193313664938161e-06| -|npm|bundlewatch|6.172590310094039e-06| -|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.106135741247872e-06| -|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.106135741247872e-06| -|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.106135741247872e-06| -|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.106135741247872e-06| -|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.106135741247872e-06| -|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.106135741247872e-06| -|npm|[esdoc](https://esdoc.org/)|6.106135741247872e-06| -|npm|esdoc-standard-plugin|6.106135741247872e-06| -|npm|fast-random|6.106135741247872e-06| -|npm|flatted|6.106135741247872e-06| -|npm|fs.realpath|6.106135741247872e-06| -|npm|has-unicode|6.106135741247872e-06| -|npm|ignore-walk|6.106135741247872e-06| -|npm|ini|6.106135741247872e-06| -|npm|is-fullwidth-code-point|6.106135741247872e-06| -|npm|jsdocs|6.106135741247872e-06| -|npm|mimic-response|6.106135741247872e-06| -|npm|node|6.106135741247872e-06| -|npm|npm|6.106135741247872e-06| -|npm|npm-bundled|6.106135741247872e-06| -|npm|npm-normalize-package-bin|6.106135741247872e-06| -|npm|npm-packlist|6.106135741247872e-06| -|npm|number-is-nan|6.106135741247872e-06| -|npm|odex|6.106135741247872e-06| -|npm|os-homedir|6.106135741247872e-06| -|npm|os-tmpdir|6.106135741247872e-06| -|npm|osenv|6.106135741247872e-06| -|npm|path-is-absolute|6.106135741247872e-06| -|npm|rc|6.106135741247872e-06| -|npm|set-blocking|6.106135741247872e-06| -|npm|signal-exit|6.106135741247872e-06| -|npm|simple-concat|6.106135741247872e-06| -|npm|string-width|6.106135741247872e-06| -|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.963427100002712e-06| -|npm|prismjs|5.888898219684246e-06| -|npm|run-sequence|5.713907161789808e-06| -|npm|tsconfig-paths|5.66126013724267e-06| -|npm|replace|5.66126013724267e-06| -|npm|node-qunit-phantomjs|5.66126013724267e-06| -|npm|karma-coverage-istanbul-reporter|5.57774775944173e-06| -|npm|karma-browserstack-launcher|5.57774775944173e-06| -|npm|ip|5.57774775944173e-06| -|npm|chai-passport-strategy|5.5728029475982535e-06| -|npm|passport-strategy|5.5728029475982535e-06| -|npm|uglify-es|5.55511150966937e-06| -|npm|d3-axis|5.49423971313949e-06| -|npm|d3-color|5.49423971313949e-06| -|npm|d3-ease|5.49423971313949e-06| -|npm|d3-interpolate|5.49423971313949e-06| -|npm|d3-selection|5.49423971313949e-06| -|npm|d3-shape|5.49423971313949e-06| -|npm|d3-timer|5.49423971313949e-06| -|npm|d3-transition|5.49423971313949e-06| -|npm|d3-zoom|5.49423971313949e-06| -|npm|d3-request|5.477269182782283e-06| -|npm|tough-cookie|5.372825008529317e-06| -|npm|moment-timezone|5.366857164003933e-06| -|npm|gulp-uglify|5.365754800408574e-06| -|npm|karma-jasmine|5.322304146070189e-06| -|npm|rollup-plugin-svelte|5.320733211694238e-06| -|npm|classnames|5.265367819952973e-06| -|npm|[compression](https://github.com/expressjs/compression#readme)|5.258353874087718e-06| -|npm|murl|5.244991009504238e-06| -|npm|protein|5.244991009504238e-06| -|npm|network-address|5.244991009504238e-06| -|npm|updater-license|5.244991009504238e-06| -|npm|update|5.244991009504238e-06| -|npm|cose-base|5.244991009504238e-06| -|npm|karma-mocha|5.17159796912295e-06| -|npm|grunt-contrib-clean|5.169726363000693e-06| -|npm|mime-types|5.085671077901593e-06| -|npm|[which](https://github.com/isaacs/node-which#readme)|5.0814804573156105e-06| -|npm|cli-table|5.080980973175296e-06| -|npm|const-version|4.953602620087336e-06| -|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.953602620087336e-06| -|npm|microbundle|4.953602620087336e-06| -|npm|fresh|4.948499320684774e-06| -|npm|etag|4.948499320684774e-06| -|npm|esbuild|4.928916892744708e-06| -|npm|eslint-config-airbnb-base|4.906733918374203e-06| -|npm|execa|4.879017965252987e-06| -|npm|gulp-rename|4.8778666985188725e-06| -|npm|gulp-concat|4.8778666985188725e-06| -|npm|eslint-plugin-html|4.844311883847131e-06| -|npm|compressible|4.7570310875441875e-06| -|npm|jshint-stylish|4.751103699793656e-06| -|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.743396171241423e-06| -|npm|karma-rollup-preprocessor|4.713666129067917e-06| -|npm|browser-sync|4.664814122503759e-06| -|npm|serialize-javascript|4.660094391179048e-06| -|npm|jest-worker|4.660094391179048e-06| -|npm|jsmd|4.631940112289457e-06| -|npm|is-mergeable-object|4.631940112289457e-06| -|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.6053579595647e-06| -|npm|gzip-size|4.591911000207944e-06| -|npm|read-file-relative|4.585620711166563e-06| -|npm|normalize-newline|4.585620711166563e-06| -|npm|callsite-record|4.585620711166563e-06| -|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.503275109170306e-06| -|npm|baseui|4.503275109170306e-06| -|npm|color2k|4.503275109170306e-06| -|npm|copy-to-clipboard|4.503275109170306e-06| -|npm|cypress-circleci-reporter|4.503275109170306e-06| -|npm|d3-graphviz|4.503275109170306e-06| -|npm|decamelize|4.503275109170306e-06| -|npm|deck.gl|4.503275109170306e-06| -|npm|fzy.js|4.503275109170306e-06| -|npm|hoist-non-react-statics|4.503275109170306e-06| -|npm|humanize-string|4.503275109170306e-06| -|npm|immer|4.503275109170306e-06| -|npm|jest-fetch-mock|4.503275109170306e-06| -|npm|katex|4.503275109170306e-06| -|npm|mapbox-gl|4.503275109170306e-06| -|npm|moment-duration-format|4.503275109170306e-06| -|npm|node-emoji|4.503275109170306e-06| -|npm|numbro|4.503275109170306e-06| -|npm|protobufjs|4.503275109170306e-06| -|npm|react-color|4.503275109170306e-06| -|npm|react-debounce-render|4.503275109170306e-06| -|npm|react-device-detect|4.503275109170306e-06| -|npm|react-dropzone|4.503275109170306e-06| -|npm|react-feather|4.503275109170306e-06| -|npm|react-google-login|4.503275109170306e-06| -|npm|react-hotkeys|4.503275109170306e-06| -|npm|react-html-parser|4.503275109170306e-06| -|npm|react-map-gl|4.503275109170306e-06| -|npm|react-markdown|4.503275109170306e-06| -|npm|react-webcam|4.503275109170306e-06| -|npm|react-window|4.503275109170306e-06| -|npm|rehype-katex|4.503275109170306e-06| -|npm|rehype-raw|4.503275109170306e-06| -|npm|remark-emoji|4.503275109170306e-06| -|npm|remark-gfm|4.503275109170306e-06| -|npm|remark-math|4.503275109170306e-06| -|npm|re-resizable|4.503275109170306e-06| -|npm|styletron-engine-atomic|4.503275109170306e-06| -|npm|styletron-react|4.503275109170306e-06| -|npm|typed-signals|4.503275109170306e-06| -|npm|vega|4.503275109170306e-06| -|npm|vega-embed|4.503275109170306e-06| -|npm|vega-lite|4.503275109170306e-06| -|npm|xxhashjs|4.503275109170306e-06| -|npm|draco3d|4.458242358078603e-06| -|npm|webgl-obj-loader|4.458242358078603e-06| -|npm|temp-path|4.417756182818274e-06| -|npm|hot-loader|4.39343913089786e-06| -|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.39343913089786e-06| -|npm|babel-plugin-strip-function-call|4.39343913089786e-06| -|npm|babel-plugin-styled-components|4.39343913089786e-06| -|npm|binomial|4.39343913089786e-06| -|npm|compression-webpack-plugin|4.39343913089786e-06| -|npm|css.escape|4.39343913089786e-06| -|npm|dom-to-image|4.39343913089786e-06| -|npm|express-naked-redirect|4.39343913089786e-06| -|npm|express-static-gzip|4.39343913089786e-06| -|npm|html-webpack-plugin|4.39343913089786e-06| -|npm|i18next|4.39343913089786e-06| -|npm|leaflet|4.39343913089786e-06| -|npm|leaflet-gesture-handling|4.39343913089786e-06| -|npm|linspace|4.39343913089786e-06| -|npm|lodash-webpack-plugin|4.39343913089786e-06| -|npm|mousetrap|4.39343913089786e-06| -|npm|null-loader|4.39343913089786e-06| -|npm|outer-product|4.39343913089786e-06| -|npm|react-addons-css-transition-group|4.39343913089786e-06| -|npm|react-hot-loader|4.39343913089786e-06| -|npm|react-i18next|4.39343913089786e-06| -|npm|react-tooltip|4.39343913089786e-06| -|npm|redux-thunk|4.39343913089786e-06| -|npm|typeface-lato|4.39343913089786e-06| -|npm|webpack-bundle-analyzer|4.39343913089786e-06| -|npm|webpack-dev-middleware|4.39343913089786e-06| -|npm|webpack-hot-middleware|4.39343913089786e-06| -|npm|yaml-front-matter|4.39343913089786e-06| -|npm|merge-stream|4.381587400773574e-06| -|npm|vinyl-source-stream|4.364620587175443e-06| -|npm|vinyl-buffer|4.364620587175443e-06| -|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.291017443255435e-06| -|npm|rollup-plugin-istanbul|4.285503597679816e-06| -|npm|karma-jasmine-html-reporter|4.285503597679816e-06| -|npm|karma-detect-browsers|4.285503597679816e-06| -|npm|hammer-simulator|4.285503597679816e-06| -|npm|eslint-plugin-unicorn|4.285503597679816e-06| -|npm|eslint-config-xo|4.285503597679816e-06| -|npm|less|4.262794091435701e-06| -|npm|gulp-clean|4.245945102932002e-06| -|npm|mocha-lcov-reporter|4.245945102932002e-06| -|npm|any-promise|4.245945102932002e-06| -|npm|thenify-all|4.245945102932002e-06| -|npm|schema-utils|4.216645598712939e-06| -|npm|loader-utils|4.216645598712939e-06| -|npm|karma-browserify|4.1928707891453525e-06| -|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.164322852755478e-06| -|npm|[shx](https://github.com/shelljs/shx#readme)|4.122003267285211e-06| -|npm|babel-plugin-external-helpers|4.030782618724345e-06| -|npm|csso|3.962882096069869e-06| -|npm|google-closure-compiler|3.962882096069869e-06| -|npm|ora|3.962882096069869e-06| -|npm|update-notifier|3.962882096069869e-06| -|npm|crass|3.962882096069869e-06| -|npm|sqwish|3.962882096069869e-06| -|npm|html-minifier|3.962882096069869e-06| -|npm|node-version|3.962882096069869e-06| -|npm|ascli|3.923253275109171e-06| -|npm|prettier-plugin-svelte|3.9054181773835705e-06| -|npm|eslint-plugin-svelte3|3.9054181773835705e-06| -|npm|svelte|3.9054181773835705e-06| -|npm|path-platform|3.884020742358079e-06| -|npm|underscore.string|3.804366812227074e-06| -|npm|gulp-babel|3.7637270519561537e-06| -|npm|gulp-uglify-es|3.7580570010423007e-06| -|npm|escape-html|3.7494726960582508e-06| -|npm|eslint-plugin-jsx-a11y|3.7406815262215065e-06| -|npm|superagent|3.715201965065502e-06| -|npm|connect-flash|3.715201965065502e-06| -|npm|isexe|3.715201965065502e-06| -|npm|seedrandom|3.6798190892077353e-06| -|npm|[typedoc](https://typedoc.org)|3.6446131277292578e-06| -|npm|sass-true|3.6393815167988593e-06| -|package.json|gitlab/magnumpi/magnumpi|3.63901018922853e-06| -|package.json|gitlab/geekysquirrel/bigx|3.63901018922853e-06| -|package.json|gitlab/metafundev/metafun|3.63901018922853e-06| -|package.json|github/CNIC-Proteomics/TurboPutative-web|3.63901018922853e-06| -|package.json|github/EMResearch/EvoMaster|3.63901018922853e-06| -|package.json|github/Yomguithereal/talisman|3.63901018922853e-06| -|package.json|github/amkram/shusher|3.63901018922853e-06| -|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.63901018922853e-06| -|package.json|github/Samreay/Marz|3.63901018922853e-06| -|package.json|github/streamlit/streamlit|3.63901018922853e-06| -|package.json|github/citation-file-format/cff-initializer-javascript|3.63901018922853e-06| -|package.json|github/ZjuLiangsl/mmkp|3.63901018922853e-06| -|package.json|github/wangjun1996/VisFeature|3.63901018922853e-06| -|package.json|github/nlesc-sherlock/Rig|3.63901018922853e-06| -|package.json|github/nextstrain/auspice|3.63901018922853e-06| -|package.json|github/FINNGEN/lavaa-react|3.63901018922853e-06| -|package.json|github/pmkruyen/dearscholar|3.63901018922853e-06| -|package.json|github/quinlanW/dbMisLoc|3.63901018922853e-06| -|package.json|github/souzamonteiro/cnatool|3.63901018922853e-06| -|package.json|github/lumen-org/lumen|3.63901018922853e-06| -|package.json|github/PDB-REDO/tortoize|3.63901018922853e-06| -|package.json|github/CrowdTruth/CrowdTruth|3.63901018922853e-06| -|package.json|github/PopMedNet-Team/popmednet|3.63901018922853e-06| -|package.json|github/hetalang/heta-compiler|3.63901018922853e-06| -|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.63901018922853e-06| -|package.json|github/CDSP-SCPO/dataverse-feed|3.63901018922853e-06| -|package.json|github/MichaelSel/edoJS|3.63901018922853e-06| -|package.json|github/NLeSC/case-law-app|3.63901018922853e-06| -|package.json|github/NLeSC/pattyvis|3.63901018922853e-06| -|package.json|github/NLeSC/docker-couch-admin|3.63901018922853e-06| -|package.json|github/NLeSC/xenon-flow|3.63901018922853e-06| -|package.json|github/NLeSC/spot|3.63901018922853e-06| -|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.63901018922853e-06| -|package.json|github/NLeSC/ExtJS-DateTime|3.63901018922853e-06| -|package.json|github/NLeSC/DiVE|3.63901018922853e-06| -|package.json|github/NLeSC/UncertaintyVisualization|3.63901018922853e-06| -|package.json|github/PathwayCommons/grounding-search|3.63901018922853e-06| -|package.json|github/ratschlab/metagraph|3.63901018922853e-06| -|package.json|github/bio-tools/biotoolsSum|3.63901018922853e-06| -|package.json|github/emrecdem/emo-spectre|3.63901018922853e-06| -|package.json|github/AA-ALERT/frbcat-web|3.63901018922853e-06| -|package.json|github/neuroneural/brainchop|3.63901018922853e-06| -|package.json|github/LTLA/gesel.js|3.63901018922853e-06| -|package.json|github/ci-for-science/self-hosted-runners|3.63901018922853e-06| -|package.json|github/SchmidtDSE/afscgap|3.63901018922853e-06| -|package.json|github/ablab/spades|3.63901018922853e-06| -|package.json|github/dondi/GRNsight|3.63901018922853e-06| -|package.json|github/cinemascience/cinema_snap|3.63901018922853e-06| -|package.json|github/bramvandijk88/cacatoo|3.63901018922853e-06| -|package.json|github/bids-standard/bids-validator|3.63901018922853e-06| -|package.json|github/leraman/Hopla|3.63901018922853e-06| -|package.json|github/ReGIS-org/regis-v2|3.63901018922853e-06| -|package.json|github/gear-genomics/tracy|3.63901018922853e-06| -|package.json|github/meta-logic/sequoia|3.63901018922853e-06| -|package.json|github/ci-for-research/self-hosted-runners|3.63901018922853e-06| -|package.json|github/phelelani/nf-rnaSeqMetagen|3.63901018922853e-06| -|package.json|github/ADAH-EviDENce/evidence|3.63901018922853e-06| -|package.json|github/iomega/zenodo-upload|3.63901018922853e-06| -|package.json|github/iomega/paired-data-form|3.63901018922853e-06| -|package.json|github/interactivereport/OmicsView0|3.63901018922853e-06| -|package.json|github/IPK-BIT/divbrowse|3.63901018922853e-06| -|package.json|github/klevis-a/kinematics-vis|3.63901018922853e-06| -|package.json|github/mathjax/MathJax|3.63901018922853e-06| -|package.json|github/tobiasrausch/alfred|3.63901018922853e-06| -|package.json|github/research-software-directory/research-software-directory|3.63901018922853e-06| -|package.json|github/fairdataihub/SPARClink|3.63901018922853e-06| -|package.json|github/Via-Appia/via-appia-online-viewer|3.63901018922853e-06| -|package.json|github/TNOCS/csWeb|3.63901018922853e-06| -|package.json|github/tyo-nu/MINE-app|3.63901018922853e-06| -|package.json|github/i-VRESSE/workflow-builder|3.63901018922853e-06| -|package.json|github/sib-swiss/glittr|3.63901018922853e-06| -|package.json|github/jspsych/jspsych|3.63901018922853e-06| -|package.json|github/vibbits/phyd3|3.63901018922853e-06| -|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.63901018922853e-06| -|package.json|github/Kaixhin/FGLab|3.63901018922853e-06| -|package.json|github/Kaixhin/FGMachine|3.63901018922853e-06| -|package.json|github/MolMeDB/MolMeDB|3.63901018922853e-06| -|package.json|github/eWaterCycle/eWaterleaf|3.63901018922853e-06| -|package.json|github/eWaterCycle/setup-singularity|3.63901018922853e-06| -|package.json|github/eWaterCycle/setup-grpc|3.63901018922853e-06| -|package.json|github/eWaterCycle/Cesium-NcWMS|3.63901018922853e-06| -|package.json|github/Shamir-Lab/domino_web|3.63901018922853e-06| -|package.json|github/eweitz/ideogram|3.63901018922853e-06| -|package.json|github/MaayanLab/signature-commons-ui|3.63901018922853e-06| -|package.json|github/eucp-project/atlas|3.63901018922853e-06| -|package.json|github/eucp-project/storyboards|3.63901018922853e-06| -|package.json|github/sonjageorgievska/CClusTera|3.63901018922853e-06| -|package.json|github/luntergroup/octopus|3.63901018922853e-06| -|package.json|github/yyZhang14/dbEssLnc|3.63901018922853e-06| -|package.json|github/DorianDepriester/mtex2Gmsh|3.63901018922853e-06| -|package.json|github/davidhoksza/MolArt|3.63901018922853e-06| -|package.json|github/korcsmarosgroup/TFlink|3.63901018922853e-06| -|package.json|github/biosimulations/Biosimulations|3.63901018922853e-06| -|package.json|github/tortellini-tools/action|3.63901018922853e-06| -|npm|leaflet-geotiff-2|3.602620087336245e-06| -|npm|babel-plugin-remove-comments|3.6026200873362443e-06| -|npm|retape|3.6026200873362443e-06| -|npm|test|3.6026200873362443e-06| -|npm|svelte-preprocess|3.5010424532948087e-06| -|npm|karma-phantomjs-launcher|3.4852132719900194e-06| -|npm|json-stringify-safe|3.463439194539086e-06| -|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.438554821196743e-06| -|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.429417198522002e-06| -|npm|loud-rejection|3.429417198522002e-06| -|npm|csv-spectrum|3.429417198522002e-06| -|npm|bops|3.429417198522002e-06| -|npm|babel-plugin-transform-runtime|3.416127313370763e-06| -|npm|babel-plugin-add-module-exports|3.366090923268871e-06| -|npm|karma-cli|3.3026654831281247e-06| -|npm|through|3.263778680770259e-06| -|npm|watch-run|3.184458827199002e-06| -|npm|rollup-plugin-modify|3.184458827199002e-06| -|npm|rollup-plugin-html|3.184458827199002e-06| -|npm|rollup-plugin-esbuild|3.184458827199002e-06| -|npm|p-limit|3.184458827199002e-06| -|npm|number-precision|3.184458827199002e-06| -|npm|archiver|3.184458827199002e-06| -|npm|path-scurry|3.1542064683406114e-06| -|npm|minipass|3.1542064683406114e-06| -|npm|jackspeak|3.1542064683406114e-06| -|npm|foreground-child|3.1542064683406114e-06| -|npm|eslint-config-xo-nextjs|3.152614238927012e-06| -|npm|babelify|3.1339118616879063e-06| -|npm|babel-plugin-transform-es2015-modules-commonjs|3.1339118616879063e-06| -|npm|babel-register|3.0872946626314253e-06| -|npm|livereload|3.0746499021231744e-06| -|npm|jsonlint|3.0746499021231744e-06| -|npm|http-server|3.0746499021231744e-06| -|npm|highlight.js|3.0746499021231744e-06| -|npm|handlebars|3.0746499021231744e-06| -|npm|download-cli|3.0746499021231744e-06| -|npm|heap|3.0746499021231744e-06| -|npm|git-state|3.065691132012093e-06| -|npm|xpath|3.065691132012093e-06| -|npm|coffee-coverage|3.065691132012093e-06| -|npm|conventional-changelog-cli|3.057192493377975e-06| -|npm|gulp-if|3.049784744263846e-06| -|npm|babel-plugin-istanbul|3.0472645378162654e-06| -|npm|read-package-json|3.0178871346993617e-06| -|npm|is-wsl|3.0178871346993617e-06| -|npm|[covert](https://github.com/substack/covert)|2.985635371179042e-06| -|npm|utest|2.9721615720524017e-06| -|npm|urun|2.9721615720524017e-06| -|npm|timezone-mock|2.9721615720524017e-06| -|npm|sqlstring|2.9721615720524017e-06| -|npm|bignumber.js|2.9721615720524017e-06| -|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9566442757569937e-06| -|npm|eslint-plugin-pabigot|2.9424399563318778e-06| -|npm|gulp-jshint|2.9395004558760015e-06| -|npm|enquirer|2.8944015309231236e-06| -|npm|zuul|2.8370633187772925e-06| -|npm|[x2js](https://github.com/x2js/x2js#readme)|2.830630068621335e-06| -|npm|toml|2.830630068621335e-06| -|npm|properties|2.830630068621335e-06| -|npm|hjson|2.830630068621335e-06| -|npm|cson|2.830630068621335e-06| -|npm|travis-cov|2.830630068621335e-06| -|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8261094063495836e-06| -|npm|ts-loader|2.7971597806477717e-06| -|npm|in-publish|2.7902656724876553e-06| -|npm|assert|2.765149479341619e-06| -|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.748173754878209e-06| -|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.741614687584638e-06| -|npm|eslint-plugin-jest|2.738924806555373e-06| -|npm|server-destroy|2.708702591003355e-06| -|npm|karma-coverage|2.6940274661258524e-06| -|npm|eslint-config-airbnb|2.683490090695331e-06| -|npm|gulp-mocha|2.6641224175259625e-06| -|npm|gulp-istanbul|2.6641224175259625e-06| -|npm|gulp-coveralls|2.6641224175259625e-06| -|npm|stealthy-require|2.6641224175259625e-06| -|npm|request-promise-core|2.6641224175259625e-06| -|npm|updox|2.641921397379913e-06| -|npm|safename|2.641921397379913e-06| -|npm|[q](https://github.com/kriskowal/q)|2.6161883967560916e-06| -|npm|browserify-istanbul|2.6114100768938677e-06| -|npm|combined-stream|2.6114100768938677e-06| -|npm|split2|2.6070037609770142e-06| -|npm|csstype|2.601096112628479e-06| -|npm|gulp-replace|2.561896642374144e-06| -|npm|gulp-header|2.561896642374144e-06| -|npm|jest-canvas-mock|2.5416167883416794e-06| -|npm|postcss-loader|2.5258910657382272e-06| -|npm|[connect](https://github.com/senchalabs/connect#readme)|2.521383733624454e-06| -|npm|open|2.519260761072988e-06| -|npm|imagemin-svgo|2.4941215989250927e-06| -|npm|imagemin-optipng|2.4941215989250927e-06| -|npm|imagemin-jpegtran|2.4941215989250927e-06| -|npm|imagemin-gifsicle|2.4941215989250927e-06| -|npm|pretty-bytes|2.4941215989250927e-06| -|npm|plur|2.4941215989250927e-06| -|npm|p-map|2.4941215989250927e-06| -|npm|imagemin|2.4941215989250927e-06| -|npm|nodeunit-x|2.4897568861269736e-06| -|npm|karma-chai|2.4824994039326824e-06| -|npm|prettier-plugin-pkgjson|2.476801310043668e-06| -|npm|make-dir-cli|2.476801310043668e-06| -|npm|koa|2.476801310043668e-06| -|npm|formdata-polyfill|2.476801310043668e-06| -|npm|once|2.476801310043668e-06| -|npm|hexoid|2.476801310043668e-06| -|npm|dezalgo|2.476801310043668e-06| -|npm|houkou|2.476801310043668e-06| -|npm|rollup-plugin-typescript2|2.4521155827010402e-06| -|npm|gulp-sourcemaps|2.4432211581307027e-06| -|npm|gulp-file|2.4432211581307027e-06| -|npm|watchify|2.4262543445325728e-06| -|npm|gulp-gh-pages|2.4262543445325728e-06| -|npm|gulp-beautify|2.4262543445325728e-06| -|npm|babel-preset-es2017|2.389051777916407e-06| -|npm|statuses|2.35043389626593e-06| -|npm|setprototypeof|2.35043389626593e-06| -|npm|[babel-polyfill](https://babeljs.io/)|2.319158875841251e-06| -|npm|[angular-mocks](http://angularjs.org)|2.3159700561447284e-06| -|npm|gulp-angular-templatecache|2.3159700561447284e-06| -|npm|gulp-cssnano|2.3159700561447284e-06| -|npm|gulp-less|2.3159700561447284e-06| -|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.2998869307548347e-06| -|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.270742358078603e-06| -|npm|gulp-json-editor|2.2291211790393013e-06| -|npm|requizzle|2.2291211790393013e-06| -|npm|markdown-it-anchor|2.2291211790393013e-06| -|npm|klaw|2.2291211790393013e-06| -|npm|js2xmlparser|2.2291211790393013e-06| -|npm|escape-string-regexp|2.2291211790393013e-06| -|npm|catharsis|2.2291211790393013e-06| -|npm|optimist|2.2244034622582657e-06| -|npm|gaze|2.169677947598253e-06| -|npm|hooker|2.1628191132012093e-06| -|npm|punycode|2.1615720524017465e-06| -|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1387983468496582e-06| -|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.131044917007066e-06| -|npm|phantomjs-prebuilt|2.122972551466001e-06| -|npm|node-sass|2.1031084808090097e-06| -|npm|pify|2.0995654182062478e-06| -|npm|rollup-plugin-livereload|2.0857274189841417e-06| -|npm|duplexer|2.075205669058016e-06| -|npm|rollup-plugin-copy|2.0685373578386677e-06| -|npm|[opener](https://github.com/domenic/opener#readme)|2.059620354692096e-06| -|npm|karma-sinon|2.054336872544581e-06| -|npm|bl|2.0474890829694325e-06| -|npm|qs|2.0345153618215846e-06| -|npm|xvfb-maybe|1.9814410480349346e-06| -|npm|twolfson-style|1.9814410480349346e-06| -|npm|proclaim|1.9814410480349346e-06| -|npm|jscs|1.9814410480349346e-06| -|npm|foundry-release-npm|1.9814410480349346e-06| -|npm|foundry-release-git|1.9814410480349346e-06| -|npm|foundry-release-component|1.9814410480349346e-06| -|npm|foundry|1.9814410480349346e-06| -|npm|domify|1.9814410480349346e-06| -|npm|css-controls|1.9814410480349346e-06| -|npm|brfs|1.9814410480349346e-06| -|npm|computed-style|1.9814410480349346e-06| -|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.9745129324823656e-06| -|npm|gulp-autoprefixer|1.9643551690782215e-06| -|npm|ubelt|1.959666970584001e-06| -|npm|asynct|1.959666970584001e-06| -|npm|event-stream|1.959666970584001e-06| -|npm|it-is|1.959666970584001e-06| -|npm|stream-spec|1.959666970584001e-06| -|npm|string-to-stream|1.959666970584001e-06| -|npm|read-dir-deep|1.938366242642871e-06| -|npm|gulp-strip-comments|1.938366242642871e-06| -|npm|gulp-jsbeautifier|1.938366242642871e-06| -|npm|webgpu|1.938366242642871e-06| -|npm|gpu-mock.js|1.938366242642871e-06| -|npm|gl-wiretap|1.938366242642871e-06| -|npm|gl|1.938366242642871e-06| -|npm|babel-preset-stage-2|1.921397379912664e-06| -|npm|pngjs|1.9125878842036045e-06| -|npm|[types](http://nodeca.github.com/types/)|1.8972076883223415e-06| -|npm|[runmd](https://github.com/broofa/runmd)|1.8870867124142234e-06| -|npm|random-seed|1.8870867124142234e-06| -|npm|optional-dev-dependency|1.8870867124142234e-06| -|npm|pm2-sysmonit|1.857600982532751e-06| -|npm|yamljs|1.857600982532751e-06| -|npm|vizion|1.857600982532751e-06| -|npm|source-map-support|1.857600982532751e-06| -|npm|promptly|1.857600982532751e-06| -|npm|pm2-multimeter|1.857600982532751e-06| -|npm|pm2-deploy|1.857600982532751e-06| -|npm|pm2-axon-rpc|1.857600982532751e-06| -|npm|pm2-axon|1.857600982532751e-06| -|npm|pidusage|1.857600982532751e-06| -|npm|fclone|1.857600982532751e-06| -|npm|croner|1.857600982532751e-06| -|npm|cli-tableau|1.857600982532751e-06| -|npm|blessed|1.857600982532751e-06| -|npm|mocha-headless-chrome|1.8390249727074235e-06| -|npm|gulp-format-md|1.8390249727074235e-06| -|npm|babel-plugin-module-resolver|1.824130694559188e-06| -|npm|toidentifier|1.8196907583994297e-06| -|npm|gulp-plumber|1.8196907583994297e-06| -|npm|gulp-filter|1.8196907583994297e-06| -|npm|sveld|1.8196907583994297e-06| -|npm|pretty-quick|1.8196907583994297e-06| -|npm|kefir|1.8116032439176543e-06| -|npm|highland|1.8116032439176543e-06| -|npm|grunt-saucelabs|1.8116032439176543e-06| -|npm|co|1.8116032439176543e-06| -|npm|baconjs|1.8116032439176543e-06| -|npm|acorn-walk|1.8116032439176543e-06| -|npm|travis-check-changes|1.8107322808196171e-06| -|npm|shelljs-release|1.8107322808196171e-06| -|npm|shelljs-changelog|1.8107322808196171e-06| -|npm|rechoir|1.8107322808196171e-06| -|npm|interpret|1.8107322808196171e-06| -|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.8013100436681226e-06| -|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.8013100436681226e-06| -|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.8013100436681226e-06| -|npm|[natives](https://github.com/addaleax/natives#readme)|1.8013100436681226e-06| -|npm|ejs|1.7691437928883342e-06| -|npm|tmp|1.7463169960928521e-06| -|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7243309819729042e-06| -|npm|docdown|1.714708599261001e-06| -|npm|qunitjs|1.714708599261001e-06| -|npm|platform|1.714708599261001e-06| -|npm|qunit-extras|1.714708599261001e-06| -|npm|[formidable](https://github.com/node-formidable/formidable)|1.7080745341614953e-06| -|npm|babel-preset-es2016|1.6813942607610731e-06| -|npm|utils-merge|1.6624508133787609e-06| -|npm|mini-svg-data-uri|1.6512008733624455e-06| -|npm|walkdir|1.6346888646288208e-06| -|npm|jasmine-reporters|1.6346888646288208e-06| -|npm|jasmine-growl-reporter|1.6346888646288208e-06| -|npm|[pre-commit](https://github.com/observing/pre-commit)|1.6269496001435437e-06| -|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5943149177709388e-06| -|npm|cli-color|1.5866303651121178e-06| -|npm|node-domexception|1.576307119463506e-06| -|npm|native-hello-world|1.576307119463506e-06| -|npm|module-not-found-error|1.576307119463506e-06| -|npm|fill-keys|1.576307119463506e-06| -|npm|codeclimate-test-reporter|1.5708441589601914e-06| -|npm|normalize-wheel-es|1.5642955642381063e-06| -|npm|memoize-one|1.5642955642381063e-06| -|npm|lodash-unified|1.5642955642381063e-06| -|npm|lodash-es|1.5642955642381063e-06| -|npm|async-validator|1.5642955642381063e-06| -|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5614813056562899e-06| -|npm|promise|1.55782939540445e-06| -|npm|gulp-util|1.5523308909976487e-06| -|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.532281335578418e-06| -|npm|wdio-chromedriver-service|1.5241854215653343e-06| -|npm|selenium-standalone|1.5241854215653343e-06| -|npm|chromedriver|1.5241854215653343e-06| -|npm|shortid|1.5241854215653343e-06| -|npm|react-beautiful-dnd|1.5241854215653343e-06| -|npm|objectpath|1.5241854215653343e-06| -|npm|taper|1.5037722239550843e-06| -|npm|karma-tap|1.5037722239550843e-06| -|npm|function-bind|1.5037722239550843e-06| -|npm|buffer-equal|1.5037722239550843e-06| -|npm|tunnel-agent|1.5037722239550843e-06| -|npm|performance-now|1.5037722239550843e-06| -|npm|oauth-sign|1.5037722239550843e-06| -|npm|isstream|1.5037722239550843e-06| -|npm|is-typedarray|1.5037722239550843e-06| -|npm|http-signature|1.5037722239550843e-06| -|npm|har-validator|1.5037722239550843e-06| -|npm|forever-agent|1.5037722239550843e-06| -|npm|extend|1.5037722239550843e-06| -|npm|caseless|1.5037722239550843e-06| -|npm|aws4|1.5037722239550843e-06| -|npm|aws-sign2|1.5037722239550843e-06| -|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.499686998028522e-06| -|npm|[mz](https://github.com/normalize/mz#readme)|1.49573066126014e-06| -|npm|es6-promise|1.4796475358702433e-06| -|npm|karma-mocha-reporter|1.4697502279380008e-06| -|npm|generate-object-property|1.4557526067195438e-06| -|npm|uri-path|1.453056768558952e-06| -|npm|maxmin|1.453056768558952e-06| -|npm|svelte-check|1.4153150343106675e-06| -|npm|svelte-guides|1.4153150343106675e-06| -|npm|scenejs|1.4153150343106675e-06| -|npm|print-sizes|1.4153150343106675e-06| -|npm|keycon|1.4153150343106675e-06| -|npm|moveable|1.4153150343106675e-06| -|npm|framework-utils|1.4153150343106675e-06| -|npm|chai-timers|1.4153150343106675e-06| -|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4122905731663793e-06| -|npm|path-exists|1.3911216149207417e-06| -|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3852395898315664e-06| -|npm|conventional-github-releaser|1.3408247693469482e-06| -|npm|corp-semantic-release|1.3408247693469482e-06| -|npm|gulp-clean-css|1.3408247693469482e-06| -|npm|babel-preset-stage-3|1.3374727074235807e-06| -|npm|babel-preset-es2015-loose|1.3374727074235807e-06| -|npm|saucelabs-connector|1.3374727074235807e-06| -|npm|pinkie|1.3374727074235807e-06| -|npm|desired-capabilities|1.3374727074235807e-06| -|npm|extract-text-webpack-plugin|1.3209606986899565e-06| -|npm|copyfiles|1.3209606986899565e-06| -|npm|perfect-scrollbar|1.3209606986899565e-06| -|npm|methods|1.3027331565814098e-06| -|npm|is-number-like|1.293380200585441e-06| -|npm|content-disposition|1.2928358486491675e-06| -|npm|[material-ui](http://material-ui.com/)|1.2737835308796079e-06| -|npm|rollup-plugin-node-polyfills|1.2737835308796007e-06| -|npm|docpress|1.2737835308796007e-06| -|npm|into-stream|1.2610456955708046e-06| -|npm|overland|1.238400655021834e-06| -|npm|sinon-chai|1.2341724492328202e-06| -|npm|repeat-string|1.2260166484716157e-06| -|npm|tap-out|1.2260166484716157e-06| -|npm|figures|1.2260166484716157e-06| -|npm|pretty-ms|1.2260166484716157e-06| -|npm|tapes|1.2260166484716157e-06| -|npm|expect|1.2147757809875714e-06| -|npm|webidl2js|1.204930367048271e-06| -|npm|mocha-sugar-free|1.204930367048271e-06| -|npm|eslint-plugin-jsdom-internal|1.204930367048271e-06| -|npm|xml-name-validator|1.204930367048271e-06| -|npm|whatwg-url|1.204930367048271e-06| -|npm|whatwg-mimetype|1.204930367048271e-06| -|npm|whatwg-encoding|1.204930367048271e-06| -|npm|webidl-conversions|1.204930367048271e-06| -|npm|w3c-xmlserializer|1.204930367048271e-06| -|npm|symbol-tree|1.204930367048271e-06| -|npm|rrweb-cssom|1.204930367048271e-06| -|npm|parse5|1.204930367048271e-06| -|npm|nwsapi|1.204930367048271e-06| -|npm|is-potential-custom-element-name|1.204930367048271e-06| -|npm|https-proxy-agent|1.204930367048271e-06| -|npm|http-proxy-agent|1.204930367048271e-06| -|npm|html-encoding-sniffer|1.204930367048271e-06| -|npm|domexception|1.204930367048271e-06| -|npm|decimal.js|1.204930367048271e-06| -|npm|data-urls|1.204930367048271e-06| -|npm|cssstyle|1.204930367048271e-06| -|npm|abab|1.204930367048271e-06| -|npm|vuetify-loader|1.204930367048271e-06| -|npm|vue-meta|1.204930367048271e-06| -|npm|stylus-loader|1.204930367048271e-06| -|npm|pug-loader|1.204930367048271e-06| -|npm|optimize-css-assets-webpack-plugin|1.204930367048271e-06| -|npm|identity-obj-proxy|1.204930367048271e-06| -|npm|happypack|1.204930367048271e-06| -|npm|friendly-errors-webpack-plugin|1.204930367048271e-06| -|npm|fork-ts-checker-webpack-plugin|1.204930367048271e-06| -|npm|cssnano|1.204930367048271e-06| -|npm|babel-plugin-transform-define|1.204930367048271e-06| -|npm|babel-plugin-detective|1.204930367048271e-06| -|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.200873362445424e-06| -|npm|[node-minify](https://github.com/srod/node-minify)|1.200873362445424e-06| -|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.200873362445415e-06| -|npm|[graphql](https://github.com/graphql/graphql-js)|1.200873362445415e-06| -|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.200873362445415e-06| -|npm|Gmsh|1.200873362445415e-06| -|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.200873362445415e-06| -|npm|[cors](https://github.com/expressjs/cors#readme)|1.1905690223687822e-06| -|npm|babel-plugin-transform-object-rest-spread|1.1902552421707681e-06| -|npm|karma-sourcemap-loader|1.1902552421707681e-06| -|npm|ent|1.176975982532751e-06| -|npm|traverse|1.176975982532751e-06| -|npm|charm|1.176975982532751e-06| -|npm|deep-is|1.176975982532751e-06| -|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1599344978165974e-06| -|npm|pkgfiles|1.1076378529387832e-06| -|npm|obake|1.1076378529387832e-06| -|npm|is-node-modern|1.1076378529387832e-06| -|npm|far|1.1076378529387832e-06| -|npm|fake|1.1076378529387832e-06| -|npm|asynckit|1.1076378529387832e-06| -|npm|[temporary](https://github.com/vesln/temporary)|1.1065586160564324e-06| -|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1065586160564324e-06| -|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1065586160564324e-06| -|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1065586160564324e-06| -|npm|exit|1.1065586160564324e-06| -|npm|d3-time-format|1.1008005822416302e-06| -|npm|d3-time|1.1008005822416302e-06| -|npm|d3-scale-chromatic|1.1008005822416302e-06| -|npm|d3-random|1.1008005822416302e-06| -|npm|d3-quadtree|1.1008005822416302e-06| -|npm|d3-polygon|1.1008005822416302e-06| -|npm|d3-path|1.1008005822416302e-06| -|npm|d3-hierarchy|1.1008005822416302e-06| -|npm|d3-geo|1.1008005822416302e-06| -|npm|d3-force|1.1008005822416302e-06| -|npm|d3-drag|1.1008005822416302e-06| -|npm|d3-delaunay|1.1008005822416302e-06| -|npm|d3-contour|1.1008005822416302e-06| -|npm|d3-chord|1.1008005822416302e-06| -|npm|cz-conventional-changelog|1.098574916061575e-06| -|npm|browserify-middleware|1.078335264236699e-06| -|npm|code-mirror|1.078335264236699e-06| -|npm|github-basic|1.078335264236699e-06| -|npm|handle|1.078335264236699e-06| -|npm|highlight-codemirror|1.078335264236699e-06| -|npm|inconsolata|1.078335264236699e-06| -|npm|jade-code-mirror|1.078335264236699e-06| -|npm|jade-highlighter|1.078335264236699e-06| -|npm|jstransformer-cdata|1.078335264236699e-06| -|npm|jstransformer-coffee-script|1.078335264236699e-06| -|npm|jstransformer-less|1.078335264236699e-06| -|npm|jstransformer-marked|1.078335264236699e-06| -|npm|jstransformer-stylus|1.078335264236699e-06| -|npm|jstransformer-verbatim|1.078335264236699e-06| -|npm|less-file|1.078335264236699e-06| -|npm|linify|1.078335264236699e-06| -|npm|lsr|1.078335264236699e-06| -|npm|pull-request|1.078335264236699e-06| -|npm|stop|1.078335264236699e-06| -|npm|twbs|1.078335264236699e-06| -|npm|character-parser|1.078335264236699e-06| -|npm|constantinople|1.078335264236699e-06| -|npm|jstransformer|1.078335264236699e-06| -|npm|transformers|1.078335264236699e-06| -|npm|void-elements|1.078335264236699e-06| -|npm|with|1.078335264236699e-06| -|npm|testing-library|1.0519424430840534e-06| -|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0368005483903728e-06| -|npm|vitest|1.0368005483903728e-06| -|npm|todomvc-app-css|1.0368005483903728e-06| -|npm|karma-esbuild|1.0368005483903728e-06| -|npm|jasmine-core|1.0368005483903728e-06| -|npm|he|1.0368005483903728e-06| -|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.0351684341859044e-06| -|npm|dts-gen|1.0190268247036805e-06| -|npm|documentation|1.0190268247036805e-06| -|npm|check-node-version|1.0190268247036805e-06| -|npm|check-es3-syntax-cli|1.0190268247036805e-06| -|npm|nodeunit|9.808133187772927e-07| -|npm|tar|9.808133187772927e-07| -|npm|closurecompiler-externs|9.808133187772927e-07| -|npm|gpx-parse|9.300114436669835e-07| -|npm|node-geo-distance|9.300114436669835e-07| -|npm|redis|9.300114436669835e-07| -|npm|seed-random|9.288004912663755e-07| -|npm|freeport|9.288004912663755e-07| -|npm|node-uuid|9.288004912663755e-07| -|npm|event-emitter|9.288004912663755e-07| -|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.04086088583906e-07| -|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|9.00655021834063e-07| -|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|9.00655021834063e-07| -|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|9.00655021834063e-07| -|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|9.00655021834063e-07| -|npm|[uikit](https://getuikit.com)|9.00655021834063e-07| -|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|9.006550218340613e-07| -|npm|[tailwindcss](https://tailwindcss.com)|9.006550218340613e-07| -|npm|babel-plugin-unassert|8.491890205864004e-07| -|npm|babel-preset-power-assert|8.491890205864004e-07| -|npm|eslint-config-mysticatea|8.491890205864004e-07| -|npm|if-node-version|8.491890205864004e-07| -|npm|power-assert|8.491890205864004e-07| -|npm|glob2base|8.491890205864004e-07| -|npm|shell-quote|8.491890205864004e-07| -|npm|subarg|8.491890205864004e-07| -|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.257818873266469e-07| -|npm|batch|8.230601276452805e-07| -|npm|sendgrid-rest|8.06009917844719e-07| -|npm|system-sleep|8.06009917844719e-07| -|npm|lodash.chunk|8.06009917844719e-07| -|npm|mailparser|8.06009917844719e-07| -|npm|async.ensureasync|8.06009917844719e-07| -|npm|bottleneck|8.06009917844719e-07| -|npm|mocha-sinon|8.06009917844719e-07| -|npm|async.queue|8.06009917844719e-07| -|npm|material-components-web|7.821477821190531e-07| -|npm|foundation-sites|7.821477821190531e-07| -|npm|enhanced-resolve|7.821477821190531e-07| -|npm|bootstrap-sass|7.821477821190531e-07| -|npm|neo-async|7.821477821190531e-07| -|npm|klona|7.821477821190531e-07| -|npm|typescript3|7.719900187149096e-07| -|npm|node-qunit|7.719900187149096e-07| -|npm|load-grunt-tasks|7.719900187149096e-07| -|npm|karma-sauce-launcher|7.719900187149096e-07| -|npm|karma-qunit|7.719900187149096e-07| -|npm|grunt-string-replace|7.719900187149096e-07| -|npm|grunt-nuget|7.719900187149096e-07| -|npm|grunt-karma|7.719900187149096e-07| -|npm|grunt-exec|7.719900187149096e-07| -|npm|grunt-env|7.719900187149096e-07| -|npm|grunt-contrib-copy|7.719900187149096e-07| -|npm|grunt-contrib-concat|7.719900187149096e-07| -|npm|grunt-benchmark|7.719900187149096e-07| -|npm|watch|7.620927107826671e-07| -|npm|unminified-webpack-plugin|7.620927107826671e-07| -|npm|jsonpath|7.620927107826671e-07| -|npm|jest-cli|7.620927107826671e-07| -|npm|globify|7.620927107826671e-07| -|npm|codacy-coverage|7.620927107826671e-07| -|npm|cash-cat|7.620927107826671e-07| -|npm|biased-opener|7.620927107826671e-07| -|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.620927107826671e-07| -|npm|package-yaml|7.620927107826671e-07| -|npm|json-loader|7.620927107826671e-07| -|npm|isparta-loader|7.620927107826671e-07| -|npm|isparta|7.620927107826671e-07| -|npm|gatsby|7.620927107826671e-07| -|npm|enzyme-adapter-react-16|7.620927107826671e-07| -|npm|enzyme|7.620927107826671e-07| -|npm|conventional-changelog|7.620927107826671e-07| -|npm|chai-enzyme|7.620927107826671e-07| -|npm|babel-plugin-__coverage__|7.620927107826671e-07| -|npm|add-stream|7.620927107826671e-07| -|npm|karma-webpack|7.620927107826671e-07| -|npm|lodash.isequal|7.620927107826671e-07| -|npm|clamp|7.620927107826671e-07| -|npm|random-buffer|7.620927107826671e-07| -|npm|nock|7.620927107826671e-07| -|npm|is-zip|7.620927107826671e-07| -|npm|p-event|7.620927107826671e-07| -|npm|make-dir|7.620927107826671e-07| -|npm|got|7.620927107826671e-07| -|npm|filenamify|7.620927107826671e-07| -|npm|ext-name|7.620927107826671e-07| -|npm|decompress|7.620927107826671e-07| -|npm|archive-type|7.620927107826671e-07| -|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.205240174672524e-07| -|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.139807972231585e-07| -|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.127477326167289e-07| -|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.076575171553337e-07| -|npm|rollup-plugin-npm|7.076575171553337e-07| -|npm|native-promise-only|7.076575171553337e-07| -|npm|karma-safari-launcher|7.076575171553337e-07| -|npm|eslint-plugin-prefer-arrow|7.076575171553337e-07| -|npm|cheerio|7.076575171553337e-07| -|npm|babel-plugin-syntax-async-generators|7.076575171553337e-07| -|npm|babel-minify|7.076575171553337e-07| -|npm|slugify|7.076575171553337e-07| -|npm|serve-handler|7.076575171553337e-07| -|npm|pixelmatch|7.076575171553337e-07| -|npm|magic-string|7.076575171553337e-07| -|npm|dtslint|7.076575171553337e-07| -|npm|cwebp-bin|7.076575171553337e-07| -|npm|zrender|7.076575171553337e-07| -|npm|should-util|6.754912663755458e-07| -|npm|mocha-better-spec-reporter|6.754912663755458e-07| -|npm|should-equal|6.754912663755458e-07| -|npm|eslint-config-shouldjs|6.754912663755458e-07| -|npm|should-type|6.754912663755458e-07| -|npm|should-format|6.754912663755458e-07| -|npm|should-type-adaptors|6.754912663755458e-07| -|npm|svelte-jest|6.704123846734741e-07| -|npm|rollup-plugin-postcss|6.704123846734741e-07| -|npm|stream-spigot|6.538755458515284e-07| -|npm|polendina|6.538755458515284e-07| -|npm|hundreds|6.538755458515284e-07| -|npm|buffer|6.538755458515284e-07| -|npm|unorm|6.538755458515284e-07| -|npm|iconv|6.538755458515284e-07| -|npm|errto|6.538755458515284e-07| -|npm|grunt-legacy-log-utils|6.538755458515284e-07| -|npm|vuepress-plugin-social-share|6.532223235280003e-07| -|npm|vuepress-plugin-smooth-scroll|6.532223235280003e-07| -|npm|vuepress-plugin-google-adsense|6.532223235280003e-07| -|npm|vuepress-plugin-element-tabs|6.532223235280003e-07| -|npm|vuepress|6.532223235280003e-07| -|npm|vue-eslint-parser|6.532223235280003e-07| -|npm|vue-codemirror|6.532223235280003e-07| -|npm|terser-webpack-plugin|6.532223235280003e-07| -|npm|replace-in-file|6.532223235280003e-07| -|npm|faker|6.532223235280003e-07| -|npm|eslint-plugin-vue|6.532223235280003e-07| -|npm|stream-combiner2|6.473367903930131e-07| -|npm|source-map|6.473367903930131e-07| -|npm|slash|6.473367903930131e-07| -|npm|falafel|6.473367903930131e-07| -|npm|convert-source-map|6.473367903930131e-07| -|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.399134435433555e-07| -|npm|webpack-manifest-plugin|6.290289041380745e-07| -|npm|script-loader|6.290289041380745e-07| -|npm|recursive-readdir|6.290289041380745e-07| -|npm|react-dev-utils|6.290289041380745e-07| -|npm|output-file-sync|6.290289041380745e-07| -|npm|npm-release|6.290289041380745e-07| -|npm|imports-loader|6.290289041380745e-07| -|npm|fs-promise|6.290289041380745e-07| -|npm|flow-typed|6.290289041380745e-07| -|npm|flow-bin|6.290289041380745e-07| -|npm|find-cache-dir|6.290289041380745e-07| -|npm|filesize|6.290289041380745e-07| -|npm|fake-xml-http-request|6.290289041380745e-07| -|npm|eslint-plugin-flowtype|6.290289041380745e-07| -|npm|eslint-loader|6.290289041380745e-07| -|npm|dmd-clear|6.290289041380745e-07| -|npm|dagre|6.290289041380745e-07| -|npm|child-process-promise|6.290289041380745e-07| -|npm|case-sensitive-paths-webpack-plugin|6.290289041380745e-07| -|npm|babel-plugin-flow-react-proptypes|6.290289041380745e-07| -|npm|gulp-marked|6.235303997312732e-07| -|npm|gulp-mocha-phantomjs|6.235303997312732e-07| -|npm|humanize|6.235303997312732e-07| -|npm|chai-jquery|6.235303997312732e-07| -|npm|gulp-iife|6.235303997312732e-07| -|npm|gulp-cache|6.235303997312732e-07| -|npm|gulp-closure-compiler|6.235303997312732e-07| -|npm|drool|6.235303997312732e-07| -|npm|gulp-imagemin|6.235303997312732e-07| -|npm|escodegen|6.235303997312732e-07| -|npm|gulp-zip|6.235303997312732e-07| -|npm|gulp-csso|6.235303997312732e-07| -|npm|gulp-shell|6.235303997312732e-07| -|npm|swig|6.235303997312732e-07| -|npm|vinyl-paths|6.235303997312732e-07| -|npm|gulp-connect|6.235303997312732e-07| -|npm|gulp-css-inline-images|6.235303997312732e-07| -|npm|gulp-front-matter|6.235303997312732e-07| -|npm|gulp-jscs|6.235303997312732e-07| -|npm|gulp-open|6.235303997312732e-07| -|npm|gulp-flatten|6.235303997312732e-07| -|npm|gulp-load-plugins|6.235303997312732e-07| -|npm|gulp-sass|6.235303997312732e-07| -|npm|gulp-size|6.235303997312732e-07| -|npm|gulp-subtree|6.235303997312732e-07| -|npm|gulp-tap|6.235303997312732e-07| -|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.19200327510917e-07| -|npm|node-libs-browser|6.19200327510917e-07| -|npm|module-alias|6.19200327510917e-07| -|npm|mocha-phantomjs-istanbul|6.19200327510917e-07| -|npm|mocha-phantomjs-core|6.19200327510917e-07| -|npm|get-port|6.19200327510917e-07| -|npm|asap|6.19200327510917e-07| -|npm|a-sync-waterfall|6.19200327510917e-07| -|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.182096069868994e-07| -|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.182096069868994e-07| -|npm|[testjs](https://github.com/dcodeIO/test.js)|6.182096069868994e-07| -|npm|websocket-stream|6.035774269398724e-07| -|npm|https-browserify|6.035774269398724e-07| -|npm|setimmediate|6.035774269398724e-07| -|npm|stream-browserify|6.035774269398724e-07| -|npm|timers-browserify|6.035774269398724e-07| -|npm|bunyan|6.035774269398724e-07| -|npm|[joi](https://github.com/hapijs/joi#readme)|6.00436681222712e-07| -|npm|[pm2](http://pm2.keymetrics.io/)|6.00436681222712e-07| -|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|6.004366812227075e-07| -|npm|[long](https://github.com/dcodeIO/long.js#readme)|6.004366812227075e-07| -|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|6.004366812227075e-07| -|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|6.004366812227075e-07| -|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|6.004366812227075e-07| -|npm|its-set|6.004366812227074e-07| -|npm|babel-plugin-transform-es2015-modules-umd|6.004366812227074e-07| -|npm|eslint-plugin-babel|6.004366812227074e-07| -|npm|pretty-hrtime|5.884879912663755e-07| -|npm|utf8|5.884879912663755e-07| -|npm|[string-random](https://github.com/maichong/string-random#readme)|5.575483468496619e-07| -|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.482807372046977e-07| -|npm|babel-plugin-minify-replace|5.482807372046977e-07| -|npm|babel-plugin-minify-numeric-literals|5.482807372046977e-07| -|npm|babel-plugin-minify-mangle-names|5.482807372046977e-07| -|npm|babel-plugin-minify-infinity|5.482807372046977e-07| -|npm|babel-plugin-minify-guarded-expressions|5.482807372046977e-07| -|npm|babel-plugin-minify-flip-comparisons|5.482807372046977e-07| -|npm|babel-plugin-minify-dead-code-elimination|5.482807372046977e-07| -|npm|babel-plugin-minify-constant-folding|5.482807372046977e-07| -|npm|babel-plugin-minify-builtins|5.482807372046977e-07| -|npm|babel-helper-evaluate-path|5.427979298326508e-07| -|npm|esutils|5.427979298326508e-07| -|npm|babel-helper-is-void-0|5.427979298326508e-07| -|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.401785714285707e-07| -|npm|tiny-lr|5.349890829694323e-07| -|npm|grunt-jscs|5.349890829694323e-07| -|npm|vhost|5.307431378665002e-07| -|npm|pbkdf2-password|5.307431378665002e-07| -|npm|hbs|5.307431378665002e-07| -|npm|cookie-session|5.307431378665002e-07| -|npm|connect-redis|5.307431378665002e-07| -|npm|type-is|5.307431378665002e-07| -|npm|send|5.307431378665002e-07| -|npm|range-parser|5.307431378665002e-07| -|npm|proxy-addr|5.307431378665002e-07| -|npm|path-to-regexp|5.307431378665002e-07| -|npm|merge-descriptors|5.307431378665002e-07| -|npm|encodeurl|5.307431378665002e-07| -|npm|cookie-signature|5.307431378665002e-07| -|npm|cookie|5.307431378665002e-07| -|npm|content-type|5.307431378665002e-07| -|npm|array-flatten|5.307431378665002e-07| -|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.146600124766118e-07| -|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.146600124766118e-07| -|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.146600124766118e-07| -|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.146600124766118e-07| -|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.146600124766064e-07| -|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.146600124766064e-07| -|npm|assume|4.850175752195403e-07| -|npm|spawn-sync|4.850175752195403e-07| -|npm|[request-promise](https://github.com/request/request-promise#readme)|4.574755666458757e-07| -|npm|grunt-release|4.549226895998574e-07| -|npm|grunt-jsdoc|4.549226895998574e-07| -|npm|grunt-mocha-istanbul|4.549226895998574e-07| -|npm|help-me-test|4.549226895998574e-07| -|npm|require-dir|4.549226895998574e-07| -|npm|normalize-path|4.526830702049043e-07| -|npm|homedir-polyfill|4.526830702049043e-07| -|npm|eslint-config-gulp|4.526830702049043e-07| -|npm|resolve-dir|4.526830702049043e-07| -|npm|micromatch|4.526830702049043e-07| -|npm|is-glob|4.526830702049043e-07| -|npm|detect-file|4.526830702049043e-07| -|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.503275109170315e-07| -|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.503275109170315e-07| -|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.503275109170315e-07| -|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.503275109170315e-07| -|npm|[vuetify](https://vuetifyjs.com)|4.503275109170315e-07| -|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.503275109170315e-07| -|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.5032751091703064e-07| -|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.5032751091703064e-07| -|npm|[gpu.js](http://gpu.rocks/)|4.5032751091702646e-07| -|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.45824235807863e-07| -|npm|karma-tap-reporter|4.281625313881011e-07| -|npm|karma-spec-reporter|4.281625313881011e-07| -|npm|karma-html-reporter|4.281625313881011e-07| -|npm|karma-chai-sinon|4.281625313881011e-07| -|npm|eslint-plugin-mocha|4.281625313881011e-07| -|npm|eslint-config-nfl|4.281625313881011e-07| -|npm|babel-plugin-transform-class-properties|4.281625313881011e-07| -|npm|react-side-effect|4.281625313881011e-07| -|npm|react-fast-compare|4.281625313881011e-07| -|npm|tslint-config-semistandard|4.1280021834061136e-07| -|npm|eslint-plugin-dependencies|4.1280021834061136e-07| -|npm|eslint-config-semistandard|4.1280021834061136e-07| -|npm|doctoc|4.1280021834061136e-07| -|npm|snappy|4.1280021834061136e-07| -|npm|optional|4.1280021834061136e-07| -|npm|nested-error-stacks|4.1280021834061136e-07| -|npm|denque|4.1280021834061136e-07| -|npm|buffermaker|4.1280021834061136e-07| -|npm|buffer-crc32|4.1280021834061136e-07| -|npm|binary|4.1280021834061136e-07| -|npm|safe-publish-latest|4.0884428866927143e-07| -|npm|object-keys|4.0884428866927143e-07| -|npm|npmignore|4.0884428866927143e-07| -|npm|mv|4.0884428866927143e-07| -|npm|eclint|4.0884428866927143e-07| -|npm|copy-dir|4.0884428866927143e-07| -|npm|aud|4.0884428866927143e-07| -|npm|array.prototype.map|4.0884428866927143e-07| -|npm|supports-preserve-symlinks-flag|4.0884428866927143e-07| -|npm|path-parse|4.0884428866927143e-07| -|npm|is-core-module|4.0884428866927143e-07| -|npm|[config](http://github.com/node-config/node-config.git)|4.0029112081513965e-07| -|npm|[line-height](https://github.com/twolfson/line-height)|4.0029112081513965e-07| -|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|4.0029112081513965e-07| -|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|4.0029112081513965e-07| -|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|4.0029112081513965e-07| -|npm|[react-sigma](https://github.com/dunnock/react-sigma)|4.0029112081513965e-07| -|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|4.0029112081513965e-07| -|npm|[js-sha256](https://github.com/emn178/js-sha256)|4.0029112081513965e-07| -|npm|[rjsf](https://www.rjsf.io/)|4.0029112081513965e-07| -|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.602620087336262e-07| -|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.27510917030567e-07| -|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.27510917030567e-07| -|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.27510917030567e-07| -|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.27510917030567e-07| -|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.242358078602631e-07| -|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.242358078602631e-07| -|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|3.00218340611356e-07| -|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|3.00218340611356e-07| -|npm|[echarts](https://echarts.apache.org)|3.00218340611356e-07| -|npm|[element-plus](https://element-plus.org/)|3.00218340611356e-07| -|npm|[mysql](https://github.com/mysqljs/mysql#readme)|3.00218340611356e-07| -|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|3.00218340611356e-07| -|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.972161572052402e-07| -|npm|[aws-amplify](https://aws-amplify.github.io/)|2.771246221027881e-07| -|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.771246221027881e-07| -|npm|[json2csv](http://zemirco.github.io/json2csv)|2.573300062383059e-07| -|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.573300062383059e-07| -|npm|[cpx](https://github.com/mysticatea/cpx)|2.573300062383059e-07| -|npm|tls|2.573300062383059e-07| -|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.573300062383059e-07| -|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.573300062383059e-07| -|npm|[svelte-moveable](https://daybrush.com/moveable)|2.573300062383059e-07| -|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.573300062383059e-07| -|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.573300062383059e-07| -|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.40174672489083e-07| -|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.40174672489083e-07| -|npm|[cesium](http://cesium.com/cesiumjs/)|2.40174672489083e-07| -|npm|express-flash|2.2516375545851574e-07| -|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2516375545851574e-07| -|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2516375545851532e-07| -|npm|[root](https://github.com/mafintosh/root#readme)|2.119188286668382e-07| -|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|2.0014556040756982e-07| -|npm|[ltd](https://github.com/overlandjs/ltd#readme)|2.0014556040756982e-07| -|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|2.0014556040756982e-07| -|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.50109170305678e-07| -|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.50109170305678e-07| -|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.50109170305678e-07| -|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.50109170305678e-07| -|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.50109170305678e-07| -|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.385623110513949e-07| -|npm|[download](https://github.com/kevva/download#readme)|1.385623110513949e-07| -|npm|[ftp](https://github.com/mscdex/node-ftp)|1.385623110513949e-07| -|npm|pipeline|1.385623110513949e-07| -|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3509825327511172e-07| -|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.3343037360504657e-07| -|npm|[cover](http://www.cover.io)|1.3209606986899644e-07| -|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3209606986899644e-07| -|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3209606986899644e-07| -|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2866500311915295e-07| -|npm|[sendgrid](https://sendgrid.com)|1.2212271482495825e-07| -|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2212271482495825e-07| -|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2212271482495825e-07| -|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2212271482495825e-07| -|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2212271482495825e-07| -|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.091703056768565e-07| -|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.091703056768565e-07| -|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.091703056768565e-07| -|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.091703056768565e-07| -|npm|[dedent](https://github.com/dmnd/dedent)|1.0190268247036855e-07| -|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.480579177200689e-08| -|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.480579177200689e-08| -|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.145112529392032e-08| -|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.145112529392032e-08| -|npm|[opn](https://github.com/sindresorhus/open#readme)|9.145112529392032e-08| -|npm|[node-http2](https://github.com/kaazing/node-http2)|9.145112529392032e-08| -|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.145112529392032e-08| -|npm|[parents](https://github.com/substack/node-parents)|7.846506550218292e-08| -|npm|[coverify](https://github.com/substack/coverify)|7.846506550218292e-08| -|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.352285892522971e-08| -|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.352285892522971e-08| -|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.352285892522845e-08| -|npm|[vx](https://github.com/vxjs/vx)|6.433250155957648e-08| -|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.368917654397971e-08| -|npm|eslint-config-richienb|6.368917654397971e-08| -|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.368917654397971e-08| -|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.368917654397971e-08| -|npm|[aproba](https://github.com/iarna/aproba)|6.106135741247912e-08| -|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.106135741247912e-08| -|npm|concat-map|6.106135741247912e-08| -|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.106135741247912e-08| -|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.106135741247912e-08| -|npm|text-table|3.429417198522028e-08| -|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9721615720523947e-08| -|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.482807372046957e-09| -|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.482807372046957e-09| -|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.482807372046957e-09| +|npm|[express](http://expressjs.com/)|0.00032358994472543275| +|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003106684666792537| +|npm|[lodash](https://lodash.com/)|0.00029391008675800056| +|npm|[mocha](https://mochajs.org/)|0.00025267143685000067| +|npm|[axios](https://axios-http.com)|0.00023000028448837286| +|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018526105873821613| +|npm|eslint|0.00017548176643799048| +|npm|[react](https://reactjs.org/)|0.00017492947398925254| +|npm|[react-dom](https://reactjs.org/)|0.00017492947398925254| +|npm|[angular](http://angularjs.org)|0.0001720593554680756| +|npm|[fs](https://github.com/npm/security-holder#readme)|0.0001653054075700412| +|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014798585637984204| +|npm|[papaparse](http://papaparse.com)|0.00014575480136340782| +|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013659436390105068| +|npm|[d3](https://d3js.org)|0.00013628974523094227| +|npm|nestjs|0.00013384791239045738| +|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012930386184558122| +|npm|[rollup](https://rollupjs.org/)|0.000127792563067577| +|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.0001224143843266235| +|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.0001213083447553172| +|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00011965192168237854| +|npm|[ajv](https://ajv.js.org)|0.00011601811170583034| +|npm|[nyc](https://istanbul.js.org/)|0.00010828216028743119| +|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010573412620638872| +|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.673288096964674e-05| +|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.57404616222419e-05| +|npm|[tape](https://github.com/substack/tape)|9.425370990709042e-05| +|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.376004425948846e-05| +|npm|[three](https://threejs.org/)|9.375924583031183e-05| +|npm|[yargs](https://yargs.js.org/)|9.16445944546017e-05| +|npm|[tap](http://www.node-tap.org/)|9.104837790195487e-05| +|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.049827076476823e-05| +|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.97389412617839e-05| +|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.97389412617839e-05| +|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.97389412617839e-05| +|npm|[quasar](https://quasar.dev)|8.97389412617839e-05| +|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.97389412617839e-05| +|npm|[vows](https://github.com/cloudhead/vows)|8.900647852284672e-05| +|npm|[webpack](https://github.com/webpack/webpack)|8.840288103090284e-05| +|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.480810601996418e-05| +|npm|[jshint](http://jshint.com/)|8.285745025460401e-05| +|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.72131155064246e-05| +|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.179115300942713e-05| +|npm|[bootstrap](https://getbootstrap.com/)|7.123275431146934e-05| +|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.653237312610048e-05| +|npm|[debug](https://github.com/debug-js/debug#readme)|6.631880864578954e-05| +|npm|[react-select](https://github.com/JedWatson/react-select)|6.537652822674199e-05| +|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.481145757795505e-05| +|npm|[chai](http://chaijs.com)|6.478133548046984e-05| +|npm|[cytoscape](http://js.cytoscape.org)|6.305423184502228e-05| +|npm|[pg](https://github.com/brianc/node-postgres)|6.215684243240444e-05| +|npm|loose-envify|5.922770123277738e-05| +|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.8416736227876546e-05| +|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.818781991633339e-05| +|npm|[requirejs](http://github.com/jrburke/r.js)|5.73088164102033e-05| +|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.6129214553744065e-05| +|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.576765241213109e-05| +|npm|[pako](https://github.com/nodeca/pako#readme)|5.538174660727236e-05| +|npm|[moment](https://momentjs.com)|5.4843272925140384e-05| +|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.384336475707034e-05| +|npm|[react-images](https://jossmac.github.io/react-images/)|5.369685219990825e-05| +|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.127939500673366e-05| +|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.127939500673366e-05| +|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.127939500673366e-05| +|npm|[filepond](https://pqina.nl/filepond/)|5.127939500673366e-05| +|npm|[tslib](https://www.typescriptlang.org/)|5.118815694659865e-05| +|npm|[d3-array](https://d3js.org/d3-array/)|5.094204885123543e-05| +|npm|[d3-scale](https://d3js.org/d3-scale/)|5.094204885123543e-05| +|npm|[typescript](https://www.typescriptlang.org/)|5.073721433897974e-05| +|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0382148477879e-05| +|npm|[d3-brush](https://d3js.org/d3-brush/)|5.034378924282354e-05| +|npm|[d3-format](https://d3js.org/d3-format/)|5.034378924282354e-05| +|npm|eslint-plugin-import|5.012744245662894e-05| +|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.952962041233924e-05| +|npm|[rc-slider](http://github.com/react-component/slider/)|4.933017823747186e-05| +|npm|[ws](https://github.com/websockets/ws)|4.770767879366729e-05| +|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.596627991298042e-05| +|npm|[semver](https://github.com/npm/node-semver#readme)|4.5755658921210744e-05| +|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.486947063089195e-05| +|npm|[web-worker](https://github.com/developit/web-worker)|4.486947063089195e-05| +|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.486947063089195e-05| +|npm|[fflate](https://101arrowz.github.io/fflate)|4.486947063089195e-05| +|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.486947063089195e-05| +|npm|react-router-dom|4.4296801580064874e-05| +|npm|cross-env|4.359130485252041e-05| +|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3477845916773577e-05| +|npm|[ava](https://avajs.dev)|4.332866944513065e-05| +|npm|[mongoose](https://mongoosejs.com)|4.1928355209046905e-05| +|npm|[prop-types](https://facebook.github.io/react/)|4.1683907870798654e-05| +|npm|[esm](https://github.com/standard-things/esm#readme)|4.1049135391032545e-05| +|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.017897903655913e-05| +|npm|[apexcharts](https://apexcharts.com)|3.988397389412618e-05| +|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.988397389412618e-05| +|npm|[lodash.debounce](https://lodash.com/)|3.988397389412618e-05| +|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.988397389412618e-05| +|npm|vue-apexcharts|3.988397389412618e-05| +|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.988397389412618e-05| +|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.988397389412618e-05| +|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.988397389412618e-05| +|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.988397389412618e-05| +|npm|rollup-plugin-json|3.95995970904678e-05| +|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.884180599217306e-05| +|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.874212829411343e-05| +|npm|[xo](https://github.com/xojs/xo#readme)|3.834642095123875e-05| +|npm|[nodemon](https://nodemon.io)|3.83414773950888e-05| +|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.826856753645464e-05| +|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8207956723298466e-05| +|npm|[testcafe](https://testcafe.io/)|3.820763622707966e-05| +|npm|[jquery](https://jquery.com)|3.8009177352854016e-05| +|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.7882672764909036e-05| +|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.782738854818398e-05| +|npm|gh-pages|3.765383206292521e-05| +|npm|[colors](https://github.com/Marak/colors.js)|3.6027165130011396e-05| +|npm|[auspice](https://www.npmjs.com/package/auspice)|3.5895576504713564e-05| +|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.5895576504713564e-05| +|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.5895576504713564e-05| +|npm|[rxjs](https://rxjs.dev)|3.537250554006974e-05| +|npm|prettier|3.535500658990605e-05| +|npm|husky|3.484877279859449e-05| +|npm|[passport](https://www.passportjs.org/)|3.4602727350942095e-05| +|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.4290489750437753e-05| +|npm|[xlsx](https://sheetjs.com/)|3.3765700620251884e-05| +|npm|[browserify](https://github.com/browserify/browserify#readme)|3.360460738275716e-05| +|npm|jest|3.3323448326091874e-05| +|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.2717603472059405e-05| +|npm|[angular-animate](http://angularjs.org)|3.2632342277012324e-05| +|npm|[angular-sanitize](http://angularjs.org)|3.2632342277012324e-05| +|npm|[angular-touch](http://angularjs.org)|3.2632342277012324e-05| +|npm|[colorbrewer](http://colorbrewer2.org/)|3.2632342277012324e-05| +|npm|[dc](http://dc-js.github.io/dc.js/)|3.2632342277012324e-05| +|npm|[babel-cli](https://babeljs.io/)|3.2589300947188545e-05| +|npm|eslint-config-standard|3.251565672555239e-05| +|npm|[sinon](https://sinonjs.org/)|3.2245360771842095e-05| +|npm|npm-run-all|3.181908269171025e-05| +|npm|fortawesome|3.177033231711829e-05| +|npm|eslint-plugin-node|3.167800780811739e-05| +|npm|eslint-plugin-standard|3.1226966083344706e-05| +|npm|eslint-plugin-promise|3.1226966083344706e-05| +|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.111354193206985e-05| +|npm|[babel](https://babeljs.io/)|3.064256530890182e-05| +|npm|[commander](https://github.com/tj/commander.js#readme)|3.064091381657812e-05| +|npm|react-router-bootstrap|3.056124934611836e-05| +|npm|[events](https://github.com/Gozala/events#readme)|3.0514369386958222e-05| +|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0379480472392004e-05| +|npm|immutable|3.011989727763935e-05| +|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0087981530538248e-05| +|npm|[async](https://caolan.github.io/async/)|2.998568786407574e-05| +|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.9912980420594635e-05| +|npm|[downloadjs](http://danml.com/download.html)|2.9912980420594635e-05| +|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.9912980420594635e-05| +|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.9912980420594635e-05| +|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.9912980420594635e-05| +|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.9912980420594635e-05| +|npm|babel-preset-env|2.9444908157941594e-05| +|npm|[grunt](https://gruntjs.com/)|2.894124461961949e-05| +|npm|eslint-plugin-markdown|2.892794964117232e-05| +|npm|[winston](https://github.com/winstonjs/winston#readme)|2.876248117364869e-05| +|npm|[underscore](https://underscorejs.org)|2.8141704651403708e-05| +|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7885067253908366e-05| +|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7717862458902878e-05| +|npm|chalk|2.7621252717672996e-05| +|npm|ndoc|2.733586210743571e-05| +|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.684025901484205e-05| +|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6211233879071265e-05| +|npm|object-assign|2.6047775809940504e-05| +|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.5973982998847492e-05| +|npm|[zone.js](https://github.com/angular/angular#readme)|2.5926301196724065e-05| +|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.563969750336683e-05| +|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.563969750336683e-05| +|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.563969750336683e-05| +|npm|[md5-node](https://github.com/shanelau/node-md5)|2.563969750336683e-05| +|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.563969750336683e-05| +|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.563969750336683e-05| +|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.563969750336683e-05| +|npm|net|2.563969750336683e-05| +|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5396120377084845e-05| +|npm|process|2.538330052833316e-05| +|npm|util|2.538330052833316e-05| +|npm|spc|2.538330052833316e-05| +|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.504903250484106e-05| +|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5003965663843117e-05| +|npm|[mathjs](https://mathjs.org)|2.4877628716461206e-05| +|npm|after|2.4558293562725477e-05| +|npm|expect.js|2.4554817802755622e-05| +|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4550485168686764e-05| +|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4505338117285184e-05| +|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.4428934010152285e-05| +|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.4348809955454267e-05| +|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3227186305994483e-05| +|npm|[express-session](https://github.com/expressjs/session#readme)|2.2963554076452915e-05| +|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2760362765099134e-05| +|npm|[emotion](https://emotion.sh)|2.2434735315445976e-05| +|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.2434735315445976e-05| +|npm|[helmet](https://helmetjs.github.io/)|2.2434735315445976e-05| +|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.2434735315445976e-05| +|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.2434735315445976e-05| +|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.235619651032279e-05| +|npm|clipboard|2.2344996374184193e-05| +|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2163025743292244e-05| +|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1229384866402636e-05| +|npm|sax|2.11454692843292e-05| +|npm|[diff2html](https://diff2html.xyz/)|2.1115045002772684e-05| +|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1115045002772684e-05| +|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1115045002772684e-05| +|npm|react-schemaorg|2.1115045002772684e-05| +|npm|safe-buffer|2.106015086249541e-05| +|npm|lint-staged|2.094769315994145e-05| +|npm|vary|2.0717664105163455e-05| +|npm|[standard](https://standardjs.com)|2.0523881743686498e-05| +|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| +|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| +|npm|redux|2.02336380490305e-05| +|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.021591533919308e-05| +|npm|eslint-config-prettier|2.017555647696917e-05| +|npm|[bower](http://bower.io)|1.994198694706309e-05| +|npm|[http-auth](https://github.com/gevorg/http-auth)|1.994198694706309e-05| +|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.994198694706309e-05| +|npm|[multer](https://github.com/expressjs/multer#readme)|1.994198694706309e-05| +|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.994198694706309e-05| +|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.994198694706309e-05| +|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.994198694706309e-05| +|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.994198694706309e-05| +|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.994198694706309e-05| +|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.994198694706309e-05| +|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.994198694706309e-05| +|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.994198694706309e-05| +|npm|coffee-script|1.987290431972979e-05| +|npm|scheduler|1.974256707759246e-05| +|npm|[babel-loader](https://github.com/babel/babel-loader)|1.956518654851028e-05| +|npm|json5|1.947530582395567e-05| +|npm|[jasmine](http://jasmine.github.io/)|1.9342005503043522e-05| +|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8621579779901026e-05| +|npm|validator|1.857791641133783e-05| +|npm|[ts-node](https://typestrong.org/ts-node)|1.854650452351497e-05| +|npm|[minimist](https://github.com/substack/minimist)|1.803245689948966e-05| +|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.7947788252356782e-05| +|npm|tinymce|1.7947788252356782e-05| +|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7901699252524126e-05| +|npm|depd|1.7878218560775957e-05| +|npm|[font-awesome](http://fontawesome.io/)|1.766922161406832e-05| +|npm|gulp|1.7560251432165976e-05| +|npm|react-transition-group|1.7428091306807767e-05| +|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7424311094996377e-05| +|npm|[sass](https://github.com/sass/dart-sass)|1.716098173471369e-05| +|npm|on-headers|1.6845602999789314e-05| +|npm|rollup-plugin-commonjs|1.6697995882830824e-05| +|npm|autoprefixer|1.633883457873658e-05| +|npm|js-cookie|1.6299521984283198e-05| +|npm|styled-components|1.6190084251037122e-05| +|npm|[babel-preset-es2015](https://babeljs.io/)|1.616380399128006e-05| +|npm|react-highcharts|1.5856128719187383e-05| +|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5661581891639905e-05| +|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5405184916606237e-05| +|npm|nprogress|1.53838185020201e-05| +|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5123270344858012e-05| +|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5006552474826587e-05| +|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4956490210297318e-05| +|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4956490210297318e-05| +|npm|docco|1.4903532729960395e-05| +|npm|postcss|1.4855143229326898e-05| +|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4798952348413007e-05| +|npm|babel-core|1.4688927959258504e-05| +|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4585302821677388e-05| +|npm|[should](https://github.com/shouldjs/should.js)|1.4549636839147725e-05| +|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4548978147487032e-05| +|npm|[qunit](https://qunitjs.com)|1.4546069255334002e-05| +|npm|whatwg-fetch|1.4450461834382204e-05| +|npm|zap|1.430214376359681e-05| +|npm|diff|1.430214376359681e-05| +|npm|[terser](https://terser.org)|1.411118076051623e-05| +|npm|del-cli|1.4089897845942464e-05| +|npm|puppeteer|1.3982203309228615e-05| +|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.380599096335137e-05| +|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.380599096335137e-05| +|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.380599096335137e-05| +|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.380599096335137e-05| +|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.380599096335137e-05| +|npm|reflect-metadata|1.3754448318516944e-05| +|npm|recharts|1.3735552233946515e-05| +|npm|[request](https://github.com/request/request#readme)|1.3677022327911526e-05| +|npm|babel-runtime|1.3601218533098517e-05| +|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3294657964708726e-05| +|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3294657964708726e-05| +|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3294657964708726e-05| +|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3294657964708726e-05| +|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3294657964708726e-05| +|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3294657964708726e-05| +|npm|ngx-smart-modal|1.3294657964708726e-05| +|npm|plotly|1.3294657964708726e-05| +|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3154120335904327e-05| +|npm|stylelint-config-twbs-bootstrap|1.3154120335904327e-05| +|npm|stylelint|1.3154120335904327e-05| +|npm|postcss-cli|1.3154120335904327e-05| +|npm|lockfile-lint|1.3154120335904327e-05| +|npm|hugo-bin|1.3154120335904327e-05| +|npm|find-unused-sass-variables|1.3154120335904327e-05| +|npm|clean-css-cli|1.3154120335904327e-05| +|npm|[stylus](https://github.com/stylus/stylus)|1.3152434356334698e-05| +|npm|eslint-plugin-react|1.314280434101459e-05| +|npm|inherits|1.312306255081524e-05| +|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.309463142896852e-05| +|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3042059463379268e-05| +|npm|grunt-shell|1.3018248730964466e-05| +|npm|[difflet](https://github.com/substack/difflet#readme)|1.2948086684888714e-05| +|npm|camelcase|1.288583326731708e-05| +|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2787287362615048e-05| +|npm|karma|1.2723363906964428e-05| +|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.269165026416658e-05| +|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.269165026416658e-05| +|npm|on-finished|1.263463879177108e-05| +|npm|retry|1.2579295516279298e-05| +|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2563451776649754e-05| +|npm|npm-run-all2|1.2510340974678485e-05| +|npm|readable-stream|1.23994168811609e-05| +|npm|dayjs|1.238338350635472e-05| +|npm|marked|1.2298335394741892e-05| +|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2167992035496123e-05| +|npm|[auth0](https://github.com/auth0/node-auth0)|1.2167992035496123e-05| +|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2167992035496123e-05| +|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2167992035496123e-05| +|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2167992035496123e-05| +|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2167992035496123e-05| +|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2167992035496123e-05| +|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2167992035496123e-05| +|npm|hammerjs|1.2167992035496123e-05| +|npm|http-status-codes|1.2167992035496123e-05| +|npm|is-url|1.2167992035496123e-05| +|npm|jwks-rsa|1.2167992035496123e-05| +|npm|nats|1.2167992035496123e-05| +|npm|nestjs-s3|1.2167992035496123e-05| +|npm|ngx-material-file-input|1.2167992035496123e-05| +|npm|passport-jwt|1.2167992035496123e-05| +|npm|sharp|1.2167992035496123e-05| +|npm|ssh2|1.2167992035496123e-05| +|npm|stackdriver-errors-js|1.2167992035496123e-05| +|npm|tiny-version-compare|1.2167992035496123e-05| +|npm|unzipper|1.2167992035496123e-05| +|npm|yaml|1.2167992035496123e-05| +|npm|[pug](https://pugjs.org)|1.2078008937145993e-05| +|npm|svgo|1.2057067750958252e-05| +|npm|p-each-series|1.1845540246555475e-05| +|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1735357843313741e-05| +|npm|[split](http://github.com/dominictarr/split)|1.17258533990031e-05| +|npm|react-test-renderer|1.172419285229865e-05| +|npm|react-collapsible|1.1703137187947925e-05| +|npm|react-icons|1.1703137187947925e-05| +|npm|basic-auth|1.1587793489369584e-05| +|npm|[jade](http://jade-lang.com)|1.1483176029657698e-05| +|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.142248523774992e-05| +|npm|[keycode](https://github.com/timoxley/keycode)|1.142248523774992e-05| +|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.142248523774992e-05| +|npm|simple-assign|1.142248523774992e-05| +|npm|warning|1.142248523774992e-05| +|npm|lodash.merge|1.142248523774992e-05| +|npm|lodash.throttle|1.142248523774992e-05| +|npm|recompose|1.142248523774992e-05| +|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1255827203978038e-05| +|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1105193981145758e-05| +|npm|ms|1.1003760771754876e-05| +|npm|eslint-plugin-prettier|1.0993823104763348e-05| +|npm|react-json-view|1.0896871438930903e-05| +|npm|[canvg](https://github.com/canvg/canvg)|1.0877447425670775e-05| +|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0877447425670775e-05| +|npm|[http](https://github.com/npm/security-holder#readme)|1.0877447425670775e-05| +|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0877447425670775e-05| +|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0877447425670775e-05| +|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0877447425670775e-05| +|npm|[sequelize](https://sequelize.org/)|1.0877447425670775e-05| +|npm|create-react-class|1.0787433705684825e-05| +|npm|react-ga|1.0787433705684825e-05| +|npm|acorn|1.0767566757107068e-05| +|npm|vue-loader|1.0560350409199213e-05| +|npm|karma-chrome-launcher|1.0519952402768842e-05| +|npm|[through2](https://github.com/rvagg/through2#readme)|1.051021911382671e-05| +|npm|babel-eslint|1.0397057853447863e-05| +|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0394210628785557e-05| +|npm|lodash.get|1.0243059152595049e-05| +|npm|react-router|1.020553384633e-05| +|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0153320211333265e-05| +|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0153320211333265e-05| +|npm|[remark](https://remark.js.org)|1.0153320211333265e-05| +|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0153320211333265e-05| +|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0153320211333265e-05| +|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0127726942370936e-05| +|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0048508413575792e-05| +|npm|babel-jest|1.0016469790118611e-05| +|npm|source-map-js|9.87128353879623e-06| +|npm|[del](https://github.com/sindresorhus/del#readme)|9.798785650535104e-06| +|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.727221324464422e-06| +|npm|codemirror|9.624747985879242e-06| +|npm|highcharts-exporting|9.446204343345675e-06| +|npm|highcharts-no-data-to-display|9.446204343345675e-06| +|npm|[history](https://github.com/remix-run/history#readme)|9.446204343345675e-06| +|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.446204343345675e-06| +|npm|[ramda](https://ramdajs.com/)|9.446204343345675e-06| +|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.446204343345675e-06| +|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.446204343345675e-06| +|npm|react-fontawesome|9.446204343345675e-06| +|npm|react-js-pagination|9.446204343345675e-06| +|npm|react-router-redux|9.446204343345675e-06| +|npm|react-s-alert|9.446204343345675e-06| +|npm|react-table|9.446204343345675e-06| +|npm|redux-form|9.446204343345675e-06| +|npm|redux-observable|9.446204343345675e-06| +|npm|redux-persist|9.446204343345675e-06| +|npm|reselect|9.446204343345675e-06| +|npm|rx-dom|9.446204343345675e-06| +|npm|codecov|9.283049750970842e-06| +|npm|[fuse.js](http://fusejs.io)|9.140552159950279e-06| +|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.120406683340491e-06| +|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.973894126178391e-06| +|npm|form-create|8.973894126178391e-06| +|npm|ant-design-vue|8.973894126178391e-06| +|npm|butterfly-dag|8.973894126178391e-06| +|npm|china-area-data|8.973894126178391e-06| +|npm|cron-parser|8.973894126178391e-06| +|npm|dom-align|8.973894126178391e-06| +|npm|element-resize-detector|8.973894126178391e-06| +|npm|enquire.js|8.973894126178391e-06| +|npm|lodash.pick|8.973894126178391e-06| +|npm|md5|8.973894126178391e-06| +|npm|react-visual-modeling|8.973894126178391e-06| +|npm|viser-vue|8.973894126178391e-06| +|npm|vue-area-linkage|8.973894126178391e-06| +|npm|vue-cropper|8.973894126178391e-06| +|npm|vue-i18n|8.973894126178391e-06| +|npm|vue-ls|8.973894126178391e-06| +|npm|vue-photo-preview|8.973894126178391e-06| +|npm|vue-splitpane|8.973894126178391e-06| +|npm|vuedraggable|8.973894126178391e-06| +|npm|vuera|8.973894126178391e-06| +|npm|vxe-table|8.973894126178391e-06| +|npm|vxe-table-plugin-antd|8.973894126178391e-06| +|npm|xe-utils|8.973894126178391e-06| +|npm|svg-sprite|8.884155184916607e-06| +|npm|picocolors|8.884155184916607e-06| +|npm|dompurify|8.864456392932312e-06| +|npm|query-string|8.864456392932312e-06| +|npm|react-virtualized|8.864456392932312e-06| +|npm|[benchmark](https://benchmarkjs.com/)|8.785000969472952e-06| +|npm|publish-please|8.556080173186025e-06| +|npm|eslint-config-react-app|8.523774992230395e-06| +|npm|babel-preset-react|8.509125578049594e-06| +|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.502035791151944e-06| +|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.441377331877701e-06| +|npm|globby|8.392039595759773e-06| +|npm|strip-json-comments|8.305034813977213e-06| +|npm|cpy-cli|8.289475426088517e-06| +|npm|clean-css|8.195851400748841e-06| +|npm|[actions](https://github.com/fundon/actions)|7.99958562105045e-06| +|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.96070344241897e-06| +|npm|needle|7.934861681272354e-06| +|npm|webworker-threads|7.897026831036984e-06| +|npm|simplebar-core|7.897026831036984e-06| +|npm|c8|7.784832949263352e-06| +|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.724467597046072e-06| +|npm|parseurl|7.647428073875e-06| +|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.535079767947789e-06| +|npm|coffeescript|7.503704009913219e-06| +|npm|rtlcss|7.4428777170293665e-06| +|npm|quick-lru|7.403462654097172e-06| +|npm|map-obj|7.403462654097172e-06| +|npm|lodash.kebabcase|7.403462654097172e-06| +|npm|memfs|7.3441267151062935e-06| +|npm|ghsign|7.3294280275562e-06| +|npm|git-config-path|7.3294280275562e-06| +|npm|github-username|7.3294280275562e-06| +|npm|parse-git-config|7.3294280275562e-06| +|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.325627858104808e-06| +|npm|[child_process](https://github.com/npm/security-holder#readme)|7.325627858104808e-06| +|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.325627858104808e-06| +|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.325627858104808e-06| +|npm|mkdir-recursive|7.325627858104808e-06| +|npm|ncp|7.325627858104808e-06| +|npm|node-pre-gyp|7.325627858104808e-06| +|npm|react-bootstrap-drawer|7.325627858104808e-06| +|npm|react-combo-select|7.325627858104808e-06| +|npm|react-jsx-parser|7.325627858104808e-06| +|npm|react-pro-sidebar|7.325627858104808e-06| +|npm|react-spinners|7.325627858104808e-06| +|npm|reactour|7.325627858104808e-06| +|npm|util-promisifyall|7.325627858104808e-06| +|npm|package-json-versionify|7.293578236225599e-06| +|npm|[nopt](https://github.com/npm/nopt#readme)|7.186542456081302e-06| +|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.186542456081302e-06| +|npm|[grunt-legacy-util](http://gruntjs.com/)|6.9660888603782e-06| +|npm|[grunt-known-options](http://gruntjs.com/)|6.9660888603782e-06| +|npm|accepts|6.917037051056268e-06| +|npm|xregexp|6.833965526858928e-06| +|npm|bufferedstream|6.833965526858928e-06| +|npm|tslint|6.825806374036199e-06| +|npm|concat-stream|6.820018658436767e-06| +|npm|gulp-eslint|6.806384482727101e-06| +|npm|safer-buffer|6.7355007313086126e-06| +|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.653059438373633e-06| +|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.572624552918475e-06| +|npm|electron|6.515047135605511e-06| +|npm|v8-argv|6.515047135605511e-06| +|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.502189156021643e-06| +|npm|[shelljs](http://github.com/shelljs/shelljs)|6.422475090244884e-06| +|npm|[mdi](http://materialdesignicons.com)|6.409924375841708e-06| +|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.409924375841708e-06| +|npm|color|6.409924375841708e-06| +|npm|dotenv-load|6.409924375841708e-06| +|npm|iframe-resizer|6.409924375841708e-06| +|npm|isomorphic-unfetch|6.409924375841708e-06| +|npm|js-file-download|6.409924375841708e-06| +|npm|material-table|6.409924375841708e-06| +|npm|material-ui-chip-input|6.409924375841708e-06| +|npm|materialize-css|6.409924375841708e-06| +|npm|mui-datatables|6.409924375841708e-06| +|npm|next|6.409924375841708e-06| +|npm|next-env|6.409924375841708e-06| +|npm|next-redux-wrapper|6.409924375841708e-06| +|npm|ra-data-simple-rest|6.409924375841708e-06| +|npm|react-admin|6.409924375841708e-06| +|npm|react-loading|6.409924375841708e-06| +|npm|react-scroll|6.409924375841708e-06| +|npm|react-scroll-to-component|6.409924375841708e-06| +|npm|react-swipeable-views|6.409924375841708e-06| +|npm|react-wordcloud|6.409924375841708e-06| +|npm|redux-saga|6.409924375841708e-06| +|npm|serialize-error|6.409924375841708e-06| +|npm|swagger-client|6.409924375841708e-06| +|npm|swagger-ui-react|6.409924375841708e-06| +|npm|tween|6.409924375841708e-06| +|npm|uuid5|6.409924375841708e-06| +|npm|cross-spawn|6.384328196668948e-06| +|npm|sprintf-js|6.3378127266134885e-06| +|npm|rollup-plugin-replace|6.270605619256214e-06| +|npm|karma-firefox-launcher|6.170857850344476e-06| +|npm|bundlewatch|6.150209634567955e-06| +|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.083996017748061e-06| +|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.083996017748061e-06| +|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.083996017748061e-06| +|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.083996017748061e-06| +|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.083996017748061e-06| +|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.083996017748061e-06| +|npm|[esdoc](https://esdoc.org/)|6.083996017748061e-06| +|npm|esdoc-standard-plugin|6.083996017748061e-06| +|npm|fast-random|6.083996017748061e-06| +|npm|flatted|6.083996017748061e-06| +|npm|fs.realpath|6.083996017748061e-06| +|npm|has-unicode|6.083996017748061e-06| +|npm|ignore-walk|6.083996017748061e-06| +|npm|ini|6.083996017748061e-06| +|npm|is-fullwidth-code-point|6.083996017748061e-06| +|npm|jsdocs|6.083996017748061e-06| +|npm|mimic-response|6.083996017748061e-06| +|npm|node|6.083996017748061e-06| +|npm|npm|6.083996017748061e-06| +|npm|npm-bundled|6.083996017748061e-06| +|npm|npm-normalize-package-bin|6.083996017748061e-06| +|npm|npm-packlist|6.083996017748061e-06| +|npm|number-is-nan|6.083996017748061e-06| +|npm|odex|6.083996017748061e-06| +|npm|os-homedir|6.083996017748061e-06| +|npm|os-tmpdir|6.083996017748061e-06| +|npm|osenv|6.083996017748061e-06| +|npm|path-is-absolute|6.083996017748061e-06| +|npm|rc|6.083996017748061e-06| +|npm|set-blocking|6.083996017748061e-06| +|npm|signal-exit|6.083996017748061e-06| +|npm|simple-concat|6.083996017748061e-06| +|npm|string-width|6.083996017748061e-06| +|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.941804811750346e-06| +|npm|prismjs|5.8675461594243326e-06| +|npm|run-sequence|5.6931895868739645e-06| +|npm|tsconfig-paths|5.640733450740702e-06| +|npm|replace|5.640733450740702e-06| +|npm|node-qunit-phantomjs|5.640733450740702e-06| +|npm|karma-coverage-istanbul-reporter|5.557523873439403e-06| +|npm|karma-browserstack-launcher|5.557523873439403e-06| +|npm|ip|5.557523873439403e-06| +|npm|chai-passport-strategy|5.552596990572879e-06| +|npm|passport-strategy|5.552596990572879e-06| +|npm|uglify-es|5.534969698539315e-06| +|npm|d3-axis|5.474318611931587e-06| +|npm|d3-color|5.474318611931587e-06| +|npm|d3-ease|5.474318611931587e-06| +|npm|d3-interpolate|5.474318611931587e-06| +|npm|d3-selection|5.474318611931587e-06| +|npm|d3-shape|5.474318611931587e-06| +|npm|d3-timer|5.474318611931587e-06| +|npm|d3-transition|5.474318611931587e-06| +|npm|d3-zoom|5.474318611931587e-06| +|npm|d3-request|5.457409613591629e-06| +|npm|tough-cookie|5.353344134676782e-06| +|npm|moment-timezone|5.347397928456421e-06| +|npm|gulp-uglify|5.346299561828413e-06| +|npm|karma-jasmine|5.30300645155942e-06| +|npm|rollup-plugin-svelte|5.301441213102163e-06| +|npm|classnames|5.246276566073521e-06| +|npm|[compression](https://github.com/expressjs/compression#readme)|5.239288051484066e-06| +|npm|murl|5.225973638186239e-06| +|npm|protein|5.225973638186239e-06| +|npm|network-address|5.225973638186239e-06| +|npm|updater-license|5.225973638186239e-06| +|npm|update|5.225973638186239e-06| +|npm|cose-base|5.225973638186239e-06| +|npm|karma-mocha|5.152846707451004e-06| +|npm|grunt-contrib-clean|5.150981887427811e-06| +|npm|mime-types|5.067231371310217e-06| +|npm|[which](https://github.com/isaacs/node-which#readme)|5.063055945142603e-06| +|npm|cli-table|5.06255827203978e-06| +|npm|const-version|4.935641769398115e-06| +|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.935641769398115e-06| +|npm|microbundle|4.935641769398115e-06| +|npm|fresh|4.930556973619202e-06| +|npm|etag|4.930556973619202e-06| +|npm|esbuild|4.911045547955931e-06| +|npm|eslint-config-airbnb-base|4.888943004964579e-06| +|npm|execa|4.8613275447843384e-06| +|npm|gulp-rename|4.860180452331349e-06| +|npm|gulp-concat|4.860180452331349e-06| +|npm|eslint-plugin-html|4.8267473012370975e-06| +|npm|compressible|4.739782969025173e-06| +|npm|jshint-stylish|4.73387707289085e-06| +|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.726197490417487e-06| +|npm|karma-rollup-preprocessor|4.696575243900884e-06| +|npm|browser-sync|4.647900365714406e-06| +|npm|serialize-javascript|4.643197747266143e-06| +|npm|jest-worker|4.643197747266143e-06| +|npm|jsmd|4.615145550606029e-06| +|npm|is-mergeable-object|4.615145550606029e-06| +|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.588659779870847e-06| +|npm|gzip-size|4.575261576711904e-06| +|npm|read-file-relative|4.568994095099969e-06| +|npm|normalize-newline|4.568994095099969e-06| +|npm|callsite-record|4.568994095099969e-06| +|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.4869470630891954e-06| +|npm|baseui|4.4869470630891954e-06| +|npm|color2k|4.4869470630891954e-06| +|npm|copy-to-clipboard|4.4869470630891954e-06| +|npm|cypress-circleci-reporter|4.4869470630891954e-06| +|npm|d3-graphviz|4.4869470630891954e-06| +|npm|decamelize|4.4869470630891954e-06| +|npm|deck.gl|4.4869470630891954e-06| +|npm|fzy.js|4.4869470630891954e-06| +|npm|hoist-non-react-statics|4.4869470630891954e-06| +|npm|humanize-string|4.4869470630891954e-06| +|npm|immer|4.4869470630891954e-06| +|npm|jest-fetch-mock|4.4869470630891954e-06| +|npm|katex|4.4869470630891954e-06| +|npm|mapbox-gl|4.4869470630891954e-06| +|npm|moment-duration-format|4.4869470630891954e-06| +|npm|node-emoji|4.4869470630891954e-06| +|npm|numbro|4.4869470630891954e-06| +|npm|protobufjs|4.4869470630891954e-06| +|npm|react-color|4.4869470630891954e-06| +|npm|react-debounce-render|4.4869470630891954e-06| +|npm|react-device-detect|4.4869470630891954e-06| +|npm|react-dropzone|4.4869470630891954e-06| +|npm|react-feather|4.4869470630891954e-06| +|npm|react-google-login|4.4869470630891954e-06| +|npm|react-hotkeys|4.4869470630891954e-06| +|npm|react-html-parser|4.4869470630891954e-06| +|npm|react-map-gl|4.4869470630891954e-06| +|npm|react-markdown|4.4869470630891954e-06| +|npm|react-webcam|4.4869470630891954e-06| +|npm|react-window|4.4869470630891954e-06| +|npm|rehype-katex|4.4869470630891954e-06| +|npm|rehype-raw|4.4869470630891954e-06| +|npm|remark-emoji|4.4869470630891954e-06| +|npm|remark-gfm|4.4869470630891954e-06| +|npm|remark-math|4.4869470630891954e-06| +|npm|re-resizable|4.4869470630891954e-06| +|npm|styletron-engine-atomic|4.4869470630891954e-06| +|npm|styletron-react|4.4869470630891954e-06| +|npm|typed-signals|4.4869470630891954e-06| +|npm|vega|4.4869470630891954e-06| +|npm|vega-embed|4.4869470630891954e-06| +|npm|vega-lite|4.4869470630891954e-06| +|npm|xxhashjs|4.4869470630891954e-06| +|npm|draco3d|4.442077592458303e-06| +|npm|webgl-obj-loader|4.442077592458303e-06| +|npm|temp-path|4.401738212612261e-06| +|npm|hot-loader|4.377509329843117e-06| +|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.377509329843117e-06| +|npm|babel-plugin-strip-function-call|4.377509329843117e-06| +|npm|babel-plugin-styled-components|4.377509329843117e-06| +|npm|binomial|4.377509329843117e-06| +|npm|compression-webpack-plugin|4.377509329843117e-06| +|npm|css.escape|4.377509329843117e-06| +|npm|dom-to-image|4.377509329843117e-06| +|npm|express-naked-redirect|4.377509329843117e-06| +|npm|express-static-gzip|4.377509329843117e-06| +|npm|html-webpack-plugin|4.377509329843117e-06| +|npm|i18next|4.377509329843117e-06| +|npm|leaflet|4.377509329843117e-06| +|npm|leaflet-gesture-handling|4.377509329843117e-06| +|npm|linspace|4.377509329843117e-06| +|npm|lodash-webpack-plugin|4.377509329843117e-06| +|npm|mousetrap|4.377509329843117e-06| +|npm|null-loader|4.377509329843117e-06| +|npm|outer-product|4.377509329843117e-06| +|npm|react-addons-css-transition-group|4.377509329843117e-06| +|npm|react-hot-loader|4.377509329843117e-06| +|npm|react-i18next|4.377509329843117e-06| +|npm|react-tooltip|4.377509329843117e-06| +|npm|redux-thunk|4.377509329843117e-06| +|npm|typeface-lato|4.377509329843117e-06| +|npm|webpack-bundle-analyzer|4.377509329843117e-06| +|npm|webpack-dev-middleware|4.377509329843117e-06| +|npm|webpack-hot-middleware|4.377509329843117e-06| +|npm|yaml-front-matter|4.377509329843117e-06| +|npm|merge-stream|4.365700571909275e-06| +|npm|vinyl-source-stream|4.34879527685211e-06| +|npm|vinyl-buffer|4.34879527685211e-06| +|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.275459004374886e-06| +|npm|rollup-plugin-istanbul|4.2699651509877215e-06| +|npm|karma-jasmine-html-reporter|4.2699651509877215e-06| +|npm|karma-detect-browsers|4.2699651509877215e-06| +|npm|hammer-simulator|4.2699651509877215e-06| +|npm|eslint-plugin-unicorn|4.2699651509877215e-06| +|npm|eslint-config-xo|4.2699651509877215e-06| +|npm|less|4.247337985230351e-06| +|npm|gulp-clean|4.230550088055527e-06| +|npm|mocha-lcov-reporter|4.230550088055527e-06| +|npm|any-promise|4.230550088055526e-06| +|npm|thenify-all|4.230550088055526e-06| +|npm|schema-utils|4.201356818442044e-06| +|npm|loader-utils|4.201356818442044e-06| +|npm|karma-browserify|4.177668211954833e-06| +|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.149223785124023e-06| +|npm|[shx](https://github.com/shelljs/shx#readme)|4.107057642675766e-06| +|npm|babel-plugin-external-helpers|4.016167743384518e-06| +|npm|csso|3.948513415518492e-06| +|npm|google-closure-compiler|3.948513415518492e-06| +|npm|ora|3.948513415518492e-06| +|npm|update-notifier|3.948513415518492e-06| +|npm|crass|3.948513415518492e-06| +|npm|sqwish|3.948513415518492e-06| +|npm|html-minifier|3.948513415518492e-06| +|npm|node-version|3.948513415518492e-06| +|npm|ascli|3.909028281363307e-06| +|npm|prettier-plugin-svelte|3.891257850416988e-06| +|npm|eslint-plugin-svelte3|3.891257850416988e-06| +|npm|svelte|3.891257850416988e-06| +|npm|path-platform|3.8699379985496735e-06| +|npm|underscore.string|3.790572878897752e-06| +|npm|gulp-babel|3.750080470912078e-06| +|npm|gulp-uglify-es|3.7444309785584632e-06| +|npm|escape-html|3.73587779868313e-06| +|npm|eslint-plugin-jsx-a11y|3.7271185040089553e-06| +|npm|superagent|3.701731327048586e-06| +|npm|connect-flash|3.701731327048586e-06| +|npm|isexe|3.701731327048586e-06| +|npm|seedrandom|3.6664767429814563e-06| +|npm|[typedoc](https://typedoc.org)|3.631398431834663e-06| +|npm|sass-true|3.62618578976188e-06| +|package.json|gitlab/magnumpi/magnumpi|3.6258158085569257e-06| +|package.json|gitlab/geekysquirrel/bigx|3.6258158085569257e-06| +|package.json|gitlab/metafundev/metafun|3.6258158085569257e-06| +|package.json|github/emrecdem/emo-spectre|3.6258158085569257e-06| +|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6258158085569257e-06| +|package.json|github/eWaterCycle/Cesium-NcWMS|3.6258158085569257e-06| +|package.json|github/eWaterCycle/setup-grpc|3.6258158085569257e-06| +|package.json|github/eWaterCycle/eWaterleaf|3.6258158085569257e-06| +|package.json|github/eWaterCycle/setup-singularity|3.6258158085569257e-06| +|package.json|github/EMResearch/EvoMaster|3.6258158085569257e-06| +|package.json|github/ReGIS-org/regis-v2|3.6258158085569257e-06| +|package.json|github/tyo-nu/MINE-app|3.6258158085569257e-06| +|package.json|github/streamlit/streamlit|3.6258158085569257e-06| +|package.json|github/ZjuLiangsl/mmkp|3.6258158085569257e-06| +|package.json|github/AA-ALERT/frbcat-web|3.6258158085569257e-06| +|package.json|github/eucp-project/storyboards|3.6258158085569257e-06| +|package.json|github/eucp-project/atlas|3.6258158085569257e-06| +|package.json|github/MaayanLab/signature-commons-ui|3.6258158085569257e-06| +|package.json|github/luntergroup/octopus|3.6258158085569257e-06| +|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6258158085569257e-06| +|package.json|github/MolMeDB/MolMeDB|3.6258158085569257e-06| +|package.json|github/interactivereport/OmicsView0|3.6258158085569257e-06| +|package.json|github/klevis-a/kinematics-vis|3.6258158085569257e-06| +|package.json|github/ablab/spades|3.6258158085569257e-06| +|package.json|github/DorianDepriester/mtex2Gmsh|3.6258158085569257e-06| +|package.json|github/fairdataihub/SPARClink|3.6258158085569257e-06| +|package.json|github/Via-Appia/via-appia-online-viewer|3.6258158085569257e-06| +|package.json|github/ADAH-EviDENce/evidence|3.6258158085569257e-06| +|package.json|github/bio-tools/biotoolsSum|3.6258158085569257e-06| +|package.json|github/nextstrain/auspice|3.6258158085569257e-06| +|package.json|github/souzamonteiro/cnatool|3.6258158085569257e-06| +|package.json|github/phelelani/nf-rnaSeqMetagen|3.6258158085569257e-06| +|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6258158085569257e-06| +|package.json|github/davidhoksza/MolArt|3.6258158085569257e-06| +|package.json|github/lumen-org/lumen|3.6258158085569257e-06| +|package.json|github/meta-logic/sequoia|3.6258158085569257e-06| +|package.json|github/tobiasrausch/alfred|3.6258158085569257e-06| +|package.json|github/CrowdTruth/CrowdTruth|3.6258158085569257e-06| +|package.json|github/eweitz/ideogram|3.6258158085569257e-06| +|package.json|github/Yomguithereal/talisman|3.6258158085569257e-06| +|package.json|github/MichaelSel/edoJS|3.6258158085569257e-06| +|package.json|github/sonjageorgievska/CClusTera|3.6258158085569257e-06| +|package.json|github/biosimulations/Biosimulations|3.6258158085569257e-06| +|package.json|github/SchmidtDSE/afscgap|3.6258158085569257e-06| +|package.json|github/Samreay/Marz|3.6258158085569257e-06| +|package.json|github/TNOCS/csWeb|3.6258158085569257e-06| +|package.json|github/Shamir-Lab/domino_web|3.6258158085569257e-06| +|package.json|github/PathwayCommons/grounding-search|3.6258158085569257e-06| +|package.json|github/ci-for-research/self-hosted-runners|3.6258158085569257e-06| +|package.json|github/ci-for-science/self-hosted-runners|3.6258158085569257e-06| +|package.json|github/Kaixhin/FGLab|3.6258158085569257e-06| +|package.json|github/Kaixhin/FGMachine|3.6258158085569257e-06| +|package.json|github/sib-swiss/glittr|3.6258158085569257e-06| +|package.json|github/bramvandijk88/cacatoo|3.6258158085569257e-06| +|package.json|github/wangjun1996/VisFeature|3.6258158085569257e-06| +|package.json|github/ratschlab/metagraph|3.6258158085569257e-06| +|package.json|github/research-software-directory/research-software-directory|3.6258158085569257e-06| +|package.json|github/pmkruyen/dearscholar|3.6258158085569257e-06| +|package.json|github/bids-standard/bids-validator|3.6258158085569257e-06| +|package.json|github/IPK-BIT/divbrowse|3.6258158085569257e-06| +|package.json|github/hetalang/heta-compiler|3.6258158085569257e-06| +|package.json|github/dondi/GRNsight|3.6258158085569257e-06| +|package.json|github/nlesc-sherlock/Rig|3.6258158085569257e-06| +|package.json|github/yyZhang14/dbEssLnc|3.6258158085569257e-06| +|package.json|github/i-VRESSE/workflow-builder|3.6258158085569257e-06| +|package.json|github/vibbits/phyd3|3.6258158085569257e-06| +|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6258158085569257e-06| +|package.json|github/CDSP-SCPO/dataverse-feed|3.6258158085569257e-06| +|package.json|github/quinlanW/dbMisLoc|3.6258158085569257e-06| +|package.json|github/PDB-REDO/tortoize|3.6258158085569257e-06| +|package.json|github/FINNGEN/lavaa-react|3.6258158085569257e-06| +|package.json|github/tortellini-tools/action|3.6258158085569257e-06| +|package.json|github/amkram/shusher|3.6258158085569257e-06| +|package.json|github/neuroneural/brainchop|3.6258158085569257e-06| +|package.json|github/PopMedNet-Team/popmednet|3.6258158085569257e-06| +|package.json|github/gear-genomics/tracy|3.6258158085569257e-06| +|package.json|github/cinemascience/cinema_snap|3.6258158085569257e-06| +|package.json|github/citation-file-format/cff-initializer-javascript|3.6258158085569257e-06| +|package.json|github/LTLA/gesel.js|3.6258158085569257e-06| +|package.json|github/NLeSC/spot|3.6258158085569257e-06| +|package.json|github/NLeSC/xenon-flow|3.6258158085569257e-06| +|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6258158085569257e-06| +|package.json|github/NLeSC/UncertaintyVisualization|3.6258158085569257e-06| +|package.json|github/NLeSC/DiVE|3.6258158085569257e-06| +|package.json|github/NLeSC/ExtJS-DateTime|3.6258158085569257e-06| +|package.json|github/NLeSC/docker-couch-admin|3.6258158085569257e-06| +|package.json|github/NLeSC/case-law-app|3.6258158085569257e-06| +|package.json|github/NLeSC/pattyvis|3.6258158085569257e-06| +|package.json|github/jspsych/jspsych|3.6258158085569257e-06| +|package.json|github/mathjax/MathJax|3.6258158085569257e-06| +|package.json|github/leraman/Hopla|3.6258158085569257e-06| +|package.json|github/iomega/paired-data-form|3.6258158085569257e-06| +|package.json|github/iomega/zenodo-upload|3.6258158085569257e-06| +|package.json|github/korcsmarosgroup/TFlink|3.6258158085569257e-06| +|npm|leaflet-geotiff-2|3.5895576504713563e-06| +|npm|retape|3.589557650471356e-06| +|npm|test|3.589557650471356e-06| +|npm|babel-plugin-remove-comments|3.589557650471356e-06| +|npm|svelte-preprocess|3.4883483182212237e-06| +|npm|karma-phantomjs-launcher|3.4725765306122454e-06| +|npm|json-stringify-safe|3.4508814019555498e-06| +|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4260872547674587e-06| +|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.416982763429464e-06| +|npm|loud-rejection|3.416982763429464e-06| +|npm|csv-spectrum|3.416982763429464e-06| +|npm|bops|3.416982763429464e-06| +|npm|babel-plugin-transform-runtime|3.4037410649539006e-06| +|npm|babel-plugin-add-module-exports|3.3538860975862426e-06| +|npm|karma-cli|3.290690626409023e-06| +|npm|through|3.2519448204338915e-06| +|npm|watch-run|3.172912566041645e-06| +|npm|rollup-plugin-modify|3.172912566041645e-06| +|npm|rollup-plugin-html|3.172912566041645e-06| +|npm|rollup-plugin-esbuild|3.172912566041645e-06| +|npm|p-limit|3.172912566041645e-06| +|npm|number-precision|3.172912566041645e-06| +|npm|archiver|3.172912566041645e-06| +|npm|path-scurry|3.1427698966642494e-06| +|npm|minipass|3.1427698966642494e-06| +|npm|jackspeak|3.1427698966642494e-06| +|npm|foreground-child|3.1427698966642494e-06| +|npm|eslint-config-xo-nextjs|3.1411834403812285e-06| +|npm|babelify|3.122548874517175e-06| +|npm|babel-plugin-transform-es2015-modules-commonjs|3.122548874517175e-06| +|npm|babel-register|3.076100700837982e-06| +|npm|livereload|3.063501787902278e-06| +|npm|jsonlint|3.063501787902278e-06| +|npm|http-server|3.063501787902278e-06| +|npm|highlight.js|3.063501787902278e-06| +|npm|handlebars|3.063501787902278e-06| +|npm|download-cli|3.063501787902278e-06| +|npm|heap|3.063501787902278e-06| +|npm|git-state|3.0545755006414902e-06| +|npm|xpath|3.0545755006414902e-06| +|npm|coffee-coverage|3.0545755006414902e-06| +|npm|conventional-changelog-cli|3.0461076765056827e-06| +|npm|gulp-if|3.0387267865253982e-06| +|npm|babel-plugin-istanbul|3.0362157178821967e-06| +|npm|read-package-json|3.006944831817928e-06| +|npm|is-wsl|3.006944831817928e-06| +|npm|[covert](https://github.com/substack/covert)|2.9748100072516343e-06| +|npm|utest|2.9613850616388687e-06| +|npm|urun|2.9613850616388687e-06| +|npm|timezone-mock|2.9613850616388687e-06| +|npm|sqlstring|2.9613850616388687e-06| +|npm|bignumber.js|2.9613850616388687e-06| +|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9459240282016747e-06| +|npm|eslint-plugin-pabigot|2.93177121102248e-06| +|npm|gulp-jshint|2.9288423686538258e-06| +|npm|enquirer|2.8839069640959916e-06| +|npm|zuul|2.826776649746193e-06| +|npm|travis-cov|2.820366725370351e-06| +|npm|[x2js](https://github.com/x2js/x2js#readme)|2.820366725370351e-06| +|npm|toml|2.820366725370351e-06| +|npm|properties|2.820366725370351e-06| +|npm|hjson|2.820366725370351e-06| +|npm|cson|2.820366725370351e-06| +|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8158624541873298e-06| +|npm|ts-loader|2.7870177944960396e-06| +|npm|in-publish|2.7801486831022762e-06| +|npm|assert|2.7551235566463992e-06| +|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.73820938303311e-06| +|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.7316740977094214e-06| +|npm|eslint-plugin-jest|2.728993969693315e-06| +|npm|server-destroy|2.698881334328216e-06| +|npm|karma-coverage|2.684259418750487e-06| +|npm|eslint-config-airbnb|2.6737602499023817e-06| +|npm|gulp-mocha|2.6544628003485654e-06| +|npm|gulp-istanbul|2.6544628003485654e-06| +|npm|gulp-coveralls|2.6544628003485654e-06| +|npm|stealthy-require|2.6544628003485654e-06| +|npm|request-promise-core|2.6544628003485654e-06| +|npm|updox|2.632342277012328e-06| +|npm|safename|2.632342277012328e-06| +|npm|[q](https://github.com/kriskowal/q)|2.6067025795089703e-06| +|npm|browserify-istanbul|2.601941584954441e-06| +|npm|combined-stream|2.601941584954441e-06| +|npm|split2|2.5975512455274965e-06| +|npm|csstype|2.5916650172237346e-06| +|npm|gulp-replace|2.5526076770283347e-06| +|npm|gulp-header|2.5526076770283347e-06| +|npm|jest-canvas-mock|2.532401354011216e-06| +|npm|postcss-loader|2.516732649981381e-06| +|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5122416606236405e-06| +|npm|open|2.510126385579612e-06| +|npm|imagemin-svgo|2.4850783734032465e-06| +|npm|imagemin-optipng|2.4850783734032465e-06| +|npm|imagemin-jpegtran|2.4850783734032465e-06| +|npm|imagemin-gifsicle|2.4850783734032465e-06| +|npm|pretty-bytes|2.4850783734032465e-06| +|npm|plur|2.4850783734032465e-06| +|npm|p-map|2.4850783734032465e-06| +|npm|imagemin|2.4850783734032465e-06| +|npm|nodeunit-x|2.480729486249791e-06| +|npm|karma-chai|2.47349831834917e-06| +|npm|prettier-plugin-pkgjson|2.4678208846990574e-06| +|npm|make-dir-cli|2.4678208846990574e-06| +|npm|koa|2.4678208846990574e-06| +|npm|formdata-polyfill|2.4678208846990574e-06| +|npm|once|2.4678208846990574e-06| +|npm|hexoid|2.4678208846990574e-06| +|npm|dezalgo|2.4678208846990574e-06| +|npm|houkou|2.4678208846990574e-06| +|npm|rollup-plugin-typescript2|2.4432246632568737e-06| +|npm|gulp-sourcemaps|2.434362488231752e-06| +|npm|gulp-file|2.434362488231752e-06| +|npm|watchify|2.417457193174587e-06| +|npm|gulp-gh-pages|2.417457193174587e-06| +|npm|gulp-beautify|2.417457193174587e-06| +|npm|babel-preset-es2017|2.3803895162125762e-06| +|npm|statuses|2.3419116558878807e-06| +|npm|setprototypeof|2.3419116558878807e-06| +|npm|[babel-polyfill](https://babeljs.io/)|2.3107500329266705e-06| +|npm|[angular-mocks](http://angularjs.org)|2.3075727753030144e-06| +|npm|gulp-angular-templatecache|2.3075727753030144e-06| +|npm|gulp-cssnano|2.3075727753030144e-06| +|npm|gulp-less|2.3075727753030144e-06| +|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.29154796436341e-06| +|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2625090645395217e-06| +|npm|gulp-json-editor|2.2210387962291518e-06| +|npm|requizzle|2.2210387962291518e-06| +|npm|markdown-it-anchor|2.2210387962291518e-06| +|npm|klaw|2.2210387962291518e-06| +|npm|js2xmlparser|2.2210387962291518e-06| +|npm|escape-string-regexp|2.2210387962291518e-06| +|npm|catharsis|2.2210387962291518e-06| +|npm|optimist|2.216338185020201e-06| +|npm|gaze|2.161811094996374e-06| +|npm|hooker|2.154977129469515e-06| +|npm|punycode|2.1537345902828134e-06| +|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1310434579923347e-06| +|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1233181406582376e-06| +|npm|phantomjs-prebuilt|2.1152750440277636e-06| +|npm|node-sass|2.095482996832182e-06| +|npm|pify|2.091952780721816e-06| +|npm|rollup-plugin-livereload|2.078164955536048e-06| +|npm|duplexer|2.0676813555371387e-06| +|npm|rollup-plugin-copy|2.061037222386026e-06| +|npm|[opener](https://github.com/domenic/opener#readme)|2.0521525506504278e-06| +|npm|karma-sinon|2.0468882254360075e-06| +|npm|bl|2.040065264684554e-06| +|npm|qs|2.02713858385994e-06| +|npm|xvfb-maybe|1.974256707759246e-06| +|npm|twolfson-style|1.974256707759246e-06| +|npm|proclaim|1.974256707759246e-06| +|npm|jscs|1.974256707759246e-06| +|npm|foundry-release-npm|1.974256707759246e-06| +|npm|foundry-release-git|1.974256707759246e-06| +|npm|foundry-release-component|1.974256707759246e-06| +|npm|foundry|1.974256707759246e-06| +|npm|domify|1.974256707759246e-06| +|npm|css-controls|1.974256707759246e-06| +|npm|brfs|1.974256707759246e-06| +|npm|computed-style|1.974256707759246e-06| +|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.967353712277571e-06| +|npm|gulp-autoprefixer|1.9572327790525568e-06| +|npm|ubelt|1.952561579102551e-06| +|npm|asynct|1.952561579102551e-06| +|npm|event-stream|1.952561579102551e-06| +|npm|it-is|1.952561579102551e-06| +|npm|stream-spec|1.952561579102551e-06| +|npm|string-to-stream|1.952561579102551e-06| +|npm|read-dir-deep|1.9313380836775232e-06| +|npm|gulp-strip-comments|1.9313380836775232e-06| +|npm|gulp-jsbeautifier|1.9313380836775232e-06| +|npm|webgpu|1.9313380836775232e-06| +|npm|gpu-mock.js|1.9313380836775232e-06| +|npm|gl-wiretap|1.9313380836775232e-06| +|npm|gl|1.9313380836775232e-06| +|npm|babel-preset-stage-2|1.9144307469180564e-06| +|npm|pngjs|1.9056531928178049e-06| +|npm|[types](http://nodeca.github.com/types/)|1.8903287626939066e-06| +|npm|[runmd](https://github.com/broofa/runmd)|1.8802444835802342e-06| +|npm|random-seed|1.8802444835802342e-06| +|npm|optional-dev-dependency|1.8802444835802342e-06| +|npm|pm2-sysmonit|1.850865663524293e-06| +|npm|yamljs|1.850865663524293e-06| +|npm|vizion|1.850865663524293e-06| +|npm|source-map-support|1.850865663524293e-06| +|npm|promptly|1.850865663524293e-06| +|npm|pm2-multimeter|1.850865663524293e-06| +|npm|pm2-deploy|1.850865663524293e-06| +|npm|pm2-axon-rpc|1.850865663524293e-06| +|npm|pm2-axon|1.850865663524293e-06| +|npm|pidusage|1.850865663524293e-06| +|npm|fclone|1.850865663524293e-06| +|npm|croner|1.850865663524293e-06| +|npm|cli-tableau|1.850865663524293e-06| +|npm|blessed|1.850865663524293e-06| +|npm|mocha-headless-chrome|1.83235700688905e-06| +|npm|gulp-format-md|1.83235700688905e-06| +|npm|babel-plugin-module-resolver|1.8175167326499814e-06| +|npm|sveld|1.81309289488094e-06| +|npm|pretty-quick|1.81309289488094e-06| +|npm|toidentifier|1.81309289488094e-06| +|npm|gulp-plumber|1.81309289488094e-06| +|npm|gulp-filter|1.81309289488094e-06| +|npm|kefir|1.8050347042370246e-06| +|npm|highland|1.8050347042370246e-06| +|npm|grunt-saucelabs|1.8050347042370246e-06| +|npm|co|1.8050347042370246e-06| +|npm|baconjs|1.8050347042370246e-06| +|npm|acorn-walk|1.8050347042370246e-06| +|npm|travis-check-changes|1.804166899090757e-06| +|npm|shelljs-release|1.804166899090757e-06| +|npm|shelljs-changelog|1.804166899090757e-06| +|npm|rechoir|1.804166899090757e-06| +|npm|interpret|1.804166899090757e-06| +|npm|[natives](https://github.com/addaleax/natives#readme)|1.7947788252356781e-06| +|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7947788252356781e-06| +|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7947788252356781e-06| +|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7947788252356781e-06| +|npm|ejs|1.7627292033564694e-06| +|npm|tmp|1.739985172321667e-06| +|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7180788754392821e-06| +|npm|docdown|1.708491381714732e-06| +|npm|qunitjs|1.708491381714732e-06| +|npm|platform|1.708491381714732e-06| +|npm|qunit-extras|1.708491381714732e-06| +|npm|[formidable](https://github.com/node-formidable/formidable)|1.701881370513339e-06| +|npm|babel-preset-es2016|1.6752978348699887e-06| +|npm|utils-merge|1.6564230729386639e-06| +|npm|mini-svg-data-uri|1.6452139231327048e-06| +|npm|walkdir|1.6287617839013777e-06| +|npm|jasmine-reporters|1.6287617839013777e-06| +|npm|jasmine-growl-reporter|1.6287617839013777e-06| +|npm|[pre-commit](https://github.com/observing/pre-commit)|1.621050580563618e-06| +|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5885342255382666e-06| +|npm|cli-color|1.580877535651958e-06| +|npm|node-domexception|1.5705917201906143e-06| +|npm|native-hello-world|1.5705917201906143e-06| +|npm|module-not-found-error|1.5705917201906143e-06| +|npm|fill-keys|1.5705917201906143e-06| +|npm|codeclimate-test-reporter|1.565148567375854e-06| +|npm|normalize-wheel-es|1.5586237166520363e-06| +|npm|memoize-one|1.5586237166520363e-06| +|npm|lodash-unified|1.5586237166520363e-06| +|npm|lodash-es|1.5586237166520363e-06| +|npm|async-validator|1.5586237166520363e-06| +|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5558196620534753e-06| +|npm|promise|1.552180992955558e-06| +|npm|gulp-util|1.5467024251129582e-06| +|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.526725565688721e-06| +|npm|shortid|1.5186590059686506e-06| +|npm|react-beautiful-dnd|1.5186590059686506e-06| +|npm|objectpath|1.5186590059686506e-06| +|npm|wdio-chromedriver-service|1.5186590059686506e-06| +|npm|selenium-standalone|1.5186590059686506e-06| +|npm|chromedriver|1.5186590059686506e-06| +|npm|taper|1.4983198228529993e-06| +|npm|karma-tap|1.4983198228529993e-06| +|npm|function-bind|1.4983198228529993e-06| +|npm|buffer-equal|1.4983198228529993e-06| +|npm|tunnel-agent|1.4983198228529993e-06| +|npm|performance-now|1.4983198228529993e-06| +|npm|oauth-sign|1.4983198228529993e-06| +|npm|isstream|1.4983198228529993e-06| +|npm|is-typedarray|1.4983198228529993e-06| +|npm|http-signature|1.4983198228529993e-06| +|npm|har-validator|1.4983198228529993e-06| +|npm|forever-agent|1.4983198228529993e-06| +|npm|extend|1.4983198228529993e-06| +|npm|caseless|1.4983198228529993e-06| +|npm|aws4|1.4983198228529993e-06| +|npm|aws-sign2|1.4983198228529993e-06| +|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.4942494092031829e-06| +|npm|[mz](https://github.com/normalize/mz#readme)|1.4903074173831997e-06| +|npm|es6-promise|1.4742826064435927e-06| +|npm|karma-mocha-reporter|1.464421184326913e-06| +|npm|generate-object-property|1.4504743159047521e-06| +|npm|uri-path|1.4477882523567803e-06| +|npm|maxmin|1.4477882523567803e-06| +|npm|chai-timers|1.4101833626851756e-06| +|npm|svelte-check|1.4101833626851756e-06| +|npm|svelte-guides|1.4101833626851756e-06| +|npm|scenejs|1.4101833626851756e-06| +|npm|print-sizes|1.4101833626851756e-06| +|npm|keycon|1.4101833626851756e-06| +|npm|moveable|1.4101833626851756e-06| +|npm|framework-utils|1.4101833626851756e-06| +|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4071698676799166e-06| +|npm|path-exists|1.3860776641777368e-06| +|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3802169662281164e-06| +|npm|conventional-github-releaser|1.3359631857017452e-06| +|npm|corp-semantic-release|1.3359631857017452e-06| +|npm|gulp-clean-css|1.3359631857017452e-06| +|npm|babel-preset-stage-3|1.3326232777374908e-06| +|npm|babel-preset-es2015-loose|1.3326232777374908e-06| +|npm|saucelabs-connector|1.3326232777374908e-06| +|npm|pinkie|1.3326232777374908e-06| +|npm|desired-capabilities|1.3326232777374908e-06| +|npm|extract-text-webpack-plugin|1.316171138506164e-06| +|npm|copyfiles|1.316171138506164e-06| +|npm|perfect-scrollbar|1.316171138506164e-06| +|npm|methods|1.2980096861079458e-06| +|npm|is-number-like|1.2886906422076836e-06| +|npm|content-disposition|1.288148263991266e-06| +|npm|[material-ui](http://material-ui.com/)|1.2691650264166653e-06| +|npm|rollup-plugin-node-polyfills|1.269165026416658e-06| +|npm|docpress|1.269165026416658e-06| +|npm|into-stream|1.2564733761524913e-06| +|npm|overland|1.2339104423495287e-06| +|npm|sinon-chai|1.2296975672559065e-06| +|npm|repeat-string|1.2215713379260334e-06| +|npm|tap-out|1.2215713379260334e-06| +|npm|figures|1.2215713379260334e-06| +|npm|pretty-ms|1.2215713379260334e-06| +|npm|tapes|1.2215713379260334e-06| +|npm|expect|1.2103712277570145e-06| +|npm|webidl2js|1.200561511475217e-06| +|npm|mocha-sugar-free|1.200561511475217e-06| +|npm|eslint-plugin-jsdom-internal|1.200561511475217e-06| +|npm|xml-name-validator|1.200561511475217e-06| +|npm|whatwg-url|1.200561511475217e-06| +|npm|whatwg-mimetype|1.200561511475217e-06| +|npm|whatwg-encoding|1.200561511475217e-06| +|npm|webidl-conversions|1.200561511475217e-06| +|npm|w3c-xmlserializer|1.200561511475217e-06| +|npm|symbol-tree|1.200561511475217e-06| +|npm|rrweb-cssom|1.200561511475217e-06| +|npm|parse5|1.200561511475217e-06| +|npm|nwsapi|1.200561511475217e-06| +|npm|is-potential-custom-element-name|1.200561511475217e-06| +|npm|https-proxy-agent|1.200561511475217e-06| +|npm|http-proxy-agent|1.200561511475217e-06| +|npm|html-encoding-sniffer|1.200561511475217e-06| +|npm|domexception|1.200561511475217e-06| +|npm|decimal.js|1.200561511475217e-06| +|npm|data-urls|1.200561511475217e-06| +|npm|cssstyle|1.200561511475217e-06| +|npm|abab|1.200561511475217e-06| +|npm|vuetify-loader|1.200561511475217e-06| +|npm|vue-meta|1.200561511475217e-06| +|npm|stylus-loader|1.200561511475217e-06| +|npm|pug-loader|1.200561511475217e-06| +|npm|optimize-css-assets-webpack-plugin|1.200561511475217e-06| +|npm|identity-obj-proxy|1.200561511475217e-06| +|npm|happypack|1.200561511475217e-06| +|npm|friendly-errors-webpack-plugin|1.200561511475217e-06| +|npm|fork-ts-checker-webpack-plugin|1.200561511475217e-06| +|npm|cssnano|1.200561511475217e-06| +|npm|babel-plugin-transform-define|1.200561511475217e-06| +|npm|babel-plugin-detective|1.200561511475217e-06| +|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1965192168237945e-06| +|npm|[node-minify](https://github.com/srod/node-minify)|1.1965192168237945e-06| +|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.1965192168237856e-06| +|npm|[graphql](https://github.com/graphql/graphql-js)|1.1965192168237856e-06| +|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.1965192168237856e-06| +|npm|Gmsh|1.1965192168237856e-06| +|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.1965192168237856e-06| +|npm|[cors](https://github.com/expressjs/cors#readme)|1.1862522383862993e-06| +|npm|babel-plugin-transform-object-rest-spread|1.1859395958974876e-06| +|npm|karma-sourcemap-loader|1.1859395958974876e-06| +|npm|ent|1.1727084844089918e-06| +|npm|traverse|1.1727084844089918e-06| +|npm|charm|1.1727084844089918e-06| +|npm|deep-is|1.1727084844089918e-06| +|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1557287889775237e-06| +|npm|pkgfiles|1.1036217621014418e-06| +|npm|obake|1.1036217621014418e-06| +|npm|is-node-modern|1.1036217621014418e-06| +|npm|far|1.1036217621014418e-06| +|npm|fake|1.1036217621014418e-06| +|npm|asynckit|1.1036217621014418e-06| +|npm|[temporary](https://github.com/vesln/temporary)|1.1025464383332403e-06| +|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1025464383332403e-06| +|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1025464383332403e-06| +|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1025464383332403e-06| +|npm|exit|1.1025464383332403e-06| +|npm|d3-time-format|1.0968092820884699e-06| +|npm|d3-time|1.0968092820884699e-06| +|npm|d3-scale-chromatic|1.0968092820884699e-06| +|npm|d3-random|1.0968092820884699e-06| +|npm|d3-quadtree|1.0968092820884699e-06| +|npm|d3-polygon|1.0968092820884699e-06| +|npm|d3-path|1.0968092820884699e-06| +|npm|d3-hierarchy|1.0968092820884699e-06| +|npm|d3-geo|1.0968092820884699e-06| +|npm|d3-force|1.0968092820884699e-06| +|npm|d3-drag|1.0968092820884699e-06| +|npm|d3-delaunay|1.0968092820884699e-06| +|npm|d3-contour|1.0968092820884699e-06| +|npm|d3-chord|1.0968092820884699e-06| +|npm|cz-conventional-changelog|1.094591685764035e-06| +|npm|browserify-middleware|1.0744254191887052e-06| +|npm|code-mirror|1.0744254191887052e-06| +|npm|github-basic|1.0744254191887052e-06| +|npm|handle|1.0744254191887052e-06| +|npm|highlight-codemirror|1.0744254191887052e-06| +|npm|inconsolata|1.0744254191887052e-06| +|npm|jade-code-mirror|1.0744254191887052e-06| +|npm|jade-highlighter|1.0744254191887052e-06| +|npm|jstransformer-cdata|1.0744254191887052e-06| +|npm|jstransformer-coffee-script|1.0744254191887052e-06| +|npm|jstransformer-less|1.0744254191887052e-06| +|npm|jstransformer-marked|1.0744254191887052e-06| +|npm|jstransformer-stylus|1.0744254191887052e-06| +|npm|jstransformer-verbatim|1.0744254191887052e-06| +|npm|less-file|1.0744254191887052e-06| +|npm|linify|1.0744254191887052e-06| +|npm|lsr|1.0744254191887052e-06| +|npm|pull-request|1.0744254191887052e-06| +|npm|stop|1.0744254191887052e-06| +|npm|twbs|1.0744254191887052e-06| +|npm|character-parser|1.0744254191887052e-06| +|npm|constantinople|1.0744254191887052e-06| +|npm|jstransformer|1.0744254191887052e-06| +|npm|transformers|1.0744254191887052e-06| +|npm|void-elements|1.0744254191887052e-06| +|npm|with|1.0744254191887052e-06| +|npm|testing-library|1.0481282935442274e-06| +|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0330413005716983e-06| +|npm|vitest|1.0330413005716983e-06| +|npm|todomvc-app-css|1.0330413005716983e-06| +|npm|karma-esbuild|1.0330413005716983e-06| +|npm|jasmine-core|1.0330413005716983e-06| +|npm|he|1.0330413005716983e-06| +|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.031415104112714e-06| +|npm|dts-gen|1.0153320211333264e-06| +|npm|documentation|1.0153320211333264e-06| +|npm|check-node-version|1.0153320211333264e-06| +|npm|check-es3-syntax-cli|1.0153320211333264e-06| +|npm|nodeunit|9.772570703408266e-07| +|npm|tar|9.772570703408266e-07| +|npm|closurecompiler-externs|9.772570703408266e-07| +|npm|gpx-parse|9.266393934723969e-07| +|npm|node-geo-distance|9.266393934723969e-07| +|npm|redis|9.266393934723969e-07| +|npm|seed-random|9.254328317621465e-07| +|npm|freeport|9.254328317621465e-07| +|npm|node-uuid|9.254328317621465e-07| +|npm|event-emitter|9.254328317621465e-07| +|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.008080389516221e-07| +|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.973894126178409e-07| +|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.973894126178409e-07| +|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.973894126178409e-07| +|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.973894126178409e-07| +|npm|[uikit](https://getuikit.com)|8.973894126178409e-07| +|npm|[tailwindcss](https://tailwindcss.com)|8.973894126178391e-07| +|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.973894126178391e-07| +|npm|babel-plugin-unassert|8.461100176111053e-07| +|npm|babel-preset-power-assert|8.461100176111053e-07| +|npm|eslint-config-mysticatea|8.461100176111053e-07| +|npm|if-node-version|8.461100176111053e-07| +|npm|power-assert|8.461100176111053e-07| +|npm|glob2base|8.461100176111053e-07| +|npm|shell-quote|8.461100176111053e-07| +|npm|subarg|8.461100176111053e-07| +|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.227877543051578e-07| +|npm|batch|8.200758632230714e-07| +|npm|sendgrid-rest|8.03087474342744e-07| +|npm|system-sleep|8.03087474342744e-07| +|npm|lodash.chunk|8.03087474342744e-07| +|npm|mailparser|8.03087474342744e-07| +|npm|async.ensureasync|8.03087474342744e-07| +|npm|bottleneck|8.03087474342744e-07| +|npm|mocha-sinon|8.03087474342744e-07| +|npm|async.queue|8.03087474342744e-07| +|npm|material-components-web|7.793118583260181e-07| +|npm|foundation-sites|7.793118583260181e-07| +|npm|enhanced-resolve|7.793118583260181e-07| +|npm|bootstrap-sass|7.793118583260181e-07| +|npm|neo-async|7.793118583260181e-07| +|npm|klona|7.793118583260181e-07| +|npm|typescript3|7.691909251010049e-07| +|npm|node-qunit|7.691909251010049e-07| +|npm|load-grunt-tasks|7.691909251010049e-07| +|npm|karma-sauce-launcher|7.691909251010049e-07| +|npm|karma-qunit|7.691909251010049e-07| +|npm|grunt-string-replace|7.691909251010049e-07| +|npm|grunt-nuget|7.691909251010049e-07| +|npm|grunt-karma|7.691909251010049e-07| +|npm|grunt-exec|7.691909251010049e-07| +|npm|grunt-env|7.691909251010049e-07| +|npm|grunt-contrib-copy|7.691909251010049e-07| +|npm|grunt-contrib-concat|7.691909251010049e-07| +|npm|grunt-benchmark|7.691909251010049e-07| +|npm|random-buffer|7.593295029843253e-07| +|npm|nock|7.593295029843253e-07| +|npm|is-zip|7.593295029843253e-07| +|npm|p-event|7.593295029843253e-07| +|npm|make-dir|7.593295029843253e-07| +|npm|got|7.593295029843253e-07| +|npm|filenamify|7.593295029843253e-07| +|npm|ext-name|7.593295029843253e-07| +|npm|decompress|7.593295029843253e-07| +|npm|archive-type|7.593295029843253e-07| +|npm|watch|7.593295029843253e-07| +|npm|unminified-webpack-plugin|7.593295029843253e-07| +|npm|jsonpath|7.593295029843253e-07| +|npm|jest-cli|7.593295029843253e-07| +|npm|globify|7.593295029843253e-07| +|npm|codacy-coverage|7.593295029843253e-07| +|npm|cash-cat|7.593295029843253e-07| +|npm|biased-opener|7.593295029843253e-07| +|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.593295029843253e-07| +|npm|package-yaml|7.593295029843253e-07| +|npm|json-loader|7.593295029843253e-07| +|npm|isparta-loader|7.593295029843253e-07| +|npm|isparta|7.593295029843253e-07| +|npm|gatsby|7.593295029843253e-07| +|npm|enzyme-adapter-react-16|7.593295029843253e-07| +|npm|enzyme|7.593295029843253e-07| +|npm|conventional-changelog|7.593295029843253e-07| +|npm|chai-enzyme|7.593295029843253e-07| +|npm|babel-plugin-__coverage__|7.593295029843253e-07| +|npm|add-stream|7.593295029843253e-07| +|npm|karma-webpack|7.593295029843253e-07| +|npm|lodash.isequal|7.593295029843253e-07| +|npm|clamp|7.593295029843253e-07| +|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.179115300942747e-07| +|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.113920343615806e-07| +|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.10163440620294e-07| +|npm|slugify|7.050916813425878e-07| +|npm|serve-handler|7.050916813425878e-07| +|npm|pixelmatch|7.050916813425878e-07| +|npm|magic-string|7.050916813425878e-07| +|npm|dtslint|7.050916813425878e-07| +|npm|cwebp-bin|7.050916813425878e-07| +|npm|zrender|7.050916813425878e-07| +|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.050916813425878e-07| +|npm|rollup-plugin-npm|7.050916813425878e-07| +|npm|native-promise-only|7.050916813425878e-07| +|npm|karma-safari-launcher|7.050916813425878e-07| +|npm|eslint-plugin-prefer-arrow|7.050916813425878e-07| +|npm|cheerio|7.050916813425878e-07| +|npm|babel-plugin-syntax-async-generators|7.050916813425878e-07| +|npm|babel-minify|7.050916813425878e-07| +|npm|should-util|6.730420594633792e-07| +|npm|mocha-better-spec-reporter|6.730420594633792e-07| +|npm|should-equal|6.730420594633792e-07| +|npm|eslint-config-shouldjs|6.730420594633792e-07| +|npm|should-type|6.730420594633792e-07| +|npm|should-format|6.730420594633792e-07| +|npm|should-type-adaptors|6.730420594633792e-07| +|npm|svelte-jest|6.679815928508726e-07| +|npm|rollup-plugin-postcss|6.679815928508726e-07| +|npm|stream-spigot|6.515047135605511e-07| +|npm|polendina|6.515047135605511e-07| +|npm|hundreds|6.515047135605511e-07| +|npm|buffer|6.515047135605511e-07| +|npm|unorm|6.515047135605511e-07| +|npm|iconv|6.515047135605511e-07| +|npm|errto|6.515047135605511e-07| +|npm|grunt-legacy-log-utils|6.515047135605511e-07| +|npm|vuepress-plugin-social-share|6.508538597008502e-07| +|npm|vuepress-plugin-smooth-scroll|6.508538597008502e-07| +|npm|vuepress-plugin-google-adsense|6.508538597008502e-07| +|npm|vuepress-plugin-element-tabs|6.508538597008502e-07| +|npm|vuepress|6.508538597008502e-07| +|npm|vue-eslint-parser|6.508538597008502e-07| +|npm|vue-codemirror|6.508538597008502e-07| +|npm|terser-webpack-plugin|6.508538597008502e-07| +|npm|replace-in-file|6.508538597008502e-07| +|npm|faker|6.508538597008502e-07| +|npm|eslint-plugin-vue|6.508538597008502e-07| +|npm|stream-combiner2|6.449896664249456e-07| +|npm|source-map|6.449896664249456e-07| +|npm|slash|6.449896664249456e-07| +|npm|falafel|6.449896664249456e-07| +|npm|convert-source-map|6.449896664249456e-07| +|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.375932352636479e-07| +|npm|webpack-manifest-plugin|6.267481611934114e-07| +|npm|script-loader|6.267481611934114e-07| +|npm|recursive-readdir|6.267481611934114e-07| +|npm|react-dev-utils|6.267481611934114e-07| +|npm|output-file-sync|6.267481611934114e-07| +|npm|npm-release|6.267481611934114e-07| +|npm|imports-loader|6.267481611934114e-07| +|npm|fs-promise|6.267481611934114e-07| +|npm|flow-typed|6.267481611934114e-07| +|npm|flow-bin|6.267481611934114e-07| +|npm|find-cache-dir|6.267481611934114e-07| +|npm|filesize|6.267481611934114e-07| +|npm|fake-xml-http-request|6.267481611934114e-07| +|npm|eslint-plugin-flowtype|6.267481611934114e-07| +|npm|eslint-loader|6.267481611934114e-07| +|npm|dmd-clear|6.267481611934114e-07| +|npm|dagre|6.267481611934114e-07| +|npm|child-process-promise|6.267481611934114e-07| +|npm|case-sensitive-paths-webpack-plugin|6.267481611934114e-07| +|npm|babel-plugin-flow-react-proptypes|6.267481611934114e-07| +|npm|gulp-marked|6.212695933508116e-07| +|npm|gulp-mocha-phantomjs|6.212695933508116e-07| +|npm|humanize|6.212695933508116e-07| +|npm|chai-jquery|6.212695933508116e-07| +|npm|gulp-iife|6.212695933508116e-07| +|npm|gulp-cache|6.212695933508116e-07| +|npm|gulp-closure-compiler|6.212695933508116e-07| +|npm|drool|6.212695933508116e-07| +|npm|gulp-imagemin|6.212695933508116e-07| +|npm|escodegen|6.212695933508116e-07| +|npm|gulp-zip|6.212695933508116e-07| +|npm|gulp-csso|6.212695933508116e-07| +|npm|gulp-shell|6.212695933508116e-07| +|npm|swig|6.212695933508116e-07| +|npm|vinyl-paths|6.212695933508116e-07| +|npm|gulp-connect|6.212695933508116e-07| +|npm|gulp-css-inline-images|6.212695933508116e-07| +|npm|gulp-front-matter|6.212695933508116e-07| +|npm|gulp-jscs|6.212695933508116e-07| +|npm|gulp-open|6.212695933508116e-07| +|npm|gulp-flatten|6.212695933508116e-07| +|npm|gulp-load-plugins|6.212695933508116e-07| +|npm|gulp-sass|6.212695933508116e-07| +|npm|gulp-size|6.212695933508116e-07| +|npm|gulp-subtree|6.212695933508116e-07| +|npm|gulp-tap|6.212695933508116e-07| +|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.169552211747644e-07| +|npm|node-libs-browser|6.169552211747644e-07| +|npm|module-alias|6.169552211747644e-07| +|npm|mocha-phantomjs-istanbul|6.169552211747644e-07| +|npm|mocha-phantomjs-core|6.169552211747644e-07| +|npm|get-port|6.169552211747644e-07| +|npm|asap|6.169552211747644e-07| +|npm|a-sync-waterfall|6.169552211747644e-07| +|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.159680928208846e-07| +|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.159680928208846e-07| +|npm|[testjs](https://github.com/dcodeIO/test.js)|6.159680928208846e-07| +|npm|websocket-stream|6.013889663635857e-07| +|npm|https-browserify|6.013889663635857e-07| +|npm|setimmediate|6.013889663635857e-07| +|npm|stream-browserify|6.013889663635857e-07| +|npm|timers-browserify|6.013889663635857e-07| +|npm|bunyan|6.013889663635857e-07| +|npm|[joi](https://github.com/hapijs/joi#readme)|5.982596084118973e-07| +|npm|[pm2](http://pm2.keymetrics.io/)|5.982596084118973e-07| +|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.982596084118928e-07| +|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.982596084118928e-07| +|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.982596084118928e-07| +|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.982596084118928e-07| +|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.982596084118928e-07| +|npm|its-set|5.982596084118926e-07| +|npm|babel-plugin-transform-es2015-modules-umd|5.982596084118926e-07| +|npm|eslint-plugin-babel|5.982596084118926e-07| +|npm|pretty-hrtime|5.863542422044959e-07| +|npm|utf8|5.863542422044959e-07| +|npm|[string-random](https://github.com/maichong/string-random#readme)|5.555267792396195e-07| +|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.462927722402137e-07| +|npm|babel-plugin-minify-replace|5.462927722402137e-07| +|npm|babel-plugin-minify-numeric-literals|5.462927722402137e-07| +|npm|babel-plugin-minify-mangle-names|5.462927722402137e-07| +|npm|babel-plugin-minify-infinity|5.462927722402137e-07| +|npm|babel-plugin-minify-guarded-expressions|5.462927722402137e-07| +|npm|babel-plugin-minify-flip-comparisons|5.462927722402137e-07| +|npm|babel-plugin-minify-dead-code-elimination|5.462927722402137e-07| +|npm|babel-plugin-minify-constant-folding|5.462927722402137e-07| +|npm|babel-plugin-minify-builtins|5.462927722402137e-07| +|npm|babel-helper-evaluate-path|5.408298445178116e-07| +|npm|esutils|5.408298445178116e-07| +|npm|babel-helper-is-void-0|5.408298445178116e-07| +|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.382199834248414e-07| +|npm|tiny-lr|5.330493110949964e-07| +|npm|grunt-jscs|5.330493110949964e-07| +|npm|vhost|5.288187610069408e-07| +|npm|pbkdf2-password|5.288187610069408e-07| +|npm|hbs|5.288187610069408e-07| +|npm|cookie-session|5.288187610069408e-07| +|npm|connect-redis|5.288187610069408e-07| +|npm|type-is|5.288187610069408e-07| +|npm|send|5.288187610069408e-07| +|npm|range-parser|5.288187610069408e-07| +|npm|proxy-addr|5.288187610069408e-07| +|npm|path-to-regexp|5.288187610069408e-07| +|npm|merge-descriptors|5.288187610069408e-07| +|npm|encodeurl|5.288187610069408e-07| +|npm|cookie-signature|5.288187610069408e-07| +|npm|cookie|5.288187610069408e-07| +|npm|content-type|5.288187610069408e-07| +|npm|array-flatten|5.288187610069408e-07| +|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.127939500673419e-07| +|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.127939500673419e-07| +|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.127939500673419e-07| +|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.127939500673419e-07| +|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.127939500673366e-07| +|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.127939500673366e-07| +|npm|assume|4.832589908278813e-07| +|npm|spawn-sync|4.832589908278813e-07| +|npm|[request-promise](https://github.com/request/request-promise#readme)|4.558168445043025e-07| +|npm|grunt-release|4.53273223720235e-07| +|npm|grunt-jsdoc|4.53273223720235e-07| +|npm|grunt-mocha-istanbul|4.53273223720235e-07| +|npm|help-me-test|4.53273223720235e-07| +|npm|require-dir|4.53273223720235e-07| +|npm|normalize-path|4.5104172477268924e-07| +|npm|homedir-polyfill|4.5104172477268924e-07| +|npm|eslint-config-gulp|4.5104172477268924e-07| +|npm|resolve-dir|4.5104172477268924e-07| +|npm|micromatch|4.5104172477268924e-07| +|npm|is-glob|4.5104172477268924e-07| +|npm|detect-file|4.5104172477268924e-07| +|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4869470630892043e-07| +|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4869470630892043e-07| +|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4869470630892043e-07| +|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4869470630892043e-07| +|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4869470630892043e-07| +|npm|[vuetify](https://vuetifyjs.com)|4.4869470630892043e-07| +|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.4869470630891953e-07| +|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.4869470630891953e-07| +|npm|[gpu.js](http://gpu.rocks/)|4.486947063089154e-07| +|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.4420775924583305e-07| +|npm|karma-tap-reporter|4.2661009291316234e-07| +|npm|karma-spec-reporter|4.2661009291316234e-07| +|npm|karma-html-reporter|4.2661009291316234e-07| +|npm|karma-chai-sinon|4.2661009291316234e-07| +|npm|eslint-plugin-mocha|4.2661009291316234e-07| +|npm|eslint-config-nfl|4.2661009291316234e-07| +|npm|babel-plugin-transform-class-properties|4.2661009291316234e-07| +|npm|react-side-effect|4.2661009291316234e-07| +|npm|react-fast-compare|4.2661009291316234e-07| +|npm|tslint-config-semistandard|4.113034807831762e-07| +|npm|eslint-plugin-dependencies|4.113034807831762e-07| +|npm|eslint-config-semistandard|4.113034807831762e-07| +|npm|doctoc|4.113034807831762e-07| +|npm|snappy|4.113034807831762e-07| +|npm|optional|4.113034807831762e-07| +|npm|nested-error-stacks|4.113034807831762e-07| +|npm|denque|4.113034807831762e-07| +|npm|buffermaker|4.113034807831762e-07| +|npm|buffer-crc32|4.113034807831762e-07| +|npm|binary|4.113034807831762e-07| +|npm|safe-publish-latest|4.0736189458417613e-07| +|npm|object-keys|4.0736189458417613e-07| +|npm|npmignore|4.0736189458417613e-07| +|npm|mv|4.0736189458417613e-07| +|npm|eclint|4.0736189458417613e-07| +|npm|copy-dir|4.0736189458417613e-07| +|npm|aud|4.0736189458417613e-07| +|npm|array.prototype.map|4.0736189458417613e-07| +|npm|supports-preserve-symlinks-flag|4.0736189458417613e-07| +|npm|path-parse|4.0736189458417613e-07| +|npm|is-core-module|4.0736189458417613e-07| +|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.9883973894126313e-07| +|npm|[rjsf](https://www.rjsf.io/)|3.9883973894126313e-07| +|npm|[config](http://github.com/node-config/node-config.git)|3.9883973894126313e-07| +|npm|[line-height](https://github.com/twolfson/line-height)|3.9883973894126313e-07| +|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.9883973894126313e-07| +|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.9883973894126313e-07| +|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.9883973894126313e-07| +|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.9883973894126313e-07| +|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.9883973894126313e-07| +|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.5895576504713735e-07| +|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2632342277012257e-07| +|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2632342277012257e-07| +|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2632342277012257e-07| +|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2632342277012257e-07| +|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.230601885424231e-07| +|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.230601885424231e-07| +|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.9912980420594863e-07| +|npm|[echarts](https://echarts.apache.org)|2.9912980420594863e-07| +|npm|[element-plus](https://element-plus.org/)|2.9912980420594863e-07| +|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.9912980420594863e-07| +|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.9912980420594863e-07| +|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.9912980420594863e-07| +|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.961385061638869e-07| +|npm|[aws-amplify](https://aws-amplify.github.io/)|2.7611981926702745e-07| +|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.7611981926702745e-07| +|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5639697503367097e-07| +|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5639697503367097e-07| +|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5639697503367097e-07| +|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5639697503367097e-07| +|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5639697503367097e-07| +|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5639697503367097e-07| +|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5639697503367097e-07| +|npm|[cpx](https://github.com/mysticatea/cpx)|2.5639697503367097e-07| +|npm|tls|2.5639697503367097e-07| +|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.3930384336475705e-07| +|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.3930384336475705e-07| +|npm|[cesium](http://cesium.com/cesiumjs/)|2.3930384336475705e-07| +|npm|express-flash|2.2434735315446022e-07| +|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2434735315446022e-07| +|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2434735315445977e-07| +|npm|[root](https://github.com/mafintosh/root#readme)|2.1115045002772712e-07| +|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9941986947063157e-07| +|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9941986947063157e-07| +|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9941986947063157e-07| +|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.4956490210297432e-07| +|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.4956490210297432e-07| +|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.4956490210297432e-07| +|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.4956490210297432e-07| +|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.4956490210297432e-07| +|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3805990963351454e-07| +|npm|[download](https://github.com/kevva/download#readme)|1.3805990963351454e-07| +|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3805990963351454e-07| +|npm|pipeline|1.3805990963351454e-07| +|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3460841189267838e-07| +|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.329465796470877e-07| +|npm|[cover](http://www.cover.io)|1.3161711385061719e-07| +|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3161711385061719e-07| +|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3161711385061719e-07| +|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2819848751683548e-07| +|npm|[sendgrid](https://sendgrid.com)|1.2167992035496204e-07| +|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2167992035496204e-07| +|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2167992035496204e-07| +|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2167992035496204e-07| +|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2167992035496204e-07| +|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0877447425670836e-07| +|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0877447425670836e-07| +|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0877447425670836e-07| +|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0877447425670836e-07| +|npm|[dedent](https://github.com/dmnd/dedent)|1.0153320211333312e-07| +|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.44620434334572e-08| +|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.44620434334572e-08| +|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.111954035811931e-08| +|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.111954035811931e-08| +|npm|[opn](https://github.com/sindresorhus/open#readme)|9.111954035811931e-08| +|npm|[node-http2](https://github.com/kaazing/node-http2)|9.111954035811931e-08| +|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.111954035811931e-08| +|npm|[parents](https://github.com/substack/node-parents)|7.818056562726564e-08| +|npm|[coverify](https://github.com/substack/coverify)|7.818056562726564e-08| +|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.32562785810483e-08| +|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.32562785810483e-08| +|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.325627858104705e-08| +|npm|[vx](https://github.com/vxjs/vx)|6.409924375841774e-08| +|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.345825132083257e-08| +|npm|eslint-config-richienb|6.345825132083257e-08| +|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.345825132083257e-08| +|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.345825132083257e-08| +|npm|[aproba](https://github.com/iarna/aproba)|6.083996017748102e-08| +|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.083996017748102e-08| +|npm|concat-map|6.083996017748102e-08| +|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.083996017748102e-08| +|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.083996017748102e-08| +|npm|text-table|3.4169827634294894e-08| +|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9613850616388617e-08| +|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.462927722402117e-09| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/python.md b/pages/python.md index 77ecb49c..8bb24102 100644 --- a/pages/python.md +++ b/pages/python.md @@ -9,5944 +9,5970 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|pypi|[numpy](https://www.numpy.org)|0.0876911053735782| -|pypi|[matplotlib](https://matplotlib.org)|0.03087241398302374| -|pypi|[scipy](https://www.scipy.org)|0.012039137101871149| -|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.010836651871370305| -|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009615374190804361| -|pypi|[sphinx](https://pypi.org/project/sphinx)|0.00783271261770951| -|pypi|[six](https://pypi.org/project/six)|0.005747148379974197| -|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004976108652087168| -|pypi|[h5py](https://pypi.org/project/h5py)|0.0047005482300469| -|pypi|[colorama](https://pypi.org/project/colorama)|0.004541521352851506| -|pypi|[biopython](https://biopython.org/)|0.00443971854303969| -|pypi|[pytz](http://pythonhosted.org/pytz)|0.0044166830102964115| -|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.004171282796671076| -|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004163846240106766| -|pypi|[pyyaml](https://pyyaml.org/)|0.0036832735416173976| -|pypi|[numba](https://numba.pydata.org)|0.0032751904703099003| -|pypi|[cython](http://cython.org/)|0.0032567470544575382| -|pypi|[pandas](https://pandas.pydata.org)|0.003207962001488507| -|pypi|[packaging](https://pypi.org/project/packaging)|0.0031805835139326276| -|pypi|[docutils](https://pypi.org/project/docutils)|0.003130910173822915| -|pypi|[requests](https://requests.readthedocs.io)|0.0026774310845200143| -|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.002614288330685583| -|pypi|[hypothesis](https://hypothesis.works)|0.002582040838880887| -|pypi|[PyYAML](https://pyyaml.org/)|0.0025590536867231245| -|pypi|[tomli](https://pypi.org/project/tomli)|0.00254425365156722| -|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0024841187230501983| -|pypi|[coverage](https://pypi.org/project/coverage)|0.0024358090634814806| -|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.002389245521085861| -|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023580786330987353| -|pypi|[future](https://python-future.org)|0.002301800319812167| -|pypi|[certifi](https://pypi.org/project/certifi)|0.0021417245955457987| -|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021160299126107883| -|pypi|[flake8](https://pypi.org/project/flake8)|0.002020308860822305| -|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.002010799263156038| -|pypi|[astropy](http://astropy.org)|0.0019369591003180909| -|pypi|[lxml](https://pypi.org/project/lxml)|0.0018450662321574094| -|pypi|[mock](https://pypi.org/project/mock)|0.0018292283127434852| -|pypi|[nose](https://pypi.org/project/nose)|0.0018020239544090588| -|pypi|[joblib](https://pypi.org/project/joblib)|0.001780131913629687| -|pypi|[sphinx-astropy](https://github.com/astropy/sphinx-astropy)|0.0017263213589281102| -|pypi|[seaborn](https://pypi.org/project/seaborn)|0.0016966989139792245| -|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016806391538933749| -|pypi|[sklearn](https://pypi.org/project/sklearn)|0.001656152559599651| -|pypi|[wheel](https://pypi.org/project/wheel)|0.0016257133046730199| -|pypi|[idna](https://pypi.org/project/idna)|0.0015739135312915385| -|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015671603260422125| -|pypi|[ipython](https://pypi.org/project/ipython)|0.001544834719343059| -|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015248502633418589| -|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015193073303188828| -|pypi|[chardet](https://pypi.org/project/chardet)|0.0014071529093159967| -|pypi|[astroquery](http://astropy.org/astroquery)|0.001386381038135087| -|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012922204664990386| -|pypi|[dask](https://pypi.org/project/dask)|0.0012284949489060001| -|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011987182660708235| -|pypi|[twine](https://pypi.org/project/twine)|0.0011666774533608216| -|pypi|[mypy](https://pypi.org/project/mypy)|0.0011311704348038964| -|pypi|[urllib3](https://pypi.org/project/urllib3)|0.00112893052389187| -|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0011288638938266153| -|pypi|[PySocks](https://pypi.org/project/PySocks)|0.0011281295794283352| -|pypi|[protobuf](https://pypi.org/project/protobuf)|0.001101114989334596| -|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0011005133557818933| -|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0011005091683043743| -|pypi|[pillow](https://pypi.org/project/pillow)|0.0010493744938361261| -|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0010392413470028507| -|pypi|[Babel](https://pypi.org/project/Babel)|0.0010369511859299285| -|pypi|[click](https://pypi.org/project/click)|0.001024736343054477| -|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009998701810281243| -|pypi|[pygments](https://pypi.org/project/pygments)|0.0009940341868260969| -|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0009876141570477864| -|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009770201567224099| -|pypi|[healpy](http://github.com/healpy)|0.0009413434293869889| -|pypi|[Cython](http://cython.org/)|0.0009328081356886568| -|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009310180655222551| -|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009285073823468426| -|pypi|[psutil](https://pypi.org/project/psutil)|0.0009266175717545705| -|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009222045135692399| -|pypi|[keras](https://keras.io/)|0.0009220291804613867| -|pypi|[pre-commit](https://github.com/pre-commit/pre-commit)|0.0008893276332138913| -|pypi|[attrs](https://pypi.org/project/attrs)|0.000883253075044755| -|pypi|[toml](https://pypi.org/project/toml)|0.0008831054507096664| -|pypi|[tornado](https://pypi.org/project/tornado)|0.000881590741902346| -|pypi|[argparse](https://pypi.org/project/argparse)|0.0008531787529182195| -|pypi|[networkx](https://pypi.org/project/networkx)|0.0008438626249900664| -|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008426744370807753| -|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000834296998726511| -|pypi|[black](https://pypi.org/project/black)|0.0008091322159868642| -|pypi|[docopt](https://pypi.org/project/docopt)|0.0007991093364895594| -|pypi|[pytest-astropy](https://github.com/astropy/pytest-astropy)|0.0007988569189628771| -|pypi|[setuptools_scm](https://github.com/pypa/setuptools_scm/)|0.0007956327439056096| -|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0007935998505086381| -|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.000790017897792818| -|pypi|[contextlib2](https://pypi.org/project/contextlib2)|0.0007890329227633184| -|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.0007884894749244396| -|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0007724427646320249| -|pypi|[py-make](https://pypi.org/project/py-make)|0.000769403126660566| -|pypi|[bleach](https://pypi.org/project/bleach)|0.0007673600032074297| -|pypi|[photutils](https://github.com/astropy/photutils)|0.0007632808715557995| -|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007587760780528205| -|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007575586836590146| -|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.000749292854511549| -|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.000745816195164334| -|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007344618636083443| -|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007260866552196929| -|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007183312141200198| -|pypi|[asdf](https://pypi.org/project/asdf)|0.0007136414994412232| -|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007129621643794325| -|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007024303226803308| -|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006897792160909543| -|pypi|[sympy](https://sympy.org)|0.0006887307935725551| -|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006866082294398893| -|pypi|[tqdm](https://tqdm.github.io)|0.0006857722476169078| -|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006779992996733896| -|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.000656428651773382| -|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006484995502902971| -|pypi|[py](https://pypi.org/project/py)|0.0006482989087364345| -|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006453866976400147| -|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006387739552215598| -|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006306467470286923| -|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006084420817340704| -|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006035722699234316| -|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005946909304482707| -|pypi|[cffi](https://pypi.org/project/cffi)|0.0005943906187392298| -|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005904061867389034| -|pypi|[filelock](https://pypi.org/project/filelock)|0.0005892210952577722| -|pypi|[scikit-learn](http://scikit-learn.org)|0.0005891475057004149| -|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005836992071958277| -|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.0005773562429543195| -|pypi|[ruamel.yaml](https://pypi.org/project/ruamel.yaml)|0.0005714860333076564| -|pypi|[zipp](https://pypi.org/project/zipp)|0.0005682472603162769| -|pypi|[scikit-image](https://scikit-image.org)|0.0005667556616171544| -|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005637110355106536| -|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.0005623831942299348| -|pypi|[isal](https://github.com/pycompression/python-isal)|0.000560645892467249| -|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005590380015058724| -|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005559640935729815| -|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005463860489100409| -|pypi|[jax](https://github.com/google/jax)|0.0005453789932185511| -|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005443864379649588| -|pypi|[Pillow](https://python-pillow.org)|0.0005422764402384882| -|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005412459712943869| -|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005407735021827066| -|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005379248050262024| -|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005367469480189933| -|pypi|[absl-py](https://pypi.org/project/absl-py)|0.0005255762058735031| -|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005199768662923685| -|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005142078378325121| -|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005126851172797503| -|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005126851172797503| -|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005104785452432193| -|pypi|[dill](https://github.com/uqfoundation/dill)|0.0005085304716401741| -|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000508346955599884| -|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.000507820865083404| -|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.0005031427029922042| -|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004931669322360821| -|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004926342474998917| -|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004916650474343813| -|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004896947481276502| -|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004883570072571089| -|pypi|[enum34](https://pypi.org/project/enum34)|0.0004807126329249013| -|pypi|[webencodings](https://pypi.org/project/webencodings)|0.0004790918615314326| -|pypi|[pathlib](https://pathlib.readthedocs.org/)|0.00047673932607977695| -|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.0004761291461652931| -|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.00047152892757457284| -|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046243830385521683| -|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.00046062794914205176| -|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045579909992460424| -|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004503275109170306| -|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.00044892825951001447| -|pypi|[brotli](https://pypi.org/project/brotli)|0.00044595541188019395| -|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.0004452840558276037| -|pypi|[isort](https://pypi.org/project/isort)|0.00044481950227997| -|pypi|[decorator](https://github.com/micheles/decorator)|0.00044414903390339254| -|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.00044176297120912696| -|pypi|[msgpack](https://pypi.org/project/msgpack)|0.0004376844894677031| -|pypi|[tenacity](https://github.com/jd/tenacity)|0.00043722828321131444| -|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.000435067540931445| -|pypi|[olefile](https://pypi.org/project/olefile)|0.0004335718930505586| -|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00043049273058274977| -|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.00043029203106658516| -|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004298576454680426| -|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004253680804084447| -|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.00042098989910469383| -|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004199436335074965| -|pypi|[torch](https://pytorch.org/)|0.0004190552896877948| -|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004177109300206895| -|pypi|[codecov](https://pypi.org/project/codecov)|0.00041583067605352995| -|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040834428924416545| -|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.0004078753096410268| -|pypi|[imageio](https://github.com/imageio/imageio)|0.000404365969778444| -|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.00040349229687035304| -|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.00039739028107401624| -|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003951861093782492| -|pypi|[plotly](https://pypi.org/project/plotly)|0.000395123954929167| -|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039239814638411617| -|pypi|[alabaster](https://alabaster.readthedocs.io)|0.00039059916980241447| -|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038847051422219816| -|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.0003855470042993346| -|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038376715161188535| -|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003804068228644246| -|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.0003784632362018197| -|pypi|[typing](https://pypi.org/project/typing)|0.00037534576811078447| -|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.0003751729659696809| -|pypi|[watchdog](https://pypi.org/project/watchdog)|0.00037210777758240324| -|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.0003677194784048666| -|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.00036651771633027566| -|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003603860635634486| -|pypi|[fields](https://pypi.org/project/fields)|0.0003603860635634486| -|pypi|[fsspec](https://pypi.org/project/fsspec)|0.0003591559657318491| -|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003589765072802318| -|pypi|[wget](https://pypi.org/project/wget)|0.0003561642164910092| -|pypi|[execnet](https://pypi.org/project/execnet)|0.00035321867217799705| -|pypi|[hunter](https://pypi.org/project/hunter)|0.0003494622552255665| -|pypi|[tensorflow](https://www.tensorflow.org/)|0.00034876554489894206| -|pypi|[gym](https://pypi.org/project/gym)|0.000348523174767754| -|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003467968144963266| -|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034611005095324526| -|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00034451745653817285| -|pypi|[xarray](https://pypi.org/project/xarray)|0.0003434935823357052| -|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.0003429507172441643| -|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003420601507137766| -|pypi|[pydot](https://pypi.org/project/pydot)|0.00033893647888370035| -|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00033737702319973774| -|pypi|[munkres](https://pypi.org/project/munkres)|0.0003369886657359057| -|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032982269980673086| -|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003262973175610943| -|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.0003242446285298779| -|pypi|[pyproj](https://github.com/pyproj4/pyproj)|0.00032395364381311744| -|pypi|[pandoc](https://pypi.org/project/pandoc)|0.0003225644376538409| -|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.0003209725043631361| -|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.0003128527087627097| -|pypi|[pip](https://pypi.org/project/pip)|0.0003075397063969264| -|pypi|[locket](https://pypi.org/project/locket)|0.0003065623700627352| -|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00030514352279420904| -|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003049654792121369| -|pypi|[python](http://www.python.org/2.5)|0.0003005093285214657| -|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002998224184631933| -|pypi|[ujson](https://github.com/ultrajson/ultrajson)|0.00029752891211399374| -|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.00029655154755263375| -|pypi|[babel](https://babel.pocoo.org/)|0.00029467198008292745| -|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.0002935991365348626| -|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.00029229994016340203| -|pypi|[emcee](https://emcee.readthedocs.io)|0.0002909758492704152| -|pypi|[pooch](https://pypi.org/project/pooch)|0.0002873555258446297| -|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002870117225342089| -|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002858086251898509| -|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002856350072780204| -|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.00028254298580786025| -|pypi|[rich](https://pypi.org/project/rich)|0.00028135015258342195| -|pypi|[palettable](https://pypi.org/project/palettable)|0.000279769449777292| -|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00027932723112901545| -|pypi|[tzdata](https://pypi.org/project/tzdata)|0.00027887066012393714| -|pypi|[grpcio](https://pypi.org/project/grpcio)|0.0002728910907467919| -|pypi|[cssselect](https://pypi.org/project/cssselect)|0.00027269490711326355| -|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027168903066801346| -|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00027115712822821326| -|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026543942826089985| -|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002627183406113537| -|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002627013796775077| -|pypi|[tox](https://pypi.org/project/tox)|0.00025963748988322427| -|pypi|[keyring](https://pypi.org/project/keyring)|0.0002596189549877637| -|pypi|[pox](https://pypi.org/project/pox)|0.00025935783927507223| -|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.000259295613632079| -|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.000259295613632079| -|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.000259295613632079| -|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.000259295613632079| -|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025498736952986523| -|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.00025254983306818396| -|pypi|[reno](https://pypi.org/project/reno)|0.0002522363385659101| -|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025130042818008675| -|pypi|[tabulate](https://pypi.org/project/tabulate)|0.0002511688180416396| -|pypi|[tifffile](https://pypi.org/project/tifffile)|0.0002503259740061437| -|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.00025025422150620015| -|pypi|[more_itertools](https://more-itertools.rtfd.io)|0.000249337180286962| -|pypi|[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)|0.00024913668491607005| -|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024902017074154837| -|pypi|[pep517](https://pypi.org/project/pep517)|0.0002483586563160102| -|pypi|[furo](https://pradyunsg.me/furo/quickstart)|0.00024711872568753394| -|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024468124641878356| -|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.0002442209234877587| -|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.00024232148036030398| -|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.00024232148036030398| -|pypi|[wmi](https://pypi.org/project/wmi)|0.00024081113036784915| -|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00024017467248908298| -|pypi|[mappy](https://github.com/lh3/minimap2)|0.0002355207383591663| -|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023523644937521257| -|pypi|[ruamel.yaml.clib](https://pypi.org/project/ruamel.yaml.clib)|0.00023478604288199137| -|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00023450678647945382| -|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.000233808307192583| -|pypi|[lz4](https://pypi.org/project/lz4)|0.00023159044255557104| -|pypi|[fs](https://pypi.org/project/fs)|0.00022942254572054993| -|pypi|[semver](https://pypi.org/project/semver)|0.0002286076300694487| -|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.0002277877518136763| -|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00022747346405748822| -|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022568437501676325| -|pypi|[Markdown](https://pypi.org/project/Markdown)|0.00022543455745400326| -|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022471342794759826| -|pypi|[commonmark](https://pypi.org/project/commonmark)|0.00022315173437887433| -|pypi|[ci-info](https://github.com/mgxd/ci-info)|0.00022211732934957482| -|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.0002177414904436316| -|pypi|[pint](https://pypi.org/project/pint)|0.00021633578257846872| -|pypi|[multidict](https://pypi.org/project/multidict)|0.00021497570823077243| -|pypi|[notebook](https://pypi.org/project/notebook)|0.00021421830001918993| -|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021412112115227512| -|pypi|[greenlet](https://pypi.org/project/greenlet)|0.00021181805632080757| -|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021135637591873608| -|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|0.00021090108196452918| -|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107635361923805| -|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020977740413303234| -|pypi|[pulp](https://github.com/coin-or/pulp)|0.00020964995216703352| -|pypi|[gast](https://pypi.org/project/gast)|0.00020807637139398267| -|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.0002077886058856355| -|pypi|[pyamg](https://pypi.org/project/pyamg)|0.0002073326609031739| -|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|0.0002059105734291966| -|pypi|[arviz](https://pypi.org/project/arviz)|0.00020558759973059886| -|pypi|[sh](https://pypi.org/project/sh)|0.00020519633794742966| -|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020482254881817828| -|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020476584298487058| -|pypi|[xattr](https://pypi.org/project/xattr)|0.0002035849306278143| -|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020169115438449316| -|pypi|[doit](https://pypi.org/project/doit)|0.00020156311315594214| -|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.0002012469501570307| -|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020086215299438553| -|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001998468816481917| -|pypi|[redis](https://pypi.org/project/redis)|0.00019861811166448223| -|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019686851971611723| -|pypi|[shortuuid](https://pypi.org/project/shortuuid)|0.0001957574348942775| -|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019532957035686295| -|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.0001941147762520618| -|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018864127561206914| -|pypi|[asv](https://pypi.org/project/asv)|0.0001883518525651441| -|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.00018681688442799703| -|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.00018431354403665237| -|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018365427019999256| -|pypi|[futures](https://github.com/agronholm/pythonfutures)|0.0001824187132133456| -|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018015393123235678| -|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.00018013100436681224| -|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.00018013100436681224| -|pypi|[apyori](https://github.com/ymoch/apyori)|0.00018013100436681224| -|pypi|[http](https://github.com/franckcuny/http)|0.00018013100436681224| -|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.00018013100436681224| -|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.00018013100436681224| -|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.00018013100436681224| -|pypi|[pycryptodome](https://www.pycryptodome.org)|0.00018013100436681224| -|pypi|[conan](https://pypi.org/project/conan)|0.00018010213721867654| -|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017953056768558952| -|pypi|[umap-learn](https://pypi.org/project/umap-learn)|0.00017880521123993085| -|pypi|[libclang](https://pypi.org/project/libclang)|0.0001787035205512026| -|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.0001782399776157437| -|pypi|[flask](https://palletsprojects.com/p/flask)|0.0001778830811338112| -|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00017554000283697029| -|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017553291502845557| -|pypi|[python-igraph](https://igraph.org/python)|0.00017467905073228427| -|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017456955539263137| -|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017363879304397914| -|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017278470720057216| -|pypi|[netcdf4](http://github.com/Unidata/netcdf4-python)|0.00017263778281817558| -|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017159557692978723| -|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017109891595985894| -|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00017004171157267972| -|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00017001332254024953| -|pypi|[gdal](https://pypi.org/project/gdal)|0.00016940603814986316| -|pypi|[gffutils](https://github.com/daler/gffutils)|0.00016896953259482652| -|pypi|[jaxlib](https://github.com/google/jax)|0.0001688064354761503| -|pypi|[scikit-bio](http://scikit-bio.org)|0.00016874610106051155| -|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016825707031213702| -|pypi|[pysynphot](https://github.com/spacetelescope/pysynphot)|0.0001681462607657443| -|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016728594822208362| -|pypi|[monotonic](https://github.com/atdt/monotonic)|0.00016662767956215972| -|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016396133950295105| -|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016280940684133916| -|pypi|[markdown](https://pypi.org/project/markdown)|0.00016222591464157542| -|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016211790393013103| -|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016097191045908032| -|pypi|[pathlib2](https://github.com/jazzband/pathlib2)|0.00016050112855108556| -|pypi|[dm-tree](https://github.com/deepmind/tree)|0.00015978380279210442| -|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015971615720524019| -|pypi|[gunicorn](https://gunicorn.org)|0.00015937730614937627| -|pypi|[camb](https://camb.info/)|0.00015730230083299697| -|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.00015672287021330352| -|pypi|[python-libsbml](http://sbml.org)|0.0001560876809928752| -|pypi|[jedi](https://pypi.org/project/jedi)|0.0001540752434050914| -|pypi|[ete3](http://etetoolkit.org)|0.00015351164483260553| -|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015271005462429458| -|pypi|[rsa](https://stuvel.eu/rsa)|0.0001522781130922999| -|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015207822024127584| -|pypi|[streamlit](https://streamlit.io)|0.00015196620659180707| -|pypi|[texext](https://pypi.org/project/texext)|0.00015181319644727665| -|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.0001509710086598737| -|pypi|[bmipy](http://csdms.colorado.edu)|0.00015010917030567686| -|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00015009952041113134| -|pypi|[shapely](https://github.com/shapely/shapely)|0.00014947069601394845| -|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.00014806271989793423| -|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001478932455661177| -|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014771689547874415| -|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001473532859440283| -|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.0001467343529054066| -|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.00014604093657845902| -|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00014386462882096072| -|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014320337668154257| -|pypi|[python-levenshtein](https://github.com/maxbachmann/python-Levenshtein)|0.00014313981597005614| -|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014263100436681222| -|pypi|[sqlparse](https://github.com/andialbrecht/sqlparse)|0.00014222246464985606| -|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014220428215240967| -|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.0001419317945518819| -|pypi|[ginga](https://ejeschke.github.io/ginga/)|0.0001415766490461963| -|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014153150343106677| -|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014110687024931987| -|pypi|[diskcache](https://pypi.org/project/diskcache)|0.000140687943333119| -|pypi|[httpx](https://github.com/encode/httpx)|0.00013976132137432244| -|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.00013955934459321346| -|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013915941369947152| -|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|0.0001388255794423917| -|pypi|[dash](https://plotly.com/dash)|0.0001385963493893635| -|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013820967729962036| -|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013810043668122273| -|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013786451217071723| -|pypi|[backcall](https://pypi.org/project/backcall)|0.0001376506985988573| -|pypi|[blinker](https://pypi.org/project/blinker)|0.00013761900045919625| -|pypi|[dendropy](http://pypi.org/project/DendroPy//)|0.0001368280827614889| -|pypi|[fire](https://pypi.org/project/fire)|0.00013665896578169955| -|pypi|[simframe](https://github.com/stammler/simframe)|0.0001356129132875858| -|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.00013504630601116616| -|pypi|[tensorboard-plugin-wit](https://pypi.org/project/tensorboard-plugin-wit)|0.00013461421817537| -|pypi|[pyregion](https://pypi.org/project/pyregion)|0.00013400954940256252| -|pypi|[argh](http://github.com/neithere/argh/)|0.00013360365980453315| -|pypi|[boto3](https://pypi.org/project/boto3)|0.00013290225614455864| -|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.00013209606986899566| -|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.00013209606986899563| -|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001319795908007951| -|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013080941983780413| -|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013071649511332917| -|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.00013056170086325904| -|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013054575533833176| -|pypi|[pyreadline3](https://pypi.python.org/pypi/pyreadline3/)|0.00013024620878995168| -|pypi|[pyreadline](http://ipython.org/pyreadline.html)|0.00013024620878995168| -|pypi|[fastprogress](https://github.com/fastai/fastprogress)|0.00012980274800237227| -|pypi|[ruff](https://pypi.org/project/ruff)|0.000129780117978748| -|pypi|[plac](https://github.com/ialbert/plac)|0.00012938384350365793| -|pypi|[s3fs](https://pypi.org/project/s3fs)|0.0001293831162353992| -|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012932797931136642| -|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.0001275364513372659| -|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.0001273641088045745| -|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126916450684269| -|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00012663828518642928| -|pypi|[galpy](https://pypi.org/project/galpy)|0.00012658063006862135| -|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012656144107684288| -|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00012654299033548923| -|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.0001261273283863013| -|pypi|[python-utils](https://pypi.org/project/python-utils)|0.0001251247042571119| -|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012481804949053858| -|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.000123974067489352| -|pypi|[django](https://pypi.org/project/django)|0.0001239468636784081| -|pypi|[panel](http://panel.holoviz.org)|0.00012354888611320065| -|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012326611867454406| -|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012326611867454406| -|pypi|[mccabe](https://pypi.org/project/mccabe)|0.00012320593742031022| -|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.00012308951965065503| -|pypi|[livereload](https://github.com/lepture/python-livereload)|0.00012284954078109242| -|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.000122680430922789| -|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|0.0001223721670563472| -|pypi|[pyia](http://github.com/adrn/pyia)|0.00012224890829694323| -|pypi|[inflection](https://pypi.org/project/inflection)|0.00012158603490285426| -|pypi|[munch](https://pypi.org/project/munch)|0.00012129688644583018| -|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012104097097354226| -|pypi|[astrodendro](http://www.dendrograms.org)|0.00012101613673580787| -|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012047992945918712| -|pypi|[distributed](https://pypi.org/project/distributed)|0.00012031643899110131| -|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00012008733624454149| -|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00012008733624454149| -|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00012008733624454149| -|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00012008733624454149| -|pypi|[udatetime](https://github.com/freach/udatetime)|0.00012008733624454149| -|pypi|[cogent3](https://cogent3.org)|0.00012008733624454149| -|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00012008733624454149| -|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00012008733624454149| -|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00012008733624454149| -|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00012008733624454149| -|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011996431211267351| -|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00011980978532756207| -|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011965785722950024| -|pypi|[Django](https://pypi.org/project/Django)|0.00011949784737822138| -|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00011941381660968283| -|pypi|[asgiref](https://pypi.org/project/asgiref)|0.0001192793217053105| -|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00011912894692643603| -|pypi|[tables](https://pypi.org/project/tables)|0.00011874870928273278| -|pypi|[rtree](https://pypi.org/project/rtree)|0.00011853729119012962| -|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00011785264829012072| -|pypi|[ads](http://www.github.com/andycasey/ads/)|0.0001172970716670948| -|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011685714395006396| -|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011613864338129222| -|pypi|[latexcodec](https://pypi.org/project/latexcodec)|0.00011574093326872448| -|pypi|[gdown](http://github.com/wkentaro/gdown)|0.00011522379912663756| -|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011473278986772897| -|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.0001143192776418139| -|pypi|[mistune](https://pypi.org/project/mistune)|0.00011411104473879637| -|pypi|[pycurl](http://pycurl.io/)|0.00011398878328624028| -|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011371418292528001| -|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.0001133752866762935| -|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011300974569952616| -|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.0001129470732501818| -|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011283332497128025| -|pypi|[holoviews](https://www.holoviews.org)|0.00011270212037202431| -|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.00011265301392163947| -|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011262730031679184| -|pypi|[typer](https://github.com/tiangolo/typer)|0.00011255813838082967| -|pypi|[parso](https://pypi.org/project/parso)|0.00011239037018192732| -|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011228179324595706| -|pypi|[transifex-client](https://www.transifex.com)|0.00011225739684520094| -|pypi|[shiboken2](https://www.pyside.org)|0.00011199104803493449| -|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011150966936993138| -|pypi|[async-generator](https://github.com/python-trio/async_generator)|0.0001109033966359889| -|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011046768836500382| -|pypi|[astroalign](https://pypi.org/project/astroalign)|0.00011028800255985546| -|pypi|[breathe](https://github.com/michaeljones/breathe)|0.0001095956518196616| -|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010943543356207113| -|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010886967597349019| -|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010848837570237102| -|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010807860262008735| -|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010807860262008734| -|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010799477753540349| -|pypi|[testpath](https://pypi.org/project/testpath)|0.0001079144320122095| -|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010770953420669579| -|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010769851252633196| -|pypi|[pybtex](https://pybtex.org/)|0.00010745719824840201| -|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010661226744961652| -|pypi|[pbr](https://pypi.org/project/pbr)|0.00010659038791316019| -|pypi|[json5](https://github.com/dpranke/pyjson5)|0.00010655846381154954| -|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010544687497174682| -|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010527088818606047| -|pypi|[os](https://pypi.org/project/os)|0.0001050764192139738| -|pypi|[time](UNKNOWN)|0.0001050764192139738| -|pypi|[astroML_addons](http://astroML.github.com)|0.0001050764192139738| -|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010463190518890127| -|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010442929541763831| -|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.00010440352841915196| -|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00010438017675386008| -|pypi|[pydantic](https://github.com/samuelcolvin/pydantic)|0.00010437409668590345| -|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010331227654059637| -|pypi|[moviepy](https://pypi.org/project/moviepy)|0.00010329817003857456| -|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.00010303859262045431| -|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.00010270196506550218| -|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010180713470506933| -|pypi|[pytest-randomly](https://github.com/pytest-dev/pytest-randomly)|0.00010162610106280232| -|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010156254980127164| -|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010097114328632914| -|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010076022204572604| -|pypi|[zope.interface](https://github.com/zopefoundation/zope.interface)|0.00010064836421115302| -|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.00010007278020378457| -|pypi|[reproject](https://pypi.org/project/reproject)|9.991067162369463e-05| -|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.971824102237507e-05| -|pypi|[docker](https://github.com/docker/docker-py)|9.968572267252401e-05| -|pypi|[sphinxcontrib-httpdomain](https://github.com/sphinx-contrib/httpdomain)|9.964693988949291e-05| -|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.898198689956331e-05| -|pypi|[Keras](https://github.com/keras-team/keras)|9.856403587635927e-05| -|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.848434154446142e-05| -|pypi|[BeautifulSoup4](https://pypi.org/project/BeautifulSoup4)|9.714186254480875e-05| -|pypi|[sunpy](https://pypi.org/project/sunpy)|9.713258984732625e-05| -|pypi|[nbclient](https://pypi.org/project/nbclient)|9.676652336930817e-05| -|pypi|[gwpy](https://gwpy.github.io)|9.671911102528291e-05| -|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|9.669237983917311e-05| -|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.64987523393637e-05| -|pypi|[async_generator](https://github.com/python-trio/async_generator)|9.642829293289369e-05| -|pypi|[geopandas](http://geopandas.org)|9.611585357474865e-05| -|pypi|[markupsafe](https://pypi.org/project/markupsafe)|9.53425016973188e-05| -|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.529044449769411e-05| -|pypi|[pycosat](https://github.com/ContinuumIO/pycosat)|9.515680825724494e-05| -|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.398600432476726e-05| -|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.39642167330486e-05| -|pypi|[cigar](https://github.com/brentp/cigar)|9.366812227074236e-05| -|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.343379255709703e-05| -|pypi|[urllib](https://urllib3.readthedocs.io/)|9.279475982532751e-05| -|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.253233724628578e-05| -|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.243343310619511e-05| -|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.224186309785278e-05| -|pypi|[websockets](https://pypi.org/project/websockets)|9.210417511943107e-05| -|pypi|[jeepney](https://pypi.org/project/jeepney)|9.158416834683983e-05| -|pypi|[pytorch](http://pytorch.org)|9.149511332917447e-05| -|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.149511332917447e-05| -|pypi|[cftime](https://pypi.org/project/cftime)|9.08659245366188e-05| -|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.07228967681568e-05| -|pypi|[regions](https://github.com/astropy/regions)|9.033190079952784e-05| -|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|9.006550218340612e-05| -|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|9.006550218340612e-05| -|pypi|[GetDist](https://getdist.readthedocs.io)|9.006550218340612e-05| -|pypi|[dymos](https://github.com/OpenMDAO/dymos)|9.006550218340612e-05| -|pypi|[openmdao](http://openmdao.org)|9.006550218340612e-05| -|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|9.006550218340612e-05| -|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|9.006550218340612e-05| -|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|9.006550218340612e-05| -|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|9.006550218340612e-05| -|pypi|[South](http://south.aeracode.org/)|9.006550218340612e-05| -|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|9.006550218340612e-05| -|pypi|[green](https://github.com/CleanCut/green)|9.006550218340612e-05| -|pypi|[PyNN](http://neuralensemble.org/PyNN/)|9.006550218340612e-05| -|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|9.006550218340612e-05| -|pypi|[radio-pyse](http://docs.transientskp.org/)|9.006550218340612e-05| -|pypi|[Cactus](http://github.com/koenbok/Cactus)|9.006550218340612e-05| -|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|9.006550218340612e-05| -|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|9.006550218340612e-05| -|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|9.006550218340612e-05| -|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|9.006550218340612e-05| -|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|9.006550218340612e-05| -|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|9.006550218340612e-05| -|pypi|[cherrypy](https://www.cherrypy.org)|9.006550218340612e-05| -|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|9.006550218340612e-05| -|pypi|[ppft](https://pypi.org/project/ppft)|9.002634271566578e-05| -|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.89128709737782e-05| -|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.891081625797784e-05| -|pypi|[autograd](https://pypi.org/project/autograd)|8.842174286951461e-05| -|pypi|[wxPython](https://pypi.org/project/wxPython)|8.832852464129758e-05| -|pypi|[contourpy](https://pypi.org/project/contourpy)|8.781398264473959e-05| -|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.775613033254955e-05| -|pypi|[terminado](https://pypi.org/project/terminado)|8.763572150136703e-05| -|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.756250535148557e-05| -|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|8.725626348878936e-05| -|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|8.692222590455398e-05| -|pypi|[partd](https://pypi.org/project/partd)|8.66434453161486e-05| -|pypi|[deprecated](https://github.com/tantale/deprecated)|8.624772513494832e-05| -|pypi|[pyvo](https://github.com/astropy/pyvo)|8.622069658184904e-05| -|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.58689017232474e-05| -|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.576666725598008e-05| -|pypi|[debugpy](https://pypi.org/project/debugpy)|8.571140627359297e-05| -|pypi|[Six](https://pypi.org/project/Six)|8.557346833240307e-05| -|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.538673494299155e-05| -|pypi|[zarr](https://pypi.org/project/zarr)|8.514817672257869e-05| -|pypi|[nvidia-cublas-cu11](https://developer.nvidia.com/cuda-zone)|8.50898419145057e-05| -|pypi|[uvicorn](https://www.uvicorn.org/)|8.44456923664208e-05| -|pypi|[biom-format](http://www.biom-format.org)|8.441764465065503e-05| -|pypi|[gitpython](https://pypi.org/project/gitpython)|8.37818607896534e-05| -|pypi|[yt](https://pypi.org/project/yt)|8.32512056720572e-05| -|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.287299291134513e-05| -|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|8.27126551317566e-05| -|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.216949877190646e-05| -|pypi|[orjson](https://pypi.org/project/orjson)|8.204919787386456e-05| -|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.198621173430622e-05| -|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.185754472545956e-05| -|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.147609190573375e-05| -|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.109511055466886e-05| -|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.078288447442296e-05| -|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.033950721684145e-05| -|pypi|[alembic](https://alembic.sqlalchemy.org)|8.02372025695087e-05| -|pypi|[flaky](https://pypi.org/project/flaky)|8.003467673972631e-05| -|pypi|[pyspark](https://pypi.org/project/pyspark)|7.991546280794603e-05| -|pypi|[kaleido](https://pypi.org/project/kaleido)|7.949935954322922e-05| -|pypi|[deap](https://pypi.org/project/deap)|7.946501963230708e-05| -|pypi|[freezegun](https://pypi.org/project/freezegun)|7.92246666582762e-05| -|pypi|[progressbar2](https://pypi.org/project/progressbar2)|7.919094472651096e-05| -|pypi|[getdist](https://getdist.readthedocs.io)|7.915385215221462e-05| -|pypi|[appnope](https://pypi.org/project/appnope)|7.914312372139519e-05| -|pypi|[colossus](https://pypi.org/project/colossus)|7.904958557154807e-05| -|pypi|[iso8601](https://pypi.org/project/iso8601)|7.899240474630058e-05| -|pypi|[s3transfer](https://github.com/boto/s3transfer)|7.88790921832822e-05| -|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.778384279475983e-05| -|pypi|[distro](https://pypi.org/project/distro)|7.748023451082845e-05| -|pypi|[fastapi](https://fastapi.tiangolo.com/)|7.699296127398383e-05| -|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.694167186525265e-05| -|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|7.672149876252966e-05| -|pypi|[pylint](http://pylint.pycqa.org)|7.642813954536094e-05| -|pypi|[elementpath](https://pypi.org/project/elementpath)|7.615327116149404e-05| -|pypi|[botocore](https://github.com/boto/botocore)|7.57956590550459e-05| -|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.559057972345709e-05| -|pypi|[rasterio](https://github.com/mapbox/rasterio)|7.54739461193108e-05| -|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.516752759200153e-05| -|pypi|[asttokens](https://pypi.org/project/asttokens)|7.493517875010746e-05| -|pypi|[atari-py](https://pypi.org/project/atari-py)|7.47629792769389e-05| -|pypi|[corner](https://corner.readthedocs.io)|7.435984323311773e-05| -|pypi|[invoke](https://pypi.org/project/invoke)|7.419186588696652e-05| -|pypi|[executing](https://pypi.org/project/executing)|7.404129557054283e-05| -|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.398237679351216e-05| -|pypi|[ipdb](https://pypi.org/project/ipdb)|7.390359956730694e-05| -|pypi|[specutils](https://pypi.org/project/specutils)|7.385612136728125e-05| -|pypi|[lockfile](https://pypi.org/project/lockfile)|7.383986506374492e-05| -|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.376023721547739e-05| -|pypi|[retrying](https://pypi.org/project/retrying)|7.372842962991886e-05| -|pypi|[ccdproc](http://ccdproc.readthedocs.io/)|7.34856968904458e-05| -|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.331061376690155e-05| -|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.331061376690155e-05| -|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.278020378457059e-05| -|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.278020378457059e-05| -|pypi|[igraph](https://pypi.org/project/igraph)|7.26977182304774e-05| -|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.240664962079262e-05| -|pypi|[pymysql](https://pypi.org/project/pymysql)|7.240122975607865e-05| -|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.220616590135817e-05| -|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.20524017467249e-05| -|pypi|[patool](http://wummel.github.io/patool/)|7.20524017467249e-05| -|pypi|[hope](http://hope.phys.ethz.ch)|7.20524017467249e-05| -|pypi|[superfreq](http://adrian.pw/superfreq)|7.20524017467249e-05| -|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.20524017467249e-05| -|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.20524017467249e-05| -|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.20524017467249e-05| -|pypi|[amuse-framework](http://www.amusecode.org/)|7.20524017467249e-05| -|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.20524017467249e-05| -|pypi|[importlib](https://github.com/brettcannon/importlib)|7.20524017467249e-05| -|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.20524017467249e-05| -|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.20524017467249e-05| -|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.20524017467249e-05| -|pypi|[gwtools](https://pypi.org/project/gwtools)|7.20524017467249e-05| -|pypi|[chemparse](https://pypi.org/project/chemparse)|7.20524017467249e-05| -|pypi|[music21](https://github.com/cuthbertLab/music21)|7.172489082969433e-05| -|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.172489082969433e-05| -|pypi|[GitPython](https://pypi.org/project/GitPython)|7.168698375319252e-05| -|pypi|[patsy](https://github.com/pydata/patsy)|7.141758361439447e-05| -|pypi|[pytest-pep8](https://bitbucket.org/pytest-dev/pytest-pep8)|7.081058539530314e-05| -|pypi|[trio](https://pypi.org/project/trio)|7.038379609335531e-05| -|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.031294297667633e-05| -|pypi|[python-snappy](https://pypi.org/project/python-snappy)|7.022061844922676e-05| -|pypi|[param](https://pypi.org/project/param)|7.01643785214317e-05| -|pypi|[capturer](https://capturer.readthedocs.io)|6.988654121185421e-05| -|pypi|[Biopython](https://biopython.org/)|6.984579694323144e-05| -|pypi|[cartopy](https://pypi.org/project/cartopy)|6.982023070619932e-05| -|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.925517540657513e-05| -|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.877729257641921e-05| -|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.876743379355761e-05| -|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.838198407308231e-05| -|pypi|[dominate](https://pypi.org/project/dominate)|6.804069293152263e-05| -|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.783369304582063e-05| -|pypi|[pathspec](https://pypi.org/project/pathspec)|6.753779771702145e-05| -|pypi|[traits](http://docs.enthought.com/traits)|6.723568815597947e-05| -|pypi|[twisted](https://pypi.org/project/twisted)|6.718939286271573e-05| -|pypi|[dust-extinction](https://pypi.org/project/dust-extinction)|6.7175110060281e-05| -|pypi|[dgl](https://github.com/dmlc/dgl)|6.670305676855896e-05| -|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.647691827822832e-05| -|pypi|[nvidia-cuda-runtime-cu11](https://developer.nvidia.com/cuda-zone)|6.636522401057558e-05| -|pypi|[dnspython](https://pypi.org/project/dnspython)|6.59358465295057e-05| -|pypi|[about-time](https://github.com/rsalmei/about-time)|6.590579400339428e-05| -|pypi|[grapheme](https://pypi.org/project/grapheme)|6.590579400339428e-05| -|pypi|[types-backports](https://github.com/python/typeshed)|6.588627442555341e-05| -|pypi|[pyensembl](https://pypi.org/project/pyensembl)|6.573237679351216e-05| -|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.569045385298971e-05| -|pypi|[tblib](https://pypi.org/project/tblib)|6.545237395852945e-05| -|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.532223235280004e-05| -|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.507176187685476e-05| -|pypi|[tess-point](https://pypi.org/project/tess-point)|6.501844934710268e-05| -|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.500073165249698e-05| -|pypi|[paramiko](https://paramiko.org)|6.493115664168323e-05| -|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.465416406737368e-05| -|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.450956917080982e-05| -|pypi|[pynvml](http://www.nvidia.com/)|6.448417030567686e-05| -|pypi|[pygame](https://www.pygame.org)|6.430337751200727e-05| -|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.427078931304878e-05| -|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|6.404657933042213e-05| -|pypi|[asdf-coordinates-schemas](https://github.com/asdf-format/asdf-coordinates-schemas)|6.404442604514799e-05| -|pypi|[hydra-core](https://pypi.org/project/hydra-core)|6.393353246080623e-05| -|pypi|[omegaconf](https://pypi.org/project/omegaconf)|6.36858884523295e-05| -|pypi|[asdf-wcs-schemas](https://github.com/spacetelescope/asdf-wcs-schemas)|6.364024473246503e-05| -|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.353226378763005e-05| -|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.336879095333577e-05| -|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.332225941839802e-05| -|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.329368489133385e-05| -|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.294267159924835e-05| -|pypi|[pip-run](https://pypi.org/project/pip-run)|6.28477971353189e-05| -|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.282056318999205e-05| -|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.270786415060621e-05| -|pypi|[primer3-py](https://pypi.org/project/primer3-py)|6.267331782105633e-05| -|pypi|[glob2](http://github.com/miracle2k/python-glob2/)|6.252947598253275e-05| -|pypi|[pytest-virtualenv](https://pypi.org/project/pytest-virtualenv)|6.229866974310518e-05| -|pypi|[cvxopt](http://cvxopt.org)|6.188786650031192e-05| -|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.180760410530765e-05| -|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.180760410530765e-05| -|pypi|[celery](https://pypi.org/project/celery)|6.179663117562785e-05| -|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.163507209201803e-05| -|pypi|[rich-click](https://pypi.org/project/rich-click)|6.139246290812471e-05| -|pypi|[pyface](http://docs.enthought.com/pyface)|6.091530203784571e-05| -|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.0821156645392464e-05| -|pypi|[Shapely](https://github.com/shapely/shapely)|6.051432769685142e-05| -|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.047255146600125e-05| -|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0463553913335576e-05| -|pypi|[mne](https://mne.tools/dev/)|6.022727224077405e-05| -|pypi|[PyEscape](https://github.com/qaviton/escape)|6.0043668122270746e-05| -|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|6.0043668122270746e-05| -|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|6.0043668122270746e-05| -|pypi|[python-copasi](http://copasi.org)|6.0043668122270746e-05| -|pypi|[gnuplot](https://github.com/gnuplot)|6.0043668122270746e-05| -|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|6.0043668122270746e-05| -|pypi|[clawpack](http://www.clawpack.org)|6.0043668122270746e-05| -|pypi|[PuLP](https://github.com/coin-or/pulp)|6.0043668122270746e-05| -|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|6.0043668122270746e-05| -|pypi|[mc3](https://github.com/pcubillos/mc3)|6.0043668122270746e-05| -|pypi|[ripser](https://ripser.scikit-tda.org)|6.0043668122270746e-05| -|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|6.0043668122270746e-05| -|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|6.0043668122270746e-05| -|pypi|[Numpy](https://www.numpy.org)|6.0043668122270746e-05| -|pypi|[Matplotlib](https://matplotlib.org)|6.0043668122270746e-05| -|pypi|[NumExpr](https://github.com/pydata/numexpr)|6.0043668122270746e-05| -|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|6.0043668122270746e-05| -|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|6.0043668122270746e-05| -|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|6.0043668122270746e-05| -|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|6.0043668122270746e-05| -|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|6.0043668122270746e-05| -|pypi|[pyYAML](https://pyyaml.org/)|6.0043668122270746e-05| -|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|6.0043668122270746e-05| -|pypi|[nnde](https://github.com/elwinter/nnde)|6.0043668122270746e-05| -|pypi|[gpytorch](https://gpytorch.ai)|6.0043668122270746e-05| -|pypi|[tartiflette](https://tartiflette.io)|6.0043668122270746e-05| -|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|6.0043668122270746e-05| -|pypi|[jsonify](https://pypi.org/project/jsonify)|6.0043668122270746e-05| -|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|6.0043668122270746e-05| -|pypi|[coplot](https://pypi.org/project/coplot)|6.0043668122270746e-05| -|pypi|[stginga](https://github.com/spacetelescope/stginga)|6.0043668122270746e-05| -|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|5.9695357541265844e-05| -|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.952212990428605e-05| -|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.952212990428605e-05| -|pypi|[odfpy](https://pypi.org/project/odfpy)|5.952212990428605e-05| -|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.9443231441048035e-05| -|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.942150306698438e-05| -|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.925040279110221e-05| -|pypi|[pybtex-docutils](https://github.com/mcmtroffaes/pybtex-docutils)|5.91939642814322e-05| -|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.909084070309346e-05| -|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.8940069254912665e-05| -|pypi|[mercurial](https://mercurial-scm.org/)|5.8940069254912665e-05| -|pypi|[radvel](https://pypi.org/project/radvel)|5.887138698274069e-05| -|pypi|[Mako](https://pypi.org/project/Mako)|5.867134480330442e-05| -|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.8484092326887087e-05| -|pypi|[cupy](https://pypi.org/project/cupy)|5.843492806681008e-05| -|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.829537762131872e-05| -|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.808665780424966e-05| -|pypi|[libcst](https://pypi.org/project/libcst)|5.789086854875471e-05| -|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.789086854875471e-05| -|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.773429627141418e-05| -|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.773429627141418e-05| -|pypi|[blosc](http://github.com/blosc/python-blosc)|5.773134813713649e-05| -|pypi|[towncrier](https://pypi.org/project/towncrier)|5.748245921614068e-05| -|pypi|[xxhash](https://pypi.org/project/xxhash)|5.679235934986826e-05| -|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6729184875423555e-05| -|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6729184875423555e-05| -|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.6549223874264094e-05| -|pypi|[texttable](https://pypi.org/project/texttable)|5.636707874638426e-05| -|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.6143207431264745e-05| -|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.6040756914119366e-05| -|pypi|[webcolors](https://pypi.org/project/webcolors)|5.601051884986302e-05| -|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.572558830718609e-05| -|pypi|[fbs](https://build-system.fman.io)|5.542492442055761e-05| -|pypi|[bidict](https://bidict.readthedocs.io)|5.542492442055761e-05| -|pypi|[osmnx](https://pypi.org/project/osmnx)|5.527770196506551e-05| -|pypi|[prospector](https://pypi.org/project/prospector)|5.518364019265936e-05| -|pypi|[tbb](https://pypi.org/project/tbb)|5.518120321272614e-05| -|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.5142338993845176e-05| -|pypi|[py4j](https://pypi.org/project/py4j)|5.5111287512054795e-05| -|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.508402564157721e-05| -|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.5040029112081515e-05| -|pypi|[gwcs](https://github.com/spacetelescope/gwcs)|5.495140620939496e-05| -|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.4915881119744934e-05| -|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|5.4877707474093364e-05| -|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.470930003826533e-05| -|pypi|[bibtexparser](https://github.com/sciunto-org/python-bibtexparser)|5.465416061698475e-05| -|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.4640301073402156e-05| -|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.44038521522146e-05| -|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.432075600436681e-05| -|pypi|[mkdocs](https://www.mkdocs.org)|5.406305176203771e-05| -|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.402098255745026e-05| -|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.398697378265723e-05| -|pypi|[pynacl](https://pypi.org/project/pynacl)|5.3812181644602916e-05| -|pypi|[IPython](https://ipython.org)|5.3809788572785595e-05| -|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3795309134810146e-05| -|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3795309134810146e-05| -|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3795309134810146e-05| -|pypi|[nvidia-cufft-cu11](https://developer.nvidia.com/cuda-zone)|5.3499396456846665e-05| -|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.3038573508005825e-05| -|pypi|[pynndescent](https://pypi.org/project/pynndescent)|5.295468723416322e-05| -|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.292202347701279e-05| -|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.292202347701279e-05| -|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.289561239342899e-05| -|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.273865538573508e-05| -|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.266687461010605e-05| -|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.248494506268488e-05| -|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.241639698065145e-05| -|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.23666562694947e-05| -|pypi|[curio](https://pypi.org/project/curio)|5.2252446391902663e-05| -|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.203735431425501e-05| -|pypi|[whoosh](https://pypi.org/project/whoosh)|5.196866210366433e-05| -|pypi|[asteval](https://github.com/newville/asteval)|5.195149825606593e-05| -|pypi|[grpcio-tools](https://grpc.io)|5.1906358174459636e-05| -|pypi|[pydevtool](https://pypi.org/project/pydevtool)|5.1895356863825895e-05| -|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.189163498146386e-05| -|pypi|[feets](https://github.com/carpyncho/feets)|5.171225005745805e-05| -|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.146600124766064e-05| -|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.146600124766064e-05| -|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.146600124766064e-05| -|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.146600124766064e-05| -|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.146600124766064e-05| -|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.146600124766064e-05| -|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.146600124766064e-05| -|pypi|[dustpy](https://github.com/stammler/dustpy)|5.146600124766064e-05| -|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.146600124766064e-05| -|pypi|[ncls](https://github.com/endrebak/ncls)|5.146600124766064e-05| -|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.146600124766064e-05| -|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.146600124766064e-05| -|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.146600124766064e-05| -|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.146600124766064e-05| -|pypi|[msgpack-python](http://msgpack.org/)|5.146600124766064e-05| -|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.146600124766064e-05| -|pypi|[libstempo](https://github.com/vallis/libstempo)|5.146600124766064e-05| -|pypi|[cppyy](http://cppyy.readthedocs.org)|5.146600124766064e-05| -|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.146600124766064e-05| -|pypi|[mdtraj](http://mdtraj.org)|5.146600124766064e-05| -|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.146600124766064e-05| -|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.146600124766064e-05| -|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.146600124766064e-05| -|pypi|[noise](https://github.com/caseman/noise)|5.146600124766064e-05| -|pypi|[STAR](https://github.com/dbrgn/star)|5.146600124766064e-05| -|pypi|[fastqc](https://github.com/fastqc)|5.146600124766064e-05| -|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.146600124766064e-05| -|pypi|[easydev](http://github.com/cokelaer/easydev)|5.146600124766064e-05| -|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.146600124766064e-05| -|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.146600124766064e-05| -|pypi|[pony](https://ponyorm.com)|5.146600124766064e-05| -|pypi|[cykhash](https://github.com/realead/cykhash)|5.146600124766064e-05| -|pypi|[pympler](https://pypi.org/project/pympler)|5.1223858717237556e-05| -|pypi|[geojson](https://pypi.org/project/geojson)|5.0988868527760454e-05| -|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.086501013352342e-05| -|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.064397483884384e-05| -|pypi|[types-colorama](https://github.com/python/typeshed)|5.0611665626949474e-05| -|pypi|[sphinxcontrib-napoleon](https://sphinxcontrib-napoleon.readthedocs.io)|5.0543914696869314e-05| -|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.0417513951764904e-05| -|pypi|[freesasa](http://freesasa.github.io/)|5.0333974948287745e-05| -|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.029943855271366e-05| -|pypi|[contextvars](https://pypi.org/project/contextvars)|5.008295109986931e-05| -|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.996928639338672e-05| -|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.992861941551898e-05| -|pypi|[h11](https://pypi.org/project/h11)|4.991257427160141e-05| -|pypi|[colour](https://pypi.org/project/colour)|4.968049216928785e-05| -|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.9511348421151164e-05| -|pypi|[khmer](https://khmer.readthedocs.io/)|4.9493137866500316e-05| -|pypi|[coveralls](http://github.com/TheKevJames/coveralls-python)|4.944830856143264e-05| -|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.898299241553666e-05| -|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.898299241553666e-05| -|pypi|[nvidia-cudnn-cu11](https://developer.nvidia.com/cuda-zone)|4.897807881406903e-05| -|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.875883964656448e-05| -|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|4.870009436380673e-05| -|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.8545741050237616e-05| -|pypi|[pip-api](https://pypi.org/project/pip-api)|4.846179180734656e-05| -|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.846179180734656e-05| -|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.846179180734656e-05| -|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|4.839446536404963e-05| -|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.7947541363416586e-05| -|pypi|[path](https://pypi.org/project/path)|4.794381785158366e-05| -|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7867543567435374e-05| -|pypi|[configparser](https://pypi.org/project/configparser)|4.7799407261080295e-05| -|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.777356114694682e-05| -|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|4.7661221969342304e-05| -|pypi|[pockets](https://pypi.org/project/pockets)|4.745780955558349e-05| -|pypi|[nrel-pysam](https://nrel-pysam.readthedocs.io)|4.725490291640674e-05| -|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.716229985443959e-05| -|pypi|[gevent](https://pypi.org/project/gevent)|4.706274219064589e-05| -|pypi|[chevron](https://github.com/noahmorrison/chevron)|4.692278500247933e-05| -|pypi|[cytoolz](https://github.com/pytoolz/cytoolz)|4.685248112513396e-05| -|pypi|[pycairo](https://pypi.org/project/pycairo)|4.675781520759686e-05| -|pypi|[covdefaults](https://github.com/asottile/covdefaults)|4.669558073695206e-05| -|pypi|[wandb](https://github.com/wandb/client)|4.655263891716359e-05| -|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6533842794759827e-05| -|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.634949819964759e-05| -|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.633276524661011e-05| -|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.6158938462414625e-05| -|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.6059036674584946e-05| -|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.6056702804813445e-05| -|pypi|[types-protobuf](https://github.com/python/typeshed)|4.60536821584529e-05| -|pypi|[clang-format](http://clang.llvm.org/)|4.60536821584529e-05| -|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.593340611353712e-05| -|pypi|[pymongo](https://pypi.org/project/pymongo)|4.5911298782673314e-05| -|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.589010539133356e-05| -|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.572556264696003e-05| -|pypi|[pycbc](http://www.pycbc.org/)|4.5670782198404824e-05| -|pypi|[zstandard](https://github.com/indygreg/python-zstandard)|4.5652748221705225e-05| -|pypi|[wasabi](https://ines.io)|4.5623911193976154e-05| -|pypi|[math](https://pypi.org/project/math)|4.5547411104179666e-05| -|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.533903868147865e-05| -|pypi|[zict](https://pypi.org/project/zict)|4.511497971552419e-05| -|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.503275109170306e-05| -|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.503275109170306e-05| -|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.503275109170306e-05| -|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.503275109170306e-05| -|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.503275109170306e-05| -|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.503275109170306e-05| -|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.503275109170306e-05| -|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.503275109170306e-05| -|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.503275109170306e-05| -|pypi|[gemmi](https://project-gemmi.github.io/)|4.503275109170306e-05| -|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.503275109170306e-05| -|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.503275109170306e-05| -|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.503275109170306e-05| -|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.503275109170306e-05| -|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.503275109170306e-05| -|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.503275109170306e-05| -|pypi|[gputil](https://github.com/anderskm/gputil)|4.503275109170306e-05| -|pypi|[sbpy](https://sbpy.org)|4.503275109170306e-05| -|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.503275109170306e-05| -|pypi|[Psycopg2](https://psycopg.org/)|4.503275109170306e-05| -|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.503275109170306e-05| -|pypi|[structlog](https://www.structlog.org/)|4.503275109170306e-05| -|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.503275109170306e-05| -|pypi|[trippy](https://github.com/fraserw/trippy)|4.503275109170306e-05| -|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.503275109170306e-05| -|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.503275109170306e-05| -|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.503275109170306e-05| -|pypi|[pygedm](https://github.com/frbs/pygedm)|4.503275109170306e-05| -|pypi|[types](https://www.pytosquatting.org)|4.503275109170306e-05| -|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.503275109170306e-05| -|pypi|[imexam](http://imexam.readthedocs.io/)|4.503275109170306e-05| -|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.503275109170306e-05| -|pypi|[transforms3d](http://github.com/matthew-brett/transforms3d)|4.4977412390594214e-05| -|pypi|[bz2file](https://pypi.org/project/bz2file)|4.4963469936177364e-05| -|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.488264192139738e-05| -|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.469415897823161e-05| -|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.469415897823161e-05| -|pypi|[cramjam](https://pypi.org/project/cramjam)|4.46480746327908e-05| -|pypi|[boto](https://github.com/boto/boto/)|4.458242358078603e-05| -|pypi|[args](https://github.com/kennethreitz/args)|4.458242358078603e-05| -|pypi|[anyio](https://pypi.org/project/anyio)|4.4528884884115205e-05| -|pypi|[yapf](https://pypi.org/project/yapf)|4.414090535337775e-05| -|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.4132096069868996e-05| -|pypi|[sos](https://github.com/vatlab/SoS)|4.4004539186393925e-05| -|pypi|[pyglet](https://pypi.org/project/pyglet)|4.399807002495321e-05| -|pypi|[backoff](https://github.com/litl/backoff)|4.3738340952510915e-05| -|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.3631732168850074e-05| -|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.3631732168850074e-05| -|pypi|[xlwt](https://pypi.org/project/xlwt)|4.341871582644521e-05| -|pypi|[spectres](https://spectres.readthedocs.io)|4.3335104131676187e-05| -|pypi|[vine](https://pypi.org/project/vine)|4.306902122606152e-05| -|pypi|[dpath](https://www.github.com/akesterson/dpath-python)|4.30442919525889e-05| -|pypi|[sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild)|4.296090611804107e-05| -|pypi|[zope.event](https://pypi.org/project/zope.event)|4.2749678087560176e-05| -|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.2654604844034146e-05| -|pypi|[sniffio](https://pypi.org/project/sniffio)|4.2353311123326123e-05| -|pypi|[pyobjc](https://pypi.org/project/pyobjc)|4.2270395845878307e-05| -|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.211273270512526e-05| -|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|4.204959195713718e-05| -|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.1970524017467256e-05| -|pypi|[segments](https://github.com/cldf/segments)|4.1970524017467256e-05| -|pypi|[requests-file](http://github.com/dashea/requests-file)|4.188045851528384e-05| -|pypi|[distlib](https://pypi.org/project/distlib)|4.167264362290304e-05| -|pypi|[fastrlock](https://github.com/scoder/fastrlock)|4.153796996485249e-05| -|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.1320134503977594e-05| -|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1297063967767506e-05| -|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.093886462882097e-05| -|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.092976710334789e-05| -|pypi|[tablib](https://pypi.org/project/tablib)|4.0867221615720526e-05| -|pypi|[uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/)|4.07923974256467e-05| -|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.0743917654398005e-05| -|pypi|[astropy-healpix](https://github.com/astropy/astropy-healpix)|4.0630066335756904e-05| -|pypi|[overrides](https://github.com/mkorpela/overrides)|4.035662299854439e-05| -|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|4.013072782945691e-05| -|pypi|[fiona](http://github.com/Toblerity/Fiona)|4.010999249737404e-05| -|pypi|[html2text](https://github.com/Alir3z4/html2text/)|4.002911208151383e-05| -|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|4.002911208151383e-05| -|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|4.002911208151383e-05| -|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|4.002911208151383e-05| -|pypi|[lda](https://pypi.org/project/lda)|4.002911208151383e-05| -|pypi|[fseval](https://github.com/dunnkers/fseval)|4.002911208151383e-05| -|pypi|[hjson](http://github.com/hjson/hjson-py)|4.002911208151383e-05| -|pypi|[hitran-api](https://pypi.org/project/hitran-api)|4.002911208151383e-05| -|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|4.002911208151383e-05| -|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|4.002911208151383e-05| -|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|4.002911208151383e-05| -|pypi|[tmm](http://pypi.python.org/pypi/tmm)|4.002911208151383e-05| -|pypi|[precession](https://github.com/dgerosa/precession/)|4.002911208151383e-05| -|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|4.002911208151383e-05| -|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|4.002911208151383e-05| -|pypi|[sick](http://www.github.com/andycasey/sick/)|4.002911208151383e-05| -|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|4.002911208151383e-05| -|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|4.002911208151383e-05| -|pypi|[taxopy](https://github.com/apcamargo/taxopy)|4.002911208151383e-05| -|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|4.002911208151383e-05| -|pypi|[pygobject](https://pygobject.readthedocs.io)|4.002911208151383e-05| -|pypi|[genicam](https://www.emva.org)|4.002911208151383e-05| -|pypi|[pwkit](https://github.com/pkgw/pwkit/)|4.002911208151383e-05| -|pypi|[activegit](http://github.com/caseyjlaw/activegit)|4.002911208151383e-05| -|pypi|[metapredict](https://github.com/idptools/metapredict.git)|4.002911208151383e-05| -|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|4.002911208151383e-05| -|pypi|[protfasta](https://pypi.org/project/protfasta)|4.002911208151383e-05| -|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|4.002911208151383e-05| -|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|4.002911208151383e-05| -|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|4.002911208151383e-05| -|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|4.002911208151383e-05| -|pypi|[portalocker](https://github.com/WoLpH/portalocker)|4.002911208151383e-05| -|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|4.002911208151383e-05| -|pypi|[tensorly-viz](https://tensorly.org/viz)|4.002911208151383e-05| -|pypi|[treegp](https://github.com/PFLeget/treegp)|4.002911208151383e-05| -|pypi|[dotmap](https://github.com/drgrib/dotmap)|4.002911208151383e-05| -|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|4.002911208151383e-05| -|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|4.002911208151383e-05| -|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.982712648440271e-05| -|pypi|[casadi](http://casadi.org)|3.968950361579756e-05| -|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.9628820960698694e-05| -|pypi|[unidecode](https://pypi.org/project/unidecode)|3.958923172896972e-05| -|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.952974890829694e-05| -|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.935247131730449e-05| -|pypi|[ply](http://www.dabeaz.com/ply/)|3.921752524692595e-05| -|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.907603798433493e-05| -|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.89757143951582e-05| -|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8954507473967084e-05| -|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.888971234395673e-05| -|pypi|[wslink](https://pypi.org/project/wslink)|3.8875862573547965e-05| -|pypi|[pytabix](https://github.com/slowkow/pytabix)|3.8714723326598456e-05| -|pypi|[bwapy](https://github.com/ACEnglish/bwapy)|3.8714723326598456e-05| -|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.869541484716157e-05| -|pypi|[Brotli](https://pypi.org/project/Brotli)|3.866011651155047e-05| -|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.8388256562724935e-05| -|pypi|[rdflib](https://pypi.org/project/rdflib)|3.823921066136168e-05| -|pypi|[yarl](https://pypi.org/project/yarl)|3.8177281402869625e-05| -|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.791254074337248e-05| -|pypi|[pydap](https://pypi.org/project/pydap)|3.791254074337248e-05| -|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.791254074337248e-05| -|pypi|[numbagg](https://pypi.org/project/numbagg)|3.791254074337248e-05| -|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.789769182782283e-05| -|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.787673021344318e-05| -|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.776902682470368e-05| -|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.748678587631249e-05| -|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7471785834253085e-05| -|pypi|[CoolProp](http://www.coolprop.org)|3.726460152838428e-05| -|pypi|[chex](https://pypi.org/project/chex)|3.689485831387786e-05| -|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.665731886570425e-05| -|pypi|[torchvision](https://github.com/pytorch/vision)|3.6516693302364046e-05| -|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.6496065352295025e-05| -|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.642649199417759e-05| -|pypi|[spglib](http://spglib.github.io/spglib/)|3.634160672312445e-05| -|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.621224395615996e-05| -|pypi|[jaxopt](https://github.com/google/jaxopt)|3.614532517442851e-05| -|pypi|[asciitree](https://pypi.org/project/asciitree)|3.613800361979033e-05| -|pypi|[Cerberus](http://docs.python-cerberus.org)|3.602620087336245e-05| -|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.602620087336245e-05| -|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.602620087336245e-05| -|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.602620087336245e-05| -|pypi|[urepr](https://github.com/j-faria/urepr)|3.602620087336245e-05| -|pypi|[2to3](https://pypi.org/project/2to3)|3.602620087336245e-05| -|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.602620087336245e-05| -|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.602620087336245e-05| -|pypi|[pykeops](http://www.kernel-operations.io/)|3.602620087336245e-05| -|pypi|[keopscore](http://www.kernel-operations.io/)|3.602620087336245e-05| -|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.602620087336245e-05| -|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.602620087336245e-05| -|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.602620087336245e-05| -|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.602620087336245e-05| -|pypi|[pywfa](https://pypi.org/project/pywfa)|3.602620087336245e-05| -|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.602620087336245e-05| -|pypi|[astLib](https://astlib.readthedocs.io)|3.602620087336245e-05| -|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.602620087336245e-05| -|pypi|[disksurf](https://github.com/richteague/disksurf)|3.602620087336245e-05| -|pypi|[gofish](https://github.com/richteague/gofish)|3.602620087336245e-05| -|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.602620087336245e-05| -|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.602620087336245e-05| -|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.602620087336245e-05| -|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.602620087336245e-05| -|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.602620087336245e-05| -|pypi|[caput](https://github.com/eykd/caput)|3.602620087336245e-05| -|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.602620087336245e-05| -|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.602620087336245e-05| -|pypi|[simpleitk](http://simpleitk.org/)|3.602620087336245e-05| -|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.602620087336245e-05| -|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.602620087336245e-05| -|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.6003475338949714e-05| -|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.6000344748333716e-05| -|pypi|[optlang](https://github.com/opencobra/optlang)|3.6000344748333716e-05| -|pypi|[kombu](https://pypi.org/project/kombu)|3.5851336505271096e-05| -|pypi|[ray](https://github.com/ray-project/ray)|3.572531544648065e-05| -|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.571828462658157e-05| -|pypi|[cymem](https://github.com/explosion/cymem)|3.5716705953801474e-05| -|pypi|[murmurhash](https://github.com/explosion/murmurhash)|3.5716705953801474e-05| -|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.566593886462882e-05| -|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.566593886462882e-05| -|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.566593886462882e-05| -|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5323930486912e-05| -|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.527524251371542e-05| -|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.508866401755338e-05| -|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.5060687542843086e-05| -|pypi|[pathos](https://pypi.org/project/pathos)|3.5033107637739015e-05| -|pypi|[jdcal](https://pypi.org/project/jdcal)|3.500272925764192e-05| -|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.479572851958915e-05| -|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.474223506651658e-05| -|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.471472075384969e-05| -|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.468603864861286e-05| -|pypi|[crds](https://hst-crds.stsci.edu)|3.457587205030232e-05| -|pypi|[hiredis](https://pypi.org/project/hiredis)|3.428799214027578e-05| -|pypi|[isodate](https://github.com/gweis/isodate/)|3.426224002237547e-05| -|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.4224890829694336e-05| -|pypi|[types-toml](https://pypi.org/project/types-toml)|3.387201761292965e-05| -|pypi|[nibabel](https://nipy.org/nibabel)|3.385422064917235e-05| -|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.361471075405016e-05| -|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.340650449045971e-05| -|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.33620184294736e-05| -|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3227877011960754e-05| -|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|3.304998426974619e-05| -|pypi|[wincertstore](https://pypi.org/project/wincertstore)|3.303161312419038e-05| -|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.303154766903402e-05| -|pypi|[rpy2](https://rpy2.github.io)|3.296532643121073e-05| -|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.290120087336245e-05| -|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.282732269236561e-05| -|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.275109170305677e-05| -|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.275109170305677e-05| -|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.275109170305677e-05| -|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.275109170305677e-05| -|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.275109170305677e-05| -|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.275109170305677e-05| -|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.275109170305677e-05| -|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.275109170305677e-05| -|pypi|[filetype](https://github.com/h2non/filetype.py)|3.275109170305677e-05| -|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.275109170305677e-05| -|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.275109170305677e-05| -|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.275109170305677e-05| -|pypi|[wurst](https://github.com/polca/wurst)|3.275109170305677e-05| -|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.275109170305677e-05| -|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.275109170305677e-05| -|pypi|[flatdict](https://github.com/gmr/flatdict)|3.275109170305677e-05| -|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.275109170305677e-05| -|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.275109170305677e-05| -|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.275109170305677e-05| -|pypi|[colored](https://gitlab.com/dslackw/colored)|3.275109170305677e-05| -|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.275109170305677e-05| -|pypi|[marxs](http://marxs.readthedocs.io)|3.275109170305677e-05| -|pypi|[PIL](http://www.pythonware.com/products/pil)|3.275109170305677e-05| -|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.275109170305677e-05| -|pypi|[configuration](http://k0s.org/hg/configuration)|3.275109170305677e-05| -|pypi|[cdips](https://github.com/lgbouma/cdips)|3.275109170305677e-05| -|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.275109170305677e-05| -|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.275109170305677e-05| -|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.275109170305677e-05| -|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.275109170305677e-05| -|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.275109170305677e-05| -|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.275109170305677e-05| -|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.2723799126637555e-05| -|pypi|[billiard](https://pypi.org/project/billiard)|3.263149480221433e-05| -|pypi|[jupyter-console](https://jupyter.org)|3.261915502167353e-05| -|pypi|[altair](https://pypi.org/project/altair)|3.253629899620495e-05| -|pypi|[scikit_learn](http://scikit-learn.org)|3.238401801768744e-05| -|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.23718384849321e-05| -|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.221796511885572e-05| -|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.182435684173068e-05| -|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.181703377927095e-05| -|pypi|[pypairix](https://pypi.org/project/pypairix)|3.180499904026105e-05| -|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.1703056768558954e-05| -|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.150276715642437e-05| -|pypi|[optax](https://pypi.org/project/optax)|3.1364768175439145e-05| -|pypi|[matchms](https://github.com/matchms/matchms)|3.134279475982533e-05| -|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.131407822289729e-05| -|pypi|[addict](https://github.com/mewwts/addict)|3.1260234716157205e-05| -|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.118770027885748e-05| -|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.091391141609483e-05| -|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.08498046426109e-05| -|pypi|[tensorflow-datasets](https://pypi.org/project/tensorflow-datasets)|3.084092387600796e-05| -|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.081521876049714e-05| -|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0774856053669534e-05| -|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.074753372964907e-05| -|pypi|[sep](https://github.com/kbarbary/sep)|3.0709621221168846e-05| -|pypi|[safe-netrc](https://pypi.org/project/safe-netrc)|3.070804741110418e-05| -|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.070143430664279e-05| -|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.0661856254735284e-05| -|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.066006046355391e-05| -|pypi|[itk](https://itk.org/)|3.034202341187185e-05| -|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0340816048034933e-05| -|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.030749020550012e-05| -|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0302257785882242e-05| -|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|3.0275237175963992e-05| -|pypi|[cligj](https://pypi.org/project/cligj)|3.0245633784528537e-05| -|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|3.0033948366044436e-05| -|pypi|[toil](https://github.com/DataBiosphere/toil)|3.0021834061135373e-05| -|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|3.0021834061135373e-05| -|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|3.0021834061135373e-05| -|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|3.0021834061135373e-05| -|pypi|[portion](https://github.com/AlexandreDecan/portion)|3.0021834061135373e-05| -|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|3.0021834061135373e-05| -|pypi|[pymoc](http://github.com/grahambell/pymoc)|3.0021834061135373e-05| -|pypi|[random2](http://pypi.python.org/pypi/random2)|3.0021834061135373e-05| -|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|3.0021834061135373e-05| -|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|3.0021834061135373e-05| -|pypi|[blackjax](https://pypi.org/project/blackjax)|3.0021834061135373e-05| -|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|3.0021834061135373e-05| -|pypi|[mirtop](http://github.com/mirtop/mirtop)|3.0021834061135373e-05| -|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|3.0021834061135373e-05| -|pypi|[vtk](https://vtk.org)|3.000275299260334e-05| -|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.9892096849656893e-05| -|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9872452920305676e-05| -|pypi|[arrow](https://arrow.readthedocs.io)|2.9745434799276496e-05| -|pypi|[httpretty](https://pypi.org/project/httpretty)|2.9666743880958497e-05| -|pypi|[pycondor](https://pypi.org/project/pycondor)|2.9661550681696362e-05| -|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.9645720785661488e-05| -|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.957610104095464e-05| -|pypi|[autocommand](https://pypi.org/project/autocommand)|2.9537804846360723e-05| -|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.950771015283843e-05| -|pypi|[ndcube](https://docs.sunpy.org/projects/ndcube/)|2.9248695608826662e-05| -|pypi|[shap](http://github.com/slundberg/shap)|2.9224408958461805e-05| -|pypi|[ipympl](https://pypi.org/project/ipympl)|2.909337215340109e-05| -|pypi|[smart-open](https://pypi.org/project/smart-open)|2.904557266450439e-05| -|pypi|[astor](https://github.com/berkerpeksag/astor)|2.890734591334533e-05| -|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.886714813570709e-05| -|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.875811279332022e-05| -|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8563630692451654e-05| -|pypi|[gensim](http://radimrehurek.com/gensim)|2.8529120849543e-05| -|pypi|[dipy](https://dipy.org)|2.8312898891501515e-05| -|pypi|[lml](https://pypi.org/project/lml)|2.829392954616345e-05| -|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8227122222755418e-05| -|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.822712222275541e-05| -|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.820313580588433e-05| -|pypi|[gmsh](https://gmsh.info)|2.8185204212689445e-05| -|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.8031155525697013e-05| -|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.7911907845204036e-05| -|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.790207379382282e-05| -|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7855973175296323e-05| -|pypi|[filemagic](http://filemagic.readthedocs.org)|2.7712462210278804e-05| -|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.7712462210278804e-05| -|pypi|[json2table](https://github.com/latture/json2table)|2.7712462210278804e-05| -|pypi|[ulid](https://github.com/mdipierro/ulid)|2.7712462210278804e-05| -|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.7712462210278804e-05| -|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.7712462210278804e-05| -|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.7712462210278804e-05| -|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.7712462210278804e-05| -|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.7712462210278804e-05| -|pypi|[pmesh](https://pypi.org/project/pmesh)|2.7712462210278804e-05| -|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.7712462210278804e-05| -|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.7712462210278804e-05| -|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.7712462210278804e-05| -|pypi|[coramin](https://github.com/Coramin/Coramin)|2.7712462210278804e-05| -|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.7712462210278804e-05| -|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.7712462210278804e-05| -|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.7712462210278804e-05| -|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.7712462210278804e-05| -|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.7712462210278804e-05| -|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.7711936959381676e-05| -|pypi|[pretend](https://pypi.org/project/pretend)|2.7697003657139715e-05| -|pypi|[reportlab](https://pypi.org/project/reportlab)|2.7672000248401606e-05| -|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.7643308040605095e-05| -|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7493089970298883e-05| -|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.7435337588176015e-05| -|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7325230037429823e-05| -|pypi|[easygui](https://github.com/robertlugg/easygui)|2.728492071755361e-05| -|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7149788779191188e-05| -|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.711995251862922e-05| -|pypi|[funcy](https://pypi.org/project/funcy)|2.6969402290491425e-05| -|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6936993113043463e-05| -|pypi|[flax](https://github.com/google/flax)|2.6793278430994463e-05| -|pypi|[datrie](https://github.com/kmike/datrie)|2.6790198066126017e-05| -|pypi|[toposort](https://pypi.org/project/toposort)|2.6790198066126017e-05| -|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.6738796920408384e-05| -|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.670113945393409e-05| -|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.669551729723636e-05| -|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6690840091495115e-05| -|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6559344004363838e-05| -|pypi|[datashader](https://datashader.org)|2.6543565400338988e-05| -|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|2.6543378102085028e-05| -|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6373746948371942e-05| -|pypi|[astroid](https://pypi.org/project/astroid)|2.628969070933501e-05| -|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.6160615242102405e-05| -|pypi|[cchardet](https://pypi.org/project/cchardet)|2.6094256751608385e-05| -|pypi|[PasteDeploy](https://pylonsproject.org/)|2.5836097581457845e-05| -|pypi|[srsly](https://github.com/explosion/srsly)|2.5809500713626814e-05| -|pypi|[Pint](https://github.com/hgrecco/pint)|2.579804793096278e-05| -|pypi|[area](https://github.com/scisco/area)|2.573300062383032e-05| -|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.573300062383032e-05| -|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.573300062383032e-05| -|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.573300062383032e-05| -|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.573300062383032e-05| -|pypi|[wres](https://github.com/jks-liu/wres)|2.573300062383032e-05| -|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.573300062383032e-05| -|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.573300062383032e-05| -|pypi|[thermo](https://github.com/CalebBell/thermo)|2.573300062383032e-05| -|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.573300062383032e-05| -|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.573300062383032e-05| -|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.573300062383032e-05| -|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.573300062383032e-05| -|pypi|[dash_table](https://pypi.org/project/dash_table)|2.573300062383032e-05| -|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.573300062383032e-05| -|pypi|[python-time](https://github.com/hengdai/pytime)|2.573300062383032e-05| -|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.573300062383032e-05| -|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.573300062383032e-05| -|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.573300062383032e-05| -|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.573300062383032e-05| -|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.573300062383032e-05| -|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|2.5725294303282843e-05| -|pypi|[monty](https://pypi.org/project/monty)|2.5681188560345022e-05| -|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5632434874265926e-05| -|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.5475670617592015e-05| -|pypi|[srastream](https://github.com/jdidion/srastream)|2.5475670617592015e-05| -|pypi|[progress](http://github.com/verigak/progress/)|2.5453821843477443e-05| -|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.5427664780349088e-05| -|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5305558080043362e-05| -|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5266220466321795e-05| -|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5218340611353712e-05| -|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.519655057050289e-05| -|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4993176855895196e-05| -|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4993176855895196e-05| -|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4993176855895196e-05| -|pypi|[pythutils](https://github.com/JolleJolles)|2.4993176855895196e-05| -|pypi|[typeguard](https://pypi.org/project/typeguard)|2.493040075452419e-05| -|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4908438434480035e-05| -|pypi|[ortools](https://pypi.org/project/ortools)|2.4852013585638052e-05| -|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4794076011324934e-05| -|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.467804867202575e-05| -|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4614371949653225e-05| -|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.449677244609235e-05| -|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.449281461723276e-05| -|pypi|[cmake](https://pypi.org/project/cmake)|2.443295057066825e-05| -|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.432197484646179e-05| -|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.423076745506339e-05| -|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.421475358702433e-05| -|pypi|[astlib](https://astlib.readthedocs.io)|2.41890205864005e-05| -|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.41890205864005e-05| -|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.41890205864005e-05| -|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4092758366399303e-05| -|pypi|[identify](https://pypi.org/project/identify)|2.4092758366399303e-05| -|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4092758366399303e-05| -|pypi|[george](https://github.com/dfm/george)|2.4063728847414442e-05| -|pypi|[scandir](https://pypi.org/project/scandir)|2.405355118407792e-05| -|pypi|[vedo](https://github.com/marcomusy/vedo)|2.40174672489083e-05| -|pypi|[PIMS](https://github.com/soft-matter/pims)|2.40174672489083e-05| -|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.40174672489083e-05| -|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.40174672489083e-05| -|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.40174672489083e-05| -|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.40174672489083e-05| -|pypi|[haversine](https://github.com/mapado/haversine)|2.40174672489083e-05| -|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.40174672489083e-05| -|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.40174672489083e-05| -|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.40174672489083e-05| -|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.40174672489083e-05| -|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.40174672489083e-05| -|pypi|[scikit-video](http://scikit-video.org/)|2.40174672489083e-05| -|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.386735807860262e-05| -|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3811668716456615e-05| -|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3811668716456615e-05| -|pypi|[spacy-legacy](https://spacy.io)|2.368164019550006e-05| -|pypi|[google-cloud-core](https://pypi.org/project/google-cloud-core)|2.3671141393203018e-05| -|pypi|[starlette](https://pypi.org/project/starlette)|2.3638747737712744e-05| -|pypi|[Theano](http://deeplearning.net/software/theano/)|2.361717612809316e-05| -|pypi|[scanpy](https://scanpy.readthedocs.io)|2.360910849490321e-05| -|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.352852904879438e-05| -|pypi|[python-louvain](https://github.com/taynaud/python-louvain)|2.348497890969301e-05| -|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3368591978276027e-05| -|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3227817327804483e-05| -|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3202674672489086e-05| -|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3202674672489086e-05| -|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3202674672489086e-05| -|pypi|[pyclipper](https://pypi.org/project/pyclipper)|2.309371850856567e-05| -|pypi|[PyQt5_sip](https://pypi.org/project/PyQt5_sip)|2.309371850856567e-05| -|pypi|[httptools](https://pypi.org/project/httptools)|2.302938649867564e-05| -|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.302938649867564e-05| -|pypi|[service-identity](https://pypi.org/project/service-identity)|2.297475177660767e-05| -|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2934369101732208e-05| -|pypi|[av](https://pypi.org/project/av)|2.2790658783050887e-05| -|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2759409440632156e-05| -|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.271555886798791e-05| -|pypi|[formulaic](https://github.com/matthewwardrop/formulaic)|2.2695931969662148e-05| -|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.2695931969662148e-05| -|pypi|[intake](https://pypi.org/project/intake)|2.268054814103352e-05| -|pypi|[nltk](https://www.nltk.org/)|2.2634570164577166e-05| -|pypi|[mysqlclient](https://github.com/PyMySQL/mysqlclient)|2.260467505779605e-05| -|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.2554848797115972e-05| -|pypi|[cerberus](http://docs.python-cerberus.org)|2.251637554585153e-05| -|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.251637554585153e-05| -|pypi|[julia](http://julialang.org)|2.251637554585153e-05| -|pypi|[bfit](https://github.com/dfujim/bfit)|2.251637554585153e-05| -|pypi|[bdata](https://github.com/dfujim/bdata)|2.251637554585153e-05| -|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.251637554585153e-05| -|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.251637554585153e-05| -|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.251637554585153e-05| -|pypi|[ref_index](http://github.com/phn/ref_index)|2.251637554585153e-05| -|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.251637554585153e-05| -|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2483486504006932e-05| -|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2450797899100476e-05| -|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2450797899100476e-05| -|pypi|[anndata](http://anndata.readthedocs.io)|2.2424368830876896e-05| -|pypi|[nbval](https://pypi.org/project/nbval)|2.2375652989186772e-05| -|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2291211790393014e-05| -|pypi|[pyramid](https://trypyramid.com)|2.2275399662720317e-05| -|pypi|[datatable](https://pypi.org/project/datatable)|2.2208648447622253e-05| -|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2160513494480204e-05| -|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2145517595684563e-05| -|pypi|[aiodns](https://pypi.org/project/aiodns)|2.211187984621412e-05| -|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.204277972105873e-05| -|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.1903458359326263e-05| -|pypi|[xdg](https://github.com/srstevenson/xdg-base-dirs)|2.186975142761169e-05| -|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.154366812227074e-05| -|pypi|[ffmpeg](https://pypi.org/project/ffmpeg)|2.1494203576627155e-05| -|pypi|[batman-package](https://pypi.org/project/batman-package)|2.14617343136721e-05| -|pypi|[pyavm](https://pypi.org/project/pyavm)|2.1427671673304862e-05| -|pypi|[waitress](https://github.com/Pylons/waitress)|2.127829689939308e-05| -|pypi|[humanize](https://pypi.org/project/humanize)|2.1274980101963994e-05| -|pypi|[xgboost](https://pypi.org/project/xgboost)|2.1262747738869694e-05| -|pypi|[databases](https://pypi.org/project/databases)|2.1238659581269596e-05| -|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1191882866683793e-05| -|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1191882866683793e-05| -|pypi|[pykalman](http://pykalman.github.com)|2.1191882866683793e-05| -|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1191882866683793e-05| -|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1191882866683793e-05| -|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1191882866683793e-05| -|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1191882866683793e-05| -|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1191882866683793e-05| -|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1191882866683793e-05| -|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1191882866683793e-05| -|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1191882866683793e-05| -|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1187088419642168e-05| -|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1181528982938886e-05| -|pypi|[h2](https://pypi.org/project/h2)|2.113262814358705e-05| -|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0986333838563403e-05| -|pypi|[apptools](https://docs.enthought.com/apptools)|2.088618995633188e-05| -|pypi|[passlib](https://pypi.org/project/passlib)|2.0846729229291593e-05| -|pypi|[prov](https://pypi.org/project/prov)|2.0748186756360165e-05| -|pypi|[boltons](https://pypi.org/project/boltons)|2.0698695127339157e-05| -|pypi|[stsci.stimage](https://pypi.org/project/stsci.stimage)|2.04789562863901e-05| -|pypi|[stsci.imagestats](https://pypi.org/project/stsci.imagestats)|2.04789562863901e-05| -|pypi|[h3](https://pypi.org/project/h3)|2.047203160740279e-05| -|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0428650303669128e-05| -|pypi|[pyro-ppl](http://pyro.ai)|2.0399022225153645e-05| -|pypi|[incremental](https://pypi.org/project/incremental)|2.0302262379791718e-05| -|pypi|[timezonefinder](https://timezonefinder.michelfe.it/gui)|2.024211170883359e-05| -|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.0038373480571858e-05| -|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|2.0014556040756914e-05| -|pypi|[tkp](http://docs.transientskp.org/)|2.0014556040756914e-05| -|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|2.0014556040756914e-05| -|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|2.0014556040756914e-05| -|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|2.0014556040756914e-05| -|pypi|[pydub](http://pydub.com)|1.9985963817841546e-05| -|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.992630642299793e-05| -|pypi|[loguru](https://github.com/Delgan/loguru)|1.9906338356730104e-05| -|pypi|[pyscf](http://www.pyscf.org)|1.989973569294415e-05| -|pypi|[google-api-core](https://pypi.org/project/google-api-core)|1.9866842049948333e-05| -|pypi|[language-data](https://pypi.org/project/language-data)|1.9814410480349344e-05| -|pypi|[clikit](https://pypi.org/project/clikit)|1.9814410480349344e-05| -|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.9814410480349344e-05| -|pypi|[httpstan](https://pypi.org/project/httpstan)|1.9814410480349344e-05| -|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.9814410480349344e-05| -|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.980593372720267e-05| -|pypi|[anytree](https://pypi.org/project/anytree)|1.9726696085652657e-05| -|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.961626637554585e-05| -|pypi|[validators](https://pypi.org/project/validators)|1.958233404913863e-05| -|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9541092319679806e-05| -|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9499181222707424e-05| -|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9473622093709433e-05| -|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9473622093709433e-05| -|pypi|[selenium](https://pypi.org/project/selenium)|1.9405087900074682e-05| -|pypi|[pyside6](https://www.pyside.org)|1.931004366812227e-05| -|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.928761801789913e-05| -|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.921308321689692e-05| -|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.9183196428084057e-05| -|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.9183196428084057e-05| -|pypi|[xcffib](https://pypi.org/project/xcffib)|1.918084792186525e-05| -|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.8961158354401288e-05| -|pypi|[sos-python](https://github.com/vatlab/SOS)|1.8961158354401288e-05| -|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.8961158354401288e-05| -|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.8961158354401288e-05| -|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.8961158354401288e-05| -|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.8961158354401288e-05| -|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.8961158354401288e-05| -|pypi|[kneed](https://github.com/arvkevi/kneed)|1.8961158354401288e-05| -|pypi|[BioPython](https://biopython.org/)|1.8961158354401288e-05| -|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.8961158354401288e-05| -|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.8961158354401288e-05| -|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.8961158354401288e-05| -|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.8961158354401288e-05| -|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.874756316281971e-05| -|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8665964644604618e-05| -|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.851787757580206e-05| -|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8497894888379835e-05| -|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8288139531041962e-05| -|pypi|[constantly](https://pypi.org/project/constantly)|1.8255680627118228e-05| -|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8255680627118228e-05| -|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.8206097941359953e-05| -|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|1.82059067015739e-05| -|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.8171222175388787e-05| -|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.8171222175388787e-05| -|pypi|[python-box](https://github.com/cdgriffith/Box)|1.815166274773262e-05| -|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.8013100436681224e-05| -|pypi|[envisage](http://docs.enthought.com/envisage)|1.8013100436681224e-05| -|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.8013100436681224e-05| -|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.8013100436681224e-05| -|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.8013100436681224e-05| -|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.8013100436681224e-05| -|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.8013100436681224e-05| -|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.8013100436681224e-05| -|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.8013100436681224e-05| -|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.8013100436681224e-05| -|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7943617610654473e-05| -|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.788865389137075e-05| -|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.783296943231441e-05| -|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7793364855921978e-05| -|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7773526200873365e-05| -|pypi|[awscrt](https://github.com/awslabs/aws-crt-python)|1.7751896922954212e-05| -|pypi|[e13tools](https://e13tools.readthedocs.io)|1.7732896652110625e-05| -|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.7713484988110407e-05| -|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.769463781713443e-05| -|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.764851609396993e-05| -|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7613810043668124e-05| -|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.755394555969085e-05| -|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.749415159076731e-05| -|pypi|[triton](https://pypi.org/project/triton)|1.7462386970795292e-05| -|pypi|[stevedore](https://docs.openstack.org/stevedore/latest/)|1.7433608047283704e-05| -|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7329180580529154e-05| -|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7329180580529154e-05| -|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.732028888142425e-05| -|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|1.730544291952589e-05| -|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|1.7289182425754146e-05| -|pypi|[celerite](https://github.com/dfm/celerite)|1.72613369367976e-05| -|pypi|[folium](https://pypi.org/project/folium)|1.7236099909169688e-05| -|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.7187937991160523e-05| -|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.715533374922021e-05| -|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.715533374922021e-05| -|pypi|[owslib](https://owslib.readthedocs.io)|1.715533374922021e-05| -|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.715533374922021e-05| -|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.715533374922021e-05| -|pypi|[rmnest](https://github.com/mlower/rmnest)|1.715533374922021e-05| -|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.715533374922021e-05| -|pypi|[aplpy](http://aplpy.github.io)|1.714061128314276e-05| -|pypi|[gwdatafind](https://pypi.org/project/gwdatafind)|1.7139634978141048e-05| -|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7096486507843784e-05| -|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7077939218635976e-05| -|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.706988803604476e-05| -|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.7069557080474112e-05| -|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.706168429504248e-05| -|pypi|[configobj](https://github.com/DiffSK/configobj)|1.699779812522574e-05| -|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6983780411728008e-05| -|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6983780411728008e-05| -|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6983780411728008e-05| -|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6867709196720785e-05| -|pypi|[bottle](https://pypi.org/project/bottle)|1.6778764747417272e-05| -|pypi|[moto](https://pypi.org/project/moto)|1.6745060693480545e-05| -|pypi|[meshio](https://github.com/nschloe/meshio)|1.6743116282207308e-05| -|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6711661324671413e-05| -|pypi|[plumbum](https://plumbum.readthedocs.io)|1.6659069090749216e-05| -|pypi|[onnx](https://github.com/onnx/onnx)|1.6638994991009525e-05| -|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.6594666323425876e-05| -|pypi|[neo](https://pypi.org/project/neo)|1.6564220618948172e-05| -|pypi|[nbsite](https://pypi.org/project/nbsite)|1.646867116053242e-05| -|pypi|[inflect](https://pypi.org/project/inflect)|1.6417654398003744e-05| -|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6375545851528384e-05| -|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6375545851528384e-05| -|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6375545851528384e-05| -|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6375545851528384e-05| -|pypi|[SQLObject](http://sqlobject.org/)|1.6375545851528384e-05| -|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6375545851528384e-05| -|pypi|[pweave](http://mpastell.com/pweave)|1.6375545851528384e-05| -|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6375545851528384e-05| -|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6375545851528384e-05| -|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.6314100936638256e-05| -|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6298570009038683e-05| -|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.629013500198999e-05| -|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.624343004840841e-05| -|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.622503531980478e-05| -|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.6218691964061638e-05| -|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.62117903930131e-05| -|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6150935974877697e-05| -|pypi|[testfixtures](https://github.com/Simplistix/testfixtures)|1.6073039459354014e-05| -|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.6025447974702608e-05| -|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.600394692643601e-05| -|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.596080196375265e-05| -|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5935358582465572e-05| -|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.591287634879592e-05| -|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|1.5833352269359203e-05| -|pypi|[igwn-auth-utils](https://pypi.org/project/igwn-auth-utils)|1.5819668478745213e-05| -|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.569334842321741e-05| -|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.566468571465823e-05| -|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.566356559711411e-05| -|pypi|[tk](https://github.com/atranitell/TensorKit)|1.566356559711411e-05| -|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.566356559711411e-05| -|pypi|[textfsm](https://pypi.org/project/textfsm)|1.566356559711411e-05| -|pypi|[itables](https://pypi.org/project/itables)|1.566356559711411e-05| -|pypi|[gekko](https://pypi.org/project/gekko)|1.566356559711411e-05| -|pypi|[readlif](https://pypi.org/project/readlif)|1.566356559711411e-05| -|pypi|[beast](http://beast.readthedocs.io/)|1.566356559711411e-05| -|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5617544533222004e-05| -|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5613173906352644e-05| -|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5563318777292574e-05| -|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5475317276200877e-05| -|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.5474188540381124e-05| -|pypi|[mopti](https://github.com/basf/mopti)|1.546124454148472e-05| -|pypi|[kafka-python](https://pypi.org/project/kafka-python)|1.546124454148472e-05| -|pypi|[ipaddr](https://github.com/google/ipaddr-py)|1.5439800374298192e-05| -|pypi|[pytoml](https://github.com/avakar/pytoml)|1.5439800374298192e-05| -|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.5367063570473542e-05| -|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.528540237055521e-05| -|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.528540237055521e-05| -|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.526438104610194e-05| -|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5129437293056289e-05| -|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5088669887847345e-05| -|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.5010917030567686e-05| -|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.5010917030567686e-05| -|pypi|[LDTk](https://pypi.org/project/LDTk)|1.5010917030567686e-05| -|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.5010917030567686e-05| -|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.5010917030567686e-05| -|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.5010917030567686e-05| -|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.5010917030567686e-05| -|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.5010917030567686e-05| -|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.5010917030567686e-05| -|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.5010917030567686e-05| -|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.5010917030567686e-05| -|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.5010917030567686e-05| -|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.5010917030567686e-05| -|pypi|[hyperion](http://www.hyperion-rt.org)|1.5010917030567686e-05| -|pypi|[cmyt](https://github.com/yt-project/yt)|1.5010917030567686e-05| -|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.5010917030567686e-05| -|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.5010917030567685e-05| -|pypi|[django-extensions](https://pypi.org/project/django-extensions)|1.496252269916087e-05| -|pypi|[dropbox](http://www.dropbox.com/developers)|1.4950713338603479e-05| -|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4879874246111413e-05| -|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.4860807860262009e-05| -|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4860807860262009e-05| -|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.485807453635769e-05| -|pypi|[ocifs](https://pypi.org/project/ocifs)|1.485807453635769e-05| -|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.485807453635769e-05| -|pypi|[pygit2](https://pypi.org/project/pygit2)|1.485807453635769e-05| -|pypi|[fusepy](https://pypi.org/project/fusepy)|1.485807453635769e-05| -|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.485807453635769e-05| -|pypi|[adlfs](https://pypi.org/project/adlfs)|1.485807453635769e-05| -|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4831723347007191e-05| -|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4831723347007191e-05| -|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4831723347007191e-05| -|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4831723347007191e-05| -|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4831723347007191e-05| -|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4831723347007191e-05| -|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4831723347007191e-05| -|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4831723347007191e-05| -|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4831723347007191e-05| -|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4831723347007191e-05| -|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4787825610593583e-05| -|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.470985333831303e-05| -|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4707138395733413e-05| -|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4603987123044431e-05| -|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4603987123044431e-05| -|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4603987123044431e-05| -|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4603987123044431e-05| -|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.454119379748811e-05| -|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.454119379748811e-05| -|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.454119379748811e-05| -|pypi|[pyct](https://pypi.org/project/pyct)|1.4515906905711166e-05| -|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.4479761504870676e-05| -|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4410480349344977e-05| -|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4410480349344977e-05| -|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4410480349344977e-05| -|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4410480349344977e-05| -|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4410480349344977e-05| -|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4410480349344977e-05| -|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4410480349344977e-05| -|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.4336308759311585e-05| -|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4237277460530736e-05| -|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4237277460530736e-05| -|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4153150343106676e-05| -|pypi|[manhole](https://pypi.org/project/manhole)|1.4029515309723685e-05| -|pypi|[pydeck](https://pypi.org/project/pydeck)|1.4023214129756706e-05| -|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|1.400634027544508e-05| -|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3941021277506637e-05| -|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.3919439234657028e-05| -|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3901283208509185e-05| -|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|1.387008733624454e-05| -|pypi|[fabio](https://pypi.org/project/fabio)|1.3858293044291958e-05| -|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.3856231105139402e-05| -|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.3856231105139402e-05| -|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.3856231105139402e-05| -|pypi|[interlap](http://brentp.github.io/interlap)|1.3856231105139402e-05| -|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.3856231105139402e-05| -|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.3856231105139402e-05| -|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.3856231105139402e-05| -|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.3856231105139402e-05| -|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.3856231105139402e-05| -|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.3856231105139402e-05| -|pypi|[bottle-cork](http://cork.firelet.net/)|1.3856231105139402e-05| -|pypi|[beaker](https://beaker.readthedocs.io/)|1.3856231105139402e-05| -|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.3856231105139402e-05| -|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.3856231105139402e-05| -|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.3856231105139402e-05| -|pypi|[ipython_genutils](http://ipython.org)|1.3856231105139402e-05| -|pypi|[eemont](https://github.com/davemlz/eemont)|1.3856231105139402e-05| -|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.3856231105139402e-05| -|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.3856231105139402e-05| -|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.3856231105139402e-05| -|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.3856231105139402e-05| -|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.3856231105139402e-05| -|pypi|[pypylon](https://pypi.org/project/pypylon)|1.3856231105139402e-05| -|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.3856231105139402e-05| -|pypi|[mlflow](https://pypi.org/project/mlflow)|1.378440387479362e-05| -|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3739309026862783e-05| -|pypi|[scitokens](https://pypi.org/project/scitokens)|1.3724266999376172e-05| -|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.370142420634547e-05| -|pypi|[gssapi](https://pypi.org/project/gssapi)|1.3606975399645076e-05| -|pypi|[raven](https://pypi.org/project/raven)|1.3587381190062782e-05| -|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.356916259953763e-05| -|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3526320840731321e-05| -|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3492669993761696e-05| -|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3492669993761696e-05| -|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3492669993761696e-05| -|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3492669993761696e-05| -|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.3470754785924339e-05| -|pypi|[nvidia-cuda-cupti-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-nccl-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-cusparse-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nvidia-curand-cu11](https://developer.nvidia.com/cuda-zone)|1.3470284375332838e-05| -|pypi|[nose2](https://pypi.org/project/nose2)|1.3461957499733984e-05| -|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3445765001919478e-05| -|pypi|[fuzzywuzzy](https://pypi.org/project/fuzzywuzzy)|1.341771534492983e-05| -|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3409331872998158e-05| -|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.334303736050461e-05| -|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.334303736050461e-05| -|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.334303736050461e-05| -|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.334303736050461e-05| -|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.334303736050461e-05| -|pypi|[scico](https://github.com/lanl/scico)|1.334303736050461e-05| -|pypi|[bm3d](https://pypi.org/project/bm3d)|1.334303736050461e-05| -|pypi|[bm4d](https://pypi.org/project/bm4d)|1.334303736050461e-05| -|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.334303736050461e-05| -|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3280551362278264e-05| -|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3280551362278264e-05| -|pypi|[colorcet](https://pypi.org/project/colorcet)|1.327499067753711e-05| -|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3209606986899564e-05| -|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3188747660636305e-05| -|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3112392895799009e-05| -|pypi|[Automat](https://pypi.org/project/Automat)|1.3109080502352164e-05| -|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3077510917030566e-05| -|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3077510917030566e-05| -|pypi|[radio-beam](https://pypi.org/project/radio-beam)|1.305683499921355e-05| -|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.304202863963859e-05| -|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2927161957224321e-05| -|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2886224167614652e-05| -|pypi|[graphenv](https://pypi.org/project/graphenv)|1.286650031191516e-05| -|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.286650031191516e-05| -|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.2679139193539687e-05| -|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2646764731155918e-05| -|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2531800061816943e-05| -|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2422827887366362e-05| -|pypi|[datasize](https://pypi.org/project/datasize)|1.2422827887366362e-05| -|pypi|[halo](https://pypi.org/project/halo)|1.2422827887366362e-05| -|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2422827887366362e-05| -|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2422827887366362e-05| -|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2422827887366362e-05| -|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2422827887366362e-05| -|pypi|[spock](https://pypi.org/project/spock)|1.2422827887366362e-05| -|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2422827887366362e-05| -|pypi|[Celery](http://celeryproject.org)|1.2422827887366362e-05| -|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2422827887366362e-05| -|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2422827887366362e-05| -|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2422827887366362e-05| -|pypi|[mpld3](https://pypi.org/project/mpld3)|1.2409024745269289e-05| -|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2363329304863876e-05| -|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.233989615387995e-05| -|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.231390214191601e-05| -|pypi|[visitor](http://github.com/mbr/visitor)|1.2285858246556938e-05| -|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2266063630692457e-05| -|pypi|[silx](https://pypi.org/project/silx)|1.2266063630692457e-05| -|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2214597629444788e-05| -|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2194759477207914e-05| -|pypi|[casa-formats-io](https://pypi.org/project/casa-formats-io)|1.2128034507947176e-05| -|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2097892464503755e-05| -|pypi|[keystoneauth1](https://pypi.org/project/keystoneauth1)|1.20867903930131e-05| -|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2083511849115277e-05| -|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2083511849115277e-05| -|pypi|[m2r2](https://pypi.org/project/m2r2)|1.207432754761293e-05| -|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.2019290752915206e-05| -|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.200873362445415e-05| -|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.200873362445415e-05| -|pypi|[PyCBC](http://www.pycbc.org/)|1.200873362445415e-05| -|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.200873362445415e-05| -|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.200873362445415e-05| -|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.200873362445415e-05| -|pypi|[pyfai](https://pypi.org/project/pyfai)|1.200873362445415e-05| -|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.200873362445415e-05| -|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.198189570902363e-05| -|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.1978711790393014e-05| -|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.1922613849033064e-05| -|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1920451588874108e-05| -|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1888646288209607e-05| -|pypi|[pytest-ruff](https://github.com/businho/pytest-ruff)|1.1845294327337922e-05| -|pypi|[connection-pool](https://github.com/zhouyl/ConnectionPool)|1.177928103555833e-05| -|pypi|[untokenize](https://pypi.org/project/untokenize)|1.1774762228177585e-05| -|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1734495717164933e-05| -|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.16213551204395e-05| -|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1595933406113538e-05| -|pypi|[psims](https://pypi.org/project/psims)|1.150017759762646e-05| -|pypi|[bandit](https://pypi.org/project/bandit)|1.1444477716608012e-05| -|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.1413285865656307e-05| -|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1327816443995905e-05| -|pypi|[m2r](https://pypi.org/project/m2r)|1.1326485383475696e-05| -|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1258187772925765e-05| -|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1258187772925765e-05| -|pypi|[schema](https://github.com/keleshev/schema)|1.1255673072308974e-05| -|pypi|[django-storages](https://github.com/jschneier/django-storages)|1.1250963267403031e-05| -|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.1243748121563568e-05| -|pypi|[pyserial](https://pypi.org/project/pyserial)|1.1236143768894861e-05| -|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1228909513702057e-05| -|pypi|[memoization](https://pypi.org/project/memoization)|1.1228909513702057e-05| -|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1228909513702057e-05| -|pypi|[treq](https://pypi.org/project/treq)|1.1219266609482222e-05| -|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1198095030651663e-05| -|pypi|[plaster](https://docs.pylonsproject.org/projects/plaster/en/latest/)|1.119303049570517e-05| -|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1187846760753545e-05| -|pypi|[glue-core](http://glueviz.org)|1.117314423810057e-05| -|pypi|[stfio](https://pypi.org/project/stfio)|1.1145605895196507e-05| -|pypi|[klusta](https://klusta.cortexlab.net)|1.1145605895196507e-05| -|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1145605895196507e-05| -|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.1039457267623206e-05| -|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.1039457267623206e-05| -|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.1018401831008072e-05| -|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0991473485411127e-05| -|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0974135035270407e-05| -|pypi|[fasteners](https://pypi.org/project/fasteners)|1.0947102758446909e-05| -|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.091703056768559e-05| -|pypi|[emperor](http://github.com/biocore/emperor)|1.091703056768559e-05| -|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0883352974121071e-05| -|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0883352974121071e-05| -|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.0873778535051765e-05| -|pypi|[numpyro](https://pypi.org/project/numpyro)|1.0870270288030168e-05| -|pypi|[nvidia-cusolver-cu11](https://developer.nvidia.com/cuda-zone)|1.0795338960485676e-05| -|pypi|[equinox](https://pypi.org/project/equinox)|1.0787198176213719e-05| -|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0768319309830654e-05| -|pypi|[sigtools](https://pypi.org/project/sigtools)|1.0642740174672487e-05| -|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0595941433341897e-05| -|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0595941433341897e-05| -|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0595941433341897e-05| -|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0595941433341897e-05| -|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0595941433341897e-05| -|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0595941433341897e-05| -|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0595941433341897e-05| -|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0595941433341897e-05| -|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0595941433341897e-05| -|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0595941433341897e-05| -|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0595941433341897e-05| -|pypi|[sty](https://pypi.org/project/sty)|1.0595941433341897e-05| -|pypi|[awscli](https://pypi.org/project/awscli)|1.0595941433341897e-05| -|pypi|[pims](https://github.com/soft-matter/pims)|1.0576263256394262e-05| -|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0505462477908368e-05| -|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0495236204843193e-05| -|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0495236204843193e-05| -|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0495236204843193e-05| -|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0478774773261672e-05| -|pypi|[mocpy](https://pypi.org/project/mocpy)|1.046323640132156e-05| -|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0419156515743508e-05| -|pypi|[yattag](https://pypi.org/project/yattag)|1.0419156515743508e-05| -|pypi|[od](https://pypi.org/project/od)|1.0402565502183407e-05| -|pypi|[beartype](https://pypi.org/project/beartype)|1.0399159663865545e-05| -|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0383951965065513e-05| -|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0293200249532128e-05| -|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0293200249532128e-05| -|pypi|[webtest](https://pypi.org/project/webtest)|1.0291875485644303e-05| -|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.0274575266004536e-05| -|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0207423580786027e-05| -|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|1.0199355212882097e-05| -|pypi|[PySide](http://www.pyside.org)|1.0190268247036805e-05| -|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0190268247036805e-05| -|pypi|[slycot](https://github.com/python-control/Slycot)|1.0190268247036805e-05| -|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0068861269734633e-05| -|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.004223495620956e-05| -|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.004223495620956e-05| -|pypi|[mkdocstrings-python](https://pypi.org/project/mkdocstrings-python)|1.0022553865348625e-05| -|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.001149161112388e-05| -|pypi|[rubicon-objc](https://beeware.org/rubicon)|1.0007278020378457e-05| -|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|1.0007278020378457e-05| -|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|1.0007278020378457e-05| -|pypi|[xlwings](https://pypi.org/project/xlwings)|1.0007278020378457e-05| -|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.930074736821586e-06| -|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.876640024501572e-06| -|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.875901784739553e-06| -|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.872949557720302e-06| -|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|9.865636546859258e-06| -|pypi|[siphon](https://pypi.org/project/siphon)|9.8607260193152e-06| -|pypi|[pytest-subtests](https://pypi.org/project/pytest-subtests)|9.815091820024953e-06| -|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.740905442206515e-06| -|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.736811046854717e-06| -|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|9.727074235807865e-06| -|pypi|[Click](https://pypi.org/project/Click)|9.725722425439883e-06| -|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.709061135371178e-06| -|pypi|[affine](https://github.com/sgillies/affine)|9.695679870313374e-06| -|pypi|[linetools](http://linetools.readthedocs.org/)|9.660710181567456e-06| -|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.63158673014853e-06| -|pypi|[spacy](https://spacy.io)|9.619808780465e-06| -|pypi|[ninja](https://pypi.org/project/ninja)|9.602952775770166e-06| -|pypi|[clang](http://clang.llvm.org/)|9.547488060922786e-06| -|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.480579177200644e-06| -|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.480579177200644e-06| -|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.480579177200644e-06| -|pypi|[mp-api](https://github.com/materialsproject/api)|9.480579177200644e-06| -|pypi|[trainstation](https://pypi.org/project/trainstation)|9.480579177200644e-06| -|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.480579177200644e-06| -|pypi|[alerce](https://pypi.org/project/alerce)|9.480579177200644e-06| -|pypi|[pygithub](https://pypi.org/project/pygithub)|9.480579177200644e-06| -|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.448977246609974e-06| -|pypi|[transaction](https://pypi.org/project/transaction)|9.426567223715149e-06| -|pypi|[itk-io](https://pypi.org/project/itk-io)|9.295531815346225e-06| -|pypi|[minio](https://pypi.org/project/minio)|9.282426531334829e-06| -|pypi|[tableone](https://pypi.org/project/tableone)|9.237487403426269e-06| -|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.237487403426269e-06| -|pypi|[recipy](http://www.recipy.org)|9.237487403426269e-06| -|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.237487403426269e-06| -|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.237487403426269e-06| -|pypi|[svn](https://github.com/dsoprea/PySvn)|9.237487403426269e-06| -|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.231713973799126e-06| -|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.215915061643777e-06| -|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.179969557452991e-06| -|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.179969557452991e-06| -|pypi|[profimp](https://pypi.org/project/profimp)|9.156520756141563e-06| -|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.156520756141563e-06| -|pypi|[scrublet](https://pypi.org/project/scrublet)|9.156520756141563e-06| -|pypi|[scanorama](https://pypi.org/project/scanorama)|9.156520756141563e-06| -|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.156520756141563e-06| -|pypi|[bbknn](https://pypi.org/project/bbknn)|9.156520756141563e-06| -|pypi|[session-info](https://pypi.org/project/session-info)|9.156520756141563e-06| -|pypi|[visdom](https://pypi.org/project/visdom)|9.149881846554214e-06| -|pypi|[nameparser](https://pypi.org/project/nameparser)|9.145112529392005e-06| -|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|9.121383733624457e-06| -|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.104589734092328e-06| -|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.098710267086436e-06| -|pypi|[pyvista](https://pypi.org/project/pyvista)|9.059561449558946e-06| -|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|9.019416718652525e-06| -|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|9.006550218340614e-06| -|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|9.006550218340612e-06| -|pypi|[ccxt](https://ccxt.com)|9.006550218340612e-06| -|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|9.006550218340612e-06| -|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|9.006550218340612e-06| -|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|9.006550218340612e-06| -|pypi|[schedule](https://github.com/dbader/schedule)|9.006550218340612e-06| -|pypi|[tangle](https://github.com/fifman/tangle)|9.006550218340612e-06| -|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|9.006550218340612e-06| -|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|9.006073681292023e-06| -|pypi|[mygene](https://github.com/biothings/mygene.py)|8.967790102807355e-06| -|pypi|[eventlet](https://pypi.org/project/eventlet)|8.929459959149177e-06| -|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.916484716157205e-06| -|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.916484716157205e-06| -|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.885220397782563e-06| -|pypi|[python-json-logger](http://github.com/madzak/python-json-logger)|8.871471317343583e-06| -|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.856441048034936e-06| -|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.78687826179572e-06| -|pypi|[lit](https://pypi.org/project/lit)|8.78687826179572e-06| -|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.750634738439171e-06| -|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.722063252396961e-06| -|pypi|[nglview](https://pypi.org/project/nglview)|8.713494315863993e-06| -|pypi|[types-dataclasses](https://github.com/python/typeshed)|8.710431497926682e-06| -|pypi|[pyrr](https://github.com/adamlwgriffiths/Pyrr)|8.666858415727962e-06| -|pypi|[pathtools](https://pypi.org/project/pathtools)|8.652562817768567e-06| -|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.638603241094893e-06| -|pypi|[pyklip](https://pypi.org/project/pyklip)|8.613711325838522e-06| -|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.603141296918592e-06| -|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.601428768916754e-06| -|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|8.58100368278777e-06| -|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.577666874610105e-06| -|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.577666874610105e-06| -|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.577666874610105e-06| -|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.577666874610105e-06| -|pypi|[uuid](http://zesty.ca/python/)|8.577666874610105e-06| -|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.553188142373438e-06| -|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.527224344978167e-06| -|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.491890205864004e-06| -|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.45715065502184e-06| -|pypi|[path.py](https://pypi.org/project/path.py)|8.37145709828465e-06| -|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.356923916694659e-06| -|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.354618848021164e-06| -|pypi|[zappy](https://pypi.org/project/zappy)|8.299166456511064e-06| -|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.299166456511064e-06| -|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.299166456511064e-06| -|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.299166456511064e-06| -|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.299166456511064e-06| -|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.299166456511064e-06| -|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.299166456511064e-06| -|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.299166456511064e-06| -|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.299166456511064e-06| -|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.299166456511064e-06| -|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.299166456511064e-06| -|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.299166456511064e-06| -|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.299166456511064e-06| -|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.299166456511064e-06| -|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.299166456511064e-06| -|pypi|[flit_core](https://pypi.org/project/flit_core)|8.299166456511064e-06| -|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.299166456511064e-06| -|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.299166456511064e-06| -|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.299166456511064e-06| -|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.299166456511064e-06| -|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.299166456511064e-06| -|pypi|[streamz](https://pypi.org/project/streamz)|8.271762403924743e-06| -|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.269650655021833e-06| -|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.261462882096069e-06| -|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.252307096607655e-06| -|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.21185461083997e-06| -|pypi|[plams](https://www.scm.com/doc/plams/)|8.208435095127812e-06| -|pypi|[snowflake-snowpark-python](https://pypi.org/project/snowflake-snowpark-python)|8.19597613849033e-06| -|pypi|[priority](https://pypi.org/project/priority)|8.194970967896732e-06| -|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.187772925764192e-06| -|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.187772925764192e-06| -|pypi|[transitions](https://pypi.org/project/transitions)|8.187772925764192e-06| -|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.187772925764192e-06| -|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.187772925764192e-06| -|pypi|[scalpl](https://pypi.org/project/scalpl)|8.187772925764192e-06| -|pypi|[shellingham](https://pypi.org/project/shellingham)|8.187772925764192e-06| -|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.16593886462882e-06| -|pypi|[etelemetry](https://github.com/sensein/etelemetry-client)|8.121696161801888e-06| -|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.10589519650655e-06| -|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.10589519650655e-06| -|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.06173827034836e-06| -|pypi|[Nano-Utils](https://github.com/nlesc-nano/Nano-Utils)|8.038593502567303e-06| -|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|8.024836244541485e-06| -|pypi|[coreapi](https://github.com/core-api/python-client)|8.005822416302766e-06| -|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|8.005822416302766e-06| -|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|8.005822416302766e-06| -|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|8.005822416302766e-06| -|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|8.005822416302766e-06| -|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|8.005822416302766e-06| -|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|8.005822416302766e-06| -|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|8.005822416302766e-06| -|pypi|[python3-saml](https://pypi.org/project/python3-saml)|8.005822416302766e-06| -|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|8.005822416302766e-06| -|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|8.005822416302766e-06| -|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|8.005822416302766e-06| -|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|8.005822416302766e-06| -|pypi|[sregistry](https://pypi.org/project/sregistry)|8.005822416302766e-06| -|pypi|[pytest-env](https://pypi.org/project/pytest-env)|8.004920775769424e-06| -|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.925764192139739e-06| -|pypi|[jupyter_client](https://jupyter.org)|7.877756996013599e-06| -|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.86184673897732e-06| -|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.83405690122875e-06| -|pypi|[torchaudio](https://pypi.org/project/torchaudio)|7.760650094905505e-06| -|pypi|[mujoco](https://pypi.org/project/mujoco)|7.753464970571484e-06| -|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.753464970571484e-06| -|pypi|[swig](https://pypi.org/project/swig)|7.753464970571484e-06| -|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.753464970571484e-06| -|pypi|[shimmy](https://pypi.org/project/shimmy)|7.753464970571484e-06| -|pypi|[autorom](https://pypi.org/project/autorom)|7.753464970571484e-06| -|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.753464970571484e-06| -|pypi|[soundfile](https://github.com/bastibe/PySoundFile)|7.728081020630813e-06| -|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.726688738866261e-06| -|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.721186837180294e-06| -|pypi|[lingua](https://pypi.org/project/lingua)|7.69365252651279e-06| -|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.670805495996898e-06| -|pypi|[optuna](https://optuna.org/)|7.644478699819967e-06| -|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.638574194611519e-06| -|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.624839455432827e-06| -|pypi|[stimela](https://pypi.org/project/stimela)|7.624839455432827e-06| -|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|7.618210698041484e-06| -|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.575265586583978e-06| -|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.5752015451797115e-06| -|pypi|[nox](https://pypi.org/project/nox)|7.522320873191391e-06| -|pypi|[prettytable](https://pypi.org/project/prettytable)|7.479108840290188e-06| -|pypi|[apscheduler](https://github.com/agronholm/apscheduler)|7.442775565046313e-06| -|pypi|[pyside2](https://pypi.org/project/pyside2)|7.441018792888335e-06| -|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.430403930131004e-06| -|pypi|[bagit](https://pypi.org/project/bagit)|7.430403930131004e-06| -|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.430403930131004e-06| -|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.430403930131004e-06| -|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.430403930131004e-06| -|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.430403930131004e-06| -|pypi|[adal](https://pypi.org/project/adal)|7.430403930131004e-06| -|pypi|[annoy](https://pypi.org/project/annoy)|7.429156725892297e-06| -|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.429156725892297e-06| -|pypi|[nmslib](https://pypi.org/project/nmslib)|7.429156725892297e-06| -|pypi|[pyemd](https://pypi.org/project/pyemd)|7.429156725892297e-06| -|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.429156725892297e-06| -|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.429156725892297e-06| -|pypi|[stestr](https://pypi.org/project/stestr)|7.426441048034934e-06| -|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.412518080796309e-06| -|pypi|[intervals](https://pypi.org/project/intervals)|7.399887230673257e-06| -|pypi|[scooby](https://github.com/banesullivan/scooby)|7.360325641698683e-06| -|pypi|[pycares](https://pypi.org/project/pycares)|7.3289389066173995e-06| -|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.321863840966291e-06| -|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.3011203452660885e-06| -|pypi|[neobolt](https://pypi.org/project/neobolt)|7.278763033597719e-06| -|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.278763033597719e-06| -|pypi|[bumpversion](https://github.com/peritus/bumpversion)|7.274400386105613e-06| -|pypi|[pymoo](https://pypi.org/project/pymoo)|7.247723902117493e-06| -|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.205240174672503e-06| -|pypi|[gatspy](http://github.com/astroml/gatspy)|7.20524017467249e-06| -|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.2052401746724886e-06| -|pypi|[snuggs](https://pypi.org/project/snuggs)|7.189434069171279e-06| -|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.188668122270743e-06| -|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.188668122270743e-06| -|pypi|[hvplot](https://pypi.org/project/hvplot)|7.159677626509123e-06| -|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.1441214703886264e-06| -|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.140034381236537e-06| -|pypi|[rq](https://github.com/nvie/rq/)|7.1391921397379924e-06| -|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.135959019146794e-06| -|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.133187772925765e-06| -|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.133187772925765e-06| -|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.133187772925764e-06| -|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.099668890061903e-06| -|pypi|[python-subunit](http://launchpad.net/subunit)|7.083717068957243e-06| -|pypi|[webargs](https://github.com/marshmallow-code/webargs)|7.0567805556888544e-06| -|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.037164091367148e-06| -|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.037164091367148e-06| -|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|7.021381648980215e-06| -|pypi|[einops](https://pypi.org/project/einops)|7.017025492405725e-06| -|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|7.009243640141647e-06| -|pypi|[prefect](https://pypi.org/project/prefect)|6.993321346005652e-06| -|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.964905260054978e-06| -|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.964905260054978e-06| -|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.961183592118671e-06| -|pypi|[doc8](https://pypi.org/project/doc8)|6.9522226644008e-06| -|pypi|[banzai](http://github.com/twneale/banzai/)|6.928115552569701e-06| -|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.928115552569701e-06| -|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.928115552569701e-06| -|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.928115552569701e-06| -|pypi|[logutils](https://pypi.org/project/logutils)|6.928115552569701e-06| -|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.928115552569701e-06| -|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.928115552569701e-06| -|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.928115552569701e-06| -|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.928115552569701e-06| -|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.928115552569701e-06| -|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.928115552569701e-06| -|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.928115552569701e-06| -|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.928115552569701e-06| -|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.928115552569701e-06| -|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.928115552569701e-06| -|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.928115552569701e-06| -|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.928115552569701e-06| -|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.928115552569701e-06| -|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.928115552569701e-06| -|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.928115552569701e-06| -|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.928115552569701e-06| -|pypi|[infinity](https://pypi.org/project/infinity)|6.928115552569701e-06| -|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.920822799356474e-06| -|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.92082279935647e-06| -|pypi|[paramz](https://pypi.org/project/paramz)|6.92082279935647e-06| -|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.904271288209609e-06| -|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.8982649936796135e-06| -|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.858834397044004e-06| -|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.858834397044004e-06| -|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.858834397044004e-06| -|pypi|[iwopy](https://pypi.org/project/iwopy)|6.797396391200462e-06| -|pypi|[cytocad](https://github.com/cytham/cytocad)|6.797396391200462e-06| -|pypi|[nanovar](https://github.com/cytham/nanovar)|6.797396391200462e-06| -|pypi|[hatch](https://pypi.org/project/hatch)|6.771695055466653e-06| -|pypi|[parameterized](https://github.com/wolever/parameterized)|6.755056490076979e-06| -|pypi|[hacking](https://pypi.org/project/hacking)|6.753883343730505e-06| -|pypi|[polib](https://pypi.org/project/polib)|6.725577043044292e-06| -|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|6.717195471238876e-06| -|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.694067660964639e-06| -|pypi|[echo](https://pypi.org/project/echo)|6.671518680252305e-06| -|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.671518680252305e-06| -|pypi|[WebTest](https://pypi.org/project/WebTest)|6.668311219348337e-06| -|pypi|[autobahn](https://pypi.org/project/autobahn)|6.635286111268645e-06| -|pypi|[txaio](https://pypi.org/project/txaio)|6.635286111268645e-06| -|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.625797783003023e-06| -|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.620604458745118e-06| -|pypi|[zope.deprecation](https://github.com/zopefoundation/zope.deprecation)|6.620474231009166e-06| -|pypi|[minikanren](https://pypi.org/project/minikanren)|6.604803493449782e-06| -|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.604803493449782e-06| -|pypi|[etuples](https://pypi.org/project/etuples)|6.604803493449782e-06| -|pypi|[cons](https://pypi.org/project/cons)|6.604803493449782e-06| -|pypi|[pytensor](https://pypi.org/project/pytensor)|6.604803493449782e-06| -|pypi|[mkl](https://pypi.org/project/mkl)|6.604803493449782e-06| -|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.596009912763687e-06| -|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.593566749844042e-06| -|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.593566749844042e-06| -|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.593566749844042e-06| -|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.593566749844042e-06| -|pypi|[itk-core](https://pypi.org/project/itk-core)|6.593566749844042e-06| -|pypi|[amqp](http://github.com/celery/py-amqp)|6.5512987879440015e-06| -|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.505740513580307e-06| -|pypi|[safetensors](https://pypi.org/project/safetensors)|6.48471615720524e-06| -|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.48471615720524e-06| -|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.46204232448774e-06| -|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.46204232448774e-06| -|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.43325015595758e-06| -|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.43325015595758e-06| -|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.43325015595758e-06| -|pypi|[datasets](https://github.com/huggingface/datasets)|6.429877887730667e-06| -|pypi|[rdkit](https://pypi.org/project/rdkit)|6.386383773178917e-06| -|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.368917654398004e-06| -|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.368917654398004e-06| -|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.368917654398004e-06| -|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.368917654398004e-06| -|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.368917654398004e-06| -|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.368917654398004e-06| -|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.368917654398004e-06| -|pypi|[spectra](http://github.com/jsvine/spectra)|6.368917654398004e-06| -|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.368917654398004e-06| -|pypi|[keepalive](https://github.com/wikier/keepalive)|6.368917654398004e-06| -|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.368917654398004e-06| -|pypi|[pyTest](https://pypi.org/project/pyTest)|6.368917654398004e-06| -|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.368917654398004e-06| -|pypi|[Flake8](https://pypi.org/project/Flake8)|6.368917654398004e-06| -|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.347473487211511e-06| -|pypi|[numkit](https://pypi.org/project/numkit)|6.329955716833754e-06| -|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.320386118133762e-06| -|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.320386118133762e-06| -|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.320386118133762e-06| -|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.320386118133762e-06| -|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.320386118133762e-06| -|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.320386118133762e-06| -|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.320386118133762e-06| -|pypi|[nilearn](https://pypi.org/project/nilearn)|6.320386118133762e-06| -|pypi|[nipype](https://pypi.org/project/nipype)|6.320386118133762e-06| -|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.320386118133762e-06| -|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.320386118133762e-06| -|pypi|[pybids](https://pypi.org/project/pybids)|6.320386118133762e-06| -|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.320386118133762e-06| -|pypi|[templateflow](https://pypi.org/project/templateflow)|6.320386118133762e-06| -|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.320386118133762e-06| -|pypi|[looseversion](https://pypi.org/project/looseversion)|6.320386118133762e-06| -|pypi|[num2words](https://pypi.org/project/num2words)|6.320386118133762e-06| -|pypi|[surfplot](https://pypi.org/project/surfplot)|6.320386118133762e-06| -|pypi|[brainspace](https://pypi.org/project/brainspace)|6.320386118133762e-06| -|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.316834061135371e-06| -|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.316834061135371e-06| -|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.316834061135371e-06| -|pypi|[lisa2](https://pypi.org/project/lisa2)|6.257182256952425e-06| -|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.248336400678739e-06| -|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.242027340977048e-06| -|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.242027340977048e-06| -|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.242027340977048e-06| -|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.242027340977048e-06| -|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.242027340977048e-06| -|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.242027340977048e-06| -|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.242027340977048e-06| -|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.242027340977048e-06| -|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.242027340977048e-06| -|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.242027340977048e-06| -|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.242027340977048e-06| -|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|6.211550458275352e-06| -|pypi|[cityhash](https://pypi.org/project/cityhash)|6.211413943683181e-06| -|pypi|[transformers](https://pypi.org/project/transformers)|6.21096868103489e-06| -|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.201698295958248e-06| -|pypi|[ddt](https://pypi.org/project/ddt)|6.158318777292577e-06| -|pypi|[unyt](https://github.com/yt-project/unyt)|6.154475982532755e-06| -|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.15398738125509e-06| -|pypi|[etils](https://pypi.org/project/etils)|6.14112665402595e-06| -|pypi|[chart-studio](https://plot.ly/python/)|6.133934727648817e-06| -|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.105581523628852e-06| -|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|6.099228868507028e-06| -|pypi|[codespell](https://pypi.org/project/codespell)|6.059391590960193e-06| -|pypi|[kazoo](https://kazoo.readthedocs.io)|6.050471771678103e-06| -|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.046136320486052e-06| -|pypi|[referencing](https://github.com/python-jsonschema/referencing)|6.0037663755458514e-06| -|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|6.003542036566053e-06| -|pypi|[pyshp](https://pypi.org/project/pyshp)|6.003294603867748e-06| -|pypi|[blis](https://github.com/explosion/cython-blis)|5.995090233277465e-06| -|pypi|[catalogue](https://github.com/explosion/catalogue)|5.995090233277465e-06| -|pypi|[preshed](https://github.com/explosion/preshed)|5.995090233277465e-06| -|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.944323144104804e-06| -|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9443231441048035e-06| -|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9443231441048035e-06| -|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9443231441048035e-06| -|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.918590143480973e-06| -|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.913550764192141e-06| -|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.907115756317561e-06| -|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.905934569403681e-06| -|pypi|[pefile](https://pypi.org/project/pefile)|5.905934569403681e-06| -|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.905934569403681e-06| -|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.905934569403681e-06| -|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.905934569403681e-06| -|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.905934569403681e-06| -|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.905934569403681e-06| -|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.901491241750665e-06| -|pypi|[ansicon](https://pypi.org/project/ansicon)|5.8848799126637555e-06| -|pypi|[socksio](https://pypi.org/project/socksio)|5.865203401516893e-06| -|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.833268163720556e-06| -|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.831552053135666e-06| -|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.831552053135666e-06| -|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.81067756021975e-06| -|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.81067756021975e-06| -|pypi|[imblearn](https://pypi.org/project/imblearn)|5.81067756021975e-06| -|pypi|[imutils](https://pypi.org/project/imutils)|5.81067756021975e-06| -|pypi|[kornia](https://pypi.org/project/kornia)|5.81067756021975e-06| -|pypi|[local-attention](https://pypi.org/project/local-attention)|5.81067756021975e-06| -|pypi|[thop](https://pypi.org/project/thop)|5.81067756021975e-06| -|pypi|[timmy](https://pypi.org/project/timmy)|5.81067756021975e-06| -|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.81067756021975e-06| -|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.783491890205864e-06| -|pypi|[chempy](https://github.com/bjodah/chempy)|5.783491890205864e-06| -|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.747365012386841e-06| -|pypi|[PyPDF2](https://pypi.org/project/PyPDF2)|5.745978619819059e-06| -|pypi|[fett](https://pypi.org/project/fett)|5.708812166594336e-06| -|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.708812166594336e-06| -|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.708812166594336e-06| -|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.708812166594336e-06| -|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.686993137866502e-06| -|pypi|[multiset](https://pypi.org/project/multiset)|5.66126013724267e-06| -|pypi|[blosc2](https://pypi.org/project/blosc2)|5.66126013724267e-06| -|pypi|[email_validator](https://pypi.org/project/email_validator)|5.648451856389186e-06| -|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|5.628362043270713e-06| -|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.607184074503164e-06| -|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.593348217481566e-06| -|pypi|[re-assert](https://pypi.org/project/re-assert)|5.587464350749228e-06| -|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.587464350749228e-06| -|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.587464350749228e-06| -|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.587464350749228e-06| -|pypi|[librosa](https://pypi.org/project/librosa)|5.57581543008981e-06| -|pypi|[blurb](https://pypi.org/project/blurb)|5.5464272744182755e-06| -|pypi|[bitstring](https://pypi.org/project/bitstring)|5.542888334373051e-06| -|pypi|[tempora](https://pypi.org/project/tempora)|5.525808236792657e-06| -|pypi|[google-auth-httplib2](https://pypi.org/project/google-auth-httplib2)|5.522664370502491e-06| -|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4984989082969425e-06| -|pypi|[soxr](https://pypi.org/project/soxr)|5.493995633187774e-06| -|pypi|[samplerate](https://pypi.org/project/samplerate)|5.493995633187774e-06| -|pypi|[presets](https://pypi.org/project/presets)|5.493995633187774e-06| -|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.493995633187774e-06| -|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.493995633187774e-06| -|pypi|[audioread](https://pypi.org/project/audioread)|5.493995633187774e-06| -|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.487833893205195e-06| -|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.487067517635203e-06| -|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.4688474734872114e-06| -|pypi|[flit](https://pypi.org/project/flit)|5.4688474734872114e-06| -|pypi|[aesara-theano-fallback](https://pypi.org/project/aesara-theano-fallback)|5.4678028311593356e-06| -|pypi|[halomod](https://github.com/steven-murray/halomod)|5.45539613225203e-06| -|pypi|[hyperopt](https://pypi.org/project/hyperopt)|5.448138106435056e-06| -|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|5.43852402335244e-06| -|pypi|[pybamm](https://pypi.org/project/pybamm)|5.414781396327669e-06| -|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.4039301310043675e-06| -|pypi|[resample](http://github.com/resample-project/resample)|5.402894895347086e-06| -|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.402894895347086e-06| -|pypi|[imgaug](https://github.com/aleju/imgaug)|5.370652340458141e-06| -|pypi|[cogapp](https://pypi.org/project/cogapp)|5.356731489076871e-06| -|pypi|[thinc](https://github.com/explosion/thinc)|5.355915701653293e-06| -|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3295958368593695e-06| -|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.324402034385778e-06| -|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.3000083977158216e-06| -|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.298412969921028e-06| -|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.297970716670952e-06| -|pypi|[AssertionLib](https://github.com/nlesc-nano/AssertionLib)|5.295059743749702e-06| -|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.29304378771239e-06| -|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.258617999454148e-06| -|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.258617999454148e-06| -|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.244991009504238e-06| -|pypi|[kgt](https://pypi.org/project/kgt)|5.244991009504238e-06| -|pypi|[x21](https://pypi.org/project/x21)|5.244991009504238e-06| -|pypi|[comm](https://pypi.org/project/comm)|5.2002559405576465e-06| -|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.187615552593839e-06| -|pypi|[cooler](https://github.com/mirnylab/cooler)|5.168374202216998e-06| -|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.158353449600846e-06| -|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|5.154757086324031e-06| -|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.150694171178427e-06| -|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.146600124766064e-06| -|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.146600124766064e-06| -|pypi|[sym](https://github.com/bjodah/sym)|5.146600124766064e-06| -|pypi|[crossbar](http://crossbar.io/)|5.146600124766064e-06| -|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.146600124766064e-06| -|pypi|[asq](https://pypi.org/project/asq)|5.146600124766064e-06| -|pypi|[automat](https://pypi.org/project/automat)|5.146600124766064e-06| -|pypi|[cbor](https://pypi.org/project/cbor)|5.146600124766064e-06| -|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.146600124766064e-06| -|pypi|[hpack](https://pypi.org/project/hpack)|5.146600124766064e-06| -|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.146600124766064e-06| -|pypi|[netaddr](https://pypi.org/project/netaddr)|5.146600124766064e-06| -|pypi|[node-semver](https://pypi.org/project/node-semver)|5.146600124766064e-06| -|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.146600124766064e-06| -|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.146600124766064e-06| -|pypi|[pytrie](https://pypi.org/project/pytrie)|5.146600124766064e-06| -|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.146600124766064e-06| -|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.146600124766064e-06| -|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.146600124766064e-06| -|pypi|[translationstring](https://github.com/Pylons/translationstring)|5.1343934449829655e-06| -|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1201782643251705e-06| -|pypi|[ablog](https://pypi.org/project/ablog)|5.1201782643251705e-06| -|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.115733702498139e-06| -|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.074112799065133e-06| -|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.074112799065133e-06| -|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.074112799065133e-06| -|pypi|[zstd](https://pypi.org/project/zstd)|5.074112799065133e-06| -|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.017935121646912e-06| -|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.017935121646912e-06| -|pypi|[google-resumable-media](https://pypi.org/project/google-resumable-media)|5.012903757783519e-06| -|pypi|[grandalf](https://github.com/bdcht/grandalf)|5.009357454772302e-06| -|pypi|[types-orjson](https://github.com/python/typeshed)|4.99522953286118e-06| -|pypi|[types-ujson](https://github.com/python/typeshed)|4.99522953286118e-06| -|pypi|[peewee](https://pypi.org/project/peewee)|4.99522953286118e-06| -|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.99522953286118e-06| -|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.99522953286118e-06| -|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.959451029320024e-06| -|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.953602620087336e-06| -|pypi|[h5io](https://pypi.org/project/h5io)|4.947409692494677e-06| -|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.935096010049651e-06| -|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.935096010049651e-06| -|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.935096010049651e-06| -|pypi|[voila](https://pypi.org/project/voila)|4.935096010049651e-06| -|pypi|[SALib](https://pypi.org/project/SALib)|4.932645820336869e-06| -|pypi|[rdkit-pypi](https://pypi.org/project/rdkit-pypi)|4.931549664499101e-06| -|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|4.9235807860262006e-06| -|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|4.9235807860262006e-06| -|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.907180286961946e-06| -|pypi|[fixtures](https://pypi.org/project/fixtures)|4.907180286961946e-06| -|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.8796334347197855e-06| -|pypi|[pyahocorasick](https://pypi.org/project/pyahocorasick)|4.859934497816597e-06| -|pypi|[webob](https://pypi.org/project/webob)|4.850918050290321e-06| -|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.807343139508168e-06| -|pypi|[sspa](https://github.com/cwieder/sspa)|4.803493449781661e-06| -|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.803493449781661e-06| -|pypi|[grayskull](https://pypi.org/project/grayskull)|4.755458515283843e-06| -|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.717716781035558e-06| -|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.717268610630217e-06| -|pypi|[slicer](https://pypi.org/project/slicer)|4.7053110644813705e-06| -|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|4.640724469932133e-06| -|pypi|[tensorboardX](https://github.com/lanpa/tensorboardX)|4.635691470436666e-06| -|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.614671914502414e-06| -|pypi|[dnest4](https://pypi.org/project/dnest4)|4.612145496424973e-06| -|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.600946142649201e-06| -|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.563318777292575e-06| -|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.552307900927424e-06| -|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.546163443543358e-06| -|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.546163443543358e-06| -|pypi|[jupyter-book](https://executablebooks.org/)|4.503275109170317e-06| -|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.48719198378042e-06| -|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.437697462419254e-06| -|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.437697462419254e-06| -|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.413659934497817e-06| -|pypi|[cairosvg](https://pypi.org/project/cairosvg)|4.412733069938312e-06| -|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.407911636270229e-06| -|pypi|[kopt](https://pypi.org/project/kopt)|4.403202328966521e-06| -|pypi|[oemof.solph](https://oemof.org)|4.360671397379914e-06| -|pypi|[horovod](https://pypi.org/project/horovod)|4.3507765246004565e-06| -|pypi|[lcapy](https://pypi.org/project/lcapy)|4.340506129320776e-06| -|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.340506129320776e-06| -|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.340506129320776e-06| -|pypi|[property-cached](https://pypi.org/project/property-cached)|4.340506129320776e-06| -|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.337329155560597e-06| -|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.336582859792122e-06| -|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.3231441048034955e-06| -|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.3231441048034955e-06| -|pypi|[mdurl](https://pypi.org/project/mdurl)|4.299687915321816e-06| -|pypi|[apipkg](https://pypi.org/project/apipkg)|4.2888334373050525e-06| -|pypi|[atpublic](https://pypi.org/project/atpublic)|4.2888334373050525e-06| -|pypi|[dvc](https://pypi.org/project/dvc)|4.2888334373050525e-06| -|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.2888334373050525e-06| -|pypi|[nanotime](https://pypi.org/project/nanotime)|4.2888334373050525e-06| -|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.2888334373050525e-06| -|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.2888334373050525e-06| -|pypi|[treelib](https://pypi.org/project/treelib)|4.2888334373050525e-06| -|pypi|[nbdime](https://pypi.org/project/nbdime)|4.285138442343683e-06| -|pypi|[pymc3-ext](https://pypi.org/project/pymc3-ext)|4.267135662629176e-06| -|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.245945102932003e-06| -|pypi|[retrolab](https://pypi.org/project/retrolab)|4.245945102932003e-06| -|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.245945102932003e-06| -|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.245945102932003e-06| -|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.245945102932003e-06| -|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.245945102932003e-06| -|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.245945102932003e-06| -|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.245945102932003e-06| -|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.245945102932003e-06| -|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.241647587645634e-06| -|pypi|[sphinx_inline_tabs](https://pypi.org/project/sphinx_inline_tabs)|4.206265321364504e-06| -|pypi|[openstacksdk](https://pypi.org/project/openstacksdk)|4.200655021834061e-06| -|pypi|[npx](https://pypi.org/project/npx)|4.195992807603391e-06| -|pypi|[meshplex](https://pypi.org/project/meshplex)|4.195992807603391e-06| -|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.195992807603391e-06| -|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.195992807603391e-06| -|pypi|[update-checker](https://pypi.org/project/update-checker)|4.195992807603391e-06| -|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.189285313156432e-06| -|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.189285313156432e-06| -|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.1834025400410234e-06| -|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.1834025400410234e-06| -|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.1834025400410234e-06| -|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.1834025400410234e-06| -|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.1834025400410234e-06| -|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.1834025400410234e-06| -|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.1834025400410234e-06| -|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.173034934497817e-06| -|pypi|[Bio](https://github.com/ialbert/bio)|4.142049833033657e-06| -|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.108673745089162e-06| -|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.105502982822541e-06| -|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.082165781803576e-06| -|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.071495974466632e-06| -|pypi|[qudida](https://pypi.org/project/qudida)|4.052947598253275e-06| -|pypi|[nitime](https://pypi.org/project/nitime)|4.0467546706606154e-06| -|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.0467546706606154e-06| -|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.015420305676858e-06| -|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|4.0029112081513845e-06| -|pypi|[mako](https://www.makotemplates.org/)|3.994010153376217e-06| -|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.962882096069869e-06| -|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.962882096069869e-06| -|pypi|[piqp](https://pypi.org/project/piqp)|3.962882096069869e-06| -|pypi|[Mosek](https://pypi.org/project/Mosek)|3.962882096069869e-06| -|pypi|[diffcp](https://pypi.org/project/diffcp)|3.962882096069869e-06| -|pypi|[cylp](https://pypi.org/project/cylp)|3.962882096069869e-06| -|pypi|[scs](https://pypi.org/project/scs)|3.962882096069869e-06| -|pypi|[clarabel](https://pypi.org/project/clarabel)|3.962882096069869e-06| -|pypi|[ecos](https://pypi.org/project/ecos)|3.962882096069869e-06| -|pypi|[osqp](https://pypi.org/project/osqp)|3.962882096069869e-06| -|pypi|[user-agents](https://pypi.org/project/user-agents)|3.962882096069868e-06| -|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.946988183919857e-06| -|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.933743257128179e-06| -|pypi|[pylama](https://pypi.org/project/pylama)|3.933743257128179e-06| -|pypi|[tabulator](https://pypi.org/project/tabulator)|3.933743257128179e-06| -|pypi|[tableschema](https://pypi.org/project/tableschema)|3.933743257128179e-06| -|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.933031815346227e-06| -|pypi|[coconut](https://pypi.org/project/coconut)|3.919333941168002e-06| -|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.919333941168002e-06| -|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.915891399278527e-06| -|pypi|[Epip](https://pypi.org/project/Epip)|3.915891399278527e-06| -|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.915891399278527e-06| -|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.911416094822214e-06| -|pypi|[ducc0](https://pypi.org/project/ducc0)|3.881293347033138e-06| -|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.867229715150712e-06| -|pypi|[pathy](https://github.com/justindujardin/pathy)|3.867229715150712e-06| -|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.867229715150712e-06| -|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.86222391475036e-06| -|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.8541237538106615e-06| -|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.849115145943465e-06| -|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.821910005695846e-06| -|pypi|[wurlitzer](https://github.com/minrk/wurlitzer)|3.8012934563695227e-06| -|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7827510917030676e-06| -|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.782751091703065e-06| -|pypi|[CacheControl](https://pypi.org/project/CacheControl)|3.7804117280099853e-06| -|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.774173424828447e-06| -|pypi|[noodles](https://pypi.org/project/noodles)|3.7736455684053903e-06| -|pypi|[venusian](https://pylonsproject.org/)|3.7626265655741654e-06| -|pypi|[hupper](https://github.com/Pylons/hupper)|3.7626265655741654e-06| -|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7543093541714548e-06| -|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7543093541714548e-06| -|pypi|[saspy](https://pypi.org/project/saspy)|3.7543093541714548e-06| -|pypi|[Twisted](https://pypi.org/project/Twisted)|3.7403235410877337e-06| -|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.737614804179971e-06| -|pypi|[portray](https://pypi.org/project/portray)|3.715201965065502e-06| -|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.715201965065502e-06| -|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.715201965065502e-06| -|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.6882196687662246e-06| -|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.6882196687662246e-06| -|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.6882196687662246e-06| -|pypi|[configupdater](https://pypi.org/project/configupdater)|3.6882196687662246e-06| -|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.6670841547431426e-06| -|pypi|[feedparser](https://github.com/kurtmckee/feedparser)|3.6664842659407834e-06| -|pypi|[repoze.lru](http://www.repoze.org)|3.6401473799126654e-06| -|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.63901018922853e-06| -|requirements.txt|gitlab/binary_c/binary_c-python|3.63901018922853e-06| -|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.63901018922853e-06| -|requirements.txt|gitlab/ENKI-portal/vaporock|3.63901018922853e-06| -|requirements.txt|gitlab/etienne.behar/menura|3.63901018922853e-06| -|requirements.txt|gitlab/casi-project/casi-2d|3.63901018922853e-06| -|requirements.txt|gitlab/gpagano/lensinggw|3.63901018922853e-06| -|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.63901018922853e-06| -|requirements.txt|gitlab/sybreton/apollinaire|3.63901018922853e-06| -|requirements.txt|gitlab/pipe3d/pyPipe3D|3.63901018922853e-06| -|requirements.txt|gitlab/AstroVian/bmarxiv|3.63901018922853e-06| -|requirements.txt|gitlab/rki_bioinformatics/purple|3.63901018922853e-06| -|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.63901018922853e-06| -|requirements.txt|gitlab/aegge/comet-emu|3.63901018922853e-06| -|requirements.txt|gitlab/cracklet/cracklet|3.63901018922853e-06| -|requirements.txt|gitlab/LouisLab/PiVR|3.63901018922853e-06| -|requirements.txt|gitlab/jesseds/apav|3.63901018922853e-06| -|requirements.txt|gitlab/dsbowen/conditional-inference|3.63901018922853e-06| -|requirements.txt|gitlab/esa/pyxel|3.63901018922853e-06| -|requirements.txt|gitlab/dglaeser/fieldcompare|3.63901018922853e-06| -|requirements.txt|github/pysal/spopt|3.63901018922853e-06| -|requirements.txt|github/AndreyTavleev/DiscVerSt|3.63901018922853e-06| -|requirements.txt|github/flu-crew/smot|3.63901018922853e-06| -|requirements.txt|github/wcoulton/CompressedFisher|3.63901018922853e-06| -|requirements.txt|github/sibirrer/psfr|3.63901018922853e-06| -|requirements.txt|github/arq5x/poretools|3.63901018922853e-06| -|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.63901018922853e-06| -|requirements.txt|github/abinit/abinit|3.63901018922853e-06| -|requirements.txt|github/moldyn/msmhelper|3.63901018922853e-06| -|requirements.txt|github/firefly-cpp/NiaARM|3.63901018922853e-06| -|requirements.txt|github/timstaley/amisurvey|3.63901018922853e-06| -|requirements.txt|github/OpenBioLink/Explorer|3.63901018922853e-06| -|requirements.txt|github/sbird/fake_spectra|3.63901018922853e-06| -|requirements.txt|github/ladsantos/flatstar|3.63901018922853e-06| -|requirements.txt|github/ladsantos/p-winds|3.63901018922853e-06| -|requirements.txt|github/johnpaulett/python-hl7|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/masf|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/deepscm|3.63901018922853e-06| -|requirements.txt|github/biomedia-mira/istn|3.63901018922853e-06| -|requirements.txt|github/HHTpy/HHTpywrapper|3.63901018922853e-06| -|requirements.txt|github/astro-informatics/sleplet|3.63901018922853e-06| -|requirements.txt|github/bradkav/CEvNS|3.63901018922853e-06| -|requirements.txt|github/bradkav/verne|3.63901018922853e-06| -|requirements.txt|github/bradkav/WIMpy_NREFT|3.63901018922853e-06| -|requirements.txt|github/jakeret/tf_unet|3.63901018922853e-06| -|requirements.txt|github/jakeret/abcpmc|3.63901018922853e-06| -|requirements.txt|github/STOmics/EAGS|3.63901018922853e-06| -|requirements.txt|github/labsyspharm/minerva-story|3.63901018922853e-06| -|requirements.txt|github/dstndstn/tractor|3.63901018922853e-06| -|requirements.txt|github/CederGroupHub/smol|3.63901018922853e-06| -|requirements.txt|github/CederGroupHub/sparse-lm|3.63901018922853e-06| -|requirements.txt|github/rae-holcomb/SpinSpotter|3.63901018922853e-06| -|requirements.txt|github/LoganAMorrison/Hazma|3.63901018922853e-06| -|requirements.txt|github/imcgreer/simqso|3.63901018922853e-06| -|requirements.txt|github/PolyChord/PolyChordLite|3.63901018922853e-06| -|requirements.txt|github/FraunhoferIWES/foxes|3.63901018922853e-06| -|requirements.txt|github/rcsb/mmtf-python|3.63901018922853e-06| -|requirements.txt|github/nlesc/embodied-emotions-scripts|3.63901018922853e-06| -|requirements.txt|github/neuroanatomy/reorient|3.63901018922853e-06| -|requirements.txt|github/institut-de-genomique/HAPO-G|3.63901018922853e-06| -|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.63901018922853e-06| -|requirements.txt|github/DSIMB/medusa|3.63901018922853e-06| -|requirements.txt|github/bonsai-team/matam|3.63901018922853e-06| -|requirements.txt|github/semaphoreP/whereistheplanet|3.63901018922853e-06| -|requirements.txt|github/pcingola/SnpEff|3.63901018922853e-06| -|requirements.txt|github/kazewong/flowMC|3.63901018922853e-06| -|requirements.txt|github/LuisScoccola/persistable|3.63901018922853e-06| -|requirements.txt|github/NREL/G2Aero|3.63901018922853e-06| -|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.63901018922853e-06| -|requirements.txt|github/mwanakijiji/rrlfe|3.63901018922853e-06| -|requirements.txt|github/paulbrodersen/netgraph|3.63901018922853e-06| -|requirements.txt|github/annayqho/TheCannon|3.63901018922853e-06| -|requirements.txt|github/mavrix93/LightCurvesClassifier|3.63901018922853e-06| -|requirements.txt|github/inpefess/gym-saturation|3.63901018922853e-06| -|requirements.txt|github/candYgene/siga|3.63901018922853e-06| -|requirements.txt|github/Ajstros/pyripherals|3.63901018922853e-06| -|requirements.txt|github/andr1976/HydDown|3.63901018922853e-06| -|requirements.txt|github/ImperialCollegeLondon/champ|3.63901018922853e-06| -|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.63901018922853e-06| -|requirements.txt|github/Samreay/ChainConsumer|3.63901018922853e-06| -|requirements.txt|github/Samreay/Barry|3.63901018922853e-06| -|requirements.txt|github/Jacks0nJ/PyFPT|3.63901018922853e-06| -|requirements.txt|github/roualdes/bridgestan|3.63901018922853e-06| -|requirements.txt|github/ronshnapp/MyPTV|3.63901018922853e-06| -|requirements.txt|github/cytham/nanovar|3.63901018922853e-06| -|requirements.txt|github/mlares/hearsay|3.63901018922853e-06| -|requirements.txt|github/Qiskit/qiskit-experiments|3.63901018922853e-06| -|requirements.txt|github/eggnogdb/eggnog-mapper|3.63901018922853e-06| -|requirements.txt|github/shandley/hecatomb|3.63901018922853e-06| -|requirements.txt|github/achael/eht-imaging|3.63901018922853e-06| -|requirements.txt|github/bfarr/kombine|3.63901018922853e-06| -|requirements.txt|github/mtlam/PyPulse|3.63901018922853e-06| -|requirements.txt|github/citation-file-format/citation-file-format|3.63901018922853e-06| -|requirements.txt|github/bd-j/prospector|3.63901018922853e-06| -|requirements.txt|github/bd-j/sedpy|3.63901018922853e-06| -|requirements.txt|github/grant-m-s/astronomicAL|3.63901018922853e-06| -|requirements.txt|github/villrv/SuperRAENN|3.63901018922853e-06| -|requirements.txt|github/StingraySoftware/HENDRICS|3.63901018922853e-06| -|requirements.txt|github/maserlib/ExPRES|3.63901018922853e-06| -|requirements.txt|github/ucl-exoplanets/pylightcurve|3.63901018922853e-06| -|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.63901018922853e-06| -|requirements.txt|github/Smith42/pix2prof|3.63901018922853e-06| -|requirements.txt|github/mpound/pdrtpy|3.63901018922853e-06| -|requirements.txt|github/lucabaldini/ixpeobssim|3.63901018922853e-06| -|requirements.txt|github/manodeep/TesseRACt|3.63901018922853e-06| -|requirements.txt|github/daler/pybedtools|3.63901018922853e-06| -|requirements.txt|github/daler/gffutils|3.63901018922853e-06| -|requirements.txt|github/cdanielmachado/reframed|3.63901018922853e-06| -|requirements.txt|github/spack/spack|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/Stimela|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/Stimela-classic|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/QuartiCal|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/PyMORESANE|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/rodrigues|3.63901018922853e-06| -|requirements.txt|github/ratt-ru/breizorro|3.63901018922853e-06| -|requirements.txt|github/luizfelippesr/galmag|3.63901018922853e-06| -|requirements.txt|github/nextstrain/nextclade|3.63901018922853e-06| -|requirements.txt|github/GalletFlorian/TATOO|3.63901018922853e-06| -|requirements.txt|github/dkoslicki/TAMPA|3.63901018922853e-06| -|requirements.txt|github/fenderglass/Ragout|3.63901018922853e-06| -|requirements.txt|github/fenderglass/Flye|3.63901018922853e-06| -|requirements.txt|github/JulianZDing/UniMAP|3.63901018922853e-06| -|requirements.txt|github/hpparvi/PyTransit|3.63901018922853e-06| -|requirements.txt|github/hpparvi/opents|3.63901018922853e-06| -|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.63901018922853e-06| -|requirements.txt|github/dsavransky/EXOSIMS|3.63901018922853e-06| -|requirements.txt|github/myinxd/mcrgnet|3.63901018922853e-06| -|requirements.txt|github/he2016012996/CABnet|3.63901018922853e-06| -|requirements.txt|github/IMMM-SFA/tell|3.63901018922853e-06| -|requirements.txt|github/freqtrade/freqtrade|3.63901018922853e-06| -|requirements.txt|github/qMRLab/qMRLab|3.63901018922853e-06| -|requirements.txt|github/aertslab/pySCENIC|3.63901018922853e-06| -|requirements.txt|github/MIAnalyzer/MIA|3.63901018922853e-06| -|requirements.txt|github/ggciag/mandyoc|3.63901018922853e-06| -|requirements.txt|github/rzellem/EXOTIC|3.63901018922853e-06| -|requirements.txt|github/ifilot/edp|3.63901018922853e-06| -|requirements.txt|github/xinyiguan/py2lispIDyOM|3.63901018922853e-06| -|requirements.txt|github/minaskar/pocomc|3.63901018922853e-06| -|requirements.txt|github/minaskar/zeus|3.63901018922853e-06| -|requirements.txt|github/minaskar/hankl|3.63901018922853e-06| -|requirements.txt|github/JulianBMunoz/Zeus21|3.63901018922853e-06| -|requirements.txt|github/JulianBMunoz/RelicFast|3.63901018922853e-06| -|requirements.txt|github/teuben/QAC|3.63901018922853e-06| -|requirements.txt|github/AdmiralenOla/Scoary|3.63901018922853e-06| -|requirements.txt|github/hyosubkim/bayes-toolbox|3.63901018922853e-06| -|requirements.txt|github/mwalmsley/zoobot|3.63901018922853e-06| -|requirements.txt|github/roban/CosmoloPy|3.63901018922853e-06| -|requirements.txt|github/dirmeier/surjectors|3.63901018922853e-06| -|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.63901018922853e-06| -|requirements.txt|github/Higgins00/TESS-Localize|3.63901018922853e-06| -|requirements.txt|github/temuller/hostphot|3.63901018922853e-06| -|requirements.txt|github/temuller/piscola|3.63901018922853e-06| -|requirements.txt|github/JulioHC00/PEPITA|3.63901018922853e-06| -|requirements.txt|github/migueldvb/cine|3.63901018922853e-06| -|requirements.txt|github/SCIInstitute/UncertainSCI|3.63901018922853e-06| -|requirements.txt|github/SHTOOLS/SHTOOLS|3.63901018922853e-06| -|requirements.txt|github/SarveshVGharat/Plages-Identification|3.63901018922853e-06| -|requirements.txt|github/huiwenke/MineProt|3.63901018922853e-06| -|requirements.txt|github/exciting/excitingtools|3.63901018922853e-06| -|requirements.txt|github/tomasplsek/CADET|3.63901018922853e-06| -|requirements.txt|github/MLMI2-CSSI/foundry|3.63901018922853e-06| -|requirements.txt|github/mwaskom/seaborn|3.63901018922853e-06| -|requirements.txt|github/kyleaoman/martini|3.63901018922853e-06| -|requirements.txt|github/jeffdaily/parasail-python|3.63901018922853e-06| -|requirements.txt|github/Gabaldonlab/jloh|3.63901018922853e-06| -|requirements.txt|github/scikit-learn-contrib/hdbscan|3.63901018922853e-06| -|requirements.txt|github/variomes/sibtm-variomes|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/K2fov|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/PyKE|3.63901018922853e-06| -|requirements.txt|github/KeplerGO/kadenza|3.63901018922853e-06| -|requirements.txt|github/radis/radis|3.63901018922853e-06| -|requirements.txt|github/ryanhausen/fitsmap|3.63901018922853e-06| -|requirements.txt|github/Cristianetaniguti/Reads2Map|3.63901018922853e-06| -|requirements.txt|github/barentsen/k2flix|3.63901018922853e-06| -|requirements.txt|github/barentsen/dave|3.63901018922853e-06| -|requirements.txt|github/JustinYKC/FEPOPS|3.63901018922853e-06| -|requirements.txt|github/ConnorStoneAstro/AutoProf|3.63901018922853e-06| -|requirements.txt|github/rhdtownsend/gyre|3.63901018922853e-06| -|requirements.txt|github/SimonPfeifer/cows|3.63901018922853e-06| -|requirements.txt|github/jellis18/PTMCMCSampler|3.63901018922853e-06| -|requirements.txt|github/songningqiang/CosmoLED|3.63901018922853e-06| -|requirements.txt|github/aewallin/allantools|3.63901018922853e-06| -|requirements.txt|github/mindearth/mobilkit|3.63901018922853e-06| -|requirements.txt|github/wmglab-duke/ascent|3.63901018922853e-06| -|requirements.txt|github/dfm/ketu|3.63901018922853e-06| -|requirements.txt|github/Basvanstein/GSAreport|3.63901018922853e-06| -|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.63901018922853e-06| -|requirements.txt|github/ywx649999311/EzTao|3.63901018922853e-06| -|requirements.txt|github/KVSlab/VaMPy|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/CosmoHammer|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/hide|3.63901018922853e-06| -|requirements.txt|github/cosmo-ethz/seek|3.63901018922853e-06| -|requirements.txt|github/AusSRC/SoFiAX|3.63901018922853e-06| -|requirements.txt|github/pudu-py/pudu|3.63901018922853e-06| -|requirements.txt|github/milnus/Magphi|3.63901018922853e-06| -|requirements.txt|github/openmsi/openmsistream|3.63901018922853e-06| -|requirements.txt|github/NBISweden/AGAT|3.63901018922853e-06| -|requirements.txt|github/icecube/TauRunner|3.63901018922853e-06| -|requirements.txt|github/hposborn/MonoTools|3.63901018922853e-06| -|requirements.txt|github/ngbusca/QuasarNET|3.63901018922853e-06| -|requirements.txt|github/AOtools/aotools|3.63901018922853e-06| -|requirements.txt|github/WangLabTHU/DeSP|3.63901018922853e-06| -|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.63901018922853e-06| -|requirements.txt|github/tylertrimble/viswaternet|3.63901018922853e-06| -|requirements.txt|github/travisseymour/EPICpy|3.63901018922853e-06| -|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.63901018922853e-06| -|requirements.txt|github/RECETOX/RIAssigner|3.63901018922853e-06| -|requirements.txt|github/RECETOX/MSMetaEnhancer|3.63901018922853e-06| -|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.63901018922853e-06| -|requirements.txt|github/danielreardon/scintools|3.63901018922853e-06| -|requirements.txt|github/kuenzelab/ENDURE|3.63901018922853e-06| -|requirements.txt|github/sorenwacker/ProteomicsQC|3.63901018922853e-06| -|requirements.txt|github/Climdyn/qgs|3.63901018922853e-06| -|requirements.txt|github/pysam-developers/pysam|3.63901018922853e-06| -|requirements.txt|github/ACTCollaboration/zCluster|3.63901018922853e-06| -|requirements.txt|github/j-erler/pymf|3.63901018922853e-06| -|requirements.txt|github/astroboylrx/Rubble|3.63901018922853e-06| -|requirements.txt|github/erikbern/ann-benchmarks|3.63901018922853e-06| -|requirements.txt|github/NLeSC/litstudy|3.63901018922853e-06| -|requirements.txt|github/NLeSC/ShiCo|3.63901018922853e-06| -|requirements.txt|github/VIB-PSB/MINI-EX|3.63901018922853e-06| -|requirements.txt|github/YangLab/CIRCexplorer2|3.63901018922853e-06| -|requirements.txt|github/mtceballos/SIRENAdoc|3.63901018922853e-06| -|requirements.txt|github/TianlaiProject/tlpipe|3.63901018922853e-06| -|requirements.txt|github/jeremysanders/mbproj2|3.63901018922853e-06| -|requirements.txt|github/phirling/pyc2ray|3.63901018922853e-06| -|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.63901018922853e-06| -|requirements.txt|github/ucberkeleyseti/blimpy|3.63901018922853e-06| -|requirements.txt|github/ucberkeleyseti/turbo_seti|3.63901018922853e-06| -|requirements.txt|github/mswzeus/TargetNet|3.63901018922853e-06| -|requirements.txt|github/yuhuan-wu/mobilesal|3.63901018922853e-06| -|requirements.txt|github/statgen/Minimac4|3.63901018922853e-06| -|requirements.txt|github/OxES/k2sc|3.63901018922853e-06| -|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.63901018922853e-06| -|requirements.txt|github/OnroerendErfgoed/atramhasis|3.63901018922853e-06| -|requirements.txt|github/florpi/sunbird|3.63901018922853e-06| -|requirements.txt|github/pcubillos/mc3|3.63901018922853e-06| -|requirements.txt|github/pcubillos/pyratbay|3.63901018922853e-06| -|requirements.txt|github/pcubillos/repack|3.63901018922853e-06| -|requirements.txt|github/stammler/dustpylib|3.63901018922853e-06| -|requirements.txt|github/sczesla/PyAstronomy|3.63901018922853e-06| -|requirements.txt|github/amrex-astro/Castro|3.63901018922853e-06| -|requirements.txt|github/amrex-astro/Nyx|3.63901018922853e-06| -|requirements.txt|github/scikit-tda/DREiMac|3.63901018922853e-06| -|requirements.txt|github/discsim/frank|3.63901018922853e-06| -|requirements.txt|github/jeschaef/Graph4Med|3.63901018922853e-06| -|requirements.txt|github/michaelhb/superplot|3.63901018922853e-06| -|requirements.txt|github/AndrewAnnex/SpiceyPy|3.63901018922853e-06| -|requirements.txt|github/secimTools/SECIMTools|3.63901018922853e-06| -|requirements.txt|github/ncbi/datasets|3.63901018922853e-06| -|requirements.txt|github/tud-hri/joan|3.63901018922853e-06| -|requirements.txt|github/tud-hri/travia|3.63901018922853e-06| -|requirements.txt|github/ZJUFanLab/bulk2space|3.63901018922853e-06| -|requirements.txt|github/nanoporetech/medaka|3.63901018922853e-06| -|requirements.txt|github/nanoporetech/pychopper|3.63901018922853e-06| -|requirements.txt|github/forrest-lab/scMatch|3.63901018922853e-06| -|requirements.txt|github/uab-cgds-worthey/quac|3.63901018922853e-06| -|requirements.txt|github/winger/hawking_net|3.63901018922853e-06| -|requirements.txt|github/phineasng/DECODE|3.63901018922853e-06| -|requirements.txt|github/DataBiosphere/wdl-parsers|3.63901018922853e-06| -|requirements.txt|github/kno10/python-kmedoids|3.63901018922853e-06| -|requirements.txt|github/khyox/recentrifuge|3.63901018922853e-06| -|requirements.txt|github/RuthAngus/stardate|3.63901018922853e-06| -|requirements.txt|github/SDXorg/pysd|3.63901018922853e-06| -|requirements.txt|github/fhcrc/seqmagick|3.63901018922853e-06| -|requirements.txt|github/arnauqb/qwind|3.63901018922853e-06| -|requirements.txt|github/astromer-science/main-code|3.63901018922853e-06| -|requirements.txt|github/Narayana-Rao/SAR-tools|3.63901018922853e-06| -|requirements.txt|github/mwvgroup/pwv_kpno|3.63901018922853e-06| -|requirements.txt|github/gbrammer/grizli|3.63901018922853e-06| -|requirements.txt|github/hannorein/rebound|3.63901018922853e-06| -|requirements.txt|github/nialov/fractopo|3.63901018922853e-06| -|requirements.txt|github/muctadir/lama|3.63901018922853e-06| -|requirements.txt|github/monarch-initiative/loinc2hpo|3.63901018922853e-06| -|requirements.txt|github/ArgonneCPAC/diffmah|3.63901018922853e-06| -|requirements.txt|github/ArgonneCPAC/diffstar|3.63901018922853e-06| -|requirements.txt|github/rkiman/wdwarfdate|3.63901018922853e-06| -|requirements.txt|github/jtschindler/sculptor|3.63901018922853e-06| -|requirements.txt|github/williamjameshandley/anesthetic|3.63901018922853e-06| -|requirements.txt|github/williamjameshandley/fgivenx|3.63901018922853e-06| -|requirements.txt|github/HLasse/TextDescriptives|3.63901018922853e-06| -|requirements.txt|github/uedaLabR/nanoDoc|3.63901018922853e-06| -|requirements.txt|github/igmhub/LyaCoLoRe|3.63901018922853e-06| -|requirements.txt|github/igmhub/picca|3.63901018922853e-06| -|requirements.txt|github/ryanvarley/exodata|3.63901018922853e-06| -|requirements.txt|github/cmoestl/3DCORE|3.63901018922853e-06| -|requirements.txt|github/TinkerTools/tinker9|3.63901018922853e-06| -|requirements.txt|github/kkjawz/coref-ee|3.63901018922853e-06| -|requirements.txt|github/cobilab/altair|3.63901018922853e-06| -|requirements.txt|github/keatonb/TESS_PRF|3.63901018922853e-06| -|requirements.txt|github/keatonb/Pyriod|3.63901018922853e-06| -|requirements.txt|github/sandialabs/pvOps|3.63901018922853e-06| -|requirements.txt|github/MikeSWang/Harmonia|3.63901018922853e-06| -|requirements.txt|github/MikeSWang/HorizonGRound|3.63901018922853e-06| -|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.63901018922853e-06| -|requirements.txt|github/ethicsai/ethical-smart-grid|3.63901018922853e-06| -|requirements.txt|github/ggonnella/fastsubtrees|3.63901018922853e-06| -|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.63901018922853e-06| -|requirements.txt|github/vortex-exoplanet/VIP|3.63901018922853e-06| -|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.63901018922853e-06| -|requirements.txt|github/duetosymmetry/qnm|3.63901018922853e-06| -|requirements.txt|github/MRChemSoft/mrchem|3.63901018922853e-06| -|requirements.txt|github/hallamlab/TreeSAPP|3.63901018922853e-06| -|requirements.txt|github/SESMG/SESMG|3.63901018922853e-06| -|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.63901018922853e-06| -|requirements.txt|github/GalSim-developers/GalSim|3.63901018922853e-06| -|requirements.txt|github/fccoelho/epimodels|3.63901018922853e-06| -|requirements.txt|github/fccoelho/epigrass|3.63901018922853e-06| -|requirements.txt|github/tamarervin/SolAster|3.63901018922853e-06| -|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.63901018922853e-06| -|requirements.txt|github/msyazwanfaid/hilalpy|3.63901018922853e-06| -|requirements.txt|github/cistrome/MIRA|3.63901018922853e-06| -|requirements.txt|github/lucydot/effmass|3.63901018922853e-06| -|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.63901018922853e-06| -|requirements.txt|github/exoclime/HELA|3.63901018922853e-06| -|requirements.txt|github/exoclime/HELIOS-K|3.63901018922853e-06| -|requirements.txt|github/kinnala/scikit-fem|3.63901018922853e-06| -|requirements.txt|github/smaret/astrochem|3.63901018922853e-06| -|requirements.txt|github/emerge-erc/ALminer|3.63901018922853e-06| -|requirements.txt|github/singularityhub/sregistry|3.63901018922853e-06| -|requirements.txt|github/idruglab/hignn|3.63901018922853e-06| -|requirements.txt|github/COINtoolbox/ActSNClass|3.63901018922853e-06| -|requirements.txt|github/pyxnat/pyxnat|3.63901018922853e-06| -|requirements.txt|github/ketch/RK-Opt|3.63901018922853e-06| -|requirements.txt|github/pyFFTW/pyFFTW|3.63901018922853e-06| -|requirements.txt|github/samsledje/ConPLex_dev|3.63901018922853e-06| -|requirements.txt|github/htjb/margarine|3.63901018922853e-06| -|requirements.txt|github/htjb/globalemu|3.63901018922853e-06| -|requirements.txt|github/tpospisi/RFCDE|3.63901018922853e-06| -|requirements.txt|github/tpospisi/nnkcde|3.63901018922853e-06| -|requirements.txt|github/tpospisi/cdetools|3.63901018922853e-06| -|requirements.txt|github/desihub/fastspecfit|3.63901018922853e-06| -|requirements.txt|github/palaeoware/revosim|3.63901018922853e-06| -|requirements.txt|github/pyvisa/pyvisa|3.63901018922853e-06| -|requirements.txt|github/florian-lienhard/MM-LSD|3.63901018922853e-06| -|requirements.txt|github/tholoien/XDGMM|3.63901018922853e-06| -|requirements.txt|github/tholoien/empiriciSN|3.63901018922853e-06| -|requirements.txt|github/ylxu05/HN-PPISP|3.63901018922853e-06| -|requirements.txt|github/xraypy/xraylarch|3.63901018922853e-06| -|requirements.txt|github/asntech/intervene|3.63901018922853e-06| -|requirements.txt|github/ablab/TandemTools|3.63901018922853e-06| -|requirements.txt|github/dirac-institute/asterogap|3.63901018922853e-06| -|requirements.txt|github/gvilitechltd/LibSWIFFT|3.63901018922853e-06| -|requirements.txt|github/a-griffiths/AutoSpec|3.63901018922853e-06| -|requirements.txt|github/CosmoStat/mccd|3.63901018922853e-06| -|requirements.txt|github/biocircuits/bioscrape|3.63901018922853e-06| -|requirements.txt|github/SJLeo/FFSD|3.63901018922853e-06| -|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.63901018922853e-06| -|requirements.txt|github/Chenmi0619/GALMoss|3.63901018922853e-06| -|requirements.txt|github/atomec-project/atoMEC|3.63901018922853e-06| -|requirements.txt|github/STEllAR-GROUP/hpx|3.63901018922853e-06| -|requirements.txt|github/r3w0p/bobocep|3.63901018922853e-06| -|requirements.txt|github/pni-lab/mlconfound|3.63901018922853e-06| -|requirements.txt|github/bcbio/bcbio-nextgen|3.63901018922853e-06| -|requirements.txt|github/mr-superonion/FPFS|3.63901018922853e-06| -|requirements.txt|github/geoelements/gns|3.63901018922853e-06| -|requirements.txt|github/smithlabcode/dnmtools|3.63901018922853e-06| -|requirements.txt|github/AemulusProject/bias_emulator|3.63901018922853e-06| -|requirements.txt|github/dib-lab/dammit|3.63901018922853e-06| -|requirements.txt|github/dib-lab/sourmash|3.63901018922853e-06| -|requirements.txt|github/UoMMIB/TFBMiner|3.63901018922853e-06| -|requirements.txt|github/SPARTA-dev/SPARTA|3.63901018922853e-06| -|requirements.txt|github/deeptools/deepTools|3.63901018922853e-06| -|requirements.txt|github/deeptools/HiCExplorer|3.63901018922853e-06| -|requirements.txt|github/ajshajib/dolphin|3.63901018922853e-06| -|requirements.txt|github/RBrearton/islatu|3.63901018922853e-06| -|requirements.txt|github/astroweaver/the_farmer|3.63901018922853e-06| -|requirements.txt|github/ashleychontos/pySYD|3.63901018922853e-06| -|requirements.txt|github/nanograv/enterprise|3.63901018922853e-06| -|requirements.txt|github/fgbuster/fgbuster|3.63901018922853e-06| -|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.63901018922853e-06| -|requirements.txt|github/cogent3/cogent3|3.63901018922853e-06| -|requirements.txt|github/alexander-mead/pyhalomodel|3.63901018922853e-06| -|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.63901018922853e-06| -|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.63901018922853e-06| -|requirements.txt|github/PolymerGuy/recolo|3.63901018922853e-06| -|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.63901018922853e-06| -|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.63901018922853e-06| -|requirements.txt|github/jkrogager/VoigtFit|3.63901018922853e-06| -|requirements.txt|github/nickelnine37/pykronecker|3.63901018922853e-06| -|requirements.txt|github/ianfhunter/GNOLL|3.63901018922853e-06| -|requirements.txt|github/RuiningZHAO/wcpy|3.63901018922853e-06| -|requirements.txt|github/rodluger/everest|3.63901018922853e-06| -|requirements.txt|github/joshspeagle/dynesty|3.63901018922853e-06| -|requirements.txt|github/bow/fsnviz|3.63901018922853e-06| -|requirements.txt|github/austinpeel/herculens|3.63901018922853e-06| -|requirements.txt|github/RosettaCommons/RFDesign|3.63901018922853e-06| -|requirements.txt|github/gperezs/StarcNet|3.63901018922853e-06| -|requirements.txt|github/iontorrent/TS|3.63901018922853e-06| -|requirements.txt|github/BorgwardtLab/simbsig|3.63901018922853e-06| -|requirements.txt|github/LINNAE-project/SFB-Annotator|3.63901018922853e-06| -|requirements.txt|github/jpierel14/snsed|3.63901018922853e-06| -|requirements.txt|github/kblin/ncbi-acc-download|3.63901018922853e-06| -|requirements.txt|github/GBLille/MassiveFold|3.63901018922853e-06| -|requirements.txt|github/johannesulf/dsigma|3.63901018922853e-06| -|requirements.txt|github/intake/intake|3.63901018922853e-06| -|requirements.txt|github/Vini2/GraphBin|3.63901018922853e-06| -|requirements.txt|github/xuanxu/starmatrix|3.63901018922853e-06| -|requirements.txt|github/tiberioap/grav_waldo|3.63901018922853e-06| -|requirements.txt|github/PynPoint/PynPoint|3.63901018922853e-06| -|requirements.txt|github/ryneches/SuchTree|3.63901018922853e-06| -|requirements.txt|github/N-Wouda/ALNS|3.63901018922853e-06| -|requirements.txt|github/parsotat/batanalysis|3.63901018922853e-06| -|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.63901018922853e-06| -|requirements.txt|github/JuliaHCI/ADI.jl|3.63901018922853e-06| -|requirements.txt|github/CGATOxford/UMI-tools|3.63901018922853e-06| -|requirements.txt|github/aimalz/qp|3.63901018922853e-06| -|requirements.txt|github/silburt/DeepMoon|3.63901018922853e-06| -|requirements.txt|github/jdber1/opendrop|3.63901018922853e-06| -|requirements.txt|github/kingyin3613/RingsPy|3.63901018922853e-06| -|requirements.txt|github/seeh/surprise|3.63901018922853e-06| -|requirements.txt|github/johnh2o2/cuvarbase|3.63901018922853e-06| -|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.63901018922853e-06| -|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.63901018922853e-06| -|requirements.txt|github/chemfiles/chemfiles|3.63901018922853e-06| -|requirements.txt|github/reneshbedre/bioinfokit|3.63901018922853e-06| -|requirements.txt|github/icrar/daliuge|3.63901018922853e-06| -|requirements.txt|github/grahambell/pymoc|3.63901018922853e-06| -|requirements.txt|github/igvteam/igv-reports|3.63901018922853e-06| -|requirements.txt|github/hongwanliu/DarkHistory|3.63901018922853e-06| -|requirements.txt|github/stinefm/relsad|3.63901018922853e-06| -|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.63901018922853e-06| -|requirements.txt|github/bedops/bedops|3.63901018922853e-06| -|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.63901018922853e-06| -|requirements.txt|github/rsnemmen/BCES|3.63901018922853e-06| -|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.63901018922853e-06| -|requirements.txt|github/tnakazato/priism|3.63901018922853e-06| -|requirements.txt|github/LondonBiofoundry/basicsynbio|3.63901018922853e-06| -|requirements.txt|github/deepmind/alphafold|3.63901018922853e-06| -|requirements.txt|github/MichelleLochner/astronomaly|3.63901018922853e-06| -|requirements.txt|github/qmarcou/IGoR|3.63901018922853e-06| -|requirements.txt|github/sjteresi/TE_Density|3.63901018922853e-06| -|requirements.txt|github/alejandrobll/py-sphviewer|3.63901018922853e-06| -|requirements.txt|github/miRTop/mirtop|3.63901018922853e-06| -|requirements.txt|github/me-manu/gammaALPs|3.63901018922853e-06| -|requirements.txt|github/mattyowl/astLib|3.63901018922853e-06| -|requirements.txt|github/lys-devel/lys|3.63901018922853e-06| -|requirements.txt|github/tikk3r/legacystamps|3.63901018922853e-06| -|requirements.txt|github/pmlmodelling/nctoolkit|3.63901018922853e-06| -|requirements.txt|github/valboz/VBBinaryLensing|3.63901018922853e-06| -|requirements.txt|github/zachetienne/nrpytutorial|3.63901018922853e-06| -|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.63901018922853e-06| -|requirements.txt|github/sourmash-bio/sourmash|3.63901018922853e-06| -|requirements.txt|github/python-hydro/pyro2|3.63901018922853e-06| -|requirements.txt|github/chanzuckerberg/cellxgene|3.63901018922853e-06| -|requirements.txt|github/logan-pearce/lofti_gaia|3.63901018922853e-06| -|requirements.txt|github/transientskp/lpf|3.63901018922853e-06| -|requirements.txt|github/pyomeca/biosiglive|3.63901018922853e-06| -|requirements.txt|github/bthorne93/PySM_public|3.63901018922853e-06| -|requirements.txt|github/Kamuish/archi|3.63901018922853e-06| -|requirements.txt|github/NLESC-JCER/QMCblip|3.63901018922853e-06| -|requirements.txt|github/rpoleski/MulensModel|3.63901018922853e-06| -|requirements.txt|github/soraxas/sbp-env|3.63901018922853e-06| -|requirements.txt|github/BioGearsEngine/core|3.63901018922853e-06| -|requirements.txt|github/harrispopgen/mutyper|3.63901018922853e-06| -|requirements.txt|github/jesford/cluster-lensing|3.63901018922853e-06| -|requirements.txt|github/etal/cnvkit|3.63901018922853e-06| -|requirements.txt|github/theislab/scCODA|3.63901018922853e-06| -|requirements.txt|github/danhey/echelle|3.63901018922853e-06| -|requirements.txt|github/vrodgom/statmorph|3.63901018922853e-06| -|requirements.txt|github/bcgsc/TMBur|3.63901018922853e-06| -|requirements.txt|github/bcgsc/NanoSim|3.63901018922853e-06| -|requirements.txt|github/HannahMDoherty/ChemGAPP|3.63901018922853e-06| -|requirements.txt|github/cwieder/py-ssPA|3.63901018922853e-06| -|requirements.txt|github/KolmogorovLab/Severus|3.63901018922853e-06| -|requirements.txt|github/SterlingYM/astroPIPS|3.63901018922853e-06| -|requirements.txt|github/JorenSix/Olaf|3.63901018922853e-06| -|requirements.txt|github/COMBINE-lab/alevin-fry|3.63901018922853e-06| -|requirements.txt|github/learningsimulator/learningsimulator|3.63901018922853e-06| -|requirements.txt|github/pyamg/pyamg|3.63901018922853e-06| -|requirements.txt|github/AWehrhahn/SME|3.63901018922853e-06| -|requirements.txt|github/OSeMOSYS/otoole|3.63901018922853e-06| -|requirements.txt|github/yrjia1015/CRISPRCasStack|3.63901018922853e-06| -|requirements.txt|github/nickhand/pyRSD|3.63901018922853e-06| -|requirements.txt|github/damar-wicaksono/uqtestfuns|3.63901018922853e-06| -|requirements.txt|github/ITA-Solar/rh|3.63901018922853e-06| -|requirements.txt|github/exosports/homer|3.63901018922853e-06| -|requirements.txt|github/exosports/MARGE|3.63901018922853e-06| -|requirements.txt|github/PaulRitsche/DLTrack|3.63901018922853e-06| -|requirements.txt|github/LCOGT/neoexchange|3.63901018922853e-06| -|requirements.txt|github/micahvista/MAMnet|3.63901018922853e-06| -|requirements.txt|github/onnela-lab/beiwe-backend|3.63901018922853e-06| -|requirements.txt|github/jonas-fuchs/varVAMP|3.63901018922853e-06| -|requirements.txt|github/sblunt/orbitize|3.63901018922853e-06| -|requirements.txt|github/genouest/biomaj-daemon|3.63901018922853e-06| -|requirements.txt|github/EnricoCorsaro/FAMED|3.63901018922853e-06| -|requirements.txt|github/spiketools/spiketools|3.63901018922853e-06| -|requirements.txt|github/mgieles/limepy|3.63901018922853e-06| -|requirements.txt|github/saberyoung/haffet|3.63901018922853e-06| -|requirements.txt|github/kartheikiyer/dense_basis|3.63901018922853e-06| -|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.63901018922853e-06| -|requirements.txt|github/NiallJeffrey/BornRaytrace|3.63901018922853e-06| -|requirements.txt|github/mrtommyb/ktransit|3.63901018922853e-06| -|requirements.txt|github/ECP-WarpX/WarpX|3.63901018922853e-06| -|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.63901018922853e-06| -|requirements.txt|github/wbalmer/backtracks|3.63901018922853e-06| -|requirements.txt|github/wbalmer/backtrack|3.63901018922853e-06| -|requirements.txt|github/surf-eds/one-button-compute|3.63901018922853e-06| -|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.63901018922853e-06| -|requirements.txt|github/christinahedges/contaminante|3.63901018922853e-06| -|requirements.txt|github/FlorianThibord/OptimiR|3.63901018922853e-06| -|requirements.txt|github/siavashk/pycpd|3.63901018922853e-06| -|requirements.txt|github/pysat/pysat|3.63901018922853e-06| -|requirements.txt|github/maxmahlke/ssos|3.63901018922853e-06| -|requirements.txt|github/frescigno/magpy_rv|3.63901018922853e-06| -|requirements.txt|github/macrocosme/amber_meta|3.63901018922853e-06| -|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.63901018922853e-06| -|requirements.txt|github/jsobeck/MOOG_SCAT|3.63901018922853e-06| -|requirements.txt|github/SharmaLlama/ticktack|3.63901018922853e-06| -|requirements.txt|github/galaxyproject/galaxy-lib|3.63901018922853e-06| -|requirements.txt|github/BASTAcode/BASTA|3.63901018922853e-06| -|requirements.txt|github/BenNordick/HiLoop|3.63901018922853e-06| -|requirements.txt|github/ExObsSim/ExoRad2-public|3.63901018922853e-06| -|requirements.txt|github/tvwenger/millennium-tap-query|3.63901018922853e-06| -|requirements.txt|github/GilbertLabUCSF/CanDI|3.63901018922853e-06| -|requirements.txt|github/marius311/cosmoslik|3.63901018922853e-06| -|requirements.txt|github/E3SM-Project/gdess|3.63901018922853e-06| -|requirements.txt|github/vterron/lemon|3.63901018922853e-06| -|requirements.txt|github/TearsWaiting/MIMML|3.63901018922853e-06| -|requirements.txt|github/damonge/schNell|3.63901018922853e-06| -|requirements.txt|github/winni2k/abeona|3.63901018922853e-06| -|requirements.txt|github/broadinstitute/cromwell|3.63901018922853e-06| -|requirements.txt|github/oliverphilcox/RascalC|3.63901018922853e-06| -|requirements.txt|github/pennsignals/chime|3.63901018922853e-06| -|requirements.txt|github/JLBLine/WODEN|3.63901018922853e-06| -|requirements.txt|github/JLBLine/PUMA|3.63901018922853e-06| -|requirements.txt|github/floodlight-sports/floodlight|3.63901018922853e-06| -|requirements.txt|github/lutteropp/NetRAX|3.63901018922853e-06| -|requirements.txt|github/open2c/pairtools|3.63901018922853e-06| -|requirements.txt|github/CAMI-challenge/CAMITAX|3.63901018922853e-06| -|requirements.txt|github/fabiorigamonti/bang|3.63901018922853e-06| -|requirements.txt|github/jdswinbank/Comet|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/MutViz|3.63901018922853e-06| -|requirements.txt|github/DEIB-GECO/VarSum|3.63901018922853e-06| -|requirements.txt|github/markur4/plotastic|3.63901018922853e-06| -|requirements.txt|github/pierfied/karmma|3.63901018922853e-06| -|requirements.txt|github/moead-framework/framework|3.63901018922853e-06| -|requirements.txt|github/vgteam/vg#vg|3.63901018922853e-06| -|requirements.txt|github/vgteam/vg|3.63901018922853e-06| -|requirements.txt|github/zhoux85/scAdapt|3.63901018922853e-06| -|requirements.txt|github/justyncw/STAR_MELT|3.63901018922853e-06| -|requirements.txt|github/jan-rybizki/gdr2_completeness|3.63901018922853e-06| -|requirements.txt|github/jan-rybizki/Chempy|3.63901018922853e-06| -|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.63901018922853e-06| -|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.63901018922853e-06| -|requirements.txt|github/iancze/PSOAP|3.63901018922853e-06| -|requirements.txt|github/ot483/NetCom|3.63901018922853e-06| -|requirements.txt|github/chenwuperth/rgz_rcnn|3.63901018922853e-06| -|requirements.txt|github/miracum/ahd2fhir|3.63901018922853e-06| -|requirements.txt|github/danielenricocahall/elephas|3.63901018922853e-06| -|requirements.txt|github/jrkerns/pylinac|3.63901018922853e-06| -|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.63901018922853e-06| -|requirements.txt|github/csb-toolbox/CSB|3.63901018922853e-06| -|requirements.txt|github/miguelcarcamov/csromer|3.63901018922853e-06| -|requirements.txt|github/miguelcarcamov/gpuvmem|3.63901018922853e-06| -|requirements.txt|github/lgbouma/gyro-interp|3.63901018922853e-06| -|requirements.txt|github/Zafiirah13/meercrab|3.63901018922853e-06| -|requirements.txt|github/sebastian-zieba/PACMAN|3.63901018922853e-06| -|requirements.txt|github/scottgigante/picopore|3.63901018922853e-06| -|requirements.txt|github/opengeos/segment-geospatial|3.63901018922853e-06| -|requirements.txt|github/segasai/rvspecfit|3.63901018922853e-06| -|requirements.txt|github/valentineap/pyprop8|3.63901018922853e-06| -|requirements.txt|github/kboone/avocado|3.63901018922853e-06| -|requirements.txt|github/python-streamz/streamz|3.63901018922853e-06| -|requirements.txt|github/MrOlm/drep|3.63901018922853e-06| -|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.63901018922853e-06| -|requirements.txt|github/lpantano/seqcluster|3.63901018922853e-06| -|requirements.txt|github/koszullab/pareidolia|3.63901018922853e-06| -|requirements.txt|github/benstahl92/deepSIP|3.63901018922853e-06| -|requirements.txt|github/PetroFit/petrofit|3.63901018922853e-06| -|requirements.txt|github/JD2112/methylr|3.63901018922853e-06| -|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.63901018922853e-06| -|requirements.txt|github/epi2me-labs/mapula|3.63901018922853e-06| -|requirements.txt|github/rrwick/Deepbinner|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/spinning-up-basic|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/PlaNet|3.63901018922853e-06| -|requirements.txt|github/Kaixhin/Rainbow|3.63901018922853e-06| -|requirements.txt|github/alawryaguila/multi-view-AE|3.63901018922853e-06| -|requirements.txt|github/MD-Studio/MDStudio|3.63901018922853e-06| -|requirements.txt|github/erling6232/imagedata|3.63901018922853e-06| -|requirements.txt|github/PNNL-m-q/mza|3.63901018922853e-06| -|requirements.txt|github/TommasoRonconi/scampy|3.63901018922853e-06| -|requirements.txt|github/SegataLab/lefse|3.63901018922853e-06| -|requirements.txt|github/gbouras13/plassembler|3.63901018922853e-06| -|requirements.txt|github/pavolgaj/ObsPlanner|3.63901018922853e-06| -|requirements.txt|github/ebachelet/pyLIMA|3.63901018922853e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.63901018922853e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.63901018922853e-06| -|requirements.txt|github/miguelzuma/hi_class_public|3.63901018922853e-06| -|requirements.txt|github/Ambuj-UF/APOP|3.63901018922853e-06| -|requirements.txt|github/klb2/qmkpy|3.63901018922853e-06| -|requirements.txt|github/pynucastro/pynucastro|3.63901018922853e-06| -|requirements.txt|github/cwentland0/perform|3.63901018922853e-06| -|requirements.txt|github/CarlosCoba/XookSuut-code|3.63901018922853e-06| -|requirements.txt|github/SuLab/Wikidata-phenomizer|3.63901018922853e-06| -|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.63901018922853e-06| -|requirements.txt|github/pipliggins/EVolve|3.63901018922853e-06| -|requirements.txt|github/sciris/sciris|3.63901018922853e-06| -|requirements.txt|github/zhangyk8/sconce-scms|3.63901018922853e-06| -|requirements.txt|github/YuRui8879/MRASleepNet|3.63901018922853e-06| -|requirements.txt|github/snad-space/ztf-viewer|3.63901018922853e-06| -|requirements.txt|github/aksholokhov/pysr3|3.63901018922853e-06| -|requirements.txt|github/ExeClim/Isca|3.63901018922853e-06| -|requirements.txt|github/artic-network/fieldbioinformatics|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/MAESTROeX|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/Castro|3.63901018922853e-06| -|requirements.txt|github/AMReX-Astro/Nyx|3.63901018922853e-06| -|requirements.txt|github/sosl/H-FISTA|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/pycrires|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/species|3.63901018922853e-06| -|requirements.txt|github/tomasstolker/ARTES|3.63901018922853e-06| -|requirements.txt|github/bregaldo/pywst|3.63901018922853e-06| -|requirements.txt|github/UgoLomoio/gtex_visualizer|3.63901018922853e-06| -|requirements.txt|github/PaulHancock/Robbie|3.63901018922853e-06| -|requirements.txt|github/aboucaud/pypher|3.63901018922853e-06| -|requirements.txt|github/brentp/peddy|3.63901018922853e-06| -|requirements.txt|github/brentp/cyvcf2|3.63901018922853e-06| -|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.63901018922853e-06| -|requirements.txt|github/vallis/libstempo|3.63901018922853e-06| -|requirements.txt|github/VChristiaens/special|3.63901018922853e-06| -|requirements.txt|github/VChristiaens/vcal_sphere|3.63901018922853e-06| -|requirements.txt|github/ptriska/WavesDash|3.63901018922853e-06| -|requirements.txt|github/bjmorgan/py-sc-fermi|3.63901018922853e-06| -|requirements.txt|github/ABM4ALL/Melodie|3.63901018922853e-06| -|requirements.txt|github/tmcclintock/AReconstructionTool|3.63901018922853e-06| -|requirements.txt|github/ihmwg/python-modelcif|3.63901018922853e-06| -|requirements.txt|github/ska-sa/katdal|3.63901018922853e-06| -|requirements.txt|github/tessgi/tvguide|3.63901018922853e-06| -|requirements.txt|github/afeinstein20/eleanor|3.63901018922853e-06| -|requirements.txt|github/ArtRand/signalAlign|3.63901018922853e-06| -|requirements.txt|github/1313e/CMasher|3.63901018922853e-06| -|requirements.txt|github/sklasfeld/DANPOS3|3.63901018922853e-06| -|requirements.txt|github/TeamCOMPAS/COMPAS|3.63901018922853e-06| -|requirements.txt|github/quantling/pyndl|3.63901018922853e-06| -|requirements.txt|github/mirnylab/pairtools|3.63901018922853e-06| -|requirements.txt|github/mirnylab/cooler|3.63901018922853e-06| -|requirements.txt|github/legolason/PyQSOFit|3.63901018922853e-06| -|requirements.txt|github/olivecha/guitarsounds|3.63901018922853e-06| -|requirements.txt|github/CobayaSampler/cobaya|3.63901018922853e-06| -|requirements.txt|github/sidmohite/nimbus-astro|3.63901018922853e-06| -|requirements.txt|github/benlansdell/ethome|3.63901018922853e-06| -|requirements.txt|github/Julian/jsonschema|3.63901018922853e-06| -|requirements.txt|github/yupidevs/pactus|3.63901018922853e-06| -|requirements.txt|github/minkailin/stratsi|3.63901018922853e-06| -|requirements.txt|github/benjaminbolling/RSW|3.63901018922853e-06| -|requirements.txt|github/enveda/RPath|3.63901018922853e-06| -|requirements.txt|github/kuanrongchan/COVID19-severity|3.63901018922853e-06| -|requirements.txt|github/3d-pli/fastpli|3.63901018922853e-06| -|requirements.txt|github/mraveri/tensiometer|3.63901018922853e-06| -|requirements.txt|github/matiscke/lcps|3.63901018922853e-06| -|requirements.txt|github/ppsp-team/PyNM|3.63901018922853e-06| -|requirements.txt|github/JakobBD/pounce|3.63901018922853e-06| -|requirements.txt|github/LSARP/ProteomicsQC|3.63901018922853e-06| -|requirements.txt|github/nickk124/RCR|3.63901018922853e-06| -|requirements.txt|github/PacificBiosciences/pbbam|3.63901018922853e-06| -|requirements.txt|github/BioinfoUNIBA/REDItools2|3.63901018922853e-06| -|requirements.txt|github/healpy/healpy|3.63901018922853e-06| -|requirements.txt|github/abatten/fruitbat|3.63901018922853e-06| -|requirements.txt|github/lkreidberg/batman|3.63901018922853e-06| -|requirements.txt|github/gmbrandt/HTOF|3.63901018922853e-06| -|requirements.txt|github/fcastagna/preprofit|3.63901018922853e-06| -|requirements.txt|github/fcastagna/JoXSZ|3.63901018922853e-06| -|requirements.txt|github/AllenInstitute/bmtk|3.63901018922853e-06| -|requirements.txt|github/li-yangyang/lotus|3.63901018922853e-06| -|requirements.txt|github/jts/nanopolish|3.63901018922853e-06| -|requirements.txt|github/cylammarco/ASPIRED|3.63901018922853e-06| -|requirements.txt|github/cylammarco/WDPhotTools|3.63901018922853e-06| -|requirements.txt|github/connor-lab/vapor|3.63901018922853e-06| -|requirements.txt|github/rmjarvis/Piff|3.63901018922853e-06| -|requirements.txt|github/rmjarvis/TreeCorr|3.63901018922853e-06| -|requirements.txt|github/londumas/redvsblue|3.63901018922853e-06| -|requirements.txt|github/bioAI-Oslo/Spikeometric|3.63901018922853e-06| -|requirements.txt|github/esa/NIDN|3.63901018922853e-06| -|requirements.txt|github/arnikz/PIQMIe|3.63901018922853e-06| -|requirements.txt|github/villano-lab/nrCascadeSim|3.63901018922853e-06| -|requirements.txt|github/21cmfast/21cmEMU|3.63901018922853e-06| -|requirements.txt|github/skyfielders/python-skyfield|3.63901018922853e-06| -|requirements.txt|github/chianti-atomic/ChiantiPy|3.63901018922853e-06| -|requirements.txt|github/EGaraldi/corecon|3.63901018922853e-06| -|requirements.txt|github/mrempel/geohexviz|3.63901018922853e-06| -|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.63901018922853e-06| -|requirements.txt|github/radiocosmology/driftscan|3.63901018922853e-06| -|requirements.txt|github/radiocosmology/draco|3.63901018922853e-06| -|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.63901018922853e-06| -|requirements.txt|github/lgrcia/prose|3.63901018922853e-06| -|requirements.txt|github/SebastianBocquet/pygtc|3.63901018922853e-06| -|requirements.txt|github/mscaudill/openseize|3.63901018922853e-06| -|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.63901018922853e-06| -|requirements.txt|github/YesselmanLab/rna_map|3.63901018922853e-06| -|requirements.txt|github/robashaw/libecpint|3.63901018922853e-06| -|requirements.txt|github/katholt/Kleborate|3.63901018922853e-06| -|requirements.txt|github/Lyalpha/spalipy|3.63901018922853e-06| -|requirements.txt|github/JacobBumgarner/VesselVio|3.63901018922853e-06| -|requirements.txt|github/jgieseler/solarmach|3.63901018922853e-06| -|requirements.txt|github/trygvrad/DF-XRM_viz|3.63901018922853e-06| -|requirements.txt|github/taoliu/MACS|3.63901018922853e-06| -|requirements.txt|github/lucianolorenti/ceruleo|3.63901018922853e-06| -|requirements.txt|github/SuperKogito/spafe|3.63901018922853e-06| -|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.63901018922853e-06| -|requirements.txt|github/C0PEP0D/otto|3.63901018922853e-06| -|requirements.txt|github/swagnercarena/paltas|3.63901018922853e-06| -|requirements.txt|github/sybila/biodivine-aeon-py|3.63901018922853e-06| -|requirements.txt|github/snowformatics/macrobot|3.63901018922853e-06| -|requirements.txt|github/prashjet/popkinmocks|3.63901018922853e-06| -|requirements.txt|github/iAART/aart|3.63901018922853e-06| -|requirements.txt|github/james-m-osborn/astrosat|3.63901018922853e-06| -|requirements.txt|github/JLiangLab/TransVW|3.63901018922853e-06| -|requirements.txt|github/drphilmarshall/HumVI|3.63901018922853e-06| -|requirements.txt|github/silx-kit/pyFAI|3.63901018922853e-06| -|requirements.txt|github/widdowquinn/pyani|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/snmachine|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/Spectractor|3.63901018922853e-06| -|requirements.txt|github/LSSTDESC/sacc|3.63901018922853e-06| -|requirements.txt|github/Leo-Simpson/c-lasso|3.63901018922853e-06| -|requirements.txt|github/pnsaevik/effluent|3.63901018922853e-06| -|requirements.txt|github/kylemede/ExoSOFT|3.63901018922853e-06| -|requirements.txt|github/mirapy-org/mirapy|3.63901018922853e-06| -|requirements.txt|github/mentatpsi/OSGenome|3.63901018922853e-06| -|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.63901018922853e-06| -|requirements.txt|github/linsalrob/PhiSpy|3.63901018922853e-06| -|requirements.txt|github/timothydmorton/isochrones|3.63901018922853e-06| -|requirements.txt|github/ixkael/Delight|3.63901018922853e-06| -|requirements.txt|github/telatin/qax|3.63901018922853e-06| -|requirements.txt|github/ORNL/curifactory|3.63901018922853e-06| -|requirements.txt|github/pymedphys/pymedphys|3.63901018922853e-06| -|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.63901018922853e-06| -|requirements.txt|github/antoinemarchal/ROHSA|3.63901018922853e-06| -|requirements.txt|github/spacetelescope/mirage|3.63901018922853e-06| -|requirements.txt|github/dartoon/galight|3.63901018922853e-06| -|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.63901018922853e-06| -|requirements.txt|github/johnveitch/cpnest|3.63901018922853e-06| -|requirements.txt|github/wouterpeere/GHEtool|3.63901018922853e-06| -|requirements.txt|github/kiyo-masui/bitshuffle|3.63901018922853e-06| -|requirements.txt|github/podondra/bayesian-sznet|3.63901018922853e-06| -|requirements.txt|github/ToyotaCRDL/mahos|3.63901018922853e-06| -|requirements.txt|github/mjshao06/pdifFinder|3.63901018922853e-06| -|requirements.txt|github/epfl-radio-astro/PINION|3.63901018922853e-06| -|requirements.txt|github/epfl-radio-astro/LiSA|3.63901018922853e-06| -|requirements.txt|github/carronj/lenspyx|3.63901018922853e-06| -|requirements.txt|github/carronj/plancklens|3.63901018922853e-06| -|requirements.txt|github/lmcinnes/umap|3.63901018922853e-06| -|requirements.txt|github/mms-fcul/PypKa|3.63901018922853e-06| -|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.63901018922853e-06| -|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.63901018922853e-06| -|pypi|[properscoring](https://pypi.org/project/properscoring)|3.63901018922853e-06| -|setup.py|gitlab/pythia-uq/pythia|3.63901018922853e-06| -|setup.py|gitlab/octopus-code/octopus|3.63901018922853e-06| -|setup.py|gitlab/gims-developers/gims|3.63901018922853e-06| -|setup.py|gitlab/chjordan/sslf|3.63901018922853e-06| -|setup.py|gitlab/fduchate/predihood|3.63901018922853e-06| -|setup.py|gitlab/joseaher/astroplotlib|3.63901018922853e-06| -|setup.py|gitlab/picos-api/picos|3.63901018922853e-06| -|setup.py|gitlab/permafrostnet/teaspoon|3.63901018922853e-06| -|setup.py|gitlab/jason-rumengan/pyarma|3.63901018922853e-06| -|setup.py|gitlab/petsc/petsc|3.63901018922853e-06| -|setup.py|gitlab/materials-modeling/calorine|3.63901018922853e-06| -|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.63901018922853e-06| -|setup.py|gitlab/Molcas/OpenMolcas|3.63901018922853e-06| -|setup.py|github/fjankowsk/scatfit|3.63901018922853e-06| -|setup.py|github/guangtunbenzhu/NonnegMFPy|3.63901018922853e-06| -|setup.py|github/guangtunbenzhu/SetCoverPy|3.63901018922853e-06| -|setup.py|github/astrosupriyo/pyTANSPEC|3.63901018922853e-06| -|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.63901018922853e-06| -|setup.py|github/Kuifje02/vrpy|3.63901018922853e-06| -|setup.py|github/google/jax|3.63901018922853e-06| -|setup.py|github/cthoyt/bel-resources|3.63901018922853e-06| -|setup.py|github/elizabethnewman/hessQuik|3.63901018922853e-06| -|setup.py|github/snakemake/snakemake|3.63901018922853e-06| -|setup.py|github/dpalmasan/TRUNAJOD2.0|3.63901018922853e-06| -|setup.py|github/birnstiel/two-pop-py|3.63901018922853e-06| -|setup.py|github/dtamayo/reboundx|3.63901018922853e-06| -|setup.py|github/kathlandgren/SWAMPE|3.63901018922853e-06| -|setup.py|github/olivares-j/Kalkayotl|3.63901018922853e-06| -|setup.py|github/CIRADA-Tools/RM-Tools|3.63901018922853e-06| -|setup.py|github/spokenlanguage/platalea|3.63901018922853e-06| -|setup.py|github/YSOVAR/YSOVAR|3.63901018922853e-06| -|setup.py|github/indralab/pybiopax|3.63901018922853e-06| -|setup.py|github/ginolhac/mapDamage|3.63901018922853e-06| -|setup.py|github/pnnl/interflow|3.63901018922853e-06| -|setup.py|github/ebellm/pyraf-dbsp|3.63901018922853e-06| -|setup.py|github/carlosborca/CrystaLattE|3.63901018922853e-06| -|setup.py|github/djsutherland/py-sdm|3.63901018922853e-06| -|setup.py|github/timstaley/voevent-parse|3.63901018922853e-06| -|setup.py|github/fermisurfaces/IFermi|3.63901018922853e-06| -|setup.py|github/FrancesBW/bellamy|3.63901018922853e-06| -|setup.py|github/shilpagarg/WHdenovo|3.63901018922853e-06| -|setup.py|github/LMBooth/pybci|3.63901018922853e-06| -|setup.py|github/djones1040/PythonPhot|3.63901018922853e-06| -|setup.py|github/pynbody/pynbody|3.63901018922853e-06| -|setup.py|github/pynbody/tangos|3.63901018922853e-06| -|setup.py|github/biomedia-mira/blast-ct|3.63901018922853e-06| -|setup.py|github/astro-informatics/s2let|3.63901018922853e-06| -|setup.py|github/astro-informatics/ssht|3.63901018922853e-06| -|setup.py|github/dynamicslab/pysindy|3.63901018922853e-06| -|setup.py|github/astronomyk/SimCADO|3.63901018922853e-06| -|setup.py|github/EMBL-Hentze-group/htseq-clip|3.63901018922853e-06| -|setup.py|github/PhilippJunk/homelette|3.63901018922853e-06| -|setup.py|github/heliopython/heliopy|3.63901018922853e-06| -|setup.py|github/oscaribv/citlalicue|3.63901018922853e-06| -|setup.py|github/SMTG-UCL/ShakeNBreak|3.63901018922853e-06| -|setup.py|github/SMTG-UCL/surfaxe|3.63901018922853e-06| -|setup.py|github/bartongroup/yanosim|3.63901018922853e-06| -|setup.py|github/vhaasteren/piccard|3.63901018922853e-06| -|setup.py|github/TriPed-Robot/TriP|3.63901018922853e-06| -|setup.py|github/dstndstn/astrometry.net|3.63901018922853e-06| -|setup.py|github/dh4gan/taktent|3.63901018922853e-06| -|setup.py|github/dbuscher/pois|3.63901018922853e-06| -|setup.py|github/mikecokina/elisa|3.63901018922853e-06| -|setup.py|github/Starlink/starlink|3.63901018922853e-06| -|setup.py|github/riogroup/SORA|3.63901018922853e-06| -|setup.py|github/acerbilab/pybads|3.63901018922853e-06| -|setup.py|github/Illumina/SpliceAI|3.63901018922853e-06| -|setup.py|github/matchms/matchms|3.63901018922853e-06| -|setup.py|github/matchms/ms2deepscore|3.63901018922853e-06| -|setup.py|github/pyranges/pyrle|3.63901018922853e-06| -|setup.py|github/Oftatkofta/cellocity|3.63901018922853e-06| -|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.63901018922853e-06| -|setup.py|github/matthewholman/assist|3.63901018922853e-06| -|setup.py|github/dicompyler/dicompyler-core|3.63901018922853e-06| -|setup.py|github/nlesc/scriptcwl|3.63901018922853e-06| -|setup.py|github/wiederm/transformato|3.63901018922853e-06| -|setup.py|github/chapmanb/bcbb|3.63901018922853e-06| -|setup.py|github/supernnova/SuperNNova|3.63901018922853e-06| -|setup.py|github/conda/conda|3.63901018922853e-06| -|setup.py|github/conda/pycosat|3.63901018922853e-06| -|setup.py|github/vedantchandra/wdtools|3.63901018922853e-06| -|setup.py|github/zdelrosario/py_grama|3.63901018922853e-06| -|setup.py|github/fair-data/fairdatapoint-client|3.63901018922853e-06| -|setup.py|github/AlexMikes/AutoFunc|3.63901018922853e-06| -|setup.py|github/einsteinpy/einsteinpy|3.63901018922853e-06| -|setup.py|github/rhayes777/PyAutoFit|3.63901018922853e-06| -|setup.py|github/ProjectPyRhO/PyRhO|3.63901018922853e-06| -|setup.py|github/jbussemaker/SBArchOpt|3.63901018922853e-06| -|setup.py|github/NREL/graph-env|3.63901018922853e-06| -|setup.py|github/tool-bin/ukbcc|3.63901018922853e-06| -|setup.py|github/volkamerlab/opencadd|3.63901018922853e-06| -|setup.py|github/DynaSlum/satsense|3.63901018922853e-06| -|setup.py|github/fakedrtom/oncogemini|3.63901018922853e-06| -|setup.py|github/milicolazo/Pyedra|3.63901018922853e-06| -|setup.py|github/mscroggs/symfem|3.63901018922853e-06| -|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.63901018922853e-06| -|setup.py|github/deepmodeling/DMFF|3.63901018922853e-06| -|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.63901018922853e-06| -|setup.py|github/Xia-Yijie/Xponge|3.63901018922853e-06| -|setup.py|github/Gaiana/nirdust|3.63901018922853e-06| -|setup.py|github/ImperialCollegeLondon/hcga|3.63901018922853e-06| -|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.63901018922853e-06| -|setup.py|github/zonca/python-qucs|3.63901018922853e-06| -|setup.py|github/potassco/clingo|3.63901018922853e-06| -|setup.py|github/ejeschke/ginga|3.63901018922853e-06| -|setup.py|github/jonzink/EDI_Vetter_unplugged|3.63901018922853e-06| -|setup.py|github/gagneurlab/drop|3.63901018922853e-06| -|setup.py|github/oliveirara/polyMV|3.63901018922853e-06| -|setup.py|github/sfarrens/sf_deconvolve|3.63901018922853e-06| -|setup.py|github/Qiskit/rustworkx|3.63901018922853e-06| -|setup.py|github/toshiyan/cmblensplus|3.63901018922853e-06| -|setup.py|github/Hoohm/CITE-seq-Count|3.63901018922853e-06| -|setup.py|github/ylab-hi/ScanExitronLR|3.63901018922853e-06| -|setup.py|github/jmschrei/pomegranate|3.63901018922853e-06| -|setup.py|github/hknd23/idcempy|3.63901018922853e-06| -|setup.py|github/bfarr/exocartographer|3.63901018922853e-06| -|setup.py|github/DavidT3/XGA|3.63901018922853e-06| -|setup.py|github/BD2KGenomics/toil|3.63901018922853e-06| -|setup.py|github/StingraySoftware/stingray|3.63901018922853e-06| -|setup.py|github/3fon3fonov/exostriker|3.63901018922853e-06| -|setup.py|github/EdanRein/pyPplusS|3.63901018922853e-06| -|setup.py|github/nespinoza/juliet|3.63901018922853e-06| -|setup.py|github/nespinoza/mc-spam|3.63901018922853e-06| -|setup.py|github/ucl-exoplanets/TauREx3_public|3.63901018922853e-06| -|setup.py|github/jianhuupenn/SpaGCN|3.63901018922853e-06| -|setup.py|github/Fermipy/fermipy|3.63901018922853e-06| -|setup.py|github/felixchenier/kineticstoolkit|3.63901018922853e-06| -|setup.py|github/manodeep/Corrfunc|3.63901018922853e-06| -|setup.py|github/cas-bioinf/rboAnalyzer|3.63901018922853e-06| -|setup.py|github/LindleyLentati/Cobra|3.63901018922853e-06| -|setup.py|github/cdanielmachado/carveme|3.63901018922853e-06| -|setup.py|github/ratt-ru/montblanc|3.63901018922853e-06| -|setup.py|github/ratt-ru/CubiCal|3.63901018922853e-06| -|setup.py|github/palaimon/ipyannotator|3.63901018922853e-06| -|setup.py|github/nextstrain/augur|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/PyMultiNest|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/nway|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/BXA|3.63901018922853e-06| -|setup.py|github/JohannesBuchner/UltraNest|3.63901018922853e-06| -|setup.py|github/danielemichilli/SpS|3.63901018922853e-06| -|setup.py|github/thejasvibr/bat_beamshapes|3.63901018922853e-06| -|setup.py|github/sambit-giri/tools21cm|3.63901018922853e-06| -|setup.py|github/sambit-giri/BCMemu|3.63901018922853e-06| -|setup.py|github/sambit-giri/BCemu|3.63901018922853e-06| -|setup.py|github/tlambert03/pycudadecon|3.63901018922853e-06| -|setup.py|github/ynop/audiomate|3.63901018922853e-06| -|setup.py|github/fair-software/howfairis|3.63901018922853e-06| -|setup.py|github/fair-software/fairtally|3.63901018922853e-06| -|setup.py|github/nlppln/nlppln|3.63901018922853e-06| -|setup.py|github/ModellingWebLab/chaste-codegen|3.63901018922853e-06| -|setup.py|github/hpparvi/ldtk|3.63901018922853e-06| -|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.63901018922853e-06| -|setup.py|github/YeoLab/clipper|3.63901018922853e-06| -|setup.py|github/light-curve/light-curve-python|3.63901018922853e-06| -|setup.py|github/andizq/sf3dmodels|3.63901018922853e-06| -|setup.py|github/babinyurii/recan|3.63901018922853e-06| -|setup.py|github/PyPSA/linopy|3.63901018922853e-06| -|setup.py|github/PyPSA/atlite|3.63901018922853e-06| -|setup.py|github/theia-dev/Qiber3D|3.63901018922853e-06| -|setup.py|github/infer-actively/pymdp|3.63901018922853e-06| -|setup.py|github/AlexanderLabWHOI/EUKulele|3.63901018922853e-06| -|setup.py|github/mirochaj/ares|3.63901018922853e-06| -|setup.py|github/eScatter/pyelsepa|3.63901018922853e-06| -|setup.py|github/IMMM-SFA/mosartwmpy|3.63901018922853e-06| -|setup.py|github/davidgardenier/frbcat|3.63901018922853e-06| -|setup.py|github/davidgardenier/frbpoppy|3.63901018922853e-06| -|setup.py|github/e-koch/FilFinder|3.63901018922853e-06| -|setup.py|github/ACCarnall/SpectRes|3.63901018922853e-06| -|setup.py|github/ACCarnall/bagpipes|3.63901018922853e-06| -|setup.py|github/ajeldorado/falco-python|3.63901018922853e-06| -|setup.py|github/DRMacIver/shrinkray|3.63901018922853e-06| -|setup.py|github/ICAMS/strucscan|3.63901018922853e-06| -|setup.py|github/tariqdaouda/CAMAP|3.63901018922853e-06| -|setup.py|github/PlanetHunters/tkmatrix|3.63901018922853e-06| -|setup.py|github/NASA-PDS/naif-pds4-bundler|3.63901018922853e-06| -|setup.py|github/natelust/least_asymmetry|3.63901018922853e-06| -|setup.py|github/exobssim/rapoc-public|3.63901018922853e-06| -|setup.py|github/Extraweich/homopy|3.63901018922853e-06| -|setup.py|github/avigan/pyZELDA|3.63901018922853e-06| -|setup.py|github/avigan/SPHERE|3.63901018922853e-06| -|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.63901018922853e-06| -|setup.py|github/arabic-digital-humanities/adhtools|3.63901018922853e-06| -|setup.py|github/ni1o1/transbigdata|3.63901018922853e-06| -|setup.py|github/VeinsOfTheEarth/rabpro|3.63901018922853e-06| -|setup.py|github/jonathansick/skyoffset|3.63901018922853e-06| -|setup.py|github/jonathansick/MoAstro|3.63901018922853e-06| -|setup.py|github/icb-dcm/pyabc|3.63901018922853e-06| -|setup.py|github/teuben/nemo|3.63901018922853e-06| -|setup.py|github/dunnkers/fseval|3.63901018922853e-06| -|setup.py|github/carpyncho/carpyncho-py|3.63901018922853e-06| -|setup.py|github/COSMIC-PopSynth/COSMIC|3.63901018922853e-06| -|setup.py|github/gpantel/MolPainter|3.63901018922853e-06| -|setup.py|github/NathanSandford/Chem-I-Calc|3.63901018922853e-06| -|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.63901018922853e-06| -|setup.py|github/equib/pyEQUIB|3.63901018922853e-06| -|setup.py|github/copasi/basico|3.63901018922853e-06| -|setup.py|github/cmbant/getdist|3.63901018922853e-06| -|setup.py|github/aspuru-guzik-group/funsies|3.63901018922853e-06| -|setup.py|github/pybamm-team/liionpack|3.63901018922853e-06| -|setup.py|github/pybamm-team/PyBaMM|3.63901018922853e-06| -|setup.py|github/panoptes/POCS|3.63901018922853e-06| -|setup.py|github/cedrus-opensource/pyxid|3.63901018922853e-06| -|setup.py|github/matthiasdemuzere/w2w|3.63901018922853e-06| -|setup.py|github/mtazzari/uvplot|3.63901018922853e-06| -|setup.py|github/RudolfCardinal/camcops|3.63901018922853e-06| -|setup.py|github/benvanwerkhoven/kernel_tuner|3.63901018922853e-06| -|setup.py|github/ziotom78/dacapo_calibration|3.63901018922853e-06| -|setup.py|github/icesat2py/icepyx|3.63901018922853e-06| -|setup.py|github/cheerfuluser/tessreduce|3.63901018922853e-06| -|setup.py|github/thomas0809/MolScribe|3.63901018922853e-06| -|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.63901018922853e-06| -|setup.py|github/bwengals/CCSNMultivar|3.63901018922853e-06| -|setup.py|github/KeplerGO/k2mosaic|3.63901018922853e-06| -|setup.py|github/beastraban/INSANE|3.63901018922853e-06| -|setup.py|github/HillLab/SomaticSiMu|3.63901018922853e-06| -|setup.py|github/cumbof/honto|3.63901018922853e-06| -|setup.py|github/nasa/simupy-flight|3.63901018922853e-06| -|setup.py|github/jbuisine/macop|3.63901018922853e-06| -|setup.py|github/maayane/catsHTM|3.63901018922853e-06| -|setup.py|github/bmorris3/aesop|3.63901018922853e-06| -|setup.py|github/bmorris3/fleck|3.63901018922853e-06| -|setup.py|github/dask/dask|3.63901018922853e-06| -|setup.py|github/wilkelab/Opfi|3.63901018922853e-06| -|setup.py|github/HajimeKawahara/sot|3.63901018922853e-06| -|setup.py|github/HajimeKawahara/exojax|3.63901018922853e-06| -|setup.py|github/DeltaRCM/pyDeltaRCM|3.63901018922853e-06| -|setup.py|github/brandon-rhodes/python-jplephem|3.63901018922853e-06| -|setup.py|github/planck-npipe/hillipop|3.63901018922853e-06| -|setup.py|github/planck-npipe/lollipop|3.63901018922853e-06| -|setup.py|github/aiidateam/kiwipy|3.63901018922853e-06| -|setup.py|github/j-faria/kima|3.63901018922853e-06| -|setup.py|github/neuralhydrology/neuralhydrology|3.63901018922853e-06| -|setup.py|github/omuse-geoscience/omuse|3.63901018922853e-06| -|setup.py|github/RECeSS-EU-Project/stanscofi|3.63901018922853e-06| -|setup.py|github/MonashSmartStructures/ospgrillage|3.63901018922853e-06| -|setup.py|github/dfm/corner.py|3.63901018922853e-06| -|setup.py|github/dfm/celerite|3.63901018922853e-06| -|setup.py|github/PabloMSanAla/fabada|3.63901018922853e-06| -|setup.py|github/OpenMDAO/dymos|3.63901018922853e-06| -|setup.py|github/HERA-Team/hera_opm|3.63901018922853e-06| -|setup.py|github/HERA-Team/aipy|3.63901018922853e-06| -|setup.py|github/vals/umis|3.63901018922853e-06| -|setup.py|github/jollejolles/pirecorder|3.63901018922853e-06| -|setup.py|github/christopherburke/tess-point|3.63901018922853e-06| -|setup.py|github/milnus/Corekaburra|3.63901018922853e-06| -|setup.py|github/sensein/etelemetry-client|3.63901018922853e-06| -|setup.py|github/clawpack/clawpack|3.63901018922853e-06| -|setup.py|github/icecube/FIRESONG|3.63901018922853e-06| -|setup.py|github/cov-lineages/pangolin|3.63901018922853e-06| -|setup.py|github/OttoStruve/muler|3.63901018922853e-06| -|setup.py|github/coljac/sensie|3.63901018922853e-06| -|setup.py|github/marcelm/cutadapt|3.63901018922853e-06| -|setup.py|github/marcelm/tinyalign|3.63901018922853e-06| -|setup.py|github/marcelm/dnaio|3.63901018922853e-06| -|setup.py|github/marcelm/alignlib|3.63901018922853e-06| -|setup.py|github/lh3/minimap2|3.63901018922853e-06| -|setup.py|github/meinardmueller/libfmp|3.63901018922853e-06| -|setup.py|github/meinardmueller/synctoolbox|3.63901018922853e-06| -|setup.py|github/JixingGE/GGCHEMPY|3.63901018922853e-06| -|setup.py|github/Alymantara/pydoppler|3.63901018922853e-06| -|setup.py|github/enthought/mayavi|3.63901018922853e-06| -|setup.py|github/enthought/vpsearch|3.63901018922853e-06| -|setup.py|github/nye17/javelin|3.63901018922853e-06| -|setup.py|github/ghislainv/forestatrisk|3.63901018922853e-06| -|setup.py|github/Theano/Theano|3.63901018922853e-06| -|setup.py|github/pytoolz/toolz|3.63901018922853e-06| -|setup.py|github/afarahi/tatter|3.63901018922853e-06| -|setup.py|github/afarahi/kllr|3.63901018922853e-06| -|setup.py|github/afarahi/PoPE|3.63901018922853e-06| -|setup.py|github/andresmegias/richvalues|3.63901018922853e-06| -|setup.py|github/antoinediez/Sisyphe|3.63901018922853e-06| -|setup.py|github/seqcode/allo|3.63901018922853e-06| -|setup.py|github/dfujim/bfit|3.63901018922853e-06| -|setup.py|github/toros-astro/astroalign-legacy|3.63901018922853e-06| -|setup.py|github/toros-astro/corral|3.63901018922853e-06| -|setup.py|github/markusbonse/applefy|3.63901018922853e-06| -|setup.py|github/DESI-UR/VAST|3.63901018922853e-06| -|setup.py|github/bxia888/CEFCIG|3.63901018922853e-06| -|setup.py|github/vanheeringen-lab/gimmemotifs|3.63901018922853e-06| -|setup.py|github/codemeleon/seqPanther|3.63901018922853e-06| -|setup.py|github/NLeSC/Massive-PotreeConverter|3.63901018922853e-06| -|setup.py|github/NLeSC/boatswain|3.63901018922853e-06| -|setup.py|github/NLeSC/noodles|3.63901018922853e-06| -|setup.py|github/NLeSC/mcfly|3.63901018922853e-06| -|setup.py|github/NLeSC/cptm|3.63901018922853e-06| -|setup.py|github/BoPeng/simuPOP|3.63901018922853e-06| -|setup.py|github/telegraphic/pygsm|3.63901018922853e-06| -|setup.py|github/telegraphic/fits2hdf|3.63901018922853e-06| -|setup.py|github/vincentlab/PyFR|3.63901018922853e-06| -|setup.py|github/girder/viime|3.63901018922853e-06| -|setup.py|github/jveitchmichaelis/pygadgetreader|3.63901018922853e-06| -|setup.py|github/jiwoncpark/baobab|3.63901018922853e-06| -|setup.py|github/FreBio/komics|3.63901018922853e-06| -|setup.py|github/Substra/substra|3.63901018922853e-06| -|setup.py|github/SynthSys/pyOmeroUpload|3.63901018922853e-06| -|setup.py|github/qpv-research-group/solcore5|3.63901018922853e-06| -|setup.py|github/MNGuenther/allesfitter|3.63901018922853e-06| -|setup.py|github/jacobblum/simDRIFT|3.63901018922853e-06| -|setup.py|github/colour-science/colour|3.63901018922853e-06| -|setup.py|github/MDAnalysis/mdanalysis|3.63901018922853e-06| -|setup.py|github/matplotlib/matplotlib|3.63901018922853e-06| -|setup.py|github/PyFstat/PyFstat|3.63901018922853e-06| -|setup.py|github/ekaterinailin/AltaiPony|3.63901018922853e-06| -|setup.py|github/subisarkar/JexoSim|3.63901018922853e-06| -|setup.py|github/egjergo/galcem|3.63901018922853e-06| -|setup.py|github/Caltech-IPAC/Montage|3.63901018922853e-06| -|setup.py|github/dgerosa/spops|3.63901018922853e-06| -|setup.py|github/dgerosa/gwdet|3.63901018922853e-06| -|setup.py|github/dgerosa/surrkick|3.63901018922853e-06| -|setup.py|github/spicy-oil/hfs_fit|3.63901018922853e-06| -|setup.py|github/napakalas/casbert|3.63901018922853e-06| -|setup.py|github/stammler/simframe|3.63901018922853e-06| -|setup.py|github/stammler/dustpy|3.63901018922853e-06| -|setup.py|github/FCS-analysis/multipletau|3.63901018922853e-06| -|setup.py|github/brinckmann/montepython_public|3.63901018922853e-06| -|setup.py|github/peterk87/sistr_cmd|3.63901018922853e-06| -|setup.py|github/ncbi/ngs|3.63901018922853e-06| -|setup.py|github/nanoporetech/tombo|3.63901018922853e-06| -|setup.py|github/nanoporetech/qcat|3.63901018922853e-06| -|setup.py|github/nanoporetech/megalodon|3.63901018922853e-06| -|setup.py|github/nanoporetech/ont_fast5_api|3.63901018922853e-06| -|setup.py|github/opimwue/ddop|3.63901018922853e-06| -|setup.py|github/polca/unfold|3.63901018922853e-06| -|setup.py|github/athulpg007/AMAT|3.63901018922853e-06| -|setup.py|github/fruzsinaagocs/oscode|3.63901018922853e-06| -|setup.py|github/NuGrid/NuPyCEE|3.63901018922853e-06| -|setup.py|github/glue-viz/glue|3.63901018922853e-06| -|setup.py|github/zblz/naima|3.63901018922853e-06| -|setup.py|github/kbarbary/nestle|3.63901018922853e-06| -|setup.py|github/kbarbary/extinction|3.63901018922853e-06| -|setup.py|github/lberaldoesilva/naif|3.63901018922853e-06| -|setup.py|github/undark-lab/sstrax|3.63901018922853e-06| -|setup.py|github/jhparkastro/gpcal|3.63901018922853e-06| -|setup.py|github/kerkelae/disimpy|3.63901018922853e-06| -|setup.py|github/chakrah/sage|3.63901018922853e-06| -|setup.py|github/seawander/centerRadon|3.63901018922853e-06| -|setup.py|github/seawander/DebrisDiskFM|3.63901018922853e-06| -|setup.py|github/XSLiuLab/Seq2Neo|3.63901018922853e-06| -|setup.py|github/MIC-DKFZ/HD-BET|3.63901018922853e-06| -|setup.py|github/MIC-DKFZ/TractSeg|3.63901018922853e-06| -|setup.py|github/joshjchayes/TransitFit|3.63901018922853e-06| -|setup.py|github/lofar-astron/RMextract|3.63901018922853e-06| -|setup.py|github/auctus-team/pycapacity|3.63901018922853e-06| -|setup.py|github/ArgonneCPAC/dsps|3.63901018922853e-06| -|setup.py|github/benmontet/f3|3.63901018922853e-06| -|setup.py|github/DLTK/DLTK|3.63901018922853e-06| -|setup.py|github/tofflemire/saphires|3.63901018922853e-06| -|setup.py|github/mdruett/COCOPLOT|3.63901018922853e-06| -|setup.py|github/smeingast/PNICER|3.63901018922853e-06| -|setup.py|github/xenon-middleware/pyxenon|3.63901018922853e-06| -|setup.py|github/migp11/pyfastcore|3.63901018922853e-06| -|setup.py|github/keflavich/HiGal_SEDfitter|3.63901018922853e-06| -|setup.py|github/WMD-group/SMACT|3.63901018922853e-06| -|setup.py|github/WMD-group/MacroDensity|3.63901018922853e-06| -|setup.py|github/UM-Bridge/umbridge|3.63901018922853e-06| -|setup.py|github/JoschaJ/mockFRBhosts|3.63901018922853e-06| -|setup.py|github/sylvainprigent/napari-tracks-reader|3.63901018922853e-06| -|setup.py|github/loosolab/TOBIAS|3.63901018922853e-06| -|setup.py|github/HadrienG/InSilicoSeq|3.63901018922853e-06| -|setup.py|github/orcasgit/python-fitbit|3.63901018922853e-06| -|setup.py|github/agreenbaum/ImPlaneIA|3.63901018922853e-06| -|setup.py|github/AA-ALERT/frbcatdb|3.63901018922853e-06| -|setup.py|github/bxlab/bx-python|3.63901018922853e-06| -|setup.py|github/exafmm/exafmm-t|3.63901018922853e-06| -|setup.py|github/LiberTEM/LiberTEM|3.63901018922853e-06| -|setup.py|github/hover2pi/SEDkit|3.63901018922853e-06| -|setup.py|github/t-brandt/orvara|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/pyranges|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/ncls|3.63901018922853e-06| -|setup.py|github/biocore-ntnu/epic2|3.63901018922853e-06| -|setup.py|github/libgamera/GAMERA|3.63901018922853e-06| -|setup.py|github/adrn/schwimmbad|3.63901018922853e-06| -|setup.py|github/adrn/pyia|3.63901018922853e-06| -|setup.py|github/adrn/SuperFreq|3.63901018922853e-06| -|setup.py|github/a-slide/pycoQC|3.63901018922853e-06| -|setup.py|github/NoahSailer/FishLSS|3.63901018922853e-06| -|setup.py|github/ggonnella/gfapy|3.63901018922853e-06| -|setup.py|github/DirectDM/directdm-py|3.63901018922853e-06| -|setup.py|github/cbalbin-FIU/Epitopedia|3.63901018922853e-06| -|setup.py|github/seung-lab/FlyWirePaper|3.63901018922853e-06| -|setup.py|github/synchrofit/synchrofit|3.63901018922853e-06| -|setup.py|github/ireis/PRF|3.63901018922853e-06| -|setup.py|github/hera-team/librarian|3.63901018922853e-06| -|setup.py|github/quatrope/ProperImage|3.63901018922853e-06| -|setup.py|github/quatrope/feets|3.63901018922853e-06| -|setup.py|github/fpavogt/fcmaker|3.63901018922853e-06| -|setup.py|github/Astroua/SCIMES|3.63901018922853e-06| -|setup.py|github/Astroua/TurbuStat|3.63901018922853e-06| -|setup.py|github/NKI-AI/direct|3.63901018922853e-06| -|setup.py|github/Starfish-develop/Starfish|3.63901018922853e-06| -|setup.py|github/adbar/htmldate|3.63901018922853e-06| -|setup.py|github/halomod/hmf|3.63901018922853e-06| -|setup.py|github/halomod/halomod|3.63901018922853e-06| -|setup.py|github/ExoCTK/exoctk|3.63901018922853e-06| -|setup.py|github/liamedeiros/ehtplot|3.63901018922853e-06| -|setup.py|github/dwkim78/pdtrend|3.63901018922853e-06| -|setup.py|github/dwkim78/ASTRiDE|3.63901018922853e-06| -|setup.py|github/dwkim78/upsilon|3.63901018922853e-06| -|setup.py|github/YosefLab/scvi-tools|3.63901018922853e-06| -|setup.py|github/abhisrkckl/GWecc|3.63901018922853e-06| -|setup.py|github/rgerum/pylustrator|3.63901018922853e-06| -|setup.py|github/tylunel/pvpumpingsystem|3.63901018922853e-06| -|setup.py|github/dmey/synthia|3.63901018922853e-06| -|setup.py|github/eblur/dust|3.63901018922853e-06| -|setup.py|github/conchoecia/pauvre|3.63901018922853e-06| -|setup.py|github/benallard/galileo|3.63901018922853e-06| -|setup.py|github/andycasey/sick|3.63901018922853e-06| -|setup.py|github/zclaytor/kiauhoku|3.63901018922853e-06| -|setup.py|github/zclaytor/butterpy|3.63901018922853e-06| -|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.63901018922853e-06| -|setup.py|github/singularityhub/singularity-hpc|3.63901018922853e-06| -|setup.py|github/singularityhub/singularity-compose|3.63901018922853e-06| -|setup.py|github/gwastro/pycbc|3.63901018922853e-06| -|setup.py|github/tdaylan/pcat|3.63901018922853e-06| -|setup.py|github/astropy/astroscrappy|3.63901018922853e-06| -|setup.py|github/astropy/astroplan|3.63901018922853e-06| -|setup.py|github/astropy/ccdproc|3.63901018922853e-06| -|setup.py|github/astropy/astroquery|3.63901018922853e-06| -|setup.py|github/astropy/SPISEA|3.63901018922853e-06| -|setup.py|github/astropy/specutils|3.63901018922853e-06| -|setup.py|github/astropy/halotools|3.63901018922853e-06| -|setup.py|github/PfizerRD/sit2standpy|3.63901018922853e-06| -|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.63901018922853e-06| -|setup.py|github/Jammy2211/PyAutoLens|3.63901018922853e-06| -|setup.py|github/Jammy2211/PyAutoGalaxy|3.63901018922853e-06| -|setup.py|github/ketch/nodepy|3.63901018922853e-06| -|setup.py|github/abmantz/lmc|3.63901018922853e-06| -|setup.py|github/smoh/kinesis|3.63901018922853e-06| -|setup.py|github/joe-antognini/kozai|3.63901018922853e-06| -|setup.py|github/anuradhawick/LRBinner|3.63901018922853e-06| -|setup.py|github/htjb/maxsmooth|3.63901018922853e-06| -|setup.py|github/elkebir-group/Jumper|3.63901018922853e-06| -|setup.py|github/tcassanelli/pywpf|3.63901018922853e-06| -|setup.py|github/sparks-baird/xtal2png|3.63901018922853e-06| -|setup.py|github/prajwel/curvit|3.63901018922853e-06| -|setup.py|github/daniel-muthukrishna/astrodash|3.63901018922853e-06| -|setup.py|github/galkintool/galkin|3.63901018922853e-06| -|setup.py|github/fcs-analysis/PyCorrFit|3.63901018922853e-06| -|setup.py|github/fcs-analysis/PyScanFCS|3.63901018922853e-06| -|setup.py|github/RaRe-Technologies/gensim|3.63901018922853e-06| -|setup.py|github/thomasorb/orcs|3.63901018922853e-06| -|setup.py|github/hyperopt/hyperopt|3.63901018922853e-06| -|setup.py|github/maxibor/sam2lca|3.63901018922853e-06| -|setup.py|github/biobakery/MetaPhlAn|3.63901018922853e-06| -|setup.py|github/wen-jams/bsavi|3.63901018922853e-06| -|setup.py|github/gem-pasteur/macsyfinder|3.63901018922853e-06| -|setup.py|github/Filter-Bubble/e2e-Dutch|3.63901018922853e-06| -|setup.py|github/sebhaan/geobo|3.63901018922853e-06| -|setup.py|github/ledatelescope/bifrost|3.63901018922853e-06| -|setup.py|github/saltastro/pyhrs|3.63901018922853e-06| -|setup.py|github/mishioo/tesliper|3.63901018922853e-06| -|setup.py|github/catherinezucker/radfil|3.63901018922853e-06| -|setup.py|github/morriscb/The-wiZZ|3.63901018922853e-06| -|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.63901018922853e-06| -|setup.py|github/CosmoStat/shapepipe|3.63901018922853e-06| -|setup.py|github/cmateu/galstreams|3.63901018922853e-06| -|setup.py|github/cmateu/PyMGC3|3.63901018922853e-06| -|setup.py|github/starkit/wsynphot|3.63901018922853e-06| -|setup.py|github/LucaMalavolta/PyORBIT|3.63901018922853e-06| -|setup.py|github/thieu1995/permetrics|3.63901018922853e-06| -|setup.py|github/soichiro-hattori/unpopular|3.63901018922853e-06| -|setup.py|github/4pisky/fourpisky-core|3.63901018922853e-06| -|setup.py|github/fforster/delight|3.63901018922853e-06| -|setup.py|github/engyasin/Offline_MOT|3.63901018922853e-06| -|setup.py|github/MIT-STARLab/deconfuser|3.63901018922853e-06| -|setup.py|github/veragluscevic/dmdd|3.63901018922853e-06| -|setup.py|github/eggplantbren/DNest4|3.63901018922853e-06| -|setup.py|github/TPI-Immunogenetics/igmat|3.63901018922853e-06| -|setup.py|github/panoptes-organization/panoptes|3.63901018922853e-06| -|setup.py|github/astroML/gatspy|3.63901018922853e-06| -|setup.py|github/dgbowl/yadg|3.63901018922853e-06| -|setup.py|github/3D-e-Chem/kripodb|3.63901018922853e-06| -|setup.py|github/3D-e-Chem/sygma|3.63901018922853e-06| -|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.63901018922853e-06| -|setup.py|github/lilyminium/psiresp|3.63901018922853e-06| -|setup.py|github/danielkoll/PyRADS|3.63901018922853e-06| -|setup.py|github/deeptools/py2bit|3.63901018922853e-06| -|setup.py|github/deeptools/deeptools_intervals|3.63901018922853e-06| -|setup.py|github/odb9402/CNNPeaks|3.63901018922853e-06| -|setup.py|github/MASILab/pyPheWAS|3.63901018922853e-06| -|setup.py|github/cmillion/gPhoton|3.63901018922853e-06| -|setup.py|github/nanograv/PINT|3.63901018922853e-06| -|setup.py|github/COVID-IWG/epimargin|3.63901018922853e-06| -|setup.py|github/shbhuk/mrexo|3.63901018922853e-06| -|setup.py|github/shbhuk/barycorrpy|3.63901018922853e-06| -|setup.py|github/scipion-em/scipion-em-continuousflex|3.63901018922853e-06| -|setup.py|github/SandoghdarLab/PiSCAT|3.63901018922853e-06| -|setup.py|github/Johannes-Sahlmann/pygacs|3.63901018922853e-06| -|setup.py|github/DrafProject/elmada|3.63901018922853e-06| -|setup.py|github/Adamtaranto/Yanagiba|3.63901018922853e-06| -|setup.py|github/ngltr/sinaps|3.63901018922853e-06| -|setup.py|github/VMBoehm/MADLens|3.63901018922853e-06| -|setup.py|github/galizia-lab/pyview|3.63901018922853e-06| -|setup.py|github/mriener/gausspyplus|3.63901018922853e-06| -|setup.py|github/CosmoStatGW/gwfast|3.63901018922853e-06| -|setup.py|github/CosmoStatGW/WF4Py|3.63901018922853e-06| -|setup.py|github/franpoz/SHERLOCK|3.63901018922853e-06| -|setup.py|github/MrMinimal64/multivar_horner|3.63901018922853e-06| -|setup.py|github/4dn-dcic/pairix|3.63901018922853e-06| -|setup.py|github/Electrostatics/apbs|3.63901018922853e-06| -|setup.py|github/multiscale/muscle3|3.63901018922853e-06| -|setup.py|github/rodluger/starry_process|3.63901018922853e-06| -|setup.py|github/rodluger/planetplanet|3.63901018922853e-06| -|setup.py|github/brainets/frites|3.63901018922853e-06| -|setup.py|github/AstroChem/VISIBLE|3.63901018922853e-06| -|setup.py|github/pysersic/pysersic|3.63901018922853e-06| -|setup.py|github/agshumate/LiftoffTools|3.63901018922853e-06| -|setup.py|github/rohinkumar/correlcalc|3.63901018922853e-06| -|setup.py|github/pkgw/pwkit|3.63901018922853e-06| -|setup.py|github/jpierel14/sntd|3.63901018922853e-06| -|setup.py|github/aprsa/dips|3.63901018922853e-06| -|setup.py|github/citiususc/BigSeqKit|3.63901018922853e-06| -|setup.py|github/mbaes/SpheCow|3.63901018922853e-06| -|setup.py|github/H-E-L-P/XID_plus|3.63901018922853e-06| -|setup.py|github/cdslaborg/paramonte|3.63901018922853e-06| -|setup.py|github/Singh-Lab/DeMaSk|3.63901018922853e-06| -|setup.py|github/mtakahiro/gsf|3.63901018922853e-06| -|setup.py|github/opencobra/cobrapy|3.63901018922853e-06| -|setup.py|github/brian-team/brian2|3.63901018922853e-06| -|setup.py|github/bwinkel/cygrid|3.63901018922853e-06| -|setup.py|github/fabiopardo/tonic|3.63901018922853e-06| -|setup.py|github/BackmanLab/PWSpy|3.63901018922853e-06| -|setup.py|github/iraf-community/pyraf|3.63901018922853e-06| -|setup.py|github/ACEnglish/truvari|3.63901018922853e-06| -|setup.py|github/spyder-ide/spyder|3.63901018922853e-06| -|setup.py|github/computational-chemical-biology/ChemWalker|3.63901018922853e-06| -|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.63901018922853e-06| -|setup.py|github/ChrisBeaumont/brut|3.63901018922853e-06| -|setup.py|github/shirtsgroup/physical_validation|3.63901018922853e-06| -|setup.py|github/sonwell/biotools|3.63901018922853e-06| -|setup.py|github/rbturnbull/ausdex|3.63901018922853e-06| -|setup.py|github/smirarab/sepp|3.63901018922853e-06| -|setup.py|github/dokkum/maskfill|3.63901018922853e-06| -|setup.py|github/astrosmili/smili|3.63901018922853e-06| -|setup.py|github/HinLeung622/pipes_vis|3.63901018922853e-06| -|setup.py|github/kgullikson88/Telluric-Fitter|3.63901018922853e-06| -|setup.py|github/jiahecui/SenAOReFoc|3.63901018922853e-06| -|setup.py|github/minzastro/unidam|3.63901018922853e-06| -|setup.py|github/sncosmo/sncosmo|3.63901018922853e-06| -|setup.py|github/rmaphoh/AutoMorph|3.63901018922853e-06| -|setup.py|github/cbg-ethz/shorah|3.63901018922853e-06| -|setup.py|github/samuelefiorini/tangle|3.63901018922853e-06| -|setup.py|github/GabrieleParimbelli/COLIBRI|3.63901018922853e-06| -|setup.py|github/jdidion/atropos|3.63901018922853e-06| -|setup.py|github/mchalela/GriSPy|3.63901018922853e-06| -|setup.py|github/rajeshrinet/pystokes|3.63901018922853e-06| -|setup.py|github/MillionConcepts/lhorizon|3.63901018922853e-06| -|setup.py|github/ideasrule/platon|3.63901018922853e-06| -|setup.py|github/iomega/spec2vec|3.63901018922853e-06| -|setup.py|github/aineniamh/snipit|3.63901018922853e-06| -|setup.py|github/HCGB-IGTP/spaTyper|3.63901018922853e-06| -|setup.py|github/circuitgraph/circuitgraph|3.63901018922853e-06| -|setup.py|github/TheJacksonLaboratory/drug-synergy|3.63901018922853e-06| -|setup.py|github/hoechenberger/questplus|3.63901018922853e-06| -|setup.py|github/phac-nml/staramr|3.63901018922853e-06| -|setup.py|github/phac-nml/mob-suite|3.63901018922853e-06| -|setup.py|github/phac-nml/biohansel|3.63901018922853e-06| -|setup.py|github/UNSW-CEEM/nempy|3.63901018922853e-06| -|setup.py|github/caseyjlaw/rtpipe|3.63901018922853e-06| -|setup.py|github/jiffyclub/palettable|3.63901018922853e-06| -|setup.py|github.com/idptools/metapredict|3.63901018922853e-06| -|setup.py|github/miniufo/xinvert|3.63901018922853e-06| -|setup.py|github/MNiwano/Eclaire|3.63901018922853e-06| -|setup.py|github/nextgenusfs/amptk|3.63901018922853e-06| -|setup.py|github/DeepRank/deeprank|3.63901018922853e-06| -|setup.py|github/DeepRank/iScore|3.63901018922853e-06| -|setup.py|github/DeepRank/pssmgen|3.63901018922853e-06| -|setup.py|github/DeepRank/DeepRank-GNN|3.63901018922853e-06| -|setup.py|github/DeepRank/pdb2sql|3.63901018922853e-06| -|setup.py|github/jfowkes/pycutest|3.63901018922853e-06| -|setup.py|github/eldariont/svim|3.63901018922853e-06| -|setup.py|github/mkelley/calviacat|3.63901018922853e-06| -|setup.py|github/tikk3r/lofar-h5plot|3.63901018922853e-06| -|setup.py|github/CEED/libCEED|3.63901018922853e-06| -|setup.py|github/NKI-CCB/PRECISE|3.63901018922853e-06| -|setup.py|github/samaygarg/fuelcell|3.63901018922853e-06| -|setup.py|github/NeuralEnsemble/PyNN|3.63901018922853e-06| -|setup.py|github/twesterhout/lattice-symmetries|3.63901018922853e-06| -|setup.py|github/parmoo/parmoo|3.63901018922853e-06| -|setup.py|github/chanzuckerberg/idseq-dag|3.63901018922853e-06| -|setup.py|github/CyclotronResearchCentre/bidsme|3.63901018922853e-06| -|setup.py|github/insilicomedicine/GENTRL|3.63901018922853e-06| -|setup.py|github/webbjj/m2mcluster|3.63901018922853e-06| -|setup.py|github/webbjj/clustertools|3.63901018922853e-06| -|setup.py|github/Heldenkombinat/Logodetect|3.63901018922853e-06| -|setup.py|github/transientskp/pyse|3.63901018922853e-06| -|setup.py|github/transientskp/tkp|3.63901018922853e-06| -|setup.py|github/dnarayanan/powderday|3.63901018922853e-06| -|setup.py|github/agurvich/FIRE_studio|3.63901018922853e-06| -|setup.py|github/pjcigan/multicolorfits|3.63901018922853e-06| -|setup.py|github/seclark/RHT|3.63901018922853e-06| -|setup.py|github/astroml/gatspy|3.63901018922853e-06| -|setup.py|github/NLESC-JCER/QMCTorch|3.63901018922853e-06| -|setup.py|github/oschwengers/platon|3.63901018922853e-06| -|setup.py|github/oschwengers/referenceseeker|3.63901018922853e-06| -|setup.py|github/oschwengers/bakta|3.63901018922853e-06| -|setup.py|github/yqiuu/starduster|3.63901018922853e-06| -|setup.py|github/JoeMcEwen/FAST-PT|3.63901018922853e-06| -|setup.py|github/mgalardini/pyseer|3.63901018922853e-06| -|setup.py|github/OpenWaterAnalytics/EPyT|3.63901018922853e-06| -|setup.py|github/GalacticDynamics-Oxford/Agama|3.63901018922853e-06| -|setup.py|github/realfastvla/rfpipe|3.63901018922853e-06| -|setup.py|github/realfastvla/realfast|3.63901018922853e-06| -|setup.py|github/fitbenchmarking/fitbenchmarking|3.63901018922853e-06| -|setup.py|github/ChenfuShi/HiChIP_peaks|3.63901018922853e-06| -|setup.py|github/sinc-lab/miRe2e|3.63901018922853e-06| -|setup.py|github/rfeldmann/leopy|3.63901018922853e-06| -|setup.py|github/wokast/PyCactus|3.63901018922853e-06| -|setup.py|github/JulianKarlBauer/mechkit|3.63901018922853e-06| -|setup.py|github/bcgsc/tigmint|3.63901018922853e-06| -|setup.py|github/martinjzhang/scDRS|3.63901018922853e-06| -|setup.py|github/ml-evs/matador|3.63901018922853e-06| -|setup.py|github/dmentipl/plonk|3.63901018922853e-06| -|setup.py|github/clauswilke/PeptideBuilder|3.63901018922853e-06| -|setup.py|github/davidebolo1993/VISOR|3.63901018922853e-06| -|setup.py|github/davidebolo1993/TRiCoLOR|3.63901018922853e-06| -|setup.py|github/ERA-URBAN/fm128_radar|3.63901018922853e-06| -|setup.py|github/fkeruzore/panco2|3.63901018922853e-06| -|setup.py|github/ismaelpessa/PyMUSE|3.63901018922853e-06| -|setup.py|github/numba/numba|3.63901018922853e-06| -|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.63901018922853e-06| -|setup.py|github/tjiangHIT/cuteSV|3.63901018922853e-06| -|setup.py|github/nicolet5/DiffCapAnalyzer|3.63901018922853e-06| -|setup.py|github/gdrouart/MrMoose|3.63901018922853e-06| -|setup.py|github/tum-pbs/PhiML|3.63901018922853e-06| -|setup.py|github/chandra-marx/marxs|3.63901018922853e-06| -|setup.py|github/blackjax-devs/blackjax|3.63901018922853e-06| -|setup.py|github/nlesc-ave/ave-rest-service|3.63901018922853e-06| -|setup.py|github/bio-phys/BioEn|3.63901018922853e-06| -|setup.py|github/juliotux/astropop|3.63901018922853e-06| -|setup.py|github/mikekatz04/BOWIE|3.63901018922853e-06| -|setup.py|github/compomics/DeepLC|3.63901018922853e-06| -|setup.py|github/ComparativeGenomicsToolkit/cactus|3.63901018922853e-06| -|setup.py|github/LCOGT/banzai|3.63901018922853e-06| -|setup.py|github/malonge/RagTag|3.63901018922853e-06| -|setup.py|github/FlowModelingControl/flowtorch|3.63901018922853e-06| -|setup.py|github/raspishake/rsudp|3.63901018922853e-06| -|setup.py|github/natashabatalha/PandExo|3.63901018922853e-06| -|setup.py|github/natashabatalha/picaso|3.63901018922853e-06| -|setup.py|github/Bahler-Lab/pyphe|3.63901018922853e-06| -|setup.py|github/genouest/biomaj-cli|3.63901018922853e-06| -|setup.py|github/OBrink/RanDepict|3.63901018922853e-06| -|setup.py|github/easybuilders/easybuild|3.63901018922853e-06| -|setup.py|github/matteobreschi/bajes|3.63901018922853e-06| -|setup.py|github/NiallJeffrey/DeepMass|3.63901018922853e-06| -|setup.py|github/aalhossary/pyemgpipeline|3.63901018922853e-06| -|setup.py|github/lantunes/cellpylib|3.63901018922853e-06| -|setup.py|github/rjtanner/StarburstPy|3.63901018922853e-06| -|setup.py|github/fAndreuzzi/BisPy|3.63901018922853e-06| -|setup.py|github/jnktsj/DNApi|3.63901018922853e-06| -|setup.py|github/cadop/seg1d|3.63901018922853e-06| -|setup.py|github/Cascella-Group-UiO/HyMD|3.63901018922853e-06| -|setup.py|github/Ayuei/DeBEIR|3.63901018922853e-06| -|setup.py|github/EnsembleGovServices/kamodo-core|3.63901018922853e-06| -|setup.py|github/cy-xu/cosmic-conn|3.63901018922853e-06| -|setup.py|github/lehtiolab/msstitch|3.63901018922853e-06| -|setup.py|github/cabb99/open3spn2|3.63901018922853e-06| -|setup.py|github/ArtificialStellarPopulations/ArtPop|3.63901018922853e-06| -|setup.py|github/sdss/marvin|3.63901018922853e-06| -|setup.py|github/philres/catfishq|3.63901018922853e-06| -|setup.py|github/bethgelab/foolbox|3.63901018922853e-06| -|setup.py|github/Martindelosrios/cosmic-kite|3.63901018922853e-06| -|setup.py|github/abrupt-climate/hyper-canny|3.63901018922853e-06| -|setup.py|github/noraeisner/LATTE|3.63901018922853e-06| -|setup.py|github/bio-ontology-research-group/deepgoplus|3.63901018922853e-06| -|setup.py|github/CQCL/qujax|3.63901018922853e-06| -|setup.py|github/cdominik/optool|3.63901018922853e-06| -|setup.py|github/mlower/rmnest|3.63901018922853e-06| -|setup.py|github/bootphon/phonemizer|3.63901018922853e-06| -|setup.py|github/mgm8/pyngham|3.63901018922853e-06| -|setup.py|github/sanjibs/bmcmc|3.63901018922853e-06| -|setup.py|github/schlafly/crowdsource|3.63901018922853e-06| -|setup.py|github/KBNLresearch/ochre|3.63901018922853e-06| -|setup.py|github/tvwenger/wisp|3.63901018922853e-06| -|setup.py|github/tvwenger/kd|3.63901018922853e-06| -|setup.py|github/tvwenger/hii-region-kinematics|3.63901018922853e-06| -|setup.py|github/julianreul/mode_behave|3.63901018922853e-06| -|setup.py|github/johnlees/pp-sketchlib|3.63901018922853e-06| -|setup.py|github/LucIJspeert/eclipsr|3.63901018922853e-06| -|setup.py|github/LucIJspeert/star_shadow|3.63901018922853e-06| -|setup.py|github/tkerscher/blast|3.63901018922853e-06| -|setup.py|github/marius311/pypico|3.63901018922853e-06| -|setup.py|github/clwainwright/CosmoTransitions|3.63901018922853e-06| -|setup.py|github/maxpumperla/hyperas|3.63901018922853e-06| -|setup.py|github/lmfit/lmfit-py|3.63901018922853e-06| -|setup.py|github/broadinstitute/CellBender|3.63901018922853e-06| -|setup.py|github/broadinstitute/wot|3.63901018922853e-06| -|setup.py|github/josegit88/SCORPIO|3.63901018922853e-06| -|setup.py|github/Nico-Curti/rFBP|3.63901018922853e-06| -|setup.py|github/cgobat/asymmetric_uncertainty|3.63901018922853e-06| -|setup.py|github/jet-net/JetNet|3.63901018922853e-06| -|setup.py|github/Nicholaswogan/PhotochemPy|3.63901018922853e-06| -|setup.py|github/MartianColonist/POSEIDON|3.63901018922853e-06| -|setup.py|github/mroosmalen/nanosv|3.63901018922853e-06| -|setup.py|github/DrMarc/slab|3.63901018922853e-06| -|setup.py|github/kennethcarrell/ATARRI|3.63901018922853e-06| -|setup.py|github/simonsobs/pixell|3.63901018922853e-06| -|setup.py|github/simonsobs/nemo|3.63901018922853e-06| -|setup.py|github/wtsi-hpag/HiLine|3.63901018922853e-06| -|setup.py|github/stevengiacalone/triceratops|3.63901018922853e-06| -|setup.py|github/rgmyr/corebreakout|3.63901018922853e-06| -|setup.py|github/mlujnie/simple|3.63901018922853e-06| -|setup.py|github/eelregit/mcfit|3.63901018922853e-06| -|setup.py|github/DLR-RM/BlenderProc|3.63901018922853e-06| -|setup.py|github/sbebo/joypy|3.63901018922853e-06| -|setup.py|github/Libensemble/libensemble|3.63901018922853e-06| -|setup.py|github/EISy-as-Py/hardy|3.63901018922853e-06| -|setup.py|github/TimothyADavis/KinMSpy|3.63901018922853e-06| -|setup.py|github/fred3m/toyz|3.63901018922853e-06| -|setup.py|github/cog-imperial/GPdoemd|3.63901018922853e-06| -|setup.py|github/cog-imperial/suspect|3.63901018922853e-06| -|setup.py|github/cog-imperial/entmoot|3.63901018922853e-06| -|setup.py|github/cog-imperial/galini|3.63901018922853e-06| -|setup.py|github/LBNL-ETA/MSWH|3.63901018922853e-06| -|setup.py|github/ECSHackWeek/impedance.py|3.63901018922853e-06| -|setup.py|github/atmos-cloud-sim-uj/PySDM|3.63901018922853e-06| -|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.63901018922853e-06| -|setup.py|github/biocore/scikit-bio|3.63901018922853e-06| -|setup.py|github/biocore/emperor|3.63901018922853e-06| -|setup.py|github/biocore/deblur|3.63901018922853e-06| -|setup.py|github/dpryan79/pyBigWig|3.63901018922853e-06| -|setup.py|github/dokester/BayesicFitting|3.63901018922853e-06| -|setup.py|github/CFSAN-Biostatistics/SeroTools|3.63901018922853e-06| -|setup.py|github/RTIInternational/gobbli|3.63901018922853e-06| -|setup.py|github/linnarsson-lab/loompy|3.63901018922853e-06| -|setup.py|github/pec27/hfof|3.63901018922853e-06| -|setup.py|github/pec27/smerfs|3.63901018922853e-06| -|setup.py|github/fraserw/TRIPPy|3.63901018922853e-06| -|setup.py|github/Materials-Consortia/optimade-python-tools|3.63901018922853e-06| -|setup.py|github/linuxscout/pyarabic|3.63901018922853e-06| -|setup.py|github/kboone/parsnip|3.63901018922853e-06| -|setup.py|github/v-morello/clfd|3.63901018922853e-06| -|setup.py|github/apertif/apercal|3.63901018922853e-06| -|setup.py|github/richteague/disksurf|3.63901018922853e-06| -|setup.py|github/richteague/eddy|3.63901018922853e-06| -|setup.py|github/richteague/gofish|3.63901018922853e-06| -|setup.py|github/richteague/bettermoments|3.63901018922853e-06| -|setup.py|github/cupy/cupy|3.63901018922853e-06| -|setup.py|github/ELELAB/cancermuts|3.63901018922853e-06| -|setup.py|github/ELELAB/RosettaDDGPrediction|3.63901018922853e-06| -|setup.py|github/ELELAB/LipidDyn|3.63901018922853e-06| -|setup.py|github/gogrean/PyXel|3.63901018922853e-06| -|setup.py|github/KathrynJones1/catwoman|3.63901018922853e-06| -|setup.py|github/vaexio/vaex|3.63901018922853e-06| -|setup.py|github/fjprichard/PyAFBF|3.63901018922853e-06| -|setup.py|github/ReSurfEMG/ReSurfEMG|3.63901018922853e-06| -|setup.py|github/AstarVienna/ScopeSim_Templates|3.63901018922853e-06| -|setup.py|github/AstarVienna/AnisoCADO|3.63901018922853e-06| -|setup.py|github/AstarVienna/skycalc_ipy|3.63901018922853e-06| -|setup.py|github/AstarVienna/Pyckles|3.63901018922853e-06| -|setup.py|github/vijayvarma392/binaryBHexp|3.63901018922853e-06| -|setup.py|github/shadden/celmech|3.63901018922853e-06| -|setup.py|github/ofionnad/radiowinds|3.63901018922853e-06| -|setup.py|github/caracal-pipeline/caracal|3.63901018922853e-06| -|setup.py|github/wfondrie/mokapot|3.63901018922853e-06| -|setup.py|github/Sarc-Graph/sarcgraph|3.63901018922853e-06| -|setup.py|github/GoekeLab/xpore|3.63901018922853e-06| -|setup.py|github/zarr-developers/zarr-python|3.63901018922853e-06| -|setup.py|github/MD-Studio/cerulean|3.63901018922853e-06| -|setup.py|github/vinisalazar/metaphor|3.63901018922853e-06| -|setup.py|github/SCECcode/pycsep|3.63901018922853e-06| -|setup.py|github/xpsi-group/xpsi|3.63901018922853e-06| -|setup.py|github/mgckind/easyaccess|3.63901018922853e-06| -|setup.py|github/swiftsim/swiftsimio|3.63901018922853e-06| -|setup.py|github/privong/pymccorrelation|3.63901018922853e-06| -|setup.py|github/jobovy/galpy|3.63901018922853e-06| -|setup.py|github/jobovy/apogee|3.63901018922853e-06| -|setup.py|github/jobovy/segueSelect|3.63901018922853e-06| -|setup.py|github/jobovy/gaia_tools|3.63901018922853e-06| -|setup.py|github/dbosul/CWITools|3.63901018922853e-06| -|setup.py|github/kevin218/Eureka|3.63901018922853e-06| -|setup.py|github/eWaterCycle/grpc4bmi|3.63901018922853e-06| -|setup.py|github/eWaterCycle/jupyterlab_thredds|3.63901018922853e-06| -|setup.py|github/mmp2/megaman|3.63901018922853e-06| -|setup.py|github/finagle29/DBSP_DRP|3.63901018922853e-06| -|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.63901018922853e-06| -|setup.py|github/bulik/ldsc|3.63901018922853e-06| -|setup.py|github/gilestrolab/ethoscope|3.63901018922853e-06| -|setup.py|github/davemlz/eemont|3.63901018922853e-06| -|setup.py|github/amusecode/amuse|3.63901018922853e-06| -|setup.py|github/elwinter/nnde|3.63901018922853e-06| -|setup.py|github/pavolgaj/OCFit|3.63901018922853e-06| -|setup.py|github/SISPO-developers/sispo|3.63901018922853e-06| -|setup.py|github/sherpa-deproject/deproject|3.63901018922853e-06| -|setup.py|github/EpistasisLab/tpot|3.63901018922853e-06| -|setup.py|github/EpistasisLab/regens|3.63901018922853e-06| -|setup.py|github/aabdurrouf/piXedfit|3.63901018922853e-06| -|setup.py|github/saphir746/BiobankRead-Bash|3.63901018922853e-06| -|setup.py|github/BradhamLab/icat|3.63901018922853e-06| -|setup.py|github/chasmani/piecewise-regression|3.63901018922853e-06| -|setup.py|github/virgesmith/neworder|3.63901018922853e-06| -|setup.py|github/pmelchior/skymapper|3.63901018922853e-06| -|setup.py|github/pmelchior/pyGMMis|3.63901018922853e-06| -|setup.py|github/pmelchior/scarlet|3.63901018922853e-06| -|setup.py|github/rabix/cwl-format|3.63901018922853e-06| -|setup.py|github/linqs/psl|3.63901018922853e-06| -|setup.py|github/connectomicslab/connectomemapper3|3.63901018922853e-06| -|setup.py|github/gmzsebastian/FLEET|3.63901018922853e-06| -|setup.py|github/illumina/pyflow|3.63901018922853e-06| -|setup.py|github/IKNL/vantage6|3.63901018922853e-06| -|setup.py|github/snad-space/zwad|3.63901018922853e-06| -|setup.py|github/21cmFAST/21cmFAST|3.63901018922853e-06| -|setup.py|github/tensorly/viz|3.63901018922853e-06| -|setup.py|github/revoltek/losoto|3.63901018922853e-06| -|setup.py|github/szwiep/py_SBeLT|3.63901018922853e-06| -|setup.py|github/cire-thk/BifacialSimu|3.63901018922853e-06| -|setup.py|github/symmy596/SurfinPy|3.63901018922853e-06| -|setup.py|github/symmy596/Polypy|3.63901018922853e-06| -|setup.py|github/wasserman-group/pyCADMium|3.63901018922853e-06| -|setup.py|github/spglib/spgrep|3.63901018922853e-06| -|setup.py|github/GenomicParisCentre/toulligQC|3.63901018922853e-06| -|setup.py|github/PaulHancock/Aegean|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/spectral-cube|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/pvextractor|3.63901018922853e-06| -|setup.py|github/radio-astro-tools/uvcombine|3.63901018922853e-06| -|setup.py|github/sxs-collaboration/gwsurrogate|3.63901018922853e-06| -|setup.py|github/gausspy/gausspy|3.63901018922853e-06| -|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.63901018922853e-06| -|setup.py|github/ejhigson/perfectns|3.63901018922853e-06| -|setup.py|github/ejhigson/nestcheck|3.63901018922853e-06| -|setup.py|github/ejhigson/dyPolyChord|3.63901018922853e-06| -|setup.py|github/B-UMMI/chewBBACA|3.63901018922853e-06| -|setup.py|github/GijsMulders/epos|3.63901018922853e-06| -|setup.py|github/mjacob1002/Eir|3.63901018922853e-06| -|setup.py|github/glotzerlab/coxeter|3.63901018922853e-06| -|setup.py|github/glotzerlab/freud|3.63901018922853e-06| -|setup.py|github/brentp/geneimpacts|3.63901018922853e-06| -|setup.py|github/brentp/cigar|3.63901018922853e-06| -|setup.py|github/jakevdp/wpca|3.63901018922853e-06| -|setup.py|github/gwpy/gwpy|3.63901018922853e-06| -|setup.py|github/BartoszBartmanski/StoSpa2|3.63901018922853e-06| -|setup.py|github/vferat/pycrostates|3.63901018922853e-06| -|setup.py|github/davidemms/OrthoFinder|3.63901018922853e-06| -|setup.py|github/AprilYuge/ResPAN|3.63901018922853e-06| -|setup.py|github/devanshkv/fetch|3.63901018922853e-06| -|setup.py|github/nlesc-nano/swan|3.63901018922853e-06| -|setup.py|github/nlesc-nano/Moka|3.63901018922853e-06| -|setup.py|github/nlesc-nano/ceiba|3.63901018922853e-06| -|setup.py|github/nlesc-nano/CAT|3.63901018922853e-06| -|setup.py|github/nlesc-nano/ceiba-cli|3.63901018922853e-06| -|setup.py|github/nlesc-nano/flamingo|3.63901018922853e-06| -|setup.py|github/nlesc-nano/insilico-server|3.63901018922853e-06| -|setup.py|github/Autostronomy/AstroPhot|3.63901018922853e-06| -|setup.py|github/MannLabs/alphapept|3.63901018922853e-06| -|setup.py|github/INCF/one_click|3.63901018922853e-06| -|setup.py|github/tmcclintock/cluster_toolkit|3.63901018922853e-06| -|setup.py|github/KIT-MBS/pyREX|3.63901018922853e-06| -|setup.py|github/nithyanandan/PRISim|3.63901018922853e-06| -|setup.py|github/warrickball/tomso|3.63901018922853e-06| -|setup.py|github/BPSB/combine-p-values-discrete|3.63901018922853e-06| -|setup.py|github/pmvreeswijk/BlackBOX|3.63901018922853e-06| -|setup.py|github/pmvreeswijk/ZOGY|3.63901018922853e-06| -|setup.py|github/BaroudLab/Griottes|3.63901018922853e-06| -|setup.py|github/RichardObi/medigan|3.63901018922853e-06| -|setup.py|github/jonescompneurolab/hnn-core|3.63901018922853e-06| -|setup.py|github/1313e/PRISM|3.63901018922853e-06| -|setup.py|github/psheehan/pdspy|3.63901018922853e-06| -|setup.py|github/javicarron/pynkowski|3.63901018922853e-06| -|setup.py|github/javicarron/mtneedlet|3.63901018922853e-06| -|setup.py|github/iric-soft/km|3.63901018922853e-06| -|setup.py|github/thomaspinder/GPJax|3.63901018922853e-06| -|setup.py|github/SCM-NV/qmflows-namd|3.63901018922853e-06| -|setup.py|github/SCM-NV/pyZacros|3.63901018922853e-06| -|setup.py|github/SCM-NV/qmflows|3.63901018922853e-06| -|setup.py|github/actris-cloudnet/cloudnetpy|3.63901018922853e-06| -|setup.py|github/jeaadams/ExoPix|3.63901018922853e-06| -|setup.py|github/tomlouden/spiderman|3.63901018922853e-06| -|setup.py|github/RamanLab/iCOMIC|3.63901018922853e-06| -|setup.py|github/dolfin-adjoint/pyadjoint|3.63901018922853e-06| -|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/iva|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/pymummer|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/gubbins|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/Fastaq|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/circlator|3.63901018922853e-06| -|setup.py|github/sanger-pathogens/ariba|3.63901018922853e-06| -|setup.py|github/nboley/idr|3.63901018922853e-06| -|setup.py|github/benhid/Sequoya|3.63901018922853e-06| -|setup.py|github/musevlt/muse-psfr|3.63901018922853e-06| -|setup.py|github/musevlt/origin|3.63901018922853e-06| -|setup.py|github/Yu-Group/veridical-flow|3.63901018922853e-06| -|setup.py|github/gbernstein/pixmappy|3.63901018922853e-06| -|setup.py|github/TeraTrees/TIPP|3.63901018922853e-06| -|setup.py|github/poldracklab/mriqc|3.63901018922853e-06| -|setup.py|github/pierrehoudayer/RUBIS|3.63901018922853e-06| -|setup.py|github/HIPS/autograd|3.63901018922853e-06| -|setup.py|github/getzlab/rnaseqc|3.63901018922853e-06| -|setup.py|github/nickrodd/HDMSpectra|3.63901018922853e-06| -|setup.py|github/icredd-cheminfo/CGRdb2|3.63901018922853e-06| -|setup.py|github/ulelab/ultraplex|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/FALCON|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/pbcore|3.63901018922853e-06| -|setup.py|github/PacificBiosciences/kineticsTools|3.63901018922853e-06| -|setup.py|github/slzarate/parliament2|3.63901018922853e-06| -|setup.py|github/lanl/swiftbat_python|3.63901018922853e-06| -|setup.py|github/lanl/scico|3.63901018922853e-06| -|setup.py|github/lanl/PyBNF|3.63901018922853e-06| -|setup.py|github/popgenmethods/smcpp|3.63901018922853e-06| -|setup.py|github/mdshw5/pyfaidx|3.63901018922853e-06| -|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.63901018922853e-06| -|setup.py|github/gmbrandt/xwavecal|3.63901018922853e-06| -|setup.py|github/cagrikymk/JAX-ReaxFF|3.63901018922853e-06| -|setup.py|github/cameronliang/BayesVP|3.63901018922853e-06| -|setup.py|github/nebblu/ReACT|3.63901018922853e-06| -|setup.py|github/SIOSlab/exodetbox|3.63901018922853e-06| -|setup.py|github/CLARIAH/grlc|3.63901018922853e-06| -|setup.py|github/yymao/abundancematching|3.63901018922853e-06| -|setup.py|github/edwardoughton/itmlogic|3.63901018922853e-06| -|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.63901018922853e-06| -|setup.py|github/Magritte-code/Magritte|3.63901018922853e-06| -|setup.py|github/pyro-ppl/pyro|3.63901018922853e-06| -|setup.py|github/ryansmcgee/seirsplus|3.63901018922853e-06| -|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.63901018922853e-06| -|setup.py|github/Midnighter/dependency-info|3.63901018922853e-06| -|setup.py|github/siavash-saki/tesspy|3.63901018922853e-06| -|setup.py|github/rasg-affiliates/healvis|3.63901018922853e-06| -|setup.py|github/jlenain/flaapluc|3.63901018922853e-06| -|setup.py|github/federicomarulli/CosmoBolognaLib|3.63901018922853e-06| -|setup.py|github/nbarbey/TomograPy|3.63901018922853e-06| -|setup.py|github/era-urban/wrfpy|3.63901018922853e-06| -|setup.py|github/comprna/reorientexpress|3.63901018922853e-06| -|setup.py|github/DMGW-Goethe/imripy|3.63901018922853e-06| -|setup.py|github/willvousden/ptemcee|3.63901018922853e-06| -|setup.py|github/radiocosmology/caput|3.63901018922853e-06| -|setup.py|github/bwkeller/PASTA|3.63901018922853e-06| -|setup.py|github/parallelwindfarms/byteparsing|3.63901018922853e-06| -|setup.py|github/reggiebernardo/PTAfast|3.63901018922853e-06| -|setup.py|github/sfschen/velocileptors|3.63901018922853e-06| -|setup.py|github/ConorMacBride/mcalf|3.63901018922853e-06| -|setup.py|github/SWIFTSIM/emulator|3.63901018922853e-06| -|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.63901018922853e-06| -|setup.py|github/katholt/Kaptive|3.63901018922853e-06| -|setup.py|github/phenomecentre/nPYc-Toolbox|3.63901018922853e-06| -|setup.py|github/precice/micro-manager|3.63901018922853e-06| -|setup.py|github/bioinform/somaticseq|3.63901018922853e-06| -|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.63901018922853e-06| -|setup.py|github/dparks1134/RefineM|3.63901018922853e-06| -|setup.py|github/VarStarDetect/varstardetect|3.63901018922853e-06| -|setup.py|github/grazianoucci/game|3.63901018922853e-06| -|setup.py|github/flemingtonlab/SpliceV|3.63901018922853e-06| -|setup.py|github/tardis-sn/carsus|3.63901018922853e-06| -|setup.py|github/tardis-sn/tardis|3.63901018922853e-06| -|setup.py|github/spacepy/spacepy|3.63901018922853e-06| -|setup.py|github/NickSwainston/pulsar_spectra|3.63901018922853e-06| -|setup.py|github/epic-astronomy/EPIC|3.63901018922853e-06| -|setup.py|github/WBK-Robotics/pybullet_industrial|3.63901018922853e-06| -|setup.py|github/swagnercarena/ovejero|3.63901018922853e-06| -|setup.py|github/smog-server/OpenSMOG|3.63901018922853e-06| -|setup.py|github/perfanalytics/pose2sim|3.63901018922853e-06| -|setup.py|github/ckm3/Py-PDM|3.63901018922853e-06| -|setup.py|github/mne-tools/mne-icalabel|3.63901018922853e-06| -|setup.py|github/herjy/SLIT|3.63901018922853e-06| -|setup.py|github/weecology/retriever|3.63901018922853e-06| -|setup.py|github/deepmedic/deepmedic|3.63901018922853e-06| -|setup.py|github/mzy2240/ESA|3.63901018922853e-06| -|setup.py|github/dmnfarrell/epitopepredict|3.63901018922853e-06| -|setup.py|github/dmnfarrell/snpgenie|3.63901018922853e-06| -|setup.py|github/tschad/pycelp|3.63901018922853e-06| -|setup.py|github/SouthGreenPlatform/PyRice|3.63901018922853e-06| -|setup.py|github/0xCoto/Virgo|3.63901018922853e-06| -|setup.py|github/yatiml/yatiml|3.63901018922853e-06| -|setup.py|github/domenico-simone/rmlst_api|3.63901018922853e-06| -|setup.py|github/pierrexyz/pybird|3.63901018922853e-06| -|setup.py|github/hippke/pandora|3.63901018922853e-06| -|setup.py|github/hippke/wotan|3.63901018922853e-06| -|setup.py|github/hippke/tls|3.63901018922853e-06| -|setup.py|github/LSSTDESC/descqa|3.63901018922853e-06| -|setup.py|github/LSSTDESC/CCL|3.63901018922853e-06| -|setup.py|github/a-renzini/pygwb|3.63901018922853e-06| -|setup.py|github/drcandacemakedamoore/cleanX|3.63901018922853e-06| -|setup.py|github/lkmklsmn/DrivAER|3.63901018922853e-06| -|setup.py|github/vatlab/sos-notebook|3.63901018922853e-06| -|setup.py|github/ageller/firefly|3.63901018922853e-06| -|setup.py|github/jonaselgammal/GPry|3.63901018922853e-06| -|setup.py|github/atomneb/AtomNeb-py|3.63901018922853e-06| -|setup.py|github/BEAST-Fitting/beast|3.63901018922853e-06| -|setup.py|github/AnantharamanLab/vRhyme|3.63901018922853e-06| -|setup.py|github/ElectionDataAnalysis/electiondata|3.63901018922853e-06| -|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.63901018922853e-06| -|setup.py|github/alphaparrot/ExoPlaSim|3.63901018922853e-06| -|setup.py|github/medema-group/bigslice|3.63901018922853e-06| -|setup.py|github/wdecoster/nanofilt|3.63901018922853e-06| -|setup.py|github/wdecoster/nanoget|3.63901018922853e-06| -|setup.py|github/wdecoster/nanocomp|3.63901018922853e-06| -|setup.py|github/wdecoster/nanopack|3.63901018922853e-06| -|setup.py|github/wdecoster/NanoComp|3.63901018922853e-06| -|setup.py|github/wdecoster/NanoPlot|3.63901018922853e-06| -|setup.py|github/wdecoster/nanomath|3.63901018922853e-06| -|setup.py|github/wdecoster/nanolyse|3.63901018922853e-06| -|setup.py|github/wdecoster/nanoQC|3.63901018922853e-06| -|setup.py|github/wdecoster/nanostat|3.63901018922853e-06| -|setup.py|github/steven-murray/powerbox|3.63901018922853e-06| -|setup.py|github/steven-murray/pydftools|3.63901018922853e-06| -|setup.py|github/steven-murray/mrpy|3.63901018922853e-06| -|setup.py|github/WorkflowConversion/CTDConverter|3.63901018922853e-06| -|setup.py|github/skovaka/UNCALLED|3.63901018922853e-06| -|setup.py|github/SYalouz/QuantNBody|3.63901018922853e-06| -|setup.py|github/timothydmorton/vespa|3.63901018922853e-06| -|setup.py|github/cosimoNigro/agnpy|3.63901018922853e-06| -|setup.py|github/lynx-x-ray-observatory/soxs|3.63901018922853e-06| -|setup.py|github/ORNL/tx2|3.63901018922853e-06| -|setup.py|github/recipy/recipy|3.63901018922853e-06| -|setup.py|github/agree019/DarkCapPy|3.63901018922853e-06| -|setup.py|github/hiddenSymmetries/simsopt|3.63901018922853e-06| -|setup.py|github/jorisparet/partycls|3.63901018922853e-06| -|setup.py|github/Guo-Jian-Wang/colfi|3.63901018922853e-06| -|setup.py|github/fkoehlin/montepython_2cosmos_public|3.63901018922853e-06| -|setup.py|github/changhoonhahn/pySpectrum|3.63901018922853e-06| -|setup.py|github/spacetelescope/specview|3.63901018922853e-06| -|setup.py|github/spacetelescope/stginga|3.63901018922853e-06| -|setup.py|github/spacetelescope/stsynphot_refactor|3.63901018922853e-06| -|setup.py|github/spacetelescope/synphot_refactor|3.63901018922853e-06| -|setup.py|github/spacetelescope/imexam|3.63901018922853e-06| -|setup.py|github/spacetelescope/specviz|3.63901018922853e-06| -|setup.py|github/szymon-datalions/pyinterpolate|3.63901018922853e-06| -|setup.py|github/radifar/PyPLIF-HIPPOS|3.63901018922853e-06| -|setup.py|github/pyspeckit/pyspeckit|3.63901018922853e-06| -|setup.py|github/OP2/PyOP2|3.63901018922853e-06| -|setup.py|github/podondra/eidein|3.63901018922853e-06| -|setup.py|github/rvalieris/parallel-fastq-dump|3.63901018922853e-06| -|setup.py|github/pmaxted/pycheops|3.63901018922853e-06| -|setup.py|github/remi-adam/minot|3.63901018922853e-06| -|setup.py|github/mattpitkin/psrqpy|3.63901018922853e-06| -|setup.py|github/astrom-tom/dfitspy|3.63901018922853e-06| -|setup.py|github/astrom-tom/specstack|3.63901018922853e-06| -|setup.py|github/vsoch/gridtest|3.63901018922853e-06| -|setup.py|github/vsoch/citelang|3.63901018922853e-06| -|setup.py|github/dcorre/otrain|3.63901018922853e-06| -|setup.py|github/morpheus-project/morpheus|3.63901018922853e-06| -|setup.py|github/tibordome/cosmic_profiles|3.63901018922853e-06| -|setup.py|github/SJ001/AI-Feynman|3.63901018922853e-06| -|setup.py|github/EliseJ/astroABC|3.63901018922853e-06| -|pypi|[sphinx_thebe](https://github.com/executablebooks/sphinx-thebe)|3.6340974782989696e-06| -|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.612517395268487e-06| -|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.610225618631734e-06| -|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.609053337492202e-06| -|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.609053337492202e-06| -|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.609053337492202e-06| -|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.609053337492202e-06| -|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.609053337492202e-06| -|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.609053337492202e-06| -|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.609053337492202e-06| -|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.609053337492202e-06| -|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.609053337492202e-06| -|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.609053337492202e-06| -|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.609053337492202e-06| -|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.609053337492202e-06| -|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.609053337492202e-06| -|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.609053337492202e-06| -|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.609053337492202e-06| -|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.607337616913726e-06| -|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.602620087336252e-06| -|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.602620087336252e-06| -|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.602620087336252e-06| -|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.602620087336252e-06| -|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.602620087336252e-06| -|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.602620087336252e-06| -|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.602620087336252e-06| -|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.602620087336245e-06| -|pypi|[pyarma](https://pyarma.sourceforge.io)|3.602620087336245e-06| -|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.602620087336245e-06| -|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.602620087336245e-06| -|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.602620087336245e-06| -|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.602620087336245e-06| -|pypi|[UNKNOWN](UNKNOWN)|3.602620087336245e-06| -|pypi|[requirement](http://github.com/storborg/funniest)|3.602620087336245e-06| -|pypi|[ares](https://github.com/barnumbirr/ares)|3.602620087336245e-06| -|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.602620087336245e-06| -|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.602620087336245e-06| -|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.602620087336245e-06| -|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.602620087336245e-06| -|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.602620087336245e-06| -|pypi|[macop](https://github.com/prise-3d/macop)|3.602620087336245e-06| -|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.602620087336245e-06| -|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.602620087336245e-06| -|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.602620087336245e-06| -|pypi|[ngs](https://broadtech.com.cn)|3.602620087336245e-06| -|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.602620087336245e-06| -|pypi|[saphires](https://github.com/tofflemire/saphires)|3.602620087336245e-06| -|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.602620087336245e-06| -|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.602620087336245e-06| -|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.602620087336245e-06| -|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.602620087336245e-06| -|pypi|[galkin](UNKNOWN)|3.602620087336245e-06| -|pypi|[orcs](https://github.com/thomasorb/orcs)|3.602620087336245e-06| -|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.602620087336245e-06| -|pypi|[requirements](http://github.com/mattack108/requirements)|3.602620087336245e-06| -|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.602620087336245e-06| -|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.602620087336245e-06| -|pypi|[gsf](UNKNOWN)|3.602620087336245e-06| -|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.602620087336245e-06| -|pypi|[biotools](https://github.com/sonwell/biotools)|3.602620087336245e-06| -|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.602620087336245e-06| -|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.602620087336245e-06| -|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.602620087336245e-06| -|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.602620087336245e-06| -|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.602620087336245e-06| -|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.602620087336245e-06| -|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.602620087336245e-06| -|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.602620087336245e-06| -|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.602620087336245e-06| -|pypi|[crc](https://github.com/Nicoretti/crc)|3.602620087336245e-06| -|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.602620087336245e-06| -|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.602620087336245e-06| -|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.602620087336245e-06| -|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.602620087336245e-06| -|pypi|[megaman](https://github.com/mmp2/megaman)|3.602620087336245e-06| -|pypi|[neworder](https://neworder.readthedocs.io)|3.602620087336245e-06| -|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.602620087336245e-06| -|pypi|[polypy](https://github.com/symmy596/Polypy)|3.602620087336245e-06| -|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.602620087336245e-06| -|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.602620087336245e-06| -|pypi|[pystospa](https://pypi.org/project/pystospa)|3.602620087336245e-06| -|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.602620087336245e-06| -|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.602620087336245e-06| -|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.602620087336245e-06| -|pypi|[Libra](https://github.com/Palashio/libra)|3.602620087336245e-06| -|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.602620087336245e-06| -|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.602620087336245e-06| -|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.602620087336245e-06| -|pypi|[SLIT](https://github.com/bweir/slit)|3.602620087336245e-06| -|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.602620087336245e-06| -|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.602620087336245e-06| -|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.602620087336245e-06| -|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.602620087336245e-06| -|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.602620087336245e-06| -|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.602620087336245e-06| -|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.58985776921309e-06| -|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.58985776921309e-06| -|pypi|[watermark](https://pypi.org/project/watermark)|3.543982989759258e-06| -|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.5120780481042492e-06| -|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.496660673002826e-06| -|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.496660673002826e-06| -|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.496660673002826e-06| -|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.496660673002826e-06| -|pypi|[truecase](https://pypi.org/project/truecase)|3.496660673002826e-06| -|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.496660673002826e-06| -|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.496660673002826e-06| -|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.496660673002826e-06| -|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.496660673002826e-06| -|pypi|[fireo](https://pypi.org/project/fireo)|3.496660673002826e-06| -|pypi|[hdmf](https://pypi.org/project/hdmf)|3.496660673002826e-06| -|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.490038209606987e-06| -|pypi|[svo_filters](https://github.com/hover2pi/svo_filters)|3.488377709935466e-06| -|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4798498043826196e-06| -|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4640577762848506e-06| -|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4640577762848506e-06| -|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4640577762848506e-06| -|pypi|[parsley](https://pypi.org/project/parsley)|3.4640577762848506e-06| -|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4434997672267357e-06| -|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.429417198522002e-06| -|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.429417198522002e-06| -|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.429417198522002e-06| -|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.429417198522002e-06| -|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.429417198522002e-06| -|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.429417198522002e-06| -|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.4231664856429e-06| -|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.4231664856429e-06| -|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.405766045428747e-06| -|pypi|[fury](https://pypi.org/project/fury)|3.405715750579002e-06| -|pypi|[obspy](https://www.obspy.org)|3.4024745269286773e-06| -|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.396756082345602e-06| -|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.396756082345602e-06| -|pypi|[colorful](https://pypi.org/project/colorful)|3.396756082345602e-06| -|pypi|[gpustat](https://pypi.org/project/gpustat)|3.396756082345602e-06| -|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.396756082345602e-06| -|pypi|[opencensus](https://pypi.org/project/opencensus)|3.396756082345602e-06| -|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.396756082345602e-06| -|pypi|[py-spy](https://pypi.org/project/py-spy)|3.396756082345602e-06| -|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.396756082345602e-06| -|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.396756082345602e-06| -|pypi|[pygam](https://github.com/dswah/pyGAM)|3.3892506238303193e-06| -|pypi|[pythran](https://pypi.org/project/pythran)|3.381761241432225e-06| -|pypi|[meson-python](https://pypi.org/project/meson-python)|3.381761241432225e-06| -|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.381761241432225e-06| -|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.366451634246394e-06| -|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3614887310923078e-06| -|pypi|[biomaj-core](http://biomaj.genouest.org)|3.352493257128191e-06| -|pypi|[funsor](https://pypi.org/project/funsor)|3.3520619233673706e-06| -|pypi|[csvw](https://github.com/cldf/csvw)|3.332423580786028e-06| -|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3322641728175624e-06| -|pypi|[httpcore](https://pypi.org/project/httpcore)|3.3269937945299926e-06| -|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.321165393013101e-06| -|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.302401746724891e-06| -|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.275109170305676e-06| -|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2741700536404175e-06| -|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2474101296006737e-06| -|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.24235807860262e-06| -|pypi|[pot](https://pypi.org/project/pot)|3.24235807860262e-06| -|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.24235807860262e-06| -|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.242358078602611e-06| -|pypi|[wxpython](http://wxPython.org/)|3.2333515283842867e-06| -|pypi|[PyQtWebEngine](https://pypi.org/project/PyQtWebEngine)|3.229271638114434e-06| -|pypi|[semantic_version](https://github.com/rbarrois/python-semanticversion)|3.2237731337076357e-06| -|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.2198417030567684e-06| -|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.2198417030567684e-06| -|pypi|[pyro4](https://pypi.org/project/pyro4)|3.2198417030567684e-06| -|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.2198417030567684e-06| -|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.2198417030567684e-06| -|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.2198417030567684e-06| -|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.2198417030567684e-06| -|pypi|[couchbase](https://pypi.org/project/couchbase)|3.2198417030567684e-06| -|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.2198417030567684e-06| -|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.2198417030567684e-06| -|pypi|[pyArango](https://pypi.org/project/pyArango)|3.2198417030567684e-06| -|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.21662507797879e-06| -|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.21662507797879e-06| -|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2137796019482704e-06| -|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.209934497816594e-06| -|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.207824087232888e-06| -|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.18815936932411e-06| -|pypi|[platon](https://pypi.org/project/platon)|3.18815936932411e-06| -|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.18815936932411e-06| -|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.18815936932411e-06| -|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.18815936932411e-06| -|pypi|[scp](https://pypi.org/project/scp)|3.18815936932411e-06| -|pypi|[wtforms](https://pypi.org/project/wtforms)|3.18815936932411e-06| -|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.18815936932411e-06| -|pypi|[bytecode](https://pypi.org/project/bytecode)|3.18815936932411e-06| -|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.18815936932411e-06| -|pypi|[docrep](https://pypi.org/project/docrep)|3.18815936932411e-06| -|pypi|[mudata](https://pypi.org/project/mudata)|3.18815936932411e-06| -|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.184458827199002e-06| -|pypi|[hmf](https://github.com/steven-murray/hmf)|3.178782430002559e-06| -|pypi|[flox](https://pypi.org/project/flox)|3.1703056768558952e-06| -|pypi|[vispy](https://pypi.org/project/vispy)|3.152614238927012e-06| -|pypi|[pyside](https://pypi.org/project/pyside)|3.152614238927012e-06| -|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.141163138837505e-06| -|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1285911284762125e-06| -|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1285911284762125e-06| -|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.1057069718415905e-06| -|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.1057069718415905e-06| -|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.1057069718415905e-06| -|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.1057069718415905e-06| -|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.1057069718415905e-06| -|pypi|[katversion](https://pypi.org/project/katversion)|3.1057069718415905e-06| -|pypi|[lupa](https://pypi.org/project/lupa)|3.1057069718415905e-06| -|pypi|[omnijson](https://pypi.org/project/omnijson)|3.1057069718415905e-06| -|pypi|[pygelf](https://pypi.org/project/pygelf)|3.1057069718415905e-06| -|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.1057069718415905e-06| -|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.1057069718415905e-06| -|pypi|[spead2](https://pypi.org/project/spead2)|3.1057069718415905e-06| -|pypi|[katpoint](https://pypi.org/project/katpoint)|3.1057069718415905e-06| -|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.1057069718415905e-06| -|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.1013859882285935e-06| -|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.1013859882285935e-06| -|pypi|[logomaker](http://logomaker.readthedocs.io)|3.089812423572016e-06| -|pypi|[cbor2](https://pypi.org/project/cbor2)|3.079162467808756e-06| -|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.079162467808756e-06| -|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.079162467808756e-06| -|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.077602586752891e-06| -|pypi|[stone](https://pypi.org/project/stone)|3.057080474111042e-06| -|pypi|[msrest](https://pypi.org/project/msrest)|3.057080474111042e-06| -|pypi|[azure-core](https://pypi.org/project/azure-core)|3.057080474111042e-06| -|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.0483708431306685e-06| -|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.0483708431306685e-06| -|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.0483708431306685e-06| -|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.0483708431306685e-06| -|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.0483708431306685e-06| -|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.0483708431306685e-06| -|pypi|[modin](https://github.com/modin-project/modin)|3.029475982532751e-06| -|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.029475982532751e-06| -|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.018412532501373e-06| -|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0178871346993617e-06| -|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0178871346993617e-06| -|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|3.0069804448689956e-06| -|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|3.0021834061135375e-06| -|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|3.0018831877729257e-06| -|pypi|[metpy](https://pypi.org/project/metpy)|2.9721615720524017e-06| -|pypi|[types-decorator](https://github.com/python/typeshed)|2.9721615720524017e-06| -|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9721615720524017e-06| -|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9721615720524017e-06| -|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9529672847018403e-06| -|pypi|[vaex](https://pypi.org/project/vaex)|2.9529672847018403e-06| -|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9529672847018403e-06| -|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9529672847018403e-06| -|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9529672847018403e-06| -|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9529672847018403e-06| -|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9529672847018403e-06| -|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9529672847018403e-06| -|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9529672847018403e-06| -|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9529672847018403e-06| -|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9529672847018403e-06| -|pypi|[aplus](https://pypi.org/project/aplus)|2.9529672847018403e-06| -|pypi|[blake3](https://pypi.org/project/blake3)|2.9529672847018403e-06| -|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9529672847018403e-06| -|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9529672847018403e-06| -|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9529672847018403e-06| -|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.947598253275109e-06| -|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9339633133301256e-06| -|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9339633133301256e-06| -|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9339633133301256e-06| -|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9339633133301256e-06| -|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9339633133301256e-06| -|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9339633133301256e-06| -|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9339633133301256e-06| -|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9339633133301256e-06| -|pypi|[docformatter](https://pypi.org/project/docformatter)|2.9067743208883697e-06| -|pypi|[findspark](https://pypi.org/project/findspark)|2.905338780109875e-06| -|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.905338780109875e-06| -|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.905338780109875e-06| -|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.905338780109875e-06| -|pypi|[gmql](https://pypi.org/project/gmql)|2.905338780109875e-06| -|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.905338780109875e-06| -|pypi|[snfpy](https://pypi.org/project/snfpy)|2.905338780109875e-06| -|pypi|[strconv](https://pypi.org/project/strconv)|2.905338780109875e-06| -|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.905338780109875e-06| -|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8783118050713735e-06| -|pypi|[pyqt](https://pypi.org/project/pyqt)|2.8730895196506554e-06| -|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.8730895196506554e-06| -|pypi|[channels](https://pypi.org/project/channels)|2.857681619690354e-06| -|pypi|[questionary](https://github.com/tmbo/questionary)|2.853248274011373e-06| -|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.8520742358078653e-06| -|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.846069868995637e-06| -|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8458813082152e-06| -|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.8344143334189575e-06| -|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.834414333418955e-06| -|pypi|[aafigure](https://pypi.org/project/aafigure)|2.830630068621335e-06| -|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.830630068621335e-06| -|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.830630068621335e-06| -|pypi|[spin](https://pypi.org/project/spin)|2.8288009489573594e-06| -|pypi|[mizani](https://github.com/has2k1/mizani)|2.8048970679975076e-06| -|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.802037845705988e-06| -|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7908296943231447e-06| -|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.775989346766352e-06| -|pypi|[hashin](https://pypi.org/project/hashin)|2.7595231851398415e-06| -|pypi|[nengo](https://pypi.org/project/nengo)|2.7585374590611354e-06| -|pypi|[hankel](https://github.com/steven-murray/hankel)|2.7584767531466826e-06| -|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.750091669722324e-06| -|pypi|[bio](https://pypi.org/project/bio)|2.750091669722324e-06| -|pypi|[kahypar](https://pypi.org/project/kahypar)|2.750091669722324e-06| -|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.750091669722324e-06| -|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.750091669722324e-06| -|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.750091669722324e-06| -|pypi|[selfies](https://pypi.org/project/selfies)|2.750091669722324e-06| -|pypi|[upfp](https://pypi.org/project/upfp)|2.750091669722324e-06| -|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7319868995633306e-06| -|pypi|[pendulum](https://pypi.org/project/pendulum)|2.723409232688709e-06| -|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.723409232688709e-06| -|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.7076268670069e-06| -|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.7019650655021837e-06| -|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.7019650655021837e-06| -|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.7019650655021837e-06| -|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.7019650655021837e-06| -|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.7019650655021837e-06| -|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.7019650655021837e-06| -|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.7019650655021837e-06| -|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.7019650655021837e-06| -|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.7019650655021837e-06| -|pypi|[xnat](https://pypi.org/project/xnat)|2.7019650655021837e-06| -|pypi|[cudf](https://pypi.org/project/cudf)|2.693811856345806e-06| -|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6885224532360035e-06| -|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6885224532360035e-06| -|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6885224532360035e-06| -|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6885224532360035e-06| -|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6885224532360035e-06| -|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6885224532360035e-06| -|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6885224532360035e-06| -|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6885224532360035e-06| -|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6816495386938964e-06| -|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6816495386938964e-06| -|pypi|[motor](https://pypi.org/project/motor)|2.6816495386938964e-06| -|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6816495386938964e-06| -|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6816495386938964e-06| -|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6816495386938964e-06| -|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6816495386938964e-06| -|pypi|[flametree](https://pypi.org/project/flametree)|2.6296496987855797e-06| -|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6296496987855797e-06| -|pypi|[platemap](https://pypi.org/project/platemap)|2.6296496987855797e-06| -|pypi|[proglog](https://pypi.org/project/proglog)|2.6296496987855797e-06| -|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6296496987855797e-06| -|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6277934754687936e-06| -|pypi|[pixell](https://pypi.org/project/pixell)|2.626910480349345e-06| -|pypi|[qmflows](https://github.com/SCM-NV/qmflows)|2.5930946782475184e-06| -|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.5893831877729276e-06| -|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5844883235238277e-06| -|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5844883235238277e-06| -|pypi|[properconf](https://pypi.org/project/properconf)|2.5844883235238277e-06| -|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5844883235238277e-06| -|pypi|[multipart](https://pypi.org/project/multipart)|2.5844883235238277e-06| -|pypi|[resampy](https://pypi.org/project/resampy)|2.5515556768558955e-06| -|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.549616587662104e-06| -|pypi|[proselint](https://pypi.org/project/proselint)|2.549616587662104e-06| -|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.5476260032690104e-06| -|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.528349682434765e-06| -|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.528349682434765e-06| -|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.4794818309419863e-06| -|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.476801310043668e-06| -|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4694674048658787e-06| -|pypi|[dm-haiku](https://github.com/deepmind/dm-haiku)|2.466009771657903e-06| -|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4520332969432314e-06| -|pypi|[percy](https://pypi.org/project/percy)|2.4513602504040287e-06| -|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4513602504040287e-06| -|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4513602504040287e-06| -|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4513602504040287e-06| -|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4513602504040287e-06| -|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4513602504040287e-06| -|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4411353711790394e-06| -|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4243513999486257e-06| -|pypi|[sadisplay](https://pypi.org/project/sadisplay)|2.4231908920773552e-06| -|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.401746724890848e-06| -|pypi|[pyramid_debugtoolbar](https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/)|2.4017467248908312e-06| -|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.40174672489083e-06| -|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.40174672489083e-06| -|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.398744541484729e-06| -|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.39574235807861e-06| -|pypi|[colander](https://pypi.org/project/colander)|2.390199865636548e-06| -|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.3777292576419216e-06| -|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.353951965065502e-06| -|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.352739705962769e-06| -|pypi|[cmocean](https://github.com/matplotlib/cmocean)|2.3402902645774475e-06| -|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.3350187837143598e-06| -|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3159700561447284e-06| -|pypi|[fido](https://pypi.org/project/fido)|2.3159700561447284e-06| -|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3159700561447284e-06| -|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3159700561447284e-06| -|pypi|[mip](https://pypi.org/project/mip)|2.3071445900048553e-06| -|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.2862781323480013e-06| -|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2730817217716927e-06| -|pypi|[lark](https://github.com/lark-parser/lark)|2.266186597245566e-06| -|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.2645040548970682e-06| -|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.251637554585153e-06| -|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.251637554585153e-06| -|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.251637554585153e-06| -|pypi|[deform](https://pypi.org/project/deform)|2.251637554585153e-06| -|pypi|[Faker](https://pypi.org/project/Faker)|2.251637554585153e-06| -|pypi|[flower](https://pypi.org/project/flower)|2.251637554585153e-06| -|pypi|[hl7](https://pypi.org/project/hl7)|2.251637554585153e-06| -|pypi|[paginate](https://pypi.org/project/paginate)|2.251637554585153e-06| -|pypi|[pycap](https://pypi.org/project/pycap)|2.251637554585153e-06| -|pypi|[pyotp](https://pypi.org/project/pyotp)|2.251637554585153e-06| -|pypi|[scrapy](https://pypi.org/project/scrapy)|2.251637554585153e-06| -|pypi|[twilio](https://pypi.org/project/twilio)|2.251637554585153e-06| -|pypi|[Wand](https://pypi.org/project/Wand)|2.251637554585153e-06| -|pypi|[cheroot](https://pypi.org/project/cheroot)|2.251637554585153e-06| -|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.251637554585153e-06| -|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.251637554585153e-06| -|pypi|[parsel](https://pypi.org/project/parsel)|2.251637554585153e-06| -|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.251637554585153e-06| -|pypi|[portend](https://pypi.org/project/portend)|2.251637554585153e-06| -|pypi|[protego](https://pypi.org/project/protego)|2.251637554585153e-06| -|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.251637554585153e-06| -|pypi|[python-editor](https://pypi.org/project/python-editor)|2.251637554585153e-06| -|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.251637554585153e-06| -|pypi|[queuelib](https://pypi.org/project/queuelib)|2.251637554585153e-06| -|pypi|[w3lib](https://pypi.org/project/w3lib)|2.251637554585153e-06| -|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.251637554585153e-06| -|pypi|[qrcode](https://pypi.org/project/qrcode)|2.251637554585153e-06| -|pypi|[tldextract](https://pypi.org/project/tldextract)|2.251637554585153e-06| -|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.251637554585153e-06| -|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.251637554585153e-06| -|pypi|[hickle](http://github.com/telegraphic/hickle)|2.2416302765647884e-06| -|pypi|[biomaj-user](http://biomaj.genouest.org)|2.2347803750321083e-06| -|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.23397765219625e-06| -|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2291211790393013e-06| -|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2291211790393013e-06| -|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2291211790393013e-06| -|pypi|[oemof](https://pypi.org/project/oemof)|2.2251477010017985e-06| -|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2221518247036805e-06| -|pypi|[pymanopt](https://pymanopt.org)|2.2177419354838736e-06| -|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2114544843802487e-06| -|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.210398771534152e-06| -|pypi|[HTSeq](https://github.com/htseq)|2.2016011644832656e-06| -|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.2016011644832605e-06| -|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.2016011644832605e-06| -|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.1900137899333487e-06| -|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.1789781138776933e-06| -|pypi|[zope.component](https://pypi.org/project/zope.component)|2.1782242729977444e-06| -|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.176360914446655e-06| -|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1745427349024225e-06| -|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1745427349024225e-06| -|pypi|[twobody](https://pypi.org/project/twobody)|2.161572052401747e-06| -|pypi|[cmastro](https://pypi.org/project/cmastro)|2.161572052401747e-06| -|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.161572052401747e-06| -|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.154129664966426e-06| -|pypi|[cattrs](https://github.com/python-attrs/cattrs)|2.1415224513022484e-06| -|pypi|[url-normalize](https://github.com/niksite/url-normalize)|2.1415224513022484e-06| -|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1229725514660014e-06| -|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1229725514660014e-06| -|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1229725514660014e-06| -|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1229725514660014e-06| -|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1229725514660014e-06| -|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.115601118995633e-06| -|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0979964038016953e-06| -|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0979964038016953e-06| -|pypi|[rise](https://pypi.org/project/rise)|2.0979964038016953e-06| -|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0823585984612244e-06| -|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.076698677513479e-06| -|pypi|[rpyc](https://pypi.org/project/rpyc)|2.0513742614949913e-06| -|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0350387771449243e-06| -|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0350387771449243e-06| -|pypi|[nflows](https://github.com/bayesiains/nflows)|2.019050818177456e-06| -|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.01748573525932e-06| -|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.01748573525932e-06| -|pypi|[copier](https://pypi.org/project/copier)|2.012636920299578e-06| -|pypi|[dunamai](https://pypi.org/project/dunamai)|2.012636920299578e-06| -|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.012636920299578e-06| -|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.012636920299578e-06| -|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.012636920299578e-06| -|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.012636920299578e-06| -|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.012636920299578e-06| -|pypi|[pygeos](https://pypi.org/project/pygeos)|2.012636920299578e-06| -|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.012636920299578e-06| -|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.012636920299578e-06| -|pypi|[send2trash](https://pypi.org/project/send2trash)|2.012636920299578e-06| -|pypi|[botorch](https://pypi.org/project/botorch)|2.0065225802885413e-06| -|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|2.002571800470272e-06| -|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.970009657373197e-06| -|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.965065502183406e-06| -|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.959666970584001e-06| -|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.959666970584001e-06| -|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.959666970584001e-06| -|pypi|[rtoml](https://pypi.org/project/rtoml)|1.9564919453712907e-06| -|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9243566749844042e-06| -|pypi|[sphinx_click](https://pypi.org/project/sphinx_click)|1.9199871890165026e-06| -|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9177947598253275e-06| -|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9175235948725173e-06| -|pypi|[blue](https://pypi.org/project/blue)|1.9175235948725173e-06| -|pypi|[pyright](https://pypi.org/project/pyright)|1.9072694580015413e-06| -|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9072694580015413e-06| -|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9072694580015413e-06| -|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9072694580015413e-06| -|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9072694580015413e-06| -|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9072694580015413e-06| -|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9072694580015413e-06| -|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9072694580015413e-06| -|pypi|[wotan](https://github.com/hippke/wotan)|1.9052239094622877e-06| -|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8971244076930224e-06| -|pypi|[snakeviz](https://pypi.org/project/snakeviz)|1.892278458154119e-06| -|pypi|[bson](https://pypi.org/project/bson)|1.8841924450639424e-06| -|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8718138078207487e-06| -|pypi|[libpysal](http://pysal.org/libpysal)|1.8680252304706466e-06| -|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8583515283842796e-06| -|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.857600982532751e-06| -|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8364575567153052e-06| -|pypi|[snappy](https://pypi.org/project/snappy)|1.8364575567153052e-06| -|pypi|[datashape](https://pypi.org/project/datashape)|1.8364575567153052e-06| -|pypi|[fastremap](https://pypi.org/project/fastremap)|1.8290225058784013e-06| -|pypi|[edt](https://pypi.org/project/edt)|1.8290225058784013e-06| -|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.8290225058784013e-06| -|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.8290225058784013e-06| -|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.8290225058784013e-06| -|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.8290225058784013e-06| -|pypi|[bs4](https://pypi.org/project/bs4)|1.8193397395908382e-06| -|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.8013100436681361e-06| -|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.801310043668126e-06| -|pypi|[git](https://pypi.org)|1.801310043668126e-06| -|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.801310043668126e-06| -|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.801310043668126e-06| -|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.801310043668126e-06| -|pypi|[jumper](https://vlab.jumper.io)|1.801310043668126e-06| -|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.801310043668126e-06| -|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.801310043668126e-06| -|pypi|[atropos](https://atropos.readthedocs.org/)|1.801310043668126e-06| -|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.801310043668126e-06| -|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.801310043668126e-06| -|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.801310043668126e-06| -|pypi|[exhale](https://github.com/svenevs/exhale)|1.801310043668126e-06| -|pypi|[PICOS](https://pypi.org/project/PICOS)|1.8013100436681226e-06| -|pypi|[petsc](https://petsc.org/)|1.8013100436681226e-06| -|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.8013100436681226e-06| -|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.8013100436681226e-06| -|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.8013100436681226e-06| -|pypi|[komics](http://github.com/frebio/komics)|1.8013100436681226e-06| -|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.8013100436681226e-06| -|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.8013100436681226e-06| -|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.8013100436681226e-06| -|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.8013100436681226e-06| -|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.8013100436681226e-06| -|pypi|[partycls](https://pypi.org/project/partycls)|1.8013100436681226e-06| -|pypi|[catscii](https://pypi.org/project/catscii)|1.8013100436681226e-06| -|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.8013100436681226e-06| -|pypi|[gymnasium](https://farama.org)|1.8013100436681058e-06| -|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.8013100436681058e-06| -|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.8004522769806669e-06| -|pypi|[optree](https://github.com/metaopt/optree)|1.7832969432314413e-06| -|pypi|[pytype](https://pypi.org/project/pytype)|1.7569428012132422e-06| -|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.7569428012132422e-06| -|pypi|[jraph](https://pypi.org/project/jraph)|1.7569428012132422e-06| -|pypi|[clu](https://pypi.org/project/clu)|1.7569428012132422e-06| -|pypi|[orbax](https://pypi.org/project/orbax)|1.7569428012132422e-06| -|pypi|[yte](https://github.com/koesterlab/yte)|1.7391219588272003e-06| -|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.731898660406475e-06| -|pypi|[kombine](https://pypi.org/project/kombine)|1.7300494265559805e-06| -|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7207251206619168e-06| -|pypi|[lap](https://pypi.org/project/lap)|1.7207251206619168e-06| -|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7176709111592241e-06| -|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.714708599261001e-06| -|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.714708599261001e-06| -|pypi|[gwosc](https://pypi.org/project/gwosc)|1.703467623758603e-06| -|pypi|[galsim](https://github.com/GalSim-developers/GalSim)|1.7012372634643423e-06| -|pypi|[trollius](https://pypi.org/project/trollius)|1.6983780411728008e-06| -|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6983780411728008e-06| -|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6983780411728008e-06| -|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6983780411728008e-06| -|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6983780411728008e-06| -|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6983780411728008e-06| -|pypi|[mike](https://pypi.org/project/mike)|1.6983780411728008e-06| -|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6983780411728008e-06| -|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6914740653956758e-06| -|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6914740653956758e-06| -|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6914740653956758e-06| -|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6914740653956758e-06| -|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6894392093771549e-06| -|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6894392093771549e-06| -|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6894392093771549e-06| -|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6894392093771549e-06| -|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6894392093771549e-06| -|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6894392093771549e-06| -|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6894392093771549e-06| -|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6813942607610731e-06| -|pypi|[cliff](https://pypi.org/project/cliff)|1.6813942607610731e-06| -|pypi|[gstools](https://pypi.org/project/gstools)|1.6512008733624455e-06| -|pypi|[openturns](https://pypi.org/project/openturns)|1.6512008733624455e-06| -|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6512008733624455e-06| -|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.636767299294592e-06| -|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.636767299294592e-06| -|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.636767299294592e-06| -|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.636767299294592e-06| -|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.636767299294592e-06| -|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.636767299294592e-06| -|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.636767299294592e-06| -|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.636767299294592e-06| -|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.636767299294592e-06| -|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.636767299294592e-06| -|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6313368027054535e-06| -|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6285939286043933e-06| -|pypi|[levmar](https://pypi.org/project/levmar)|1.62117903930131e-06| -|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.62117903930131e-06| -|pypi|[bumps](https://pypi.org/project/bumps)|1.62117903930131e-06| -|pypi|[tinycc](https://pypi.org/project/tinycc)|1.62117903930131e-06| -|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.62117903930131e-06| -|pypi|[dfogn](https://pypi.org/project/dfogn)|1.62117903930131e-06| -|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.62117903930131e-06| -|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.62117903930131e-06| -|pypi|[croniter](https://pypi.org/project/croniter)|1.6189274017467255e-06| -|pypi|[pyqtwebengine](https://pypi.org/project/pyqtwebengine)|1.61614311874912e-06| -|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6138433875397655e-06| -|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.6011644832605637e-06| -|pypi|[openbabel](http://openbabel.org/)|1.597161572052402e-06| -|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5924625023732698e-06| -|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.592229413599501e-06| -|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.592229413599501e-06| -|pypi|[genfire](https://pypi.org/project/genfire)|1.5851528384279476e-06| -|pypi|[swapper](https://pypi.org/project/swapper)|1.5851528384279476e-06| -|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5851528384279476e-06| -|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5851528384279476e-06| -|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5851528384279476e-06| -|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5851528384279476e-06| -|pypi|[opencv-contrib-python](https://github.com/skvark/opencv-python)|1.5782907049282703e-06| -|pypi|[louvain](https://pypi.org/project/louvain)|1.5778783170977529e-06| -|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.5728350565116876e-06| -|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5693013100436682e-06| -|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5693013100436682e-06| -|pypi|[smt](https://github.com/SMTorg/smt)|1.5654242046163554e-06| -|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5642955642381063e-06| -|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5611353711790393e-06| -|pypi|[pep440](https://pypi.org/project/pep440)|1.5610199025864964e-06| -|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.556167016644991e-06| -|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.556167016644991e-06| -|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.556167016644991e-06| -|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.556167016644991e-06| -|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.556167016644991e-06| -|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.556167016644991e-06| -|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.556167016644991e-06| -|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.556167016644991e-06| -|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.556167016644991e-06| -|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.556167016644991e-06| -|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.556167016644991e-06| -|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.556167016644991e-06| -|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.556167016644991e-06| -|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.543980037429819e-06| -|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5439800374298189e-06| -|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5394272757809876e-06| -|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5241854215653343e-06| -|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5241854215653343e-06| -|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5241854215653343e-06| -|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5241854215653343e-06| -|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5241854215653343e-06| -|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5241854215653343e-06| -|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5241854215653343e-06| -|pypi|[pylev](https://pypi.org/project/pylev)|1.5241854215653343e-06| -|pypi|[distance](https://pypi.org/project/distance)|1.5241854215653343e-06| -|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5241854215653343e-06| -|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.521106259097526e-06| -|pypi|[cmasher](https://cmasher.readthedocs.io)|1.521106259097526e-06| -|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.521106259097526e-06| -|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.501884801700936e-06| -|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.501884801700936e-06| -|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.498568859858354e-06| -|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.498568859858354e-06| -|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.498568859858354e-06| -|pypi|[autodoc](https://pypi.org/project/autodoc)|1.4985688598583537e-06| -|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4886859865025807e-06| -|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4886859865025807e-06| -|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4886859865025807e-06| -|pypi|[daphne](https://pypi.org/project/daphne)|1.4886859865025807e-06| -|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4886859865025807e-06| -|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4886859865025807e-06| -|pypi|[django-light](https://pypi.org/project/django-light)|1.4886859865025807e-06| -|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4886859865025807e-06| -|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4886859865025807e-06| -|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4886859865025807e-06| -|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4886859865025807e-06| -|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4886859865025807e-06| -|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4886859865025807e-06| -|pypi|[missingno](https://pypi.org/project/missingno)|1.4886859865025807e-06| -|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4886859865025807e-06| -|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4886859865025807e-06| -|pypi|[phik](https://pypi.org/project/phik)|1.4886859865025807e-06| -|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4886859865025807e-06| -|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4886859865025807e-06| -|pypi|[pyod](https://pypi.org/project/pyod)|1.4886859865025807e-06| -|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4886859865025807e-06| -|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4886859865025807e-06| -|pypi|[textblob](https://pypi.org/project/textblob)|1.4886859865025807e-06| -|pypi|[visions](https://pypi.org/project/visions)|1.4886859865025807e-06| -|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4886859865025807e-06| -|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.488665274349725e-06| -|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.488665274349725e-06| -|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.488665274349725e-06| -|pypi|[eli5](https://github.com/eli5-org/eli5)|1.486080786026201e-06| -|pypi|[peppy](https://pypi.org/project/peppy)|1.4860807860262009e-06| -|pypi|[eido](https://pypi.org/project/eido)|1.4860807860262009e-06| -|pypi|[slacker](https://pypi.org/project/slacker)|1.4860807860262009e-06| -|pypi|[throttler](https://pypi.org/project/throttler)|1.4860807860262009e-06| -|pypi|[reretry](https://pypi.org/project/reretry)|1.4860807860262009e-06| -|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4860807860262009e-06| -|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4860807860262009e-06| -|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.4823655840611353e-06| -|pypi|[pscript](https://pypi.org/project/pscript)|1.4796475358702433e-06| -|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4796475358702433e-06| -|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4710698689956527e-06| -|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.467734109655507e-06| -|pypi|[splot](https://pypi.org/project/splot)|1.467734109655507e-06| -|pypi|[esda](https://pypi.org/project/esda)|1.467734109655507e-06| -|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4410480349345251e-06| -|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4153150343106675e-06| -|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4085106351072508e-06| -|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.3986642692011302e-06| -|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3932007368995634e-06| -|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3932007368995634e-06| -|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.3904799706604837e-06| -|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3885098253275122e-06| -|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3831982700705407e-06| -|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3831982700705407e-06| -|pypi|[get_version](https://pypi.org/project/get_version)|1.3831982700705407e-06| -|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3831982700705407e-06| -|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3697874178223593e-06| -|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3689956331877729e-06| -|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3608798406833342e-06| -|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|1.3585551241690202e-06| -|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3509825327510919e-06| -|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3509825327510919e-06| -|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3509825327510919e-06| -|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3509825327510919e-06| -|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3509825327510919e-06| -|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3509825327510919e-06| -|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3509825327510919e-06| -|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3346810843921041e-06| -|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|1.333082014192141e-06| -|pypi|[uproot](https://pypi.org/project/uproot)|1.3278945276810488e-06| -|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.3123294213973807e-06| -|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|1.3076660934069863e-06| -|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.296943231441048e-06| -|pypi|[WebOb](http://webob.org/)|1.2932482364796786e-06| -|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2922441617619139e-06| -|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.2737835308796007e-06| -|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2569581073947904e-06| -|pypi|[astroML](http://astroML.github.com)|1.2509097525473133e-06| -|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.247923974514998e-06| -|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.247830590079504e-06| -|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2430919789817187e-06| -|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2384006550218346e-06| -|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2384006550218346e-06| -|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.238400655021834e-06| -|pypi|[lcbuilder](https://github.com/PlanetHunders/lcbuilder)|1.2368021293745605e-06| -|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2339535538225532e-06| -|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2298599608492696e-06| -|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2298599608492696e-06| -|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2298599608492696e-06| -|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2298599608492696e-06| -|pypi|[pybv](https://pypi.org/project/pybv)|1.2213710284595694e-06| -|pypi|[radon](https://pypi.org/project/radon)|1.2131271722662862e-06| -|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2063479321859746e-06| -|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2063479321859746e-06| -|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2063479321859746e-06| -|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2063479321859746e-06| -|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.200873362445424e-06| -|pypi|[symfem](https://github.com/mscroggs/symfem)|1.200873362445424e-06| -|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.200873362445424e-06| -|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.200873362445424e-06| -|pypi|[contextily](https://github.com/darribas/contextily)|1.200873362445424e-06| -|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.200873362445424e-06| -|pypi|[pyone](http://opennebula.io)|1.200873362445424e-06| -|pypi|[synthia](https://github.com/dmey/synthia)|1.200873362445424e-06| -|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.200873362445424e-06| -|pypi|[pystan](https://mc-stan.org)|1.200873362445424e-06| -|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.200873362445424e-06| -|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.200873362445424e-06| -|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.200873362445424e-06| -|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.200873362445424e-06| -|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.200873362445424e-06| -|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.200873362445424e-06| -|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.200873362445424e-06| -|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.200873362445424e-06| -|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.200873362445424e-06| -|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.200873362445424e-06| -|pypi|[parmap](https://github.com/zeehio/parmap)|1.200873362445424e-06| -|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.200873362445424e-06| -|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.200873362445424e-06| -|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.200873362445415e-06| -|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.200873362445415e-06| -|pypi|[clingo](https://github.com/potassco/clingo)|1.200873362445415e-06| -|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.200873362445415e-06| -|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.200873362445415e-06| -|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.200873362445415e-06| -|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.200873362445415e-06| -|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.200873362445415e-06| -|pypi|[libceed](https://libceed.readthedocs.io)|1.200873362445415e-06| -|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.200873362445415e-06| -|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.200873362445415e-06| -|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.200873362445415e-06| -|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.200873362445415e-06| -|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1939777732569424e-06| -|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.1937676029043185e-06| -|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1888646288209608e-06| -|pypi|[pyink](https://pypi.org/project/pyink)|1.1538980220909325e-06| -|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.1431390661740006e-06| -|pypi|[pyquery](https://pypi.org/project/pyquery)|1.1431390661740006e-06| -|pypi|[PySide2](https://www.pyside.org)|1.131222707423592e-06| -|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.1281889220868775e-06| -|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1180545098629726e-06| -|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1180545098629726e-06| -|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1180545098629726e-06| -|pypi|[networkit](https://pypi.org/project/networkit)|1.1180545098629726e-06| -|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1180545098629726e-06| -|pypi|[infomap](https://pypi.org/project/infomap)|1.1180545098629726e-06| -|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1180545098629726e-06| -|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1180545098629726e-06| -|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1180545098629726e-06| -|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1180545098629726e-06| -|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1180545098629726e-06| -|pypi|[nf1](https://pypi.org/project/nf1)|1.1180545098629726e-06| -|pypi|[demon](https://pypi.org/project/demon)|1.1180545098629726e-06| -|pypi|[python-forge](http://github.com/dfee/forge)|1.1173901875160542e-06| -|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0974135035270407e-06| -|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0974135035270407e-06| -|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.081564610350653e-06| -|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0702744026038716e-06| -|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0702744026038716e-06| -|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0572906778052007e-06| -|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0554154622055474e-06| -|pypi|[stingray](https://docs.stingray.science)|1.0507641921397436e-06| -|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0292596698527752e-06| -|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0248833007077247e-06| -|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0225557051783833e-06| -|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0207423580786084e-06| -|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0173743380098479e-06| -|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0132368995633189e-06| -|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0132368995633189e-06| -|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.0115173201191162e-06| -|pypi|[nessai](https://pypi.org/project/nessai)|1.009525409088728e-06| -|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.009525409088728e-06| -|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.009525409088728e-06| -|pypi|[cmaes](https://pypi.org/project/cmaes)|1.0032612901442706e-06| -|pypi|[catboost](https://pypi.org/project/catboost)|1.0032612901442706e-06| -|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|1.0007278020378516e-06| -|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.922800998128568e-07| -|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.907205240174673e-07| -|pypi|[big-O](https://pypi.org/project/big-O)|9.907205240174673e-07| -|pypi|[phonemizer](https://pypi.org/project/phonemizer)|9.794623362445482e-07| -|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.679767103347873e-07| -|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.643377001455654e-07| -|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.606986899563408e-07| -|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.587617974362587e-07| -|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.577697305357325e-07| -|pypi|[ale-py](https://pypi.org/project/ale-py)|9.536347290007706e-07| -|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.536347290007706e-07| -|pypi|[rlds](https://pypi.org/project/rlds)|9.536347290007706e-07| -|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.536347290007706e-07| -|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.536347290007706e-07| -|pypi|[py-spec](https://pypi.org/project/py-spec)|9.536347290007706e-07| -|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.510917030567685e-07| -|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.435433562071115e-07| -|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.435433562071115e-07| -|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.435433562071115e-07| -|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.4014319996853e-07| -|pypi|[connexion](https://github.com/zalando/connexion)|9.30676855895193e-07| -|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.292472447494323e-07| -|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.29191565157435e-07| -|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.279475982532791e-07| -|pypi|[spacy-transformers](https://spacy.io)|9.169924850208184e-07| -|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.169924850208184e-07| -|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.169924850208184e-07| -|pypi|[natto-py](https://pypi.org/project/natto-py)|9.169924850208184e-07| -|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.169924850208184e-07| -|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.169924850208184e-07| -|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.169924850208184e-07| -|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.145112529392007e-07| -|pypi|[cspy](https://github.com/torressa/cspy)|9.00655021834063e-07| -|pypi|[flatstar](https://github.com/ladsantos/flatstar)|9.00655021834063e-07| -|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|9.00655021834063e-07| -|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|9.00655021834063e-07| -|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|9.00655021834063e-07| -|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|9.00655021834063e-07| -|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|9.00655021834063e-07| -|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|9.00655021834063e-07| -|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|9.00655021834063e-07| -|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|9.00655021834063e-07| -|pypi|[cygrid](https://github.com/bwinkel/cygrid)|9.00655021834063e-07| -|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|9.00655021834063e-07| -|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|9.00655021834063e-07| -|pypi|[multiqc](http://multiqc.info)|9.00655021834063e-07| -|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|9.00655021834063e-07| -|pypi|[genshi](https://github.com/edgewall/genshi)|9.00655021834063e-07| -|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|9.00655021834063e-07| -|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|9.006550218340613e-07| -|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|9.006550218340613e-07| -|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|9.006550218340613e-07| -|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|9.006550218340613e-07| -|pypi|[easybuild](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-easyblocks](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-easyconfigs](https://easybuild.io)|9.006550218340613e-07| -|pypi|[easybuild-framework](https://easybuild.io)|9.006550218340613e-07| -|pypi|[pystrict](https://github.com/earonesty/pystrict)|9.006550218340613e-07| -|pypi|[NEURON](https://neuron.yale.edu/neuron/)|9.006550218340613e-07| -|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|9.006550218340613e-07| -|pypi|[COFFEE](UNKNOWN)|9.006550218340613e-07| -|pypi|[pesummary](https://pypi.org/project/pesummary)|8.938831795646321e-07| -|pypi|[littleutils](https://pypi.org/project/littleutils)|8.938831795646321e-07| -|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.773845093082019e-07| -|pypi|[jsonref](https://pypi.org/project/jsonref)|8.763129942169243e-07| -|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.763129942169243e-07| -|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.763129942169243e-07| -|pypi|[promise](https://pypi.org/project/promise)|8.763129942169243e-07| -|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.741651682507065e-07| -|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.741651682507065e-07| -|pypi|[punch.py](https://pypi.org/project/punch.py)|8.741651682507065e-07| -|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.741651682507065e-07| -|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.741651682507065e-07| -|pypi|[oedialect](https://pypi.org/project/oedialect)|8.741651682507065e-07| -|pypi|[testresources](https://pypi.org/project/testresources)|8.718340611353713e-07| -|pypi|[oslotest](https://pypi.org/project/oslotest)|8.718340611353713e-07| -|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.718340611353713e-07| -|pypi|[betamax](https://pypi.org/project/betamax)|8.718340611353713e-07| -|pypi|[cugraph](https://pypi.org/project/cugraph)|8.573542996305005e-07| -|pypi|[cuml](https://pypi.org/project/cuml)|8.573542996305005e-07| -|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.506186317321711e-07| -|pypi|[bioframe](https://github.com/open2c/bioframe)|8.506186317321711e-07| -|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.491890205864004e-07| -|pypi|[clize](https://github.com/epsy/clize)|8.406113537117927e-07| -|pypi|[tvtk](https://pypi.org/project/tvtk)|8.391985615206781e-07| -|pypi|[docrepr](https://pypi.org/project/docrepr)|8.37228611845747e-07| -|pypi|[sybil](https://pypi.org/project/sybil)|8.173444323144104e-07| -|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.173444323144104e-07| -|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.123555098895502e-07| -|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.123555098895502e-07| -|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.095844441939709e-07| -|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.997816593886501e-07| -|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.917846345794067e-07| -|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.88153559731753e-07| -|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.837632869741809e-07| -|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.821477821190531e-07| -|pypi|[dcor](https://pypi.org/project/dcor)|7.686624755307936e-07| -|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.683656524298628e-07| -|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.625545851528423e-07| -|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.399976395609589e-07| -|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.356099890829694e-07| -|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.356099890829694e-07| -|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.356099890829694e-07| -|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.356099890829694e-07| -|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.356099890829694e-07| -|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.356099890829694e-07| -|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.356099890829694e-07| -|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.356099890829694e-07| -|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.356099890829694e-07| -|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.290302037845738e-07| -|pypi|[brian2](http://www.briansimulator.org/)|7.205240174672626e-07| -|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.205240174672626e-07| -|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.205240174672626e-07| -|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.205240174672626e-07| -|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.205240174672626e-07| -|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.205240174672626e-07| -|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.205240174672524e-07| -|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.205240174672524e-07| -|pypi|[gala](http://gala.adrian.pw/)|7.205240174672524e-07| -|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.205240174672524e-07| -|pypi|[molsets](https://pypi.org/project/molsets)|7.205240174672524e-07| -|pypi|[bakta](https://github.com/oschwengers/bakta)|7.205240174672524e-07| -|pypi|[RagTag](https://github.com/malonge/RagTag)|7.205240174672524e-07| -|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.205240174672524e-07| -|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.205240174672524e-07| -|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.205240174672524e-07| -|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.205240174672524e-07| -|pypi|[update_checker](https://github.com/bboe/update_checker)|7.205240174672524e-07| -|pypi|[control](https://python-control.org)|7.205240174672524e-07| -|pypi|[pyviz](http://pyviz.org)|7.205240174672524e-07| -|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.205240174672489e-07| -|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.205240174672489e-07| -|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.205240174672489e-07| -|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.205240174672489e-07| -|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.205240174672489e-07| -|pypi|[statistics](UNKNOWN)|7.205240174672489e-07| -|pypi|[Cigar](https://github.com/brentp/cigar)|7.205240174672489e-07| -|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.205240174672489e-07| -|pypi|[pbcore](UNKNOWN)|7.205240174672489e-07| -|pypi|[simupy](https://github.com/simupy/simupy)|7.205240174672423e-07| -|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.205240174672423e-07| -|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.205240174672423e-07| -|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.205240174672423e-07| -|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.176245244392116e-07| -|pypi|[sparse](https://github.com/pydata/sparse/)|6.967794759825352e-07| -|pypi|[servicex](https://pypi.org/project/servicex)|6.89863420979281e-07| -|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.89863420979281e-07| -|pypi|[aiostream](https://pypi.org/project/aiostream)|6.89863420979281e-07| -|pypi|[parsl](https://pypi.org/project/parsl)|6.89863420979281e-07| -|pypi|[mplhep](https://pypi.org/project/mplhep)|6.89863420979281e-07| -|pypi|[hist](https://pypi.org/project/hist)|6.89863420979281e-07| -|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.89863420979281e-07| -|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.89863420979281e-07| -|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.89863420979281e-07| -|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.883577666874612e-07| -|pypi|[sciris](http://github.com/sciris/sciris)|6.64394165550087e-07| -|pypi|[iPython](https://ipython.org)|6.622463395838697e-07| -|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.55021834061134e-07| -|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.55021834061134e-07| -|pypi|[geopy](https://github.com/geopy/geopy)|6.47432398387642e-07| -|pypi|[mxnet](https://pypi.org/project/mxnet)|6.391745316241724e-07| -|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.391745316241724e-07| -|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.380311067017678e-07| -|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.380311067017678e-07| -|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.380311067017678e-07| -|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.380311067017678e-07| -|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.380311067017678e-07| -|pypi|[python-framel](https://pypi.org/project/python-framel)|6.380311067017678e-07| -|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.380311067017678e-07| -|pypi|[starry](https://pypi.org/project/starry)|6.235303997312732e-07| -|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.218808484092346e-07| -|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.19200327510917e-07| -|pypi|[ftfy](https://pypi.org/project/ftfy)|6.19200327510917e-07| -|pypi|[fairscale](https://pypi.org/project/fairscale)|6.19200327510917e-07| -|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.19200327510917e-07| -|pypi|[unidic](https://pypi.org/project/unidic)|6.19200327510917e-07| -|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.19200327510917e-07| -|pypi|[ipadic](https://pypi.org/project/ipadic)|6.19200327510917e-07| -|pypi|[fugashi](https://pypi.org/project/fugashi)|6.19200327510917e-07| -|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.19200327510917e-07| -|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.19200327510917e-07| -|pypi|[sigopt](https://pypi.org/project/sigopt)|6.19200327510917e-07| -|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.19200327510917e-07| -|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.19200327510917e-07| -|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.145094159388658e-07| -|pypi|[dash-testing-stub](https://plotly.com/dash)|6.117656752080415e-07| -|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.070348865108743e-07| -|pypi|[falcon](https://pypi.org/project/falcon)|6.065635861331432e-07| -|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.065635861331432e-07| -|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.049903721962308e-07| -|pypi|[gsd](https://gsd.readthedocs.io)|6.049903721962308e-07| -|pypi|[guizero](https://github.com/lawsie/guizero)|6.00436681222712e-07| -|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|6.00436681222712e-07| -|pypi|[proper](https://pypi.org/project/proper)|6.00436681222712e-07| -|pypi|[aesara](https://github.com/aesara-devs/aesara)|6.00436681222712e-07| -|pypi|[uvplot](https://github.com/mtazzari/uvplot)|6.00436681222712e-07| -|pypi|[oct2py](http://github.com/blink1073/oct2py)|6.00436681222712e-07| -|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|6.00436681222712e-07| -|pypi|[wntr](https://github.com/USEPA/WNTR)|6.00436681222712e-07| -|pypi|[persim](https://persim.scikit-tda.org)|6.00436681222712e-07| -|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|6.00436681222712e-07| -|pypi|[AMAT](https://github.com/athulpg007/AMAT)|6.00436681222712e-07| -|pypi|[Pandas](https://pandas.pydata.org)|6.00436681222712e-07| -|pypi|[Seaborn](https://seaborn.pydata.org)|6.00436681222712e-07| -|pypi|[Sympy](https://sympy.org)|6.00436681222712e-07| -|pypi|[Requests](https://requests.readthedocs.io)|6.00436681222712e-07| -|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|6.00436681222712e-07| -|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|6.00436681222712e-07| -|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|6.00436681222712e-07| -|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|6.00436681222712e-07| -|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|6.00436681222712e-07| -|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|6.00436681222712e-07| -|pypi|[mbo](https://github.com/basf/mbo)|6.00436681222712e-07| -|pypi|[yupi](https://github.com/yupidevs/yupi)|6.00436681222712e-07| -|pypi|[qtl](https://pypi.org/project/qtl)|6.00436681222712e-07| -|pypi|[agutil](https://github.com/agraubert/agutil)|6.00436681222712e-07| -|pypi|[grequests](https://github.com/kennethreitz/grequests)|6.00436681222712e-07| -|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|6.004366812227075e-07| -|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|6.004366812227075e-07| -|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|6.004366812227075e-07| -|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.944323144104804e-07| -|pypi|[distrax](https://github.com/deepmind/distrax)|5.867124142233368e-07| -|pypi|[json-logging](https://pypi.org/project/json-logging)|5.856476004044141e-07| -|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.848409232688728e-07| -|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.804221251819502e-07| -|pypi|[fastai](https://pypi.org/project/fastai)|5.799339652785176e-07| -|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.799339652785176e-07| -|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.799339652785176e-07| -|pypi|[gradio](https://pypi.org/project/gradio)|5.799339652785176e-07| -|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.799339652785176e-07| -|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.799339652785176e-07| -|pypi|[APLpy](http://aplpy.github.io)|5.542492442055796e-07| -|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.448962882096069e-07| -|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.349890829694324e-07| -|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.349890829694323e-07| -|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.349890829694323e-07| -|pypi|[scikit_image](https://scikit-image.org)|5.337214944201863e-07| -|pypi|[kfac](http://github.com/tensorflow/kfac)|5.196086664427285e-07| -|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.146600124766118e-07| -|pypi|[kllr](https://github.com/afarahi/kllr)|5.146600124766118e-07| -|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.146600124766118e-07| -|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.146600124766118e-07| -|pypi|[neomodel](https://neomodel.readthedocs.io)|5.146600124766118e-07| -|pypi|[faker](https://github.com/joke2k/faker)|5.146600124766118e-07| -|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.146600124766118e-07| -|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.146600124766118e-07| -|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.146600124766118e-07| -|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.146600124766118e-07| -|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.146600124766118e-07| -|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.146600124766118e-07| -|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.146600124766118e-07| -|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.146600124766118e-07| -|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.146600124766118e-07| -|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.146600124766118e-07| -|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.146600124766118e-07| -|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.146600124766118e-07| -|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.146600124766118e-07| -|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.146600124766118e-07| -|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.146600124766118e-07| -|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.146600124766118e-07| -|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.146600124766118e-07| -|pypi|[random](https://www.pytosquatting.org)|5.146600124766064e-07| -|pypi|[sys](https://github.com/stestagg/sys)|5.146600124766064e-07| -|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.146600124766064e-07| -|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.146600124766064e-07| -|pypi|[usort](https://pypi.org/project/usort)|5.066184497816594e-07| -|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|5.016306450721353e-07| -|pypi|[lightning](https://pypi.org/project/lightning)|5.016306450721353e-07| -|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|5.016306450721353e-07| -|pypi|[fvcore](https://pypi.org/project/fvcore)|5.016306450721353e-07| -|pypi|[types-redis](https://pypi.org/project/types-redis)|5.016306450721353e-07| -|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|5.016306450721353e-07| -|pypi|[blackdoc](https://pypi.org/project/blackdoc)|5.016306450721353e-07| -|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.988243197850261e-07| -|pypi|[ipytree](https://pypi.org/project/ipytree)|4.899167426460003e-07| -|pypi|[furl](https://pypi.org/project/furl)|4.7177167810355586e-07| -|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7177167810355586e-07| -|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7177167810355586e-07| -|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7177167810355586e-07| -|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7177167810355586e-07| -|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.6924883490514407e-07| -|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6440024563318777e-07| -|pypi|[stregion](https://pypi.org/project/stregion)|4.6440024563318777e-07| -|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6440024563318777e-07| -|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6440024563318777e-07| -|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6440024563318777e-07| -|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.590210922088651e-07| -|pypi|[yajl](https://pypi.org/project/yajl)|4.590210922088651e-07| -|pypi|[tinygp](https://github.com/dfm/tinygp)|4.52093501155919e-07| -|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.503275109170315e-07| -|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.503275109170315e-07| -|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.503275109170315e-07| -|pypi|[pepita](https://pypi.org/project/pepita)|4.503275109170315e-07| -|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.503275109170315e-07| -|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.503275109170315e-07| -|pypi|[tatter](https://github.com/afarahi/tatter)|4.503275109170315e-07| -|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.503275109170315e-07| -|pypi|[nodepy](https://github.com/ketch/nodepy)|4.503275109170315e-07| -|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.503275109170315e-07| -|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.503275109170315e-07| -|pypi|[sgdml](http://www.sgdml.org)|4.503275109170315e-07| -|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.503275109170315e-07| -|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.503275109170315e-07| -|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.503275109170315e-07| -|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.503275109170315e-07| -|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.503275109170315e-07| -|pypi|[clint](https://github.com/kennethreitz/clint)|4.503275109170315e-07| -|pypi|[plotly_express](https://plotly.express/)|4.503275109170315e-07| -|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.503275109170315e-07| -|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.503275109170315e-07| -|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.503275109170315e-07| -|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.503275109170315e-07| -|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.503275109170315e-07| -|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.5032751091703064e-07| -|pypi|[findiff](https://github.com/maroba/findiff)|4.5032751091703064e-07| -|pypi|[blessed](https://github.com/jquast/blessed)|4.48826419213977e-07| -|pypi|[time-machine](https://pypi.org/project/time-machine)|4.3862458976375814e-07| -|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.375274409056389e-07| -|pypi|[playwright](https://pypi.org/project/playwright)|4.26116354416115e-07| -|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.210854647535894e-07| -|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.205889017055286e-07| -|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.205889017055286e-07| -|pypi|[spaghetti](https://github.com/pysal/spaghetti)|4.0029112081513965e-07| -|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|4.0029112081513965e-07| -|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|4.0029112081513965e-07| -|pypi|[modAL](https://modAL-python.github.io/)|4.0029112081513965e-07| -|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|4.0029112081513965e-07| -|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|4.0029112081513965e-07| -|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|4.0029112081513965e-07| -|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|4.0029112081513965e-07| -|pypi|[publib](https://github.com/erwanp/publib)|4.0029112081513965e-07| -|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|4.0029112081513965e-07| -|pypi|[fleck](https://github.com/bmorris3/fleck)|4.0029112081513965e-07| -|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|4.0029112081513965e-07| -|pypi|[yabox](https://github.com/pablormier/yabox)|4.0029112081513965e-07| -|pypi|[htof](https://pypi.org/project/htof)|4.0029112081513965e-07| -|pypi|[acor](http://github.com/dfm/acor)|4.0029112081513965e-07| -|pypi|[stanza](https://github.com/stanfordnlp/stanza)|4.0029112081513965e-07| -|pypi|[injector](https://github.com/alecthomas/injector)|4.0029112081513965e-07| -|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|4.0029112081513965e-07| -|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|4.0029112081513965e-07| -|pypi|[easywebdav](http://github.com/amnong/easywebdav)|4.0029112081513965e-07| -|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|4.0029112081513965e-07| -|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|4.0029112081513965e-07| -|pypi|[textdistance](https://github.com/orsinium/textdistance)|4.0029112081513965e-07| -|pypi|[sk-video](http://scikit-video.org/)|4.0029112081513965e-07| -|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|4.0029112081513965e-07| -|pypi|[chaospy](https://chaospy.readthedocs.io/)|4.0029112081513965e-07| -|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|4.0029112081513965e-07| -|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|4.0029112081513965e-07| -|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|4.0029112081513965e-07| -|pypi|[retriever](https://github.com/weecology/retriever)|4.0029112081513965e-07| -|pypi|[dca](https://github.com/theislab/dca)|4.0029112081513965e-07| -|pypi|[vmad](https://pypi.org/project/vmad)|4.002911208151383e-07| -|pypi|[abopt](https://pypi.org/project/abopt)|4.002911208151383e-07| -|pypi|[fastpm](https://pypi.org/project/fastpm)|4.002911208151383e-07| -|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|4.002911208151383e-07| -|pypi|[k2plr](https://github.com/rodluger/k2plr)|4.002911208151383e-07| -|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|4.002911208151383e-07| -|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|4.002911208151383e-07| -|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9628820960698934e-07| -|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9628820960698934e-07| -|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8379651604328846e-07| -|pypi|[panflute](https://pypi.org/project/panflute)|3.8379651604328846e-07| -|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8379651604328846e-07| -|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.8104635539133356e-07| -|pypi|[pypng](https://pypi.org/project/pypng)|3.8104635539133356e-07| -|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.8104635539133356e-07| -|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.8104635539133356e-07| -|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.7922316708802756e-07| -|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.6804039301309984e-07| -|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.6580450117568017e-07| -|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.6580450117568017e-07| -|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.6580450117568017e-07| -|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.6580450117568017e-07| -|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.6580450117568017e-07| -|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.6580450117568017e-07| -|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.6580450117568017e-07| -|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.6580450117568017e-07| -|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.6580450117568017e-07| -|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.6580450117568017e-07| -|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.6580450117568017e-07| -|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.6580450117568017e-07| -|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.6580450117568017e-07| -|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.6580450117568017e-07| -|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.6580450117568017e-07| -|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.6580450117568017e-07| -|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.6580450117568017e-07| -|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.6580450117568017e-07| -|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.602620087336313e-07| -|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.602620087336313e-07| -|pypi|[clldutils](https://github.com/clld/clldutils)|3.602620087336313e-07| -|pypi|[pypka](https://pypka.org)|3.602620087336313e-07| -|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.602620087336262e-07| -|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.602620087336262e-07| -|pypi|[st-pages](https://pypi.org/project/st-pages)|3.602620087336262e-07| -|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.602620087336262e-07| -|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.602620087336262e-07| -|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.602620087336262e-07| -|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.602620087336262e-07| -|pypi|[fsps](https://github.com/dfm/python-fsps)|3.602620087336262e-07| -|pypi|[slab](http://github.com/DrMarc/slab.git)|3.602620087336262e-07| -|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.602620087336262e-07| -|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.602620087336262e-07| -|pypi|[muse-origin](https://github.com/musevlt/origin)|3.602620087336262e-07| -|pypi|[libroadrunner](http://libroadrunner.org)|3.602620087336262e-07| -|pypi|[cora](https://heycora.com)|3.602620087336262e-07| -|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.6026200873362445e-07| -|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.6026200873362445e-07| -|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.6026200873362445e-07| -|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.6026200873362445e-07| -|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.6026200873362445e-07| -|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.6026200873362445e-07| -|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.6026200873362445e-07| -|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.6026200873362117e-07| -|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.6026200873362117e-07| -|pypi|[grpcio-reflection](https://grpc.io)|3.3324235807860515e-07| -|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.27510917030567e-07| -|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.27510917030567e-07| -|pypi|[OpenNMT-py](https://opennmt.net/)|3.27510917030567e-07| -|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.27510917030567e-07| -|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.27510917030567e-07| -|pypi|[fastcluster](http://danifold.net)|3.27510917030567e-07| -|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.27510917030567e-07| -|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.27510917030567e-07| -|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.27510917030567e-07| -|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.27510917030567e-07| -|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.27510917030567e-07| -|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.27510917030567e-07| -|pypi|[dask-image](https://github.com/dask/dask-image)|3.27510917030567e-07| -|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.27510917030567e-07| -|pypi|[amply](http://github.com/willu47/amply)|3.27510917030567e-07| -|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.27510917030567e-07| -|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.27510917030567e-07| -|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.27510917030567e-07| -|pypi|[biomaj](http://biomaj.genouest.org)|3.27510917030567e-07| -|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.27510917030567e-07| -|pypi|[energyflow](https://energyflow.network)|3.27510917030567e-07| -|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.27510917030567e-07| -|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.27510917030567e-07| -|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.27510917030567e-07| -|pypi|[bravado](https://github.com/Yelp/bravado)|3.27510917030567e-07| -|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.27510917030567e-07| -|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.27510917030567e-07| -|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.27510917030567e-07| -|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.27510917030567e-07| -|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.27510917030567e-07| -|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.27510917030567e-07| -|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.27510917030567e-07| -|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.151969760999209e-07| -|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.0522197962154394e-07| -|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|3.00218340611356e-07| -|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|3.00218340611356e-07| -|pypi|[k2sc](https://github.com/OxES/k2sc)|3.00218340611356e-07| -|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|3.00218340611356e-07| -|pypi|[octopuspy](https://github.com/afatt/octopuspy)|3.00218340611356e-07| -|pypi|[yacs](https://github.com/rbgirshick/yacs)|3.00218340611356e-07| -|pypi|[daft](http://daft-pgm.org)|3.00218340611356e-07| -|pypi|[deeprank](https://github.com/DeepRank/deeprank)|3.00218340611356e-07| -|pypi|[iScore](https://github.com/DeepRank/iScore)|3.00218340611356e-07| -|pypi|[plonk](https://github.com/dmentipl/plonk)|3.00218340611356e-07| -|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|3.00218340611356e-07| -|pypi|[prox_tv](https://github.com/albarji/proxTV)|3.00218340611356e-07| -|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|3.00218340611356e-07| -|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|3.00218340611356e-07| -|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|3.00218340611356e-07| -|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|3.00218340611356e-07| -|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.886714813570729e-07| -|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7712462210279483e-07| -|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7712462210279483e-07| -|pypi|[einsteinpy](https://einsteinpy.org/)|2.771246221027898e-07| -|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.771246221027898e-07| -|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.771246221027898e-07| -|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.771246221027898e-07| -|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.771246221027898e-07| -|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.771246221027898e-07| -|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.771246221027898e-07| -|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.771246221027898e-07| -|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.771246221027898e-07| -|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.771246221027898e-07| -|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.771246221027898e-07| -|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.771246221027898e-07| -|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.771246221027898e-07| -|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.771246221027898e-07| -|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.771246221027898e-07| -|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.771246221027898e-07| -|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.771246221027898e-07| -|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.771246221027898e-07| -|pypi|[outcome](https://github.com/python-trio/outcome)|2.741422333125365e-07| -|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.573300062383059e-07| -|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.573300062383059e-07| -|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.573300062383059e-07| -|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.573300062383059e-07| -|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.573300062383059e-07| -|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.573300062383059e-07| -|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.573300062383059e-07| -|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.573300062383059e-07| -|pypi|[dash_auth](https://plotly.com/dash)|2.573300062383059e-07| -|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.573300062383059e-07| -|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.573300062383059e-07| -|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.573300062383059e-07| -|pypi|[cloup](https://github.com/janLuke/cloup)|2.573300062383059e-07| -|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.573300062383059e-07| -|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.573300062383059e-07| -|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.573300062383059e-07| -|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.573300062383059e-07| -|pypi|[dace-query](https://dace.unige.ch/)|2.573300062383059e-07| -|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.573300062383059e-07| -|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.573300062383059e-07| -|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.530411728009996e-07| -|pypi|[retry](https://github.com/invl/retry)|2.530411728009996e-07| -|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.4017467248908076e-07| -|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.4017467248908076e-07| -|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.4017467248908076e-07| -|pypi|[ficus](https://github.com/camillescott/ficus)|2.4017467248908076e-07| -|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.4017467248908076e-07| -|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.4017467248908076e-07| -|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.4017467248908076e-07| -|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.4017467248908076e-07| -|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.4017467248908076e-07| -|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.4017467248908076e-07| -|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.4017467248908076e-07| -|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.4017467248908076e-07| -|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3777292576419158e-07| -|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2516375545851574e-07| -|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2516375545851574e-07| -|pypi|[pirecorder](https://github.com/jollejolles)|2.2516375545851574e-07| -|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2516375545851574e-07| -|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2516375545851574e-07| -|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2516375545851574e-07| -|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2516375545851574e-07| -|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2516375545851574e-07| -|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2516375545851574e-07| -|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2516375545851574e-07| -|pypi|[frites](https://github.com/brainets/frites)|2.2516375545851574e-07| -|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2516375545851574e-07| -|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2516375545851574e-07| -|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2516375545851574e-07| -|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2516375545851574e-07| -|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.229121179039315e-07| -|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.2291211790392898e-07| -|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.2216157205240237e-07| -|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.119188286668382e-07| -|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.119188286668382e-07| -|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.119188286668382e-07| -|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.119188286668382e-07| -|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.119188286668382e-07| -|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.119188286668382e-07| -|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.119188286668382e-07| -|pypi|[dmsh](https://pypi.org/project/dmsh)|2.119188286668382e-07| -|pypi|[glvis](https://github.com/glvis/pyglvis)|2.119188286668382e-07| -|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.119188286668382e-07| -|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.119188286668382e-07| -|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.119188286668382e-07| -|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.119188286668382e-07| -|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.1191882866683568e-07| -|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.1191882866683568e-07| -|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|2.0014556040756982e-07| -|pypi|[elisa](https://github.com/mikecokina/elisa)|2.0014556040756982e-07| -|pypi|[kplr](https://github.com/dfm/kplr)|2.0014556040756982e-07| -|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|2.0014556040756982e-07| -|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|2.0014556040756982e-07| -|pypi|[pymunk](http://www.pymunk.org)|2.0014556040756982e-07| -|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|2.0014556040756982e-07| -|pypi|[properimage](https://github.com/toros-astro/ProperImage)|2.0014556040756982e-07| -|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|2.0014556040756982e-07| -|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|2.0014556040756982e-07| -|pypi|[lcdata](https://github.com/kboone/lcdata)|2.0014556040756982e-07| -|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|2.0014556040756982e-07| -|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|2.0014556040756982e-07| -|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|2.0014556040756982e-07| -|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.8961158354401378e-07| -|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sos-r](https://github.com/vatlab/SOS)|1.8961158354401378e-07| -|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.8961158354401378e-07| -|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.8961158354401378e-07| -|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.801310043668131e-07| -|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.801310043668131e-07| -|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7494151590767338e-07| -|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7155333749220307e-07| -|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7155333749220307e-07| -|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7155333749220307e-07| -|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7155333749220307e-07| -|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7155333749220307e-07| -|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.7155333749220212e-07| -|pypi|[torchdata](https://github.com/pytorch/data)|1.6983780411728007e-07| -|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.637554585152835e-07| -|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.637554585152835e-07| -|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.637554585152835e-07| -|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.637554585152835e-07| -|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.637554585152835e-07| -|pypi|[astral](https://github.com/sffjunkie/astral)|1.637554585152835e-07| -|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6211790393013155e-07| -|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6211790393013155e-07| -|pypi|[your](https://github.com/thepetabyteproject/your)|1.5663565597113777e-07| -|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.50109170305678e-07| -|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.50109170305678e-07| -|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.50109170305678e-07| -|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.50109170305678e-07| -|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.50109170305678e-07| -|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.50109170305678e-07| -|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.50109170305678e-07| -|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.50109170305678e-07| -|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.50109170305678e-07| -|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.50109170305678e-07| -|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.50109170305678e-07| -|pypi|[demandlib](https://github.com/oemof/demandlib)|1.50109170305678e-07| -|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.50109170305678e-07| -|pypi|[dhnx](https://pypi.org/project/dhnx)|1.50109170305678e-07| -|pypi|[turbustat](https://turbustat.readthedocs.org)|1.50109170305678e-07| -|pypi|[Pyside6](https://www.pyside.org)|1.50109170305678e-07| -|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.50109170305678e-07| -|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.50109170305678e-07| -|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.50109170305678e-07| -|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.441048034934525e-07| -|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4410480349344998e-07| -|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4410480349344998e-07| -|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4410480349344998e-07| -|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4410480349344998e-07| -|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4410480349344998e-07| -|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4410480349344998e-07| -|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4410480349344998e-07| -|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4410480349344998e-07| -|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4410480349344998e-07| -|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4410480349344998e-07| -|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.385623110513949e-07| -|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.385623110513949e-07| -|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.385623110513949e-07| -|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.385623110513949e-07| -|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.385623110513949e-07| -|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.385623110513949e-07| -|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.385623110513949e-07| -|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.385623110513949e-07| -|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.385623110513949e-07| -|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.385623110513949e-07| -|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.385623110513949e-07| -|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.385623110513949e-07| -|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.385623110513949e-07| -|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.385623110513949e-07| -|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.385623110513949e-07| -|pypi|[authlib](https://authlib.org/)|1.385623110513949e-07| -|pypi|[fspath](https://github.com/return42/fspath)|1.3717668794088111e-07| -|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.3343037360504657e-07| -|pypi|[geobo](https://github.com/sebhaan/geobo)|1.3343037360504657e-07| -|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2866500311915295e-07| -|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2866500311915295e-07| -|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2422827887366413e-07| -|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2422827887366413e-07| -|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2008733624454038e-07| -|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.2008733624454038e-07| -|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1888646288209579e-07| -|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.1505141569235108e-07| -|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.1505141569235108e-07| -|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1145605895196575e-07| -|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.059594143334191e-07| -|pypi|[drop](https://github.com/cod3monk/drop)|1.0293200249532159e-07| -|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|1.0007278020378491e-07| -|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.907205240174734e-08| -|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.736811046854773e-08| -|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.480579177200689e-08| -|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.263880224578981e-08| -|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.237487403426241e-08| -|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.237487403426241e-08| -|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.237487403426241e-08| -|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.237487403426241e-08| -|pypi|[technical](https://github.com/freqtrade/technical)|9.006550218340782e-08| -|pypi|[janus](https://github.com/aio-libs/janus)|9.006550218340655e-08| -|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|9.006550218340655e-08| -|pypi|[viscm](https://github.com/bids/viscm)|8.916484716157184e-08| -|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.916484716157184e-08| -|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.916484716157184e-08| -|pypi|[py3Dmol](https://3dmol.org)|8.916484716157184e-08| -|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.786878261795626e-08| -|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.577666874610153e-08| -|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.577666874610153e-08| -|pypi|[dash-auth](https://plotly.com/dash)|8.577666874610153e-08| -|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.378186249619176e-08| -|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|8.005822416302819e-08| -|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|8.005822416302819e-08| -|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|8.005822416302819e-08| -|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|8.005822416302819e-08| -|pypi|[django-rq](https://github.com/rq/django-rq)|8.005822416302819e-08| -|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|8.005822416302819e-08| -|pypi|[google](http://breakingcode.wordpress.com/)|8.005822416302819e-08| -|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.665149121992012e-08| -|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.43040393013105e-08| -|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.205240174672625e-08| -|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.133187772925823e-08| -|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.928115552569745e-08| -|pypi|[tagore](https://github.com/jordanlab/tagore)|6.797396391200442e-08| -|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.797396391200442e-08| -|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.604803493449822e-08| -|pypi|[comet](http://comet.transientskp.org/)|6.320386118133751e-08| -|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.320386118133751e-08| -|pypi|[icecream](https://github.com/gruns/icecream)|6.320386118133751e-08| -|pypi|[trustme](https://github.com/python-trio/trustme)|5.9443231441047894e-08| -|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.810677560219777e-08| -|pypi|[flowTorch](https://flowtorch.ai/users)|5.6290938864628936e-08| -|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1466001247660796e-08| -|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.074112799065116e-08| -|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.074112799065116e-08| -|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.074112799065116e-08| -|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.074112799065116e-08| -|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.074112799065116e-08| -|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.935096010049627e-08| -|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.340506129320785e-08| -|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.288833437305077e-08| -|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.1959928076034214e-08| -|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.052947598253289e-08| -|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9628820960698806e-08| -|pypi|[jmp](https://github.com/deepmind/jmp)|3.6393815167988675e-08| -|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.4057660454287656e-08| -|pypi|[pika](https://pika.readthedocs.io)|3.101385988228624e-08| -|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.048370843130678e-08| -|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.048370843130678e-08| -|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.264504054897061e-08| -|pypi|[geomet](https://github.com/geomet/geomet)|1.2384006550218417e-08| +|pypi|[numpy](https://pypi.org/project/numpy)|0.08771648399162085| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030882937612729585| +|pypi|[scipy](https://pypi.org/project/scipy)|0.012005976178855524| +|pypi|[pytest](https://pypi.org/project/pytest)|0.010824917610944292| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009596979104241503| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007812619188160334| +|pypi|[six](https://pypi.org/project/six)|0.005751884333841296| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004969948627652628| +|pypi|[h5py](http://www.h5py.org)|0.0046962334469644275| +|pypi|[colorama](https://github.com/tartley/colorama)|0.0045377710488165215| +|pypi|[biopython](https://biopython.org/)|0.0044350138852079345| +|pypi|[pytz](https://pypi.org/project/pytz)|0.004426201526399585| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.004180844978730624| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004156955511380346| +|pypi|[pyyaml](https://pyyaml.org/)|0.003670691205416431| +|pypi|[numba](https://numba.pydata.org)|0.003293228213347207| +|pypi|[cython](https://pypi.org/project/cython)|0.0032485282471534827| +|pypi|[pandas](https://pypi.org/project/pandas)|0.0032150182470747054| +|pypi|[packaging](https://pypi.org/project/packaging)|0.0031744592912705295| +|pypi|[docutils](http://docutils.sourceforge.net/)|0.0031195580702194953| +|pypi|[requests](https://pypi.org/project/requests)|0.0026844973892707915| +|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0026048094027280567| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025854828905733135| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002554700182213093| +|pypi|[tomli](https://pypi.org/project/tomli)|0.0025363023704613906| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002484835258247388| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.002429621668839121| +|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023813550921384548| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023504943433548635| +|pypi|[future](https://pypi.org/project/future)|0.002297533458609078| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.002147791257410709| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021196403981098887| +|pypi|[flake8](https://pypi.org/project/flake8)|0.0020228113510012452| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.0020075875181844783| +|pypi|[astropy](http://astropy.org)|0.0019335256010421004| +|pypi|[lxml](https://pypi.org/project/lxml)|0.0018383763618450204| +|pypi|[mock](https://pypi.org/project/mock)|0.0018238695818146888| +|pypi|[nose](https://pypi.org/project/nose)|0.0017998773845961187| +|pypi|[joblib](https://joblib.readthedocs.io)|0.0017736774831959314| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017209081456718658| +|pypi|[seaborn](https://seaborn.pydata.org)|0.0016905469962345562| +|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016745454658807092| +|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016501476554676726| +|pypi|[wheel](https://pypi.org/project/wheel)|0.0016376715737261897| +|pypi|[idna](https://github.com/kjd/idna)|0.001581192861471885| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015623242013751122| +|pypi|[ipython](https://pypi.org/project/ipython)|0.0015441585859982912| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015201675471689597| +|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015137986017825567| +|pypi|[chardet](https://github.com/chardet/chardet)|0.0014109578400111201| +|pypi|[astroquery](http://astropy.org/astroquery)|0.0013813542758503332| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012924602659056999| +|pypi|[dask](https://pypi.org/project/dask)|0.0012289658053017617| +|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011943719344316974| +|pypi|[twine](https://pypi.org/project/twine)|0.0011758228850020074| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011378232804949847| +|pypi|[ipywidgets](http://ipython.org)|0.0011334082143711149| +|pypi|[mypy](https://pypi.org/project/mypy)|0.0011270690191592118| +|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011251428111272441| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011057843078775388| +|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011051562978609203| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010973692070765826| +|pypi|[pillow](https://python-pillow.org)|0.0010455696552072772| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.001036438918339819| +|pypi|[Babel](http://babel.pocoo.org/)|0.0010331913919272824| +|pypi|[click](https://pypi.org/project/click)|0.001023595955267131| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009970909459368596| +|pypi|[pygments](https://pypi.org/project/pygments)|0.000990430001957255| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.000987895926191763| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009743237716104989| +|pypi|[Cython](http://cython.org/)|0.0009605354448413453| +|pypi|[healpy](http://github.com/healpy)|0.0009379302914994366| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009276423655022306| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009264144996065733| +|pypi|[psutil](https://pypi.org/project/psutil)|0.000924072208006368| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009229398126498448| +|pypi|[keras](https://keras.io/)|0.0009193883772406203| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.00089084131112102| +|pypi|[toml](https://pypi.org/project/toml)|0.0008846416891044824| +|pypi|[attrs](https://pypi.org/project/attrs)|0.0008841296048669273| +|pypi|[tornado](https://pypi.org/project/tornado)|0.0008783942562536788| +|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008500852839083639| +|pypi|[networkx](https://pypi.org/project/networkx)|0.0008448819773287535| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008437761314319346| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000832118101497109| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008247719219094674| +|pypi|[black](https://pypi.org/project/black)|0.0008109366677055486| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007968065209349388| +|pypi|[docopt](https://pypi.org/project/docopt)|0.0007962119132245496| +|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0007957908115064036| +|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007927479261249509| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00078647666733899| +|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007861720347184911| +|pypi|[py-make](https://github.com/tqdm/pymake)|0.0007752507857372128| +|pypi|[jupyter](http://jupyter.org)|0.0007696420294448171| +|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007654238071945584| +|pypi|[photutils](https://github.com/astropy/photutils)|0.0007605133557053435| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007568710057714739| +|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007548119154078939| +|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007478207891985955| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007474221666520346| +|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007317988401724908| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007274337257071204| +|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007157266774480835| +|pypi|[asdf](https://pypi.org/project/asdf)|0.000711900076828519| +|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007103770948929225| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007003662742328662| +|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006881977572519275| +|pypi|[tqdm](https://tqdm.github.io)|0.0006880627760882019| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006877610382257564| +|pypi|[sympy](https://sympy.org)|0.0006862335825733799| +|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006755409990944418| +|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006540485623905924| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006484339481322863| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006471256871337055| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006469943203866247| +|pypi|[py](https://pypi.org/project/py)|0.000645948296304466| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006283601380836999| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006140393690122048| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006018666625664563| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005925346906714441| +|pypi|[cffi](https://pypi.org/project/cffi)|0.0005922354678373478| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005900821172531947| +|pypi|[filelock](https://pypi.org/project/filelock)|0.0005891727829928085| +|pypi|[scikit-learn](http://scikit-learn.org)|0.000587011365360674| +|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005815828213829348| +|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005763664773235479| +|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005694139302137202| +|pypi|[zipp](https://pypi.org/project/zipp)|0.0005661869004166529| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005657461659112681| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.0005647007099796741| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.000561190206371441| +|pypi|[isal](https://pypi.org/project/isal)|0.0005586130937273386| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005570110326824266| +|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005539482701735146| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005452510637539397| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005451696271531573| +|pypi|[jax](https://github.com/google/jax)|0.0005434015494432847| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005433625558799766| +|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005424125930122213| +|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005388127570696437| +|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005359743887643234| +|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005348008024496714| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.000532332322035957| +|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005180915259504818| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000514307169368715| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005136171289302211| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005120999294817113| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005120999294817113| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005091104785848667| +|pypi|[dill](https://pypi.org/project/dill)|0.000506764667678935| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005059796001628697| +|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005024220219878366| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004926525137819292| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004921217604624762| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004911560745378848| +|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004879192051685214| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004865863146999751| +|pypi|[enum34](https://pypi.org/project/enum34)|0.0004789696574610692| +|pypi|[webencodings](https://pypi.org/project/webencodings)|0.000477354762686141| +|pypi|[pathlib](https://pypi.org/project/pathlib)|0.00047501075709471607| +|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.0004744027895802123| +|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0004698192505347809| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046484063052724283| +|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.0004589577970421894| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045462929086349086| +|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004486947063089195| +|pypi|[isort](https://pypi.org/project/isort)|0.00044794488479527056| +|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.0004473005283297754| +|pypi|[decorator](https://github.com/micheles/decorator)|0.0004466176740995369| +|pypi|[brotli](https://pypi.org/project/brotli)|0.00044433845969788735| +|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0004436695378586855| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00044017656891125737| +|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.0004401612200444818| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004376471428103394| +|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004356429739900986| +|pypi|[olefile](https://pypi.org/project/olefile)|0.0004324826757475092| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042941467775565334| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004287318714180466| +|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004282990608216755| +|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004238257740980443| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004231592113410441| +|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004194634672732773| +|pypi|[torch](https://pytorch.org/)|0.00041753587239378554| +|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004161963871272132| +|pypi|[codecov](https://pypi.org/project/codecov)|0.00041432295061461253| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040734654258580924| +|pypi|[imageio](https://github.com/imageio/imageio)|0.0004069788560374054| +|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040639642889541035| +|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004020293081217296| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003964322516316504| +|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003937532373355434| +|pypi|[plotly](https://pypi.org/project/plotly)|0.0003936913082470455| +|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039097538298170825| +|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0003891829291577355| +|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038706199169057293| +|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.0003841490818762043| +|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038237568260676604| +|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003790275377923997| +|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037709099821704137| +|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.0003739848334910936| +|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037381265789872476| +|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003707585833199579| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036638619530695167| +|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.0003651887906002893| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00036193277513818766| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003596222906716307| +|pypi|[fields](https://pypi.org/project/fields)|0.0003596222906716307| +|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003576749245852344| +|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.0003548728306444138| +|pypi|[execnet](https://pypi.org/project/execnet)|0.00035275234722448713| +|pypi|[hunter](https://pypi.org/project/hunter)|0.00034873809005070975| +|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034871779582635367| +|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003482032900304685| +|pypi|[gym](https://pypi.org/project/gym)|0.00034725949393103257| +|pypi|[xarray](https://pypi.org/project/xarray)|0.0003463271806593614| +|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034578628389665136| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003455959841588328| +|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003455393931239686| +|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034326829969793285| +|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003408199036118412| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00034023279904020243| +|pypi|[pydot](https://pypi.org/project/pydot)|0.0003377075576404673| +|pypi|[munkres](https://pypi.org/project/munkres)|0.00033576680690437593| +|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032862682344775084| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032780719332853667| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00032613309451513936| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00032388775996733084| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00032277904757014014| +|pypi|[rich](https://pypi.org/project/rich)|0.0003202140026465713| +|pypi|[pip](https://pypi.org/project/pip)|0.000311777380857346| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031171836246552797| +|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00030952987415967966| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003046741114484958| +|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003040371285853831| +|pypi|[python](http://www.python.org/2.5)|0.00029941973704749377| +|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002987353175985698| +|pypi|[ujson](https://pypi.org/project/ujson)|0.0002964501270809481| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0002962906871554157| +|pypi|[babel](https://pypi.org/project/babel)|0.0002936035537592038| +|pypi|[emcee](https://emcee.readthedocs.io)|0.00029321125228248796| +|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.00029253460014423574| +|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.0002912401144195173| +|pypi|[pooch](https://pypi.org/project/pooch)|0.00028631362763634644| +|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002859710708934033| +|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002847723357584157| +|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002845993473531545| +|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.0002815185369833212| +|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0002787550572835382| +|pypi|[Flask](https://pypi.org/project/Flask)|0.0002783144420386275| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0002778595264759169| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.000274253005210707| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027283804425954906| +|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.0002717061656081394| +|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027070393628560586| +|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026447699378569694| +|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002617657722987672| +|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.00026174887286214293| +|pypi|[tox](https://pypi.org/project/tox)|0.00025869609216791186| +|pypi|[keyring](https://pypi.org/project/keyring)|0.000258677624476568| +|pypi|[pox](https://pypi.org/project/pox)|0.0002584174555213555| +|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00025835545549708194| +|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025835545549708194| +|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.00025621465220228924| +|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025406283229444153| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.00025349738091692646| +|pypi|[pep517](https://pypi.org/project/pep517)|0.00025219636967236986| +|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002516341338909972| +|pypi|[reno](https://pypi.org/project/reno)|0.00025132177606204524| +|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025038925911489426| +|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00025025812617056776| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.000249346845793705| +|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0002484331295970165| +|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002482333611854099| +|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024811726946982396| +|pypi|[furo](https://pypi.org/project/furo)|0.00024797926723127113| +|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024379407728746086| +|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024333542340259644| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00024145989426249952| +|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002414428673060607| +|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002414428673060607| +|pypi|[wmi](https://pypi.org/project/wmi)|0.000239937993564485| +|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00023930384336475708| +|pypi|[mappy](https://github.com/lh3/minimap2)|0.00023466678354278067| +|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023438352533831913| +|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.00023393475193608137| +|pypi|[lz4](https://pypi.org/project/lz4)|0.0002307507382678422| +|pypi|[fs](https://pypi.org/project/fs)|0.00022859070182743686| +|pypi|[semver](https://github.com/python-semver/python-semver)|0.00022777874091038617| +|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022696183538215462| +|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002266486871754813| +|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022486608504208332| +|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002246952071337582| +|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022389865844815084| +|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022234262729265661| +|pypi|[ci-info](https://pypi.org/project/ci-info)|0.0002213119728254647| +|pypi|[arviz](https://pypi.org/project/arviz)|0.00021747741989111162| +|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.00021695199990540235| +|pypi|[pint](https://pypi.org/project/pint)|0.00021555138887803917| +|pypi|[gast](https://pypi.org/project/gast)|0.0002151253109938721| +|pypi|[multidict](https://pypi.org/project/multidict)|0.0002141962459094136| +|pypi|[notebook](http://jupyter.org)|0.0002134415839204981| +|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021334475740625522| +|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021105004306366177| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107016511886876| +|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021059003662969047| +|pypi|[ultranest](https://pypi.org/project/ultranest)|0.00021013639348750043| +|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020901678990484874| +|pypi|[pulp](https://pypi.org/project/pulp)|0.00020888980005620312| +|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020703520267357744| +|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.0002065809108636413| +|pypi|[psycopg2-binary](https://psycopg.org/)|0.00020516397961690798| +|pypi|[sh](https://github.com/amoffat/sh)|0.00020445233382144188| +|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020407989998272438| +|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020402339975432337| +|pypi|[xattr](https://pypi.org/project/xattr)|0.00020284676916795984| +|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020095985940847986| +|pypi|[doit](http://pydoit.org)|0.00020083228243383927| +|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00020051726578372748| +|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020013386382471772| +|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001991222736654209| +|pypi|[redis](https://pypi.org/project/redis)|0.00019789795897534327| +|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019615471072512332| +|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019504765449219528| +|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019462134131278442| +|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019341095182765264| +|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018795729709280854| +|pypi|[asv](https://pypi.org/project/asv)|0.00018766892344054256| +|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001861395208151328| +|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001836452570749529| +|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018298837364379253| +|pypi|[futures](https://pypi.org/project/futures)|0.00018175729655920002| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018077444026552678| +|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001794778825235678| +|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001794778825235678| +|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001794778825235678| +|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001794778825235678| +|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001794778825235678| +|pypi|[http](https://github.com/franckcuny/http)|0.0001794778825235678| +|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001794778825235678| +|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001794778825235678| +|pypi|[conan](https://conan.io)|0.00017944912004239417| +|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017887962291515593| +|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0001781568964783648| +|pypi|[libclang](https://pypi.org/project/libclang)|0.00017805557450134332| +|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017759371228718773| +|pypi|[flask](https://palletsprojects.com/p/flask)|0.00017723810984616138| +|pypi|[nestle](https://pypi.org/project/nestle)|0.0001749035271196499| +|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017489646501022332| +|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017404569666871542| +|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017393659833899624| +|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017300921076318163| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017224711697928278| +|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017215822167772725| +|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001720118300160792| +|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017047854280554468| +|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016942517164674522| +|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016939688554771777| +|pypi|[gdal](https://pypi.org/project/gdal)|0.00016879180305867436| +|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016835688019237974| +|pypi|[jaxlib](https://github.com/google/jax)|0.0001681943744338147| +|pypi|[scikit-bio](http://scikit-bio.org)|0.00016813425877965402| +|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016764700116669783| +|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.0001675365933953101| +|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016667940018647053| +|pypi|[monotonic](https://pypi.org/project/monotonic)|0.0001660235182874601| +|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016336684588618908| +|pypi|[markdown](https://pypi.org/project/markdown)|0.0001624960858373449| +|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016221908992023205| +|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016153009427121102| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016046628982337096| +|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015991918102189383| +|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.00015920445615398945| +|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015913705583756347| +|pypi|[gunicorn](https://gunicorn.org)|0.00015879943339321465| +|pypi|[jedi](https://pypi.org/project/jedi)|0.00015759563773647245| +|pypi|[camb](https://pypi.org/project/camb)|0.0001567319516639143| +|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015615462195292176| +|pypi|[python-libsbml](http://sbml.org)|0.00015552173581161025| +|pypi|[ete3](http://etetoolkit.org)|0.00015295503988397392| +|pypi|[rsa](https://pypi.org/project/rsa)|0.00015250631932222036| +|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015215635609411226| +|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015152681262618783| +|pypi|[streamlit](https://streamlit.io)|0.00015141520511758008| +|pypi|[texext](https://pypi.org/project/texext)|0.00015126274975965062| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015042361559004084| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.0001495904618265429| +|pypi|[bmipy](http://csdms.colorado.edu)|0.00014956490210297317| +|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00014955528719716785| +|pypi|[shapely](https://github.com/shapely/shapely)|0.00014892874280142505| +|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001475258717474704| +|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001473570118983655| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014725933508589323| +|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001468190100704097| +|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014620232116898397| +|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.0001433430021754895| +|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014268414761453194| +|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014262081736247798| +|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014211385061638869| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.0001419295180117301| +|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00014170679218919666| +|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014168867561813723| +|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014141717600745882| +|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014123064530444516| +|pypi|[ginga](https://pypi.org/project/ginga)|0.00014106331819396207| +|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014101833626851756| +|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014059524272847396| +|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001401778347641084| +|pypi|[blinker](https://pypi.org/project/blinker)|0.00013969513675667685| +|pypi|[httpx](https://pypi.org/project/httpx)|0.00013925457256585858| +|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.0001390533281153556| +|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013865484729737039| +|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013832222346181738| +|pypi|[dash](https://plotly.com/dash)|0.00013809382455473926| +|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013770855446677187| +|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013759970993473532| +|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013736464084304972| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.0001372291339777081| +|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013633196933595775| +|pypi|[fire](https://pypi.org/project/fire)|0.00013616346554318722| +|pypi|[simframe](https://github.com/stammler/simframe)|0.0001351212058427432| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.0001345566529799436| +|pypi|[pyregion](https://github.com/astropy/pyregion)|0.0001335236554598411| +|pypi|[argh](https://pypi.org/project/argh)|0.00013311923754273284| +|pypi|[boto3](https://pypi.org/project/boto3)|0.00013242037704323678| +|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.0001316171138506164| +|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.0001316171138506164| +|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001315010571140627| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00013131243751244226| +|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013033512897544806| +|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013024254117890811| +|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.000130088308184277| +|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013007242047488604| +|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012977396002711647| +|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012977396002711647| +|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012930955917534435| +|pypi|[plac](https://pypi.org/project/plac)|0.00012891472151851049| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012891399688719254| +|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012885905987949057| +|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012707402765583996| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012690231000542817| +|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126456275011012| +|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.0001261791180900318| +|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012612167201906145| +|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012610255260303273| +|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012608709497318143| +|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.00012567001392514712| +|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012467102512637545| +|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012436548223350254| +|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.00012352456035559804| +|pypi|[django](https://pypi.org/project/django)|0.00012349745518066185| +|pypi|[panel](https://pypi.org/project/panel)|0.0001231009206088018| +|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012281917843279445| +|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012281917843279445| +|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001227592153847036| +|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.000122643219724438| +|pypi|[livereload](https://pypi.org/project/livereload)|0.00012240411097405438| +|pypi|[tables](https://pypi.org/project/tables)|0.00012239719111999624| +|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.0001222356142769486| +|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012192846811850695| +|pypi|[pyia](http://github.com/adrn/pyia)|0.00012180565627266135| +|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012163399541252944| +|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012114518633540374| +|pypi|[munch](https://pypi.org/project/munch)|0.00012085708627742616| +|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012064909111890762| +|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012060209870750331| +|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.0001205773545141407| +|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012004309142634016| +|pypi|[distributed](https://distributed.dask.org)|0.00011988019374457814| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011979368274875924| +|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00011965192168237854| +|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00011965192168237854| +|pypi|[udatetime](https://github.com/freach/udatetime)|0.00011965192168237854| +|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00011965192168237854| +|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00011965192168237854| +|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00011965192168237854| +|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00011965192168237854| +|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00011965192168237854| +|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00011965192168237854| +|pypi|[cogent3](https://cogent3.org)|0.00011965192168237854| +|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011952934361335272| +|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011922399987913948| +|pypi|[Django](https://pypi.org/project/Django)|0.00011906457019410889| +|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011884683685503746| +|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.0001186970073074134| +|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011810749680582894| +|pypi|[ads](http://www.github.com/andycasey/ads/)|0.00011687177409034681| +|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011643344147018701| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.0001160733384303921| +|pypi|[parso](https://pypi.org/project/parso)|0.00011606190618561866| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011579557991410285| +|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011532127796318158| +|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011480601885424222| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011423792277456893| +|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011390477699771743| +|pypi|[mistune](https://pypi.org/project/mistune)|0.00011369729910885152| +|pypi|[pycurl](http://pycurl.io/)|0.00011357548095380285| +|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011330187624317243| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011267802703901471| +|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00011253754796646104| +|pypi|[holoviews](https://www.holoviews.org)|0.00011229348324232156| +|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.0001122445548428808| +|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011221893447082818| +|pypi|[typer](https://pypi.org/project/typer)|0.00011215002330330671| +|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011187468014499278| +|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.0001118503722010922| +|pypi|[shiboken2](https://www.pyside.org)|0.00011158498912255258| +|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011110535584792293| +|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011050128134724348| +|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011006715287419525| +|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010988811857667977| +|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010919827817274477| +|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010903864083704548| +|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010847493458127303| +|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010809501683470472| +|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010768672951414069| +|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010768672951414068| +|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010760320836377409| +|pypi|[testpath](https://pypi.org/project/testpath)|0.00010752315415864828| +|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010731899927483685| +|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010730801755705593| +|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010706757824024968| +|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010622571100491158| +|pypi|[pbr](https://pypi.org/project/pbr)|0.00010620391079962445| +|pypi|[json5](https://pypi.org/project/json5)|0.00010617210244892609| +|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010506454402551134| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010490902650907107| +|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010488919533549461| +|pypi|[astroML_addons](http://astroML.github.com)|0.00010469543147208122| +|pypi|[os](https://pypi.org/project/os)|0.00010469543147208122| +|pypi|[time](UNKNOWN)|0.00010469543147208122| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010425252917298797| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010421139926010349| +|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001040249804553407| +|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001040017134588859| +|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010399565543613588| +|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010292362990065368| +|pypi|[stopit](https://pypi.org/project/stopit)|0.00010266499366243961| +|pypi|[skimage](https://pypi.org/project/skimage)|0.00010232958665699782| +|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010143800078663183| +|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010125762353900686| +|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010119430270264487| +|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010060504051879352| +|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010039488403975893| +|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.00010028343178109082| +|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.970993473531545e-05| +|pypi|[reproject](https://pypi.org/project/reproject)|9.954841393107792e-05| +|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.935668104767468e-05| +|pypi|[docker](https://github.com/docker/docker-py)|9.932428060337056e-05| +|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.928563843956728e-05| +|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.86230964467005e-05| +|pypi|[Keras](https://keras.io/)|9.82066608369236e-05| +|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.812725546199415e-05| +|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.678964404392112e-05| +|pypi|[sunpy](https://pypi.org/project/sunpy)|9.678040496753174e-05| +|pypi|[nbclient](https://pypi.org/project/nbclient)|9.64156657791366e-05| +|pypi|[gwpy](https://gwpy.github.io)|9.636842534353785e-05| +|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.634179107978523e-05| +|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.614886563762561e-05| +|pypi|[async_generator](https://pypi.org/project/async_generator)|9.607866170398544e-05| +|pypi|[geopandas](http://geopandas.org)|9.57673551934044e-05| +|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.499680734743734e-05| +|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.494493889762995e-05| +|pypi|[pycosat](https://pypi.org/project/pycosat)|9.4811787197574e-05| +|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.474327454591298e-05| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.372733865119653e-05| +|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.364522838450344e-05| +|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.362351979057927e-05| +|pypi|[cigar](https://github.com/brentp/cigar)|9.332849891225526e-05| +|pypi|[IPython](https://ipython.org)|9.309981834590822e-05| +|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.309501883499009e-05| +|pypi|[urllib](https://urllib3.readthedocs.io/)|9.245830311820159e-05| +|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.219683203509555e-05| +|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.209828650319949e-05| +|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.190741109242182e-05| +|pypi|[websockets](https://pypi.org/project/websockets)|9.177022234524887e-05| +|pypi|[jeepney](https://pypi.org/project/jeepney)|9.125210102143434e-05| +|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.116336890085985e-05| +|pypi|[pytorch](http://pytorch.org)|9.116336890085985e-05| +|pypi|[cftime](https://pypi.org/project/cftime)|9.05364614309748e-05| +|pypi|[partd](https://pypi.org/project/partd)|9.040833492704002e-05| +|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.039395225485671e-05| +|pypi|[regions](https://github.com/astropy/regions)|9.000437396559195e-05| +|pypi|[green](https://github.com/CleanCut/green)|8.97389412617839e-05| +|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.97389412617839e-05| +|pypi|[GetDist](https://getdist.readthedocs.io)|8.97389412617839e-05| +|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.97389412617839e-05| +|pypi|[cherrypy](https://www.cherrypy.org)|8.97389412617839e-05| +|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.97389412617839e-05| +|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.97389412617839e-05| +|pypi|[South](http://south.aeracode.org/)|8.97389412617839e-05| +|pypi|[radio-pyse](http://docs.transientskp.org/)|8.97389412617839e-05| +|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.97389412617839e-05| +|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.97389412617839e-05| +|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.97389412617839e-05| +|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.97389412617839e-05| +|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.97389412617839e-05| +|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.97389412617839e-05| +|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.97389412617839e-05| +|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.97389412617839e-05| +|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.97389412617839e-05| +|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.97389412617839e-05| +|pypi|[openmdao](http://openmdao.org)|8.97389412617839e-05| +|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.97389412617839e-05| +|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.97389412617839e-05| +|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.97389412617839e-05| +|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.97389412617839e-05| +|pypi|[ppft](https://pypi.org/project/ppft)|8.969992377906077e-05| +|pypi|[zarr](https://pypi.org/project/zarr)|8.891848790197474e-05| +|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.859048928061727e-05| +|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.858844201483795e-05| +|pypi|[autograd](https://pypi.org/project/autograd)|8.810114191639816e-05| +|pypi|[wxPython](https://pypi.org/project/wxPython)|8.800826168030664e-05| +|pypi|[contourpy](https://pypi.org/project/contourpy)|8.749558531825396e-05| +|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.743794276789202e-05| +|pypi|[terminado](https://pypi.org/project/terminado)|8.731797051695309e-05| +|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.724501983534532e-05| +|pypi|[iminuit](https://pypi.org/project/iminuit)|8.660706192375428e-05| +|pypi|[deprecated](https://pypi.org/project/deprecated)|8.593500676970198e-05| +|pypi|[pyvo](https://github.com/astropy/pyvo)|8.590807621715778e-05| +|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.555755690191584e-05| +|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.54556931179961e-05| +|pypi|[debugpy](https://pypi.org/project/debugpy)|8.540063250175253e-05| +|pypi|[Six](https://pypi.org/project/Six)|8.52631946981304e-05| +|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.507713836959421e-05| +|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.47813218205445e-05| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.45690233994613e-05| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.42138956526145e-05| +|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.413950784007409e-05| +|pypi|[biom-format](http://www.biom-format.org)|8.411156182015954e-05| +|pypi|[gitpython](https://pypi.org/project/gitpython)|8.347808319433196e-05| +|pypi|[yt](https://github.com/yt-project/yt)|8.294935213445004e-05| +|pypi|[iso8601](https://pypi.org/project/iso8601)|8.278503562104209e-05| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.26233284064263e-05| +|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.257251070354474e-05| +|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.241275427921215e-05| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.187156730427813e-05| +|pypi|[orjson](https://pypi.org/project/orjson)|8.17517025951341e-05| +|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.168894483171628e-05| +|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.118067460368248e-05| +|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.080107462082307e-05| +|pypi|[alembic](https://alembic.sqlalchemy.org)|7.994627725199778e-05| +|pypi|[flaky](https://pypi.org/project/flaky)|7.974448574357067e-05| +|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.962570405954885e-05| +|pypi|[kaleido](https://pypi.org/project/kaleido)|7.921110950862729e-05| +|pypi|[deap](https://pypi.org/project/deap)|7.917689410789698e-05| +|pypi|[freezegun](https://pypi.org/project/freezegun)|7.893741260947898e-05| +|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.890381294722702e-05| +|pypi|[getdist](https://getdist.readthedocs.io)|7.886685486377292e-05| +|pypi|[appnope](https://pypi.org/project/appnope)|7.885616533226759e-05| +|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.876296633452289e-05| +|pypi|[asttokens](https://pypi.org/project/asttokens)|7.874252037900482e-05| +|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.859309112387941e-05| +|pypi|[corner](https://corner.readthedocs.io)|7.809856751436097e-05| +|pypi|[executing](https://pypi.org/project/executing)|7.785187825520365e-05| +|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.750181290790427e-05| +|pypi|[distro](https://pypi.org/project/distro)|7.719930545168837e-05| +|pypi|[fastapi](https://pypi.org/project/fastapi)|7.6713798977849e-05| +|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.666269553506682e-05| +|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.64433207394603e-05| +|pypi|[pylint](http://pylint.pycqa.org)|7.615102518877875e-05| +|pypi|[elementpath](https://pypi.org/project/elementpath)|7.587715342704341e-05| +|pypi|[botocore](https://github.com/boto/botocore)|7.552083795622413e-05| +|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.531650220451781e-05| +|pypi|[rasterio](https://pypi.org/project/rasterio)|7.520029149233722e-05| +|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.489498398216833e-05| +|pypi|[atari-py](https://pypi.org/project/atari-py)|7.449190248478176e-05| +|pypi|[invoke](https://pypi.org/project/invoke)|7.392285984676722e-05| +|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.371413032217964e-05| +|pypi|[ipdb](https://pypi.org/project/ipdb)|7.363563872768653e-05| +|pypi|[specutils](https://pypi.org/project/specutils)|7.358833267486908e-05| +|pypi|[lockfile](https://pypi.org/project/lockfile)|7.357213531369508e-05| +|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.349279618133861e-05| +|pypi|[retrying](https://github.com/rholder/retrying)|7.346110392422663e-05| +|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.32192512889576e-05| +|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.304480298457048e-05| +|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.304480298457048e-05| +|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.251631617113851e-05| +|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.251631617113851e-05| +|pypi|[igraph](https://pypi.org/project/igraph)|7.24341296944713e-05| +|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.214411644595289e-05| +|pypi|[pymysql](https://pypi.org/project/pymysql)|7.213871623267008e-05| +|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.194435964355775e-05| +|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.179115300942713e-05| +|pypi|[hope](http://hope.phys.ethz.ch)|7.179115300942713e-05| +|pypi|[amuse-framework](http://www.amusecode.org/)|7.179115300942713e-05| +|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.179115300942713e-05| +|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.179115300942713e-05| +|pypi|[superfreq](http://adrian.pw/superfreq)|7.179115300942713e-05| +|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.179115300942713e-05| +|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.179115300942713e-05| +|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.179115300942713e-05| +|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.179115300942713e-05| +|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.179115300942713e-05| +|pypi|[patool](http://wummel.github.io/patool/)|7.179115300942713e-05| +|pypi|[chemparse](https://pypi.org/project/chemparse)|7.179115300942713e-05| +|pypi|[importlib](https://github.com/brettcannon/importlib)|7.179115300942713e-05| +|pypi|[gwtools](https://pypi.org/project/gwtools)|7.179115300942713e-05| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.151950829720244e-05| +|pypi|[music21](https://github.com/cuthbertLab/music21)|7.1464829586657e-05| +|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.1464829586657e-05| +|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.142705995423243e-05| +|pypi|[patsy](https://github.com/pydata/patsy)|7.115863661071647e-05| +|pypi|[trio](https://pypi.org/project/trio)|7.012859741281379e-05| +|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.005800119648535e-05| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|6.99660114207669e-05| +|pypi|[param](https://pypi.org/project/param)|6.990997540859112e-05| +|pypi|[capturer](https://capturer.readthedocs.io)|6.963314548592291e-05| +|pypi|[Biopython](https://pypi.org/project/Biopython)|6.959254894851342e-05| +|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.956707540994769e-05| +|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.900406889676158e-05| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.886145457422827e-05| +|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.852791878172589e-05| +|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.851809574499502e-05| +|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.813404359420964e-05| +|pypi|[dominate](https://github.com/Knio/dominate/)|6.779398991146635e-05| +|pypi|[pathspec](https://pypi.org/project/pathspec)|6.729291810238399e-05| +|pypi|[traits](https://pypi.org/project/traits)|6.699190393496431e-05| +|pypi|[twisted](https://pypi.org/project/twisted)|6.694577649990675e-05| +|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.693154548428288e-05| +|pypi|[dgl](https://github.com/dmlc/dgl)|6.646120377084845e-05| +|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.623588521703098e-05| +|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.612459593221962e-05| +|pypi|[dnspython](https://pypi.org/project/dnspython)|6.569677529480842e-05| +|pypi|[grapheme](https://pypi.org/project/grapheme)|6.566683173362128e-05| +|pypi|[about-time](https://pypi.org/project/about-time)|6.566683173362128e-05| +|pypi|[types-backports](https://pypi.org/project/types-backports)|6.564738293017431e-05| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.554938336011307e-05| +|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.549404330260023e-05| +|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.545227236693827e-05| +|pypi|[tblib](https://pypi.org/project/tblib)|6.521505570632302e-05| +|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.508538597008504e-05| +|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.483582365395103e-05| +|pypi|[tess-point](https://pypi.org/project/tess-point)|6.478270442561208e-05| +|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.47650509721036e-05| +|pypi|[paramiko](https://pypi.org/project/paramiko)|6.469572822746392e-05| +|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.441973997720917e-05| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.433790765307899e-05| +|pypi|[pynvml](http://www.nvidia.com/)|6.425036258158085e-05| +|pypi|[pygame](https://www.pygame.org)|6.407022530928063e-05| +|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.40377552691291e-05| +|pypi|[pip-run](https://pypi.org/project/pip-run)|6.389363660393865e-05| +|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.381221275274353e-05| +|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.370172124811297e-05| +|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.345497515119706e-05| +|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.340949692705363e-05| +|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.330190750123545e-05| +|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.313902738932804e-05| +|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.309266456916523e-05| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.285721512225956e-05| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.285721512225956e-05| +|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.271445306553097e-05| +|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.259278739887531e-05| +|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.24804969854481e-05| +|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.244607591452603e-05| +|pypi|[glob2](https://pypi.org/project/glob2)|6.23027556200145e-05| +|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.207278624149857e-05| +|pypi|[cvxopt](http://cvxopt.org)|6.166347249559722e-05| +|pypi|[celery](https://pypi.org/project/celery)|6.157256797339569e-05| +|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.141159467326525e-05| +|pypi|[rich-click](https://github.com/ewels/rich-click)|6.11698651455862e-05| +|pypi|[pyface](http://docs.enthought.com/pyface)|6.0694434372733866e-05| +|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.060063033413288e-05| +|pypi|[Shapely](https://pypi.org/project/Shapely)|6.0294913890843985e-05| +|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.025328913291206e-05| +|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0244324203715064e-05| +|pypi|[mne](https://mne.tools/dev/)|6.000889924497719e-05| +|pypi|[gnuplot](https://github.com/gnuplot)|5.982596084118927e-05| +|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.982596084118927e-05| +|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.982596084118927e-05| +|pypi|[jsonify](https://pypi.org/project/jsonify)|5.982596084118927e-05| +|pypi|[gpytorch](https://gpytorch.ai)|5.982596084118927e-05| +|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.982596084118927e-05| +|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.982596084118927e-05| +|pypi|[nnde](https://github.com/elwinter/nnde)|5.982596084118927e-05| +|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.982596084118927e-05| +|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.982596084118927e-05| +|pypi|[ripser](https://ripser.scikit-tda.org)|5.982596084118927e-05| +|pypi|[python-copasi](http://copasi.org)|5.982596084118927e-05| +|pypi|[Numpy](https://www.numpy.org)|5.982596084118927e-05| +|pypi|[Matplotlib](https://matplotlib.org)|5.982596084118927e-05| +|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.982596084118927e-05| +|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.982596084118927e-05| +|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.982596084118927e-05| +|pypi|[coplot](https://pypi.org/project/coplot)|5.982596084118927e-05| +|pypi|[pyYAML](https://pyyaml.org/)|5.982596084118927e-05| +|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.982596084118927e-05| +|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.982596084118927e-05| +|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.982596084118927e-05| +|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.982596084118927e-05| +|pypi|[tartiflette](https://tartiflette.io)|5.982596084118927e-05| +|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.982596084118927e-05| +|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.982596084118927e-05| +|pypi|[PuLP](https://github.com/coin-or/pulp)|5.982596084118927e-05| +|pypi|[clawpack](http://www.clawpack.org)|5.982596084118927e-05| +|pypi|[PyEscape](https://github.com/qaviton/escape)|5.982596084118927e-05| +|pypi|[mc3](https://github.com/pcubillos/mc3)|5.982596084118927e-05| +|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.982596084118927e-05| +|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9478913170195265e-05| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.944350761513615e-05| +|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.9306313624720125e-05| +|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.9306313624720125e-05| +|pypi|[odfpy](https://pypi.org/project/odfpy)|5.9306313624720125e-05| +|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.922770123277738e-05| +|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.920605164179588e-05| +|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.903557174399888e-05| +|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.897933786996945e-05| +|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.8876588198731275e-05| +|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.872636342005076e-05| +|pypi|[mercurial](https://mercurial-scm.org/)|5.872636342005076e-05| +|pypi|[radvel](https://pypi.org/project/radvel)|5.865793017714701e-05| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.858997697793804e-05| +|pypi|[Mako](https://www.makotemplates.org/)|5.84586133138073e-05| +|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.827203978037916e-05| +|pypi|[cupy](https://pypi.org/project/cupy)|5.822305378085355e-05| +|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.8084009319573564e-05| +|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7876046282116777e-05| +|pypi|[libcst](https://pypi.org/project/libcst)|5.768096692239953e-05| +|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.768096692239953e-05| +|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.752496234729738e-05| +|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.752496234729738e-05| +|pypi|[blosc](http://github.com/blosc/python-blosc)|5.752202490241156e-05| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.7344252017619215e-05| +|pypi|[towncrier](https://pypi.org/project/towncrier)|5.727403840680009e-05| +|pypi|[xxhash](https://pypi.org/project/xxhash)|5.658644071553227e-05| +|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6523495300095704e-05| +|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6523495300095704e-05| +|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.634418680437916e-05| +|pypi|[texttable](https://github.com/foutaise/texttable/)|5.616270210118345e-05| +|pypi|[asteval](https://github.com/newville/asteval)|5.584217447703741e-05| +|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.583756345177665e-05| +|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5807435025171704e-05| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.5523537588160765e-05| +|pypi|[bidict](https://bidict.readthedocs.io)|5.522396385340548e-05| +|pypi|[fbs](https://build-system.fman.io)|5.522396385340548e-05| +|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.5077275199419874e-05| +|pypi|[prospector](https://pypi.org/project/prospector)|5.498355447767509e-05| +|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.498112633378225e-05| +|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.4942403029400486e-05| +|pypi|[py4j](https://pypi.org/project/py4j)|5.491146413456365e-05| +|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.488430111060704e-05| +|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.48404641044235e-05| +|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4752162532058504e-05| +|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.471676624984012e-05| +|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.467873101479643e-05| +|pypi|[mkdocs](https://www.mkdocs.org)|5.4639564327771094e-05| +|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.445599469741628e-05| +|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.44421854059859e-05| +|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.42065938050347e-05| +|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.4123798948513416e-05| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.382511242489968e-05| +|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.3791226959659915e-05| +|pypi|[pynacl](https://pypi.org/project/pynacl)|5.361706858570298e-05| +|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3600257252522936e-05| +|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3600257252522936e-05| +|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3600257252522936e-05| +|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.330541749942518e-05| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|5.330493110949964e-05| +|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.284626540971719e-05| +|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.276268329205241e-05| +|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.273013796766903e-05| +|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.273013796766903e-05| +|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.27038226458096e-05| +|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.254743473531545e-05| +|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.247591422355745e-05| +|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.229464431916536e-05| +|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.222634477985141e-05| +|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2176784419351505e-05| +|pypi|[curio](https://pypi.org/project/curio)|5.2062988645739125e-05| +|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1848676452346905e-05| +|pypi|[whoosh](https://pypi.org/project/whoosh)|5.178023330705931e-05| +|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.1707193858518354e-05| +|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.17034854710162e-05| +|pypi|[feets](https://github.com/carpyncho/feets)|5.1524750963703674e-05| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.15084233376564e-05| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.1326320813773804e-05| +|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.127939500673366e-05| +|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.127939500673366e-05| +|pypi|[pony](https://ponyorm.com)|5.127939500673366e-05| +|pypi|[msgpack-python](http://msgpack.org/)|5.127939500673366e-05| +|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.127939500673366e-05| +|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.127939500673366e-05| +|pypi|[STAR](https://github.com/dbrgn/star)|5.127939500673366e-05| +|pypi|[fastqc](https://github.com/fastqc)|5.127939500673366e-05| +|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.127939500673366e-05| +|pypi|[cppyy](http://cppyy.readthedocs.org)|5.127939500673366e-05| +|pypi|[cykhash](https://github.com/realead/cykhash)|5.127939500673366e-05| +|pypi|[dustpy](https://github.com/stammler/dustpy)|5.127939500673366e-05| +|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.127939500673366e-05| +|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.127939500673366e-05| +|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.127939500673366e-05| +|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.127939500673366e-05| +|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.127939500673366e-05| +|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.127939500673366e-05| +|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.127939500673366e-05| +|pypi|[libstempo](https://github.com/vallis/libstempo)|5.127939500673366e-05| +|pypi|[noise](https://github.com/caseman/noise)|5.127939500673366e-05| +|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.127939500673366e-05| +|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.127939500673366e-05| +|pypi|[ncls](https://github.com/endrebak/ncls)|5.127939500673366e-05| +|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.127939500673366e-05| +|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.127939500673366e-05| +|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.127939500673366e-05| +|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.127939500673366e-05| +|pypi|[easydev](http://github.com/cokelaer/easydev)|5.127939500673366e-05| +|pypi|[mdtraj](http://mdtraj.org)|5.127939500673366e-05| +|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.127939500673366e-05| +|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.127939500673366e-05| +|pypi|[pympler](https://pypi.org/project/pympler)|5.103813044052529e-05| +|pypi|[geojson](https://github.com/jazzband/geojson)|5.080399228219207e-05| +|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.075861683764563e-05| +|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.0460349114265e-05| +|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.042815704962188e-05| +|pypi|[freesasa](http://freesasa.github.io/)|5.015147322621274e-05| +|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.01170620532477e-05| +|pypi|[contextvars](https://pypi.org/project/contextvars)|4.990135954403223e-05| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.982387565438226e-05| +|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.978810696483926e-05| +|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.974758743794277e-05| +|pypi|[h11](https://pypi.org/project/h11)|4.973160047076166e-05| +|pypi|[colour](http://github.com/vaab/colour)|4.950035985540356e-05| +|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.933182939134278e-05| +|pypi|[khmer](https://khmer.readthedocs.io/)|4.9313684864808874e-05| +|pypi|[coveralls](https://pypi.org/project/coveralls)|4.926901810254418e-05| +|pypi|[zict](https://pypi.org/project/zict)|4.9030443893495464e-05| +|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.880538910728599e-05| +|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.880538910728599e-05| +|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.8800493321632236e-05| +|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.858204907496704e-05| +|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.852351679178422e-05| +|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.836972313489955e-05| +|pypi|[pip-api](https://pypi.org/project/pip-api)|4.828607827650049e-05| +|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.828607827650049e-05| +|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.828607827650049e-05| +|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.826874977693842e-05| +|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.821899594648601e-05| +|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.777369240995966e-05| +|pypi|[path](https://pypi.org/project/path)|4.7769982398894814e-05| +|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7693984671251775e-05| +|pypi|[configparser](https://pypi.org/project/configparser)|4.7626095414593436e-05| +|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.760034301370915e-05| +|pypi|[pockets](https://pypi.org/project/pockets)|4.728573627945737e-05| +|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.7083565342380606e-05| +|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.699129804205947e-05| +|pypi|[gevent](https://pypi.org/project/gevent)|4.6892101356017e-05| +|pypi|[chevron](https://pypi.org/project/chevron)|4.6752651626835826e-05| +|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.668260265840034e-05| +|pypi|[pycairo](https://pypi.org/project/pycairo)|4.658827998204358e-05| +|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.652627116212625e-05| +|pypi|[wandb](https://github.com/wandb/client)|4.63838476230477e-05| +|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6365119651921686e-05| +|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.6181443456356635e-05| +|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6164771173924795e-05| +|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.599157465363141e-05| +|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.589203509128333e-05| +|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.588970968369375e-05| +|pypi|[types-protobuf](https://github.com/python/typeshed)|4.5886699989640525e-05| +|pypi|[clang-format](http://clang.llvm.org/)|4.5886699989640525e-05| +|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.576686004350979e-05| +|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.572371632174932e-05| +|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.555977017905952e-05| +|pypi|[tk](https://github.com/atranitell/TensorKit)|4.5519752813948355e-05| +|pypi|[pycbc](http://www.pycbc.org/)|4.550518835432069e-05| +|pypi|[zstandard](https://pypi.org/project/zstandard)|4.548721976549888e-05| +|pypi|[wasabi](https://pypi.org/project/wasabi)|4.545848729552083e-05| +|pypi|[math](https://pypi.org/project/math)|4.538226458095929e-05| +|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.517464767828257e-05| +|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.486947063089195e-05| +|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.486947063089195e-05| +|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.486947063089195e-05| +|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.486947063089195e-05| +|pypi|[pygedm](https://github.com/frbs/pygedm)|4.486947063089195e-05| +|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.486947063089195e-05| +|pypi|[structlog](https://www.structlog.org/)|4.486947063089195e-05| +|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.486947063089195e-05| +|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.486947063089195e-05| +|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.486947063089195e-05| +|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.486947063089195e-05| +|pypi|[Psycopg2](https://psycopg.org/)|4.486947063089195e-05| +|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.486947063089195e-05| +|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.486947063089195e-05| +|pypi|[sbpy](https://sbpy.org)|4.486947063089195e-05| +|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.486947063089195e-05| +|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.486947063089195e-05| +|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.486947063089195e-05| +|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.486947063089195e-05| +|pypi|[gemmi](https://project-gemmi.github.io/)|4.486947063089195e-05| +|pypi|[gputil](https://github.com/anderskm/gputil)|4.486947063089195e-05| +|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.486947063089195e-05| +|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.486947063089195e-05| +|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.486947063089195e-05| +|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.486947063089195e-05| +|pypi|[types](https://www.pytosquatting.org)|4.486947063089195e-05| +|pypi|[imexam](http://imexam.readthedocs.io/)|4.486947063089195e-05| +|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.486947063089195e-05| +|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.486947063089195e-05| +|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.486947063089195e-05| +|pypi|[trippy](https://github.com/fraserw/trippy)|4.486947063089195e-05| +|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.486947063089195e-05| +|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.481433257772041e-05| +|pypi|[bz2file](https://pypi.org/project/bz2file)|4.48004406760752e-05| +|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.471990572878898e-05| +|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.4532106190058184e-05| +|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.4532106190058184e-05| +|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4486188937965595e-05| +|pypi|[boto](https://github.com/boto/boto/)|4.4420775924583033e-05| +|pypi|[args](https://github.com/kennethreitz/args)|4.4420775924583033e-05| +|pypi|[anyio](https://pypi.org/project/anyio)|4.436743134936497e-05| +|pypi|[yapf](https://pypi.org/project/yapf)|4.398085856094346e-05| +|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.397208121827411e-05| +|pypi|[sos](https://github.com/vatlab/SoS)|4.384498683256364e-05| +|pypi|[pyglet](https://pypi.org/project/pyglet)|4.383854112711074e-05| +|pypi|[backoff](https://pypi.org/project/backoff)|4.357975378444525e-05| +|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.347353154459754e-05| +|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.347353154459754e-05| +|pypi|[xlwt](https://pypi.org/project/xlwt)|4.326128756021444e-05| +|pypi|[spectres](https://spectres.readthedocs.io)|4.31779790260501e-05| +|pypi|[vine](https://pypi.org/project/vine)|4.2912860888040995e-05| +|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.288822127835905e-05| +|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.280513778548835e-05| +|pypi|[zope.event](https://pypi.org/project/zope.event)|4.259467562893959e-05| +|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.24999471034829e-05| +|pypi|[sniffio](https://pypi.org/project/sniffio)|4.219974581831044e-05| +|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.2117131176386366e-05| +|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.196003969314148e-05| +|pypi|[colorlog](https://pypi.org/project/colorlog)|4.189712788187561e-05| +|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.18183466279913e-05| +|pypi|[segments](https://github.com/cldf/segments)|4.18183466279913e-05| +|pypi|[requests-file](https://pypi.org/project/requests-file)|4.1728607686729514e-05| +|pypi|[distlib](https://pypi.org/project/distlib)|4.152154629287078e-05| +|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.138736093669856e-05| +|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.117031530708137e-05| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1147328420386194e-05| +|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.079042784626541e-05| +|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.0781363306744025e-05| +|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.0733537310985246e-05| +|pypi|[tablib](https://tablib.readthedocs.io)|4.071904459753445e-05| +|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.0644491706191855e-05| +|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.059618771366415e-05| +|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.0482749198934e-05| +|pypi|[overrides](https://github.com/mkorpela/overrides)|4.0210297316896305e-05| +|pypi|[asciitree](https://pypi.org/project/asciitree)|4.008601665960255e-05| +|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.998522120208397e-05| +|pypi|[fiona](https://pypi.org/project/fiona)|3.9964561052495965e-05| +|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.988397389412618e-05| +|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.988397389412618e-05| +|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.988397389412618e-05| +|pypi|[lda](https://pypi.org/project/lda)|3.988397389412618e-05| +|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.988397389412618e-05| +|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.988397389412618e-05| +|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.988397389412618e-05| +|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.988397389412618e-05| +|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.988397389412618e-05| +|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.988397389412618e-05| +|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.988397389412618e-05| +|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.988397389412618e-05| +|pypi|[precession](https://github.com/dgerosa/precession/)|3.988397389412618e-05| +|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.988397389412618e-05| +|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.988397389412618e-05| +|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.988397389412618e-05| +|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.988397389412618e-05| +|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.988397389412618e-05| +|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.988397389412618e-05| +|pypi|[tensorly-viz](https://tensorly.org/viz)|3.988397389412618e-05| +|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.988397389412618e-05| +|pypi|[pygobject](https://pygobject.readthedocs.io)|3.988397389412618e-05| +|pypi|[genicam](https://www.emva.org)|3.988397389412618e-05| +|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.988397389412618e-05| +|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.988397389412618e-05| +|pypi|[fseval](https://github.com/dunnkers/fseval)|3.988397389412618e-05| +|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.988397389412618e-05| +|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.988397389412618e-05| +|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.988397389412618e-05| +|pypi|[sick](http://www.github.com/andycasey/sick/)|3.988397389412618e-05| +|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.988397389412618e-05| +|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.988397389412618e-05| +|pypi|[treegp](https://github.com/PFLeget/treegp)|3.988397389412618e-05| +|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.988397389412618e-05| +|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.988397389412618e-05| +|pypi|[protfasta](https://pypi.org/project/protfasta)|3.988397389412618e-05| +|pypi|[hjson](http://github.com/hjson/hjson-py)|3.988397389412618e-05| +|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.988397389412618e-05| +|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.968272065958617e-05| +|pypi|[casadi](http://casadi.org)|3.9545596786153625e-05| +|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.948513415518492e-05| +|pypi|[unidecode](https://pypi.org/project/unidecode)|3.9445688466718205e-05| +|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.9386421319796954e-05| +|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.920978650469642e-05| +|pypi|[ply](https://pypi.org/project/ply)|3.907532972391316e-05| +|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.893435546807556e-05| +|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.883439563375444e-05| +|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8813265604953425e-05| +|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.874870541014978e-05| +|pypi|[wslink](https://pypi.org/project/wslink)|3.8734905856457505e-05| +|pypi|[bwapy](https://pypi.org/project/bwapy)|3.8574350870736965e-05| +|pypi|[pytabix](https://pypi.org/project/pytabix)|3.8574350870736965e-05| +|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8555112400290064e-05| +|pypi|[Brotli](https://pypi.org/project/Brotli)|3.851994204994224e-05| +|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.824906781521687e-05| +|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.8100562326838974e-05| +|pypi|[yarl](https://pypi.org/project/yarl)|3.8038857612431365e-05| +|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7775076853802595e-05| +|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7775076853802595e-05| +|pypi|[pydap](https://pypi.org/project/pydap)|3.7775076853802595e-05| +|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7775076853802595e-05| +|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.776028177768569e-05| +|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.7739396166258834e-05| +|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.763208329016886e-05| +|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.7350865695470157e-05| +|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7335920040800395e-05| +|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.712948694706309e-05| +|pypi|[chex](https://github.com/deepmind/chex)|3.6761084353348934e-05| +|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.652440617946167e-05| +|pypi|[torchvision](https://pypi.org/project/torchvision)|3.638429049851211e-05| +|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.636373734159054e-05| +|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.629441624365483e-05| +|pypi|[spglib](http://spglib.github.io/spglib/)|3.620983875095939e-05| +|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.618019149623478e-05| +|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.6080945029560405e-05| +|pypi|[jaxopt](https://github.com/google/jaxopt)|3.601426888300563e-05| +|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.5895576504713564e-05| +|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.5895576504713564e-05| +|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.5895576504713564e-05| +|pypi|[pykeops](http://www.kernel-operations.io/)|3.5895576504713564e-05| +|pypi|[keopscore](http://www.kernel-operations.io/)|3.5895576504713564e-05| +|pypi|[simpleitk](http://simpleitk.org/)|3.5895576504713564e-05| +|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.5895576504713564e-05| +|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.5895576504713564e-05| +|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.5895576504713564e-05| +|pypi|[caput](https://github.com/eykd/caput)|3.5895576504713564e-05| +|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.5895576504713564e-05| +|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.5895576504713564e-05| +|pypi|[urepr](https://github.com/j-faria/urepr)|3.5895576504713564e-05| +|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.5895576504713564e-05| +|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.5895576504713564e-05| +|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.5895576504713564e-05| +|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.5895576504713564e-05| +|pypi|[disksurf](https://github.com/richteague/disksurf)|3.5895576504713564e-05| +|pypi|[gofish](https://github.com/richteague/gofish)|3.5895576504713564e-05| +|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.5895576504713564e-05| +|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.5895576504713564e-05| +|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.5895576504713564e-05| +|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.5895576504713564e-05| +|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.5895576504713564e-05| +|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.5895576504713564e-05| +|pypi|[pywfa](https://pypi.org/project/pywfa)|3.5895576504713564e-05| +|pypi|[astLib](https://astlib.readthedocs.io)|3.5895576504713564e-05| +|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.5895576504713564e-05| +|pypi|[Cerberus](http://docs.python-cerberus.org)|3.5895576504713564e-05| +|pypi|[2to3](https://pypi.org/project/2to3)|3.5895576504713564e-05| +|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.5895576504713564e-05| +|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5872933368902754e-05| +|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.586981412923171e-05| +|pypi|[optlang](https://github.com/opencobra/optlang)|3.586981412923171e-05| +|pypi|[kombu](https://kombu.readthedocs.io)|3.5721346162612395e-05| +|pypi|[ray](https://github.com/ray-project/ray)|3.559578203296911e-05| +|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.558877670552798e-05| +|pypi|[cymem](https://pypi.org/project/cymem)|3.5587203756724604e-05| +|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.5587203756724604e-05| +|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.553662073966643e-05| +|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.553662073966643e-05| +|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.553662073966643e-05| +|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5195852421332194e-05| +|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.514734098175851e-05| +|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.496143898485739e-05| +|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.493356394769137e-05| +|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.490608404224323e-05| +|pypi|[jdcal](https://pypi.org/project/jdcal)|3.487581580855692e-05| +|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.4669565617052574e-05| +|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.461626612138781e-05| +|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4588851570550744e-05| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.4560273461344506e-05| +|pypi|[crds](https://hst-crds.stsci.edu)|3.445050630682769e-05| +|pypi|[hiredis](https://pypi.org/project/hiredis)|3.416367019632989e-05| +|pypi|[isodate](https://pypi.org/project/isodate)|3.413801145086576e-05| +|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.410079767947789e-05| +|pypi|[types-toml](https://pypi.org/project/types-toml)|3.3749203916000965e-05| +|pypi|[nibabel](https://nipy.org/nibabel)|3.3731471480756203e-05| +|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3492830004398054e-05| +|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.328537865836957e-05| +|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.324105389564665e-05| +|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3107398850206e-05| +|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.2911846579142547e-05| +|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.291178136131454e-05| +|pypi|[rpy2](https://rpy2.github.io)|3.2845800229502205e-05| +|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.27819071791153e-05| +|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.270829686679503e-05| +|pypi|[marxs](http://marxs.readthedocs.io)|3.2632342277012324e-05| +|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.2632342277012324e-05| +|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.2632342277012324e-05| +|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.2632342277012324e-05| +|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.2632342277012324e-05| +|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.2632342277012324e-05| +|pypi|[PIL](http://www.pythonware.com/products/pil)|3.2632342277012324e-05| +|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.2632342277012324e-05| +|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.2632342277012324e-05| +|pypi|[wurst](https://github.com/polca/wurst)|3.2632342277012324e-05| +|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.2632342277012324e-05| +|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.2632342277012324e-05| +|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.2632342277012324e-05| +|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| +|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.2632342277012324e-05| +|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.2632342277012324e-05| +|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| +|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.2632342277012324e-05| +|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.2632342277012324e-05| +|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.2632342277012324e-05| +|pypi|[configuration](http://k0s.org/hg/configuration)|3.2632342277012324e-05| +|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.2632342277012324e-05| +|pypi|[flatdict](https://github.com/gmr/flatdict)|3.2632342277012324e-05| +|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.2632342277012324e-05| +|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.2632342277012324e-05| +|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.2632342277012324e-05| +|pypi|[filetype](https://github.com/h2non/filetype.py)|3.2632342277012324e-05| +|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.2632342277012324e-05| +|pypi|[colored](https://gitlab.com/dslackw/colored)|3.2632342277012324e-05| +|pypi|[cdips](https://github.com/lgbouma/cdips)|3.2632342277012324e-05| +|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.2632342277012324e-05| +|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.2632342277012324e-05| +|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.260514865844815e-05| +|pypi|[billiard](https://pypi.org/project/billiard)|3.251317901250362e-05| +|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.250088397373418e-05| +|pypi|[altair](https://pypi.org/project/altair)|3.2418328368952574e-05| +|pypi|[scikit_learn](http://scikit-learn.org)|3.226659953321432e-05| +|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2254464161201384e-05| +|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1708967585596784e-05| +|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.170167107521268e-05| +|pypi|[pypairix](https://pypi.org/project/pypairix)|3.168967997194973e-05| +|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.158810732414794e-05| +|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.138854392525532e-05| +|pypi|[optax](https://github.com/deepmind/optax)|3.1251045303156906e-05| +|pypi|[matchms](https://github.com/matchms/matchms)|3.122915155910081e-05| +|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.120053914304632e-05| +|pypi|[addict](https://pypi.org/project/addict)|3.114689086294417e-05| +|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.107461942215386e-05| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0910298910661495e-05| +|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.080182326737803e-05| +|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.073794893324683e-05| +|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.072910036666783e-05| +|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0703488453171194e-05| +|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0663272094084075e-05| +|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.0636048835777974e-05| +|pypi|[sep](https://github.com/kbarbary/sep)|3.059827379107034e-05| +|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.059670568735109e-05| +|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.059011656078838e-05| +|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.055068201160716e-05| +|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.054889273163385e-05| +|pypi|[itk](https://itk.org/)|3.0232008823721475e-05| +|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0230805837563453e-05| +|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.0197600828395333e-05| +|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0165464742403574e-05| +|pypi|[cligj](https://pypi.org/project/cligj)|3.0135968687412766e-05| +|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.992505080126545e-05| +|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.9912980420594635e-05| +|pypi|[random2](http://pypi.python.org/pypi/random2)|2.9912980420594635e-05| +|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.9912980420594635e-05| +|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.9912980420594635e-05| +|pypi|[blackjax](https://pypi.org/project/blackjax)|2.9912980420594635e-05| +|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.9912980420594635e-05| +|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.9912980420594635e-05| +|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.9912980420594635e-05| +|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.9912980420594635e-05| +|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.9912980420594635e-05| +|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.9912980420594635e-05| +|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.9912980420594635e-05| +|pypi|[toil](https://github.com/DataBiosphere/toil)|2.9912980420594635e-05| +|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.9912980420594635e-05| +|pypi|[vtk](https://vtk.org)|2.989396853650253e-05| +|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.978371361234849e-05| +|pypi|[Pint](https://github.com/hgrecco/pint)|2.9783551745571326e-05| +|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9764140908266858e-05| +|pypi|[arrow](https://pypi.org/project/arrow)|2.963758333154888e-05| +|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.955917773200651e-05| +|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9554003362328355e-05| +|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.953823086258077e-05| +|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.946886354624487e-05| +|pypi|[autocommand](https://pypi.org/project/autocommand)|2.943070620659873e-05| +|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.940072063089195e-05| +|pypi|[ndcube](https://pypi.org/project/ndcube)|2.914264522590851e-05| +|pypi|[shap](https://pypi.org/project/shap)|2.9118446634464484e-05| +|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8987884944723056e-05| +|pypi|[smart-open](https://pypi.org/project/smart-open)|2.8940258767968842e-05| +|pypi|[astor](https://pypi.org/project/astor)|2.8802533201549295e-05| +|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.876248117364869e-05| +|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.8653841173329933e-05| +|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8460064228737182e-05| +|pypi|[gensim](http://radimrehurek.com/gensim)|2.8425679512162487e-05| +|pypi|[dipy](https://dipy.org)|2.8210241535114635e-05| +|pypi|[lml](https://pypi.org/project/lml)|2.819134096912877e-05| +|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8124775876770082e-05| +|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8124775876770076e-05| +|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8100876430228476e-05| +|pypi|[gmsh](https://gmsh.info)|2.8083009853687668e-05| +|pypi|[PIMS](https://pypi.org/project/PIMS)|2.800942712110225e-05| +|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7929519718859823e-05| +|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.781070440849191e-05| +|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.7800906013569654e-05| +|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7754972547394593e-05| +|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.761198192670274e-05| +|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.761198192670274e-05| +|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.761198192670274e-05| +|pypi|[filemagic](http://filemagic.readthedocs.org)|2.761198192670274e-05| +|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.761198192670274e-05| +|pypi|[ulid](https://github.com/mdipierro/ulid)|2.761198192670274e-05| +|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.761198192670274e-05| +|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.761198192670274e-05| +|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.761198192670274e-05| +|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.761198192670274e-05| +|pypi|[pmesh](https://pypi.org/project/pmesh)|2.761198192670274e-05| +|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.761198192670274e-05| +|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.761198192670274e-05| +|pypi|[coramin](https://github.com/Coramin/Coramin)|2.761198192670274e-05| +|pypi|[json2table](https://github.com/latture/json2table)|2.761198192670274e-05| +|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.761198192670274e-05| +|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.761198192670274e-05| +|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.761198192670274e-05| +|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.761198192670274e-05| +|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.761145858026861e-05| +|pypi|[pretend](https://pypi.org/project/pretend)|2.7596579423429994e-05| +|pypi|[reportlab](https://pypi.org/project/reportlab)|2.757166667244656e-05| +|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.754307849731066e-05| +|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7393405090058496e-05| +|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.733586210743571e-05| +|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7226153786387653e-05| +|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7185990620680678e-05| +|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7051348645836616e-05| +|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.702162056605986e-05| +|pypi|[funcy](https://pypi.org/project/funcy)|2.687161620531923e-05| +|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6839324537579195e-05| +|pypi|[flax](https://pypi.org/project/flax)|2.6696130938496292e-05| +|pypi|[toposort](https://pypi.org/project/toposort)|2.6693061742463484e-05| +|pypi|[datrie](https://pypi.org/project/datrie)|2.6693061742463484e-05| +|pypi|[intake](https://pypi.org/project/intake)|2.6677355435663563e-05| +|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.6641846967832574e-05| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.660432604039553e-05| +|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6598724268602427e-05| +|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6594064021547707e-05| +|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6463044715007915e-05| +|pypi|[datashader](https://datashader.org)|2.6447323321294975e-05| +|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6447136702149986e-05| +|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6278120599755654e-05| +|pypi|[astroid](https://pypi.org/project/astroid)|2.6194369133159027e-05| +|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.606576166979601e-05| +|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5999643782965854e-05| +|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5742420650415578e-05| +|pypi|[srsly](https://pypi.org/project/srsly)|2.571592021792838e-05| +|pypi|[area](https://github.com/scisco/area)|2.563969750336683e-05| +|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.563969750336683e-05| +|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.563969750336683e-05| +|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.563969750336683e-05| +|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.563969750336683e-05| +|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.563969750336683e-05| +|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.563969750336683e-05| +|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.563969750336683e-05| +|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.563969750336683e-05| +|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.563969750336683e-05| +|pypi|[wres](https://github.com/jks-liu/wres)|2.563969750336683e-05| +|pypi|[thermo](https://github.com/CalebBell/thermo)|2.563969750336683e-05| +|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.563969750336683e-05| +|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.563969750336683e-05| +|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.563969750336683e-05| +|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.563969750336683e-05| +|pypi|[dash_table](https://pypi.org/project/dash_table)|2.563969750336683e-05| +|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.563969750336683e-05| +|pypi|[python-time](https://github.com/hengdai/pytime)|2.563969750336683e-05| +|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.563969750336683e-05| +|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.563969750336683e-05| +|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.563201912451822e-05| +|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5588073300880393e-05| +|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5539496386687004e-05| +|pypi|[srastream](https://github.com/jdidion/srastream)|2.538330052833316e-05| +|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.538330052833316e-05| +|pypi|[progress](https://pypi.org/project/progress)|2.536153097384917e-05| +|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.533546875141381e-05| +|pypi|[humanize](https://pypi.org/project/humanize)|2.5276883727410098e-05| +|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5213804787512386e-05| +|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5174609804732517e-05| +|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5126903553299495e-05| +|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5105192519123254e-05| +|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4902556200145033e-05| +|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4902556200145033e-05| +|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4902556200145033e-05| +|pypi|[pythutils](https://github.com/JolleJolles)|2.4902556200145033e-05| +|pypi|[typeguard](https://pypi.org/project/typeguard)|2.484000771335478e-05| +|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4818125024637838e-05| +|pypi|[ortools](https://pypi.org/project/ortools)|2.4761904761904776e-05| +|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4704177258564512e-05| +|pypi|[boltons](https://pypi.org/project/boltons)|2.470268825595649e-05| +|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4588570613026382e-05| +|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4525124770720472e-05| +|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.440795166129868e-05| +|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4404008182797547e-05| +|pypi|[cmake](https://pypi.org/project/cmake)|2.434436119223943e-05| +|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4233787845568162e-05| +|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.4142911155371354e-05| +|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.4126955350668186e-05| +|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.410131565316482e-05| +|pypi|[astlib](https://astlib.readthedocs.io)|2.410131565316482e-05| +|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.410131565316482e-05| +|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4005402462242665e-05| +|pypi|[identify](https://pypi.org/project/identify)|2.4005402462242665e-05| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4005402462242665e-05| +|pypi|[george](https://github.com/dfm/george)|2.3976478198946657e-05| +|pypi|[scandir](https://pypi.org/project/scandir)|2.396633743794277e-05| +|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.393038433647571e-05| +|pypi|[vedo](https://github.com/marcomusy/vedo)|2.393038433647571e-05| +|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.393038433647571e-05| +|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.393038433647571e-05| +|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.393038433647571e-05| +|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.393038433647571e-05| +|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.393038433647571e-05| +|pypi|[scikit-video](http://scikit-video.org/)|2.393038433647571e-05| +|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.393038433647571e-05| +|pypi|[haversine](https://github.com/mapado/haversine)|2.393038433647571e-05| +|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.393038433647571e-05| +|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.393038433647571e-05| +|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.378081943437274e-05| +|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3725331991596365e-05| +|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3725331991596365e-05| +|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.3595774930106656e-05| +|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.3585314194532955e-05| +|pypi|[starlette](https://pypi.org/project/starlette)|2.3553037992470853e-05| +|pypi|[Theano](http://deeplearning.net/software/theano/)|2.3531544597534446e-05| +|pypi|[scanpy](https://scanpy.readthedocs.io)|2.352350621609646e-05| +|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.344321893621717e-05| +|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.339982670189862e-05| +|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3283861768057478e-05| +|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3143597540539057e-05| +|pypi|[loguru](https://pypi.org/project/loguru)|2.3124589486691198e-05| +|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3118546047860775e-05| +|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3118546047860775e-05| +|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3118546047860775e-05| +|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.300998493891895e-05| +|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.300998493891895e-05| +|pypi|[httptools](https://pypi.org/project/httptools)|2.2945886185047373e-05| +|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2945886185047373e-05| +|pypi|[service-identity](https://pypi.org/project/service-identity)|2.2891449558418376e-05| +|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2851213303683864e-05| +|pypi|[av](https://pypi.org/project/av)|2.270802405214787e-05| +|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2676888014088892e-05| +|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.2633196435544153e-05| +|pypi|[formulaic](https://pypi.org/project/formulaic)|2.261364070073661e-05| +|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.261364070073661e-05| +|pypi|[nltk](https://pypi.org/project/nltk)|2.2552501382254552e-05| +|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.25227146696242e-05| +|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.247306906978777e-05| +|pypi|[julia](http://julialang.org)|2.2434735315445976e-05| +|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.2434735315445976e-05| +|pypi|[ref_index](http://github.com/phn/ref_index)|2.2434735315445976e-05| +|pypi|[cerberus](http://docs.python-cerberus.org)|2.2434735315445976e-05| +|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.2434735315445976e-05| +|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.2434735315445976e-05| +|pypi|[bfit](https://github.com/dfujim/bfit)|2.2434735315445976e-05| +|pypi|[bdata](https://github.com/dfujim/bdata)|2.2434735315445976e-05| +|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.2434735315445976e-05| +|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.2434735315445976e-05| +|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2401965523209227e-05| +|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2369395441163205e-05| +|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2369395441163205e-05| +|pypi|[anndata](http://anndata.readthedocs.io)|2.2343062199872995e-05| +|pypi|[nbval](https://pypi.org/project/nbval)|2.229452299285179e-05| +|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2210387962291517e-05| +|pypi|[pyramid](https://pypi.org/project/pyramid)|2.21946331664813e-05| +|pypi|[datatable](https://pypi.org/project/datatable)|2.212812397899418e-05| +|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2080163554326175e-05| +|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2065222027897454e-05| +|pypi|[aiodns](https://pypi.org/project/aiodns)|2.20317062427108e-05| +|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.1962856661881573e-05| +|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.182404045374495e-05| +|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1790455737156244e-05| +|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1465554749818706e-05| +|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.1416269553506685e-05| +|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.138391801811854e-05| +|pypi|[pyavm](https://pypi.org/project/pyavm)|2.134997888261122e-05| +|pypi|[waitress](https://pypi.org/project/waitress)|2.1201145714116096e-05| +|pypi|[xgboost](https://pypi.org/project/xgboost)|2.118565293198474e-05| +|pypi|[databases](https://pypi.org/project/databases)|2.1161652113607267e-05| +|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1115045002772684e-05| +|pypi|[pykalman](http://pykalman.github.com)|2.1115045002772684e-05| +|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1115045002772684e-05| +|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1115045002772684e-05| +|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1115045002772684e-05| +|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1115045002772684e-05| +|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1115045002772684e-05| +|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1115045002772684e-05| +|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1115045002772684e-05| +|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1115045002772684e-05| +|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1115045002772684e-05| +|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1110267939512936e-05| +|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.110472866030314e-05| +|pypi|[h2](https://pypi.org/project/h2)|2.1056005126387677e-05| +|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0910241257567887e-05| +|pypi|[apptools](https://docs.enthought.com/apptools)|2.0810460478607687e-05| +|pypi|[passlib](https://pypi.org/project/passlib)|2.077114282889532e-05| +|pypi|[prov](https://pypi.org/project/prov)|2.0672957652820062e-05| +|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0404703362944165e-05| +|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0404703362944165e-05| +|pypi|[h3](https://github.com/uber/h3-py)|2.039780379156739e-05| +|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0354579780450604e-05| +|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0325059127890578e-05| +|pypi|[incremental](https://pypi.org/project/incremental)|2.0228650115905598e-05| +|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.016871754020113e-05| +|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9965718029228234e-05| +|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.994198694706309e-05| +|pypi|[tkp](http://docs.transientskp.org/)|1.994198694706309e-05| +|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.994198694706309e-05| +|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.994198694706309e-05| +|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.994198694706309e-05| +|pypi|[pydub](http://pydub.com)|1.9913498394281568e-05| +|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.985405730616327e-05| +|pypi|[pyscf](http://www.pyscf.org)|1.982758291668257e-05| +|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9794808539977525e-05| +|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.974256707759246e-05| +|pypi|[clikit](https://pypi.org/project/clikit)|1.974256707759246e-05| +|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.974256707759246e-05| +|pypi|[httpstan](https://pypi.org/project/httpstan)|1.974256707759246e-05| +|pypi|[language-data](https://pypi.org/project/language-data)|1.974256707759246e-05| +|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.973412105959135e-05| +|pypi|[anytree](https://pypi.org/project/anytree)|1.9655170719134698e-05| +|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.954514140681653e-05| +|pypi|[validators](https://pypi.org/project/validators)|1.9511332112774825e-05| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.949712476757336e-05| +|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9470239918230643e-05| +|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9428480783176215e-05| +|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9403014326872195e-05| +|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9403014326872195e-05| +|pypi|[selenium](https://pypi.org/project/selenium)|1.9334728625600157e-05| +|pypi|[pyside6](https://www.pyside.org)|1.924002900652647e-05| +|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.9217684667580425e-05| +|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.9143420116037973e-05| +|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.911364169121646e-05| +|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.911364169121646e-05| +|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9111301700248626e-05| +|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.889240868669135e-05| +|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.889240868669135e-05| +|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.889240868669135e-05| +|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.889240868669135e-05| +|pypi|[kneed](https://github.com/arvkevi/kneed)|1.889240868669135e-05| +|pypi|[BioPython](https://biopython.org/)|1.889240868669135e-05| +|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.889240868669135e-05| +|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.889240868669135e-05| +|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.889240868669135e-05| +|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.889240868669135e-05| +|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.889240868669135e-05| +|pypi|[sos-python](https://github.com/vatlab/SOS)|1.889240868669135e-05| +|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.889240868669135e-05| +|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.867958795193204e-05| +|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8598285294914246e-05| +|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.8450735162546793e-05| +|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8430824928668525e-05| +|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8221830105621215e-05| +|pypi|[constantly](https://pypi.org/project/constantly)|1.8189488891704455e-05| +|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8189488891704455e-05| +|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.814008598363203e-05| +|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8139895437246226e-05| +|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.810533667076446e-05| +|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.810533667076446e-05| +|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8085848161990298e-05| +|pypi|[envisage](http://docs.enthought.com/envisage)|1.7947788252356782e-05| +|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.7947788252356782e-05| +|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.7947788252356782e-05| +|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.7947788252356782e-05| +|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.7947788252356782e-05| +|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.7947788252356782e-05| +|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.7947788252356782e-05| +|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.7947788252356782e-05| +|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.7947788252356782e-05| +|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.7947788252356782e-05| +|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7878557358259064e-05| +|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7823792927297615e-05| +|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.7768310369833214e-05| +|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7728849392339955e-05| +|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7709082668600436e-05| +|pypi|[awscrt](https://pypi.org/project/awscrt)|1.768753181445909e-05| +|pypi|[e13tools](https://e13tools.readthedocs.io)|1.76686004350979e-05| +|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.764925915421588e-05| +|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.763048031961037e-05| +|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.758452582531884e-05| +|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7549945612762874e-05| +|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7490298186377977e-05| +|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7430721019372216e-05| +|pypi|[triton](https://pypi.org/project/triton)|1.7399071572061443e-05| +|pypi|[stevedore](https://pypi.org/project/stevedore)|1.737039699562568e-05| +|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7266348163630935e-05| +|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7266348163630935e-05| +|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.7257488704189212e-05| +|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.7242696571014193e-05| +|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7226495034797823e-05| +|pypi|[celerite](https://pypi.org/project/celerite)|1.719875050845533e-05| +|pypi|[folium](https://pypi.org/project/folium)|1.7173604985641153e-05| +|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.712561769387568e-05| +|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7093131668911218e-05| +|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7093131668911218e-05| +|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7093131668911218e-05| +|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7093131668911218e-05| +|pypi|[owslib](https://owslib.readthedocs.io)|1.7093131668911218e-05| +|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7093131668911218e-05| +|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7093131668911218e-05| +|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7078462583784013e-05| +|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.7077489818684408e-05| +|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7034497796792858e-05| +|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7016017756639476e-05| +|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.7007995766153373e-05| +|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.700766601056666e-05| +|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6999821770404906e-05| +|pypi|[configobj](https://github.com/DiffSK/configobj)|1.6936167240072633e-05| +|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6922200352222106e-05| +|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6922200352222106e-05| +|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6922200352222106e-05| +|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6806549990061172e-05| +|pypi|[bottle](https://pypi.org/project/bottle)|1.6717928036948032e-05| +|pypi|[moto](https://pypi.org/project/moto)|1.668434618770288e-05| +|pypi|[meshio](https://github.com/nschloe/meshio)|1.6682408826506774e-05| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.6675466269146244e-05| +|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6651067918853173e-05| +|pypi|[plumbum](https://pypi.org/project/plumbum)|1.6598666374684134e-05| +|pypi|[onnx](https://pypi.org/project/onnx)|1.657866505993262e-05| +|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.653449711993267e-05| +|pypi|[neo](https://pypi.org/project/neo)|1.6504161805971565e-05| +|pypi|[nbsite](https://pypi.org/project/nbsite)|1.6408958792292633e-05| +|pypi|[inflect](https://github.com/jaraco/inflect)|1.6358127007148035e-05| +|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6316171138506162e-05| +|pypi|[SQLObject](http://sqlobject.org/)|1.6316171138506162e-05| +|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6316171138506162e-05| +|pypi|[pweave](http://mpastell.com/pweave)|1.6316171138506162e-05| +|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6316171138506162e-05| +|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6316171138506162e-05| +|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6316171138506162e-05| +|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6316171138506162e-05| +|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6316171138506162e-05| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.62549490115598e-05| +|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6239474396243037e-05| +|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6231069972976243e-05| +|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6184534362953703e-05| +|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6166206330247837e-05| +|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.615988597434423e-05| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.6153009427121104e-05| +|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.6153009427121104e-05| +|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6092375655896995e-05| +|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.6014761578790726e-05| +|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.5967342652096724e-05| +|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5945919562670832e-05| +|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5877579907402244e-05| +|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5855179190170843e-05| +|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.5775943450398508e-05| +|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.576230927468885e-05| +|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.5636447232415314e-05| +|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5607888449557947e-05| +|pypi|[beast](http://beast.readthedocs.io/)|1.5606772393353723e-05| +|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5606772393353723e-05| +|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5606772393353723e-05| +|pypi|[itables](https://pypi.org/project/itables)|1.5606772393353723e-05| +|pypi|[gekko](https://pypi.org/project/gekko)|1.5606772393353723e-05| +|pypi|[readlif](https://pypi.org/project/readlif)|1.5606772393353723e-05| +|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5606772393353723e-05| +|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5560918193362607e-05| +|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5556563413581243e-05| +|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5506889050036258e-05| +|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5419206626178393e-05| +|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.540518491660624e-05| +|pypi|[mopti](https://github.com/basf/mopti)|1.540518491660624e-05| +|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.53838185020201e-05| +|pypi|[pytoml](https://pypi.org/project/pytoml)|1.53838185020201e-05| +|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.531134542844862e-05| +|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5274446365816925e-05| +|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5229980316999899e-05| +|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5229980316999899e-05| +|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5209035211997146e-05| +|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5074580740144555e-05| +|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5033961150037892e-05| +|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4986453364833978e-05| +|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4956490210297318e-05| +|pypi|[hyperion](http://www.hyperion-rt.org)|1.4956490210297318e-05| +|pypi|[cmyt](https://github.com/yt-project/yt)|1.4956490210297318e-05| +|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4956490210297318e-05| +|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4956490210297318e-05| +|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4956490210297318e-05| +|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4956490210297318e-05| +|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4956490210297318e-05| +|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4956490210297318e-05| +|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4956490210297318e-05| +|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4956490210297318e-05| +|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4956490210297318e-05| +|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4956490210297318e-05| +|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4956490210297318e-05| +|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4956490210297318e-05| +|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4956490210297318e-05| +|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4956490210297316e-05| +|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.490827134782236e-05| +|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4896504805831167e-05| +|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4825922562840522e-05| +|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4806925308194344e-05| +|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4804201894819045e-05| +|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4804201894819045e-05| +|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4804201894819045e-05| +|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4804201894819045e-05| +|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4804201894819045e-05| +|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4804201894819045e-05| +|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4804201894819045e-05| +|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4777946250027469e-05| +|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4777946250027469e-05| +|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4777946250027469e-05| +|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4777946250027469e-05| +|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4777946250027469e-05| +|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4777946250027469e-05| +|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4777946250027469e-05| +|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4777946250027469e-05| +|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4777946250027469e-05| +|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4777946250027469e-05| +|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4734207678720512e-05| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.4697028384295673e-05| +|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.465651811953742e-05| +|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4653813020839527e-05| +|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4551035755665737e-05| +|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4551035755665737e-05| +|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4551035755665737e-05| +|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4551035755665737e-05| +|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4488470107141889e-05| +|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4488470107141889e-05| +|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4488470107141889e-05| +|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4477882523567804e-05| +|pypi|[pyct](https://pypi.org/project/pyct)|1.4463274900976898e-05| +|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.442726055670218e-05| +|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4358230601885423e-05| +|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4358230601885423e-05| +|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4358230601885423e-05| +|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4358230601885423e-05| +|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4358230601885423e-05| +|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4358230601885423e-05| +|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4358230601885423e-05| +|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.428432794437572e-05| +|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4185655714843533e-05| +|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4185655714843533e-05| +|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4101833626851757e-05| +|pypi|[manhole](https://pypi.org/project/manhole)|1.3978646871327298e-05| +|pypi|[pydeck](https://pypi.org/project/pydeck)|1.3972368538278257e-05| +|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3955555865454344e-05| +|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3890473702171224e-05| +|pypi|[pvlib](https://pypi.org/project/pvlib)|1.386896991183376e-05| +|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3850879716092545e-05| +|pypi|[fabio](https://pypi.org/project/fabio)|1.3808045426292348e-05| +|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.380599096335137e-05| +|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.380599096335137e-05| +|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.380599096335137e-05| +|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.380599096335137e-05| +|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.380599096335137e-05| +|pypi|[pypylon](https://pypi.org/project/pypylon)|1.380599096335137e-05| +|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.380599096335137e-05| +|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.380599096335137e-05| +|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.380599096335137e-05| +|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.380599096335137e-05| +|pypi|[ipython_genutils](http://ipython.org)|1.380599096335137e-05| +|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.380599096335137e-05| +|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.380599096335137e-05| +|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.380599096335137e-05| +|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.380599096335137e-05| +|pypi|[interlap](http://brentp.github.io/interlap)|1.380599096335137e-05| +|pypi|[eemont](https://github.com/davemlz/eemont)|1.380599096335137e-05| +|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.380599096335137e-05| +|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.380599096335137e-05| +|pypi|[bottle-cork](http://cork.firelet.net/)|1.380599096335137e-05| +|pypi|[beaker](https://beaker.readthedocs.io/)|1.380599096335137e-05| +|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.380599096335137e-05| +|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.380599096335137e-05| +|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.380599096335137e-05| +|pypi|[mlflow](https://pypi.org/project/mlflow)|1.373442416531286e-05| +|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3689492822994533e-05| +|pypi|[scitokens](https://scitokens.org)|1.3674505335128978e-05| +|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3651745365858358e-05| +|pypi|[gssapi](https://pypi.org/project/gssapi)|1.35576390131344e-05| +|pypi|[raven](https://pypi.org/project/raven)|1.3538115848546964e-05| +|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.3519963315275348e-05| +|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3477276892795384e-05| +|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3443748057598675e-05| +|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3443748057598675e-05| +|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3443748057598675e-05| +|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3443748057598675e-05| +|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.342191231026834e-05| +|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.3421443605298998e-05| +|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.3421443605298998e-05| +|pypi|[nose2](https://pypi.org/project/nose2)|1.3413146921417327e-05| +|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3397013134617377e-05| +|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.336906518051747e-05| +|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3360712105510854e-05| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3335471727913776e-05| +|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3294657964708726e-05| +|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3294657964708726e-05| +|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3294657964708726e-05| +|pypi|[scico](https://github.com/lanl/scico)|1.3294657964708726e-05| +|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3294657964708726e-05| +|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3294657964708726e-05| +|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3294657964708726e-05| +|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3294657964708726e-05| +|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3294657964708726e-05| +|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3232398529202565e-05| +|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3232398529202565e-05| +|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3226858006480048e-05| +|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3161711385061638e-05| +|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3140927690873303e-05| +|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3064849774349414e-05| +|pypi|[Automat](https://pypi.org/project/Automat)|1.306154939103109e-05| +|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3030094271211021e-05| +|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3030094271211021e-05| +|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.3009493320463683e-05| +|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.2994740646021338e-05| +|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2880290449040042e-05| +|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2839501092315106e-05| +|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2819848751683416e-05| +|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2819848751683416e-05| +|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2600909891666592e-05| +|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2486362063043133e-05| +|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2377785001625367e-05| +|pypi|[datasize](https://pypi.org/project/datasize)|1.2377785001625367e-05| +|pypi|[halo](https://pypi.org/project/halo)|1.2377785001625367e-05| +|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2377785001625367e-05| +|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2377785001625367e-05| +|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2377785001625367e-05| +|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2377785001625367e-05| +|pypi|[spock](https://pypi.org/project/spock)|1.2377785001625367e-05| +|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2377785001625367e-05| +|pypi|[Celery](http://celeryproject.org)|1.2377785001625367e-05| +|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2377785001625367e-05| +|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2377785001625367e-05| +|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2377785001625367e-05| +|pypi|[mpld3](http://mpld3.github.com)|1.2364031907179117e-05| +|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2318502150023905e-05| +|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2295153963329262e-05| +|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.2269254200864826e-05| +|pypi|[visitor](http://github.com/mbr/visitor)|1.224131198750488e-05| +|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2221589143271527e-05| +|pypi|[silx](https://pypi.org/project/silx)|1.2221589143271527e-05| +|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2170309748264785e-05| +|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2150543525513904e-05| +|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.2084060488701536e-05| +|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2054027734755736e-05| +|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.20429659173314e-05| +|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2039699260829867e-05| +|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2039699260829867e-05| +|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.20305482599131e-05| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.1975711018495647e-05| +|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.1965192168237855e-05| +|pypi|[pyfai](https://pypi.org/project/pyfai)|1.1965192168237855e-05| +|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.1965192168237855e-05| +|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.1965192168237855e-05| +|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.1965192168237855e-05| +|pypi|[PyCBC](http://www.pycbc.org/)|1.1965192168237855e-05| +|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.1965192168237855e-05| +|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.1965192168237855e-05| +|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1938451562145374e-05| +|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.193527918781726e-05| +|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.187938464725992e-05| +|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1877230227058031e-05| +|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1845540246555475e-05| +|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1802345471908852e-05| +|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1736571532166167e-05| +|pypi|[untokenize](https://pypi.org/project/untokenize)|1.173206910914866e-05| +|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1691948597088192e-05| +|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1579218227326955e-05| +|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1553888687454678e-05| +|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1531033753849684e-05| +|pypi|[psims](https://pypi.org/project/psims)|1.1458480071891775e-05| +|pypi|[bandit](https://pypi.org/project/bandit)|1.1402982148382459e-05| +|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.137190339333703e-05| +|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1286743868056834e-05| +|pypi|[m2r](https://pypi.org/project/m2r)|1.1285417633716899e-05| +|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1217367657722988e-05| +|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1217367657722988e-05| +|pypi|[schema](https://github.com/keleshev/schema)|1.1214862074947446e-05| +|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1210169346926587e-05| +|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.120298036187697e-05| +|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1188195556074421e-05| +|pypi|[memoization](https://pypi.org/project/memoization)|1.1188195556074421e-05| +|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1188195556074421e-05| +|pypi|[treq](https://pypi.org/project/treq)|1.1178587615249145e-05| +|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1157492800663803e-05| +|pypi|[plaster](https://pypi.org/project/plaster)|1.115244662878818e-05| +|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1147281689104692e-05| +|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1132632475090778e-05| +|pypi|[stfio](https://pypi.org/project/stfio)|1.1105193981145758e-05| +|pypi|[klusta](https://klusta.cortexlab.net)|1.1105193981145758e-05| +|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1105193981145758e-05| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.099943022894437e-05| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.099943022894437e-05| +|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.0978451135464171e-05| +|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0951620427088391e-05| +|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0934344842974286e-05| +|pypi|[emperor](http://github.com/biocore/emperor)|1.0877447425670775e-05| +|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0877447425670775e-05| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0843891940857396e-05| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0843891940857396e-05| +|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0830856690176545e-05| +|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0756197049824017e-05| +|pypi|[equinox](https://pypi.org/project/equinox)|1.0748085782536366e-05| +|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0729275367445482e-05| +|pypi|[looseversion](https://pypi.org/project/looseversion)|1.0684706690584328e-05| +|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0604151559100795e-05| +|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0557522501386342e-05| +|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0557522501386342e-05| +|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0557522501386342e-05| +|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0557522501386342e-05| +|pypi|[sty](https://pypi.org/project/sty)|1.0557522501386342e-05| +|pypi|[awscli](https://pypi.org/project/awscli)|1.0557522501386342e-05| +|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0557522501386342e-05| +|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0557522501386342e-05| +|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0557522501386342e-05| +|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0557522501386342e-05| +|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0557522501386342e-05| +|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0557522501386342e-05| +|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0557522501386342e-05| +|pypi|[pims](https://github.com/soft-matter/pims)|1.0537915673883767e-05| +|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0467371605979767e-05| +|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0457182411497133e-05| +|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0457182411497133e-05| +|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0457182411497133e-05| +|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0440780666034473e-05| +|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0425298633368979e-05| +|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0381378573336895e-05| +|pypi|[yattag](https://pypi.org/project/yattag)|1.0381378573336895e-05| +|pypi|[od](https://pypi.org/project/od)|1.0364847715736042e-05| +|pypi|[beartype](https://pypi.org/project/beartype)|1.0361454226360593e-05| +|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0346301667875281e-05| +|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0255879001346732e-05| +|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0255879001346732e-05| +|pypi|[webtest](https://pypi.org/project/webtest)|1.0254559040808754e-05| +|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.023732154857885e-05| +|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0170413343002176e-05| +|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.016237422951414e-05| +|pypi|[slycot](https://github.com/python-control/Slycot)|1.0153320211333265e-05| +|pypi|[PySide](http://www.pyside.org)|1.0153320211333265e-05| +|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0153320211333265e-05| +|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0032353433368662e-05| +|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.000582366195209e-05| +|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.000582366195209e-05| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.995191767551818e-06| +|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.986213931101531e-06| +|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.975191786573032e-06| +|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.970993473531546e-06| +|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.970993473531546e-06| +|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.970993473531546e-06| +|pypi|[xlwings](https://pypi.org/project/xlwings)|9.970993473531546e-06| +|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.894070114860665e-06| +|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.840829146965309e-06| +|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.840093583924688e-06| +|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.837152061136832e-06| +|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|9.829865565906178e-06| +|pypi|[siphon](https://pypi.org/project/siphon)|9.824972843030517e-06| +|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.779504104941471e-06| +|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.705586713264504e-06| +|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.701507163436097e-06| +|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.691805656272665e-06| +|pypi|[Click](https://palletsprojects.com/p/click/)|9.69045874732009e-06| +|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.673857868020304e-06| +|pypi|[affine](https://pypi.org/project/affine)|9.660525120964884e-06| +|pypi|[linetools](https://pypi.org/project/linetools)|9.625682225869244e-06| +|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.59666437072087e-06| +|pypi|[spacy](https://pypi.org/project/spacy)|9.584929125713494e-06| +|pypi|[ninja](https://pypi.org/project/ninja)|9.568134237786953e-06| +|pypi|[clang](http://clang.llvm.org/)|9.512870627779485e-06| +|pypi|[alerce](https://pypi.org/project/alerce)|9.446204343345675e-06| +|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.446204343345675e-06| +|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.446204343345675e-06| +|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.446204343345675e-06| +|pypi|[mp-api](https://github.com/materialsproject/api)|9.446204343345675e-06| +|pypi|[trainstation](https://pypi.org/project/trainstation)|9.446204343345675e-06| +|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.446204343345675e-06| +|pypi|[pygithub](https://pypi.org/project/pygithub)|9.446204343345675e-06| +|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.414716995534522e-06| +|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.392388227254978e-06| +|pypi|[itk-io](https://pypi.org/project/itk-io)|9.2618279291412e-06| +|pypi|[minio](https://pypi.org/project/minio)|9.248770162475749e-06| +|pypi|[recipy](http://www.recipy.org)|9.203993975567579e-06| +|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.203993975567579e-06| +|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.203993975567579e-06| +|pypi|[svn](https://github.com/dsoprea/PySvn)|9.203993975567579e-06| +|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.203993975567579e-06| +|pypi|[tableone](https://pypi.org/project/tableone)|9.203993975567579e-06| +|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.19824147933285e-06| +|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.18249985112295e-06| +|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.146684678709506e-06| +|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.146684678709506e-06| +|pypi|[profimp](https://pypi.org/project/profimp)|9.123320898432566e-06| +|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.123320898432566e-06| +|pypi|[scrublet](https://pypi.org/project/scrublet)|9.123320898432566e-06| +|pypi|[scanorama](https://pypi.org/project/scanorama)|9.123320898432566e-06| +|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.123320898432566e-06| +|pypi|[bbknn](https://pypi.org/project/bbknn)|9.123320898432566e-06| +|pypi|[session-info](https://pypi.org/project/session-info)|9.123320898432566e-06| +|pypi|[visdom](https://pypi.org/project/visdom)|9.11670606030855e-06| +|pypi|[nameparser](https://pypi.org/project/nameparser)|9.111954035811904e-06| +|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.088311276287166e-06| +|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.07157816870403e-06| +|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.065720019562555e-06| +|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.02671314843654e-06| +|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.986713974930073e-06| +|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.973894126178394e-06| +|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.973894126178391e-06| +|pypi|[ccxt](https://ccxt.com)|8.973894126178391e-06| +|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.973894126178391e-06| +|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.973894126178391e-06| +|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.973894126178391e-06| +|pypi|[schedule](https://github.com/dbader/schedule)|8.973894126178391e-06| +|pypi|[tangle](https://github.com/fifman/tangle)|8.973894126178391e-06| +|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.973894126178391e-06| +|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.973419316965365e-06| +|pypi|[mygene](https://github.com/biothings/mygene.py)|8.935274547684774e-06| +|pypi|[eventlet](https://pypi.org/project/eventlet)|8.897083382067418e-06| +|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.884155184916607e-06| +|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.884155184916607e-06| +|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.85300422520177e-06| +|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.839304996395999e-06| +|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.824329224075418e-06| +|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.796940410636399e-06| +|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.755018659686235e-06| +|pypi|[lit](https://pypi.org/project/lit)|8.755018659686235e-06| +|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.690438657573186e-06| +|pypi|[nglview](https://pypi.org/project/nglview)|8.681900790425761e-06| +|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.678849077702147e-06| +|pypi|[pyrr](https://pypi.org/project/pyrr)|8.635433983473691e-06| +|pypi|[pathtools](https://pypi.org/project/pathtools)|8.621190218719371e-06| +|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.60728125689948e-06| +|pypi|[pyklip](https://pypi.org/project/pyklip)|8.58247959514295e-06| +|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.571947891200976e-06| +|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.57024157251024e-06| +|pypi|[configargparse](https://pypi.org/project/configargparse)|8.54989054398143e-06| +|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.546565834455609e-06| +|pypi|[uuid](http://zesty.ca/python/)|8.546565834455609e-06| +|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.546565834455609e-06| +|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.546565834455609e-06| +|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.546565834455609e-06| +|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.522175857593259e-06| +|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.496306200145034e-06| +|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.461100176111053e-06| +|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.426486584481514e-06| +|pypi|[path.py](https://pypi.org/project/path.py)|8.341103736797034e-06| +|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.3266232498466e-06| +|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.324326538927542e-06| +|pypi|[zappy](https://pypi.org/project/zappy)|8.2690752075752e-06| +|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.2690752075752e-06| +|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.2690752075752e-06| +|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.2690752075752e-06| +|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.2690752075752e-06| +|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.2690752075752e-06| +|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.2690752075752e-06| +|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.2690752075752e-06| +|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.2690752075752e-06| +|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.2690752075752e-06| +|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.2690752075752e-06| +|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.2690752075752e-06| +|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.2690752075752e-06| +|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.2690752075752e-06| +|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.2690752075752e-06| +|pypi|[flit_core](https://pypi.org/project/flit_core)|8.2690752075752e-06| +|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.2690752075752e-06| +|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.2690752075752e-06| +|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.2690752075752e-06| +|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.2690752075752e-06| +|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.2690752075752e-06| +|pypi|[streamz](https://pypi.org/project/streamz)|8.241770517035964e-06| +|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.239666424945612e-06| +|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.23150833937636e-06| +|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.222385751079708e-06| +|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.182079938574415e-06| +|pypi|[plams](https://www.scm.com/doc/plams/)|8.178672821396384e-06| +|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.166259038640836e-06| +|pypi|[priority](https://pypi.org/project/priority)|8.165257512610667e-06| +|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.158085569253081e-06| +|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.158085569253081e-06| +|pypi|[transitions](https://pypi.org/project/transitions)|8.158085569253081e-06| +|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.158085569253081e-06| +|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.158085569253081e-06| +|pypi|[scalpl](https://pypi.org/project/scalpl)|8.158085569253081e-06| +|pypi|[shellingham](https://pypi.org/project/shellingham)|8.158085569253081e-06| +|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.13633067440174e-06| +|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.092248387466131e-06| +|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.07650471356055e-06| +|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.07650471356055e-06| +|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.032507892283283e-06| +|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|8.009447043167132e-06| +|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.995739666424945e-06| +|pypi|[coreapi](https://github.com/core-api/python-client)|7.976794778825236e-06| +|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.976794778825236e-06| +|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.976794778825236e-06| +|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.976794778825236e-06| +|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.976794778825236e-06| +|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.976794778825236e-06| +|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.976794778825236e-06| +|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.976794778825236e-06| +|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.976794778825236e-06| +|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.976794778825236e-06| +|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.976794778825236e-06| +|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.976794778825236e-06| +|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.976794778825236e-06| +|pypi|[sregistry](https://pypi.org/project/sregistry)|7.976794778825236e-06| +|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.975896407474393e-06| +|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.897026831036984e-06| +|pypi|[jupyter_client](https://jupyter.org)|7.849193700161483e-06| +|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.833341130786685e-06| +|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.805652053871137e-06| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.803386196676862e-06| +|pypi|[sgt](https://github.com/cran2367/sgt)|7.803386196676862e-06| +|pypi|[torchaudio](https://github.com/pytorch/audio)|7.732511407106716e-06| +|pypi|[mujoco](https://pypi.org/project/mujoco)|7.725352334710093e-06| +|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.725352334710093e-06| +|pypi|[swig](https://pypi.org/project/swig)|7.725352334710093e-06| +|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.725352334710093e-06| +|pypi|[shimmy](https://pypi.org/project/shimmy)|7.725352334710093e-06| +|pypi|[autorom](https://pypi.org/project/autorom)|7.725352334710093e-06| +|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.725352334710093e-06| +|pypi|[soundfile](https://pypi.org/project/soundfile)|7.7000604222964e-06| +|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.698673188689082e-06| +|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.693191235885223e-06| +|pypi|[lingua](https://pypi.org/project/lingua)|7.665756759556616e-06| +|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.642992568165147e-06| +|pypi|[optuna](https://pypi.org/project/optuna)|7.616761228101983e-06| +|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.610878131541862e-06| +|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.59719319199761e-06| +|pypi|[stimela](https://pypi.org/project/stimela)|7.59719319199761e-06| +|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.590588469259607e-06| +|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.547799068866125e-06| +|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.547735259664194e-06| +|pypi|[nox](https://pypi.org/project/nox)|7.495046323252337e-06| +|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.415789431743026e-06| +|pypi|[pyside2](https://pypi.org/project/pyside2)|7.414039029317311e-06| +|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.403462654097172e-06| +|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.403462654097172e-06| +|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.403462654097172e-06| +|pypi|[bagit](https://pypi.org/project/bagit)|7.403462654097172e-06| +|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.403462654097172e-06| +|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.403462654097172e-06| +|pypi|[adal](https://pypi.org/project/adal)|7.403462654097172e-06| +|pypi|[annoy](https://pypi.org/project/annoy)|7.402219971991309e-06| +|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.402219971991309e-06| +|pypi|[nmslib](https://pypi.org/project/nmslib)|7.402219971991309e-06| +|pypi|[pyemd](https://pypi.org/project/pyemd)|7.402219971991309e-06| +|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.402219971991309e-06| +|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.402219971991309e-06| +|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.399514140681653e-06| +|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.385641655557744e-06| +|pypi|[intervals](https://pypi.org/project/intervals)|7.373056602570743e-06| +|pypi|[scooby](https://github.com/banesullivan/scooby)|7.333638456630885e-06| +|pypi|[pycares](http://github.com/saghul/pycares)|7.302365524069839e-06| +|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.295316111303614e-06| +|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.274647827698046e-06| +|pypi|[neobolt](https://pypi.org/project/neobolt)|7.25237157952376e-06| +|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.25237157952376e-06| +|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.2480247501879e-06| +|pypi|[pymoo](https://pypi.org/project/pymoo)|7.22144499021714e-06| +|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.179115300942725e-06| +|pypi|[gatspy](http://github.com/astroml/gatspy)|7.1791153009427125e-06| +|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.179115300942712e-06| +|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.163366505468699e-06| +|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.162603335750545e-06| +|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.162603335750545e-06| +|pypi|[hvplot](https://pypi.org/project/hvplot)|7.133717954186754e-06| +|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.11821820182304e-06| +|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.114145931703409e-06| +|pypi|[rq](https://github.com/nvie/rq/)|7.113306744017406e-06| +|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.110085346125957e-06| +|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.107324147933286e-06| +|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.107324147933286e-06| +|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.107324147933285e-06| +|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.073926798364797e-06| +|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.058032815625273e-06| +|pypi|[webargs](https://pypi.org/project/webargs)|7.031193969192521e-06| +|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.011648630557259e-06| +|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.011648630557259e-06| +|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.99592341239943e-06| +|pypi|[einops](https://pypi.org/project/einops)|6.991583050446312e-06| +|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.983829413745194e-06| +|pypi|[prefect](https://pypi.org/project/prefect)|6.9679648509149855e-06| +|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.939651796457969e-06| +|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.939651796457969e-06| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.9359436226041e-06| +|pypi|[doc8](https://pypi.org/project/doc8)|6.927015185559609e-06| +|pypi|[banzai](http://github.com/twneale/banzai/)|6.902995481675685e-06| +|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.902995481675685e-06| +|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.902995481675685e-06| +|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.902995481675685e-06| +|pypi|[logutils](https://pypi.org/project/logutils)|6.902995481675685e-06| +|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.902995481675685e-06| +|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.902995481675685e-06| +|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.902995481675685e-06| +|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.902995481675685e-06| +|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.902995481675685e-06| +|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.902995481675685e-06| +|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.902995481675685e-06| +|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.902995481675685e-06| +|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.902995481675685e-06| +|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.902995481675685e-06| +|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.902995481675685e-06| +|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.902995481675685e-06| +|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.902995481675685e-06| +|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.902995481675685e-06| +|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.902995481675685e-06| +|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.902995481675685e-06| +|pypi|[infinity](https://pypi.org/project/infinity)|6.902995481675685e-06| +|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.895729170642347e-06| +|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.895729170642342e-06| +|pypi|[paramz](https://pypi.org/project/paramz)|6.895729170642342e-06| +|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.8792376722262505e-06| +|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.873253155413914e-06| +|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.833965526858928e-06| +|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.833965526858928e-06| +|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.833965526858928e-06| +|pypi|[cytocad](https://github.com/cytham/cytocad)|6.77275028390822e-06| +|pypi|[nanovar](https://github.com/cytham/nanovar)|6.77275028390822e-06| +|pypi|[iwopy](https://pypi.org/project/iwopy)|6.77275028390822e-06| +|pypi|[hatch](https://pypi.org/project/hatch)|6.747142136483815e-06| +|pypi|[parameterized](https://pypi.org/project/parameterized)|6.730563899467561e-06| +|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.729395006733658e-06| +|pypi|[polib](https://pypi.org/project/polib)|6.701191339479954e-06| +|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.69284015771009e-06| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.669796204615963e-06| +|pypi|[echo](https://pypi.org/project/echo)|6.647328982354363e-06| +|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.647328982354363e-06| +|pypi|[WebTest](https://pypi.org/project/WebTest)|6.644133151112847e-06| +|pypi|[autobahn](https://pypi.org/project/autobahn)|6.611227785992108e-06| +|pypi|[txaio](https://pypi.org/project/txaio)|6.611227785992108e-06| +|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.601773860657109e-06| +|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.596599366436398e-06| +|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.59646961088223e-06| +|pypi|[minikanren](https://pypi.org/project/minikanren)|6.580855692530819e-06| +|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.580855692530819e-06| +|pypi|[etuples](https://pypi.org/project/etuples)|6.580855692530819e-06| +|pypi|[cons](https://pypi.org/project/cons)|6.580855692530819e-06| +|pypi|[mkl](https://pypi.org/project/mkl)|6.580855692530819e-06| +|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.57209399574859e-06| +|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5696596912876816e-06| +|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5696596912876816e-06| +|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5696596912876816e-06| +|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5696596912876816e-06| +|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5696596912876816e-06| +|pypi|[amqp](http://github.com/celery/py-amqp)|6.5275449852320944e-06| +|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.4821518967797975e-06| +|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.461203770848441e-06| +|pypi|[safetensors](https://pypi.org/project/safetensors)|6.461203770848441e-06| +|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.438612149272048e-06| +|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.438612149272048e-06| +|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.409924375841708e-06| +|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.409924375841708e-06| +|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.409924375841708e-06| +|pypi|[datasets](https://pypi.org/project/datasets)|6.406564334838242e-06| +|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.363227921934613e-06| +|pypi|[keepalive](https://github.com/wikier/keepalive)|6.34582513208329e-06| +|pypi|[spectra](http://github.com/jsvine/spectra)|6.34582513208329e-06| +|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.34582513208329e-06| +|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.34582513208329e-06| +|pypi|[pyTest](https://pypi.org/project/pyTest)|6.34582513208329e-06| +|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.34582513208329e-06| +|pypi|[Flake8](https://pypi.org/project/Flake8)|6.34582513208329e-06| +|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.34582513208329e-06| +|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.34582513208329e-06| +|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.34582513208329e-06| +|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.34582513208329e-06| +|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.34582513208329e-06| +|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.34582513208329e-06| +|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.34582513208329e-06| +|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.324458717497183e-06| +|pypi|[numkit](https://pypi.org/project/numkit)|6.307004463328193e-06| +|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.2974695622304495e-06| +|pypi|[nilearn](https://pypi.org/project/nilearn)|6.2974695622304495e-06| +|pypi|[nipype](https://pypi.org/project/nipype)|6.2974695622304495e-06| +|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.2974695622304495e-06| +|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.2974695622304495e-06| +|pypi|[pybids](https://pypi.org/project/pybids)|6.2974695622304495e-06| +|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.2974695622304495e-06| +|pypi|[templateflow](https://pypi.org/project/templateflow)|6.2974695622304495e-06| +|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.2974695622304495e-06| +|pypi|[num2words](https://pypi.org/project/num2words)|6.2974695622304495e-06| +|pypi|[surfplot](https://pypi.org/project/surfplot)|6.2974695622304495e-06| +|pypi|[brainspace](https://pypi.org/project/brainspace)|6.2974695622304495e-06| +|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.2974695622304495e-06| +|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.2974695622304495e-06| +|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.2974695622304495e-06| +|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.2974695622304495e-06| +|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.2974695622304495e-06| +|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.2974695622304495e-06| +|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.293930384336476e-06| +|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.293930384336476e-06| +|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.293930384336476e-06| +|pypi|[lisa2](https://pypi.org/project/lisa2)|6.234494866608145e-06| +|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.225681083779976e-06| +|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.219394899566687e-06| +|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.219394899566687e-06| +|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.219394899566687e-06| +|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.219394899566687e-06| +|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.219394899566687e-06| +|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.219394899566687e-06| +|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.219394899566687e-06| +|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.219394899566687e-06| +|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.219394899566687e-06| +|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.219394899566687e-06| +|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.219394899566687e-06| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.191340170444361e-06| +|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.189028520428088e-06| +|pypi|[cityhash](https://pypi.org/project/cityhash)|6.188892500812684e-06| +|pypi|[transformers](https://github.com/huggingface/transformers)|6.1884488526047405e-06| +|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.1792120802368624e-06| +|pypi|[ddt](https://pypi.org/project/ddt)|6.1359898477157355e-06| +|pypi|[unyt](https://github.com/yt-project/unyt)|6.132160986221903e-06| +|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.131674156522475e-06| +|pypi|[etils](https://pypi.org/project/etils)|6.118860059921432e-06| +|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.1116942101446515e-06| +|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.083443809620045e-06| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|6.077114188055589e-06| +|pypi|[codespell](https://pypi.org/project/codespell)|6.037421353139452e-06| +|pypi|[kazoo](https://kazoo.readthedocs.io)|6.028533875479126e-06| +|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.0242141438345435e-06| +|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.981997824510515e-06| +|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.9817742989425365e-06| +|pypi|[pyshp](https://pypi.org/project/pyshp)|5.98152776338962e-06| +|pypi|[blis](https://pypi.org/project/blis)|5.973353140335922e-06| +|pypi|[catalogue](https://pypi.org/project/catalogue)|5.973353140335922e-06| +|pypi|[preshed](https://pypi.org/project/preshed)|5.973353140335922e-06| +|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.922770123277738e-06| +|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9227701232777374e-06| +|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9227701232777374e-06| +|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9227701232777374e-06| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.897130425774371e-06| +|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.892109318346628e-06| +|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.885697642625329e-06| +|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.884520738477633e-06| +|pypi|[pefile](https://pypi.org/project/pefile)|5.884520738477633e-06| +|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.884520738477633e-06| +|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.884520738477633e-06| +|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.884520738477633e-06| +|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.884520738477633e-06| +|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.884520738477633e-06| +|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.8800935215122656e-06| +|pypi|[ansicon](https://pypi.org/project/ansicon)|5.86354242204496e-06| +|pypi|[socksio](https://pypi.org/project/socksio)|5.84393725430327e-06| +|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.812117807796986e-06| +|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.810407919512983e-06| +|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.810407919512983e-06| +|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.7896091136634775e-06| +|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.7896091136634775e-06| +|pypi|[imblearn](https://pypi.org/project/imblearn)|5.7896091136634775e-06| +|pypi|[imutils](https://pypi.org/project/imutils)|5.7896091136634775e-06| +|pypi|[kornia](https://pypi.org/project/kornia)|5.7896091136634775e-06| +|pypi|[local-attention](https://pypi.org/project/local-attention)|5.7896091136634775e-06| +|pypi|[thop](https://pypi.org/project/thop)|5.7896091136634775e-06| +|pypi|[timmy](https://pypi.org/project/timmy)|5.7896091136634775e-06| +|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.7896091136634775e-06| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.772276246627541e-06| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.772276246627541e-06| +|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.762522013881695e-06| +|pypi|[chempy](https://github.com/bjodah/chempy)|5.762522013881695e-06| +|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.72652612546738e-06| +|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.725144759703689e-06| +|pypi|[fett](https://pypi.org/project/fett)|5.688113065192616e-06| +|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.688113065192616e-06| +|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.688113065192616e-06| +|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.688113065192616e-06| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.678264022448529e-06| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.678264022448529e-06| +|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.666373148244069e-06| +|pypi|[blosc2](https://pypi.org/project/blosc2)|5.640733450740702e-06| +|pypi|[multiset](https://pypi.org/project/multiset)|5.640733450740702e-06| +|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.627971610354417e-06| +|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.586853457844341e-06| +|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.573067767091859e-06| +|pypi|[re-assert](https://pypi.org/project/re-assert)|5.567205234176533e-06| +|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.567205234176533e-06| +|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.567205234176533e-06| +|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.567205234176533e-06| +|pypi|[librosa](https://librosa.org)|5.555598550357796e-06| +|pypi|[blurb](https://pypi.org/project/blurb)|5.5263169507256775e-06| +|pypi|[bitstring](https://pypi.org/project/bitstring)|5.522790842225215e-06| +|pypi|[tempora](https://pypi.org/project/tempora)|5.505772673932639e-06| +|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.50264020672257e-06| +|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4785623640319075e-06| +|pypi|[soxr](https://pypi.org/project/soxr)|5.474075416968818e-06| +|pypi|[samplerate](https://pypi.org/project/samplerate)|5.474075416968818e-06| +|pypi|[presets](https://pypi.org/project/presets)|5.474075416968818e-06| +|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.474075416968818e-06| +|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.474075416968818e-06| +|pypi|[audioread](https://pypi.org/project/audioread)|5.474075416968818e-06| +|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.467936018320477e-06| +|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.467172421487142e-06| +|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.449018439863255e-06| +|pypi|[flit](https://pypi.org/project/flit)|5.449018439863255e-06| +|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.447977585216046e-06| +|pypi|[halomod](https://github.com/steven-murray/halomod)|5.4356158707137695e-06| +|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.428384161161542e-06| +|pypi|[pybamm](https://pypi.org/project/pybamm)|5.395148396340983e-06| +|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.384336475707034e-06| +|pypi|[resample](https://pypi.org/project/resample)|5.383304993623565e-06| +|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.383304993623565e-06| +|pypi|[imgaug](https://github.com/aleju/imgaug)|5.351179344299843e-06| +|pypi|[cogapp](https://pypi.org/project/cogapp)|5.337308967361581e-06| +|pypi|[thinc](https://pypi.org/project/thinc)|5.3364961378329395e-06| +|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3102717040208654e-06| +|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.305096733318389e-06| +|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.280791543481899e-06| +|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.279201900414425e-06| +|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.2787612506931745e-06| +|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.275860832423561e-06| +|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.273852185871517e-06| +|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.239551219180565e-06| +|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.239551219180565e-06| +|pypi|[kgt](https://pypi.org/project/kgt)|5.225973638186239e-06| +|pypi|[x21](https://pypi.org/project/x21)|5.225973638186239e-06| +|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.225973638186239e-06| +|pypi|[comm](https://pypi.org/project/comm)|5.1814007703598316e-06| +|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.1688062141145284e-06| +|pypi|[cooler](https://github.com/mirnylab/cooler)|5.1496346293300616e-06| +|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.139650210117158e-06| +|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.1360668865911665e-06| +|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.132018702827526e-06| +|pypi|[crossbar](http://crossbar.io/)|5.127939500673366e-06| +|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.127939500673366e-06| +|pypi|[asq](https://pypi.org/project/asq)|5.127939500673366e-06| +|pypi|[automat](https://pypi.org/project/automat)|5.127939500673366e-06| +|pypi|[cbor](https://pypi.org/project/cbor)|5.127939500673366e-06| +|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.127939500673366e-06| +|pypi|[hpack](https://pypi.org/project/hpack)|5.127939500673366e-06| +|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.127939500673366e-06| +|pypi|[netaddr](https://pypi.org/project/netaddr)|5.127939500673366e-06| +|pypi|[node-semver](https://pypi.org/project/node-semver)|5.127939500673366e-06| +|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.127939500673366e-06| +|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.127939500673366e-06| +|pypi|[pytrie](https://pypi.org/project/pytrie)|5.127939500673366e-06| +|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.127939500673366e-06| +|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.127939500673366e-06| +|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.127939500673366e-06| +|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.127939500673366e-06| +|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.127939500673366e-06| +|pypi|[sym](https://github.com/bjodah/sym)|5.127939500673366e-06| +|pypi|[translationstring](https://pypi.org/project/translationstring)|5.115777080062796e-06| +|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1016134410317505e-06| +|pypi|[ablog](https://pypi.org/project/ablog)|5.1016134410317505e-06| +|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.097184994367254e-06| +|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.0557150006638815e-06| +|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.0557150006638815e-06| +|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.0557150006638815e-06| +|pypi|[zstd](https://pypi.org/project/zstd)|5.0557150006638815e-06| +|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.994727892091772e-06| +|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.991194447322075e-06| +|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.977117750653561e-06| +|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.977117750653561e-06| +|pypi|[peewee](https://pypi.org/project/peewee)|4.977117750653561e-06| +|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.977117750653561e-06| +|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.977117750653561e-06| +|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.941468973376151e-06| +|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.935641769398115e-06| +|pypi|[h5io](https://pypi.org/project/h5io)|4.929471296220221e-06| +|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.917202260919666e-06| +|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.917202260919666e-06| +|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.917202260919666e-06| +|pypi|[voila](https://pypi.org/project/voila)|4.917202260919666e-06| +|pypi|[SALib](http://salib.github.io/SALib/)|4.91476095514348e-06| +|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.913668773764876e-06| +|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.88938775510204e-06| +|pypi|[fixtures](https://pypi.org/project/fixtures)|4.88938775510204e-06| +|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.861940782672216e-06| +|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.842313270485862e-06| +|pypi|[webob](https://pypi.org/project/webob)|4.833329514937564e-06| +|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.789912598755781e-06| +|pypi|[sspa](https://github.com/cwieder/sspa)|4.7860768672951425e-06| +|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.7860768672951425e-06| +|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.770052056355548e-06| +|pypi|[grayskull](https://pypi.org/project/grayskull)|4.73821609862219e-06| +|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.700611208950586e-06| +|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.700164663528584e-06| +|pypi|[slicer](https://pypi.org/project/slicer)|4.688250473239597e-06| +|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.623898057785896e-06| +|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.6188833070195636e-06| +|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.597939964123507e-06| +|pypi|[dnest4](https://pypi.org/project/dnest4)|4.59542270637267e-06| +|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.584263959390864e-06| +|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.546773023930383e-06| +|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.535802070974822e-06| +|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.529679892261475e-06| +|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.529679892261475e-06| +|pypi|[jupyter-book](https://executablebooks.org/)|4.486947063089207e-06| +|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.4216071888064215e-06| +|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.4216071888064215e-06| +|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.39765681653372e-06| +|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.396733312614388e-06| +|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.3919293605767185e-06| +|pypi|[kopt](https://pypi.org/project/kopt)|4.3872371283538795e-06| +|pypi|[oemof.solph](https://oemof.org)|4.344860406091371e-06| +|pypi|[horovod](https://pypi.org/project/horovod)|4.335001410298061e-06| +|pypi|[lcapy](https://pypi.org/project/lcapy)|4.324768253579947e-06| +|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.324768253579947e-06| +|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.324768253579947e-06| +|pypi|[property-cached](https://pypi.org/project/property-cached)|4.324768253579947e-06| +|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.3216027989414505e-06| +|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.320859209103971e-06| +|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.307469180565629e-06| +|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.307469180565629e-06| +|pypi|[mdurl](https://pypi.org/project/mdurl)|4.28409803890658e-06| +|pypi|[apipkg](https://pypi.org/project/apipkg)|4.273282917227804e-06| +|pypi|[atpublic](https://pypi.org/project/atpublic)|4.273282917227804e-06| +|pypi|[dvc](https://pypi.org/project/dvc)|4.273282917227804e-06| +|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.273282917227804e-06| +|pypi|[nanotime](https://pypi.org/project/nanotime)|4.273282917227804e-06| +|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.273282917227804e-06| +|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.273282917227804e-06| +|pypi|[treelib](https://pypi.org/project/treelib)|4.273282917227804e-06| +|pypi|[nbdime](https://pypi.org/project/nbdime)|4.269601319637577e-06| +|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.251663814686358e-06| +|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.230550088055527e-06| +|pypi|[retrolab](https://pypi.org/project/retrolab)|4.230550088055527e-06| +|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.230550088055527e-06| +|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.230550088055527e-06| +|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.230550088055527e-06| +|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.230550088055527e-06| +|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.230550088055527e-06| +|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.230550088055527e-06| +|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.230550088055527e-06| +|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.226268154768021e-06| +|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.191014178067316e-06| +|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.185424220449601e-06| +|pypi|[npx](https://pypi.org/project/npx)|4.1807789105489915e-06| +|pypi|[meshplex](https://pypi.org/project/meshplex)|4.1807789105489915e-06| +|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.1807789105489915e-06| +|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.1807789105489915e-06| +|pypi|[update-checker](https://pypi.org/project/update-checker)|4.1807789105489915e-06| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.174095736241433e-06| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.174095736241433e-06| +|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.168234292977786e-06| +|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.168234292977786e-06| +|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.168234292977786e-06| +|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.168234292977786e-06| +|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.168234292977786e-06| +|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.168234292977786e-06| +|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.168234292977786e-06| +|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.157904278462654e-06| +|pypi|[Bio](https://github.com/ialbert/bio)|4.127031523269213e-06| +|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.093776450872015e-06| +|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.090617185205345e-06| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0790427846265405e-06| +|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0790427846265405e-06| +|pypi|[databroker](https://pypi.org/project/databroker)|4.0790427846265405e-06| +|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0790427846265405e-06| +|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0790427846265405e-06| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0790427846265405e-06| +|pypi|[doct](https://pypi.org/project/doct)|4.0790427846265405e-06| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0790427846265405e-06| +|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0790427846265405e-06| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0790427846265405e-06| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0790427846265405e-06| +|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.067364600578762e-06| +|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.056733479997935e-06| +|pypi|[qudida](https://pypi.org/project/qudida)|4.038252356780275e-06| +|pypi|[nitime](https://pypi.org/project/nitime)|4.032081883602381e-06| +|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.032081883602381e-06| +|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.000861131254535e-06| +|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.98839738941262e-06| +|pypi|[mako](https://www.makotemplates.org/)|3.979528608222569e-06| +|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.948513415518492e-06| +|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.948513415518492e-06| +|pypi|[piqp](https://pypi.org/project/piqp)|3.948513415518492e-06| +|pypi|[Mosek](https://pypi.org/project/Mosek)|3.948513415518492e-06| +|pypi|[diffcp](https://pypi.org/project/diffcp)|3.948513415518492e-06| +|pypi|[cylp](https://pypi.org/project/cylp)|3.948513415518492e-06| +|pypi|[scs](https://pypi.org/project/scs)|3.948513415518492e-06| +|pypi|[clarabel](https://pypi.org/project/clarabel)|3.948513415518492e-06| +|pypi|[ecos](https://pypi.org/project/ecos)|3.948513415518492e-06| +|pypi|[osqp](https://pypi.org/project/osqp)|3.948513415518492e-06| +|pypi|[user-agents](https://pypi.org/project/user-agents)|3.948513415518491e-06| +|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.932677131766413e-06| +|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.919480228639679e-06| +|pypi|[pylama](https://pypi.org/project/pylama)|3.919480228639679e-06| +|pypi|[tabulator](https://pypi.org/project/tabulator)|3.919480228639679e-06| +|pypi|[tableschema](https://pypi.org/project/tableschema)|3.919480228639679e-06| +|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.918771366414586e-06| +|pypi|[coconut](https://pypi.org/project/coconut)|3.905123158205101e-06| +|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.905123158205101e-06| +|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.901693098338431e-06| +|pypi|[Epip](https://pypi.org/project/Epip)|3.901693098338431e-06| +|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.901693098338431e-06| +|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.897234020511763e-06| +|pypi|[ducc0](https://pypi.org/project/ducc0)|3.867220492257819e-06| +|pypi|[langcodes](https://pypi.org/project/langcodes)|3.853207852514197e-06| +|pypi|[pathy](https://pypi.org/project/pathy)|3.853207852514197e-06| +|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.853207852514197e-06| +|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.848220202224072e-06| +|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.84014941097596e-06| +|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.835158963398347e-06| +|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.8080524639783117e-06| +|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.7875106664624547e-06| +|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7690355329949346e-06| +|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.769035532994932e-06| +|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.766704651403713e-06| +|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.760488967160468e-06| +|pypi|[noodles](https://pypi.org/project/noodles)|3.7599630246475754e-06| +|pypi|[hupper](https://pypi.org/project/hupper)|3.74898397469101e-06| +|pypi|[venusian](https://pypi.org/project/venusian)|3.74898397469101e-06| +|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7406969199648865e-06| +|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7406969199648865e-06| +|pypi|[saspy](https://pypi.org/project/saspy)|3.7406969199648865e-06| +|pypi|[Twisted](https://pypi.org/project/Twisted)|3.72676181686334e-06| +|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.724062901336679e-06| +|pypi|[portray](https://pypi.org/project/portray)|3.701731327048586e-06| +|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.701731327048586e-06| +|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.701731327048586e-06| +|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.674846863585781e-06| +|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.674846863585781e-06| +|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.674846863585781e-06| +|pypi|[configupdater](https://pypi.org/project/configupdater)|3.674846863585781e-06| +|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.653787983043566e-06| +|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6531902693275097e-06| +|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6269488759971004e-06| +|requirements.txt|gitlab/aegge/comet-emu|3.6258158085569257e-06| +|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6258158085569257e-06| +|requirements.txt|gitlab/rki_bioinformatics/purple|3.6258158085569257e-06| +|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6258158085569257e-06| +|requirements.txt|gitlab/dsbowen/conditional-inference|3.6258158085569257e-06| +|requirements.txt|gitlab/sybreton/apollinaire|3.6258158085569257e-06| +|requirements.txt|gitlab/esa/pyxel|3.6258158085569257e-06| +|requirements.txt|gitlab/gpagano/lensinggw|3.6258158085569257e-06| +|requirements.txt|gitlab/binary_c/binary_c-python|3.6258158085569257e-06| +|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6258158085569257e-06| +|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6258158085569257e-06| +|requirements.txt|gitlab/ENKI-portal/vaporock|3.6258158085569257e-06| +|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6258158085569257e-06| +|requirements.txt|gitlab/AstroVian/bmarxiv|3.6258158085569257e-06| +|requirements.txt|gitlab/jesseds/apav|3.6258158085569257e-06| +|requirements.txt|gitlab/LouisLab/PiVR|3.6258158085569257e-06| +|requirements.txt|gitlab/dglaeser/fieldcompare|3.6258158085569257e-06| +|requirements.txt|gitlab/casi-project/casi-2d|3.6258158085569257e-06| +|requirements.txt|gitlab/cracklet/cracklet|3.6258158085569257e-06| +|requirements.txt|gitlab/etienne.behar/menura|3.6258158085569257e-06| +|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6258158085569257e-06| +|requirements.txt|github/pylops/pyproximal|3.6258158085569257e-06| +|requirements.txt|github/tikk3r/legacystamps|3.6258158085569257e-06| +|requirements.txt|github/katholt/Kleborate|3.6258158085569257e-06| +|requirements.txt|github/fgbuster/fgbuster|3.6258158085569257e-06| +|requirements.txt|github/hyosubkim/bayes-toolbox|3.6258158085569257e-06| +|requirements.txt|github/grahambell/pymoc|3.6258158085569257e-06| +|requirements.txt|github/rodluger/everest|3.6258158085569257e-06| +|requirements.txt|github/xraypy/xraylarch|3.6258158085569257e-06| +|requirements.txt|github/Leo-Simpson/c-lasso|3.6258158085569257e-06| +|requirements.txt|github/variomes/sibtm-variomes|3.6258158085569257e-06| +|requirements.txt|github/robashaw/libecpint|3.6258158085569257e-06| +|requirements.txt|github/barentsen/dave|3.6258158085569257e-06| +|requirements.txt|github/barentsen/k2flix|3.6258158085569257e-06| +|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6258158085569257e-06| +|requirements.txt|github/pyamg/pyamg|3.6258158085569257e-06| +|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6258158085569257e-06| +|requirements.txt|github/UoMMIB/TFBMiner|3.6258158085569257e-06| +|requirements.txt|github/klb2/qmkpy|3.6258158085569257e-06| +|requirements.txt|github/WangLabTHU/DeSP|3.6258158085569257e-06| +|requirements.txt|github/SuperKogito/spafe|3.6258158085569257e-06| +|requirements.txt|github/bonsai-team/matam|3.6258158085569257e-06| +|requirements.txt|github/harrispopgen/mutyper|3.6258158085569257e-06| +|requirements.txt|github/zhoux85/scAdapt|3.6258158085569257e-06| +|requirements.txt|github/danhey/echelle|3.6258158085569257e-06| +|requirements.txt|github/astromer-science/main-code|3.6258158085569257e-06| +|requirements.txt|github/aimalz/qp|3.6258158085569257e-06| +|requirements.txt|github/lmcinnes/umap|3.6258158085569257e-06| +|requirements.txt|github/onnela-lab/beiwe-backend|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/hide|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/seek|3.6258158085569257e-06| +|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6258158085569257e-06| +|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6258158085569257e-06| +|requirements.txt|github/LCOGT/neoexchange|3.6258158085569257e-06| +|requirements.txt|github/mlares/hearsay|3.6258158085569257e-06| +|requirements.txt|github/tessgi/tvguide|3.6258158085569257e-06| +|requirements.txt|github/ot483/NetCom|3.6258158085569257e-06| +|requirements.txt|github/pnsaevik/effluent|3.6258158085569257e-06| +|requirements.txt|github/LuisScoccola/persistable|3.6258158085569257e-06| +|requirements.txt|github/duetosymmetry/qnm|3.6258158085569257e-06| +|requirements.txt|github/ToyotaCRDL/mahos|3.6258158085569257e-06| +|requirements.txt|github/firefly-cpp/NiaARM|3.6258158085569257e-06| +|requirements.txt|github/soraxas/sbp-env|3.6258158085569257e-06| +|requirements.txt|github/mwvgroup/pwv_kpno|3.6258158085569257e-06| +|requirements.txt|github/linsalrob/PhiSpy|3.6258158085569257e-06| +|requirements.txt|github/emerge-erc/ALminer|3.6258158085569257e-06| +|requirements.txt|github/PolymerGuy/recolo|3.6258158085569257e-06| +|requirements.txt|github/amrex-astro/Castro|3.6258158085569257e-06| +|requirements.txt|github/amrex-astro/Nyx|3.6258158085569257e-06| +|requirements.txt|github/JulianZDing/UniMAP|3.6258158085569257e-06| +|requirements.txt|github/STOmics/EAGS|3.6258158085569257e-06| +|requirements.txt|github/sybila/biodivine-aeon-py|3.6258158085569257e-06| +|requirements.txt|github/mwalmsley/zoobot|3.6258158085569257e-06| +|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6258158085569257e-06| +|requirements.txt|github/intake/intake|3.6258158085569257e-06| +|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6258158085569257e-06| +|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6258158085569257e-06| +|requirements.txt|github/nialov/fractopo|3.6258158085569257e-06| +|requirements.txt|github/secimTools/SECIMTools|3.6258158085569257e-06| +|requirements.txt|github/mraveri/tensiometer|3.6258158085569257e-06| +|requirements.txt|github/frescigno/magpy_rv|3.6258158085569257e-06| +|requirements.txt|github/abinit/abinit|3.6258158085569257e-06| +|requirements.txt|github/EGaraldi/corecon|3.6258158085569257e-06| +|requirements.txt|github/fenderglass/Ragout|3.6258158085569257e-06| +|requirements.txt|github/fenderglass/Flye|3.6258158085569257e-06| +|requirements.txt|github/ebachelet/pyLIMA|3.6258158085569257e-06| +|requirements.txt|github/KVSlab/VaMPy|3.6258158085569257e-06| +|requirements.txt|github/StingraySoftware/HENDRICS|3.6258158085569257e-06| +|requirements.txt|github/21cmfast/21cmEMU|3.6258158085569257e-06| +|requirements.txt|github/a-griffiths/AutoSpec|3.6258158085569257e-06| +|requirements.txt|github/MIAnalyzer/MIA|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/Castro|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6258158085569257e-06| +|requirements.txt|github/AMReX-Astro/Nyx|3.6258158085569257e-06| +|requirements.txt|github/matiscke/lcps|3.6258158085569257e-06| +|requirements.txt|github/johnh2o2/cuvarbase|3.6258158085569257e-06| +|requirements.txt|github/johnpaulett/python-hl7|3.6258158085569257e-06| +|requirements.txt|github/mswzeus/TargetNet|3.6258158085569257e-06| +|requirements.txt|github/lpantano/seqcluster|3.6258158085569257e-06| +|requirements.txt|github/dirmeier/surjectors|3.6258158085569257e-06| +|requirements.txt|github/swagnercarena/paltas|3.6258158085569257e-06| +|requirements.txt|github/damonge/schNell|3.6258158085569257e-06| +|requirements.txt|github/roualdes/bridgestan|3.6258158085569257e-06| +|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6258158085569257e-06| +|requirements.txt|github/kiyo-masui/bitshuffle|3.6258158085569257e-06| +|requirements.txt|github/lgrcia/prose|3.6258158085569257e-06| +|requirements.txt|github/achael/eht-imaging|3.6258158085569257e-06| +|requirements.txt|github/iancze/PSOAP|3.6258158085569257e-06| +|requirements.txt|github/Kamuish/archi|3.6258158085569257e-06| +|requirements.txt|github/mpound/pdrtpy|3.6258158085569257e-06| +|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6258158085569257e-06| +|requirements.txt|github/labsyspharm/minerva-story|3.6258158085569257e-06| +|requirements.txt|github/aewallin/allantools|3.6258158085569257e-06| +|requirements.txt|github/mrempel/geohexviz|3.6258158085569257e-06| +|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6258158085569257e-06| +|requirements.txt|github/pysam-developers/pysam|3.6258158085569257e-06| +|requirements.txt|github/wmglab-duke/ascent|3.6258158085569257e-06| +|requirements.txt|github/pynucastro/pynucastro|3.6258158085569257e-06| +|requirements.txt|github/li-yangyang/lotus|3.6258158085569257e-06| +|requirements.txt|github/austinpeel/herculens|3.6258158085569257e-06| +|requirements.txt|github/JakobBD/pounce|3.6258158085569257e-06| +|requirements.txt|github/annayqho/TheCannon|3.6258158085569257e-06| +|requirements.txt|github/Basvanstein/GSAreport|3.6258158085569257e-06| +|requirements.txt|github/kkjawz/coref-ee|3.6258158085569257e-06| +|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6258158085569257e-06| +|requirements.txt|github/jesford/cluster-lensing|3.6258158085569257e-06| +|requirements.txt|github/broadinstitute/cromwell|3.6258158085569257e-06| +|requirements.txt|github/dartoon/galight|3.6258158085569257e-06| +|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6258158085569257e-06| +|requirements.txt|github/snowformatics/macrobot|3.6258158085569257e-06| +|requirements.txt|github/Jacks0nJ/PyFPT|3.6258158085569257e-06| +|requirements.txt|github/epi2me-labs/mapula|3.6258158085569257e-06| +|requirements.txt|github/skyfielders/python-skyfield|3.6258158085569257e-06| +|requirements.txt|github/luizfelippesr/galmag|3.6258158085569257e-06| +|requirements.txt|github/erling6232/imagedata|3.6258158085569257e-06| +|requirements.txt|github/jts/nanopolish|3.6258158085569257e-06| +|requirements.txt|github/MrOlm/drep|3.6258158085569257e-06| +|requirements.txt|github/theislab/scCODA|3.6258158085569257e-06| +|requirements.txt|github/uab-cgds-worthey/quac|3.6258158085569257e-06| +|requirements.txt|github/python-hydro/pyro2|3.6258158085569257e-06| +|requirements.txt|github/desihub/fastspecfit|3.6258158085569257e-06| +|requirements.txt|github/fhcrc/seqmagick|3.6258158085569257e-06| +|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6258158085569257e-06| +|requirements.txt|github/kinnala/scikit-fem|3.6258158085569257e-06| +|requirements.txt|github/sorenwacker/ProteomicsQC|3.6258158085569257e-06| +|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6258158085569257e-06| +|requirements.txt|github/Higgins00/TESS-Localize|3.6258158085569257e-06| +|requirements.txt|github/palaeoware/revosim|3.6258158085569257e-06| +|requirements.txt|github/tholoien/empiriciSN|3.6258158085569257e-06| +|requirements.txt|github/tholoien/XDGMM|3.6258158085569257e-06| +|requirements.txt|github/mentatpsi/OSGenome|3.6258158085569257e-06| +|requirements.txt|github/hpparvi/opents|3.6258158085569257e-06| +|requirements.txt|github/hpparvi/PyTransit|3.6258158085569257e-06| +|requirements.txt|github/ronshnapp/MyPTV|3.6258158085569257e-06| +|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6258158085569257e-06| +|requirements.txt|github/trygvrad/DF-XRM_viz|3.6258158085569257e-06| +|requirements.txt|github/HLasse/TextDescriptives|3.6258158085569257e-06| +|requirements.txt|github/ZJUFanLab/bulk2space|3.6258158085569257e-06| +|requirements.txt|github/ppsp-team/PyNM|3.6258158085569257e-06| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6258158085569257e-06| +|requirements.txt|github/ABM4ALL/Melodie|3.6258158085569257e-06| +|requirements.txt|github/esa/NIDN|3.6258158085569257e-06| +|requirements.txt|github/smaret/astrochem|3.6258158085569257e-06| +|requirements.txt|github/FlorianThibord/OptimiR|3.6258158085569257e-06| +|requirements.txt|github/muctadir/lama|3.6258158085569257e-06| +|requirements.txt|github/COMBINE-lab/alevin-fry|3.6258158085569257e-06| +|requirements.txt|github/rhdtownsend/gyre|3.6258158085569257e-06| +|requirements.txt|github/chanzuckerberg/cellxgene|3.6258158085569257e-06| +|requirements.txt|github/dib-lab/dammit|3.6258158085569257e-06| +|requirements.txt|github/dib-lab/sourmash|3.6258158085569257e-06| +|requirements.txt|github/cwieder/py-ssPA|3.6258158085569257e-06| +|requirements.txt|github/igmhub/LyaCoLoRe|3.6258158085569257e-06| +|requirements.txt|github/igmhub/picca|3.6258158085569257e-06| +|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/pycrires|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/ARTES|3.6258158085569257e-06| +|requirements.txt|github/tomasstolker/species|3.6258158085569257e-06| +|requirements.txt|github/Lyalpha/spalipy|3.6258158085569257e-06| +|requirements.txt|github/rcsb/mmtf-python|3.6258158085569257e-06| +|requirements.txt|github/stinefm/relsad|3.6258158085569257e-06| +|requirements.txt|github/danielenricocahall/elephas|3.6258158085569257e-06| +|requirements.txt|github/idruglab/hignn|3.6258158085569257e-06| +|requirements.txt|github/Climdyn/qgs|3.6258158085569257e-06| +|requirements.txt|github/PaulRitsche/DLTrack|3.6258158085569257e-06| +|requirements.txt|github/ablab/TandemTools|3.6258158085569257e-06| +|requirements.txt|github/pavolgaj/ObsPlanner|3.6258158085569257e-06| +|requirements.txt|github/Smith42/pix2prof|3.6258158085569257e-06| +|requirements.txt|github/legolason/PyQSOFit|3.6258158085569257e-06| +|requirements.txt|github/kingyin3613/RingsPy|3.6258158085569257e-06| +|requirements.txt|github/OpenBioLink/Explorer|3.6258158085569257e-06| +|requirements.txt|github/abatten/fruitbat|3.6258158085569257e-06| +|requirements.txt|github/tamarervin/SolAster|3.6258158085569257e-06| +|requirements.txt|github/dfm/ketu|3.6258158085569257e-06| +|requirements.txt|github/ketch/RK-Opt|3.6258158085569257e-06| +|requirements.txt|github/minkailin/stratsi|3.6258158085569257e-06| +|requirements.txt|github/londumas/redvsblue|3.6258158085569257e-06| +|requirements.txt|github/deeptools/deepTools|3.6258158085569257e-06| +|requirements.txt|github/deeptools/HiCExplorer|3.6258158085569257e-06| +|requirements.txt|github/arnikz/PIQMIe|3.6258158085569257e-06| +|requirements.txt|github/huiwenke/MineProt|3.6258158085569257e-06| +|requirements.txt|github/Zafiirah13/meercrab|3.6258158085569257e-06| +|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6258158085569257e-06| +|requirements.txt|github/miracum/ahd2fhir|3.6258158085569257e-06| +|requirements.txt|github/rae-holcomb/SpinSpotter|3.6258158085569257e-06| +|requirements.txt|github/JLiangLab/TransVW|3.6258158085569257e-06| +|requirements.txt|github/kylemede/ExoSOFT|3.6258158085569257e-06| +|requirements.txt|github/myinxd/mcrgnet|3.6258158085569257e-06| +|requirements.txt|github/semaphoreP/whereistheplanet|3.6258158085569257e-06| +|requirements.txt|github/epfl-radio-astro/PINION|3.6258158085569257e-06| +|requirements.txt|github/epfl-radio-astro/LiSA|3.6258158085569257e-06| +|requirements.txt|github/sczesla/PyAstronomy|3.6258158085569257e-06| +|requirements.txt|github/igvteam/igv-reports|3.6258158085569257e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6258158085569257e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6258158085569257e-06| +|requirements.txt|github/freqtrade/freqtrade|3.6258158085569257e-06| +|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6258158085569257e-06| +|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6258158085569257e-06| +|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6258158085569257e-06| +|requirements.txt|github/kboone/avocado|3.6258158085569257e-06| +|requirements.txt|github/lucianolorenti/ceruleo|3.6258158085569257e-06| +|requirements.txt|github/icecube/TauRunner|3.6258158085569257e-06| +|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6258158085569257e-06| +|requirements.txt|github/ashleychontos/pySYD|3.6258158085569257e-06| +|requirements.txt|github/nextstrain/nextclade|3.6258158085569257e-06| +|requirements.txt|github/CederGroupHub/sparse-lm|3.6258158085569257e-06| +|requirements.txt|github/CederGroupHub/smol|3.6258158085569257e-06| +|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6258158085569257e-06| +|requirements.txt|github/pysal/spopt|3.6258158085569257e-06| +|requirements.txt|github/atomec-project/atoMEC|3.6258158085569257e-06| +|requirements.txt|github/Narayana-Rao/SAR-tools|3.6258158085569257e-06| +|requirements.txt|github/htjb/globalemu|3.6258158085569257e-06| +|requirements.txt|github/htjb/margarine|3.6258158085569257e-06| +|requirements.txt|github/benjaminbolling/RSW|3.6258158085569257e-06| +|requirements.txt|github/wouterpeere/GHEtool|3.6258158085569257e-06| +|requirements.txt|github/RuiningZHAO/wcpy|3.6258158085569257e-06| +|requirements.txt|github/YangLab/CIRCexplorer2|3.6258158085569257e-06| +|requirements.txt|github/vortex-exoplanet/VIP|3.6258158085569257e-06| +|requirements.txt|github/SESMG/SESMG|3.6258158085569257e-06| +|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6258158085569257e-06| +|requirements.txt|github/johnveitch/cpnest|3.6258158085569257e-06| +|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6258158085569257e-06| +|requirements.txt|github/PacificBiosciences/pbbam|3.6258158085569257e-06| +|requirements.txt|github/ncbi/datasets|3.6258158085569257e-06| +|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6258158085569257e-06| +|requirements.txt|github/ImperialCollegeLondon/champ|3.6258158085569257e-06| +|requirements.txt|github/xuanxu/starmatrix|3.6258158085569257e-06| +|requirements.txt|github/moead-framework/framework|3.6258158085569257e-06| +|requirements.txt|github/ianfhunter/GNOLL|3.6258158085569257e-06| +|requirements.txt|github/cylammarco/WDPhotTools|3.6258158085569257e-06| +|requirements.txt|github/cylammarco/ASPIRED|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/VarSum|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6258158085569257e-06| +|requirements.txt|github/DEIB-GECO/MutViz|3.6258158085569257e-06| +|requirements.txt|github/kblin/ncbi-acc-download|3.6258158085569257e-06| +|requirements.txt|github/joshspeagle/dynesty|3.6258158085569257e-06| +|requirements.txt|github/villano-lab/nrCascadeSim|3.6258158085569257e-06| +|requirements.txt|github/segasai/rvspecfit|3.6258158085569257e-06| +|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6258158085569257e-06| +|requirements.txt|github/j-erler/pymf|3.6258158085569257e-06| +|requirements.txt|github/JD2112/methylr|3.6258158085569257e-06| +|requirements.txt|github/tud-hri/joan|3.6258158085569257e-06| +|requirements.txt|github/tud-hri/travia|3.6258158085569257e-06| +|requirements.txt|github/jgieseler/solarmach|3.6258158085569257e-06| +|requirements.txt|github/williamjameshandley/anesthetic|3.6258158085569257e-06| +|requirements.txt|github/williamjameshandley/fgivenx|3.6258158085569257e-06| +|requirements.txt|github/ryneches/SuchTree|3.6258158085569257e-06| +|requirements.txt|github/wbalmer/backtracks|3.6258158085569257e-06| +|requirements.txt|github/wbalmer/backtrack|3.6258158085569257e-06| +|requirements.txt|github/silx-kit/pyFAI|3.6258158085569257e-06| +|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6258158085569257e-06| +|requirements.txt|github/wcoulton/CompressedFisher|3.6258158085569257e-06| +|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6258158085569257e-06| +|requirements.txt|github/phirling/pyc2ray|3.6258158085569257e-06| +|requirements.txt|github/JorenSix/Olaf|3.6258158085569257e-06| +|requirements.txt|github/cdanielmachado/reframed|3.6258158085569257e-06| +|requirements.txt|github/singularityhub/sregistry|3.6258158085569257e-06| +|requirements.txt|github/open2c/pairtools|3.6258158085569257e-06| +|requirements.txt|github/logan-pearce/lofti_gaia|3.6258158085569257e-06| +|requirements.txt|github/benstahl92/deepSIP|3.6258158085569257e-06| +|requirements.txt|github/khyox/recentrifuge|3.6258158085569257e-06| +|requirements.txt|github/pyomeca/biosiglive|3.6258158085569257e-06| +|requirements.txt|github/TianlaiProject/tlpipe|3.6258158085569257e-06| +|requirements.txt|github/SPARTA-dev/SPARTA|3.6258158085569257e-06| +|requirements.txt|github/taoliu/MACS|3.6258158085569257e-06| +|requirements.txt|github/radiocosmology/draco|3.6258158085569257e-06| +|requirements.txt|github/radiocosmology/driftscan|3.6258158085569257e-06| +|requirements.txt|github/SCIInstitute/UncertainSCI|3.6258158085569257e-06| +|requirements.txt|github/YesselmanLab/rna_map|3.6258158085569257e-06| +|requirements.txt|github/sebastian-zieba/PACMAN|3.6258158085569257e-06| +|requirements.txt|github/PNNL-m-q/mza|3.6258158085569257e-06| +|requirements.txt|github/micahvista/MAMnet|3.6258158085569257e-06| +|requirements.txt|github/jpierel14/snsed|3.6258158085569257e-06| +|requirements.txt|github/biocircuits/bioscrape|3.6258158085569257e-06| +|requirements.txt|github/me-manu/gammaALPs|3.6258158085569257e-06| +|requirements.txt|github/maxmahlke/ssos|3.6258158085569257e-06| +|requirements.txt|github/EnricoCorsaro/FAMED|3.6258158085569257e-06| +|requirements.txt|github/winger/hawking_net|3.6258158085569257e-06| +|requirements.txt|github/kazewong/flowMC|3.6258158085569257e-06| +|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6258158085569257e-06| +|requirements.txt|github/BorgwardtLab/simbsig|3.6258158085569257e-06| +|requirements.txt|github/SterlingYM/astroPIPS|3.6258158085569257e-06| +|requirements.txt|github/statgen/Minimac4|3.6258158085569257e-06| +|requirements.txt|github/ajshajib/dolphin|3.6258158085569257e-06| +|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6258158085569257e-06| +|requirements.txt|github/NBISweden/AGAT|3.6258158085569257e-06| +|requirements.txt|github/saberyoung/haffet|3.6258158085569257e-06| +|requirements.txt|github/1313e/CMasher|3.6258158085569257e-06| +|requirements.txt|github/rzellem/EXOTIC|3.6258158085569257e-06| +|requirements.txt|github/scikit-tda/DREiMac|3.6258158085569257e-06| +|requirements.txt|github/MD-Studio/MDStudio|3.6258158085569257e-06| +|requirements.txt|github/Julian/jsonschema|3.6258158085569257e-06| +|requirements.txt|github/pudu-py/pudu|3.6258158085569257e-06| +|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6258158085569257e-06| +|requirements.txt|github/asntech/intervene|3.6258158085569257e-06| +|requirements.txt|github/astroweaver/the_farmer|3.6258158085569257e-06| +|requirements.txt|github/ifilot/edp|3.6258158085569257e-06| +|requirements.txt|github/BioGearsEngine/core|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/Stimela-classic|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/PyMORESANE|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/QuartiCal|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/Stimela|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/rodrigues|3.6258158085569257e-06| +|requirements.txt|github/ratt-ru/breizorro|3.6258158085569257e-06| +|requirements.txt|github/mrtommyb/ktransit|3.6258158085569257e-06| +|requirements.txt|github/ArgonneCPAC/diffmah|3.6258158085569257e-06| +|requirements.txt|github/ArgonneCPAC/diffstar|3.6258158085569257e-06| +|requirements.txt|github/ywx649999311/EzTao|3.6258158085569257e-06| +|requirements.txt|github/icrar/daliuge|3.6258158085569257e-06| +|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6258158085569257e-06| +|requirements.txt|github/MRChemSoft/mrchem|3.6258158085569257e-06| +|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6258158085569257e-06| +|requirements.txt|github/SimonPfeifer/cows|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/K2fov|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/kadenza|3.6258158085569257e-06| +|requirements.txt|github/KeplerGO/PyKE|3.6258158085569257e-06| +|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6258158085569257e-06| +|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6258158085569257e-06| +|requirements.txt|github/grant-m-s/astronomicAL|3.6258158085569257e-06| +|requirements.txt|github/mirapy-org/mirapy|3.6258158085569257e-06| +|requirements.txt|github/ihmwg/python-modelcif|3.6258158085569257e-06| +|requirements.txt|github/Samreay/ChainConsumer|3.6258158085569257e-06| +|requirements.txt|github/Samreay/Barry|3.6258158085569257e-06| +|requirements.txt|github/N-Wouda/ALNS|3.6258158085569257e-06| +|requirements.txt|github/teuben/QAC|3.6258158085569257e-06| +|requirements.txt|github/marius311/cosmoslik|3.6258158085569257e-06| +|requirements.txt|github/jkrogager/VoigtFit|3.6258158085569257e-06| +|requirements.txt|github/tuoyl/tat-pulsar|3.6258158085569257e-06| +|requirements.txt|github/mirnylab/cooler|3.6258158085569257e-06| +|requirements.txt|github/mirnylab/pairtools|3.6258158085569257e-06| +|requirements.txt|github/LoganAMorrison/Hazma|3.6258158085569257e-06| +|requirements.txt|github/openmsi/openmsistream|3.6258158085569257e-06| +|requirements.txt|github/IMMM-SFA/tell|3.6258158085569257e-06| +|requirements.txt|github/winni2k/abeona|3.6258158085569257e-06| +|requirements.txt|github/pni-lab/mlconfound|3.6258158085569257e-06| +|requirements.txt|github/vrodgom/statmorph|3.6258158085569257e-06| +|requirements.txt|github/kartheikiyer/dense_basis|3.6258158085569257e-06| +|requirements.txt|github/jellis18/PTMCMCSampler|3.6258158085569257e-06| +|requirements.txt|github/msyazwanfaid/hilalpy|3.6258158085569257e-06| +|requirements.txt|github/OxES/k2sc|3.6258158085569257e-06| +|requirements.txt|github/zachetienne/nrpytutorial|3.6258158085569257e-06| +|requirements.txt|github/iontorrent/TS|3.6258158085569257e-06| +|requirements.txt|github/bjmorgan/py-sc-fermi|3.6258158085569257e-06| +|requirements.txt|github/markur4/plotastic|3.6258158085569257e-06| +|requirements.txt|github/mwanakijiji/rrlfe|3.6258158085569257e-06| +|requirements.txt|github/connor-lab/vapor|3.6258158085569257e-06| +|requirements.txt|github/mgieles/limepy|3.6258158085569257e-06| +|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6258158085569257e-06| +|requirements.txt|github/galaxyproject/galaxy-lib|3.6258158085569257e-06| +|requirements.txt|github/deepmind/alphafold|3.6258158085569257e-06| +|requirements.txt|github/r3w0p/bobocep|3.6258158085569257e-06| +|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6258158085569257e-06| +|requirements.txt|github/tvwenger/millennium-tap-query|3.6258158085569257e-06| +|requirements.txt|github/pcingola/SnpEff|3.6258158085569257e-06| +|requirements.txt|github/rpoleski/MulensModel|3.6258158085569257e-06| +|requirements.txt|github/jtschindler/sculptor|3.6258158085569257e-06| +|requirements.txt|github/pmlmodelling/nctoolkit|3.6258158085569257e-06| +|requirements.txt|github/cmoestl/3DCORE|3.6258158085569257e-06| +|requirements.txt|github/stammler/dustpylib|3.6258158085569257e-06| +|requirements.txt|github/pyvisa/pyvisa|3.6258158085569257e-06| +|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6258158085569257e-06| +|requirements.txt|github/siavashk/pycpd|3.6258158085569257e-06| +|requirements.txt|github/alawryaguila/multi-view-AE|3.6258158085569257e-06| +|requirements.txt|github/rsnemmen/BCES|3.6258158085569257e-06| +|requirements.txt|github/zhangyk8/sconce-scms|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/spinning-up-basic|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/Rainbow|3.6258158085569257e-06| +|requirements.txt|github/Kaixhin/PlaNet|3.6258158085569257e-06| +|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6258158085569257e-06| +|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6258158085569257e-06| +|requirements.txt|github/benlansdell/ethome|3.6258158085569257e-06| +|requirements.txt|github/VIB-PSB/MINI-EX|3.6258158085569257e-06| +|requirements.txt|github/BASTAcode/BASTA|3.6258158085569257e-06| +|requirements.txt|github/transientskp/lpf|3.6258158085569257e-06| +|requirements.txt|github/astroboylrx/Rubble|3.6258158085569257e-06| +|requirements.txt|github/aboucaud/pypher|3.6258158085569257e-06| +|requirements.txt|github/gmbrandt/HTOF|3.6258158085569257e-06| +|requirements.txt|github/exoclime/HELA|3.6258158085569257e-06| +|requirements.txt|github/exoclime/HELIOS-K|3.6258158085569257e-06| +|requirements.txt|github/valentineap/pyprop8|3.6258158085569257e-06| +|requirements.txt|github/mms-fcul/PypKa|3.6258158085569257e-06| +|requirements.txt|github/Chenmi0619/GALMoss|3.6258158085569257e-06| +|requirements.txt|github/gbrammer/grizli|3.6258158085569257e-06| +|requirements.txt|github/RBrearton/islatu|3.6258158085569257e-06| +|requirements.txt|github/travisseymour/EPICpy|3.6258158085569257e-06| +|requirements.txt|github/chemfiles/chemfiles|3.6258158085569257e-06| +|requirements.txt|github/mindearth/mobilkit|3.6258158085569257e-06| +|requirements.txt|github/ITA-Solar/rh|3.6258158085569257e-06| +|requirements.txt|github/mjshao06/pdifFinder|3.6258158085569257e-06| +|requirements.txt|github/parsotat/batanalysis|3.6258158085569257e-06| +|requirements.txt|github/LSARP/ProteomicsQC|3.6258158085569257e-06| +|requirements.txt|github/hongwanliu/DarkHistory|3.6258158085569257e-06| +|requirements.txt|github/AOtools/aotools|3.6258158085569257e-06| +|requirements.txt|github/hposborn/MonoTools|3.6258158085569257e-06| +|requirements.txt|github/enveda/RPath|3.6258158085569257e-06| +|requirements.txt|github/ethicsai/ethical-smart-grid|3.6258158085569257e-06| +|requirements.txt|github/paulbrodersen/netgraph|3.6258158085569257e-06| +|requirements.txt|github/nickk124/RCR|3.6258158085569257e-06| +|requirements.txt|github/smithlabcode/dnmtools|3.6258158085569257e-06| +|requirements.txt|github/ORNL/curifactory|3.6258158085569257e-06| +|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6258158085569257e-06| +|requirements.txt|github/MikeSWang/HorizonGRound|3.6258158085569257e-06| +|requirements.txt|github/MikeSWang/Harmonia|3.6258158085569257e-06| +|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6258158085569257e-06| +|requirements.txt|github/mtlam/PyPulse|3.6258158085569257e-06| +|requirements.txt|github/uedaLabR/nanoDoc|3.6258158085569257e-06| +|requirements.txt|github/telatin/qax|3.6258158085569257e-06| +|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6258158085569257e-06| +|requirements.txt|github/ucberkeleyseti/blimpy|3.6258158085569257e-06| +|requirements.txt|github/bedops/bedops|3.6258158085569257e-06| +|requirements.txt|github/SDXorg/pysd|3.6258158085569257e-06| +|requirements.txt|github/ryanhausen/fitsmap|3.6258158085569257e-06| +|requirements.txt|github/koszullab/pareidolia|3.6258158085569257e-06| +|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6258158085569257e-06| +|requirements.txt|github/sjteresi/TE_Density|3.6258158085569257e-06| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6258158085569257e-06| +|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6258158085569257e-06| +|requirements.txt|github/tylertrimble/viswaternet|3.6258158085569257e-06| +|requirements.txt|github/jonas-fuchs/varVAMP|3.6258158085569257e-06| +|requirements.txt|github/learningsimulator/learningsimulator|3.6258158085569257e-06| +|requirements.txt|github/erikbern/ann-benchmarks|3.6258158085569257e-06| +|requirements.txt|github/minaskar/hankl|3.6258158085569257e-06| +|requirements.txt|github/minaskar/zeus|3.6258158085569257e-06| +|requirements.txt|github/minaskar/pocomc|3.6258158085569257e-06| +|requirements.txt|github/drphilmarshall/HumVI|3.6258158085569257e-06| +|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6258158085569257e-06| +|requirements.txt|github/johannesulf/dsigma|3.6258158085569257e-06| +|requirements.txt|github/SebastianBocquet/pygtc|3.6258158085569257e-06| +|requirements.txt|github/cytham/nanovar|3.6258158085569257e-06| +|requirements.txt|github/imcgreer/simqso|3.6258158085569257e-06| +|requirements.txt|github/MichelleLochner/astronomaly|3.6258158085569257e-06| +|requirements.txt|github/podondra/bayesian-sznet|3.6258158085569257e-06| +|requirements.txt|github/exosports/homer|3.6258158085569257e-06| +|requirements.txt|github/exosports/MARGE|3.6258158085569257e-06| +|requirements.txt|github/pyxnat/pyxnat|3.6258158085569257e-06| +|requirements.txt|github/AWehrhahn/SME|3.6258158085569257e-06| +|requirements.txt|github/widdowquinn/pyani|3.6258158085569257e-06| +|requirements.txt|github/kno10/python-kmedoids|3.6258158085569257e-06| +|requirements.txt|github/ska-sa/katdal|3.6258158085569257e-06| +|requirements.txt|github/RosettaCommons/RFDesign|3.6258158085569257e-06| +|requirements.txt|github/SHTOOLS/SHTOOLS|3.6258158085569257e-06| +|requirements.txt|github/JLBLine/WODEN|3.6258158085569257e-06| +|requirements.txt|github/JLBLine/PUMA|3.6258158085569257e-06| +|requirements.txt|github/villrv/SuperRAENN|3.6258158085569257e-06| +|requirements.txt|github/silburt/DeepMoon|3.6258158085569257e-06| +|requirements.txt|github/GalletFlorian/TATOO|3.6258158085569257e-06| +|requirements.txt|github/jeschaef/Graph4Med|3.6258158085569257e-06| +|requirements.txt|github/bthorne93/PySM_public|3.6258158085569257e-06| +|requirements.txt|github/pysat/pysat|3.6258158085569257e-06| +|requirements.txt|github/nanograv/enterprise|3.6258158085569257e-06| +|requirements.txt|github/miguelcarcamov/csromer|3.6258158085569257e-06| +|requirements.txt|github/miguelcarcamov/gpuvmem|3.6258158085569257e-06| +|requirements.txt|github/ExObsSim/ExoRad2-public|3.6258158085569257e-06| +|requirements.txt|github/timstaley/amisurvey|3.6258158085569257e-06| +|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6258158085569257e-06| +|requirements.txt|github/nickelnine37/pykronecker|3.6258158085569257e-06| +|requirements.txt|github/PynPoint/PynPoint|3.6258158085569257e-06| +|requirements.txt|github/ggonnella/fastsubtrees|3.6258158085569257e-06| +|requirements.txt|github/ECP-WarpX/WarpX|3.6258158085569257e-06| +|requirements.txt|github/floodlight-sports/floodlight|3.6258158085569257e-06| +|requirements.txt|github/olivecha/guitarsounds|3.6258158085569257e-06| +|requirements.txt|github/pennsignals/chime|3.6258158085569257e-06| +|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6258158085569257e-06| +|requirements.txt|github/reneshbedre/bioinfokit|3.6258158085569257e-06| +|requirements.txt|github/JacobBumgarner/VesselVio|3.6258158085569257e-06| +|requirements.txt|github/candYgene/siga|3.6258158085569257e-06| +|requirements.txt|github/ngbusca/QuasarNET|3.6258158085569257e-06| +|requirements.txt|github/arq5x/poretools|3.6258158085569257e-06| +|requirements.txt|github/qmarcou/IGoR|3.6258158085569257e-06| +|requirements.txt|github/CGATOxford/UMI-tools|3.6258158085569257e-06| +|requirements.txt|github/OSeMOSYS/otoole|3.6258158085569257e-06| +|requirements.txt|github/DSIMB/medusa|3.6258158085569257e-06| +|requirements.txt|github/aertslab/pySCENIC|3.6258158085569257e-06| +|requirements.txt|github/TearsWaiting/MIMML|3.6258158085569257e-06| +|requirements.txt|github/JulianBMunoz/Zeus21|3.6258158085569257e-06| +|requirements.txt|github/JulianBMunoz/RelicFast|3.6258158085569257e-06| +|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6258158085569257e-06| +|requirements.txt|github/flu-crew/smot|3.6258158085569257e-06| +|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6258158085569257e-06| +|requirements.txt|github/MLMI2-CSSI/foundry|3.6258158085569257e-06| +|requirements.txt|github/opengeos/segment-geospatial|3.6258158085569257e-06| +|requirements.txt|github/NREL/G2Aero|3.6258158085569257e-06| +|requirements.txt|github/rrwick/Deepbinner|3.6258158085569257e-06| +|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6258158085569257e-06| +|requirements.txt|github/rkiman/wdwarfdate|3.6258158085569257e-06| +|requirements.txt|github/jsobeck/MOOG_SCAT|3.6258158085569257e-06| +|requirements.txt|github/temuller/hostphot|3.6258158085569257e-06| +|requirements.txt|github/temuller/piscola|3.6258158085569257e-06| +|requirements.txt|github/iAART/aart|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/nnkcde|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/cdetools|3.6258158085569257e-06| +|requirements.txt|github/tpospisi/RFCDE|3.6258158085569257e-06| +|requirements.txt|github/lutteropp/NetRAX|3.6258158085569257e-06| +|requirements.txt|github/sosl/H-FISTA|3.6258158085569257e-06| +|requirements.txt|github/lucydot/effmass|3.6258158085569257e-06| +|requirements.txt|github/basehc/IPEV|3.6258158085569257e-06| +|requirements.txt|github/pipliggins/EVolve|3.6258158085569257e-06| +|requirements.txt|github/FraunhoferIWES/foxes|3.6258158085569257e-06| +|requirements.txt|github/sandialabs/pvOps|3.6258158085569257e-06| +|requirements.txt|github/JulioHC00/PEPITA|3.6258158085569257e-06| +|requirements.txt|github/he2016012996/CABnet|3.6258158085569257e-06| +|requirements.txt|github/ArtRand/signalAlign|3.6258158085569257e-06| +|requirements.txt|github/snad-space/ztf-viewer|3.6258158085569257e-06| +|requirements.txt|github/inpefess/gym-saturation|3.6258158085569257e-06| +|requirements.txt|github/GBLille/MassiveFold|3.6258158085569257e-06| +|requirements.txt|github/scottgigante/picopore|3.6258158085569257e-06| +|requirements.txt|github/PolyChord/PolyChordLite|3.6258158085569257e-06| +|requirements.txt|github/jeffdaily/parasail-python|3.6258158085569257e-06| +|requirements.txt|github/fcastagna/preprofit|3.6258158085569257e-06| +|requirements.txt|github/fcastagna/JoXSZ|3.6258158085569257e-06| +|requirements.txt|github/moldyn/msmhelper|3.6258158085569257e-06| +|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6258158085569257e-06| +|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6258158085569257e-06| +|requirements.txt|github/samsledje/ConPLex_dev|3.6258158085569257e-06| +|requirements.txt|github/tmcclintock/AReconstructionTool|3.6258158085569257e-06| +|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6258158085569257e-06| +|requirements.txt|github/KolmogorovLab/Severus|3.6258158085569257e-06| +|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6258158085569257e-06| +|requirements.txt|github/yuhuan-wu/mobilesal|3.6258158085569257e-06| +|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6258158085569257e-06| +|requirements.txt|github/RECETOX/RIAssigner|3.6258158085569257e-06| +|requirements.txt|github/ACTCollaboration/zCluster|3.6258158085569257e-06| +|requirements.txt|github/sblunt/orbitize|3.6258158085569257e-06| +|requirements.txt|github/jdber1/opendrop|3.6258158085569257e-06| +|requirements.txt|github/YuRui8879/MRASleepNet|3.6258158085569257e-06| +|requirements.txt|github/sciris/sciris|3.6258158085569257e-06| +|requirements.txt|github/bradkav/verne|3.6258158085569257e-06| +|requirements.txt|github/bradkav/CEvNS|3.6258158085569257e-06| +|requirements.txt|github/bradkav/WIMpy_NREFT|3.6258158085569257e-06| +|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6258158085569257e-06| +|requirements.txt|github/TeamCOMPAS/COMPAS|3.6258158085569257e-06| +|requirements.txt|github/kyleaoman/martini|3.6258158085569257e-06| +|requirements.txt|github/ixkael/Delight|3.6258158085569257e-06| +|requirements.txt|github/C0PEP0D/otto|3.6258158085569257e-06| +|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6258158085569257e-06| +|requirements.txt|github/ptriska/WavesDash|3.6258158085569257e-06| +|requirements.txt|github/prashjet/popkinmocks|3.6258158085569257e-06| +|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6258158085569257e-06| +|requirements.txt|github/chianti-atomic/ChiantiPy|3.6258158085569257e-06| +|requirements.txt|github/CosmoStat/mccd|3.6258158085569257e-06| +|requirements.txt|github/hallamlab/TreeSAPP|3.6258158085569257e-06| +|requirements.txt|github/tomasplsek/CADET|3.6258158085569257e-06| +|requirements.txt|github/pierfied/karmma|3.6258158085569257e-06| +|requirements.txt|github/florpi/sunbird|3.6258158085569257e-06| +|requirements.txt|github/tnakazato/priism|3.6258158085569257e-06| +|requirements.txt|github/mscaudill/openseize|3.6258158085569257e-06| +|requirements.txt|github/phineasng/DECODE|3.6258158085569257e-06| +|requirements.txt|github/geoelements/gns|3.6258158085569257e-06| +|requirements.txt|github/TinkerTools/tinker9|3.6258158085569257e-06| +|requirements.txt|github/migueldvb/cine|3.6258158085569257e-06| +|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6258158085569257e-06| +|requirements.txt|github/macrocosme/amber_meta|3.6258158085569257e-06| +|requirements.txt|github/SJLeo/FFSD|3.6258158085569257e-06| +|requirements.txt|github/csb-toolbox/CSB|3.6258158085569257e-06| +|requirements.txt|github/dkoslicki/TAMPA|3.6258158085569257e-06| +|requirements.txt|github/nanoporetech/pychopper|3.6258158085569257e-06| +|requirements.txt|github/nanoporetech/medaka|3.6258158085569257e-06| +|requirements.txt|github/fabiorigamonti/bang|3.6258158085569257e-06| +|requirements.txt|github/JuliaHCI/ADI.jl|3.6258158085569257e-06| +|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6258158085569257e-06| +|requirements.txt|github/songningqiang/CosmoLED|3.6258158085569257e-06| +|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6258158085569257e-06| +|requirements.txt|github/ExeClim/Isca|3.6258158085569257e-06| +|requirements.txt|github/cogent3/cogent3|3.6258158085569257e-06| +|requirements.txt|github/neuroanatomy/reorient|3.6258158085569257e-06| +|requirements.txt|github/maserlib/ExPRES|3.6258158085569257e-06| +|requirements.txt|github/bfarr/kombine|3.6258158085569257e-06| +|requirements.txt|github/spacetelescope/mirage|3.6258158085569257e-06| +|requirements.txt|github/mattyowl/astLib|3.6258158085569257e-06| +|requirements.txt|github/brentp/peddy|3.6258158085569257e-06| +|requirements.txt|github/brentp/cyvcf2|3.6258158085569257e-06| +|requirements.txt|github/bcbio/bcbio-nextgen|3.6258158085569257e-06| +|requirements.txt|github/CarlosCoba/XookSuut-code|3.6258158085569257e-06| +|requirements.txt|github/institut-de-genomique/HAPO-G|3.6258158085569257e-06| +|requirements.txt|github/quantling/pyndl|3.6258158085569257e-06| +|requirements.txt|github/cwentland0/perform|3.6258158085569257e-06| +|requirements.txt|github/arnauqb/qwind|3.6258158085569257e-06| +|requirements.txt|github/tiberioap/grav_waldo|3.6258158085569257e-06| +|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6258158085569257e-06| +|requirements.txt|github/alexander-mead/pyhalomodel|3.6258158085569257e-06| +|requirements.txt|github/nickhand/pyRSD|3.6258158085569257e-06| +|requirements.txt|github/HHTpy/HHTpywrapper|3.6258158085569257e-06| +|requirements.txt|github/justyncw/STAR_MELT|3.6258158085569257e-06| +|requirements.txt|github/dirac-institute/asterogap|3.6258158085569257e-06| +|requirements.txt|github/chenwuperth/rgz_rcnn|3.6258158085569257e-06| +|requirements.txt|github/dsavransky/EXOSIMS|3.6258158085569257e-06| +|requirements.txt|github/kuanrongchan/COVID19-severity|3.6258158085569257e-06| +|requirements.txt|github/bow/fsnviz|3.6258158085569257e-06| +|requirements.txt|github/spack/spack|3.6258158085569257e-06| +|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6258158085569257e-06| +|requirements.txt|github/andr1976/HydDown|3.6258158085569257e-06| +|requirements.txt|github/kuenzelab/ENDURE|3.6258158085569257e-06| +|requirements.txt|github/vterron/lemon|3.6258158085569257e-06| +|requirements.txt|github/Gabaldonlab/jloh|3.6258158085569257e-06| +|requirements.txt|github/sbird/fake_spectra|3.6258158085569257e-06| +|requirements.txt|github/danielreardon/scintools|3.6258158085569257e-06| +|requirements.txt|github/lucabaldini/ixpeobssim|3.6258158085569257e-06| +|requirements.txt|github/healpy/healpy|3.6258158085569257e-06| +|requirements.txt|github/surf-eds/one-button-compute|3.6258158085569257e-06| +|requirements.txt|github/lkreidberg/batman|3.6258158085569257e-06| +|requirements.txt|github/james-m-osborn/astrosat|3.6258158085569257e-06| +|requirements.txt|github/lys-devel/lys|3.6258158085569257e-06| +|requirements.txt|github/ryanvarley/exodata|3.6258158085569257e-06| +|requirements.txt|github/ggciag/mandyoc|3.6258158085569257e-06| +|requirements.txt|github/AllenInstitute/bmtk|3.6258158085569257e-06| +|requirements.txt|github/sidmohite/nimbus-astro|3.6258158085569257e-06| +|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6258158085569257e-06| +|requirements.txt|github/eggnogdb/eggnog-mapper|3.6258158085569257e-06| +|requirements.txt|github/jdswinbank/Comet|3.6258158085569257e-06| +|requirements.txt|github/florian-lienhard/MM-LSD|3.6258158085569257e-06| +|requirements.txt|github/dstndstn/tractor|3.6258158085569257e-06| +|requirements.txt|github/christinahedges/contaminante|3.6258158085569257e-06| +|requirements.txt|github/bcgsc/NanoSim|3.6258158085569257e-06| +|requirements.txt|github/bcgsc/TMBur|3.6258158085569257e-06| +|requirements.txt|github/roban/CosmoloPy|3.6258158085569257e-06| +|requirements.txt|github/miguelzuma/hi_class_public|3.6258158085569257e-06| +|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/sacc|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/Spectractor|3.6258158085569257e-06| +|requirements.txt|github/LSSTDESC/snmachine|3.6258158085569257e-06| +|requirements.txt|github/michaelhb/superplot|3.6258158085569257e-06| +|requirements.txt|github/shandley/hecatomb|3.6258158085569257e-06| +|requirements.txt|github/monarch-initiative/loinc2hpo|3.6258158085569257e-06| +|requirements.txt|github/vallis/libstempo|3.6258158085569257e-06| +|requirements.txt|github/forrest-lab/scMatch|3.6258158085569257e-06| +|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6258158085569257e-06| +|requirements.txt|github/fccoelho/epimodels|3.6258158085569257e-06| +|requirements.txt|github/fccoelho/epigrass|3.6258158085569257e-06| +|requirements.txt|github/citation-file-format/citation-file-format|3.6258158085569257e-06| +|requirements.txt|github/astro-informatics/sleplet|3.6258158085569257e-06| +|requirements.txt|github/genouest/biomaj-daemon|3.6258158085569257e-06| +|requirements.txt|github/yupidevs/pactus|3.6258158085569257e-06| +|requirements.txt|github/SegataLab/lefse|3.6258158085569257e-06| +|requirements.txt|github/vgteam/vg#vg|3.6258158085569257e-06| +|requirements.txt|github/vgteam/vg|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/repack|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/mc3|3.6258158085569257e-06| +|requirements.txt|github/pcubillos/pyratbay|3.6258158085569257e-06| +|requirements.txt|github/lgbouma/gyro-interp|3.6258158085569257e-06| +|requirements.txt|github/valboz/VBBinaryLensing|3.6258158085569257e-06| +|requirements.txt|github/mr-superonion/FPFS|3.6258158085569257e-06| +|requirements.txt|github/discsim/frank|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/deepscm|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/masf|3.6258158085569257e-06| +|requirements.txt|github/biomedia-mira/istn|3.6258158085569257e-06| +|requirements.txt|github/exciting/excitingtools|3.6258158085569257e-06| +|requirements.txt|github/sibirrer/psfr|3.6258158085569257e-06| +|requirements.txt|github/timothydmorton/isochrones|3.6258158085569257e-06| +|requirements.txt|github/qMRLab/qMRLab|3.6258158085569257e-06| +|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6258158085569257e-06| +|requirements.txt|github/jakeret/abcpmc|3.6258158085569257e-06| +|requirements.txt|github/jakeret/tf_unet|3.6258158085569257e-06| +|requirements.txt|github/milnus/Magphi|3.6258158085569257e-06| +|requirements.txt|github/gperezs/StarcNet|3.6258158085569257e-06| +|requirements.txt|github/oliverphilcox/RascalC|3.6258158085569257e-06| +|requirements.txt|github/gbouras13/plassembler|3.6258158085569257e-06| +|requirements.txt|github/etal/cnvkit|3.6258158085569257e-06| +|requirements.txt|github/Qiskit/qiskit-experiments|3.6258158085569257e-06| +|requirements.txt|github/manodeep/TesseRACt|3.6258158085569257e-06| +|requirements.txt|github/DataBiosphere/wdl-parsers|3.6258158085569257e-06| +|requirements.txt|github/Vini2/GraphBin|3.6258158085569257e-06| +|requirements.txt|github/GalSim-developers/GalSim|3.6258158085569257e-06| +|requirements.txt|github/sklasfeld/DANPOS3|3.6258158085569257e-06| +|requirements.txt|github/GilbertLabUCSF/CanDI|3.6258158085569257e-06| +|requirements.txt|github/aksholokhov/pysr3|3.6258158085569257e-06| +|requirements.txt|github/jrkerns/pylinac|3.6258158085569257e-06| +|requirements.txt|github/cobilab/altair|3.6258158085569257e-06| +|requirements.txt|github/BenNordick/HiLoop|3.6258158085569257e-06| +|requirements.txt|github/SharmaLlama/ticktack|3.6258158085569257e-06| +|requirements.txt|github/artic-network/fieldbioinformatics|3.6258158085569257e-06| +|requirements.txt|github/NLeSC/litstudy|3.6258158085569257e-06| +|requirements.txt|github/NLeSC/ShiCo|3.6258158085569257e-06| +|requirements.txt|github/NLESC-JCER/QMCblip|3.6258158085569257e-06| +|requirements.txt|github/RuthAngus/stardate|3.6258158085569257e-06| +|requirements.txt|github/Ambuj-UF/APOP|3.6258158085569257e-06| +|requirements.txt|github/jeremysanders/mbproj2|3.6258158085569257e-06| +|requirements.txt|github/hannorein/rebound|3.6258158085569257e-06| +|requirements.txt|github/spiketools/spiketools|3.6258158085569257e-06| +|requirements.txt|github/python-streamz/streamz|3.6258158085569257e-06| +|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6258158085569257e-06| +|requirements.txt|github/CobayaSampler/cobaya|3.6258158085569257e-06| +|requirements.txt|github/JustinYKC/FEPOPS|3.6258158085569257e-06| +|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6258158085569257e-06| +|requirements.txt|github/rmjarvis/TreeCorr|3.6258158085569257e-06| +|requirements.txt|github/rmjarvis/Piff|3.6258158085569257e-06| +|requirements.txt|github/TommasoRonconi/scampy|3.6258158085569257e-06| +|requirements.txt|github/carronj/lenspyx|3.6258158085569257e-06| +|requirements.txt|github/carronj/plancklens|3.6258158085569257e-06| +|requirements.txt|github/VChristiaens/vcal_sphere|3.6258158085569257e-06| +|requirements.txt|github/VChristiaens/special|3.6258158085569257e-06| +|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6258158085569257e-06| +|requirements.txt|github/AemulusProject/bias_emulator|3.6258158085569257e-06| +|requirements.txt|github/seeh/surprise|3.6258158085569257e-06| +|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6258158085569257e-06| +|requirements.txt|github/bd-j/sedpy|3.6258158085569257e-06| +|requirements.txt|github/bd-j/prospector|3.6258158085569257e-06| +|requirements.txt|github/Ajstros/pyripherals|3.6258158085569257e-06| +|requirements.txt|github/CAMI-challenge/CAMITAX|3.6258158085569257e-06| +|requirements.txt|github/mwaskom/seaborn|3.6258158085569257e-06| +|requirements.txt|github/AdmiralenOla/Scoary|3.6258158085569257e-06| +|requirements.txt|github/pyFFTW/pyFFTW|3.6258158085569257e-06| +|requirements.txt|github/keatonb/Pyriod|3.6258158085569257e-06| +|requirements.txt|github/keatonb/TESS_PRF|3.6258158085569257e-06| +|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6258158085569257e-06| +|requirements.txt|github/daler/gffutils|3.6258158085569257e-06| +|requirements.txt|github/daler/pybedtools|3.6258158085569257e-06| +|requirements.txt|github/miRTop/mirtop|3.6258158085569257e-06| +|requirements.txt|github/3d-pli/fastpli|3.6258158085569257e-06| +|requirements.txt|github/STEllAR-GROUP/hpx|3.6258158085569257e-06| +|requirements.txt|github/pymedphys/pymedphys|3.6258158085569257e-06| +|requirements.txt|github/ladsantos/p-winds|3.6258158085569257e-06| +|requirements.txt|github/ladsantos/flatstar|3.6258158085569257e-06| +|requirements.txt|github/ylxu05/HN-PPISP|3.6258158085569257e-06| +|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6258158085569257e-06| +|requirements.txt|github/PaulHancock/Robbie|3.6258158085569257e-06| +|requirements.txt|github/sourmash-bio/sourmash|3.6258158085569257e-06| +|requirements.txt|github/PetroFit/petrofit|3.6258158085569257e-06| +|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6258158085569257e-06| +|requirements.txt|github/E3SM-Project/gdess|3.6258158085569257e-06| +|requirements.txt|github/afeinstein20/eleanor|3.6258158085569257e-06| +|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6258158085569257e-06| +|requirements.txt|github/jan-rybizki/Chempy|3.6258158085569257e-06| +|requirements.txt|github/COINtoolbox/ActSNClass|3.6258158085569257e-06| +|requirements.txt|github/AusSRC/SoFiAX|3.6258158085569257e-06| +|requirements.txt|github/radis/radis|3.6258158085569257e-06| +|requirements.txt|github/mtceballos/SIRENAdoc|3.6258158085569257e-06| +|requirements.txt|github/alejandrobll/py-sphviewer|3.6258158085569257e-06| +|requirements.txt|github/antoinemarchal/ROHSA|3.6258158085569257e-06| +|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6258158085569257e-06| +|requirements.txt|github/bregaldo/pywst|3.6258158085569257e-06| +|requirements.txt|github/cistrome/MIRA|3.6258158085569257e-06| +|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6258158085569257e-06| +|setup.py|gitlab/Molcas/OpenMolcas|3.6258158085569257e-06| +|setup.py|gitlab/materials-modeling/calorine|3.6258158085569257e-06| +|setup.py|gitlab/petsc/petsc|3.6258158085569257e-06| +|setup.py|gitlab/joseaher/astroplotlib|3.6258158085569257e-06| +|setup.py|gitlab/octopus-code/octopus|3.6258158085569257e-06| +|setup.py|gitlab/pythia-uq/pythia|3.6258158085569257e-06| +|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6258158085569257e-06| +|setup.py|gitlab/picos-api/picos|3.6258158085569257e-06| +|setup.py|gitlab/fduchate/predihood|3.6258158085569257e-06| +|setup.py|gitlab/chjordan/sslf|3.6258158085569257e-06| +|setup.py|gitlab/gims-developers/gims|3.6258158085569257e-06| +|setup.py|gitlab/jason-rumengan/pyarma|3.6258158085569257e-06| +|setup.py|gitlab/permafrostnet/teaspoon|3.6258158085569257e-06| +|setup.py|github/AstroChem/VISIBLE|3.6258158085569257e-06| +|setup.py|github/YeoLab/clipper|3.6258158085569257e-06| +|setup.py|github/hiddenSymmetries/simsopt|3.6258158085569257e-06| +|setup.py|github/nbarbey/TomograPy|3.6258158085569257e-06| +|setup.py|github/tikk3r/lofar-h5plot|3.6258158085569257e-06| +|setup.py|github/vinisalazar/metaphor|3.6258158085569257e-06| +|setup.py|github/samaygarg/fuelcell|3.6258158085569257e-06| +|setup.py|github/katholt/Kaptive|3.6258158085569257e-06| +|setup.py|github/phac-nml/biohansel|3.6258158085569257e-06| +|setup.py|github/phac-nml/staramr|3.6258158085569257e-06| +|setup.py|github/phac-nml/mob-suite|3.6258158085569257e-06| +|setup.py|github/ACCarnall/SpectRes|3.6258158085569257e-06| +|setup.py|github/ACCarnall/bagpipes|3.6258158085569257e-06| +|setup.py|github/aprsa/dips|3.6258158085569257e-06| +|setup.py|github/rodluger/starry_process|3.6258158085569257e-06| +|setup.py|github/rodluger/planetplanet|3.6258158085569257e-06| +|setup.py|github/josegit88/SCORPIO|3.6258158085569257e-06| +|setup.py|github/BEAST-Fitting/beast|3.6258158085569257e-06| +|setup.py|github/cheerfuluser/tessreduce|3.6258158085569257e-06| +|setup.py|github/grazianoucci/game|3.6258158085569257e-06| +|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6258158085569257e-06| +|setup.py|github/toros-astro/corral|3.6258158085569257e-06| +|setup.py|github/toros-astro/astroalign-legacy|3.6258158085569257e-06| +|setup.py|github/BonsonW/slow5curl|3.6258158085569257e-06| +|setup.py|github/lofar-astron/RMextract|3.6258158085569257e-06| +|setup.py|github/panoptes/POCS|3.6258158085569257e-06| +|setup.py|github/astroML/gatspy|3.6258158085569257e-06| +|setup.py|github/devanshkv/fetch|3.6258158085569257e-06| +|setup.py|github/poldracklab/mriqc|3.6258158085569257e-06| +|setup.py|github/revoltek/losoto|3.6258158085569257e-06| +|setup.py|github/rfeldmann/leopy|3.6258158085569257e-06| +|setup.py|github/fair-data/fairdatapoint-client|3.6258158085569257e-06| +|setup.py|github/jonathansick/skyoffset|3.6258158085569257e-06| +|setup.py|github/jonathansick/MoAstro|3.6258158085569257e-06| +|setup.py|github/cagrikymk/JAX-ReaxFF|3.6258158085569257e-06| +|setup.py|github/gwpy/gwpy|3.6258158085569257e-06| +|setup.py|github/davidemms/OrthoFinder|3.6258158085569257e-06| +|setup.py|github/danielemichilli/SpS|3.6258158085569257e-06| +|setup.py|github/arabic-digital-humanities/adhtools|3.6258158085569257e-06| +|setup.py|github/mgalardini/pyseer|3.6258158085569257e-06| +|setup.py|github/planck-npipe/hillipop|3.6258158085569257e-06| +|setup.py|github/planck-npipe/lollipop|3.6258158085569257e-06| +|setup.py|github/brainets/frites|3.6258158085569257e-06| +|setup.py|github/flemingtonlab/SpliceV|3.6258158085569257e-06| +|setup.py|github/LCOGT/banzai|3.6258158085569257e-06| +|setup.py|github/lehtiolab/msstitch|3.6258158085569257e-06| +|setup.py|github/mirochaj/ares|3.6258158085569257e-06| +|setup.py|github/HIPS/autograd|3.6258158085569257e-06| +|setup.py|github/light-curve/light-curve-python|3.6258158085569257e-06| +|setup.py|github/cgobat/asymmetric_uncertainty|3.6258158085569257e-06| +|setup.py|github/mchalela/GriSPy|3.6258158085569257e-06| +|setup.py|github/ireis/PRF|3.6258158085569257e-06| +|setup.py|github/conchoecia/pauvre|3.6258158085569257e-06| +|setup.py|github/dbosul/CWITools|3.6258158085569257e-06| +|setup.py|github/olivares-j/Kalkayotl|3.6258158085569257e-06| +|setup.py|github/MillionConcepts/lhorizon|3.6258158085569257e-06| +|setup.py|github/bio-ontology-research-group/deepgoplus|3.6258158085569257e-06| +|setup.py|github/HERA-Team/hera_opm|3.6258158085569257e-06| +|setup.py|github/HERA-Team/aipy|3.6258158085569257e-06| +|setup.py|github/bxlab/bx-python|3.6258158085569257e-06| +|setup.py|github/danielkoll/PyRADS|3.6258158085569257e-06| +|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6258158085569257e-06| +|setup.py|github/chandra-marx/marxs|3.6258158085569257e-06| +|setup.py|github/tdaylan/pcat|3.6258158085569257e-06| +|setup.py|github/jbuisine/macop|3.6258158085569257e-06| +|setup.py|github/palaimon/ipyannotator|3.6258158085569257e-06| +|setup.py|github/mroosmalen/nanosv|3.6258158085569257e-06| +|setup.py|github/CosmoStatGW/WF4Py|3.6258158085569257e-06| +|setup.py|github/CosmoStatGW/gwfast|3.6258158085569257e-06| +|setup.py|github/vedantchandra/wdtools|3.6258158085569257e-06| +|setup.py|github/vsoch/gridtest|3.6258158085569257e-06| +|setup.py|github/vsoch/citelang|3.6258158085569257e-06| +|setup.py|github/athulpg007/AMAT|3.6258158085569257e-06| +|setup.py|github/pyspeckit/pyspeckit|3.6258158085569257e-06| +|setup.py|github/skovaka/UNCALLED|3.6258158085569257e-06| +|setup.py|github/rabix/cwl-format|3.6258158085569257e-06| +|setup.py|github/dpryan79/pyBigWig|3.6258158085569257e-06| +|setup.py|github/Kuifje02/vrpy|3.6258158085569257e-06| +|setup.py|github/bwkeller/PASTA|3.6258158085569257e-06| +|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6258158085569257e-06| +|setup.py|github/webbjj/clustertools|3.6258158085569257e-06| +|setup.py|github/webbjj/m2mcluster|3.6258158085569257e-06| +|setup.py|github/Illumina/SpliceAI|3.6258158085569257e-06| +|setup.py|github/StingraySoftware/stingray|3.6258158085569257e-06| +|setup.py|github/sambit-giri/BCemu|3.6258158085569257e-06| +|setup.py|github/sambit-giri/tools21cm|3.6258158085569257e-06| +|setup.py|github/sambit-giri/BCMemu|3.6258158085569257e-06| +|setup.py|github/quatrope/feets|3.6258158085569257e-06| +|setup.py|github/quatrope/ProperImage|3.6258158085569257e-06| +|setup.py|github/wen-jams/bsavi|3.6258158085569257e-06| +|setup.py|github/RudolfCardinal/camcops|3.6258158085569257e-06| +|setup.py|github/v-morello/clfd|3.6258158085569257e-06| +|setup.py|github/ModellingWebLab/chaste-codegen|3.6258158085569257e-06| +|setup.py|github/seung-lab/FlyWirePaper|3.6258158085569257e-06| +|setup.py|github/yqiuu/starduster|3.6258158085569257e-06| +|setup.py|github/HadrienG/InSilicoSeq|3.6258158085569257e-06| +|setup.py|github/vals/umis|3.6258158085569257e-06| +|setup.py|github/spyder-ide/spyder|3.6258158085569257e-06| +|setup.py|github/rajeshrinet/pystokes|3.6258158085569257e-06| +|setup.py|github/aiidateam/kiwipy|3.6258158085569257e-06| +|setup.py|github/ELELAB/cancermuts|3.6258158085569257e-06| +|setup.py|github/ELELAB/RosettaDDGPrediction|3.6258158085569257e-06| +|setup.py|github/ELELAB/LipidDyn|3.6258158085569257e-06| +|setup.py|github/swagnercarena/ovejero|3.6258158085569257e-06| +|setup.py|github/milicolazo/Pyedra|3.6258158085569257e-06| +|setup.py|github/Jammy2211/PyAutoGalaxy|3.6258158085569257e-06| +|setup.py|github/Jammy2211/PyAutoLens|3.6258158085569257e-06| +|setup.py|github/sebhaan/geobo|3.6258158085569257e-06| +|setup.py|github/enthought/vpsearch|3.6258158085569257e-06| +|setup.py|github/enthought/mayavi|3.6258158085569257e-06| +|setup.py|github/dokester/BayesicFitting|3.6258158085569257e-06| +|setup.py|github/vaexio/vaex|3.6258158085569257e-06| +|setup.py|github/BoPeng/simuPOP|3.6258158085569257e-06| +|setup.py|github/Materials-Consortia/optimade-python-tools|3.6258158085569257e-06| +|setup.py|github/ni1o1/transbigdata|3.6258158085569257e-06| +|setup.py|github/BradhamLab/icat|3.6258158085569257e-06| +|setup.py|github/DLTK/DLTK|3.6258158085569257e-06| +|setup.py|github/tariqdaouda/CAMAP|3.6258158085569257e-06| +|setup.py|github/MIT-STARLab/deconfuser|3.6258158085569257e-06| +|setup.py|github/linuxscout/pyarabic|3.6258158085569257e-06| +|setup.py|github/CEED/libCEED|3.6258158085569257e-06| +|setup.py|github/Johannes-Sahlmann/pygacs|3.6258158085569257e-06| +|setup.py|github/rgerum/pylustrator|3.6258158085569257e-06| +|setup.py|github/mkelley/calviacat|3.6258158085569257e-06| +|setup.py|github/psheehan/pdspy|3.6258158085569257e-06| +|setup.py|github/davidgardenier/frbpoppy|3.6258158085569257e-06| +|setup.py|github/davidgardenier/frbcat|3.6258158085569257e-06| +|setup.py|github/riogroup/SORA|3.6258158085569257e-06| +|setup.py|github/fforster/delight|3.6258158085569257e-06| +|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6258158085569257e-06| +|setup.py|github/eWaterCycle/grpc4bmi|3.6258158085569257e-06| +|setup.py|github/icredd-cheminfo/CGRdb2|3.6258158085569257e-06| +|setup.py|github/hippke/tls|3.6258158085569257e-06| +|setup.py|github/hippke/pandora|3.6258158085569257e-06| +|setup.py|github/hippke/wotan|3.6258158085569257e-06| +|setup.py|github/nboley/idr|3.6258158085569257e-06| +|setup.py|github/google/jax|3.6258158085569257e-06| +|setup.py|github/lilyminium/psiresp|3.6258158085569257e-06| +|setup.py|github/SandoghdarLab/PiSCAT|3.6258158085569257e-06| +|setup.py|github/potassco/clingo|3.6258158085569257e-06| +|setup.py|github/pyranges/pyrle|3.6258158085569257e-06| +|setup.py|github/sparks-baird/xtal2png|3.6258158085569257e-06| +|setup.py|github/hoechenberger/questplus|3.6258158085569257e-06| +|setup.py|github/FlowModelingControl/flowtorch|3.6258158085569257e-06| +|setup.py|github/AprilYuge/ResPAN|3.6258158085569257e-06| +|setup.py|github/a-renzini/pygwb|3.6258158085569257e-06| +|setup.py|github/hera-team/librarian|3.6258158085569257e-06| +|setup.py|github/broadinstitute/wot|3.6258158085569257e-06| +|setup.py|github/broadinstitute/CellBender|3.6258158085569257e-06| +|setup.py|github/LMBooth/pybci|3.6258158085569257e-06| +|setup.py|github/bwinkel/cygrid|3.6258158085569257e-06| +|setup.py|github/zdelrosario/py_grama|3.6258158085569257e-06| +|setup.py|github/mattpitkin/psrqpy|3.6258158085569257e-06| +|setup.py|github/CIRADA-Tools/RM-Tools|3.6258158085569257e-06| +|setup.py|github/nasa/simupy-flight|3.6258158085569257e-06| +|setup.py|github/starkit/wsynphot|3.6258158085569257e-06| +|setup.py|github/synchrofit/synchrofit|3.6258158085569257e-06| +|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6258158085569257e-06| +|setup.py|github/szymon-datalions/pyinterpolate|3.6258158085569257e-06| +|setup.py|github/Nico-Curti/rFBP|3.6258158085569257e-06| +|setup.py|github/HinLeung622/pipes_vis|3.6258158085569257e-06| +|setup.py|github/AA-ALERT/frbcatdb|3.6258158085569257e-06| +|setup.py|github/sncosmo/sncosmo|3.6258158085569257e-06| +|setup.py|github/pkgw/pwkit|3.6258158085569257e-06| +|setup.py|github/EdanRein/pyPplusS|3.6258158085569257e-06| +|setup.py|github/gogrean/PyXel|3.6258158085569257e-06| +|setup.py|github/INCF/one_click|3.6258158085569257e-06| +|setup.py|github/adrn/pyia|3.6258158085569257e-06| +|setup.py|github/adrn/schwimmbad|3.6258158085569257e-06| +|setup.py|github/adrn/SuperFreq|3.6258158085569257e-06| +|setup.py|github/JulianKarlBauer/mechkit|3.6258158085569257e-06| +|setup.py|github/shirtsgroup/physical_validation|3.6258158085569257e-06| +|setup.py|github/jiwoncpark/baobab|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/spectral-cube|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/uvcombine|3.6258158085569257e-06| +|setup.py|github/radio-astro-tools/pvextractor|3.6258158085569257e-06| +|setup.py|github/HCGB-IGTP/spaTyper|3.6258158085569257e-06| +|setup.py|github/benallard/galileo|3.6258158085569257e-06| +|setup.py|github/SCECcode/pycsep|3.6258158085569257e-06| +|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6258158085569257e-06| +|setup.py|github/hpparvi/ldtk|3.6258158085569257e-06| +|setup.py|github/DynaSlum/satsense|3.6258158085569257e-06| +|setup.py|github/mdshw5/pyfaidx|3.6258158085569257e-06| +|setup.py|github/jhparkastro/gpcal|3.6258158085569257e-06| +|setup.py|github/meinardmueller/synctoolbox|3.6258158085569257e-06| +|setup.py|github/meinardmueller/libfmp|3.6258158085569257e-06| +|setup.py|github/elkebir-group/Jumper|3.6258158085569257e-06| +|setup.py|github/glotzerlab/freud|3.6258158085569257e-06| +|setup.py|github/glotzerlab/coxeter|3.6258158085569257e-06| +|setup.py|github/cupy/cupy|3.6258158085569257e-06| +|setup.py|github/blackjax-devs/blackjax|3.6258158085569257e-06| +|setup.py|github/UM-Bridge/umbridge|3.6258158085569257e-06| +|setup.py|github/astrom-tom/dfitspy|3.6258158085569257e-06| +|setup.py|github/astrom-tom/specstack|3.6258158085569257e-06| +|setup.py|github/chanzuckerberg/idseq-dag|3.6258158085569257e-06| +|setup.py|github/RamanLab/iCOMIC|3.6258158085569257e-06| +|setup.py|github/aineniamh/snipit|3.6258158085569257e-06| +|setup.py|github/wfondrie/mokapot|3.6258158085569257e-06| +|setup.py|github/theia-dev/Qiber3D|3.6258158085569257e-06| +|setup.py|github/EliseJ/astroABC|3.6258158085569257e-06| +|setup.py|github/clwainwright/CosmoTransitions|3.6258158085569257e-06| +|setup.py|github/opimwue/ddop|3.6258158085569257e-06| +|setup.py|github/jonescompneurolab/hnn-core|3.6258158085569257e-06| +|setup.py|github/libgamera/GAMERA|3.6258158085569257e-06| +|setup.py|github/volkamerlab/opencadd|3.6258158085569257e-06| +|setup.py|github/KIT-MBS/pyREX|3.6258158085569257e-06| +|setup.py|github/acerbilab/pybads|3.6258158085569257e-06| +|setup.py|github/juliotux/astropop|3.6258158085569257e-06| +|setup.py|github/pavolgaj/OCFit|3.6258158085569257e-06| +|setup.py|github/dgbowl/yadg|3.6258158085569257e-06| +|setup.py|github/dcorre/otrain|3.6258158085569257e-06| +|setup.py|github/eldariont/svim|3.6258158085569257e-06| +|setup.py|github/sinc-lab/miRe2e|3.6258158085569257e-06| +|setup.py|github/zarr-developers/zarr-python|3.6258158085569257e-06| +|setup.py|github/B-UMMI/chewBBACA|3.6258158085569257e-06| +|setup.py|github/dfm/corner.py|3.6258158085569257e-06| +|setup.py|github/dfm/celerite|3.6258158085569257e-06| +|setup.py|github/ketch/nodepy|3.6258158085569257e-06| +|setup.py|github/jet-net/JetNet|3.6258158085569257e-06| +|setup.py|github/EpistasisLab/regens|3.6258158085569257e-06| +|setup.py|github/EpistasisLab/tpot|3.6258158085569257e-06| +|setup.py|github/OP2/PyOP2|3.6258158085569257e-06| +|setup.py|github/deeptools/py2bit|3.6258158085569257e-06| +|setup.py|github/deeptools/deeptools_intervals|3.6258158085569257e-06| +|setup.py|github/antoinediez/Sisyphe|3.6258158085569257e-06| +|setup.py|github/slzarate/parliament2|3.6258158085569257e-06| +|setup.py|github/gilestrolab/ethoscope|3.6258158085569257e-06| +|setup.py|github/pjcigan/multicolorfits|3.6258158085569257e-06| +|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6258158085569257e-06| +|setup.py|github/ECSHackWeek/impedance.py|3.6258158085569257e-06| +|setup.py|github/cdominik/optool|3.6258158085569257e-06| +|setup.py|github/eblur/dust|3.6258158085569257e-06| +|setup.py|github/fAndreuzzi/BisPy|3.6258158085569257e-06| +|setup.py|github/Electrostatics/apbs|3.6258158085569257e-06| +|setup.py|github/brinckmann/montepython_public|3.6258158085569257e-06| +|setup.py|github/nebblu/ReACT|3.6258158085569257e-06| +|setup.py|github/nlesc/scriptcwl|3.6258158085569257e-06| +|setup.py|github/dolfin-adjoint/pyadjoint|3.6258158085569257e-06| +|setup.py|github/jveitchmichaelis/pygadgetreader|3.6258158085569257e-06| +|setup.py|github/21cmFAST/21cmFAST|3.6258158085569257e-06| +|setup.py|github/kboone/parsnip|3.6258158085569257e-06| +|setup.py|github/loosolab/TOBIAS|3.6258158085569257e-06| +|setup.py|github/mgckind/easyaccess|3.6258158085569257e-06| +|setup.py|github/icecube/FIRESONG|3.6258158085569257e-06| +|setup.py|github/indralab/pybiopax|3.6258158085569257e-06| +|setup.py|github/jobovy/apogee|3.6258158085569257e-06| +|setup.py|github/jobovy/galpy|3.6258158085569257e-06| +|setup.py|github/jobovy/gaia_tools|3.6258158085569257e-06| +|setup.py|github/jobovy/segueSelect|3.6258158085569257e-06| +|setup.py|github/SMTG-UCL/ShakeNBreak|3.6258158085569257e-06| +|setup.py|github/SMTG-UCL/surfaxe|3.6258158085569257e-06| +|setup.py|github/nextstrain/augur|3.6258158085569257e-06| +|setup.py|github/seawander/DebrisDiskFM|3.6258158085569257e-06| +|setup.py|github/seawander/centerRadon|3.6258158085569257e-06| +|setup.py|github/davidebolo1993/TRiCoLOR|3.6258158085569257e-06| +|setup.py|github/davidebolo1993/VISOR|3.6258158085569257e-06| +|setup.py|github/dh4gan/taktent|3.6258158085569257e-06| +|setup.py|github/chakrah/sage|3.6258158085569257e-06| +|setup.py|github/benhid/Sequoya|3.6258158085569257e-06| +|setup.py|github/nlesc-ave/ave-rest-service|3.6258158085569257e-06| +|setup.py|github/spicy-oil/hfs_fit|3.6258158085569257e-06| +|setup.py|github/TeraTrees/TIPP|3.6258158085569257e-06| +|setup.py|github/cedrus-opensource/pyxid|3.6258158085569257e-06| +|setup.py|github/tibordome/cosmic_profiles|3.6258158085569257e-06| +|setup.py|github/elwinter/nnde|3.6258158085569257e-06| +|setup.py|github/DavidT3/XGA|3.6258158085569257e-06| +|setup.py|github/Nicholaswogan/PhotochemPy|3.6258158085569257e-06| +|setup.py|github/htjb/maxsmooth|3.6258158085569257e-06| +|setup.py|github/Theano/Theano|3.6258158085569257e-06| +|setup.py|github/jnktsj/DNApi|3.6258158085569257e-06| +|setup.py|github/mtazzari/uvplot|3.6258158085569257e-06| +|setup.py|github/wokast/PyCactus|3.6258158085569257e-06| +|setup.py|github/pysersic/pysersic|3.6258158085569257e-06| +|setup.py|github/natelust/least_asymmetry|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/FALCON|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/kineticsTools|3.6258158085569257e-06| +|setup.py|github/PacificBiosciences/pbcore|3.6258158085569257e-06| +|setup.py|github/ElectionDataAnalysis/electiondata|3.6258158085569257e-06| +|setup.py|github/ncbi/ngs|3.6258158085569257e-06| +|setup.py|github/ImperialCollegeLondon/hcga|3.6258158085569257e-06| +|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6258158085569257e-06| +|setup.py|github/DESI-UR/VAST|3.6258158085569257e-06| +|setup.py|github/tkerscher/blast|3.6258158085569257e-06| +|setup.py|github/snakemake/snakemake|3.6258158085569257e-06| +|setup.py|github/mne-tools/mne-icalabel|3.6258158085569257e-06| +|setup.py|github/fkeruzore/panco2|3.6258158085569257e-06| +|setup.py|github/iraf-community/pyraf|3.6258158085569257e-06| +|setup.py|github/ExoCTK/exoctk|3.6258158085569257e-06| +|setup.py|github/domenico-simone/rmlst_api|3.6258158085569257e-06| +|setup.py|github/ckm3/Py-PDM|3.6258158085569257e-06| +|setup.py|github/FCS-analysis/multipletau|3.6258158085569257e-06| +|setup.py|github/fermisurfaces/IFermi|3.6258158085569257e-06| +|setup.py|github/xenon-middleware/pyxenon|3.6258158085569257e-06| +|setup.py|github/marcelm/cutadapt|3.6258158085569257e-06| +|setup.py|github/marcelm/tinyalign|3.6258158085569257e-06| +|setup.py|github/marcelm/alignlib|3.6258158085569257e-06| +|setup.py|github/marcelm/dnaio|3.6258158085569257e-06| +|setup.py|github/abmantz/lmc|3.6258158085569257e-06| +|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6258158085569257e-06| +|setup.py|github/polca/unfold|3.6258158085569257e-06| +|setup.py|github/AlexMikes/AutoFunc|3.6258158085569257e-06| +|setup.py|github/mtakahiro/gsf|3.6258158085569257e-06| +|setup.py|github/jlenain/flaapluc|3.6258158085569257e-06| +|setup.py|github/SouthGreenPlatform/PyRice|3.6258158085569257e-06| +|setup.py|github/Autostronomy/AstroPhot|3.6258158085569257e-06| +|setup.py|github/fabiopardo/tonic|3.6258158085569257e-06| +|setup.py|github/ProjectPyRhO/PyRhO|3.6258158085569257e-06| +|setup.py|github/rmaphoh/AutoMorph|3.6258158085569257e-06| +|setup.py|github/gausspy/gausspy|3.6258158085569257e-06| +|setup.py|github/dokkum/maskfill|3.6258158085569257e-06| +|setup.py|github/Oftatkofta/cellocity|3.6258158085569257e-06| +|setup.py|github/saltastro/pyhrs|3.6258158085569257e-06| +|setup.py|github/cdanielmachado/carveme|3.6258158085569257e-06| +|setup.py|github/multiscale/muscle3|3.6258158085569257e-06| +|setup.py|github/VarStarDetect/varstardetect|3.6258158085569257e-06| +|setup.py|github/singularityhub/singularity-compose|3.6258158085569257e-06| +|setup.py|github/singularityhub/singularity-hpc|3.6258158085569257e-06| +|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6258158085569257e-06| +|setup.py|github/PfizerRD/sit2standpy|3.6258158085569257e-06| +|setup.py|github/sensein/etelemetry-client|3.6258158085569257e-06| +|setup.py|github/DRMacIver/shrinkray|3.6258158085569257e-06| +|setup.py|github/veragluscevic/dmdd|3.6258158085569257e-06| +|setup.py|github/agreenbaum/ImPlaneIA|3.6258158085569257e-06| +|setup.py|github/LiberTEM/LiberTEM|3.6258158085569257e-06| +|setup.py|github/OttoStruve/muler|3.6258158085569257e-06| +|setup.py|github/tum-pbs/PhiML|3.6258158085569257e-06| +|setup.py|github/nlppln/nlppln|3.6258158085569257e-06| +|setup.py|github/3D-e-Chem/kripodb|3.6258158085569257e-06| +|setup.py|github/3D-e-Chem/sygma|3.6258158085569257e-06| +|setup.py|github/medema-group/bigslice|3.6258158085569257e-06| +|setup.py|github/bmorris3/aesop|3.6258158085569257e-06| +|setup.py|github/bmorris3/fleck|3.6258158085569257e-06| +|setup.py|github/willvousden/ptemcee|3.6258158085569257e-06| +|setup.py|github/oliveirara/polyMV|3.6258158085569257e-06| +|setup.py|github/steven-murray/mrpy|3.6258158085569257e-06| +|setup.py|github/steven-murray/pydftools|3.6258158085569257e-06| +|setup.py|github/steven-murray/powerbox|3.6258158085569257e-06| +|setup.py|github/radiocosmology/caput|3.6258158085569257e-06| +|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6258158085569257e-06| +|setup.py|github/dicompyler/dicompyler-core|3.6258158085569257e-06| +|setup.py|github/aalhossary/pyemgpipeline|3.6258158085569257e-06| +|setup.py|github/ejhigson/perfectns|3.6258158085569257e-06| +|setup.py|github/ejhigson/nestcheck|3.6258158085569257e-06| +|setup.py|github/ejhigson/dyPolyChord|3.6258158085569257e-06| +|setup.py|github/thejasvibr/bat_beamshapes|3.6258158085569257e-06| +|setup.py|github/jonaselgammal/GPry|3.6258158085569257e-06| +|setup.py|github/ginolhac/mapDamage|3.6258158085569257e-06| +|setup.py|github/thomasorb/orcs|3.6258158085569257e-06| +|setup.py|github/mlujnie/simple|3.6258158085569257e-06| +|setup.py|github/mlower/rmnest|3.6258158085569257e-06| +|setup.py|github/jpierel14/sntd|3.6258158085569257e-06| +|setup.py|github/felixchenier/kineticstoolkit|3.6258158085569257e-06| +|setup.py|github/dgerosa/gwdet|3.6258158085569257e-06| +|setup.py|github/dgerosa/spops|3.6258158085569257e-06| +|setup.py|github/dgerosa/surrkick|3.6258158085569257e-06| +|setup.py|github/halomod/hmf|3.6258158085569257e-06| +|setup.py|github/halomod/halomod|3.6258158085569257e-06| +|setup.py|github/parallelwindfarms/byteparsing|3.6258158085569257e-06| +|setup.py|github/wilkelab/Opfi|3.6258158085569257e-06| +|setup.py|github/heliopython/heliopy|3.6258158085569257e-06| +|setup.py|github/tofflemire/saphires|3.6258158085569257e-06| +|setup.py|github/omuse-geoscience/omuse|3.6258158085569257e-06| +|setup.py|github/astropy/astroscrappy|3.6258158085569257e-06| +|setup.py|github/astropy/astroplan|3.6258158085569257e-06| +|setup.py|github/astropy/halotools|3.6258158085569257e-06| +|setup.py|github/astropy/specutils|3.6258158085569257e-06| +|setup.py|github/astropy/SPISEA|3.6258158085569257e-06| +|setup.py|github/astropy/astroquery|3.6258158085569257e-06| +|setup.py|github/astropy/ccdproc|3.6258158085569257e-06| +|setup.py|github/NathanSandford/Chem-I-Calc|3.6258158085569257e-06| +|setup.py|github/brandon-rhodes/python-jplephem|3.6258158085569257e-06| +|setup.py|github/icesat2py/icepyx|3.6258158085569257e-06| +|setup.py|github/Hoohm/CITE-seq-Count|3.6258158085569257e-06| +|setup.py|github/1313e/PRISM|3.6258158085569257e-06| +|setup.py|github/smeingast/PNICER|3.6258158085569257e-06| +|setup.py|github/matthiasdemuzere/w2w|3.6258158085569257e-06| +|setup.py|github/dask/dask|3.6258158085569257e-06| +|setup.py|github/GijsMulders/epos|3.6258158085569257e-06| +|setup.py|github/MD-Studio/cerulean|3.6258158085569257e-06| +|setup.py|github/COSMIC-PopSynth/COSMIC|3.6258158085569257e-06| +|setup.py|github/malonge/RagTag|3.6258158085569257e-06| +|setup.py|github/glue-viz/glue|3.6258158085569257e-06| +|setup.py|github/eScatter/pyelsepa|3.6258158085569257e-06| +|setup.py|github/joshjchayes/TransitFit|3.6258158085569257e-06| +|setup.py|github/cbalbin-FIU/Epitopedia|3.6258158085569257e-06| +|setup.py|github/ratt-ru/CubiCal|3.6258158085569257e-06| +|setup.py|github/ratt-ru/montblanc|3.6258158085569257e-06| +|setup.py|github/JoschaJ/mockFRBhosts|3.6258158085569257e-06| +|setup.py|github/GalacticDynamics-Oxford/Agama|3.6258158085569257e-06| +|setup.py|github/ArgonneCPAC/dsps|3.6258158085569257e-06| +|setup.py|github/TriPed-Robot/TriP|3.6258158085569257e-06| +|setup.py|github/copasi/basico|3.6258158085569257e-06| +|setup.py|github/cmateu/PyMGC3|3.6258158085569257e-06| +|setup.py|github/cmateu/galstreams|3.6258158085569257e-06| +|setup.py|github/bartongroup/yanosim|3.6258158085569257e-06| +|setup.py|github/NKI-AI/direct|3.6258158085569257e-06| +|setup.py|github/neuralhydrology/neuralhydrology|3.6258158085569257e-06| +|setup.py|github/eggplantbren/DNest4|3.6258158085569257e-06| +|setup.py|github/gmzsebastian/FLEET|3.6258158085569257e-06| +|setup.py|github/reggiebernardo/PTAfast|3.6258158085569257e-06| +|setup.py|github/KeplerGO/k2mosaic|3.6258158085569257e-06| +|setup.py|github/ucl-exoplanets/TauREx3_public|3.6258158085569257e-06| +|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6258158085569257e-06| +|setup.py|github/ghislainv/forestatrisk|3.6258158085569257e-06| +|setup.py|github/0xCoto/Virgo|3.6258158085569257e-06| +|setup.py|github/sdss/marvin|3.6258158085569257e-06| +|setup.py|github/jdidion/atropos|3.6258158085569257e-06| +|setup.py|github/rgmyr/corebreakout|3.6258158085569257e-06| +|setup.py|github/deepmodeling/DMFF|3.6258158085569257e-06| +|setup.py|github/oscaribv/citlalicue|3.6258158085569257e-06| +|setup.py|github/teuben/nemo|3.6258158085569257e-06| +|setup.py|github/astroml/gatspy|3.6258158085569257e-06| +|setup.py|github/NKI-CCB/PRECISE|3.6258158085569257e-06| +|setup.py|github/marius311/pypico|3.6258158085569257e-06| +|setup.py|github/ERA-URBAN/fm128_radar|3.6258158085569257e-06| +|setup.py|github/finagle29/DBSP_DRP|3.6258158085569257e-06| +|setup.py|github/IMMM-SFA/mosartwmpy|3.6258158085569257e-06| +|setup.py|github/exafmm/exafmm-t|3.6258158085569257e-06| +|setup.py|github/franpoz/SHERLOCK|3.6258158085569257e-06| +|setup.py|github/H-E-L-P/XID_plus|3.6258158085569257e-06| +|setup.py|github/siavash-saki/tesspy|3.6258158085569257e-06| +|setup.py|github/agshumate/LiftoffTools|3.6258158085569257e-06| +|setup.py|github/Extraweich/homopy|3.6258158085569257e-06| +|setup.py|github/cthoyt/bel-resources|3.6258158085569257e-06| +|setup.py|github/caseyjlaw/rtpipe|3.6258158085569257e-06| +|setup.py|github/hknd23/idcempy|3.6258158085569257e-06| +|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6258158085569257e-06| +|setup.py|github/mgm8/pyngham|3.6258158085569257e-06| +|setup.py|github/WMD-group/MacroDensity|3.6258158085569257e-06| +|setup.py|github/WMD-group/SMACT|3.6258158085569257e-06| +|setup.py|github/nickrodd/HDMSpectra|3.6258158085569257e-06| +|setup.py|github/MASILab/pyPheWAS|3.6258158085569257e-06| +|setup.py|github/IKNL/vantage6|3.6258158085569257e-06| +|setup.py|github/saphir746/BiobankRead-Bash|3.6258158085569257e-06| +|setup.py|github/NoahSailer/FishLSS|3.6258158085569257e-06| +|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6258158085569257e-06| +|setup.py|github/era-urban/wrfpy|3.6258158085569257e-06| +|setup.py|github/illumina/pyflow|3.6258158085569257e-06| +|setup.py|github/ebellm/pyraf-dbsp|3.6258158085569257e-06| +|setup.py|github/biocore/emperor|3.6258158085569257e-06| +|setup.py|github/biocore/scikit-bio|3.6258158085569257e-06| +|setup.py|github/biocore/deblur|3.6258158085569257e-06| +|setup.py|github/KathrynJones1/catwoman|3.6258158085569257e-06| +|setup.py|github/mikecokina/elisa|3.6258158085569257e-06| +|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6258158085569257e-06| +|setup.py|github/telegraphic/fits2hdf|3.6258158085569257e-06| +|setup.py|github/telegraphic/pygsm|3.6258158085569257e-06| +|setup.py|github/bio-phys/BioEn|3.6258158085569257e-06| +|setup.py|github/Midnighter/dependency-info|3.6258158085569257e-06| +|setup.py|github/tvwenger/hii-region-kinematics|3.6258158085569257e-06| +|setup.py|github/tvwenger/wisp|3.6258158085569257e-06| +|setup.py|github/tvwenger/kd|3.6258158085569257e-06| +|setup.py|github/tvwenger/kinematic_scaleheight|3.6258158085569257e-06| +|setup.py|github/Starlink/starlink|3.6258158085569257e-06| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6258158085569257e-06| +|setup.py|github/girder/viime|3.6258158085569257e-06| +|setup.py|github/kathlandgren/SWAMPE|3.6258158085569257e-06| +|setup.py|github/zonca/python-qucs|3.6258158085569257e-06| +|setup.py|github/BaroudLab/Griottes|3.6258158085569257e-06| +|setup.py|github/computational-chemical-biology/ChemWalker|3.6258158085569257e-06| +|setup.py|github/nextgenusfs/amptk|3.6258158085569257e-06| +|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6258158085569257e-06| +|setup.py|github/pierrexyz/pybird|3.6258158085569257e-06| +|setup.py|github/Substra/substra|3.6258158085569257e-06| +|setup.py|github/stammler/dustpy|3.6258158085569257e-06| +|setup.py|github/stammler/simframe|3.6258158085569257e-06| +|setup.py|github/nithyanandan/PRISim|3.6258158085569257e-06| +|setup.py|github/thomas0809/MolScribe|3.6258158085569257e-06| +|setup.py|github/mriener/gausspyplus|3.6258158085569257e-06| +|setup.py|github/fjprichard/PyAFBF|3.6258158085569257e-06| +|setup.py|github/sylvainprigent/napari-tracks-reader|3.6258158085569257e-06| +|setup.py|github/GoekeLab/xpore|3.6258158085569257e-06| +|setup.py|github/remi-adam/minot|3.6258158085569257e-06| +|setup.py|github/pmvreeswijk/BlackBOX|3.6258158085569257e-06| +|setup.py|github/pmvreeswijk/ZOGY|3.6258158085569257e-06| +|setup.py|github/elizabethnewman/hessQuik|3.6258158085569257e-06| +|setup.py|github/EnsembleGovServices/kamodo-core|3.6258158085569257e-06| +|setup.py|github/daniel-muthukrishna/astrodash|3.6258158085569257e-06| +|setup.py|github/e-koch/FilFinder|3.6258158085569257e-06| +|setup.py|github/DrafProject/elmada|3.6258158085569257e-06| +|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6258158085569257e-06| +|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6258158085569257e-06| +|setup.py|github/Sarc-Graph/sarcgraph|3.6258158085569257e-06| +|setup.py|github/transientskp/pyse|3.6258158085569257e-06| +|setup.py|github/transientskp/tkp|3.6258158085569257e-06| +|setup.py|github/Heldenkombinat/Logodetect|3.6258158085569257e-06| +|setup.py|github/cdslaborg/paramonte|3.6258158085569257e-06| +|setup.py|github/subisarkar/JexoSim|3.6258158085569257e-06| +|setup.py|github/gmbrandt/xwavecal|3.6258158085569257e-06| +|setup.py|github/MNiwano/Eclaire|3.6258158085569257e-06| +|setup.py|github/a-slide/pycoQC|3.6258158085569257e-06| +|setup.py|github/kgullikson88/Telluric-Fitter|3.6258158085569257e-06| +|setup.py|github/vatlab/sos-notebook|3.6258158085569257e-06| +|setup.py|github/bethgelab/foolbox|3.6258158085569257e-06| +|setup.py|github/RTIInternational/gobbli|3.6258158085569257e-06| +|setup.py|github/ConorMacBride/mcalf|3.6258158085569257e-06| +|setup.py|github/astrosupriyo/pyTANSPEC|3.6258158085569257e-06| +|setup.py|github/tcassanelli/pywpf|3.6258158085569257e-06| +|setup.py|github/DrMarc/slab|3.6258158085569257e-06| +|setup.py|github/j-faria/kima|3.6258158085569257e-06| +|setup.py|github/kevin218/Eureka|3.6258158085569257e-06| +|setup.py|github/MonashSmartStructures/ospgrillage|3.6258158085569257e-06| +|setup.py|github/clauswilke/PeptideBuilder|3.6258158085569257e-06| +|setup.py|github/BPSB/combine-p-values-discrete|3.6258158085569257e-06| +|setup.py|github/lanl/swiftbat_python|3.6258158085569257e-06| +|setup.py|github/lanl/PyBNF|3.6258158085569257e-06| +|setup.py|github/lanl/scico|3.6258158085569257e-06| +|setup.py|github/ejeschke/ginga|3.6258158085569257e-06| +|setup.py|github/anuradhawick/LRBinner|3.6258158085569257e-06| +|setup.py|github/nye17/javelin|3.6258158085569257e-06| +|setup.py|github/Yu-Group/veridical-flow|3.6258158085569257e-06| +|setup.py|github/AstarVienna/Pyckles|3.6258158085569257e-06| +|setup.py|github/AstarVienna/skycalc_ipy|3.6258158085569257e-06| +|setup.py|github/AstarVienna/ScopeSim_Templates|3.6258158085569257e-06| +|setup.py|github/AstarVienna/AnisoCADO|3.6258158085569257e-06| +|setup.py|github/wiederm/transformato|3.6258158085569257e-06| +|setup.py|github/RichardObi/medigan|3.6258158085569257e-06| +|setup.py|github/mjacob1002/Eir|3.6258158085569257e-06| +|setup.py|github/ORNL/tx2|3.6258158085569257e-06| +|setup.py|github/pmaxted/pycheops|3.6258158085569257e-06| +|setup.py|github/peterk87/sistr_cmd|3.6258158085569257e-06| +|setup.py|github/jiffyclub/palettable|3.6258158085569257e-06| +|setup.py|github/ofionnad/radiowinds|3.6258158085569257e-06| +|setup.py|github/mikekatz04/BOWIE|3.6258158085569257e-06| +|setup.py|github/richteague/bettermoments|3.6258158085569257e-06| +|setup.py|github/richteague/eddy|3.6258158085569257e-06| +|setup.py|github/richteague/gofish|3.6258158085569257e-06| +|setup.py|github/richteague/disksurf|3.6258158085569257e-06| +|setup.py|github/SWIFTSIM/emulator|3.6258158085569257e-06| +|setup.py|github/liamedeiros/ehtplot|3.6258158085569257e-06| +|setup.py|github/FreBio/komics|3.6258158085569257e-06| +|setup.py|github/tardis-sn/carsus|3.6258158085569257e-06| +|setup.py|github/tardis-sn/tardis|3.6258158085569257e-06| +|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6258158085569257e-06| +|setup.py|github/iric-soft/km|3.6258158085569257e-06| +|setup.py|github/MNGuenther/allesfitter|3.6258158085569257e-06| +|setup.py|github/cbg-ethz/shorah|3.6258158085569257e-06| +|setup.py|github/minzastro/unidam|3.6258158085569257e-06| +|setup.py|github/Singh-Lab/DeMaSk|3.6258158085569257e-06| +|setup.py|github/musevlt/origin|3.6258158085569257e-06| +|setup.py|github/musevlt/muse-psfr|3.6258158085569257e-06| +|setup.py|github/cadop/seg1d|3.6258158085569257e-06| +|setup.py|github/miniufo/xinvert|3.6258158085569257e-06| +|setup.py|github/Martindelosrios/cosmic-kite|3.6258158085569257e-06| +|setup.py|github/LindleyLentati/Cobra|3.6258158085569257e-06| +|setup.py|github/jacobblum/simDRIFT|3.6258158085569257e-06| +|setup.py|github/JixingGE/GGCHEMPY|3.6258158085569257e-06| +|setup.py|github/maxpumperla/hyperas|3.6258158085569257e-06| +|setup.py|github/GenomicParisCentre/toulligQC|3.6258158085569257e-06| +|setup.py|github/prajwel/curvit|3.6258158085569257e-06| +|setup.py|github/PabloMSanAla/fabada|3.6258158085569257e-06| +|setup.py|github/djsutherland/py-sdm|3.6258158085569257e-06| +|setup.py|github/samuelefiorini/tangle|3.6258158085569257e-06| +|setup.py|github/songweizhi/Binning_refiner|3.6258158085569257e-06| +|setup.py|github/Guo-Jian-Wang/colfi|3.6258158085569257e-06| +|setup.py|github/thieu1995/permetrics|3.6258158085569257e-06| +|setup.py|github/privong/pymccorrelation|3.6258158085569257e-06| +|setup.py|github/federicomarulli/CosmoBolognaLib|3.6258158085569257e-06| +|setup.py|github/napakalas/casbert|3.6258158085569257e-06| +|setup.py|github/hover2pi/SEDkit|3.6258158085569257e-06| +|setup.py|github/jollejolles/pirecorder|3.6258158085569257e-06| +|setup.py|github/nespinoza/mc-spam|3.6258158085569257e-06| +|setup.py|github/nespinoza/juliet|3.6258158085569257e-06| +|setup.py|github/sonwell/biotools|3.6258158085569257e-06| +|setup.py|github/orcasgit/python-fitbit|3.6258158085569257e-06| +|setup.py|github/podondra/eidein|3.6258158085569257e-06| +|setup.py|github/vanheeringen-lab/gimmemotifs|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanopack|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanomath|3.6258158085569257e-06| +|setup.py|github/wdecoster/NanoPlot|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanoget|3.6258158085569257e-06| +|setup.py|github/wdecoster/NanoComp|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanocomp|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanostat|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanolyse|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanoQC|3.6258158085569257e-06| +|setup.py|github/wdecoster/nanofilt|3.6258158085569257e-06| +|setup.py|github/KBNLresearch/ochre|3.6258158085569257e-06| +|setup.py|github/engyasin/Offline_MOT|3.6258158085569257e-06| +|setup.py|github/Bahler-Lab/pyphe|3.6258158085569257e-06| +|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6258158085569257e-06| +|setup.py|github/guangtunbenzhu/SetCoverPy|3.6258158085569257e-06| +|setup.py|github/bxia888/CEFCIG|3.6258158085569257e-06| +|setup.py|github/OBrink/RanDepict|3.6258158085569257e-06| +|setup.py|github/Cascella-Group-UiO/HyMD|3.6258158085569257e-06| +|setup.py|github/MDAnalysis/mdanalysis|3.6258158085569257e-06| +|setup.py|github/LucaMalavolta/PyORBIT|3.6258158085569257e-06| +|setup.py|github/cog-imperial/GPdoemd|3.6258158085569257e-06| +|setup.py|github/cog-imperial/galini|3.6258158085569257e-06| +|setup.py|github/cog-imperial/entmoot|3.6258158085569257e-06| +|setup.py|github/cog-imperial/suspect|3.6258158085569257e-06| +|setup.py|github/rohinkumar/correlcalc|3.6258158085569257e-06| +|setup.py|github/fakedrtom/oncogemini|3.6258158085569257e-06| +|setup.py|github/vijayvarma392/binaryBHexp|3.6258158085569257e-06| +|setup.py|github/Xia-Yijie/Xponge|3.6258158085569257e-06| +|setup.py|github/WorkflowConversion/CTDConverter|3.6258158085569257e-06| +|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6258158085569257e-06| +|setup.py|github/maxibor/sam2lca|3.6258158085569257e-06| +|setup.py|github/nanograv/PINT|3.6258158085569257e-06| +|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6258158085569257e-06| +|setup.py|github/recipy/recipy|3.6258158085569257e-06| +|setup.py|github/abrupt-climate/hyper-canny|3.6258158085569257e-06| +|setup.py|github/YosefLab/scvi-tools|3.6258158085569257e-06| +|setup.py|github/caracal-pipeline/caracal|3.6258158085569257e-06| +|setup.py|github/supernnova/SuperNNova|3.6258158085569257e-06| +|setup.py|github/timstaley/voevent-parse|3.6258158085569257e-06| +|setup.py|github/fitbenchmarking/fitbenchmarking|3.6258158085569257e-06| +|setup.py|github/TPI-Immunogenetics/igmat|3.6258158085569257e-06| +|setup.py|github/seclark/RHT|3.6258158085569257e-06| +|setup.py|github/fair-software/howfairis|3.6258158085569257e-06| +|setup.py|github/fair-software/fairtally|3.6258158085569257e-06| +|setup.py|github/cosimoNigro/agnpy|3.6258158085569257e-06| +|setup.py|github/ggonnella/gfapy|3.6258158085569257e-06| +|setup.py|github/mbaes/SpheCow|3.6258158085569257e-06| +|setup.py|github/tensorly/viz|3.6258158085569257e-06| +|setup.py|github/Astroua/TurbuStat|3.6258158085569257e-06| +|setup.py|github/Astroua/SCIMES|3.6258158085569257e-06| +|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6258158085569257e-06| +|setup.py|github/TimothyADavis/KinMSpy|3.6258158085569257e-06| +|setup.py|github/ml-evs/matador|3.6258158085569257e-06| +|setup.py|github/ekaterinailin/AltaiPony|3.6258158085569257e-06| +|setup.py|github/pytoolz/toolz|3.6258158085569257e-06| +|setup.py|github/rjtanner/StarburstPy|3.6258158085569257e-06| +|setup.py|github/tylunel/pvpumpingsystem|3.6258158085569257e-06| +|setup.py|github/ledatelescope/bifrost|3.6258158085569257e-06| +|setup.py|github/afarahi/tatter|3.6258158085569257e-06| +|setup.py|github/afarahi/PoPE|3.6258158085569257e-06| +|setup.py|github/afarahi/kllr|3.6258158085569257e-06| +|setup.py|github/migp11/pyfastcore|3.6258158085569257e-06| +|setup.py|github/aspuru-guzik-group/funsies|3.6258158085569257e-06| +|setup.py|github/zclaytor/kiauhoku|3.6258158085569257e-06| +|setup.py|github/zclaytor/butterpy|3.6258158085569257e-06| +|setup.py|github/cmillion/gPhoton|3.6258158085569257e-06| +|setup.py|github/mdruett/COCOPLOT|3.6258158085569257e-06| +|setup.py|github/XSLiuLab/Seq2Neo|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/BXA|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/PyMultiNest|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/UltraNest|3.6258158085569257e-06| +|setup.py|github/JohannesBuchner/nway|3.6258158085569257e-06| +|setup.py|github/sfschen/velocileptors|3.6258158085569257e-06| +|setup.py|github/wtsi-hpag/HiLine|3.6258158085569257e-06| +|setup.py|github/Magritte-code/Magritte|3.6258158085569257e-06| +|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6258158085569257e-06| +|setup.py|github/4pisky/fourpisky-core|3.6258158085569257e-06| +|setup.py|github/jianhuupenn/SpaGCN|3.6258158085569257e-06| +|setup.py|github/philres/catfishq|3.6258158085569257e-06| +|setup.py|github/virgesmith/neworder|3.6258158085569257e-06| +|setup.py|github/andresmegias/richvalues|3.6258158085569257e-06| +|setup.py|github/scipion-em/scipion-em-continuousflex|3.6258158085569257e-06| +|setup.py|github/markusbonse/applefy|3.6258158085569257e-06| +|setup.py|github/soichiro-hattori/unpopular|3.6258158085569257e-06| +|setup.py|github/JoeMcEwen/FAST-PT|3.6258158085569257e-06| +|setup.py|github/NREL/graph-env|3.6258158085569257e-06| +|setup.py|github/AnantharamanLab/vRhyme|3.6258158085569257e-06| +|setup.py|github/fpavogt/fcmaker|3.6258158085569257e-06| +|setup.py|github/cy-xu/cosmic-conn|3.6258158085569257e-06| +|setup.py|github/mishioo/tesliper|3.6258158085569257e-06| +|setup.py|github/PhilippJunk/homelette|3.6258158085569257e-06| +|setup.py|github/cumbof/honto|3.6258158085569257e-06| +|setup.py|github/ideasrule/platon|3.6258158085569257e-06| +|setup.py|github/benvanwerkhoven/kernel_tuner|3.6258158085569257e-06| +|setup.py|github/Starfish-develop/Starfish|3.6258158085569257e-06| +|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6258158085569257e-06| +|setup.py|github/dmey/synthia|3.6258158085569257e-06| +|setup.py|github/astronomyk/SimCADO|3.6258158085569257e-06| +|setup.py|github/PlanetHunters/tkmatrix|3.6258158085569257e-06| +|setup.py|github/dmnfarrell/epitopepredict|3.6258158085569257e-06| +|setup.py|github/dmnfarrell/snpgenie|3.6258158085569257e-06| +|setup.py|github/gem-pasteur/macsyfinder|3.6258158085569257e-06| +|setup.py|github/dfujim/bfit|3.6258158085569257e-06| +|setup.py|github/smog-server/OpenSMOG|3.6258158085569257e-06| +|setup.py|github/ziotom78/dacapo_calibration|3.6258158085569257e-06| +|setup.py|github/ChrisBeaumont/brut|3.6258158085569257e-06| +|setup.py|github/icb-dcm/pyabc|3.6258158085569257e-06| +|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6258158085569257e-06| +|setup.py|github/DeltaRCM/pyDeltaRCM|3.6258158085569257e-06| +|setup.py|github/vferat/pycrostates|3.6258158085569257e-06| +|setup.py|github/snad-space/zwad|3.6258158085569257e-06| +|setup.py|github/matplotlib/matplotlib|3.6258158085569257e-06| +|setup.py|github/joe-antognini/kozai|3.6258158085569257e-06| +|setup.py|github/NickSwainston/pulsar_spectra|3.6258158085569257e-06| +|setup.py|github/YSOVAR/YSOVAR|3.6258158085569257e-06| +|setup.py|github/symmy596/Polypy|3.6258158085569257e-06| +|setup.py|github/symmy596/SurfinPy|3.6258158085569257e-06| +|setup.py|github/adbar/htmldate|3.6258158085569257e-06| +|setup.py|github/numba/numba|3.6258158085569257e-06| +|setup.py|github/dparks1134/RefineM|3.6258158085569257e-06| +|setup.py|github/galkintool/galkin|3.6258158085569257e-06| +|setup.py|github/ICAMS/strucscan|3.6258158085569257e-06| +|setup.py|github/tmcclintock/cluster_toolkit|3.6258158085569257e-06| +|setup.py|github/ajeldorado/falco-python|3.6258158085569257e-06| +|setup.py|github/odb9402/CNNPeaks|3.6258158085569257e-06| +|setup.py|github/fcs-analysis/PyScanFCS|3.6258158085569257e-06| +|setup.py|github/fcs-analysis/PyCorrFit|3.6258158085569257e-06| +|setup.py|github/hyperopt/hyperopt|3.6258158085569257e-06| +|setup.py|github/lmfit/lmfit-py|3.6258158085569257e-06| +|setup.py|github/dmentipl/plonk|3.6258158085569257e-06| +|setup.py|github/NiallJeffrey/DeepMass|3.6258158085569257e-06| +|setup.py|github/javicarron/pynkowski|3.6258158085569257e-06| +|setup.py|github/javicarron/mtneedlet|3.6258158085569257e-06| +|setup.py|github/ryansmcgee/seirsplus|3.6258158085569257e-06| +|setup.py|github/coljac/sensie|3.6258158085569257e-06| +|setup.py|github/deepmedic/deepmedic|3.6258158085569257e-06| +|setup.py|github/realfastvla/realfast|3.6258158085569257e-06| +|setup.py|github/realfastvla/rfpipe|3.6258158085569257e-06| +|setup.py|github/brian-team/brian2|3.6258158085569257e-06| +|setup.py|github/lberaldoesilva/naif|3.6258158085569257e-06| +|setup.py|github/DirectDM/directdm-py|3.6258158085569257e-06| +|setup.py|github/matchms/matchms|3.6258158085569257e-06| +|setup.py|github/matchms/ms2deepscore|3.6258158085569257e-06| +|setup.py|github/tschad/pycelp|3.6258158085569257e-06| +|setup.py|github/herjy/SLIT|3.6258158085569257e-06| +|setup.py|github/carpyncho/carpyncho-py|3.6258158085569257e-06| +|setup.py|github/getzlab/rnaseqc|3.6258158085569257e-06| +|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6258158085569257e-06| +|setup.py|github/einsteinpy/einsteinpy|3.6258158085569257e-06| +|setup.py|github/morriscb/The-wiZZ|3.6258158085569257e-06| +|setup.py|github/edwardoughton/itmlogic|3.6258158085569257e-06| +|setup.py|github/CLARIAH/grlc|3.6258158085569257e-06| +|setup.py|github/davemlz/eemont|3.6258158085569257e-06| +|setup.py|github/qpv-research-group/solcore5|3.6258158085569257e-06| +|setup.py|github/HajimeKawahara/sot|3.6258158085569257e-06| +|setup.py|github/HajimeKawahara/exojax|3.6258158085569257e-06| +|setup.py|github/codemeleon/seqPanther|3.6258158085569257e-06| +|setup.py|github/popgenmethods/smcpp|3.6258158085569257e-06| +|setup.py|github/actris-cloudnet/cloudnetpy|3.6258158085569257e-06| +|setup.py|github/spokenlanguage/platalea|3.6258158085569257e-06| +|setup.py|github/linnarsson-lab/loompy|3.6258158085569257e-06| +|setup.py|github/compomics/DeepLC|3.6258158085569257e-06| +|setup.py|github/aabdurrouf/piXedfit|3.6258158085569257e-06| +|setup.py|github/lantunes/cellpylib|3.6258158085569257e-06| +|setup.py|github/SISPO-developers/sispo|3.6258158085569257e-06| +|setup.py|github/precice/micro-manager|3.6258158085569257e-06| +|setup.py|github/LBNL-ETA/MSWH|3.6258158085569257e-06| +|setup.py|github/chasmani/piecewise-regression|3.6258158085569257e-06| +|setup.py|github/shbhuk/barycorrpy|3.6258158085569257e-06| +|setup.py|github/shbhuk/mrexo|3.6258158085569257e-06| +|setup.py|github/warrickball/tomso|3.6258158085569257e-06| +|setup.py|github/apertif/apercal|3.6258158085569257e-06| +|setup.py|github/pynbody/pynbody|3.6258158085569257e-06| +|setup.py|github/pynbody/tangos|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/flamingo|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/insilico-server|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/swan|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/CAT|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/Moka|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/ceiba-cli|3.6258158085569257e-06| +|setup.py|github/nlesc-nano/ceiba|3.6258158085569257e-06| +|setup.py|github/yymao/abundancematching|3.6258158085569257e-06| +|setup.py|github/cmbant/getdist|3.6258158085569257e-06| +|setup.py|github/CosmoStat/shapepipe|3.6258158085569257e-06| +|setup.py|github/linqs/psl|3.6258158085569257e-06| +|setup.py|github/toshiyan/cmblensplus|3.6258158085569257e-06| +|setup.py|github/opencobra/cobrapy|3.6258158085569257e-06| +|setup.py|github/RaRe-Technologies/gensim|3.6258158085569257e-06| +|setup.py|github/pybamm-team/PyBaMM|3.6258158085569257e-06| +|setup.py|github/pybamm-team/liionpack|3.6258158085569257e-06| +|setup.py|github/dnarayanan/powderday|3.6258158085569257e-06| +|setup.py|github/RECeSS-EU-Project/stanscofi|3.6258158085569257e-06| +|setup.py|github/ACEnglish/truvari|3.6258158085569257e-06| +|setup.py|github/CQCL/qujax|3.6258158085569257e-06| +|setup.py|github/stevengiacalone/triceratops|3.6258158085569257e-06| +|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6258158085569257e-06| +|setup.py|github/jakevdp/wpca|3.6258158085569257e-06| +|setup.py|github/smoh/kinesis|3.6258158085569257e-06| +|setup.py|github/tjiangHIT/cuteSV|3.6258158085569257e-06| +|setup.py|github/galizia-lab/pyview|3.6258158085569257e-06| +|setup.py|github/4dn-dcic/pairix|3.6258158085569257e-06| +|setup.py|github/phenomecentre/nPYc-Toolbox|3.6258158085569257e-06| +|setup.py|github/LucIJspeert/eclipsr|3.6258158085569257e-06| +|setup.py|github/LucIJspeert/star_shadow|3.6258158085569257e-06| +|setup.py|github/egjergo/galcem|3.6258158085569257e-06| +|setup.py|github/nanoporetech/qcat|3.6258158085569257e-06| +|setup.py|github/nanoporetech/megalodon|3.6258158085569257e-06| +|setup.py|github/nanoporetech/tombo|3.6258158085569257e-06| +|setup.py|github/nanoporetech/ont_fast5_api|3.6258158085569257e-06| +|setup.py|github/simonsobs/pixell|3.6258158085569257e-06| +|setup.py|github/simonsobs/nemo|3.6258158085569257e-06| +|setup.py|github/t-brandt/orvara|3.6258158085569257e-06| +|setup.py|github/connectomicslab/connectomemapper3|3.6258158085569257e-06| +|setup.py|github/CyclotronResearchCentre/bidsme|3.6258158085569257e-06| +|setup.py|github/bwengals/CCSNMultivar|3.6258158085569257e-06| +|setup.py|github/colour-science/colour|3.6258158085569257e-06| +|setup.py|github/circuitgraph/circuitgraph|3.6258158085569257e-06| +|setup.py|github/andizq/sf3dmodels|3.6258158085569257e-06| +|setup.py|github/pnnl/interflow|3.6258158085569257e-06| +|setup.py|github/gbernstein/pixmappy|3.6258158085569257e-06| +|setup.py|github/dtamayo/reboundx|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/pyranges|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/epic2|3.6258158085569257e-06| +|setup.py|github/biocore-ntnu/ncls|3.6258158085569257e-06| +|setup.py|github/tomlouden/spiderman|3.6258158085569257e-06| +|setup.py|github/sbebo/joypy|3.6258158085569257e-06| +|setup.py|github/EISy-as-Py/hardy|3.6258158085569257e-06| +|setup.py|github/bfarr/exocartographer|3.6258158085569257e-06| +|setup.py|github/kennethcarrell/ATARRI|3.6258158085569257e-06| +|setup.py|github/lynx-x-ray-observatory/soxs|3.6258158085569257e-06| +|setup.py|github/keflavich/HiGal_SEDfitter|3.6258158085569257e-06| +|setup.py|github/spacetelescope/specview|3.6258158085569257e-06| +|setup.py|github/spacetelescope/stginga|3.6258158085569257e-06| +|setup.py|github/spacetelescope/synphot_refactor|3.6258158085569257e-06| +|setup.py|github/spacetelescope/specviz|3.6258158085569257e-06| +|setup.py|github/spacetelescope/stsynphot_refactor|3.6258158085569257e-06| +|setup.py|github/spacetelescope/imexam|3.6258158085569257e-06| +|setup.py|github/rvalieris/parallel-fastq-dump|3.6258158085569257e-06| +|setup.py|github/comprna/reorientexpress|3.6258158085569257e-06| +|setup.py|github/brentp/geneimpacts|3.6258158085569257e-06| +|setup.py|github/brentp/cigar|3.6258158085569257e-06| +|setup.py|github/dbuscher/pois|3.6258158085569257e-06| +|setup.py|github/vincentlab/PyFR|3.6258158085569257e-06| +|setup.py|github/alphaparrot/ExoPlaSim|3.6258158085569257e-06| +|setup.py|github/ulelab/ultraplex|3.6258158085569257e-06| +|setup.py|github/cov-lineages/pangolin|3.6258158085569257e-06| +|setup.py|github/chapmanb/bcbb|3.6258158085569257e-06| +|setup.py|github/AlexanderLabWHOI/EUKulele|3.6258158085569257e-06| +|setup.py|github/bioinform/somaticseq|3.6258158085569257e-06| +|setup.py|github/rasg-affiliates/healvis|3.6258158085569257e-06| +|setup.py|github/jbussemaker/SBArchOpt|3.6258158085569257e-06| +|setup.py|github/ngltr/sinaps|3.6258158085569257e-06| +|setup.py|github/biobakery/MetaPhlAn|3.6258158085569257e-06| +|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6258158085569257e-06| +|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6258158085569257e-06| +|setup.py|github/seqcode/allo|3.6258158085569257e-06| +|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6258158085569257e-06| +|setup.py|github/dwkim78/upsilon|3.6258158085569257e-06| +|setup.py|github/dwkim78/pdtrend|3.6258158085569257e-06| +|setup.py|github/dwkim78/ASTRiDE|3.6258158085569257e-06| +|setup.py|github/spacepy/spacepy|3.6258158085569257e-06| +|setup.py|github/MartianColonist/POSEIDON|3.6258158085569257e-06| +|setup.py|github/FrancesBW/bellamy|3.6258158085569257e-06| +|setup.py|github/DeepRank/DeepRank-GNN|3.6258158085569257e-06| +|setup.py|github/DeepRank/pdb2sql|3.6258158085569257e-06| +|setup.py|github/DeepRank/iScore|3.6258158085569257e-06| +|setup.py|github/DeepRank/deeprank|3.6258158085569257e-06| +|setup.py|github/DeepRank/pssmgen|3.6258158085569257e-06| +|setup.py|github/SCM-NV/qmflows|3.6258158085569257e-06| +|setup.py|github/SCM-NV/pyZacros|3.6258158085569257e-06| +|setup.py|github/SCM-NV/qmflows-namd|3.6258158085569257e-06| +|setup.py|github/fred3m/toyz|3.6258158085569257e-06| +|setup.py|github/avigan/SPHERE|3.6258158085569257e-06| +|setup.py|github/avigan/pyZELDA|3.6258158085569257e-06| +|setup.py|github/MannLabs/alphapept|3.6258158085569257e-06| +|setup.py|github/jorisparet/partycls|3.6258158085569257e-06| +|setup.py|github/conda/pycosat|3.6258158085569257e-06| +|setup.py|github/conda/conda|3.6258158085569257e-06| +|setup.py|github/kerkelae/disimpy|3.6258158085569257e-06| +|setup.py|github/bootphon/phonemizer|3.6258158085569257e-06| +|setup.py|github/Adamtaranto/Yanagiba|3.6258158085569257e-06| +|setup.py|github/beastraban/INSANE|3.6258158085569257e-06| +|setup.py|github/tool-bin/ukbcc|3.6258158085569257e-06| +|setup.py|github/schlafly/crowdsource|3.6258158085569257e-06| +|setup.py|github/catherinezucker/radfil|3.6258158085569257e-06| +|setup.py|github/mzy2240/ESA|3.6258158085569257e-06| +|setup.py|github/cire-thk/BifacialSimu|3.6258158085569257e-06| +|setup.py|github/twesterhout/lattice-symmetries|3.6258158085569257e-06| +|setup.py|github/clawpack/clawpack|3.6258158085569257e-06| +|setup.py|github/dunnkers/fseval|3.6258158085569257e-06| +|setup.py|github/agree019/DarkCapPy|3.6258158085569257e-06| +|setup.py|github/agurvich/FIRE_studio|3.6258158085569257e-06| +|setup.py|github/panoptes-organization/panoptes|3.6258158085569257e-06| +|setup.py|github/johnlees/pp-sketchlib|3.6258158085569257e-06| +|setup.py|github/BackmanLab/PWSpy|3.6258158085569257e-06| +|setup.py|github/pyro-ppl/pyro|3.6258158085569257e-06| +|setup.py|github/3fon3fonov/exostriker|3.6258158085569257e-06| +|setup.py|github/VeinsOfTheEarth/rabpro|3.6258158085569257e-06| +|setup.py|github/martinjzhang/scDRS|3.6258158085569257e-06| +|setup.py|github/sherpa-deproject/deproject|3.6258158085569257e-06| +|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6258158085569257e-06| +|setup.py|github/UNSW-CEEM/nempy|3.6258158085569257e-06| +|setup.py|github/smirarab/sepp|3.6258158085569257e-06| +|setup.py|github/jiahecui/SenAOReFoc|3.6258158085569257e-06| +|setup.py|github/gdrouart/MrMoose|3.6258158085569257e-06| +|setup.py|github/benmontet/f3|3.6258158085569257e-06| +|setup.py|github/cabb99/open3spn2|3.6258158085569257e-06| +|setup.py|github/equib/pyEQUIB|3.6258158085569257e-06| +|setup.py|github/julianreul/mode_behave|3.6258158085569257e-06| +|setup.py|github/cas-bioinf/rboAnalyzer|3.6258158085569257e-06| +|setup.py|github/matthewholman/assist|3.6258158085569257e-06| +|setup.py|github/PyPSA/atlite|3.6258158085569257e-06| +|setup.py|github/PyPSA/linopy|3.6258158085569257e-06| +|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6258158085569257e-06| +|setup.py|github/shadden/celmech|3.6258158085569257e-06| +|setup.py|github/parmoo/parmoo|3.6258158085569257e-06| +|setup.py|github/cameronliang/BayesVP|3.6258158085569257e-06| +|setup.py|github/undark-lab/sstrax|3.6258158085569257e-06| +|setup.py|github/dstndstn/astrometry.net|3.6258158085569257e-06| +|setup.py|github/OpenMDAO/dymos|3.6258158085569257e-06| +|setup.py|github/thomaspinder/GPJax|3.6258158085569257e-06| +|setup.py|github/natashabatalha/PandExo|3.6258158085569257e-06| +|setup.py|github/natashabatalha/picaso|3.6258158085569257e-06| +|setup.py|github/bcgsc/tigmint|3.6258158085569257e-06| +|setup.py|github/atomneb/AtomNeb-py|3.6258158085569257e-06| +|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6258158085569257e-06| +|setup.py|github/epic-astronomy/EPIC|3.6258158085569257e-06| +|setup.py|github/matteobreschi/bajes|3.6258158085569257e-06| +|setup.py|github/Filter-Bubble/e2e-Dutch|3.6258158085569257e-06| +|setup.py|github/exobssim/rapoc-public|3.6258158085569257e-06| +|setup.py|github/LSSTDESC/CCL|3.6258158085569257e-06| +|setup.py|github/LSSTDESC/descqa|3.6258158085569257e-06| +|setup.py|github/ynop/audiomate|3.6258158085569257e-06| +|setup.py|github/maayane/catsHTM|3.6258158085569257e-06| +|setup.py|github/MIC-DKFZ/HD-BET|3.6258158085569257e-06| +|setup.py|github/MIC-DKFZ/TractSeg|3.6258158085569257e-06| +|setup.py|github/SIOSlab/exodetbox|3.6258158085569257e-06| +|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6258158085569257e-06| +|setup.py|github/Alymantara/pydoppler|3.6258158085569257e-06| +|setup.py|github/gpantel/MolPainter|3.6258158085569257e-06| +|setup.py|github/jfowkes/pycutest|3.6258158085569257e-06| +|setup.py|github/fruzsinaagocs/oscode|3.6258158085569257e-06| +|setup.py|github/OpenWaterAnalytics/EPyT|3.6258158085569257e-06| +|setup.py|github/fraserw/TRIPPy|3.6258158085569257e-06| +|setup.py|github/abhisrkckl/GWecc|3.6258158085569257e-06| +|setup.py|github/VMBoehm/MADLens|3.6258158085569257e-06| +|setup.py|github/astro-informatics/ssht|3.6258158085569257e-06| +|setup.py|github/astro-informatics/s2let|3.6258158085569257e-06| +|setup.py|github/BD2KGenomics/toil|3.6258158085569257e-06| +|setup.py|github/genouest/biomaj-cli|3.6258158085569257e-06| +|setup.py|github/SynthSys/pyOmeroUpload|3.6258158085569257e-06| +|setup.py|github/astrosmili/smili|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/ariba|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/pymummer|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/iva|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/gubbins|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/circlator|3.6258158085569257e-06| +|setup.py|github/sanger-pathogens/Fastaq|3.6258158085569257e-06| +|setup.py|github/citiususc/BigSeqKit|3.6258158085569257e-06| +|setup.py|github/gwastro/pycbc|3.6258158085569257e-06| +|setup.py|github/PyFstat/PyFstat|3.6258158085569257e-06| +|setup.py|github/tlambert03/pycudadecon|3.6258158085569257e-06| +|setup.py|github/mscroggs/symfem|3.6258158085569257e-06| +|setup.py|github/changhoonhahn/pySpectrum|3.6258158085569257e-06| +|setup.py|github/vhaasteren/piccard|3.6258158085569257e-06| +|setup.py|github/kbarbary/nestle|3.6258158085569257e-06| +|setup.py|github/kbarbary/extinction|3.6258158085569257e-06| +|setup.py|github/GabrieleParimbelli/COLIBRI|3.6258158085569257e-06| +|setup.py|github/DMGW-Goethe/imripy|3.6258158085569257e-06| +|setup.py|github/Libensemble/libensemble|3.6258158085569257e-06| +|setup.py|github/biomedia-mira/blast-ct|3.6258158085569257e-06| +|setup.py|github/timothydmorton/vespa|3.6258158085569257e-06| +|setup.py|github/morpheus-project/morpheus|3.6258158085569257e-06| +|setup.py|github/insilicomedicine/GENTRL|3.6258158085569257e-06| +|setup.py|github/HillLab/SomaticSiMu|3.6258158085569257e-06| +|setup.py|github/swiftsim/swiftsimio|3.6258158085569257e-06| +|setup.py|github/milnus/Corekaburra|3.6258158085569257e-06| +|setup.py|github/djones1040/PythonPhot|3.6258158085569257e-06| +|setup.py|github/rhayes777/PyAutoFit|3.6258158085569257e-06| +|setup.py|github/Qiskit/rustworkx|3.6258158085569257e-06| +|setup.py|github/manodeep/Corrfunc|3.6258158085569257e-06| +|setup.py|github/mmp2/megaman|3.6258158085569257e-06| +|setup.py|github/yatiml/yatiml|3.6258158085569257e-06| +|setup.py|github/andycasey/sick|3.6258158085569257e-06| +|setup.py|github/eelregit/mcfit|3.6258158085569257e-06| +|setup.py|github/raspishake/rsudp|3.6258158085569257e-06| +|setup.py|github/fjankowsk/scatfit|3.6258158085569257e-06| +|setup.py|github/Ayuei/DeBEIR|3.6258158085569257e-06| +|setup.py|github/BartoszBartmanski/StoSpa2|3.6258158085569257e-06| +|setup.py|github/babinyurii/recan|3.6258158085569257e-06| +|setup.py|github/xpsi-group/xpsi|3.6258158085569257e-06| +|setup.py|github/zblz/naima|3.6258158085569257e-06| +|setup.py|github/nicolet5/DiffCapAnalyzer|3.6258158085569257e-06| +|setup.py|github/ChenfuShi/HiChIP_peaks|3.6258158085569257e-06| +|setup.py|github/Caltech-IPAC/Montage|3.6258158085569257e-06| +|setup.py|github/radifar/PyPLIF-HIPPOS|3.6258158085569257e-06| +|setup.py|github/perfanalytics/pose2sim|3.6258158085569257e-06| +|setup.py|github/noraeisner/LATTE|3.6258158085569257e-06| +|setup.py|github/lh3/minimap2|3.6258158085569257e-06| +|setup.py|github/NLeSC/mcfly|3.6258158085569257e-06| +|setup.py|github/NLeSC/Massive-PotreeConverter|3.6258158085569257e-06| +|setup.py|github/NLeSC/cptm|3.6258158085569257e-06| +|setup.py|github/NLeSC/noodles|3.6258158085569257e-06| +|setup.py|github/NLeSC/boatswain|3.6258158085569257e-06| +|setup.py|github/NLESC-JCER/QMCTorch|3.6258158085569257e-06| +|setup.py|github/DLR-RM/BlenderProc|3.6258158085569257e-06| +|setup.py|github/NeuralEnsemble/PyNN|3.6258158085569257e-06| +|setup.py|github/SYalouz/QuantNBody|3.6258158085569257e-06| +|setup.py|github/pec27/hfof|3.6258158085569257e-06| +|setup.py|github/pec27/smerfs|3.6258158085569257e-06| +|setup.py|github/ageller/firefly|3.6258158085569257e-06| +|setup.py|github/Fermipy/fermipy|3.6258158085569257e-06| +|setup.py|github/szwiep/py_SBeLT|3.6258158085569257e-06| +|setup.py|github/ylab-hi/ScanExitronLR|3.6258158085569257e-06| +|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6258158085569257e-06| +|setup.py|github/shilpagarg/WHdenovo|3.6258158085569257e-06| +|setup.py|github/pmelchior/skymapper|3.6258158085569257e-06| +|setup.py|github/pmelchior/pyGMMis|3.6258158085569257e-06| +|setup.py|github/pmelchior/scarlet|3.6258158085569257e-06| +|setup.py|github/bulik/ldsc|3.6258158085569257e-06| +|setup.py|github/weecology/retriever|3.6258158085569257e-06| +|setup.py|github/sanjibs/bmcmc|3.6258158085569257e-06| +|setup.py|github/sxs-collaboration/gwsurrogate|3.6258158085569257e-06| +|setup.py|github/MrMinimal64/multivar_horner|3.6258158085569257e-06| +|setup.py|github/jmschrei/pomegranate|3.6258158085569257e-06| +|setup.py|github/christopherburke/tess-point|3.6258158085569257e-06| +|setup.py|github/oschwengers/referenceseeker|3.6258158085569257e-06| +|setup.py|github/oschwengers/platon|3.6258158085569257e-06| +|setup.py|github/oschwengers/bakta|3.6258158085569257e-06| +|setup.py|github/spglib/spgrep|3.6258158085569257e-06| +|setup.py|github/easybuilders/easybuild|3.6258158085569257e-06| +|setup.py|github/infer-actively/pymdp|3.6258158085569257e-06| +|setup.py|github/Gaiana/nirdust|3.6258158085569257e-06| +|setup.py|github/gagneurlab/drop|3.6258158085569257e-06| +|setup.py|github/rbturnbull/ausdex|3.6258158085569257e-06| +|setup.py|github/SJ001/AI-Feynman|3.6258158085569257e-06| +|setup.py|github/lkmklsmn/DrivAER|3.6258158085569257e-06| +|setup.py|github/pierrehoudayer/RUBIS|3.6258158085569257e-06| +|setup.py|github/NuGrid/NuPyCEE|3.6258158085569257e-06| +|setup.py|github/wasserman-group/pyCADMium|3.6258158085569257e-06| +|setup.py|github/iomega/spec2vec|3.6258158085569257e-06| +|setup.py|github/amusecode/amuse|3.6258158085569257e-06| +|setup.py|github/COVID-IWG/epimargin|3.6258158085569257e-06| +|setup.py|github/birnstiel/two-pop-py|3.6258158085569257e-06| +|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6258158085569257e-06| +|setup.py|github/auctus-team/pycapacity|3.6258158085569257e-06| +|setup.py|github.com/idptools/metapredict|3.6258158085569257e-06| +|setup.py|github/sfarrens/sf_deconvolve|3.6258158085569257e-06| +|setup.py|github/dynamicslab/pysindy|3.6258158085569257e-06| +|setup.py|github/ismaelpessa/PyMUSE|3.6258158085569257e-06| +|setup.py|github/WBK-Robotics/pybullet_industrial|3.6258158085569257e-06| +|setup.py|github/carlosborca/CrystaLattE|3.6258158085569257e-06| +|setup.py|github/PaulHancock/Aegean|3.6258158085569257e-06| +|setup.py|github/drcandacemakedamoore/cleanX|3.6258158085569257e-06| +|setup.py|github/ReSurfEMG/ReSurfEMG|3.6258158085569257e-06| +|setup.py|github/jeaadams/ExoPix|3.6258158085569257e-06| +|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.620920910212316e-06| +|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.599419072588036e-06| +|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5971356055112413e-06| +|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.595967574847198e-06| +|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.595967574847198e-06| +|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.595967574847198e-06| +|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.595967574847198e-06| +|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.595967574847198e-06| +|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.595967574847198e-06| +|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.595967574847198e-06| +|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.595967574847198e-06| +|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.595967574847198e-06| +|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.595967574847198e-06| +|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.595967574847198e-06| +|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.595967574847198e-06| +|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.595967574847198e-06| +|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.595967574847198e-06| +|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.595967574847198e-06| +|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.594258075155518e-06| +|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.5895576504713635e-06| +|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.5895576504713635e-06| +|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.5895576504713635e-06| +|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.5895576504713635e-06| +|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.5895576504713635e-06| +|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| +|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| +|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5895576504713563e-06| +|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5895576504713563e-06| +|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5895576504713563e-06| +|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5895576504713563e-06| +|pypi|[ares](https://github.com/barnumbirr/ares)|3.5895576504713563e-06| +|pypi|[requirement](http://github.com/storborg/funniest)|3.5895576504713563e-06| +|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5895576504713563e-06| +|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5895576504713563e-06| +|pypi|[macop](https://github.com/prise-3d/macop)|3.5895576504713563e-06| +|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5895576504713563e-06| +|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5895576504713563e-06| +|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5895576504713563e-06| +|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5895576504713563e-06| +|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5895576504713563e-06| +|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5895576504713563e-06| +|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5895576504713563e-06| +|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5895576504713563e-06| +|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5895576504713563e-06| +|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5895576504713563e-06| +|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5895576504713563e-06| +|pypi|[ngs](https://broadtech.com.cn)|3.5895576504713563e-06| +|pypi|[gsf](UNKNOWN)|3.5895576504713563e-06| +|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5895576504713563e-06| +|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5895576504713563e-06| +|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5895576504713563e-06| +|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5895576504713563e-06| +|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5895576504713563e-06| +|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5895576504713563e-06| +|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5895576504713563e-06| +|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5895576504713563e-06| +|pypi|[crc](https://github.com/Nicoretti/crc)|3.5895576504713563e-06| +|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5895576504713563e-06| +|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5895576504713563e-06| +|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5895576504713563e-06| +|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5895576504713563e-06| +|pypi|[UNKNOWN](UNKNOWN)|3.5895576504713563e-06| +|pypi|[biotools](https://github.com/sonwell/biotools)|3.5895576504713563e-06| +|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5895576504713563e-06| +|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5895576504713563e-06| +|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5895576504713563e-06| +|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5895576504713563e-06| +|pypi|[neworder](https://neworder.readthedocs.io)|3.5895576504713563e-06| +|pypi|[requirements](http://github.com/mattack108/requirements)|3.5895576504713563e-06| +|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5895576504713563e-06| +|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5895576504713563e-06| +|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5895576504713563e-06| +|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5895576504713563e-06| +|pypi|[galkin](UNKNOWN)|3.5895576504713563e-06| +|pypi|[SLIT](https://github.com/bweir/slit)|3.5895576504713563e-06| +|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5895576504713563e-06| +|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5895576504713563e-06| +|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5895576504713563e-06| +|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5895576504713563e-06| +|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5895576504713563e-06| +|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5895576504713563e-06| +|pypi|[Libra](https://github.com/Palashio/libra)|3.5895576504713563e-06| +|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5895576504713563e-06| +|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5895576504713563e-06| +|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5895576504713563e-06| +|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5895576504713563e-06| +|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5895576504713563e-06| +|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5895576504713563e-06| +|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5895576504713563e-06| +|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5895576504713563e-06| +|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5895576504713563e-06| +|pypi|[megaman](https://github.com/mmp2/megaman)|3.5895576504713563e-06| +|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5895576504713563e-06| +|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5895576504713563e-06| +|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5895576504713563e-06| +|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.576841606163006e-06| +|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.576841606163006e-06| +|pypi|[watermark](https://pypi.org/project/watermark)|3.531133160209732e-06| +|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4993438999965468e-06| +|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4839824254574928e-06| +|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4839824254574928e-06| +|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4839824254574928e-06| +|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4839824254574928e-06| +|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4839824254574928e-06| +|pypi|[truecase](https://pypi.org/project/truecase)|3.4839824254574928e-06| +|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4839824254574928e-06| +|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4839824254574928e-06| +|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4839824254574928e-06| +|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4839824254574928e-06| +|pypi|[fireo](https://pypi.org/project/fireo)|3.4839824254574928e-06| +|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.4773839738941264e-06| +|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4757294948885647e-06| +|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4672325099504854e-06| +|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4514977408378424e-06| +|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4514977408378424e-06| +|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4514977408378424e-06| +|pypi|[parsley](https://pypi.org/project/parsley)|3.4514977408378424e-06| +|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4310142713339627e-06| +|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.416982763429464e-06| +|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.416982763429464e-06| +|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.416982763429464e-06| +|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.416982763429464e-06| +|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.416982763429464e-06| +|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.416982763429464e-06| +|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.410754714483934e-06| +|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.410754714483934e-06| +|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.393417365060985e-06| +|pypi|[fury](https://pypi.org/project/fury)|3.3933672525711016e-06| +|pypi|[obspy](https://www.obspy.org)|3.390137781000727e-06| +|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3844400704444213e-06| +|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3844400704444213e-06| +|pypi|[colorful](https://pypi.org/project/colorful)|3.3844400704444213e-06| +|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3844400704444213e-06| +|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3844400704444213e-06| +|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3844400704444213e-06| +|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3844400704444213e-06| +|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3844400704444213e-06| +|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3844400704444213e-06| +|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3844400704444213e-06| +|pypi|[pygam](https://github.com/dswah/pyGAM)|3.376961825339274e-06| +|pypi|[pythran](https://pypi.org/project/pythran)|3.369499598062275e-06| +|pypi|[meson-python](https://pypi.org/project/meson-python)|3.369499598062275e-06| +|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.369499598062275e-06| +|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.354245500692201e-06| +|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3493005921108274e-06| +|pypi|[biomaj-core](http://biomaj.genouest.org)|3.340337734078415e-06| +|pypi|[funsor](https://pypi.org/project/funsor)|3.3399079642543632e-06| +|pypi|[csvw](https://github.com/cldf/csvw)|3.320340826686006e-06| +|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3201819967014728e-06| +|pypi|[httpcore](https://pypi.org/project/httpcore)|3.314930727834815e-06| +|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.3091234590282815e-06| +|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2904278462654096e-06| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.263234227701232e-06| +|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2622985161000246e-06| +|pypi|[questionary](https://pypi.org/project/questionary)|3.2417426602549882e-06| +|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2356356186158995e-06| +|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2306018854242204e-06| +|pypi|[pot](https://pypi.org/project/pot)|3.2306018854242204e-06| +|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2306018854242204e-06| +|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.230601885424211e-06| +|pypi|[wxpython](http://wxPython.org/)|3.221627991298049e-06| +|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.2175628939588344e-06| +|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.212084326116237e-06| +|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.208167150108775e-06| +|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.208167150108775e-06| +|pypi|[pyro4](https://pypi.org/project/pyro4)|3.208167150108775e-06| +|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.208167150108775e-06| +|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.208167150108775e-06| +|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.208167150108775e-06| +|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.208167150108775e-06| +|pypi|[couchbase](https://pypi.org/project/couchbase)|3.208167150108775e-06| +|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.208167150108775e-06| +|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.208167150108775e-06| +|pypi|[pyArango](https://pypi.org/project/pyArango)|3.208167150108775e-06| +|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.204962187920854e-06| +|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.204962187920854e-06| +|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2021270290623085e-06| +|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.198295866569978e-06| +|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1961931079463294e-06| +|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.176599690682616e-06| +|pypi|[platon](https://pypi.org/project/platon)|3.176599690682616e-06| +|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.176599690682616e-06| +|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.176599690682616e-06| +|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.176599690682616e-06| +|pypi|[scp](https://pypi.org/project/scp)|3.176599690682616e-06| +|pypi|[wtforms](https://pypi.org/project/wtforms)|3.176599690682616e-06| +|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.176599690682616e-06| +|pypi|[bytecode](https://pypi.org/project/bytecode)|3.176599690682616e-06| +|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.176599690682616e-06| +|pypi|[docrep](https://pypi.org/project/docrep)|3.176599690682616e-06| +|pypi|[mudata](https://pypi.org/project/mudata)|3.176599690682616e-06| +|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.172912566041645e-06| +|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1672567504158925e-06| +|pypi|[flox](https://pypi.org/project/flox)|3.158810732414793e-06| +|pypi|[vispy](https://pypi.org/project/vispy)|3.1411834403812285e-06| +|pypi|[pyside](https://pypi.org/project/pyside)|3.1411834403812285e-06| +|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.1297738598714523e-06| +|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1172474333040725e-06| +|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1172474333040725e-06| +|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.094446250406342e-06| +|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.094446250406342e-06| +|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.094446250406342e-06| +|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.094446250406342e-06| +|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.094446250406342e-06| +|pypi|[katversion](https://pypi.org/project/katversion)|3.094446250406342e-06| +|pypi|[lupa](https://pypi.org/project/lupa)|3.094446250406342e-06| +|pypi|[omnijson](https://pypi.org/project/omnijson)|3.094446250406342e-06| +|pypi|[pygelf](https://pypi.org/project/pygelf)|3.094446250406342e-06| +|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.094446250406342e-06| +|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.094446250406342e-06| +|pypi|[spead2](https://pypi.org/project/spead2)|3.094446250406342e-06| +|pypi|[katpoint](https://pypi.org/project/katpoint)|3.094446250406342e-06| +|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.094446250406342e-06| +|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.090140933884037e-06| +|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.090140933884037e-06| +|pypi|[logomaker](http://logomaker.readthedocs.io)|3.078609332841153e-06| +|pypi|[cbor2](https://pypi.org/project/cbor2)|3.06799799185586e-06| +|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.06799799185586e-06| +|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.06799799185586e-06| +|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.0664437666413866e-06| +|pypi|[stone](https://pypi.org/project/stone)|3.045996063399979e-06| +|pypi|[msrest](https://pypi.org/project/msrest)|3.045996063399979e-06| +|pypi|[azure-core](https://pypi.org/project/azure-core)|3.045996063399979e-06| +|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.037318011937301e-06| +|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.037318011937301e-06| +|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.037318011937301e-06| +|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.037318011937301e-06| +|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.037318011937301e-06| +|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.037318011937301e-06| +|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.01849166062364e-06| +|pypi|[modin](https://github.com/modin-project/modin)|3.01849166062364e-06| +|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.007468324624283e-06| +|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0069448318179285e-06| +|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0069448318179285e-06| +|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.996077687635968e-06| +|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.9912980420594638e-06| +|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.9909989122552573e-06| +|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9613850616388687e-06| +|pypi|[types-decorator](https://github.com/python/typeshed)|2.9613850616388687e-06| +|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9613850616388687e-06| +|pypi|[metpy](https://pypi.org/project/metpy)|2.9613850616388687e-06| +|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9422603692388166e-06| +|pypi|[vaex](https://pypi.org/project/vaex)|2.9422603692388166e-06| +|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9422603692388166e-06| +|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9422603692388166e-06| +|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9422603692388166e-06| +|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9422603692388166e-06| +|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9422603692388166e-06| +|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9422603692388166e-06| +|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9422603692388166e-06| +|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9422603692388166e-06| +|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9422603692388166e-06| +|pypi|[aplus](https://pypi.org/project/aplus)|2.9422603692388166e-06| +|pypi|[blake3](https://pypi.org/project/blake3)|2.9422603692388166e-06| +|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9422603692388166e-06| +|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9422603692388166e-06| +|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9422603692388166e-06| +|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9369108049311094e-06| +|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9233253027669275e-06| +|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9233253027669275e-06| +|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9233253027669275e-06| +|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9233253027669275e-06| +|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9233253027669275e-06| +|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9233253027669275e-06| +|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9233253027669275e-06| +|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9233253027669275e-06| +|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.8962348926037853e-06| +|pypi|[findspark](https://pypi.org/project/findspark)|2.8948045568317387e-06| +|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8948045568317387e-06| +|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8948045568317387e-06| +|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8948045568317387e-06| +|pypi|[gmql](https://pypi.org/project/gmql)|2.8948045568317387e-06| +|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8948045568317387e-06| +|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8948045568317387e-06| +|pypi|[strconv](https://pypi.org/project/strconv)|2.8948045568317387e-06| +|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8948045568317387e-06| +|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8678755766265897e-06| +|pypi|[pyqt](https://pypi.org/project/pyqt)|2.862672226250907e-06| +|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.862672226250907e-06| +|pypi|[channels](https://pypi.org/project/channels)|2.8473201924978574e-06| +|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.841733139956495e-06| +|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.835750543872375e-06| +|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8355626667785964e-06| +|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.824137269120847e-06| +|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.8241372691208443e-06| +|pypi|[aafigure](https://pypi.org/project/aafigure)|2.820366725370351e-06| +|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.820366725370351e-06| +|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.820366725370351e-06| +|pypi|[spin](https://pypi.org/project/spin)|2.818544237757369e-06| +|pypi|[mizani](https://github.com/has2k1/mizani)|2.794727027866987e-06| +|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.791878172588852e-06| +|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7807106598984776e-06| +|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7659241207084616e-06| +|pypi|[hashin](https://pypi.org/project/hashin)|2.749517662351082e-06| +|pypi|[nengo](https://pypi.org/project/nengo)|2.748535510333575e-06| +|pypi|[hankel](https://github.com/steven-murray/hankel)|2.748475024527587e-06| +|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.740120343871264e-06| +|pypi|[bio](https://pypi.org/project/bio)|2.740120343871264e-06| +|pypi|[kahypar](https://pypi.org/project/kahypar)|2.740120343871264e-06| +|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.740120343871264e-06| +|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.740120343871264e-06| +|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.740120343871264e-06| +|pypi|[selfies](https://pypi.org/project/selfies)|2.740120343871264e-06| +|pypi|[upfp](https://pypi.org/project/upfp)|2.740120343871264e-06| +|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7220812182741236e-06| +|pypi|[pendulum](https://pypi.org/project/pendulum)|2.713534652439656e-06| +|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.713534652439656e-06| +|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.697809510708833e-06| +|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.692168237853517e-06| +|pypi|[xnat](https://pypi.org/project/xnat)|2.692168237853517e-06| +|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.692168237853517e-06| +|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.692168237853517e-06| +|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.692168237853517e-06| +|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.692168237853517e-06| +|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.692168237853517e-06| +|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.692168237853517e-06| +|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.692168237853517e-06| +|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.692168237853517e-06| +|pypi|[cudf](https://pypi.org/project/cudf)|2.6840445907317893e-06| +|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6787743660234e-06| +|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6787743660234e-06| +|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6787743660234e-06| +|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6787743660234e-06| +|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6787743660234e-06| +|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6787743660234e-06| +|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6787743660234e-06| +|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6787743660234e-06| +|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6719263714034903e-06| +|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6719263714034903e-06| +|pypi|[motor](https://pypi.org/project/motor)|2.6719263714034903e-06| +|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6719263714034903e-06| +|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6719263714034903e-06| +|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6719263714034903e-06| +|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6719263714034903e-06| +|pypi|[flametree](https://pypi.org/project/flametree)|2.6201150733367562e-06| +|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6201150733367562e-06| +|pypi|[platemap](https://pypi.org/project/platemap)|2.6201150733367562e-06| +|pypi|[proglog](https://pypi.org/project/proglog)|2.6201150733367562e-06| +|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6201150733367562e-06| +|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6182655803438162e-06| +|pypi|[pixell](https://pypi.org/project/pixell)|2.6173857868020297e-06| +|pypi|[qmflows](https://pypi.org/project/qmflows)|2.5836925945700434e-06| +|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.579994561276289e-06| +|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5751174449033643e-06| +|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5751174449033643e-06| +|pypi|[properconf](https://pypi.org/project/properconf)|2.5751174449033643e-06| +|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5751174449033643e-06| +|pypi|[multipart](https://pypi.org/project/multipart)|2.5751174449033643e-06| +|pypi|[resampy](https://pypi.org/project/resampy)|2.542304205946338e-06| +|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.5403721475327995e-06| +|pypi|[proselint](https://pypi.org/project/proselint)|2.5403721475327995e-06| +|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.538388780632067e-06| +|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5191823521866326e-06| +|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5191823521866326e-06| +|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.470491686522327e-06| +|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.4678208846990574e-06| +|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4605135709105997e-06| +|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.45706847444377e-06| +|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4431426758520667e-06| +|pypi|[percy](https://pypi.org/project/percy)|2.4424720696556456e-06| +|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4424720696556456e-06| +|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4424720696556456e-06| +|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4424720696556456e-06| +|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4424720696556456e-06| +|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4424720696556456e-06| +|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4322842639593908e-06| +|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4155611483171947e-06| +|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.41440484823371e-06| +|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.393038433647589e-06| +|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.393038433647572e-06| +|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.3930384336475713e-06| +|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.393038433647571e-06| +|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.390047135605524e-06| +|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.387055837563459e-06| +|pypi|[colander](https://pypi.org/project/colander)|2.3815334411781125e-06| +|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.369108049311095e-06| +|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.3454169688179837e-06| +|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.3442091051434694e-06| +|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3318048031395305e-06| +|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.326552435695091e-06| +|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3075727753030144e-06| +|pypi|[fido](https://pypi.org/project/fido)|2.3075727753030144e-06| +|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3075727753030144e-06| +|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3075727753030144e-06| +|pypi|[mip](https://pypi.org/project/mip)|2.298779308677789e-06| +|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.277988508952976e-06| +|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.264839946130751e-06| +|pypi|[lark](https://github.com/lark-parser/lark)|2.257969822056133e-06| +|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.256293380296281e-06| +|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2434735315445977e-06| +|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2434735315445977e-06| +|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2434735315445977e-06| +|pypi|[deform](https://pypi.org/project/deform)|2.2434735315445977e-06| +|pypi|[Faker](https://pypi.org/project/Faker)|2.2434735315445977e-06| +|pypi|[flower](https://pypi.org/project/flower)|2.2434735315445977e-06| +|pypi|[hl7](https://pypi.org/project/hl7)|2.2434735315445977e-06| +|pypi|[paginate](https://pypi.org/project/paginate)|2.2434735315445977e-06| +|pypi|[pycap](https://pypi.org/project/pycap)|2.2434735315445977e-06| +|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2434735315445977e-06| +|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2434735315445977e-06| +|pypi|[twilio](https://pypi.org/project/twilio)|2.2434735315445977e-06| +|pypi|[Wand](https://pypi.org/project/Wand)|2.2434735315445977e-06| +|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2434735315445977e-06| +|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2434735315445977e-06| +|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2434735315445977e-06| +|pypi|[parsel](https://pypi.org/project/parsel)|2.2434735315445977e-06| +|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2434735315445977e-06| +|pypi|[portend](https://pypi.org/project/portend)|2.2434735315445977e-06| +|pypi|[protego](https://pypi.org/project/protego)|2.2434735315445977e-06| +|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2434735315445977e-06| +|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2434735315445977e-06| +|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2434735315445977e-06| +|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2434735315445977e-06| +|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2434735315445977e-06| +|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2434735315445977e-06| +|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2434735315445977e-06| +|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2434735315445977e-06| +|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2434735315445977e-06| +|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2434735315445977e-06| +|pypi|[hickle](http://github.com/telegraphic/hickle)|2.23350253807108e-06| +|pypi|[biomaj-user](http://biomaj.genouest.org)|2.226677473019664e-06| +|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.2258776607089535e-06| +|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2210387962291518e-06| +|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2210387962291518e-06| +|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2210387962291518e-06| +|pypi|[oemof](https://pypi.org/project/oemof)|2.217079725291132e-06| +|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2140947114886564e-06| +|pypi|[pymanopt](https://pymanopt.org)|2.2097008117148965e-06| +|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2034361577508787e-06| +|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.2023842727251085e-06| +|pypi|[HTSeq](https://github.com/htseq)|2.193618564176945e-06| +|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.1936185641769397e-06| +|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.1936185641769397e-06| +|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.182073203312851e-06| +|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.171077540585896e-06| +|pypi|[zope.component](https://pypi.org/project/zope.component)|2.170326432994127e-06| +|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.168469830637929e-06| +|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1666582434778305e-06| +|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1666582434778305e-06| +|pypi|[twobody](https://pypi.org/project/twobody)|2.153734590282814e-06| +|pypi|[cmastro](https://pypi.org/project/cmastro)|2.153734590282814e-06| +|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.153734590282814e-06| +|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.1463191875735094e-06| +|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1337576853439372e-06| +|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1337576853439372e-06| +|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1152750440277636e-06| +|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1152750440277636e-06| +|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1152750440277636e-06| +|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1152750440277636e-06| +|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1152750440277636e-06| +|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.107930339013778e-06| +|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0903894552744957e-06| +|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0903894552744957e-06| +|pypi|[rise](https://pypi.org/project/rise)|2.0903894552744957e-06| +|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0748083497358393e-06| +|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.069168950618941e-06| +|pypi|[rpyc](http://rpyc.readthedocs.org)|2.0439363562683957e-06| +|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0276601013757257e-06| +|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0276601013757257e-06| +|pypi|[nflows](https://github.com/bayesiains/nflows)|2.011730111802628e-06| +|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0101707035868786e-06| +|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0101707035868786e-06| +|pypi|[copier](https://pypi.org/project/copier)|2.0053394695370706e-06| +|pypi|[dunamai](https://pypi.org/project/dunamai)|2.0053394695370706e-06| +|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.0053394695370706e-06| +|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.0053394695370706e-06| +|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.0053394695370706e-06| +|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.0053394695370706e-06| +|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.0053394695370706e-06| +|pypi|[pygeos](https://pypi.org/project/pygeos)|2.0053394695370706e-06| +|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.0053394695370706e-06| +|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.0053394695370706e-06| +|pypi|[send2trash](https://pypi.org/project/send2trash)|2.0053394695370706e-06| +|pypi|[botorch](https://pypi.org/project/botorch)|1.9992472989967046e-06| +|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9953108439783568e-06| +|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.9628667652144835e-06| +|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9579405366207396e-06| +|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9525615791025505e-06| +|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9525615791025505e-06| +|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9525615791025505e-06| +|pypi|[rtoml](https://pypi.org/project/rtoml)|1.949398065946449e-06| +|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9173793121309436e-06| +|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9130256691143397e-06| +|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9108411892675855e-06| +|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9105710075089477e-06| +|pypi|[blue](https://pypi.org/project/blue)|1.9105710075089477e-06| +|pypi|[pyright](https://pypi.org/project/pyright)|1.9003540502495414e-06| +|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9003540502495414e-06| +|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9003540502495414e-06| +|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9003540502495414e-06| +|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9003540502495414e-06| +|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9003540502495414e-06| +|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9003540502495414e-06| +|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9003540502495414e-06| +|pypi|[wotan](https://github.com/hippke/wotan)|1.8983159184925186e-06| +|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8902457840248098e-06| +|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.885417405006352e-06| +|pypi|[bson](https://pypi.org/project/bson)|1.877360710310266e-06| +|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8650269557256768e-06| +|pypi|[libpysal](http://pysal.org/libpysal)|1.861252115059223e-06| +|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8516134880348082e-06| +|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.850865663524293e-06| +|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8297988998744232e-06| +|pypi|[snappy](https://pypi.org/project/snappy)|1.8297988998744232e-06| +|pypi|[datashape](https://pypi.org/project/datashape)|1.8297988998744232e-06| +|pypi|[fastremap](https://pypi.org/project/fastremap)|1.822390807162381e-06| +|pypi|[edt](https://pypi.org/project/edt)|1.822390807162381e-06| +|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.822390807162381e-06| +|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.822390807162381e-06| +|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.822390807162381e-06| +|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.822390807162381e-06| +|pypi|[bs4](https://pypi.org/project/bs4)|1.8127431488018938e-06| +|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.794778825235692e-06| +|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7947788252356817e-06| +|pypi|[exhale](https://github.com/svenevs/exhale)|1.7947788252356817e-06| +|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7947788252356817e-06| +|pypi|[jumper](https://vlab.jumper.io)|1.7947788252356817e-06| +|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7947788252356817e-06| +|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7947788252356817e-06| +|pypi|[atropos](https://atropos.readthedocs.org/)|1.7947788252356817e-06| +|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7947788252356817e-06| +|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7947788252356817e-06| +|pypi|[git](https://pypi.org)|1.7947788252356817e-06| +|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7947788252356817e-06| +|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7947788252356817e-06| +|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7947788252356817e-06| +|pypi|[petsc](https://petsc.org/)|1.7947788252356781e-06| +|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7947788252356781e-06| +|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7947788252356781e-06| +|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7947788252356781e-06| +|pypi|[catscii](https://pypi.org/project/catscii)|1.7947788252356781e-06| +|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7947788252356781e-06| +|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7947788252356781e-06| +|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7947788252356781e-06| +|pypi|[komics](http://github.com/frebio/komics)|1.7947788252356781e-06| +|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7947788252356781e-06| +|pypi|[partycls](https://pypi.org/project/partycls)|1.7947788252356781e-06| +|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7947788252356781e-06| +|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7947788252356781e-06| +|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7947788252356781e-06| +|pypi|[gymnasium](https://farama.org)|1.7947788252356616e-06| +|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7947788252356616e-06| +|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7939241686522381e-06| +|pypi|[optree](https://github.com/metaopt/optree)|1.7768310369833214e-06| +|pypi|[pytype](https://pypi.org/project/pytype)|1.750572450229873e-06| +|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.750572450229873e-06| +|pypi|[jraph](https://pypi.org/project/jraph)|1.750572450229873e-06| +|pypi|[clu](https://pypi.org/project/clu)|1.750572450229873e-06| +|pypi|[orbax](https://pypi.org/project/orbax)|1.750572450229873e-06| +|pypi|[yte](https://pypi.org/project/yte)|1.7328162229358765e-06| +|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7256191148647543e-06| +|pypi|[kombine](https://pypi.org/project/kombine)|1.7237765859955885e-06| +|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7144860883172399e-06| +|pypi|[lap](https://pypi.org/project/lap)|1.7144860883172399e-06| +|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7114429528156444e-06| +|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.708491381714732e-06| +|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.708491381714732e-06| +|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6972911639190143e-06| +|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.695068890500367e-06| +|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6922200352222106e-06| +|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6922200352222106e-06| +|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6922200352222106e-06| +|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6922200352222106e-06| +|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6922200352222106e-06| +|pypi|[mike](https://pypi.org/project/mike)|1.6922200352222106e-06| +|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6922200352222106e-06| +|pypi|[trollius](https://pypi.org/project/trollius)|1.6922200352222106e-06| +|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6853410919896003e-06| +|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6853410919896003e-06| +|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6853410919896003e-06| +|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6853410919896003e-06| +|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6833136139841991e-06| +|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6833136139841991e-06| +|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6833136139841991e-06| +|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6833136139841991e-06| +|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6833136139841991e-06| +|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6833136139841991e-06| +|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6833136139841991e-06| +|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6752978348699887e-06| +|pypi|[cliff](https://pypi.org/project/cliff)|1.6752978348699887e-06| +|pypi|[gstools](https://pypi.org/project/gstools)|1.6452139231327048e-06| +|pypi|[openturns](https://pypi.org/project/openturns)|1.6452139231327048e-06| +|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6452139231327048e-06| +|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.6308326825458804e-06| +|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.6308326825458804e-06| +|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.6308326825458804e-06| +|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.6308326825458804e-06| +|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.6308326825458804e-06| +|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.6308326825458804e-06| +|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.6308326825458804e-06| +|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.6308326825458804e-06| +|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.6308326825458804e-06| +|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.6308326825458804e-06| +|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6254218759371233e-06| +|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6226889469923396e-06| +|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6153009427121102e-06| +|pypi|[levmar](https://pypi.org/project/levmar)|1.6153009427121102e-06| +|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6153009427121102e-06| +|pypi|[bumps](https://pypi.org/project/bumps)|1.6153009427121102e-06| +|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6153009427121102e-06| +|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6153009427121102e-06| +|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6153009427121102e-06| +|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6153009427121102e-06| +|pypi|[croniter](https://pypi.org/project/croniter)|1.6130574691805663e-06| +|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6102832814802688e-06| +|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6079918886726887e-06| +|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5953589557650576e-06| +|pypi|[openbabel](http://openbabel.org/)|1.5913705583756348e-06| +|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5866885266576305e-06| +|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5864562830208225e-06| +|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5864562830208225e-06| +|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5794053662073965e-06| +|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5794053662073965e-06| +|pypi|[swapper](https://pypi.org/project/swapper)|1.5794053662073965e-06| +|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5794053662073965e-06| +|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5794053662073965e-06| +|pypi|[genfire](https://pypi.org/project/genfire)|1.5794053662073965e-06| +|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.572568113539843e-06| +|pypi|[louvain](https://pypi.org/project/louvain)|1.5721572209516407e-06| +|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.567132246299535e-06| +|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5636113125453227e-06| +|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5636113125453227e-06| +|pypi|[smt](https://github.com/SMTorg/smt)|1.5597482647881597e-06| +|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5586237166520363e-06| +|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5554749818709213e-06| +|pypi|[pep440](https://pypi.org/project/pep440)|1.5553599319462264e-06| +|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5505246416752847e-06| +|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5505246416752847e-06| +|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5505246416752847e-06| +|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5505246416752847e-06| +|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5505246416752847e-06| +|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5505246416752847e-06| +|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5505246416752847e-06| +|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5505246416752847e-06| +|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5505246416752847e-06| +|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5505246416752847e-06| +|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5505246416752847e-06| +|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5505246416752847e-06| +|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5505246416752847e-06| +|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5383818502020097e-06| +|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5383818502020095e-06| +|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5338455960283373e-06| +|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5186590059686506e-06| +|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5186590059686506e-06| +|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5186590059686506e-06| +|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5186590059686506e-06| +|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5186590059686506e-06| +|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5186590059686506e-06| +|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5186590059686506e-06| +|pypi|[pylev](https://pypi.org/project/pylev)|1.5186590059686506e-06| +|pypi|[distance](https://pypi.org/project/distance)|1.5186590059686506e-06| +|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5186590059686506e-06| +|pypi|[cmasher](https://cmasher.readthedocs.io)|1.5155910079767953e-06| +|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.5155910079767953e-06| +|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.5155910079767953e-06| +|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.496439244044297e-06| +|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.496439244044297e-06| +|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4931353251960685e-06| +|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4931353251960685e-06| +|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4931353251960685e-06| +|pypi|[autodoc](https://pypi.org/project/autodoc)|1.493135325196068e-06| +|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4832882853187423e-06| +|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4832882853187423e-06| +|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4832882853187423e-06| +|pypi|[daphne](https://pypi.org/project/daphne)|1.4832882853187423e-06| +|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4832882853187423e-06| +|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4832882853187423e-06| +|pypi|[django-light](https://pypi.org/project/django-light)|1.4832882853187423e-06| +|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4832882853187423e-06| +|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4832882853187423e-06| +|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4832882853187423e-06| +|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4832882853187423e-06| +|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4832882853187423e-06| +|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4832882853187423e-06| +|pypi|[missingno](https://pypi.org/project/missingno)|1.4832882853187423e-06| +|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4832882853187423e-06| +|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4832882853187423e-06| +|pypi|[phik](https://pypi.org/project/phik)|1.4832882853187423e-06| +|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4832882853187423e-06| +|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4832882853187423e-06| +|pypi|[pyod](https://pypi.org/project/pyod)|1.4832882853187423e-06| +|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4832882853187423e-06| +|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4832882853187423e-06| +|pypi|[textblob](https://pypi.org/project/textblob)|1.4832882853187423e-06| +|pypi|[visions](https://pypi.org/project/visions)|1.4832882853187423e-06| +|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4832882853187423e-06| +|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4832676482643376e-06| +|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4832676482643376e-06| +|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4832676482643376e-06| +|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4806925308194346e-06| +|pypi|[peppy](https://pypi.org/project/peppy)|1.4806925308194344e-06| +|pypi|[eido](https://pypi.org/project/eido)|1.4806925308194344e-06| +|pypi|[slacker](https://pypi.org/project/slacker)|1.4806925308194344e-06| +|pypi|[throttler](https://pypi.org/project/throttler)|1.4806925308194344e-06| +|pypi|[reretry](https://pypi.org/project/reretry)|1.4806925308194344e-06| +|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4806925308194344e-06| +|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4806925308194344e-06| +|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.476990799492386e-06| +|pypi|[pscript](https://pypi.org/project/pscript)|1.4742826064435927e-06| +|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4742826064435927e-06| +|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4657360406091563e-06| +|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4624123761179599e-06| +|pypi|[splot](https://pypi.org/project/splot)|1.4624123761179599e-06| +|pypi|[esda](https://pypi.org/project/esda)|1.4624123761179599e-06| +|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4358230601885695e-06| +|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4101833626851756e-06| +|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4034036349799583e-06| +|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.393592970182997e-06| +|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3881492476432198e-06| +|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3881492476432198e-06| +|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.385438346401381e-06| +|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3834753444525029e-06| +|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3781830479165504e-06| +|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3781830479165504e-06| +|pypi|[get_version](https://pypi.org/project/get_version)|1.3781830479165504e-06| +|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3781830479165504e-06| +|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3648208209484564e-06| +|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3640319071791153e-06| +|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3559455410434381e-06| +|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3536292535230121e-06| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3460841189267585e-06| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3460841189267585e-06| +|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3460841189267585e-06| +|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3460841189267585e-06| +|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3460841189267585e-06| +|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3460841189267585e-06| +|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3460841189267585e-06| +|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3460841189267585e-06| +|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3460841189267585e-06| +|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3298417766169334e-06| +|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.3282485043509802e-06| +|pypi|[uproot](https://pypi.org/project/uproot)|1.3230798267104865e-06| +|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.307571156635244e-06| +|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.3029247370131973e-06| +|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.292240754169688e-06| +|pypi|[WebOb](http://webob.org/)|1.2885591565794623e-06| +|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2875587224516822e-06| +|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.269165026416658e-06| +|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2524006088183045e-06| +|pypi|[astroML](http://astroML.github.com)|1.2463741841914493e-06| +|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2433992320403243e-06| +|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2433061861995925e-06| +|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2385847564328367e-06| +|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2339104423495291e-06| +|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2339104423495291e-06| +|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2339104423495287e-06| +|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2323177126618173e-06| +|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2294794655200784e-06| +|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2254007151609112e-06| +|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2254007151609112e-06| +|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2254007151609112e-06| +|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2254007151609112e-06| +|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2169425620764673e-06| +|pypi|[radon](https://pypi.org/project/radon)|1.2087285965872932e-06| +|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2019739367828348e-06| +|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2019739367828348e-06| +|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2019739367828348e-06| +|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2019739367828348e-06| +|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1965192168237945e-06| +|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1965192168237945e-06| +|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1965192168237945e-06| +|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1965192168237945e-06| +|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1965192168237945e-06| +|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1965192168237945e-06| +|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1965192168237945e-06| +|pypi|[pyone](http://opennebula.io)|1.1965192168237945e-06| +|pypi|[contextily](https://github.com/darribas/contextily)|1.1965192168237945e-06| +|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1965192168237945e-06| +|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1965192168237945e-06| +|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1965192168237945e-06| +|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1965192168237945e-06| +|pypi|[synthia](https://github.com/dmey/synthia)|1.1965192168237945e-06| +|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1965192168237945e-06| +|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1965192168237945e-06| +|pypi|[pystan](https://mc-stan.org)|1.1965192168237945e-06| +|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1965192168237945e-06| +|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1965192168237945e-06| +|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1965192168237945e-06| +|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1965192168237945e-06| +|pypi|[parmap](https://github.com/zeehio/parmap)|1.1965192168237945e-06| +|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1965192168237945e-06| +|pypi|[libceed](https://libceed.readthedocs.io)|1.1965192168237856e-06| +|pypi|[clingo](https://github.com/potassco/clingo)|1.1965192168237856e-06| +|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.1965192168237856e-06| +|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.1965192168237856e-06| +|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.1965192168237856e-06| +|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.1965192168237856e-06| +|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.1965192168237856e-06| +|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.1965192168237856e-06| +|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.1965192168237856e-06| +|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.1965192168237856e-06| +|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.1965192168237856e-06| +|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.1965192168237856e-06| +|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.1965192168237856e-06| +|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1896486297716018e-06| +|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.189439221457965e-06| +|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1845540246555475e-06| +|pypi|[pyink](https://pypi.org/project/pyink)|1.1497142004009727e-06| +|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.138994254476488e-06| +|pypi|[pyquery](https://pypi.org/project/pyquery)|1.138994254476488e-06| +|pypi|[PySide2](https://www.pyside.org)|1.127121102248017e-06| +|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.124098316858136e-06| +|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1140006501462829e-06| +|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1140006501462829e-06| +|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1140006501462829e-06| +|pypi|[networkit](https://pypi.org/project/networkit)|1.1140006501462829e-06| +|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1140006501462829e-06| +|pypi|[infomap](https://pypi.org/project/infomap)|1.1140006501462829e-06| +|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1140006501462829e-06| +|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1140006501462829e-06| +|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1140006501462829e-06| +|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1140006501462829e-06| +|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1140006501462829e-06| +|pypi|[nf1](https://pypi.org/project/nf1)|1.1140006501462829e-06| +|pypi|[demon](https://pypi.org/project/demon)|1.1140006501462829e-06| +|pypi|[python-forge](http://github.com/dfee/forge)|1.113338736509832e-06| +|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0934344842974286e-06| +|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0934344842974286e-06| +|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0776430562884676e-06| +|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0663937847554168e-06| +|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0663937847554168e-06| +|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0534571365513747e-06| +|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0515887201380873e-06| +|pypi|[stingray](https://docs.stingray.science)|1.0469543147208178e-06| +|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0255277638707128e-06| +|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0211672626340926e-06| +|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0188481065374175e-06| +|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0170413343002234e-06| +|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0136855260518716e-06| +|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0095630891950688e-06| +|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0095630891950688e-06| +|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.007849744629199e-06| +|pypi|[nessai](https://pypi.org/project/nessai)|1.005865055901314e-06| +|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.005865055901314e-06| +|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.005865055901314e-06| +|pypi|[cmaes](https://pypi.org/project/cmaes)|9.996236494983523e-07| +|pypi|[catboost](https://pypi.org/project/catboost)|9.996236494983523e-07| +|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.970993473531604e-07| +|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.88682274940439e-07| +|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.87128353879623e-07| +|pypi|[big-O](https://pypi.org/project/big-O)|9.87128353879623e-07| +|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.759109862219066e-07| +|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.644670050761405e-07| +|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.608411892675902e-07| +|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.572153734590371e-07| +|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.552855037544739e-07| +|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.542970339057987e-07| +|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.501770251247707e-07| +|pypi|[py-spec](https://pypi.org/project/py-spec)|9.501770251247707e-07| +|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.501770251247707e-07| +|pypi|[ale-py](https://pypi.org/project/ale-py)|9.501770251247707e-07| +|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.501770251247707e-07| +|pypi|[rlds](https://pypi.org/project/rlds)|9.501770251247707e-07| +|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.47643219724438e-07| +|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.401222417901169e-07| +|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.401222417901169e-07| +|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.401222417901169e-07| +|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.367344138917768e-07| +|pypi|[connexion](https://github.com/zalando/connexion)|9.273023930384302e-07| +|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.258779653993617e-07| +|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.258224876913094e-07| +|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.245830311820198e-07| +|pypi|[spacy-transformers](https://spacy.io)|9.13667639172302e-07| +|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.13667639172302e-07| +|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.13667639172302e-07| +|pypi|[natto-py](https://pypi.org/project/natto-py)|9.13667639172302e-07| +|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.13667639172302e-07| +|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.13667639172302e-07| +|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.13667639172302e-07| +|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.111954035811905e-07| +|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.973894126178409e-07| +|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.973894126178409e-07| +|pypi|[cspy](https://github.com/torressa/cspy)|8.973894126178409e-07| +|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.973894126178409e-07| +|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.973894126178409e-07| +|pypi|[genshi](https://github.com/edgewall/genshi)|8.973894126178409e-07| +|pypi|[multiqc](http://multiqc.info)|8.973894126178409e-07| +|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.973894126178409e-07| +|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.973894126178409e-07| +|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.973894126178409e-07| +|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.973894126178409e-07| +|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.973894126178409e-07| +|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.973894126178409e-07| +|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.973894126178409e-07| +|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.973894126178409e-07| +|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.973894126178409e-07| +|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.973894126178409e-07| +|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.973894126178391e-07| +|pypi|[COFFEE](UNKNOWN)|8.973894126178391e-07| +|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.973894126178391e-07| +|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.973894126178391e-07| +|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.973894126178391e-07| +|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.973894126178391e-07| +|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.973894126178391e-07| +|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.973894126178391e-07| +|pypi|[easybuild](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-easyblocks](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.973894126178391e-07| +|pypi|[easybuild-framework](https://easybuild.io)|8.973894126178391e-07| +|pypi|[pesummary](https://pypi.org/project/pesummary)|8.906421238011635e-07| +|pypi|[littleutils](https://pypi.org/project/littleutils)|8.906421238011635e-07| +|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.742032746841693e-07| +|pypi|[jsonref](https://pypi.org/project/jsonref)|8.731356447092487e-07| +|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.731356447092487e-07| +|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.731356447092487e-07| +|pypi|[promise](https://pypi.org/project/promise)|8.731356447092487e-07| +|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.709956063643732e-07| +|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.709956063643732e-07| +|pypi|[punch.py](https://pypi.org/project/punch.py)|8.709956063643732e-07| +|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.709956063643732e-07| +|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.709956063643732e-07| +|pypi|[oedialect](https://pypi.org/project/oedialect)|8.709956063643732e-07| +|pypi|[testresources](https://pypi.org/project/testresources)|8.686729514140682e-07| +|pypi|[oslotest](https://pypi.org/project/oslotest)|8.686729514140682e-07| +|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.686729514140682e-07| +|pypi|[betamax](https://pypi.org/project/betamax)|8.686729514140682e-07| +|pypi|[cugraph](https://pypi.org/project/cugraph)|8.54245690857366e-07| +|pypi|[cuml](https://pypi.org/project/cuml)|8.54245690857366e-07| +|pypi|[bioframe](https://github.com/open2c/bioframe)|8.475344452501835e-07| +|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.475344452501835e-07| +|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.461100176111053e-07| +|pypi|[clize](https://github.com/epsy/clize)|8.375634517766521e-07| +|pypi|[tvtk](https://pypi.org/project/tvtk)|8.361557821097981e-07| +|pypi|[docrepr](https://pypi.org/project/docrepr)|8.341929751095404e-07| +|pypi|[sybil](https://pypi.org/project/sybil)|8.143808919506888e-07| +|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.143808919506888e-07| +|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.094100584396244e-07| +|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.094100584396244e-07| +|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.066490401178507e-07| +|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.968817984046448e-07| +|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.88913769334376e-07| +|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.852958600953071e-07| +|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.809215056581034e-07| +|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.793118583260181e-07| +|pypi|[dcor](https://pypi.org/project/dcor)|7.658754469755695e-07| +|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.655797001005305e-07| +|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.597897026831075e-07| +|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.37314544421144e-07| +|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.3294280275562e-07| +|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.3294280275562e-07| +|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.3294280275562e-07| +|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.3294280275562e-07| +|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.3294280275562e-07| +|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.3294280275562e-07| +|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.3294280275562e-07| +|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.3294280275562e-07| +|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.3294280275562e-07| +|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.263868745467761e-07| +|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.179115300942848e-07| +|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.179115300942848e-07| +|pypi|[brian2](http://www.briansimulator.org/)|7.179115300942848e-07| +|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.179115300942848e-07| +|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.179115300942848e-07| +|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.179115300942848e-07| +|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.179115300942747e-07| +|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.179115300942747e-07| +|pypi|[gala](http://gala.adrian.pw/)|7.179115300942747e-07| +|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.179115300942747e-07| +|pypi|[update_checker](https://github.com/bboe/update_checker)|7.179115300942747e-07| +|pypi|[RagTag](https://github.com/malonge/RagTag)|7.179115300942747e-07| +|pypi|[control](https://python-control.org)|7.179115300942747e-07| +|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.179115300942747e-07| +|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.179115300942747e-07| +|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.179115300942747e-07| +|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.179115300942747e-07| +|pypi|[pyviz](http://pyviz.org)|7.179115300942747e-07| +|pypi|[molsets](https://pypi.org/project/molsets)|7.179115300942747e-07| +|pypi|[bakta](https://github.com/oschwengers/bakta)|7.179115300942747e-07| +|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.179115300942712e-07| +|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.179115300942712e-07| +|pypi|[pbcore](UNKNOWN)|7.179115300942712e-07| +|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.179115300942712e-07| +|pypi|[Cigar](https://github.com/brentp/cigar)|7.179115300942712e-07| +|pypi|[statistics](UNKNOWN)|7.179115300942712e-07| +|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.179115300942712e-07| +|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.179115300942712e-07| +|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.179115300942712e-07| +|pypi|[simupy](https://github.com/simupy/simupy)|7.179115300942646e-07| +|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.179115300942646e-07| +|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.179115300942646e-07| +|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.179115300942646e-07| +|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.150225500938918e-07| +|pypi|[sparse](https://github.com/pydata/sparse/)|6.942530819434397e-07| +|pypi|[servicex](https://pypi.org/project/servicex)|6.87362103281749e-07| +|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.87362103281749e-07| +|pypi|[aiostream](https://pypi.org/project/aiostream)|6.87362103281749e-07| +|pypi|[parsl](https://pypi.org/project/parsl)|6.87362103281749e-07| +|pypi|[mplhep](https://pypi.org/project/mplhep)|6.87362103281749e-07| +|pypi|[hist](https://pypi.org/project/hist)|6.87362103281749e-07| +|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.87362103281749e-07| +|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.87362103281749e-07| +|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.87362103281749e-07| +|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.858619082150628e-07| +|pypi|[sciris](http://github.com/sciris/sciris)|6.619851946815224e-07| +|pypi|[iPython](https://ipython.org)|6.598451563366476e-07| +|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.526468455402451e-07| +|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.526468455402451e-07| +|pypi|[geopy](https://github.com/geopy/geopy)|6.450849277625962e-07| +|pypi|[mxnet](https://pypi.org/project/mxnet)|6.368570025029825e-07| +|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.368570025029825e-07| +|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.357177234287375e-07| +|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.357177234287375e-07| +|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.357177234287375e-07| +|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.357177234287375e-07| +|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.357177234287375e-07| +|pypi|[python-framel](https://pypi.org/project/python-framel)|6.357177234287375e-07| +|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.357177234287375e-07| +|pypi|[starry](https://pypi.org/project/starry)|6.212695933508116e-07| +|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.196260229980336e-07| +|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.169552211747644e-07| +|pypi|[ftfy](https://pypi.org/project/ftfy)|6.169552211747644e-07| +|pypi|[fairscale](https://pypi.org/project/fairscale)|6.169552211747644e-07| +|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.169552211747644e-07| +|pypi|[unidic](https://pypi.org/project/unidic)|6.169552211747644e-07| +|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.169552211747644e-07| +|pypi|[ipadic](https://pypi.org/project/ipadic)|6.169552211747644e-07| +|pypi|[fugashi](https://pypi.org/project/fugashi)|6.169552211747644e-07| +|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.169552211747644e-07| +|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.169552211747644e-07| +|pypi|[sigopt](https://pypi.org/project/sigopt)|6.169552211747644e-07| +|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.169552211747644e-07| +|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.169552211747644e-07| +|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.122813179840476e-07| +|pypi|[dash-testing-stub](https://plotly.com/dash)|6.095475255517397e-07| +|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.048338898230175e-07| +|pypi|[falcon](https://pypi.org/project/falcon)|6.043642982936467e-07| +|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.043642982936467e-07| +|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.027967885406969e-07| +|pypi|[gsd](https://gsd.readthedocs.io)|6.027967885406969e-07| +|pypi|[guizero](https://github.com/lawsie/guizero)|5.982596084118973e-07| +|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.982596084118973e-07| +|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.982596084118973e-07| +|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.982596084118973e-07| +|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.982596084118973e-07| +|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.982596084118973e-07| +|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.982596084118973e-07| +|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.982596084118973e-07| +|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.982596084118973e-07| +|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.982596084118973e-07| +|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.982596084118973e-07| +|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.982596084118973e-07| +|pypi|[persim](https://persim.scikit-tda.org)|5.982596084118973e-07| +|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.982596084118973e-07| +|pypi|[Pandas](https://pandas.pydata.org)|5.982596084118973e-07| +|pypi|[Seaborn](https://seaborn.pydata.org)|5.982596084118973e-07| +|pypi|[Sympy](https://sympy.org)|5.982596084118973e-07| +|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.982596084118973e-07| +|pypi|[wntr](https://github.com/USEPA/WNTR)|5.982596084118973e-07| +|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.982596084118973e-07| +|pypi|[mbo](https://github.com/basf/mbo)|5.982596084118973e-07| +|pypi|[Requests](https://requests.readthedocs.io)|5.982596084118973e-07| +|pypi|[proper](https://pypi.org/project/proper)|5.982596084118973e-07| +|pypi|[qtl](https://pypi.org/project/qtl)|5.982596084118973e-07| +|pypi|[agutil](https://github.com/agraubert/agutil)|5.982596084118973e-07| +|pypi|[yupi](https://github.com/yupidevs/yupi)|5.982596084118973e-07| +|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.982596084118928e-07| +|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.982596084118928e-07| +|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.982596084118928e-07| +|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.922770123277738e-07| +|pypi|[distrax](https://github.com/deepmind/distrax)|5.845851030767692e-07| +|pypi|[json-logging](https://pypi.org/project/json-logging)|5.835241500766243e-07| +|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.827203978037935e-07| +|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.783176214648293e-07| +|pypi|[fastai](https://pypi.org/project/fastai)|5.778312315392916e-07| +|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.778312315392916e-07| +|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.778312315392916e-07| +|pypi|[gradio](https://pypi.org/project/gradio)|5.778312315392916e-07| +|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.778312315392916e-07| +|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.778312315392916e-07| +|pypi|[APLpy](http://aplpy.github.io)|5.522396385340582e-07| +|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.429205946337926e-07| +|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.330493110949964e-07| +|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.330493110949964e-07| +|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.330493110949964e-07| +|pypi|[scikit_image](https://scikit-image.org)|5.317863185883508e-07| +|pypi|[kfac](http://github.com/tensorflow/kfac)|5.177246611256773e-07| +|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.127939500673419e-07| +|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.127939500673419e-07| +|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.127939500673419e-07| +|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.127939500673419e-07| +|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.127939500673419e-07| +|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.127939500673419e-07| +|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.127939500673419e-07| +|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.127939500673419e-07| +|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.127939500673419e-07| +|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.127939500673419e-07| +|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.127939500673419e-07| +|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.127939500673419e-07| +|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.127939500673419e-07| +|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.127939500673419e-07| +|pypi|[neomodel](https://neomodel.readthedocs.io)|5.127939500673419e-07| +|pypi|[faker](https://github.com/joke2k/faker)|5.127939500673419e-07| +|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.127939500673419e-07| +|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.127939500673419e-07| +|pypi|[kllr](https://github.com/afarahi/kllr)|5.127939500673419e-07| +|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.127939500673419e-07| +|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.127939500673419e-07| +|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.127939500673419e-07| +|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.127939500673419e-07| +|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.127939500673366e-07| +|pypi|[random](https://www.pytosquatting.org)|5.127939500673366e-07| +|pypi|[sys](https://github.com/stestagg/sys)|5.127939500673366e-07| +|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.127939500673366e-07| +|pypi|[usort](https://pypi.org/project/usort)|5.047815445975344e-07| +|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.998118247491762e-07| +|pypi|[lightning](https://pypi.org/project/lightning)|4.998118247491762e-07| +|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.998118247491762e-07| +|pypi|[fvcore](https://pypi.org/project/fvcore)|4.998118247491762e-07| +|pypi|[types-redis](https://pypi.org/project/types-redis)|4.998118247491762e-07| +|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.998118247491762e-07| +|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.998118247491762e-07| +|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.970156746806569e-07| +|pypi|[ipytree](https://pypi.org/project/ipytree)|4.881403947756377e-07| +|pypi|[py3Dmol](https://3dmol.org)|4.87681290790429e-07| +|pypi|[furl](https://pypi.org/project/furl)|4.7006112089505855e-07| +|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7006112089505855e-07| +|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7006112089505855e-07| +|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7006112089505855e-07| +|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7006112089505855e-07| +|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.675474250613981e-07| +|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6271641588107326e-07| +|pypi|[stregion](https://pypi.org/project/stregion)|4.6271641588107326e-07| +|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6271641588107326e-07| +|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6271641588107326e-07| +|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6271641588107326e-07| +|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.573567662762731e-07| +|pypi|[yajl](https://pypi.org/project/yajl)|4.573567662762731e-07| +|pypi|[tinygp](https://github.com/dfm/tinygp)|4.50454293392482e-07| +|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4869470630892043e-07| +|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4869470630892043e-07| +|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4869470630892043e-07| +|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4869470630892043e-07| +|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4869470630892043e-07| +|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4869470630892043e-07| +|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4869470630892043e-07| +|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4869470630892043e-07| +|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4869470630892043e-07| +|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4869470630892043e-07| +|pypi|[tatter](https://github.com/afarahi/tatter)|4.4869470630892043e-07| +|pypi|[pepita](https://pypi.org/project/pepita)|4.4869470630892043e-07| +|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4869470630892043e-07| +|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4869470630892043e-07| +|pypi|[plotly_express](https://plotly.express/)|4.4869470630892043e-07| +|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4869470630892043e-07| +|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4869470630892043e-07| +|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4869470630892043e-07| +|pypi|[clint](https://github.com/kennethreitz/clint)|4.4869470630892043e-07| +|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4869470630892043e-07| +|pypi|[sgdml](http://www.sgdml.org)|4.4869470630892043e-07| +|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4869470630892043e-07| +|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4869470630892043e-07| +|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4869470630892043e-07| +|pypi|[findiff](https://github.com/maroba/findiff)|4.4869470630891953e-07| +|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.4869470630891953e-07| +|pypi|[blessed](https://github.com/jquast/blessed)|4.4719905728789295e-07| +|pypi|[time-machine](https://pypi.org/project/time-machine)|4.370342177921709e-07| +|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.3594104699372577e-07| +|pypi|[playwright](https://pypi.org/project/playwright)|4.245713350019884e-07| +|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1955868641873225e-07| +|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.190639238168211e-07| +|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.190639238168211e-07| +|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.9883973894126313e-07| +|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.9883973894126313e-07| +|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.9883973894126313e-07| +|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.9883973894126313e-07| +|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.9883973894126313e-07| +|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.9883973894126313e-07| +|pypi|[fleck](https://github.com/bmorris3/fleck)|3.9883973894126313e-07| +|pypi|[modAL](https://modAL-python.github.io/)|3.9883973894126313e-07| +|pypi|[sk-video](http://scikit-video.org/)|3.9883973894126313e-07| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.9883973894126313e-07| +|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.9883973894126313e-07| +|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.9883973894126313e-07| +|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.9883973894126313e-07| +|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.9883973894126313e-07| +|pypi|[injector](https://github.com/alecthomas/injector)|3.9883973894126313e-07| +|pypi|[yabox](https://github.com/pablormier/yabox)|3.9883973894126313e-07| +|pypi|[htof](https://pypi.org/project/htof)|3.9883973894126313e-07| +|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.9883973894126313e-07| +|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.9883973894126313e-07| +|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.9883973894126313e-07| +|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.9883973894126313e-07| +|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.9883973894126313e-07| +|pypi|[acor](http://github.com/dfm/acor)|3.9883973894126313e-07| +|pypi|[retriever](https://github.com/weecology/retriever)|3.9883973894126313e-07| +|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.9883973894126313e-07| +|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.9883973894126313e-07| +|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.9883973894126313e-07| +|pypi|[dca](https://github.com/theislab/dca)|3.9883973894126313e-07| +|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.9883973894126313e-07| +|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.9883973894126313e-07| +|pypi|[publib](https://github.com/erwanp/publib)|3.9883973894126313e-07| +|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.9883973894126313e-07| +|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.988397389412618e-07| +|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.988397389412618e-07| +|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.988397389412618e-07| +|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.988397389412618e-07| +|pypi|[vmad](https://pypi.org/project/vmad)|3.988397389412618e-07| +|pypi|[abopt](https://pypi.org/project/abopt)|3.988397389412618e-07| +|pypi|[fastpm](https://pypi.org/project/fastpm)|3.988397389412618e-07| +|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9485134155185156e-07| +|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9485134155185156e-07| +|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8240494056814964e-07| +|pypi|[panflute](https://pypi.org/project/panflute)|3.8240494056814964e-07| +|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8240494056814964e-07| +|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7966475149216265e-07| +|pypi|[pypng](https://pypi.org/project/pypng)|3.7966475149216265e-07| +|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7966475149216265e-07| +|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7966475149216265e-07| +|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.778481737338288e-07| +|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.667059463379255e-07| +|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.644781614324761e-07| +|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.644781614324761e-07| +|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.644781614324761e-07| +|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.644781614324761e-07| +|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.644781614324761e-07| +|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.644781614324761e-07| +|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.644781614324761e-07| +|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.644781614324761e-07| +|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.644781614324761e-07| +|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.644781614324761e-07| +|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.644781614324761e-07| +|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.644781614324761e-07| +|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.644781614324761e-07| +|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.644781614324761e-07| +|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.644781614324761e-07| +|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.644781614324761e-07| +|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.644781614324761e-07| +|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.644781614324761e-07| +|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.589557650471424e-07| +|pypi|[pypka](https://pypka.org)|3.589557650471424e-07| +|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.589557650471424e-07| +|pypi|[clldutils](https://github.com/clld/clldutils)|3.589557650471424e-07| +|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.5895576504713735e-07| +|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.5895576504713735e-07| +|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.5895576504713735e-07| +|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.5895576504713735e-07| +|pypi|[cora](https://heycora.com)|3.5895576504713735e-07| +|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.5895576504713735e-07| +|pypi|[slab](http://github.com/DrMarc/slab.git)|3.5895576504713735e-07| +|pypi|[libroadrunner](http://libroadrunner.org)|3.5895576504713735e-07| +|pypi|[muse-origin](https://github.com/musevlt/origin)|3.5895576504713735e-07| +|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.5895576504713735e-07| +|pypi|[fsps](https://github.com/dfm/python-fsps)|3.5895576504713735e-07| +|pypi|[st-pages](https://pypi.org/project/st-pages)|3.5895576504713735e-07| +|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.5895576504713735e-07| +|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.5895576504713735e-07| +|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.589557650471356e-07| +|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.589557650471356e-07| +|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.589557650471356e-07| +|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.589557650471356e-07| +|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.589557650471356e-07| +|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.589557650471356e-07| +|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.589557650471356e-07| +|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.589557650471323e-07| +|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.589557650471323e-07| +|pypi|[grpcio-reflection](https://grpc.io)|3.3203408266860294e-07| +|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2632342277012257e-07| +|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2632342277012257e-07| +|pypi|[bravado](https://github.com/Yelp/bravado)|3.2632342277012257e-07| +|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2632342277012257e-07| +|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2632342277012257e-07| +|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2632342277012257e-07| +|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2632342277012257e-07| +|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2632342277012257e-07| +|pypi|[energyflow](https://energyflow.network)|3.2632342277012257e-07| +|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2632342277012257e-07| +|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2632342277012257e-07| +|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2632342277012257e-07| +|pypi|[OpenNMT-py](https://opennmt.net/)|3.2632342277012257e-07| +|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2632342277012257e-07| +|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2632342277012257e-07| +|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2632342277012257e-07| +|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2632342277012257e-07| +|pypi|[amply](http://github.com/willu47/amply)|3.2632342277012257e-07| +|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2632342277012257e-07| +|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2632342277012257e-07| +|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2632342277012257e-07| +|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2632342277012257e-07| +|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2632342277012257e-07| +|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2632342277012257e-07| +|pypi|[fastcluster](http://danifold.net)|3.2632342277012257e-07| +|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2632342277012257e-07| +|pypi|[dask-image](https://github.com/dask/dask-image)|3.2632342277012257e-07| +|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2632342277012257e-07| +|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2632342277012257e-07| +|pypi|[biomaj](http://biomaj.genouest.org)|3.2632342277012257e-07| +|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2632342277012257e-07| +|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2632342277012257e-07| +|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.140541299211685e-07| +|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.041153009427131e-07| +|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.9912980420594863e-07| +|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.9912980420594863e-07| +|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.9912980420594863e-07| +|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.9912980420594863e-07| +|pypi|[daft](http://daft-pgm.org)|2.9912980420594863e-07| +|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.9912980420594863e-07| +|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.9912980420594863e-07| +|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.9912980420594863e-07| +|pypi|[k2sc](https://github.com/OxES/k2sc)|2.9912980420594863e-07| +|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.9912980420594863e-07| +|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.9912980420594863e-07| +|pypi|[plonk](https://github.com/dmentipl/plonk)|2.9912980420594863e-07| +|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.9912980420594863e-07| +|pypi|[iScore](https://github.com/DeepRank/iScore)|2.9912980420594863e-07| +|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.9912980420594863e-07| +|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.9912980420594863e-07| +|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.8762481173648886e-07| +|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7611981926703417e-07| +|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7611981926703417e-07| +|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.761198192670291e-07| +|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.761198192670291e-07| +|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.761198192670291e-07| +|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.761198192670291e-07| +|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.761198192670291e-07| +|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.761198192670291e-07| +|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.761198192670291e-07| +|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.761198192670291e-07| +|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.761198192670291e-07| +|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.761198192670291e-07| +|pypi|[einsteinpy](https://einsteinpy.org/)|2.761198192670291e-07| +|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.761198192670291e-07| +|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.761198192670291e-07| +|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.761198192670291e-07| +|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.761198192670291e-07| +|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.761198192670291e-07| +|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.761198192670291e-07| +|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.761198192670291e-07| +|pypi|[outcome](https://github.com/python-trio/outcome)|2.7314824406919885e-07| +|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5639697503367097e-07| +|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5639697503367097e-07| +|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5639697503367097e-07| +|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5639697503367097e-07| +|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5639697503367097e-07| +|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5639697503367097e-07| +|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5639697503367097e-07| +|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5639697503367097e-07| +|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5639697503367097e-07| +|pypi|[cloup](https://github.com/janLuke/cloup)|2.5639697503367097e-07| +|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5639697503367097e-07| +|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5639697503367097e-07| +|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5639697503367097e-07| +|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5639697503367097e-07| +|pypi|[dace-query](https://dace.unige.ch/)|2.5639697503367097e-07| +|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5639697503367097e-07| +|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5639697503367097e-07| +|pypi|[dash_auth](https://plotly.com/dash)|2.5639697503367097e-07| +|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5639697503367097e-07| +|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5639697503367097e-07| +|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5212369211644195e-07| +|pypi|[retry](https://github.com/invl/retry)|2.5212369211644195e-07| +|pypi|[ficus](https://github.com/camillescott/ficus)|2.393038433647549e-07| +|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.393038433647549e-07| +|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.393038433647549e-07| +|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.393038433647549e-07| +|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.393038433647549e-07| +|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.393038433647549e-07| +|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.393038433647549e-07| +|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.393038433647549e-07| +|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.393038433647549e-07| +|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.393038433647549e-07| +|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.393038433647549e-07| +|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.393038433647549e-07| +|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3691080493110893e-07| +|pypi|[frites](https://github.com/brainets/frites)|2.2434735315446022e-07| +|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2434735315446022e-07| +|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2434735315446022e-07| +|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2434735315446022e-07| +|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2434735315446022e-07| +|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2434735315446022e-07| +|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2434735315446022e-07| +|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2434735315446022e-07| +|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2434735315446022e-07| +|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2434735315446022e-07| +|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2434735315446022e-07| +|pypi|[pirecorder](https://github.com/jollejolles)|2.2434735315446022e-07| +|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2434735315446022e-07| +|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2434735315446022e-07| +|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2434735315446022e-07| +|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2210387962291653e-07| +|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.22103879622914e-07| +|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.213560551124009e-07| +|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1115045002772712e-07| +|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1115045002772712e-07| +|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1115045002772712e-07| +|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1115045002772712e-07| +|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1115045002772712e-07| +|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1115045002772712e-07| +|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1115045002772712e-07| +|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1115045002772712e-07| +|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1115045002772712e-07| +|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1115045002772712e-07| +|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1115045002772712e-07| +|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1115045002772712e-07| +|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1115045002772712e-07| +|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.111504500277246e-07| +|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.111504500277246e-07| +|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| +|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9941986947063157e-07| +|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9941986947063157e-07| +|pypi|[pymunk](http://www.pymunk.org)|1.9941986947063157e-07| +|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9941986947063157e-07| +|pypi|[kplr](https://github.com/dfm/kplr)|1.9941986947063157e-07| +|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9941986947063157e-07| +|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9941986947063157e-07| +|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9941986947063157e-07| +|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9941986947063157e-07| +|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9941986947063157e-07| +|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9941986947063157e-07| +|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| +|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9941986947063157e-07| +|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.889240868669144e-07| +|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.889240868669144e-07| +|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[sos-r](https://github.com/vatlab/SOS)|1.889240868669144e-07| +|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.889240868669144e-07| +|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7947788252356868e-07| +|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7947788252356868e-07| +|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7430721019372244e-07| +|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7093131668911315e-07| +|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7093131668911315e-07| +|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7093131668911315e-07| +|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7093131668911315e-07| +|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7093131668911315e-07| +|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.709313166891122e-07| +|pypi|[torchdata](https://github.com/pytorch/data)|1.6922200352222103e-07| +|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6316171138506128e-07| +|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6316171138506128e-07| +|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6316171138506128e-07| +|pypi|[astral](https://github.com/sffjunkie/astral)|1.6316171138506128e-07| +|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6316171138506128e-07| +|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6316171138506128e-07| +|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6153009427121155e-07| +|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6153009427121155e-07| +|pypi|[your](https://github.com/thepetabyteproject/your)|1.5606772393353393e-07| +|pypi|[Pyside6](https://www.pyside.org)|1.4956490210297432e-07| +|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.4956490210297432e-07| +|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.4956490210297432e-07| +|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.4956490210297432e-07| +|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.4956490210297432e-07| +|pypi|[demandlib](https://github.com/oemof/demandlib)|1.4956490210297432e-07| +|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.4956490210297432e-07| +|pypi|[dhnx](https://pypi.org/project/dhnx)|1.4956490210297432e-07| +|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.4956490210297432e-07| +|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.4956490210297432e-07| +|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.4956490210297432e-07| +|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.4956490210297432e-07| +|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.4956490210297432e-07| +|pypi|[turbustat](https://turbustat.readthedocs.org)|1.4956490210297432e-07| +|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.4956490210297432e-07| +|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.4956490210297432e-07| +|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.4956490210297432e-07| +|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.4956490210297432e-07| +|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.4956490210297432e-07| +|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4358230601885696e-07| +|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4358230601885444e-07| +|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4358230601885444e-07| +|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4358230601885444e-07| +|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4358230601885444e-07| +|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4358230601885444e-07| +|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4358230601885444e-07| +|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4358230601885444e-07| +|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4358230601885444e-07| +|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4358230601885444e-07| +|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4358230601885444e-07| +|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3805990963351454e-07| +|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3805990963351454e-07| +|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3805990963351454e-07| +|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3805990963351454e-07| +|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3805990963351454e-07| +|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3805990963351454e-07| +|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3805990963351454e-07| +|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3805990963351454e-07| +|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3805990963351454e-07| +|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3805990963351454e-07| +|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3805990963351454e-07| +|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3805990963351454e-07| +|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3805990963351454e-07| +|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3805990963351454e-07| +|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3805990963351454e-07| +|pypi|[authlib](https://authlib.org/)|1.3805990963351454e-07| +|pypi|[fspath](https://github.com/return42/fspath)|1.3667931053717958e-07| +|pypi|[geobo](https://github.com/sebhaan/geobo)|1.329465796470877e-07| +|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.329465796470877e-07| +|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2819848751683548e-07| +|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2819848751683548e-07| +|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2377785001625416e-07| +|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2377785001625416e-07| +|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.1965192168237744e-07| +|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.1965192168237744e-07| +|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1845540246555447e-07| +|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.146342604505369e-07| +|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.146342604505369e-07| +|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1105193981145826e-07| +|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0557522501386356e-07| +|pypi|[drop](https://github.com/cod3monk/drop)|1.0255879001346763e-07| +|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.970993473531578e-08| +|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.871283538796289e-08| +|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.701507163436155e-08| +|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.44620434334572e-08| +|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.230291101212125e-08| +|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.203993975567553e-08| +|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.203993975567553e-08| +|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.203993975567553e-08| +|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.203993975567553e-08| +|pypi|[technical](https://github.com/freqtrade/technical)|8.97389412617856e-08| +|pypi|[janus](https://github.com/aio-libs/janus)|8.973894126178434e-08| +|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.973894126178434e-08| +|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.884155184916585e-08| +|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.884155184916585e-08| +|pypi|[viscm](https://github.com/bids/viscm)|8.884155184916585e-08| +|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.755018659686142e-08| +|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.546565834455657e-08| +|pypi|[dash-auth](https://plotly.com/dash)|8.546565834455657e-08| +|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.546565834455657e-08| +|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.347808489468272e-08| +|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.976794778825288e-08| +|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.976794778825288e-08| +|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.976794778825288e-08| +|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.976794778825288e-08| +|pypi|[django-rq](https://github.com/rq/django-rq)|7.976794778825288e-08| +|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.976794778825288e-08| +|pypi|[google](http://breakingcode.wordpress.com/)|7.976794778825288e-08| +|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.637356703130547e-08| +|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.403462654097217e-08| +|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.179115300942848e-08| +|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.107324147933343e-08| +|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.902995481675727e-08| +|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.7727502839082e-08| +|pypi|[tagore](https://github.com/jordanlab/tagore)|6.7727502839082e-08| +|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.580855692530859e-08| +|pypi|[icecream](https://github.com/gruns/icecream)|6.297469562230437e-08| +|pypi|[comet](http://comet.transientskp.org/)|6.297469562230437e-08| +|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.297469562230437e-08| +|pypi|[trustme](https://github.com/python-trio/trustme)|5.9227701232777234e-08| +|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.7896091136635054e-08| +|pypi|[flowTorch](https://flowtorch.ai/users)|5.6086838288615054e-08| +|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1279395006733815e-08| +|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.055715000663865e-08| +|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.055715000663865e-08| +|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.055715000663865e-08| +|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.055715000663865e-08| +|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.055715000663865e-08| +|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.9172022609196424e-08| +|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.324768253579956e-08| +|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.273282917227829e-08| +|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.180778910549022e-08| +|pypi|[PySide6](https://pyside.org)|4.079042784626532e-08| +|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.038252356780289e-08| +|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9485134155185034e-08| +|pypi|[jmp](https://github.com/deepmind/jmp)|3.626185789761888e-08| +|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3934173650610034e-08| +|pypi|[pika](https://pika.readthedocs.io)|3.0901409338840676e-08| +|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.03731801193731e-08| +|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.03731801193731e-08| +|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.256293380296274e-08| +|pypi|[geomet](https://github.com/geomet/geomet)|1.2339104423495361e-08| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/r.md b/pages/r.md index eba067bd..68fd80a4 100644 --- a/pages/r.md +++ b/pages/r.md @@ -9,2236 +9,2241 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|cran|R|0.014393073791690386| -|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009891413565128883| -|cran|[testthat](https://testthat.r-lib.org)|0.009787036436893323| -|cran|[httr](https://httr.r-lib.org/)|0.007184236675038421| -|cran|[knitr](https://yihui.org/knitr/)|0.006921778438756653| -|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006500662098005786| -|cran|utils|0.006140580994931402| -|cran|methods|0.0058199628567823835| -|cran|[covr](https://covr.r-lib.org)|0.0051868129024333276| -|cran|[tidyr](https://tidyr.tidyverse.org)|0.0035030842713338986| -|cran|[magrittr](https://magrittr.tidyverse.org)|0.002627176146184465| -|cran|[rlang](https://rlang.r-lib.org)|0.002538001880378411| -|cran|stats|0.0024980463585201032| -|cran|[withr](https://withr.r-lib.org)|0.002049639158749614| -|cran|[tibble](https://tibble.tidyverse.org/)|0.0019779271285860914| -|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018631536625444162| -|cran|[Rcpp](http://www.rcpp.org)|0.0017388070249559778| -|cran|tools|0.001668455417644961| -|cran|[curl](https://github.com/jeroen/curl)|0.001512944282979695| -|cran|grDevices|0.0015115027115034743| -|cran|graphics|0.0014647881629242492| -|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.001453821095325745| -|cran|[vctrs](https://vctrs.r-lib.org/)|0.0014164389545573066| -|cran|[R6](https://r6.r-lib.org)|0.0014010013799577398| -|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013186349020546373| -|cran|[dplyr](https://dplyr.tidyverse.org)|0.0012759103575351236| -|cran|[pryr](https://github.com/hadley/pryr)|0.00126958903747618| -|cran|[glue](https://github.com/tidyverse/glue)|0.001186962797625251| -|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010757728194010932| -|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009628821388726067| -|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009399132952756951| -|cran|[digest](https://github.com/eddelbuettel/digest)|0.000936036086802664| -|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009063424169293094| -|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008728375846928728| -|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0008326457962032366| -|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007645450006550444| -|cran|[stringi](https://stringi.gagolewski.com/)|0.000747874753330291| -|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007442437279053944| -|cran|[mockery](https://github.com/r-lib/mockery)|0.000737705954199439| -|cran|[xml2](https://xml2.r-lib.org/)|0.0007374089948574609| -|cran|[bit64](https://github.com/truecluster/bit64)|0.0007245016971204116| -|cran|[purrr](http://purrr.tidyverse.org)|0.0007240113440789074| -|cran|[cli](https://cli.r-lib.org)|0.0007221962416460149| -|cran|[pillar](https://pillar.r-lib.org/)|0.000719857304923239| -|cran|[shiny](https://shiny.rstudio.com/)|0.0006926646043448842| -|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006799731741488358| -|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006585344777496672| -|cran|grid|0.0006501796882829224| -|cran|[callr](https://callr.r-lib.org)|0.0006473431052023315| -|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0005895416190519105| -|cran|[DBI](https://dbi.r-dbi.org)|0.0005895137363059779| -|cran|[sp](https://github.com/edzer/sp/)|0.0005829154681765199| -|cran|parallel|0.0005683599151354449| -|cran|[pracma](NA)|0.0005582285748455449| -|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0005538061483515661| -|cran|[stringr](http://stringr.tidyverse.org)|0.0005511324189808889| -|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005403588065149642| -|cran|[hms](https://hms.tidyverse.org/)|0.0005350541575779636| -|cran|[processx](https://processx.r-lib.org)|0.0005135499710170725| -|cran|[markdown](https://github.com/rstudio/markdown)|0.0005124253465044695| -|cran|[scales](https://scales.r-lib.org)|0.0005109283480269727| -|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047508129570961356| -|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.00045600867031058844| -|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00044032626711315684| -|cran|RColorBrewer|0.00042087508890973507| -|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0004185978002423345| -|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041506613187790515| -|cran|[broom](https://broom.tidymodels.org/)|0.0004141437391523059| -|cran|[sf](https://r-spatial.github.io/sf/)|0.000385240548858457| -|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0003788401564345808| -|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003760492456666392| -|cran|[ellipsis](https://ellipsis.r-lib.org)|0.0003724351080900693| -|cran|[plyr](http://had.co.nz/plyr)|0.00036423169351781806| -|cran|bench|0.00036414512869115947| -|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003622884973146062| -|cran|[bit](https://github.com/truecluster/bit)|0.0003609916350538643| -|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003602068611401345| -|cran|[mime](https://github.com/yihui/mime)|0.00035220816061946257| -|cran|[fs](https://fs.r-lib.org)|0.00035134362945254326| -|cran|[generics](https://generics.r-lib.org)|0.0003459749041361512| -|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.00033662401081298516| -|cran|evaluate|0.0003293500451891765| -|cran|tcltk|0.0003176932767262172| -|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031549286112675796| -|cran|[unix](https://github.com/jeroen/unix)|0.000314018791168214| -|cran|[pkgload](https://github.com/r-lib/pkgload)|0.0003072670558773419| -|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.00030514880310367437| -|cran|[maps](NA)|0.00030407955286266576| -|cran|[usethis](https://usethis.r-lib.org)|0.00030106742858990946| -|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029191178268009554| -|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0002835885818678155| -|cran|[data.table](https://r-datatable.com)|0.00028309956428420246| -|cran|[igraph](https://igraph.org)|0.0002806086914594414| -|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.00027979468517995155| -|cran|[blob](https://blob.tidyverse.org)|0.000277425444171823| -|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027277167962348097| -|cran|pkgconfig|0.0002714123967717417| -|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.00027038621568292953| -|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0002652636305528905| -|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002636763357702658| -|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026217961628317366| -|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0002605680650848971| -|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025606590860566985| -|cran|[urltools](https://github.com/Ironholds/urltools/)|0.00025551980279862337| -|cran|[gtable](https://gtable.r-lib.org)|0.00025290734209626784| -|cran|RPostgreSQL|0.0002453855258112932| -|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0002445961565004014| -|cran|[png](http://www.rforge.net/png/)|0.00024451443403033406| -|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.00024149299392627703| -|cran|[survival](https://github.com/therneau/survival)|0.00024014776236911818| -|cran|[brio](https://brio.r-lib.org)|0.00023629299976073783| -|cran|[waldo](https://github.com/r-lib/waldo)|0.00023458257698473928| -|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023377810764101906| -|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023266921397379915| -|cran|[ragg](https://ragg.r-lib.org)|0.00023149347194094516| -|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002302475355826343| -|cran|[xfun](https://github.com/yihui/xfun)|0.0002177967631883252| -|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021673786980755071| -|cran|[mgcv](NA)|0.00021655134706118602| -|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.0002158502428029452| -|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021503929526745617| -|cran|Lahman|0.00020772055705881666| -|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020715488563342158| -|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020714541853361146| -|cran|lobstr|0.00020040435077375732| -|cran|munsell|0.00019818592264980508| -|cran|RMySQL|0.00019713340047223935| -|cran|[winch](https://r-prof.github.io/winch/)|0.00019118031408821206| -|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019014578093600807| -|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00018950949367685656| -|cran|[abind](NA)|0.00018935515602128565| -|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018332218739546327| -|cran|datasets|0.00018320714120870126| -|cran|iterators|0.00018183444046652599| -|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001815494145877468| -|cran|mapproj|0.00017817318212354859| -|cran|formattable|0.0001765935434067286| -|cran|[devtools](https://devtools.r-lib.org/)|0.00017424664717388338| -|cran|[bslib](https://rstudio.github.io/bslib/)|0.00017407137992121415| -|cran|[webutils](https://github.com/jeroen/webutils)|0.00017310049753092545| -|cran|graph|0.0001721312795218292| -|cran|[crul](https://docs.ropensci.org/crul/)|0.00016720058113252686| -|cran|fansi|0.00016642331869571515| -|cran|[rstan](https://mc-stan.org/rstan)|0.00016599384905566334| -|cran|[ape](http://ape-package.ird.fr/)|0.00016596289113104265| -|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016428013930978449| -|cran|chron|0.0001623247230348103| -|cran|[readr](https://readr.tidyverse.org)|0.00016168218152616095| -|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001583698408666802| -|cran|[raster](https://rspatial.org/raster)|0.00015562615505042588| -|cran|[vroom](https://vroom.r-lib.org)|0.00014866972884025023| -|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.0001456993116195804| -|cran|itertools|0.0001435078202554992| -|cran|[forcats](https://forcats.tidyverse.org)|0.00014132038579027693| -|cran|timeDate|0.00014095228103847425| -|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0001407039494132233| -|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013904932458371324| -|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00013717250231728547| -|cran|tis|0.00013675556428456175| -|cran|[rJava](http://www.rforge.net/rJava/)|0.00013518055500519105| -|cran|[sys](https://github.com/jeroen/sys)|0.0001350254499232092| -|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.0001336908327554996| -|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00013319444909387876| -|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013156402857961166| -|cran|svglite|0.00013035325628165797| -|cran|ggplot2movies|0.00012832363461392324| -|cran|[sass](https://github.com/rstudio/sass)|0.0001281794018694009| -|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012764780454899927| -|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012700460503417123| -|cran|[terra](https://rspatial.org/terra/)|0.000125804021096614| -|cran|quantreg|0.00012570659647123385| -|cran|interp|0.00012426808308108305| -|cran|assertthat|0.000123987511534925| -|cran|RUnit|0.00012344467256485183| -|cran|multcomp|0.0001230443819425218| -|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.000122541430213428| -|cran|profvis|0.00012236430055278787| -|cran|[lme4](https://github.com/lme4/lme4/)|0.00012183667875468168| -|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012155626828239116| -|cran|isoband|0.00012019233632705725| -|cran|[isotree](https://github.com/david-cortes/isotree)|0.00012008733624454149| -|cran|stats4|0.00011516661815945247| -|cran|[DT](https://github.com/rstudio/DT)|0.00011506056545256963| -|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011475690443283686| -|cran|[magick](https://docs.ropensci.org/magick/)|0.0001132027974910987| -|cran|[future](https://future.futureverse.org)|0.0001107658138125973| -|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010865279797445949| -|cran|cachem|0.00010417692260768769| -|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0001038126834296086| -|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010207947859441426| -|cran|[reshape2](https://github.com/hadley/reshape)|0.00010130383069285564| -|cran|[promises](https://rstudio.github.io/promises)|0.00010052228865826466| -|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.984309437146935e-05| -|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|9.983758511503594e-05| -|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.891524725054054e-05| -|cran|[base64enc](http://www.rforge.net/base64enc)|9.574647996975314e-05| -|cran|sfsmisc|9.281133373998811e-05| -|cran|tinytex|9.19173628852076e-05| -|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.121578324501889e-05| -|cran|[Cairo](http://www.rforge.net/Cairo/)|9.042599206064674e-05| -|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|9.028731763907585e-05| -|cran|[insight](https://easystats.github.io/insight/)|9.026824135475267e-05| -|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.998302026426818e-05| -|cran|[parameters](https://easystats.github.io/parameters/)|8.908100176098639e-05| -|cran|dichromat|8.901659299823506e-05| -|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.844446678023595e-05| -|cran|jquerylib|8.782249810721487e-05| -|cran|[downlit](https://downlit.r-lib.org/)|8.774623120824989e-05| -|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.386311462275396e-05| -|cran|[lintr](https://github.com/jimhester/lintr)|8.28544797803624e-05| -|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.193536924826466e-05| -|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.157269101654127e-05| -|cran|[openssl](https://github.com/jeroen/openssl)|8.101625840745861e-05| -|cran|labeling|8.027986445509572e-05| -|cran|[testit](https://github.com/yihui/testit)|8.010970621195284e-05| -|cran|igraphdata|7.995411171845469e-05| -|cran|[backports](https://github.com/r-lib/backports)|7.994782348411759e-05| -|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.994248114439616e-05| -|cran|[uuid](http://www.rforge.net/uuid)|7.93614274519141e-05| -|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.915866884207496e-05| -|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.849071382996842e-05| -|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.68880371040625e-05| -|cran|KernSmooth|7.64112074094833e-05| -|cran|[units](https://github.com/r-quantities/units/)|7.637185835592624e-05| -|cran|[spdep](https://github.com/r-spatial/spdep/)|7.633709953757351e-05| -|cran|MatrixModels|7.61027710690346e-05| -|cran|[readxl](https://readxl.tidyverse.org)|7.593363297254762e-05| -|cran|splines|7.580388914257546e-05| -|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.524447115090577e-05| -|cran|[spatstat.linnet](http://spatstat.org/)|7.513952067371341e-05| -|cran|triebeard|7.4977278930131e-05| -|cran|[memoise](https://github.com/r-lib/memoise)|7.467499930136869e-05| -|cran|[DBItest](https://dbitest.r-dbi.org)|7.452226103323426e-05| -|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.394995153332912e-05| -|cran|[spatstat](http://spatstat.org/)|7.37441797933894e-05| -|cran|[spatstat.geom](http://spatstat.org/)|7.362495721198955e-05| -|cran|rasterVis|7.296265842992495e-05| -|cran|[rjson](https://github.com/alexcb/rjson)|7.273069642557224e-05| -|cran|[mapiso](https://github.com/riatelab/mapiso)|7.20524017467249e-05| -|cran|tuneR|7.20524017467249e-05| -|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.16099773570287e-05| -|cran|[cellranger](https://github.com/rsheets/cellranger)|7.065797807599914e-05| -|cran|[praise](https://github.com/gaborcsardi/praise)|7.060301655904637e-05| -|cran|[spatstat.utils](http://spatstat.org/)|7.023545407982697e-05| -|cran|[xtable](http://xtable.r-forge.r-project.org/)|7.014523455447366e-05| -|cran|diffviewer|6.997927497920274e-05| -|cran|rprintf|6.986463479397195e-05| -|cran|[mapview](https://github.com/r-spatial/mapview)|6.924234902678107e-05| -|cran|[future.apply](https://future.apply.futureverse.org)|6.87726941011836e-05| -|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.655678538011744e-05| -|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.642786650633736e-05| -|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.612688245028316e-05| -|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.556440796998788e-05| -|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.500124057970843e-05| -|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.493144716782139e-05| -|cran|boot|6.487078694296475e-05| -|cran|asciicast|6.445376124047035e-05| -|cran|[performance](https://easystats.github.io/performance/)|6.413453528228019e-05| -|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.39405132950765e-05| -|cran|[qs](https://github.com/traversc/qs)|6.366438541482675e-05| -|cran|[gh](https://gh.r-lib.org/)|6.346770615919409e-05| -|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.341078246601676e-05| -|cran|later|6.290214615628146e-05| -|cran|[jpeg](http://www.rforge.net/jpeg/)|6.253243850052508e-05| -|cran|[showtext](https://github.com/yixuan/showtext)|6.190893293356131e-05| -|cran|[webp](https://github.com/jeroen/webp#readme)|6.135975522066649e-05| -|cran|[V8](https://github.com/jeroen/v8)|6.12728545661667e-05| -|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.124639538638661e-05| -|cran|[cowplot](https://wilkelab.org/cowplot/)|6.092028775290714e-05| -|cran|[spatstat.random](http://spatstat.org/)|6.076990839246445e-05| -|cran|[rvest](http://rvest.tidyverse.org/)|6.05745142333737e-05| -|cran|[taxa](https://docs.ropensci.org/taxa/)|6.0043668122270746e-05| -|cran|[vegdata](http://germansl.infinitenature.org)|6.0043668122270746e-05| -|cran|js|5.9443231441048035e-05| -|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.9030592114961245e-05| -|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.892967115553823e-05| -|cran|rsconnect|5.8795783827792306e-05| -|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.7311968468375225e-05| -|cran|[getPass](https://github.com/wrathematics/getPass)|5.662658522671309e-05| -|cran|[whisker](http://github.com/edwindj/whisker)|5.62532574774315e-05| -|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.616721412125729e-05| -|cran|[gifski](https://gif.ski/)|5.5269613740836977e-05| -|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.524814398173042e-05| -|cran|[nleqslv](NA)|5.5155581130208445e-05| -|cran|[katex](https://docs.ropensci.org/katex/)|5.500185984431349e-05| -|cran|egg|5.3017337566790524e-05| -|cran|[s2](https://r-spatial.github.io/s2/)|5.295913746407719e-05| -|cran|[lavaan](https://lavaan.ugent.be)|5.2861900772483134e-05| -|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.283776812706944e-05| -|cran|tufte|5.272381799343606e-05| -|cran|fastmap|5.2574711451056456e-05| -|cran|selectr|5.244511669296539e-05| -|cran|[progress](https://github.com/r-lib/progress#readme)|5.1986015101879925e-05| -|cran|pbkrtest|5.1424306804538766e-05| -|cran|[formatR](https://github.com/yihui/formatR)|5.1416460225552665e-05| -|cran|[car](https://r-forge.r-project.org/projects/car/)|5.1115137848210265e-05| -|cran|styler|5.06794126262401e-05| -|cran|coda|5.061622939974675e-05| -|cran|combinat|5.059611394396376e-05| -|cran|webshot|5.0012663171690924e-05| -|cran|WRS2|4.9445930573569765e-05| -|cran|e1071|4.924812900166129e-05| -|cran|flashClust|4.91643874971271e-05| -|cran|[odbc](https://github.com/r-dbi/odbc)|4.905270758068417e-05| -|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.858208558399728e-05| -|cran|[stars](https://r-spatial.github.io/stars/)|4.8555710720661196e-05| -|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.818972493206405e-05| -|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.803943974928165e-05| -|cran|[party](http://party.R-forge.R-project.org)|4.661128268783718e-05| -|cran|[lazyeval](NA)|4.658904831552339e-05| -|cran|[caret](https://github.com/topepo/caret/)|4.6276053663403564e-05| -|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.602554149030655e-05| -|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.5601338522878314e-05| -|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.532314027706431e-05| -|cran|gee|4.5242708940754346e-05| -|cran|[gplots](https://github.com/talgalili/gplots)|4.4416975264650217e-05| -|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.386548821486513e-05| -|cran|statnet.common|4.3307414668924344e-05| -|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.3090934892135694e-05| -|cran|[taxize](https://docs.ropensci.org/taxize/)|4.234937097109588e-05| -|cran|[targets](https://docs.ropensci.org/targets/)|4.233134141111828e-05| -|cran|shape|4.224605026546353e-05| -|cran|[classInt](https://r-spatial.github.io/classInt/)|4.203946697591629e-05| -|cran|[qpdf](https://github.com/ropensci/qpdf)|4.112818519733221e-05| -|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.102796552478144e-05| -|cran|[plotly](https://plotly-r.com)|4.0747414384742965e-05| -|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.068777601035617e-05| -|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|4.010746466960986e-05| -|cran|txtplot|4.002911208151383e-05| -|cran|[LaF](https://github.com/djvanderlaan/LaF)|4.002911208151383e-05| -|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.979670138081576e-05| -|cran|codemetar|3.962882096069869e-05| -|cran|[tmap](https://github.com/mtennekes/tmap)|3.95252502559076e-05| -|cran|see|3.942626537221991e-05| -|cran|[effectsize](https://easystats.github.io/effectsize/)|3.9349114563774434e-05| -|cran|[psych](https://personality-project.org/r/psych/)|3.916369825332455e-05| -|cran|[checkmate](https://github.com/mllg/checkmate)|3.902313981664142e-05| -|cran|highr|3.851453747652532e-05| -|cran|pool|3.8195711890343044e-05| -|cran|tikzDevice|3.7839234815836326e-05| -|cran|JuliaCall|3.707057234030553e-05| -|cran|gamm4|3.6871477951830125e-05| -|cran|[zip](https://github.com/r-lib/zip#readme)|3.670717427445549e-05| -|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.6586446951766455e-05| -|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.6130374496487296e-05| -|cran|[gert](https://docs.ropensci.org/gert/)|3.609857732745931e-05| -|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.533670420592967e-05| -|cran|class|3.499604103272145e-05| -|cran|[git2r](https://docs.ropensci.org/git2r/)|3.496539971047786e-05| -|cran|[slam](NA)|3.473585856411762e-05| -|cran|modelbased|3.466433130188589e-05| -|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.448513688861254e-05| -|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.447449562449664e-05| -|cran|mapdata|3.413200228947664e-05| -|cran|[GGally](https://ggobi.github.io/ggally/)|3.406926907810901e-05| -|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.386039068105662e-05| -|cran|tseries|3.3316431638832225e-05| -|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.273153552233793e-05| -|cran|[network](http://statnet.org/)|3.2629836361528315e-05| -|cran|[vcr](https://github.com/ropensci/vcr/)|3.226281472867952e-05| -|cran|[sna](http://statnet.org)|3.2103395376457615e-05| -|cran|lars|3.16145315349225e-05| -|cran|[shinytest](https://github.com/rstudio/shinytest)|3.140217021649913e-05| -|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.137765667904535e-05| -|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1327811692362534e-05| -|cran|fontawesome|3.1267342836914806e-05| -|cran|[here](https://here.r-lib.org/)|3.121584324590894e-05| -|cran|poorman|3.1201267718640505e-05| -|cran|mlbench|3.0155541007630464e-05| -|cran|[gapminder](https://github.com/jennybc/gapminder)|3.0032550950639697e-05| -|cran|[Seurat](https://satijalab.org/seurat)|2.9920087823068653e-05| -|cran|tripack|2.9354153193267212e-05| -|cran|reactlog|2.9144370285448802e-05| -|cran|sourcetools|2.9144370285448802e-05| -|cran|spatstat.data|2.913611166119813e-05| -|cran|polyclip|2.9033744084649088e-05| -|cran|brew|2.8914902287882045e-05| -|cran|animation|2.8755229664487784e-05| -|cran|[recipes](https://github.com/tidymodels/recipes)|2.8657730747348564e-05| -|cran|[wk](https://paleolimbot.github.io/wk/)|2.8635369490975694e-05| -|cran|RhpcBLASctl|2.8515480095254906e-05| -|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8349782783568002e-05| -|cran|[plotrix](NA)|2.8257600835318795e-05| -|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.8035784434711562e-05| -|cran|timeSeries|2.799477336901205e-05| -|cran|fts|2.799477336901205e-05| -|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7956990612856086e-05| -|cran|[matlab](http://cran.r-project.org/package=matlab)|2.7821555286961944e-05| -|cran|[rex](https://github.com/kevinushey/rex)|2.7821184362982004e-05| -|cran|[spatstat.core](http://spatstat.org/)|2.778605115473215e-05| -|cran|shinydisconnect|2.7727138876120433e-05| -|cran|strucchange|2.7606678310178404e-05| -|cran|[irlba](NA)|2.7377969754535407e-05| -|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7372803097557472e-05| -|cran|fANCOVA|2.715963817841547e-05| -|cran|broom.mixed|2.700678415470992e-05| -|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6757554879855288e-05| -|cran|conflicted|2.666225662637863e-05| -|cran|[argon2](https://github.com/wrathematics/argon2)|2.6558386618839677e-05| -|cran|[golem](https://github.com/ThinkR-open/golem)|2.63213904270051e-05| -|cran|margins|2.626374376169682e-05| -|cran|[glmnet](https://glmnet.stanford.edu)|2.61560329439077e-05| -|cran|ade4|2.609086404150245e-05| -|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5819941292369633e-05| -|cran|poibin|2.573300062383032e-05| -|cran|gam|2.5563754411327736e-05| -|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5148069725034788e-05| -|cran|[mmand](https://github.com/jonclayden/mmand)|2.5113852855552702e-05| -|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.5113852855552702e-05| -|cran|latticeExtra|2.5054498737771897e-05| -|cran|[circlize](https://github.com/jokergoo/circlize)|2.504910822151112e-05| -|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4677947598253277e-05| -|cran|gbRd|2.4638637470607995e-05| -|cran|SGP|2.4343418590143478e-05| -|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4290679998052735e-05| -|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4167370870053693e-05| -|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.4074769038698435e-05| -|cran|pbdMPI|2.3777292576419214e-05| -|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3617155652844015e-05| -|cran|rsvg|2.3576117806337296e-05| -|cran|av|2.3391582499940637e-05| -|cran|[janitor](https://github.com/sfirke/janitor)|2.3313886500109827e-05| -|cran|parallelly|2.328056994669767e-05| -|cran|lpSolve|2.3184079193617234e-05| -|cran|cba|2.2929965812456906e-05| -|cran|colorRamps|2.251637554585153e-05| -|cran|paletteer|2.251637554585153e-05| -|cran|statsExpressions|2.251637554585153e-05| -|cran|geoaxe|2.251637554585153e-05| -|cran|spbabel|2.251637554585153e-05| -|cran|doMC|2.2325951341235187e-05| -|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.226072290645943e-05| -|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.220966802809137e-05| -|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.1973756702250218e-05| -|cran|miniUI|2.1899188406974993e-05| -|cran|fstcore|2.1247606650990932e-05| -|cran|nortest|2.1191882866683793e-05| -|cran|openair|2.1191882866683793e-05| -|cran|[futile.logger](NA)|2.0972807896252225e-05| -|cran|webfakes|2.0847606592311237e-05| -|cran|mclust|2.0745210685561393e-05| -|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.073576971757354e-05| -|cran|brms|2.07302322043101e-05| -|cran|RJSONIO|2.0140550495755358e-05| -|cran|[graphql](http://graphql.org)|2.0059665770910314e-05| -|cran|[TTR](https://github.com/joshuaulrich/TTR)|2.003957423580786e-05| -|cran|spatial|1.9724266683032194e-05| -|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9710498060928572e-05| -|cran|stopwords|1.9699756741354322e-05| -|cran|spam|1.964847619473079e-05| -|cran|[remotes](https://remotes.r-lib.org)|1.937846264391043e-05| -|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|1.9338194329677797e-05| -|cran|modelr|1.9296245909603637e-05| -|cran|[config](https://github.com/rstudio/config)|1.9053386466055056e-05| -|cran|dunn.test|1.8961158354401288e-05| -|cran|[tm](http://tm.r-forge.r-project.org/)|1.8723552268970823e-05| -|cran|Formula|1.8501458151947672e-05| -|cran|[hoardr](https://github.com/ropensci/hoardr)|1.8468183124778328e-05| -|cran|[RANN](https://github.com/jefferis/RANN)|1.8387806247960296e-05| -|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.823326055312955e-05| -|cran|[reactable](https://glin.github.io/reactable/)|1.821984420237696e-05| -|cran|kernlab|1.818205706682361e-05| -|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.804044826123084e-05| -|cran|sandwich|1.801683292046595e-05| -|cran|lpSolveAPI|1.8013100436681224e-05| -|cran|[genalg](https://github.com/egonw/genalg)|1.8013100436681224e-05| -|cran|segmented|1.8007237787843444e-05| -|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.79846636062817e-05| -|cran|lmtest|1.789699485862423e-05| -|cran|gmp|1.7860039936650844e-05| -|cran|[semver](https://github.com/johndharrison/semver)|1.7781503431066763e-05| -|cran|lsa|1.7690039396240747e-05| -|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7453500016416588e-05| -|cran|quadprog|1.728670479032449e-05| -|cran|[statmod](NA)|1.7224599211026978e-05| -|cran|carrier|1.6572492282099267e-05| -|cran|plotROC|1.6375545851528384e-05| -|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6288712270262492e-05| -|cran|caTools|1.624251651376913e-05| -|cran|SeuratObject|1.6221718005011274e-05| -|cran|mondate|1.6115562514364516e-05| -|cran|DAAG|1.6115562514364516e-05| -|cran|SuppDists|1.6099208515283842e-05| -|cran|qlcMatrix|1.5991076514144677e-05| -|cran|minqa|1.5965118439510797e-05| -|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.590374026960319e-05| -|cran|RcppRoll|1.5888729352572625e-05| -|cran|blavaan|1.5858903475028985e-05| -|cran|mediation|1.5739635343999558e-05| -|cran|Rgraphviz|1.573641227480862e-05| -|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5675583708171677e-05| -|cran|spex|1.566356559711411e-05| -|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.566356559711411e-05| -|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5544641707807594e-05| -|cran|PhysicalActivity|1.5010917030567686e-05| -|cran|shinyFeedback|1.5010917030567686e-05| -|cran|extrafont|1.495190292760493e-05| -|cran|futile.options|1.494572676232065e-05| -|cran|lambda.r|1.494572676232065e-05| -|cran|[vegan](https://github.com/vegandevs/vegan)|1.4885429138429625e-05| -|cran|arrow|1.4594117527692042e-05| -|cran|leaflet.providers|1.4586511194445309e-05| -|cran|logspline|1.4509560071532493e-05| -|cran|timetk|1.4450675213443394e-05| -|cran|DiceKriging|1.4396624118239839e-05| -|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4346404459909103e-05| -|cran|polynom|1.4225463021026244e-05| -|cran|biglm|1.4178087283854881e-05| -|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.4152454584077269e-05| -|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4113561111377709e-05| -|cran|VennDiagram|1.4106825543452184e-05| -|cran|compiler|1.4083671241422333e-05| -|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3978900716946167e-05| -|cran|gdata|1.3934419837804125e-05| -|cran|mlrMBO|1.3856231105139402e-05| -|cran|emoa|1.3856231105139402e-05| -|cran|websocket|1.3610235495945104e-05| -|cran|[smoothr](https://strimas.com/smoothr/)|1.3568201115963126e-05| -|cran|nloptr|1.3466915575689764e-05| -|cran|PASWR|1.3420690172273141e-05| -|cran|numform|1.334303736050461e-05| -|cran|qmap|1.334303736050461e-05| -|cran|[seriation](https://github.com/mhahsler/seriation)|1.3291581048895529e-05| -|cran|gridBase|1.3127180598013074e-05| -|cran|proj4|1.2966987097156631e-05| -|cran|RandomFieldsUtils|1.2882974061939708e-05| -|cran|[jqr](https://docs.ropensci.org/jqr/)|1.2842850458960883e-05| -|cran|[base64url](https://github.com/mllg/base64url)|1.2807818401054487e-05| -|cran|[attempt](https://github.com/ColinFay/attempt)|1.280665771249893e-05| -|cran|stargazer|1.2737835308796008e-05| -|cran|plm|1.264494264237024e-05| -|cran|[reshape](http://had.co.nz/reshape)|1.240089315843391e-05| -|cran|bezier|1.2355190579298165e-05| -|cran|ComplexHeatmap|1.2355190579298165e-05| -|cran|GlobalOptions|1.2355190579298165e-05| -|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2199902067814019e-05| -|cran|rms|1.217337601609337e-05| -|cran|dfoptim|1.2096257362115152e-05| -|cran|vcd|1.2093786995298043e-05| -|cran|fftwtools|1.2081565497754592e-05| -|cran|jsonify|1.2036026200873361e-05| -|cran|RSpectra|1.201052063838636e-05| -|cran|[proxy](NA)|1.1975735232859276e-05| -|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1929447390309838e-05| -|cran|robotstxt|1.1888646288209607e-05| -|cran|[geosphere](NA)|1.1850145547596412e-05| -|cran|[gbm](https://github.com/gbm-developers/gbm)|1.1771734338259994e-05| -|cran|ggdist|1.1736227746053074e-05| -|cran|bridgesampling|1.1736227746053074e-05| -|cran|bayesQR|1.1736227746053074e-05| -|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1692543076559039e-05| -|cran|mice|1.1671736780896117e-05| -|cran|AER|1.144106153028408e-05| -|cran|sm|1.1409480069696905e-05| -|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1404047944160433e-05| -|cran|EnvStats|1.1258187772925765e-05| -|cran|gganimate|1.1232833198781698e-05| -|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1210089171534835e-05| -|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.091532943346316e-05| -|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0821105188800412e-05| -|cran|pscl|1.077639317793704e-05| -|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.068504366812227e-05| -|cran|udpipe|1.0607413730833635e-05| -|cran|Rcsdp|1.0606983979304998e-05| -|cran|tableHTML|1.0595941433341897e-05| -|cran|shiny.i18n|1.0595941433341897e-05| -|cran|popbio|1.0595941433341897e-05| -|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0571757376730372e-05| -|cran|[ini](https://github.com/dvdscripter/ini)|1.052172098662848e-05| -|cran|optimx|1.0344548609504558e-05| -|cran|[storr](https://github.com/richfitz/storr)|1.0277331565814098e-05| -|cran|pls|1.0260229197250185e-05| -|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0225795596570254e-05| -|cran|janeaustenr|1.0153968195838704e-05| -|cran|mlmRev|1.0067639146269862e-05| -|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0039921401156772e-05| -|cran|gsl|1.0026331286166025e-05| -|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.97524923220884e-06| -|cran|spacyr|9.952237991266375e-06| -|cran|[NISTunits](NA)|9.916211790393013e-06| -|cran|measurements|9.852522613849034e-06| -|cran|NLP|9.806913594690216e-06| -|cran|celestial|9.796920951786832e-06| -|cran|modeldata|9.71847620151493e-06| -|cran|spData|9.711634435433563e-06| -|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.662317563908338e-06| -|cran|tkrplot|9.634319247773302e-06| -|cran|HSAUR3|9.562518090921057e-06| -|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.425232814077318e-06| -|cran|[ggsci](https://nanx.me/ggsci/)|9.425232814077318e-06| -|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.347604819910037e-06| -|cran|rcmdcheck|9.323682024093545e-06| -|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.237175963490045e-06| -|cran|Biostrings|9.232664975996094e-06| -|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.228061235989958e-06| -|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.221970045200338e-06| -|cran|rstatix|9.200069058618802e-06| -|cran|[rstantools](https://mc-stan.org/rstantools/)|9.195939411801853e-06| -|cran|gt|9.085080852353514e-06| -|cran|[beautier](https://docs.ropensci.org/beautier/)|9.01804182946449e-06| -|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.985434382900483e-06| -|cran|purrrlyr|8.953729848639065e-06| -|cran|LaplacesDemon|8.952878531325194e-06| -|cran|BeyondBenford|8.916484716157205e-06| -|cran|BenfordTests|8.916484716157205e-06| -|cran|benford.analysis|8.916484716157205e-06| -|cran|MUS|8.916484716157205e-06| -|cran|filelock|8.916484716157205e-06| -|cran|AsioHeaders|8.916484716157205e-06| -|cran|manipulateWidget|8.916484716157205e-06| -|cran|semEff|8.793855615390262e-06| -|cran|rr2|8.793855615390262e-06| -|cran|MEMSS|8.793855615390262e-06| -|cran|PKPDmodels|8.793855615390262e-06| -|cran|antiword|8.632333005422524e-06| -|cran|[quanteda](https://quanteda.io)|8.584660047655009e-06| -|cran|rsm|8.506125482804846e-06| -|cran|tables|8.501882309440404e-06| -|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.490491673221405e-06| -|cran|mda|8.475843550146197e-06| -|cran|psychTools|8.377862800265696e-06| -|cran|seqLogo|8.341016504380374e-06| -|cran|[pander](https://rapporter.github.io/pander/)|8.305280963577913e-06| -|cran|rootSolve|8.205058153530065e-06| -|cran|Cubist|8.177054820680611e-06| -|cran|adehabitatMA|8.083626253659005e-06| -|cran|[origami](https://tlverse.org/origami/)|8.057843049299295e-06| -|cran|bbmle|8.050445301813687e-06| -|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.9648585584721e-06| -|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.959863580944798e-06| -|cran|cleanNLP|7.925764192139739e-06| -|cran|gpclib|7.807697122172243e-06| -|cran|PBSmapping|7.807697122172243e-06| -|cran|rnaturalearthhires|7.752561303325496e-06| -|cran|[imager](http://dahtah.github.io/imager/)|7.719900187149096e-06| -|cran|lgr|7.714875283899895e-06| -|cran|triangle|7.673580786026201e-06| -|cran|evd|7.673580786026201e-06| -|cran|SASmixed|7.671361314722395e-06| -|cran|beepr|7.661662343632008e-06| -|cran|MCMCpack|7.6177693215630585e-06| -|cran|[bold](https://docs.ropensci.org/bold/)|7.519550396577846e-06| -|cran|[rredlist](https://github.com/ropensci/rredlist)|7.519550396577846e-06| -|cran|[rotl](https://docs.ropensci.org/rotl/)|7.519550396577846e-06| -|cran|[worrms](https://docs.ropensci.org/worrms)|7.519550396577846e-06| -|cran|[natserv](https://docs.ropensci.org/natserv)|7.519550396577846e-06| -|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.519550396577846e-06| -|cran|[ritis](https://github.com/ropensci/ritis)|7.519550396577844e-06| -|cran|[fst](http://www.fstpackage.org)|7.448402162271453e-06| -|cran|yamlme|7.430403930131004e-06| -|cran|adehabitatLT|7.419681846537742e-06| -|cran|doFuture|7.404332337393703e-06| -|cran|pbmcapply|7.404332337393703e-06| -|cran|tm.lexicon.GeneralInquirer|7.358549474542924e-06| -|cran|Rpoppler|7.358549474542924e-06| -|cran|Rcampdf|7.358549474542924e-06| -|cran|filehash|7.358549474542924e-06| -|cran|paradox|7.352758832206335e-06| -|cran|permute|7.296872033415607e-06| -|cran|plotfunctions|7.278763033597719e-06| -|cran|sparkline|7.241479345078092e-06| -|cran|rcdk|7.2052401746724886e-06| -|cran|fingerprint|7.2052401746724886e-06| -|cran|enviPat|7.2052401746724886e-06| -|cran|flexdashboard|7.2052401746724886e-06| -|cran|keys|7.2052401746724886e-06| -|cran|[phytools](https://github.com/liamrevell/phytools)|7.198716948989876e-06| -|cran|RcppDE|7.182723799126637e-06| -|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.166274921828078e-06| -|cran|actuar|7.133187772925765e-06| -|cran|skellam|7.133187772925765e-06| -|cran|hoa|7.133187772925765e-06| -|cran|bigmemory|7.132866110417967e-06| -|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.102916684664593e-06| -|cran|[docopt](https://github.com/docopt/docopt.R)|7.0765751715533446e-06| -|cran|fpc|7.051767863129641e-06| -|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.040377137128674e-06| -|cran|MCMCglmm|7.019277428411422e-06| -|cran|betareg|6.8945283597202676e-06| -|cran|[Ckmeans.1d.dp](NA)|6.863235872476959e-06| -|cran|scatterplot3d|6.8280479293483095e-06| -|cran|CompQuadForm|6.81177429416618e-06| -|cran|[torch](https://torch.mlverse.org/docs)|6.80345158882738e-06| -|cran|gamlss|6.760578645544192e-06| -|cran|tree|6.7549126637554596e-06| -|cran|[binman](https://docs.ropensci.org/binman/)|6.724890829694333e-06| -|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.705000587666242e-06| -|cran|[beastier](https://docs.ropensci.org/beastier/)|6.604803493449783e-06| -|cran|shapefiles|6.604803493449782e-06| -|cran|VGAMdata|6.604803493449782e-06| -|cran|VGAMextra|6.604803493449782e-06| -|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.602816243181064e-06| -|cran|[xgboost](https://github.com/dmlc/xgboost)|6.5824658192971585e-06| -|cran|tensorA|6.530243773693555e-06| -|cran|partitions|6.501198732768216e-06| -|cran|signal|6.498543947770365e-06| -|cran|ExplainPrediction|6.368917654398004e-06| -|cran|rpart.plot|6.368917654398004e-06| -|cran|oskeyring|6.368917654398004e-06| -|cran|BiocManager|6.363054876299188e-06| -|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.3080529557260795e-06| -|cran|afex|6.294454880923539e-06| -|cran|geepack|6.276237035398322e-06| -|cran|tester|6.257182256952425e-06| -|cran|[reprex](https://reprex.tidyverse.org)|6.251251569841273e-06| -|cran|rticles|6.241160696956496e-06| -|cran|fastICA|6.24086898616338e-06| -|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.17421854454118e-06| -|cran|[rentrez](http://github.com/ropensci/rentrez)|6.170916510709103e-06| -|cran|ks|6.16627027448534e-06| -|cran|fixest|6.125865884189474e-06| -|cran|[ff](https://github.com/truecluster/ff)|6.1225402565502146e-06| -|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.091272121351414e-06| -|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.045450257240005e-06| -|cran|[downloader](https://github.com/wch/downloader)|6.041795131724178e-06| -|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.022002142458994e-06| -|cran|bs4Dash|5.949414321746669e-06| -|cran|acepack|5.926242883364296e-06| -|cran|htmlTable|5.926242883364296e-06| -|cran|reactR|5.849968808484092e-06| -|cran|protolite|5.789925140361822e-06| -|cran|[earth](http://www.milbo.users.sonic.net/earth/)|5.780133033406752e-06| -|cran|TSA|5.66126013724267e-06| -|cran|[haven](https://haven.tidyverse.org)|5.660955002847927e-06| -|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.598745728118488e-06| -|cran|cplm|5.595122746322974e-06| -|cran|clusterGeneration|5.563362852260707e-06| -|cran|pROC|5.558722007205876e-06| -|cran|[rversions](https://github.com/r-hub/rversions)|5.558150759875602e-06| -|cran|flexsurv|5.535454356415054e-06| -|cran|klaR|5.50817504169478e-06| -|cran|cubature|5.468380156315422e-06| -|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.440691560466995e-06| -|cran|debugme|5.4061921830031104e-06| -|cran|subprocess|5.4039301310043675e-06| -|cran|qvalue|5.4039301310043675e-06| -|cran|[EML](https://docs.ropensci.org/EML/)|5.378197130380543e-06| -|cran|FNN|5.288596251819507e-06| -|cran|speedglm|5.270440190268249e-06| -|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.229313341056947e-06| -|cran|rhub|5.197888751141981e-06| -|cran|gmailr|5.197888751141981e-06| -|cran|foghorn|5.197888751141981e-06| -|cran|coxme|5.1875581331239605e-06| -|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.174257601932277e-06| -|cran|[dynlm](NA)|5.146600124766069e-06| -|cran|numbers|5.1332069256109715e-06| -|cran|loder|5.099296814795788e-06| -|cran|ore|5.099296814795788e-06| -|cran|linprog|5.095134123518403e-06| -|cran|magic|5.095134123518403e-06| -|cran|changepoint|5.095134123518403e-06| -|cran|nor1mix|5.095134123518403e-06| -|cran|diptest|5.095134123518403e-06| -|cran|mstate|5.095134123518403e-06| -|cran|metafor|5.060973770138613e-06| -|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.052674672489083e-06| -|cran|scico|5.004149585598431e-06| -|cran|rcartocolor|5.004149585598431e-06| -|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.976819734094114e-06| -|cran|lfe|4.975351727265964e-06| -|cran|[aod](https://cran.r-project.org/package=aod)|4.959268601876075e-06| -|cran|gdalUtils|4.953602620087336e-06| -|cran|TeachingDemos|4.953602620087336e-06| -|cran|plotmo|4.953602620087336e-06| -|cran|ipred|4.929514401674581e-06| -|cran|[emld](https://docs.ropensci.org/emld/)|4.9150031191515955e-06| -|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.904577954796296e-06| -|cran|BiocVersion|4.865554317223428e-06| -|cran|modeltools|4.8493162491381285e-06| -|cran|gld|4.822779880891031e-06| -|cran|[loo](https://mc-stan.org/loo/)|4.821912713240328e-06| -|cran|Biobase|4.8149033233722936e-06| -|cran|[rsample](https://rsample.tidymodels.org)|4.808937010362567e-06| -|cran|scagnostics|4.7724818849273e-06| -|cran|labelled|4.7724818849273e-06| -|cran|intergraph|4.7724818849273e-06| -|cran|broom.helpers|4.7724818849273e-06| -|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.764089787287833e-06| -|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.752687269062816e-06| -|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.715664707620579e-06| -|cran|PolynomF|4.692886692714319e-06| -|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.674983479681501e-06| -|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.673537822525409e-06| -|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.666709968389747e-06| -|cran|mlogit|4.653418866842412e-06| -|cran|RcppCCTZ|4.634612385431163e-06| -|cran|genieclust|4.631940112289457e-06| -|cran|getopt|4.631940112289457e-06| -|cran|leaps|4.629713218004703e-06| -|cran|bignum|4.5725562646960025e-06| -|cran|future.callr|4.5217922001811254e-06| -|cran|[solrium](https://github.com/ropensci/solrium)|4.496341495113335e-06| -|cran|spls|4.48919416877793e-06| -|cran|FastRWeb|4.458242358078603e-06| -|cran|quantmod|4.458242358078603e-06| -|cran|truncreg|4.444608589399464e-06| -|cran|panelr|4.444608589399464e-06| -|cran|metaBMA|4.444608589399464e-06| -|cran|ivreg|4.444608589399464e-06| -|cran|GLMMadaptive|4.444608589399464e-06| -|cran|clubSandwich|4.444608589399464e-06| -|cran|cgam|4.444608589399464e-06| -|cran|blme|4.444608589399464e-06| -|cran|geojsonlint|4.43894260761073e-06| -|cran|topicmodels|4.43480880719242e-06| -|cran|akima|4.433581565814103e-06| -|cran|[data.tree](http://github.com/gluc/data.tree)|4.405259160812606e-06| -|cran|ggfittext|4.403202328966521e-06| -|cran|RcppBigIntAlgos|4.403202328966521e-06| -|cran|robust|4.403045071740487e-06| -|cran|taxadb|4.400343106674984e-06| -|cran|assertive.code|4.388153790590012e-06| -|cran|assertive.reflection|4.388153790590012e-06| -|cran|assertive.data.us|4.388153790590012e-06| -|cran|assertive.data.uk|4.388153790590012e-06| -|cran|assertive.data|4.388153790590012e-06| -|cran|assertive.models|4.388153790590012e-06| -|cran|assertive.matrices|4.388153790590012e-06| -|cran|assertive.sets|4.388153790590012e-06| -|cran|assertive.files|4.388153790590012e-06| -|cran|assertive.datetimes|4.388153790590012e-06| -|cran|assertive.strings|4.388153790590012e-06| -|cran|assertive.numbers|4.388153790590012e-06| -|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.325123566389945e-06| -|cran|[logger](https://daroczig.github.io/logger/)|4.324988603099962e-06| -|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.244446294413266e-06| -|cran|gdtools|4.225317029557434e-06| -|cran|[redux](https://github.com/richfitz/redux)|4.203056768558964e-06| -|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1549624254082635e-06| -|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.151765945015069e-06| -|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.146426954477074e-06| -|cran|locfit|4.139907393464841e-06| -|cran|bookdown|4.124470202928333e-06| -|cran|nonnest2|4.122675728975912e-06| -|cran|officer|4.122520463907502e-06| -|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.103341391141614e-06| -|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.081253898939494e-06| -|cran|stm|4.074546798458789e-06| -|cran|sparsesvd|4.052947598253275e-06| -|cran|FMStable|4.052947598253275e-06| -|cran|MuMIn|4.0471158563590205e-06| -|cran|distributional|3.982676711934354e-06| -|cran|Bessel|3.9778930131004365e-06| -|cran|[archive](https://archive.r-lib.org/)|3.974256125096121e-06| -|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.96288209606987e-06| -|cran|transport|3.962882096069869e-06| -|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.949025864964731e-06| -|cran|TH.data|3.932091537912033e-06| -|cran|[posterior](https://mc-stan.org/posterior/)|3.915315365103044e-06| -|cran|tracerer|3.887037462652264e-06| -|cran|stabledist|3.872955156197514e-06| -|cran|skewt|3.872301933873987e-06| -|cran|catdata|3.872301933873987e-06| -|cran|MPV|3.872301933873987e-06| -|cran|fit.models|3.872301933873987e-06| -|cran|DEoptimR|3.872301933873987e-06| -|cran|pso|3.866663050259025e-06| -|cran|feather|3.866498095126822e-06| -|cran|spacetime|3.822203697550788e-06| -|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.767025369099625e-06| -|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.74118239838764e-06| -|cran|[move](https://bartk.gitlab.io/move/)|3.7312850904553968e-06| -|cran|goftest|3.689579882547809e-06| -|cran|tensor|3.689579882547809e-06| -|cran|spatstat.sparse|3.689579882547809e-06| -|cran|ellipse|3.6823573783849204e-06| -|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.678266570316408e-06| -|cran|[servr](https://github.com/yihui/servr)|3.657302713661877e-06| -|cran|doRNG|3.655758733624454e-06| -|cran|keras|3.6511590124081994e-06| -|cran|[rdflib](https://github.com/ropensci/rdflib)|3.6393815167988593e-06| -|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.63901018922853e-06| -|DESCRIPTION|gitlab/libreumg/dataquier|3.63901018922853e-06| -|DESCRIPTION|gitlab/ampere2/metalwalls|3.63901018922853e-06| -|DESCRIPTION|github/kateharborne/SimSpin|3.63901018922853e-06| -|DESCRIPTION|github/ezer/PAFway|3.63901018922853e-06| -|DESCRIPTION|github/RitchieLab/hudson|3.63901018922853e-06| -|DESCRIPTION|github/VBlesius/RHRT|3.63901018922853e-06| -|DESCRIPTION|github/genostats/LowKi|3.63901018922853e-06| -|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.63901018922853e-06| -|DESCRIPTION|github/NathanSkene/EWCE|3.63901018922853e-06| -|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.63901018922853e-06| -|DESCRIPTION|github/epiforecasts/covidregionaldata|3.63901018922853e-06| -|DESCRIPTION|github/chrisaberson/BetterReg|3.63901018922853e-06| -|DESCRIPTION|github/riatelab/osrm|3.63901018922853e-06| -|DESCRIPTION|github/r-lib/gert|3.63901018922853e-06| -|DESCRIPTION|github/r-lib/credentials|3.63901018922853e-06| -|DESCRIPTION|github/humanfactors/FIPS|3.63901018922853e-06| -|DESCRIPTION|github/bartongroup/RoSA|3.63901018922853e-06| -|DESCRIPTION|github/snystrom/memes|3.63901018922853e-06| -|DESCRIPTION|github/flosalbizziae/kataegis|3.63901018922853e-06| -|DESCRIPTION|github/stemangiola/tidyHeatmap|3.63901018922853e-06| -|DESCRIPTION|github/rajewsky-lab/dropbead|3.63901018922853e-06| -|DESCRIPTION|github/mgcooper/baseflow|3.63901018922853e-06| -|DESCRIPTION|github/takfung/ResDisMapper|3.63901018922853e-06| -|DESCRIPTION|github/metaOmics/MetaPath|3.63901018922853e-06| -|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.63901018922853e-06| -|DESCRIPTION|github/LindaNab/mecor|3.63901018922853e-06| -|DESCRIPTION|github/inrae/RCaNmodel|3.63901018922853e-06| -|DESCRIPTION|github/dgrun/FateID|3.63901018922853e-06| -|DESCRIPTION|github/isoverse/isoreader|3.63901018922853e-06| -|DESCRIPTION|github/databio/GenomicDistributions|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProFound|3.63901018922853e-06| -|DESCRIPTION|github/asgr/NFWdist|3.63901018922853e-06| -|DESCRIPTION|github/asgr/celestial|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProPane|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProSpect|3.63901018922853e-06| -|DESCRIPTION|github/asgr/Rfits|3.63901018922853e-06| -|DESCRIPTION|github/asgr/ProFuse|3.63901018922853e-06| -|DESCRIPTION|github/asgr/hyper.fit|3.63901018922853e-06| -|DESCRIPTION|github/asgr/Rwcs|3.63901018922853e-06| -|DESCRIPTION|github/prioritizr/wdpar|3.63901018922853e-06| -|DESCRIPTION|github/niceume/datasailr|3.63901018922853e-06| -|DESCRIPTION|github/koenderks/jaspAudit|3.63901018922853e-06| -|DESCRIPTION|github/lsds/Neptune|3.63901018922853e-06| -|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.63901018922853e-06| -|DESCRIPTION|github/bblodfon/emba|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.63901018922853e-06| -|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.63901018922853e-06| -|DESCRIPTION|github/oneilsh/tidytensor|3.63901018922853e-06| -|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.63901018922853e-06| -|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.63901018922853e-06| -|DESCRIPTION|github/abschneider/StrainHub|3.63901018922853e-06| -|DESCRIPTION|github/sjbeckett/localcovid19now|3.63901018922853e-06| -|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.63901018922853e-06| -|DESCRIPTION|github/nanakiksc/zerone|3.63901018922853e-06| -|DESCRIPTION|github/azizka/IUCNN|3.63901018922853e-06| -|DESCRIPTION|github/tbep-tech/tbeptools|3.63901018922853e-06| -|DESCRIPTION|github/SofieVG/FlowSOM|3.63901018922853e-06| -|DESCRIPTION|github/rickhelmus/patRoon|3.63901018922853e-06| -|DESCRIPTION|github/Hegghammer/daiR|3.63901018922853e-06| -|DESCRIPTION|github/msaland/THInCR-Suite|3.63901018922853e-06| -|DESCRIPTION|github/asancpt/caffsim|3.63901018922853e-06| -|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.63901018922853e-06| -|DESCRIPTION|github/IMMM-SFA/gamut|3.63901018922853e-06| -|DESCRIPTION|github/lrnv/cort|3.63901018922853e-06| -|DESCRIPTION|github/INCEPTdk/adaptr|3.63901018922853e-06| -|DESCRIPTION|github/orbisgis/lczexplore|3.63901018922853e-06| -|DESCRIPTION|github/TeamPerie/CellDestiny|3.63901018922853e-06| -|DESCRIPTION|github/s-abbas/robnptests|3.63901018922853e-06| -|DESCRIPTION|github/Pinlyu3/LRLoop|3.63901018922853e-06| -|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.63901018922853e-06| -|DESCRIPTION|github/wadpac/GGIR|3.63901018922853e-06| -|DESCRIPTION|github/fumi-github/omicwas|3.63901018922853e-06| -|DESCRIPTION|github/sachsmc/cosinor|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dbparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bowerbird|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dataaimsr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/FedData|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MODISTools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nasapower|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider.devtools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ezknitr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdefra|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/webmockr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/workloopR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/microdemic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ecoengine|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/timefuzz|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nodbi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylogram|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rsat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cld2|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidync|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmplotr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RefManageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/zbank|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rinat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mauricer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geojsonio|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxize|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phonfieldwork|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/finch|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/landscapetools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/popler|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/medrxivr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wdman|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/traits|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/isdparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bomrang|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/essurvey|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/brranching|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/av|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/visdat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spiro|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ritis|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treebase|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfishbase|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nlrx|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rppo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mcbette|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/c14bazAAR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/infx|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/crul|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/charlatan|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rglobi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hddtools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ghql|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxlist|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearth|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/CoordinateCleaner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcitoid|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxizedb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/GSODR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jqr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spelling|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/drake|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdataretriever|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rebird|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stplanr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrricanes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rbace|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rentrez|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pathviewr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dittodb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/codemetar|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chlorpromazineR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stantargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cde|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/terrainr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/writexl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/internetarchive|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rorcid|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/eia|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/SymbiotaR2|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bikedata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/trufflesniffer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/EML|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrricanesdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mapscanner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rmangal|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylotaR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gutenbergr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pixelclasser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rromeo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/staypuft|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/piggyback|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fulltext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treedata.table|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/excluder|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rplos|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/getCRUCLdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rAvis|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/beastier|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/photosearcher|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cffr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MODIStsp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/unrtf|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/readODS|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bold|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxadb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dataspice|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/lingtypology|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cleanEHR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/virtuoso|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/iheatmapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DoOR.data|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rbhl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencage|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/helminthR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rzmq|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jsonvalidate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ruODK|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/USAboundariesData|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fingertipsR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/babette|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nomisr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencontext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/onekp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/namext|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rerddap|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rWBclimate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osfr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/MtreeRing|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ots|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/refimpact|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/grainchanger|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/PostcodesioR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/phylocomr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rtika|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/oai|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/seasl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/solrium|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/suppdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mctq|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mregions|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfema|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ckanr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tif|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearthhires|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/weathercan|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RSelenium|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/xslt|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geojsonlint|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bittrex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/baRcodeR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rrlite|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DoOR.functions|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/predictNMB|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/europepmc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hydroscoper|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/unifir|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnaturalearthdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/lightr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tinkr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/qualtRics|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/mapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pdftools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/geonames|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hoardr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgbif|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/qpdf|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jagstargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/Rclean|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/exoplanets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rusda|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/emld|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jsonld|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnassqs|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/addressable|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/taxview|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidyqpcr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/camsRad|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opentripplanner|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ijtiff|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/Rpolyhedra|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rotl|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cchecks|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/graphql|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/censo2017|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/neotoma|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wateRinfo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/restez|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rredlist|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rAltmetric|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/patentsview|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/assertr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cyphr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/biomartr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ramlegacy|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/googleLanguageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/RNeXML|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/USAboundaries|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/parzer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spocc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tacmagic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/fauxpas|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnpn|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rvertnet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jstor|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/circle|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/randgeo|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/targets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outsider.base|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/datapack|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/robotstxt|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/jenkins|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/aRxiv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/nbaR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/clifro|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcol|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/paleobioDB|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/riem|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rperseus|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/outcomerate|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/natserv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfigshare|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/spatsoc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/beautier|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tracerer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/AntWeb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdryad|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/citecorp|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/EndoMineR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/coder|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DataSpaceR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rfisheries|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/historydata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pubchunks|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/NLMR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/awardFindR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pendulum|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/BaseSet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/katex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/git2rdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/conditionz|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/antanym|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidypmc|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/worrms|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wikitaxa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gistr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/citesdb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmdata|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/antiword|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/hunspell|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/vcr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/sofa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/allodb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gtfsr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/textreuse|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/pangaear|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdflib|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/UCSCXenaTools|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcites|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/colocr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/smapr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tidyhydat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/binman|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/arkdb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tradestatistics|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/prism|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/stats19|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdatacite|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/getlandsat|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tarchetypes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/dbhydroR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/daiquiri|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcoreoa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/webchem|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/plotly|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gitignore|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rcrossref|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bibtex|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/wellknown|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/skimr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cld3|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rb3|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/magick|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/comtradr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/handlr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/osmextract|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/refsplitr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/treestartr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/epubr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rnoaa|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/git2r|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rdhs|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/plater|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tiler|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tabulizer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tesseract|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/bib2df|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/roadoi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rsnps|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chromer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/skynet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rtweet|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/slopes|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/chirps|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgpdd|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/DataPackageR|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/gittargets|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/ssh|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/rgnparser|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/tokenizers|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/scrubr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/opencv|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/elastic|3.63901018922853e-06| -|DESCRIPTION|github/ropensci/cRegulome|3.63901018922853e-06| -|DESCRIPTION|github/TomKellyGenetics/graphsim|3.63901018922853e-06| -|DESCRIPTION|github/insightsengineering/rbmi|3.63901018922853e-06| -|DESCRIPTION|github/jgrembi/riskCommunicator|3.63901018922853e-06| -|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.63901018922853e-06| -|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.63901018922853e-06| -|DESCRIPTION|github/flyaflya/causact|3.63901018922853e-06| -|DESCRIPTION|github/lasseignelab/CINmetrics|3.63901018922853e-06| -|DESCRIPTION|github/CTU-Bern/presize|3.63901018922853e-06| -|DESCRIPTION|github/q1cui/discourseGT|3.63901018922853e-06| -|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.63901018922853e-06| -|DESCRIPTION|github/david-barnett/microViz|3.63901018922853e-06| -|DESCRIPTION|github/fchuffar/protopackage|3.63901018922853e-06| -|DESCRIPTION|github/cjbarrie/academictwitteR|3.63901018922853e-06| -|DESCRIPTION|github/txopen/histoc|3.63901018922853e-06| -|DESCRIPTION|github/gtonkinhill/fastbaps|3.63901018922853e-06| -|DESCRIPTION|github/tidymodels/stacks|3.63901018922853e-06| -|DESCRIPTION|github/tidymodels/infer|3.63901018922853e-06| -|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.63901018922853e-06| -|DESCRIPTION|github/highamm/sptotal|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/signnet|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/netrankr|3.63901018922853e-06| -|DESCRIPTION|github/schochastics/graphlayouts|3.63901018922853e-06| -|DESCRIPTION|github/jorittmo/singcar|3.63901018922853e-06| -|DESCRIPTION|github/CornellLabofOrnithology/auk|3.63901018922853e-06| -|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.63901018922853e-06| -|DESCRIPTION|github/wesleyburr/subMaldi|3.63901018922853e-06| -|DESCRIPTION|github/esplint/IRACpm|3.63901018922853e-06| -|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.63901018922853e-06| -|DESCRIPTION|github/NLeSC/compressing-the-sky|3.63901018922853e-06| -|DESCRIPTION|github/OrlandoLam/SAMT|3.63901018922853e-06| -|DESCRIPTION|github/YuLab-SMU/treeio|3.63901018922853e-06| -|DESCRIPTION|github/bommert/stabm|3.63901018922853e-06| -|DESCRIPTION|github/deweylab/RSEM|3.63901018922853e-06| -|DESCRIPTION|github/xoopR/set6|3.63901018922853e-06| -|DESCRIPTION|github/GOVS-pack/GOVS|3.63901018922853e-06| -|DESCRIPTION|github/wjakethompson/measr|3.63901018922853e-06| -|DESCRIPTION|github/EpiVec/TDLM|3.63901018922853e-06| -|DESCRIPTION|github/HajkD/LTRpred|3.63901018922853e-06| -|DESCRIPTION|github/prdm0/ropenblas|3.63901018922853e-06| -|DESCRIPTION|github/VincentAlcazer/StatAid|3.63901018922853e-06| -|DESCRIPTION|github/justinmathias/isocalcR|3.63901018922853e-06| -|DESCRIPTION|github/BMILAB/scLINE|3.63901018922853e-06| -|DESCRIPTION|github/cran/irtplay|3.63901018922853e-06| -|DESCRIPTION|github/isakro/shoredate|3.63901018922853e-06| -|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/ring|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/cinterpolate|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/dust|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/individual|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/provisionr|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/squire|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/dde|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/drjacoby|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/rrq|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/odin|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/sircovid|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.63901018922853e-06| -|DESCRIPTION|github/mrc-ide/EpiEstim|3.63901018922853e-06| -|DESCRIPTION|github/johnschwenck/bp|3.63901018922853e-06| -|DESCRIPTION|github/easystats/effectsize|3.63901018922853e-06| -|DESCRIPTION|github/easystats/correlation|3.63901018922853e-06| -|DESCRIPTION|github/easystats/parameters|3.63901018922853e-06| -|DESCRIPTION|github/easystats/performance|3.63901018922853e-06| -|DESCRIPTION|github/V-Bernal/GeneNetTools|3.63901018922853e-06| -|DESCRIPTION|github/CajoterBraak/demc2|3.63901018922853e-06| -|DESCRIPTION|github/mmahmoudian/sivs|3.63901018922853e-06| -|DESCRIPTION|github/aranyics/ReDCM|3.63901018922853e-06| -|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.63901018922853e-06| -|DESCRIPTION|github/astrostat/LIRA|3.63901018922853e-06| -|DESCRIPTION|github/astrostat/Automark|3.63901018922853e-06| -|DESCRIPTION|github/ArgoCanada/argodata|3.63901018922853e-06| -|DESCRIPTION|github/tinglabs/scAIDE|3.63901018922853e-06| -|DESCRIPTION|github/insilico/cncv|3.63901018922853e-06| -|DESCRIPTION|github/LTLA/basilisk|3.63901018922853e-06| -|DESCRIPTION|github/alesantuz/musclesyneRgies|3.63901018922853e-06| -|DESCRIPTION|github/chainsawriot/oolong|3.63901018922853e-06| -|DESCRIPTION|github/chainsawriot/sweater|3.63901018922853e-06| -|DESCRIPTION|github/tidyverse/glue|3.63901018922853e-06| -|DESCRIPTION|github/LucyMcGowan/tipr|3.63901018922853e-06| -|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.63901018922853e-06| -|DESCRIPTION|github/abmantz/rgw|3.63901018922853e-06| -|DESCRIPTION|github/weizhouUMICH/SAIGE|3.63901018922853e-06| -|DESCRIPTION|github/maize-genetics/rTASSEL|3.63901018922853e-06| -|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.63901018922853e-06| -|DESCRIPTION|github/nand1155/CausNet|3.63901018922853e-06| -|DESCRIPTION|github/zoometh/iconr|3.63901018922853e-06| -|DESCRIPTION|github/alstat/ALUES|3.63901018922853e-06| -|DESCRIPTION|github/KiranLDA/PAMLr|3.63901018922853e-06| -|DESCRIPTION|github/bcgov/shinyssdtools|3.63901018922853e-06| -|DESCRIPTION|github/bcgov/bcdata|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/ambrosia|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/plutus|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/osiris|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/rmap|3.63901018922853e-06| -|DESCRIPTION|github/JGCRI/rfasst|3.63901018922853e-06| -|DESCRIPTION|github/nevrome/bleiglas|3.63901018922853e-06| -|DESCRIPTION|github/mlr-org/mcboost|3.63901018922853e-06| -|DESCRIPTION|github/JSB-UCLA/scPNMF|3.63901018922853e-06| -|DESCRIPTION|github/tlverse/hal9001|3.63901018922853e-06| -|DESCRIPTION|github/rqtl/qtl2|3.63901018922853e-06| -|DESCRIPTION|github/konfound-project/konfound|3.63901018922853e-06| -|DESCRIPTION|github/YenWenWang/HapDipKinship|3.63901018922853e-06| -|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.63901018922853e-06| -|DESCRIPTION|github/r-spatial/rgee|3.63901018922853e-06| -|DESCRIPTION|github/julia-wrobel/registr|3.63901018922853e-06| -|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.63901018922853e-06| -|DESCRIPTION|github/BrianAronson/birankr|3.63901018922853e-06| -|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.63901018922853e-06| -|DESCRIPTION|github/AgrDataSci/climatrends|3.63901018922853e-06| -|DESCRIPTION|github/mmollina/viewpoly|3.63901018922853e-06| -|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.63901018922853e-06| -|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.63901018922853e-06| -|DESCRIPTION|github/donaldRwilliams/BGGM|3.63901018922853e-06| -|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.63901018922853e-06| -|DESCRIPTION|github/dsoave/JLS|3.63901018922853e-06| -|DESCRIPTION|github/hope-data-science/tidyfst|3.63901018922853e-06| -|DESCRIPTION|github/vbaliga/gaussplotR|3.63901018922853e-06| -|DESCRIPTION|github/shangguandong1996/FindIT2|3.63901018922853e-06| -|DESCRIPTION|github/YonghuiDong/RawHummus|3.63901018922853e-06| -|DESCRIPTION|github/maximewack/viroCapt|3.63901018922853e-06| -|DESCRIPTION|github/jessecambon/tidygeocoder|3.63901018922853e-06| -|DESCRIPTION|github/annajenul/UBayFS|3.63901018922853e-06| -|DESCRIPTION|github/ColemanRHarris/mxnorm|3.63901018922853e-06| -|DESCRIPTION|github/zhouzilu/DENDRO|3.63901018922853e-06| -|DESCRIPTION|github/ecological-cities/home2park|3.63901018922853e-06| -|DESCRIPTION|github/dpseidel/stmove|3.63901018922853e-06| -|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.63901018922853e-06| -|DESCRIPTION|github/mingzehuang/latentcor|3.63901018922853e-06| -|DESCRIPTION|github/dankelley/oce|3.63901018922853e-06| -|DESCRIPTION|github/Martindelosrios/MeSsI|3.63901018922853e-06| -|DESCRIPTION|github/Martindelosrios/ROGER|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/qcoder|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/gendercoder|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/allcontributors|3.63901018922853e-06| -|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.63901018922853e-06| -|DESCRIPTION|github/adriancorrendo/metrica|3.63901018922853e-06| -|DESCRIPTION|github/yiling0210/APIR|3.63901018922853e-06| -|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.63901018922853e-06| -|DESCRIPTION|github/JonasRieger/ldaPrototype|3.63901018922853e-06| -|DESCRIPTION|github/msalibian/RBF|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/monkeylearn|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/arresteddev|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/reviewer|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-archive/rodev|3.63901018922853e-06| -|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.63901018922853e-06| -|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.63901018922853e-06| -|DESCRIPTION|github/mdsteiner/EFAtools|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/haldensify|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/txshift|3.63901018922853e-06| -|DESCRIPTION|github/nhejazi/medoutcon|3.63901018922853e-06| -|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/autotest|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-review-tools/srr|3.63901018922853e-06| -|DESCRIPTION|github/johannes-titz/cofad|3.63901018922853e-06| -|DESCRIPTION|github/ants-project/ANTs|3.63901018922853e-06| -|DESCRIPTION|github/blind-contours/SuperNOVA|3.63901018922853e-06| -|DESCRIPTION|github/signaturescience/skater|3.63901018922853e-06| -|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.63901018922853e-06| -|DESCRIPTION|github/MRCIEU/metaboprep|3.63901018922853e-06| -|DESCRIPTION|github/taranu/AllStarFit|3.63901018922853e-06| -|DESCRIPTION|github/ConnorDonegan/geostan|3.63901018922853e-06| -|DESCRIPTION|github/akcochrane/TEfits|3.63901018922853e-06| -|DESCRIPTION|github/stefanoMP/massiveGST|3.63901018922853e-06| -|DESCRIPTION|github/ec363/fpcountr|3.63901018922853e-06| -|DESCRIPTION|github/tgrimes/SeqNet|3.63901018922853e-06| -|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.63901018922853e-06| -|DESCRIPTION|github/timoast/signac|3.63901018922853e-06| -|DESCRIPTION|github/GreiffLab/immuneREF|3.63901018922853e-06| -|DESCRIPTION|github/cosimameyer/overviewR|3.63901018922853e-06| -|DESCRIPTION|github/mcsiple/mmrefpoints|3.63901018922853e-06| -|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/roblog|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/pkgreviewr|3.63901018922853e-06| -|DESCRIPTION|github/ropensci-org/rotemplate|3.63901018922853e-06| -|DESCRIPTION|github/rcarragh/c212|3.63901018922853e-06| -|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.63901018922853e-06| -|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.63901018922853e-06| -|DESCRIPTION|github/haoharryfeng/NeuCA|3.63901018922853e-06| -|DESCRIPTION|github/dieghernan/tidyterra|3.63901018922853e-06| -|DESCRIPTION|github/saeyslab/PeacoQC|3.63901018922853e-06| -|DESCRIPTION|github/saeyslab/nichenetr|3.63901018922853e-06| -|DESCRIPTION|github/binzhulab/SUITOR|3.63901018922853e-06| -|DESCRIPTION|github/anwarbio/bioassays|3.63901018922853e-06| -|DESCRIPTION|github/andyphilips/dynamac|3.63901018922853e-06| -|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.63901018922853e-06| -|DESCRIPTION|github/OwenWard/ppdiag|3.63901018922853e-06| -|DESCRIPTION|github/samhforbes/PupillometryR|3.63901018922853e-06| -|DESCRIPTION|github/rudeboybert/forestecology|3.63901018922853e-06| -|DESCRIPTION|github/bcjaeger/aorsf|3.63901018922853e-06| -|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.63901018922853e-06| -|DESCRIPTION|github/Merck/pkglite|3.63901018922853e-06| -|DESCRIPTION|github/NeotomaDB/neotoma2|3.63901018922853e-06| -|DESCRIPTION|github/SchlossLab/mikropml|3.63901018922853e-06| -|DESCRIPTION|github/rx-li/EasyCellType|3.63901018922853e-06| -|DESCRIPTION|github/raredd/kmdata|3.63901018922853e-06| -|DESCRIPTION|github/pydemull/activAnalyzer|3.63901018922853e-06| -|DESCRIPTION|github/rauschenberger/transreg|3.63901018922853e-06| -|DESCRIPTION|github/rauschenberger/joinet|3.63901018922853e-06| -|DESCRIPTION|github/jackmwolf/tehtuner|3.63901018922853e-06| -|DESCRIPTION|github/yuliadm/mixComp|3.63901018922853e-06| -|DESCRIPTION|github/lydialucchesi/Vizumap|3.63901018922853e-06| -|DESCRIPTION|github/ShixiangWang/sigminer|3.63901018922853e-06| -|DESCRIPTION|github/ejikeugba/gofcat|3.63901018922853e-06| -|DESCRIPTION|github/ejikeugba/serp|3.63901018922853e-06| -|DESCRIPTION|github/ICRAR/ProFit|3.63901018922853e-06| -|DESCRIPTION|github/martin3141/spant|3.63901018922853e-06| -|DESCRIPTION|github/saezlab/PHONEMeS|3.63901018922853e-06| -|DESCRIPTION|github/Dulab2020/ARMT|3.63901018922853e-06| -|DESCRIPTION|github/r-cas/caracas|3.63901018922853e-06| -|DESCRIPTION|github/radio1988/OneStopRNAseq|3.63901018922853e-06| -|DESCRIPTION|github/xiaotiand/FunFor|3.63901018922853e-06| -|DESCRIPTION|github/pmoulos/metaseqR2|3.63901018922853e-06| -|DESCRIPTION|github/kadyb/rgugik|3.63901018922853e-06| -|DESCRIPTION|github/r-spatialecology/shar|3.63901018922853e-06| -|DESCRIPTION|github/n8thangreen/BCEA|3.63901018922853e-06| -|DESCRIPTION|github/SJTU-CGM/ivTerm|3.63901018922853e-06| -|DESCRIPTION|github/vimc/dettl|3.63901018922853e-06| -|DESCRIPTION|github/vimc/vaultr|3.63901018922853e-06| -|DESCRIPTION|github/vimc/orderly|3.63901018922853e-06| -|DESCRIPTION|github/kendomaniac/rCASC|3.63901018922853e-06| -|DESCRIPTION|github/kendomaniac/docker4seq|3.63901018922853e-06| -|DESCRIPTION|github/obreschkow/dftools|3.63901018922853e-06| -|DESCRIPTION|github/llrs/experDesign|3.63901018922853e-06| -|DESCRIPTION|github/DidierMurilloF/FielDHub|3.63901018922853e-06| -|DESCRIPTION|github/MAnalytics/opitools|3.63901018922853e-06| -|DESCRIPTION|github/MAnalytics/akmedoids|3.63901018922853e-06| -|DESCRIPTION|github/NSAPH-Software/CRE|3.63901018922853e-06| -|DESCRIPTION|github/ClaudioZandonella/PRDA|3.63901018922853e-06| -|DESCRIPTION|github/gasparl/possa|3.63901018922853e-06| -|DESCRIPTION|github/SietzeN/glottospace|3.63901018922853e-06| -|DESCRIPTION|github/Natsiopoulos/ARDL|3.63901018922853e-06| -|DESCRIPTION|github/rhenkin/visxhclust|3.63901018922853e-06| -|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.63901018922853e-06| -|DESCRIPTION|github/Jinsl-lab/SDImpute|3.63901018922853e-06| -|DESCRIPTION|github/USEPA/nsink|3.63901018922853e-06| -|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.63901018922853e-06| -|DESCRIPTION|github/GaryBAYLOR/mixR|3.63901018922853e-06| -|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.63901018922853e-06| -|DESCRIPTION|github/liuhong-jia/scAnno|3.63901018922853e-06| -|DESCRIPTION|github/gabraham/flashpca|3.63901018922853e-06| -|DESCRIPTION|github/bluefoxr/COINr|3.63901018922853e-06| -|DESCRIPTION|github/adithirgis/pollucheck|3.63901018922853e-06| -|DESCRIPTION|github/constantAmateur/SoupX|3.63901018922853e-06| -|DESCRIPTION|github/TheMillerLab/genetex|3.63901018922853e-06| -|DESCRIPTION|github/AngusWright/LAMBDAR|3.63901018922853e-06| -|DESCRIPTION|github/zizroc/villager|3.63901018922853e-06| -|cran|socialmixr|3.602620087336252e-06| -|cran|LSD|3.602620087336245e-06| -|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.602620087336245e-06| -|cran|outbreaks|3.6026200873362443e-06| -|cran|aweek|3.6026200873362443e-06| -|cran|[rmsfact](NA)|3.5665938864628827e-06| -|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.5665938864628827e-06| -|cran|geomorph|3.566593886462882e-06| -|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.5109002780911103e-06| -|cran|clv|3.4675218340611363e-06| -|cran|plainview|3.4675218340611355e-06| -|cran|mapdeck|3.4675218340611355e-06| -|cran|[geojson](https://docs.ropensci.org/geojson)|3.4525109170305695e-06| -|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4421827058958298e-06| -|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4392155333749217e-06| -|cran|[float](https://github.com/wrathematics/float)|3.4392155333749217e-06| -|cran|ncbit|3.429417198522002e-06| -|cran|subplex|3.429417198522002e-06| -|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.4259952569496845e-06| -|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.4096225826575177e-06| -|cran|thor|3.3967560823456025e-06| -|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.387320648783531e-06| -|cran|gcookbook|3.3706844896083007e-06| -|cran|polycor|3.3469102194644235e-06| -|cran|imbalance|3.302401746724891e-06| -|cran|prodlim|3.302401746724891e-06| -|cran|pec|3.302401746724891e-06| -|cran|limma|3.2742508291265903e-06| -|cran|misc3d|3.2693777292576416e-06| -|cran|aws.signature|3.2559814318740596e-06| -|cran|princurve|3.24235807860262e-06| -|cran|brglm|3.24235807860262e-06| -|cran|maxLik|3.24235807860262e-06| -|cran|logging|3.2361227746053076e-06| -|cran|rsyslog|3.2361227746053076e-06| -|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2361145594485232e-06| -|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.235022426841091e-06| -|cran|[gistr](https://github.com/ropensci/gistr)|3.225072780203786e-06| -|cran|PCICt|3.201617746929357e-06| -|cran|paws|3.2008315014911687e-06| -|cran|clustermq|3.2008315014911687e-06| -|cran|grpreg|3.184458827199002e-06| -|cran|arules|3.184458827199002e-06| -|cran|registry|3.090276044915783e-06| -|cran|pvclust|3.0888857670597716e-06| -|cran|[themis](https://github.com/tidymodels/themis)|3.0819206971622086e-06| -|cran|superpc|3.0819206971622086e-06| -|cran|subselect|3.0819206971622086e-06| -|cran|pamr|3.0819206971622086e-06| -|cran|BradleyTerry2|3.0819206971622086e-06| -|cran|ModelMetrics|3.0819206971622086e-06| -|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0569959970887944e-06| -|cran|yulab.utils|3.044066586643851e-06| -|cran|farver|2.9971377197167074e-06| -|cran|corpus.JSS.papers|2.9721615720524017e-06| -|cran|lasso2|2.9721615720524017e-06| -|cran|ggfun|2.9721615720524017e-06| -|cran|robustlmm|2.9721615720524017e-06| -|cran|multgee|2.9721615720524017e-06| -|cran|merTools|2.9721615720524017e-06| -|cran|marginaleffects|2.9721615720524017e-06| -|cran|logistf|2.9721615720524017e-06| -|cran|JM|2.9721615720524017e-06| -|cran|gmnl|2.9721615720524017e-06| -|cran|fungible|2.9721615720524017e-06| -|cran|feisr|2.9721615720524017e-06| -|cran|estimatr|2.9721615720524017e-06| -|cran|crch|2.9721615720524017e-06| -|cran|censReg|2.9721615720524017e-06| -|cran|bife|2.9721615720524017e-06| -|cran|bdsmatrix|2.9721615720524017e-06| -|cran|[leafem](https://github.com/r-spatial/leafem)|2.9573650966937016e-06| -|cran|[arm](https://CRAN.R-project.org/package=arm)|2.9383870087336254e-06| -|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9271288209606995e-06| -|cran|sparklyr|2.9271288209606987e-06| -|cran|sjmisc|2.9013958203368688e-06| -|cran|[progressr](https://progressr.futureverse.org)|2.8915766490462047e-06| -|cran|distr6|2.8716536928042532e-06| -|cran|hardhat|2.8597022880194015e-06| -|cran|ppcor|2.85495579577355e-06| -|cran|decor|2.830630068621335e-06| -|cran|[mlr3](https://mlr3.mlr-org.com)|2.825466255787123e-06| -|cran|rainbow|2.802323767935121e-06| -|cran|procmaps|2.787574695472305e-06| -|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7505400110117523e-06| -|cran|tablerDash|2.748582820255499e-06| -|cran|argonDash|2.748582820255499e-06| -|cran|argonR|2.748582820255499e-06| -|cran|TMB|2.746230548226662e-06| -|cran|RProtoBuf|2.743533758817602e-06| -|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7276980661260145e-06| -|cran|affy|2.716098421229426e-06| -|cran|marray|2.716098421229426e-06| -|cran|lm.beta|2.7025222898141272e-06| -|cran|mlapi|2.6816495386938964e-06| -|cran|rsparse|2.6816495386938964e-06| -|cran|[magicaxis](NA)|2.6774574458604473e-06| -|cran|GenSA|2.6453352514203104e-06| -|cran|MonetDBLite|2.641921397379913e-06| -|cran|RgoogleMaps|2.634415938864629e-06| -|cran|systemfonts|2.6283435783515663e-06| -|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.6161883967560844e-06| -|cran|leafsync|2.5971030879600754e-06| -|cran|ExactData|2.5844883235238277e-06| -|cran|diffobj|2.5795072435419517e-06| -|cran|Epi|2.5756394260761076e-06| -|cran|memisc|2.5756394260761076e-06| -|cran|descr|2.5756394260761076e-06| -|cran|sylly.en|2.5756394260761076e-06| -|cran|sylly|2.5756394260761076e-06| -|cran|estimability|2.5746688390119587e-06| -|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5634027544507913e-06| -|cran|RWeka|2.560410210890877e-06| -|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.5599189020586477e-06| -|cran|Exact|2.5531611923295985e-06| -|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.552645943461273e-06| -|cran|DoE.base|2.5475670617592014e-06| -|cran|[text2vec](http://text2vec.org)|2.5411338116032493e-06| -|cran|RcppAnnoy|2.5395934559320995e-06| -|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5278384279476e-06| -|cran|DendSer|2.5080872213284306e-06| -|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.5018195050946164e-06| -|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.5018195050946164e-06| -|cran|[rebird](https://docs.ropensci.org/rebird/)|2.5018195050946164e-06| -|cran|[rbison](https://github.com/ropensci/rbison)|2.5018195050946164e-06| -|cran|[rgbif](https://github.com/ropensci/rgbif)|2.5018195050946164e-06| -|cran|fftw|2.4951820247749757e-06| -|cran|[clusterCrit](http:www.r-project.org)|2.4884263059395266e-06| -|cran|kknn|2.488414530558033e-06| -|cran|picante|2.476801310043668e-06| -|cran|hisse|2.476801310043668e-06| -|cran|diversitree|2.476801310043668e-06| -|cran|[gargle](https://gargle.r-lib.org)|2.4726057121158722e-06| -|cran|[txtq](https://github.com/wlandau/txtq)|2.4393894860597926e-06| -|cran|svUnit|2.4262543445325723e-06| -|cran|AlgDesign|2.4262543445325723e-06| -|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.418732762583315e-06| -|cran|RDCOMClient|2.3965255363584586e-06| -|cran|base|2.3965255363584586e-06| -|cran|BiasedUrn|2.3777292576419216e-06| -|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3669846012410977e-06| -|cran|[oai](https://github.com/ropensci/oai)|2.352566807710663e-06| -|cran|[reproj](https://github.com/hypertidy/reproj/)|2.3227266889288462e-06| -|cran|influenceR|2.3185842363920493e-06| -|cran|Rdonlp2|2.3159700561447284e-06| -|cran|gamlss.dist|2.3159700561447284e-06| -|cran|Rsolnp|2.3159700561447284e-06| -|cran|[correlation](https://easystats.github.io/correlation/)|2.3151847194716724e-06| -|cran|[kml](http:www.r-project.org)|2.298814722395513e-06| -|cran|ranger|2.2979212154294034e-06| -|cran|R2WinBUGS|2.2862781323480013e-06| -|cran|kriging|2.2862781323480013e-06| -|cran|udunits2|2.2862781323480013e-06| -|cran|formula.tools|2.2862781323480013e-06| -|cran|plotlyGeoAssets|2.2577999310503333e-06| -|cran|listviewer|2.2577999310503333e-06| -|cran|mlr3measures|2.235471951629157e-06| -|cran|leafgl|2.2291211790393013e-06| -|cran|shinyEffects|2.2291211790393013e-06| -|cran|mclustcomp|2.2291211790393013e-06| -|cran|maotai|2.2291211790393013e-06| -|cran|CVXR|2.2291211790393013e-06| -|cran|googleAnalyticsR|2.2152757058775664e-06| -|cran|bigQueryR|2.2152757058775664e-06| -|cran|seasonal|2.2152757058775664e-06| -|cran|forecTheta|2.2152757058775664e-06| -|cran|urca|2.2152757058775664e-06| -|cran|fracdiff|2.2152757058775664e-06| -|cran|[tiff](https://www.rforge.net/tiff/)|2.201601164483262e-06| -|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.2016011644832617e-06| -|cran|wicket|2.2016011644832605e-06| -|cran|prettymapr|2.2016011644832605e-06| -|cran|rosm|2.2016011644832605e-06| -|cran|pkgmaker|2.1986275733000627e-06| -|cran|effects|2.1882947838188014e-06| -|cran|[log4r](https://github.com/johnmyleswhite/log4r)|2.1528174336580446e-06| -|cran|[r4ss](https://github.com/r4ss/r4ss)|2.128820960698689e-06| -|cran|cleanrmd|2.1229725514660014e-06| -|cran|agridat|2.122972551466001e-06| -|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1186837180286985e-06| -|cran|cyclocomp|2.104688577338543e-06| -|cran|xmlparsedata|2.104688577338543e-06| -|cran|calibrator|2.0979964038016953e-06| -|cran|alabama|2.0979964038016953e-06| -|cran|disordR|2.0979964038016953e-06| -|cran|rio|2.0877329261177805e-06| -|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.071694393861713e-06| -|cran|[ring](https://github.com/mrc-ide/ring)|2.064170898456797e-06| -|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.064170898456797e-06| -|cran|lda|2.0561954148471617e-06| -|cran|textdata|2.048072999332151e-06| -|cran|mallet|2.048072999332151e-06| -|cran|gutenbergr|2.048072999332151e-06| -|cran|[ids](https://github.com/richfitz/ids)|2.032907049282602e-06| -|cran|quanteda.textplots|2.0264737991266377e-06| -|cran|quanteda.textstats|2.0264737991266377e-06| -|cran|quanteda.textmodels|2.0264737991266377e-06| -|cran|questionr|2.0264737991266377e-06| -|cran|dockerfiler|2.0211046956130187e-06| -|cran|attachment|2.0211046956130187e-06| -|cran|mfx|2.0031901552135617e-06| -|cran|drc|2.0031901552135617e-06| -|cran|syslognet|1.989061975142761e-06| -|cran|botor|1.989061975142761e-06| -|cran|telegram|1.989061975142761e-06| -|cran|RPushbullet|1.989061975142761e-06| -|cran|slackr|1.989061975142761e-06| -|cran|odeintr|1.9814410480349346e-06| -|cran|RQuantLib|1.9814410480349346e-06| -|cran|bigstatsr|1.9814410480349346e-06| -|cran|snow|1.959666970584001e-06| -|cran|Rmpi|1.959666970584001e-06| -|cran|batchtools|1.959666970584001e-06| -|cran|BatchJobs|1.959666970584001e-06| -|cran|BBmisc|1.959666970584001e-06| -|cran|[ssh](https://docs.ropensci.org/ssh)|1.959666970584001e-06| -|cran|rematch2|1.9170442139737993e-06| -|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.910955002847923e-06| -|cran|bain|1.9072694580015413e-06| -|cran|gclus|1.897610849848841e-06| -|cran|[dde](https://github.com/mrc-ide/dde)|1.8909680096425553e-06| -|cran|movMF|1.8771546770857274e-06| -|cran|flexmix|1.8771546770857274e-06| -|cran|flexclust|1.8771546770857274e-06| -|cran|cclust|1.8771546770857274e-06| -|cran|relations|1.8771546770857274e-06| -|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8742202121023127e-06| -|cran|arkdb|1.857600982532751e-06| -|cran|[energy](https://github.com/mariarizzo/energy)|1.8399318822780218e-06| -|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8206097941359938e-06| -|cran|sn|1.8196907583994297e-06| -|cran|ProFound|1.8196907583994297e-06| -|cran|FITSio|1.8196907583994297e-06| -|cran|dials|1.8168385785273302e-06| -|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8162102161733223e-06| -|cran|kappaSize|1.801310043668126e-06| -|cran|[readtext](https://github.com/quanteda/readtext)|1.801310043668125e-06| -|cran|nLTT|1.8013100436681221e-06| -|cran|concaveman|1.799911511025523e-06| -|cran|tweenr|1.799911511025523e-06| -|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7730794282778695e-06| -|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7668021884254393e-06| -|cran|StanHeaders|1.759382999548261e-06| -|cran|shinystan|1.759382999548261e-06| -|cran|nFactors|1.7495716394498512e-06| -|cran|adehabitatHR|1.7262554585152856e-06| -|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7235262008733755e-06| -|cran|gginnards|1.7229922156825517e-06| -|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7189644416718623e-06| -|cran|CircStats|1.714708599261001e-06| -|cran|vip|1.714708599261001e-06| -|cran|pdp|1.714708599261001e-06| -|cran|stan4bart|1.714708599261001e-06| -|cran|tmle|1.714708599261001e-06| -|cran|dbarts|1.714708599261001e-06| -|cran|showimage|1.6983780411728008e-06| -|cran|ggfortify|1.6718408842794759e-06| -|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6554897067997482e-06| -|cran|[wellknown](https://github.com/ropensci/wellknown)|1.651200873362448e-06| -|cran|R2HTML|1.6512008733624455e-06| -|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.629252345006896e-06| -|cran|sangerseqR|1.62117903930131e-06| -|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6197717658296953e-06| -|cran|dendroextras|1.6164387497127098e-06| -|cran|polspline|1.6074190320232903e-06| -|cran|[rlist](https://renkun.me/rlist)|1.6011644832605637e-06| -|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5879970121811092e-06| -|cran|[workflows](https://github.com/tidymodels/workflows)|1.5666566280178694e-06| -|cran|highcharter|1.5642955642381063e-06| -|cran|soma|1.5506929941142968e-06| -|cran|tcltk2|1.5506929941142968e-06| -|cran|survAUC|1.5506929941142968e-06| -|cran|simsurv|1.5506929941142968e-06| -|cran|set6|1.5506929941142968e-06| -|cran|param6|1.5506929941142968e-06| -|cran|bujar|1.5506929941142968e-06| -|cran|[umap](https://github.com/tkonopka/umap)|1.5492695986691664e-06| -|cran|IRanges|1.548872931914632e-06| -|cran|pgdraw|1.543980037429819e-06| -|cran|matrixNormal|1.543980037429819e-06| -|cran|DiagrammeRsvg|1.5432377393349008e-06| -|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4898299241553687e-06| -|cran|sjPlot|1.486080786026201e-06| -|cran|sjstats|1.4724470173470614e-06| -|cran|projpred|1.4724470173470614e-06| -|cran|PROreg|1.4724470173470614e-06| -|cran|PMCMRplus|1.4724470173470614e-06| -|cran|PCDimension|1.4724470173470614e-06| -|cran|NbClust|1.4724470173470614e-06| -|cran|M3C|1.4724470173470614e-06| -|cran|lqmm|1.4724470173470614e-06| -|cran|lavaSearch2|1.4724470173470614e-06| -|cran|ivprobit|1.4724470173470614e-06| -|cran|FactoMineR|1.4724470173470614e-06| -|cran|factoextra|1.4724470173470614e-06| -|cran|EGAnet|1.4724470173470614e-06| -|cran|DRR|1.4724470173470614e-06| -|cran|ClassDiscovery|1.4724470173470614e-06| -|cran|cAIC4|1.4724470173470614e-06| -|cran|brglm2|1.4724470173470614e-06| -|cran|BayesFM|1.4724470173470614e-06| -|cran|pcaPP|1.456289889150152e-06| -|cran|vegalite|1.4439651362197902e-06| -|cran|wdm|1.4396407614628822e-06| -|cran|rmcorr|1.4396407614628822e-06| -|cran|mbend|1.4396407614628822e-06| -|cran|TSP|1.4320414847161574e-06| -|cran|moonBook|1.4153150343106675e-06| -|cran|ztable|1.4153150343106675e-06| -|cran|mycor|1.4153150343106675e-06| -|cran|treemap|1.4097209037402697e-06| -|cran|networkD3|1.4097209037402697e-06| -|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4078441631618164e-06| -|cran|sva|1.4072734716157206e-06| -|cran|SIS|1.4072734716157206e-06| -|cran|LogicReg|1.4072734716157206e-06| -|cran|KernelKnn|1.4072734716157206e-06| -|cran|genefilter|1.4072734716157206e-06| -|cran|extraTrees|1.4072734716157206e-06| -|cran|biglasso|1.4072734716157206e-06| -|cran|bartMachine|1.4072734716157206e-06| -|cran|cvAUC|1.4072734716157206e-06| -|cran|nnls|1.4072734716157206e-06| -|cran|GDINA|1.3986642692011307e-06| -|cran|hdi|1.3932007368995634e-06| -|cran|gamboostLSS|1.3932007368995634e-06| -|cran|mboost|1.3932007368995634e-06| -|cran|[duckdb](https://duckdb.org/)|1.3810043668122245e-06| -|cran|spatialreg|1.3799321584529006e-06| -|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3587346495274438e-06| -|cran|cartogram|1.3587024329382412e-06| -|cran|rmapshaper|1.3587024329382412e-06| -|cran|widgetframe|1.3587024329382412e-06| -|cran|tmaptools|1.3587024329382412e-06| -|cran|randgeo|1.3509825327510919e-06| -|cran|googleComputeEngineR|1.3408247693469482e-06| -|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3209606986899745e-06| -|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.3209606986899643e-06| -|cran|mlr3data|1.3209606986899565e-06| -|cran|sommer|1.3008853081323582e-06| -|cran|CARBayes|1.3008853081323582e-06| -|cran|multcompView|1.3008853081323582e-06| -|cran|clue|1.2756016233149819e-06| -|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2756016233149819e-06| -|cran|striprtf|1.2737835308796007e-06| -|cran|streamR|1.2737835308796007e-06| -|cran|readODS|1.2737835308796007e-06| -|cran|RNeXML|1.2737835308796007e-06| -|cran|phylobase|1.2737835308796007e-06| -|cran|mvabund|1.2737835308796007e-06| -|cran|huxtable|1.2737835308796007e-06| -|cran|texreg|1.2737835308796007e-06| -|cran|dotwhisker|1.2737835308796007e-06| -|cran|DHARMa|1.2737835308796007e-06| -|cran|[writexl](https://docs.ropensci.org/writexl)|1.2709243085880624e-06| -|cran|[FME](http://fme.r-forge.r-project.org/)|1.264685077087603e-06| -|cran|[GA](https://luca-scr.github.io/GA/)|1.2519104803493468e-06| -|cran|[C50](https://topepo.github.io/C5.0/)|1.2509097525473088e-06| -|cran|rlog|1.2470607994625464e-06| -|cran|loggit|1.2470607994625464e-06| -|cran|[butcher](https://butcher.tidymodels.org/)|1.2430092698996407e-06| -|cran|leaflet.extras2|1.238400655021834e-06| -|cran|satellite|1.238400655021834e-06| -|cran|leafpop|1.238400655021834e-06| -|cran|base64|1.238400655021834e-06| -|cran|learnr|1.238400655021834e-06| -|cran|pheatmap|1.2153575806328087e-06| -|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.200873362445424e-06| -|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.200873362445424e-06| -|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.200873362445415e-06| -|cran|[susieR](https://github.com/stephenslab/susieR)|1.1904309853806713e-06| -|cran|repurrrsive|1.1888646288209608e-06| -|cran|rvg|1.1732216731785797e-06| -|cran|phosphoricons|1.1732216731785797e-06| -|cran|datamods|1.1732216731785797e-06| -|cran|[NMF](http://renozao.github.io/NMF)|1.1718412591775066e-06| -|cran|aws.ec2metadata|1.1579850280723642e-06| -|cran|ISLR|1.1505141569235104e-06| -|cran|ICSOutlier|1.1505141569235104e-06| -|cran|ICS|1.1505141569235104e-06| -|cran|bigutilsr|1.1505141569235104e-06| -|cran|[philentropy](https://github.com/HajkD/philentropy)|1.1168122270742361e-06| -|cran|[proto](https://github.com/hadley/proto)|1.1123179098865678e-06| -|cran|tidyquant|1.1076378529387832e-06| -|cran|tibbletime|1.1076378529387832e-06| -|cran|sweep|1.1076378529387832e-06| -|cran|tensorflow|1.1059513871050603e-06| -|cran|[EMbC]()|1.0829304429195287e-06| -|cran|[geodist](https://github.com/hypertidy/geodist)|1.0807860262008938e-06| -|cran|googlePolylines|1.0807860262008785e-06| -|cran|languageR|1.0807860262008737e-06| -|cran|hypergeo|1.0807860262008737e-06| -|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0507641921397385e-06| -|cran|automap|1.0428637094920708e-06| -|cran|snpStats|1.0337953294095312e-06| -|cran|som|1.0059623782331205e-06| -|cran|QuickJSR|9.907205240174675e-07| -|cran|qdapDictionaries|9.907205240174673e-07| -|cran|nlshrink|9.798334852920006e-07| -|cran|NetworkComparisonTest|9.798334852920006e-07| -|cran|NetworkToolbox|9.798334852920006e-07| -|cran|glassoFast|9.798334852920006e-07| -|cran|swagger|9.798334852920006e-07| -|cran|[ghql](https://github.com/ropensci/ghql)|9.67626805508902e-07| -|cran|geonames|9.328212726138495e-07| -|cran|[isdparser](https://github.com/ropensci/isdparser)|9.328212726138495e-07| -|cran|[xslt](https://github.com/ropensci/xslt)|9.279475982532791e-07| -|cran|starsdata|9.153396145813556e-07| -|cran|ncdfgeom|9.153396145813556e-07| -|cran|cubelyr|9.153396145813556e-07| -|cran|vtreat|9.145112529392006e-07| -|cran|smotefamily|9.145112529392006e-07| -|cran|bestNormalize|9.145112529392006e-07| -|cran|mlr3learners|9.145112529392006e-07| -|cran|mlr3filters|9.145112529392006e-07| -|cran|bbotk|9.145112529392006e-07| -|cran|alr4|9.145112529392006e-07| -|cran|carData|9.145112529392006e-07| -|cran|compositions|9.12172349478998e-07| -|cran|[Momocs](https://github.com/MomX/Momocs/)|9.00655021834073e-07| -|cran|[iptools](https://github.com/hrbrmstr/iptools)|9.006550218340681e-07| -|cran|leaflet.minicharts|9.00655021834063e-07| -|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|9.00655021834063e-07| -|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|9.00655021834063e-07| -|cran|[metR](https://github.com/eliocamp/metR)|9.00655021834063e-07| -|cran|[LiblineaR]()|9.00655021834062e-07| -|cran|qap|8.916484716157207e-07| -|cran|biomaRt|8.916484716157205e-07| -|cran|[tune](https://tune.tidymodels.org/)|8.834010942127197e-07| -|cran|dblog|8.528811467628631e-07| -|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.491890205864004e-07| -|cran|bcpa|8.256004366812227e-07| -|cran|amt|8.256004366812227e-07| -|cran|circular|8.256004366812227e-07| -|cran|Rfast|8.161542074285772e-07| -|cran|genlasso|8.161542074285772e-07| -|cran|L0Learn|8.161542074285772e-07| -|cran|mixsqp|8.161542074285772e-07| -|cran|slider|7.925764192139738e-07| -|cran|[scattermore](https://github.com/exaexa/scattermore)|7.833161633556804e-07| -|cran|NetSwan|7.753464970571484e-07| -|cran|netrankr|7.753464970571484e-07| -|cran|fortunes|7.725655021834064e-07| -|cran|mail|7.719900187149096e-07| -|cran|bibtex|7.719900187149096e-07| -|cran|synchronicity|7.719900187149096e-07| -|cran|doMPI|7.719900187149096e-07| -|cran|rngtools|7.719900187149096e-07| -|cran|waveslim|7.686624755307936e-07| -|cran|[uwot](https://github.com/jlmelville/uwot)|7.582979683047344e-07| -|cran|minpack.lm|7.255812668954051e-07| -|cran|Rd2md|7.205240174672626e-07| -|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.205240174672524e-07| -|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.205240174672524e-07| -|cran|[jfa](https://koenderks.github.io/jfa/)|7.205240174672524e-07| -|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.205240174672524e-07| -|cran|[hash](http://www.johnhughes.org)|7.205240174672524e-07| -|cran|[leafletR](https://github.com/chgrl/leafletR)|7.205240174672524e-07| -|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.205240174672423e-07| -|cran|textshaping|7.176682820321653e-07| -|cran|[fda](http://www.functionaldata.org)|7.148055728841816e-07| -|cran|R.cache|7.133187772925765e-07| -|cran|tidymodels|6.993321346005653e-07| -|cran|GPfit|6.832555338051499e-07| -|cran|psychotree|6.832555338051499e-07| -|cran|psychotools|6.832555338051499e-07| -|cran|coin|6.832555338051499e-07| -|cran|pmml|6.832555338051499e-07| -|cran|inum|6.832555338051499e-07| -|cran|libcoin|6.832555338051499e-07| -|cran|rapportools|6.793512164691203e-07| -|cran|suncalc|6.754912663755459e-07| -|cran|manipulate|6.754912663755459e-07| -|cran|Gmedian|6.754912663755459e-07| -|cran|fasttime|6.754912663755459e-07| -|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.604803493449872e-07| -|cran|truncdist|6.556238761880298e-07| -|cran|rmutil|6.556238761880298e-07| -|cran|cramer|6.556238761880298e-07| -|cran|yesno|6.556238761880298e-07| -|cran|[kSamples](NA)|6.504730713246013e-07| -|cran|graphlayouts|6.368917654398003e-07| -|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.046355391333568e-07| -|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|6.00436681222712e-07| -|cran|[osqp](https://osqp.org)|6.00436681222712e-07| -|cran|[biblio](https://github.com/kamapu/biblio)|6.00436681222712e-07| -|cran|[wdman](https://github.com/ropensci/wdman)|6.00436681222712e-07| -|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|6.00436681222712e-07| -|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|6.00436681222712e-07| -|cran|Ecume|6.00436681222712e-07| -|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|6.00436681222712e-07| -|cran|[cpp11](https://cpp11.r-lib.org)|6.00436681222712e-07| -|cran|[nplr](https://github.com/fredcommo/nplr)|6.00436681222712e-07| -|cran|locatexec|5.715695330870003e-07| -|cran|doconv|5.715695330870003e-07| -|cran|equatags|5.715695330870003e-07| -|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.60407569141191e-07| -|cran|mixtools|5.581524078971646e-07| -|cran|enrichR|5.581524078971646e-07| -|cran|metap|5.581524078971646e-07| -|cran|monocle|5.581524078971646e-07| -|cran|Rfast2|5.581524078971646e-07| -|cran|rtracklayer|5.581524078971646e-07| -|cran|GenomeInfoDb|5.581524078971646e-07| -|cran|GenomicRanges|5.581524078971646e-07| -|cran|BiocGenerics|5.581524078971646e-07| -|cran|DESeq2|5.581524078971646e-07| -|cran|MAST|5.581524078971646e-07| -|cran|SingleCellExperiment|5.581524078971646e-07| -|cran|SummarizedExperiment|5.581524078971646e-07| -|cran|S4Vectors|5.581524078971646e-07| -|cran|rsvd|5.581524078971646e-07| -|cran|sctransform|5.581524078971646e-07| -|cran|leiden|5.581524078971646e-07| -|cran|ica|5.581524078971646e-07| -|cran|whitening|5.403930131004367e-07| -|cran|randtoolbox|5.403930131004367e-07| -|cran|mc2d|5.403930131004367e-07| -|cran|ggExtra|5.403930131004367e-07| -|cran|DiceDesign|5.403930131004367e-07| -|cran|condMVNorm|5.403930131004367e-07| -|cran|showtextdb|5.38251211524124e-07| -|cran|sysfonts|5.38251211524124e-07| -|cran|vars|5.307431378665002e-07| -|cran|systemfit|5.307431378665002e-07| -|cran|poLCA|5.307431378665002e-07| -|cran|orcutt|5.307431378665002e-07| -|cran|muhaz|5.307431378665002e-07| -|cran|modeltests|5.307431378665002e-07| -|cran|lsmeans|5.307431378665002e-07| -|cran|lmodel2|5.307431378665002e-07| -|cran|Kendall|5.307431378665002e-07| -|cran|joineRML|5.307431378665002e-07| -|cran|gmm|5.307431378665002e-07| -|cran|glmnetUtils|5.307431378665002e-07| -|cran|ergm|5.307431378665002e-07| -|cran|cmprsk|5.307431378665002e-07| -|cran|btergm|5.307431378665002e-07| -|cran|binGroup|5.307431378665002e-07| -|cran|AUC|5.307431378665002e-07| -|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.276564774381419e-07| -|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.276564774381368e-07| -|cran|diagram|5.254357064878353e-07| -|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.223799126637577e-07| -|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.146600124766118e-07| -|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.146600124766118e-07| -|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.146600124766118e-07| -|cran|[httr2](https://httr2.r-lib.org)|5.146600124766118e-07| -|cran|RISmed|5.146600124766118e-07| -|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.146600124766118e-07| -|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.146600124766118e-07| -|cran|sde|5.146600124766118e-07| -|cran|[itsadug](NA)|5.146600124766118e-07| -|cran|[msm](https://github.com/chjackson/msm)|5.146600124766118e-07| -|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.841465730017072e-07| -|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.824937616968217e-07| -|cran|[contentid](https://github.com/cboettig/contentid)|4.803493449781615e-07| -|cran|thematic|4.597562431768559e-07| -|cran|Rlabkey|4.503275109170315e-07| -|cran|COUNT|4.503275109170315e-07| -|cran|[fishtree](https://fishtreeoflife.org/)|4.503275109170315e-07| -|cran|ggvenn|4.503275109170315e-07| -|cran|QSARdata|4.403202328966521e-07| -|cran|dimRed|4.403202328966521e-07| -|cran|ddalpha|4.403202328966521e-07| -|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.37461010605119e-07| -|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.147753390025295e-07| -|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.12064389074408e-07| -|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.039301310043642e-07| -|cran|[babette](https://docs.ropensci.org/babette/)|4.0029112081513965e-07| -|cran|treeman|4.0029112081513965e-07| -|cran|[treemapify](https://wilkox.org/treemapify/)|4.0029112081513965e-07| -|cran|[restez](https://github.com/ropensci/restez#readme)|4.0029112081513965e-07| -|cran|[spocc](https://github.com/ropensci/spocc)|4.0029112081513965e-07| -|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|4.0029112081513965e-07| -|cran|mcclust|4.0029112081513965e-07| -|cran|[rdist](https://github.com/blasern/rdist)|4.0029112081513965e-07| -|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|4.0029112081513965e-07| -|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|4.0029112081513965e-07| -|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|4.0029112081513965e-07| -|cran|[minerva](https://www.r-project.org)|4.0029112081513965e-07| -|cran|[memuse](https://github.com/shinra-dev/memuse)|4.0029112081513965e-07| -|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|4.0029112081513965e-07| -|cran|[kinship2](https://cran.r-project.org/package=kinship2)|4.0029112081513965e-07| -|cran|[corrr](https://github.com/tidymodels/corrr)|4.0029112081513965e-07| -|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|4.0029112081513965e-07| -|cran|[randomForestSRC](https://www.randomforestsrc.org/)|4.0029112081513965e-07| -|cran|shinycustomloader|3.8179941142965606e-07| -|cran|scatterpie|3.602620087336313e-07| -|cran|[liger](https://github.com/JEFworks/liger)|3.602620087336262e-07| -|cran|ggm|3.602620087336262e-07| -|cran|[scrapeR](http://www.ryanacton.com)|3.602620087336262e-07| -|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.602620087336262e-07| -|cran|pmsampsize|3.602620087336262e-07| -|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.602620087336262e-07| -|cran|[drat](https://github.com/eddelbuettel/drat)|3.602620087336262e-07| -|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.602620087336262e-07| -|cran|[jmvcore](https://www.jamovi.org)|3.602620087336262e-07| -|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.602620087336262e-07| -|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.602620087336262e-07| -|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.602620087336262e-07| -|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.602620087336262e-07| -|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.6026200873362117e-07| -|cran|[cowsay](https://github.com/sckott/cowsay)|3.6026200873362117e-07| -|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.2751091703057206e-07| -|cran|[sofa](https://github.com/ropensci/sofa)|3.27510917030567e-07| -|cran|[elastic](https://docs.ropensci.org/elastic)|3.27510917030567e-07| -|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.27510917030567e-07| -|cran|[genie](http://genieclust.gagolewski.com/)|3.27510917030567e-07| -|cran|[optparse](https://github.com/trevorld/r-optparse)|3.27510917030567e-07| -|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.27510917030567e-07| -|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.27510917030567e-07| -|cran|[irr](https://www.r-project.org)|3.27510917030567e-07| -|cran|pbs|3.27510917030567e-07| -|cran|[BFpack](https://github.com/jomulder/BFpack)|3.27510917030567e-07| -|cran|lspline|3.27510917030567e-07| -|cran|rje|3.00218340611356e-07| -|cran|[usefun](https://github.com/bblodfon/usefun)|3.00218340611356e-07| -|cran|rCAT|3.00218340611356e-07| -|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|3.00218340611356e-07| -|cran|[strex](https://rorynolan.github.io/strex/)|3.00218340611356e-07| -|cran|[signs](https://benjaminwolfe.github.io/signs)|3.00218340611356e-07| -|cran|[repr](https://github.com/IRkernel/repr/)|2.7712462210279483e-07| -|cran|[odin](https://github.com/mrc-ide/odin)|2.7712462210279483e-07| -|cran|[bib2df](https://github.com/ropensci/bib2df)|2.771246221027898e-07| -|cran|R2jags|2.771246221027898e-07| -|cran|[waiter](https://waiter.john-coene.com/)|2.771246221027898e-07| -|cran|[plumber](https://www.rplumber.io)|2.771246221027898e-07| -|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.771246221027898e-07| -|cran|[pwr](https://github.com/heliosdrm/pwr)|2.771246221027898e-07| -|cran|[likert](http://jason.bryer.org/likert)|2.771246221027898e-07| -|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.573300062383059e-07| -|cran|[cmocean](https://matplotlib.org/cmocean/)|2.573300062383059e-07| -|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.573300062383059e-07| -|cran|sphereplot|2.573300062383059e-07| -|cran|[webdriver](https://github.com/rstudio/webdriver)|2.573300062383059e-07| -|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.573300062383059e-07| -|cran|[anomalize](https://github.com/business-science/anomalize)|2.573300062383059e-07| -|cran|[depmixS4](https://depmix.github.io/)|2.573300062383059e-07| -|cran|GeoLight|2.573300062383059e-07| -|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.573300062383059e-07| -|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.573300062383059e-07| -|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.573300062383059e-07| -|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.573300062383059e-07| -|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.4017467248908076e-07| -|cran|[COVID19](https://covid19datahub.io)|2.4017467248908076e-07| -|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.4017467248908076e-07| -|cran|[iotools](http://www.rforge.net/iotools)|2.4017467248908076e-07| -|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.4017467248908076e-07| -|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2516375545851826e-07| -|cran|[UNF](https://github.com/leeper/UNF)|2.2516375545851574e-07| -|cran|ggnewscale|2.2516375545851574e-07| -|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2516375545851574e-07| -|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2516375545851574e-07| -|cran|[rplos](https://docs.ropensci.org/rplos)|2.2516375545851574e-07| -|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2516375545851574e-07| -|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2516375545851574e-07| -|cran|[greta](https://greta-stats.org)|2.2516375545851574e-07| -|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2516375545851574e-07| -|cran|shinyMatrix|2.2516375545851574e-07| -|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2516375545851574e-07| -|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2516375545851574e-07| -|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2516375545851574e-07| -|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2516375545851574e-07| -|cran|[lunar](http://statistics.lazaridis.eu)|2.2516375545851574e-07| -|cran|[sortable](https://rstudio.github.io/sortable/)|2.2516375545851574e-07| -|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2516375545851574e-07| -|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2516375545851574e-07| -|cran|randomcoloR|2.2516375545851574e-07| -|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2516375545851574e-07| -|cran|[stabs](https://github.com/hofnerb/stabs)|2.2516375545851574e-07| -|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2516375545851574e-07| -|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.119188286668382e-07| -|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.119188286668382e-07| -|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.1191882866683568e-07| -|cran|[wpp2015](http://esa.un.org/wpp)|2.097996403801692e-07| -|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|2.0014556040756982e-07| -|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|2.0014556040756982e-07| -|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|2.0014556040756982e-07| -|cran|[ascii](https://github.com/mclements/ascii)|2.0014556040756982e-07| -|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|2.0014556040756982e-07| -|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|2.0014556040756982e-07| -|cran|cvTools|2.0014556040756982e-07| -|cran|[blockCV](https://github.com/rvalavi/blockCV)|2.0014556040756982e-07| -|cran|smoother|2.0014556040756982e-07| -|cran|[ptw](https://github.com/rwehrens/ptw)|2.0014556040756982e-07| -|cran|[FedData](https://github.com/ropensci/FedData)|2.0014556040756982e-07| -|cran|[longitudinalData](http:www.r-project.org)|1.9814410480349467e-07| -|cran|[nabor](https://github.com/jefferis/nabor)|1.8961158354401378e-07| -|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.8961158354401378e-07| -|cran|[turner](http://www.gastonsanchez.com)|1.8961158354401378e-07| -|cran|[blocksdesign]()|1.8961158354401378e-07| -|cran|shinyhelper|1.8961158354401378e-07| -|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.8961158354401378e-07| -|cran|[symengine](https://github.com/symengine/symengine.R)|1.801310043668131e-07| -|cran|[sensitivity](NA)|1.801310043668131e-07| -|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.801310043668131e-07| -|cran|[dqrng](https://daqana.github.io/dqrng/)|1.8013100436681058e-07| -|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7155333749220307e-07| -|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7155333749220307e-07| -|cran|[desplot](https://kwstat.github.io/desplot/)|1.7155333749220307e-07| -|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7155333749220307e-07| -|cran|PairedData|1.7155333749220307e-07| -|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7155333749220307e-07| -|cran|harmonicmeanp|1.637554585152835e-07| -|cran|NBPSeq|1.637554585152835e-07| -|cran|[rmdformats](https://github.com/juba/rmdformats)|1.637554585152835e-07| -|cran|[dams](https://github.com/jsta/dams)|1.566356559711403e-07| -|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.566356559711403e-07| -|cran|[ggtern](http://www.ggtern.com)|1.566356559711403e-07| -|cran|[coloc](https://github.com/chr1swallace/coloc)|1.566356559711403e-07| -|cran|[coro](https://github.com/r-lib/coro)|1.5506929941142995e-07| -|cran|[ucminf](NA)|1.48608078602621e-07| -|cran|[audio](http://www.rforge.net/audio/)|1.2737835308795942e-07| -|cran|[enviPick](NA)|7.205240174672499e-08| -|cran|[OAIHarvester](NA)|2.9721615720523947e-08| -|cran|[uroot](https://jalobe.com)|2.2152757058775797e-08| +|cran|R|0.01436417885942687| +|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009858475666692842| +|cran|[testthat](https://testthat.r-lib.org)|0.009758615499539111| +|cran|[httr](https://httr.r-lib.org/)|0.007158187956129645| +|cran|[knitr](https://yihui.org/knitr/)|0.006906707784209304| +|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006487118333743963| +|cran|utils|0.006133659960132963| +|cran|methods|0.005815946315510491| +|cran|[covr](https://covr.r-lib.org)|0.005172656495021046| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.003491567287028842| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.002619209113098419| +|cran|[rlang](https://rlang.r-lib.org)|0.0025310055259066748| +|cran|stats|0.0025018959616965935| +|cran|[withr](https://withr.r-lib.org)|0.002044488457442059| +|cran|[tibble](https://tibble.tidyverse.org/)|0.001973036441891167| +|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018563982105409915| +|cran|[Rcpp](http://www.rcpp.org)|0.0017446471010076259| +|cran|tools|0.0016624059056157912| +|cran|grDevices|0.0015126325004158753| +|cran|[curl](https://github.com/jeroen/curl)|0.0015074586256810035| +|cran|graphics|0.0014641804871212984| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014524485249165521| +|cran|[vctrs](https://vctrs.r-lib.org/)|0.00141286183152067| +|cran|[R6](https://r6.r-lib.org)|0.0013959216070064788| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013183389437350897| +|cran|[dplyr](https://dplyr.tidyverse.org)|0.001274053270304853| +|cran|[pryr](https://github.com/hadley/pryr)|0.001264985741473728| +|cran|[glue](https://github.com/tidyverse/glue)|0.0011861245559301832| +|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010718722653060937| +|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009593909055917052| +|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009444023696220486| +|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009333644814011799| +|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009042407402906975| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008713672972830832| +|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.000838129431159255| +|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007617729013053163| +|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007464808790007337| +|cran|[stringi](https://stringi.gagolewski.com/)|0.0007451630972268458| +|cran|[xml2](https://xml2.r-lib.org/)|0.0007354575747059586| +|cran|[mockery](https://github.com/r-lib/mockery)|0.0007350311682886354| +|cran|[bit64](https://github.com/truecluster/bit64)|0.0007218747874136666| +|cran|[purrr](http://purrr.tidyverse.org)|0.0007213862123019715| +|cran|[cli](https://cli.r-lib.org)|0.0007211363148128253| +|cran|[pillar](https://pillar.r-lib.org/)|0.0007188058586437945| +|cran|[shiny](https://shiny.rstudio.com/)|0.0006913376840970784| +|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006775077166646124| +|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006561467530297627| +|cran|grid|0.0006497290995548233| +|cran|[callr](https://callr.r-lib.org)|0.000646180512362584| +|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.00058740404972975| +|cran|[DBI](https://dbi.r-dbi.org)|0.0005873762680815182| +|cran|[sp](https://github.com/edzer/sp/)|0.0005815242130963775| +|cran|parallel|0.0005674837007948519| +|cran|[pracma](NA)|0.0005562045408540816| +|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.000551798149263997| +|cran|[stringr](http://stringr.tidyverse.org)|0.0005491341143435399| +|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005383995650120091| +|cran|[hms](https://hms.tidyverse.org/)|0.0005331141497549834| +|cran|[processx](https://processx.r-lib.org)|0.0005116879334136748| +|cran|[scales](https://scales.r-lib.org)|0.0005109826590097362| +|cran|[markdown](https://github.com/rstudio/markdown)|0.0005105673865824083| +|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047335873843727986| +|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004555398208895929| +|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00043872972517293527| +|cran|RColorBrewer|0.0004200713623983629| +|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041826455480971326| +|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041708004172078835| +|cran|[broom](https://broom.tidymodels.org/)|0.00041264213023587277| +|cran|[sf](https://r-spatial.github.io/sf/)|0.00038456602662573295| +|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.00037993083205861683| +|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003746857603669052| +|cran|[ellipsis](https://ellipsis.r-lib.org)|0.00037108472698749477| +|cran|[plyr](http://had.co.nz/plyr)|0.0003629110564854836| +|cran|bench|0.0003628248055269417| +|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003609749059537848| +|cran|[bit](https://github.com/truecluster/bit)|0.0003596827458767292| +|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003589008174086621| +|cran|[fs](https://fs.r-lib.org)|0.00035162834588329037| +|cran|[mime](https://github.com/yihui/mime)|0.0003509311187027858| +|cran|[generics](https://generics.r-lib.org)|0.0003447204628593704| +|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0003361257631924637| +|cran|evaluate|0.00032815588258878055| +|cran|tcltk|0.0003165413794211909| +|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031434894212339773| +|cran|[unix](https://github.com/jeroen/unix)|0.00031288021687101233| +|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030615296212869303| +|cran|[maps](NA)|0.00030488385947691725| +|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003040423897494189| +|cran|[usethis](https://usethis.r-lib.org)|0.0003015344372645383| +|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029085336432375003| +|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028624401600561584| +|cran|[data.table](https://r-datatable.com)|0.00028381508862135394| +|cran|[igraph](https://igraph.org)|0.0002813332472426582| +|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0002787802011872758| +|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002773028718987276| +|cran|[blob](https://blob.tidyverse.org)|0.0002764195506106487| +|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027178265975537537| +|cran|pkgconfig|0.0002704283054128882| +|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002676559357130859| +|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026430183348779673| +|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026122900128577284| +|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.00025962329327530747| +|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025513746078621496| +|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002545933350582367| +|cran|[gtable](https://gtable.r-lib.org)|0.00025389718972127466| +|cran|RPostgreSQL|0.00024449580309261586| +|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.00024370929588944995| +|cran|[png](http://www.rforge.net/png/)|0.0002436278697300066| +|cran|[survival](https://github.com/therneau/survival)|0.00024223841587756964| +|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0002406173848112435| +|cran|[brio](https://brio.r-lib.org)|0.00023543624486675372| +|cran|[waldo](https://github.com/r-lib/waldo)|0.00023373202376869595| +|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023293047128263958| +|cran|[ragg](https://ragg.r-lib.org)|0.00023256096231488347| +|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023182559825960842| +|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002294127004282375| +|cran|[xfun](https://github.com/yihui/xfun)|0.00021700707224130443| +|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021697445264438913| +|cran|[mgcv](NA)|0.00021648846080307116| +|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021595201821288952| +|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021425960239121426| +|cran|Lahman|0.00020696740057927094| +|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020640378017427197| +|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020639434740042214| +|cran|lobstr|0.0001996777215106186| +|cran|munsell|0.0001981896260378519| +|cran|RMySQL|0.00019641863107241288| +|cran|[winch](https://r-prof.github.io/winch/)|0.0001920457531997582| +|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0001905643583715401| +|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019017863639698404| +|cran|[abind](NA)|0.0001886685891031519| +|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018265749491034553| +|cran|datasets|0.00018254286585986615| +|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001822864809491878| +|cran|iterators|0.00018117514227774232| +|cran|mapproj|0.00017824944802256822| +|cran|formattable|0.00017595324774535533| +|cran|[devtools](https://devtools.r-lib.org/)|0.0001754724570100912| +|cran|[bslib](https://rstudio.github.io/bslib/)|0.0001734402291600785| +|cran|[webutils](https://github.com/jeroen/webutils)|0.00017247286701050886| +|cran|graph|0.00017150716320739182| +|cran|[crul](https://docs.ropensci.org/crul/)|0.0001665943426222567| +|cran|fansi|0.0001658198983958756| +|cran|[rstan](https://mc-stan.org/rstan)|0.00016539198593363413| +|cran|[ape](http://ape-package.ird.fr/)|0.0001653611402567459| +|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016368448978364313| +|cran|chron|0.00016173616348791103| +|cran|[readr](https://readr.tidyverse.org)|0.00016109595171642156| +|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001577956209940671| +|cran|[raster](https://rspatial.org/raster)|0.00015506188327721912| +|cran|[vroom](https://vroom.r-lib.org)|0.0001481306797871674| +|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014589332179163841| +|cran|itertools|0.00014298748733216528| +|cran|[forcats](https://forcats.tidyverse.org)|0.00014199253812606272| +|cran|timeDate|0.00014044121402963277| +|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00014019378280911442| +|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013854515734446846| +|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0001378596941145397| +|cran|tis|0.00013625971379767064| +|cran|[rJava](http://www.rforge.net/rJava/)|0.00013469041521184372| +|cran|[sys](https://github.com/jeroen/sys)|0.0001345358725123201| +|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013320609442063556| +|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.0001327115105547422| +|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013108700164495034| +|cran|svglite|0.0001306029084237593| +|cran|ggplot2movies|0.00012858064579035277| +|cran|[sass](https://github.com/rstudio/sass)|0.00012771464696777142| +|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012718497712133796| +|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012654410972947879| +|cran|quantreg|0.00012597309654593277| +|cran|[terra](https://rspatial.org/terra/)|0.00012534787888814186| +|cran|interp|0.0001245397989403728| +|cran|assertthat|0.0001235379556555381| +|cran|multcomp|0.0001233205347167447| +|cran|RUnit|0.00012299708491958405| +|cran|profvis|0.0001226429191768648| +|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012209711755855696| +|cran|[lme4](https://github.com/lme4/lme4/)|0.00012139492139879091| +|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012111552764322368| +|cran|isoband|0.00012047883009335948| +|cran|[isotree](https://github.com/david-cortes/isotree)|0.00011965192168237854| +|cran|stats4|0.00011474904521471192| +|cran|[DT](https://github.com/rstudio/DT)|0.0001146433770354102| +|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011434081703460334| +|cran|[magick](https://docs.ropensci.org/magick/)|0.00011397689902303815| +|cran|[future](https://future.futureverse.org)|0.0001103641973738279| +|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010825884294191976| +|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010707070488200303| +|cran|cachem|0.00010379919627480995| +|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010170935720719737| +|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010121758363336645| +|cran|[reshape2](https://github.com/hadley/reshape)|0.00010093652166206212| +|cran|[promises](https://rstudio.github.io/promises)|0.0001001578133549352| +|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.948108170152206e-05| +|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.855659878335226e-05| +|cran|[base64enc](http://www.rforge.net/base64enc)|9.539932086906516e-05| +|cran|sfsmisc|9.247481693890041e-05| +|cran|tinytex|9.158408745777756e-05| +|cran|[Cairo](http://www.rforge.net/Cairo/)|9.12826780937844e-05| +|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.088505161613917e-05| +|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.99599524554679e-05| +|cran|[insight](https://easystats.github.io/insight/)|8.9940945338238e-05| +|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.96567584068923e-05| +|cran|[parameters](https://easystats.github.io/parameters/)|8.875801045655932e-05| +|cran|dichromat|8.869383522811821e-05| +|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.812378343440476e-05| +|cran|jquerylib|8.750406990523069e-05| +|cran|[downlit](https://downlit.r-lib.org/)|8.742807953599371e-05| +|cran|[lintr](https://github.com/jimhester/lintr)|8.429605591049376e-05| +|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.355904241599994e-05| +|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.163828669116432e-05| +|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.127692346390701e-05| +|cran|[openssl](https://github.com/jeroen/openssl)|8.072250837697474e-05| +|cran|labeling|7.998878445344564e-05| +|cran|[testit](https://github.com/yihui/testit)|7.981924317275067e-05| +|cran|igraphdata|7.966421283622681e-05| +|cran|[backports](https://github.com/r-lib/backports)|7.965794740186915e-05| +|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.965262443248753e-05| +|cran|[uuid](http://www.rforge.net/uuid)|7.907367753366931e-05| +|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.887165408920305e-05| +|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.82061209589388e-05| +|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.660925524364168e-05| +|cran|[spatstat.linnet](http://spatstat.org/)|7.660906982453603e-05| +|cran|KernSmooth|7.613415444570708e-05| +|cran|[units](https://github.com/r-quantities/units/)|7.609494806457043e-05| +|cran|[spdep](https://github.com/r-spatial/spdep/)|7.606031527529079e-05| +|cran|MatrixModels|7.58268364386175e-05| +|cran|[readxl](https://readxl.tidyverse.org)|7.565831160571458e-05| +|cran|splines|7.552903820297221e-05| +|cran|[spatstat](http://spatstat.org/)|7.52187881932342e-05| +|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.497164855790032e-05| +|cran|triebeard|7.470542512690355e-05| +|cran|[memoise](https://github.com/r-lib/memoise)|7.440424150839782e-05| +|cran|[DBItest](https://dbitest.r-dbi.org)|7.425205704109055e-05| +|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.368182263001755e-05| +|cran|[spatstat.geom](http://spatstat.org/)|7.365713648243193e-05| +|cran|rasterVis|7.269810926955541e-05| +|cran|[rjson](https://github.com/alexcb/rjson)|7.246698831670505e-05| +|cran|tuneR|7.179115300942713e-05| +|cran|[mapiso](https://github.com/riatelab/mapiso)|7.179115300942713e-05| +|cran|[spatstat.utils](http://spatstat.org/)|7.17227844728319e-05| +|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.135033276907717e-05| +|cran|[cellranger](https://github.com/rsheets/cellranger)|7.040178526209052e-05| +|cran|[praise](https://github.com/gaborcsardi/praise)|7.034702302547475e-05| +|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.989090085413116e-05| +|cran|diffviewer|6.972554301771177e-05| +|cran|rprintf|6.961131849667686e-05| +|cran|[mapview](https://github.com/r-spatial/mapview)|6.899128902305814e-05| +|cran|[future.apply](https://future.apply.futureverse.org)|6.85233369797145e-05| +|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.828806856473049e-05| +|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.656016061398773e-05| +|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.631546273551949e-05| +|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.618701129782998e-05| +|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.536905975967121e-05| +|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.476555805403868e-05| +|cran|boot|6.463557741815342e-05| +|cran|asciicast|6.422006377404372e-05| +|cran|[performance](https://easystats.github.io/performance/)|6.390199527037924e-05| +|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.370867677116398e-05| +|cran|[qs](https://github.com/traversc/qs)|6.34335500797476e-05| +|cran|[gh](https://gh.r-lib.org/)|6.323758394686924e-05| +|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.318086664851851e-05| +|cran|later|6.267407456035589e-05| +|cran|[jpeg](http://www.rforge.net/jpeg/)|6.230570739646226e-05| +|cran|[spatstat.random](http://spatstat.org/)|6.229155911065924e-05| +|cran|[showtext](https://github.com/yixuan/showtext)|6.168446254583994e-05| +|cran|[webp](https://github.com/jeroen/webp#readme)|6.113727605017821e-05| +|cran|[V8](https://github.com/jeroen/v8)|6.105069048144529e-05| +|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.1024327237777536e-05| +|cran|[cowplot](https://wilkelab.org/cowplot/)|6.099853181471677e-05| +|cran|[rvest](http://rvest.tidyverse.org/)|6.0354882202070685e-05| +|cran|[taxa](https://docs.ropensci.org/taxa/)|5.982596084118927e-05| +|cran|[vegdata](http://germansl.infinitenature.org)|5.982596084118927e-05| +|cran|js|5.922770123277738e-05| +|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.881655806088235e-05| +|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.8716003022269424e-05| +|cran|rsconnect|5.858260114531301e-05| +|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.710416582708309e-05| +|cran|[getPass](https://github.com/wrathematics/getPass)|5.642126765881347e-05| +|cran|[whisker](http://github.com/edwindj/whisker)|5.6049293527187e-05| +|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.596356214837383e-05| +|cran|[gifski](https://gif.ski/)|5.506921630160262e-05| +|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.5047824387888036e-05| +|cran|[nleqslv](NA)|5.49555971522164e-05| +|cran|[katex](https://docs.ropensci.org/katex/)|5.4802433231389946e-05| +|cran|egg|5.2825106466113266e-05| +|cran|[s2](https://r-spatial.github.io/s2/)|5.2767117386252375e-05| +|cran|[lavaan](https://lavaan.ugent.be)|5.267023325699191e-05| +|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.264618811210545e-05| +|cran|tufte|5.253265114066798e-05| +|cran|fastmap|5.238408523114689e-05| +|cran|selectr|5.2254960359778434e-05| +|cran|[progress](https://github.com/r-lib/progress#readme)|5.1797523386499646e-05| +|cran|pbkrtest|5.123785173998279e-05| +|cran|[formatR](https://github.com/yihui/formatR)|5.123003361124683e-05| +|cran|[car](https://r-forge.r-project.org/projects/car/)|5.092980377334366e-05| +|cran|styler|5.049565841077153e-05| +|cran|coda|5.04327042750196e-05| +|cran|combinat|5.0412661754174195e-05| +|cran|webshot|4.9831326466935e-05| +|cran|e1071|4.974260641644859e-05| +|cran|WRS2|4.926664873682732e-05| +|cran|flashClust|4.8986126483721996e-05| +|cran|[odbc](https://github.com/r-dbi/odbc)|4.887485149808557e-05| +|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.840593589007416e-05| +|cran|[stars](https://r-spatial.github.io/stars/)|4.83796566571345e-05| +|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.801499786559536e-05| +|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.786525758920448e-05| +|cran|[party](http://party.R-forge.R-project.org)|4.711532082167388e-05| +|cran|[caret](https://github.com/topepo/caret/)|4.6781307275936546e-05| +|cran|[lazyeval](NA)|4.642012500763535e-05| +|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.58586613543736e-05| +|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.54359964687707e-05| +|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.51588069185543e-05| +|cran|gee|4.507866721145501e-05| +|cran|[gplots](https://github.com/talgalili/gplots)|4.4255927493567364e-05| +|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.3706440034245605e-05| +|cran|statnet.common|4.315038996019002e-05| +|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.29346950991983e-05| +|cran|[taxize](https://docs.ropensci.org/taxize/)|4.219581995234643e-05| +|cran|[targets](https://docs.ropensci.org/targets/)|4.2177855764232446e-05| +|cran|shape|4.209287386856192e-05| +|cran|[classInt](https://r-spatial.github.io/classInt/)|4.18870396119717e-05| +|cran|[qpdf](https://github.com/ropensci/qpdf)|4.0979061973266466e-05| +|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.087920567878875e-05| +|cran|[plotly](https://plotly-r.com)|4.0599671765508944e-05| +|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.05402496288828e-05| +|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.996204239016966e-05| +|cran|txtplot|3.988397389412618e-05| +|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.988397389412618e-05| +|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.965240587182079e-05| +|cran|codemetar|3.948513415518492e-05| +|cran|[tmap](https://github.com/mtennekes/tmap)|3.9381938978692564e-05| +|cran|see|3.928331299596096e-05| +|cran|[effectsize](https://easystats.github.io/effectsize/)|3.920644192213638e-05| +|cran|[psych](https://personality-project.org/r/psych/)|3.902169789707609e-05| +|cran|[checkmate](https://github.com/mllg/checkmate)|3.88816490993947e-05| +|cran|highr|3.8374890857683685e-05| +|cran|pool|3.805722127435194e-05| +|cran|tikzDevice|3.770203672005738e-05| +|cran|[slam](NA)|3.757129780065091e-05| +|cran|JuliaCall|3.693616127308181e-05| +|cran|gamm4|3.673778876418752e-05| +|cran|[zip](https://github.com/r-lib/zip#readme)|3.657408082168371e-05| +|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.645379123402982e-05| +|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.599937241346883e-05| +|cran|[gert](https://docs.ropensci.org/gert/)|3.5967690535119e-05| +|cran|class|3.554219389337148e-05| +|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.520857982519751e-05| +|cran|[git2r](https://docs.ropensci.org/git2r/)|3.483862161145509e-05| +|cran|modelbased|3.4538644821458456e-05| +|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.4360100134121545e-05| +|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.434949745326931e-05| +|cran|mapdata|3.400824593599775e-05| +|cran|[GGally](https://ggobi.github.io/ggally/)|3.3945740183699625e-05| +|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.3737619141241333e-05| +|cran|tseries|3.3195632394311434e-05| +|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.26128570034027e-05| +|cran|[network](http://statnet.org/)|3.2511526585018064e-05| +|cran|[vcr](https://github.com/ropensci/vcr/)|3.214583570500772e-05| +|cran|[sna](http://statnet.org)|3.19869943779933e-05| +|cran|lars|3.149990306670306e-05| +|cran|[shinytest](https://github.com/rstudio/shinytest)|3.1288311731305146e-05| +|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.1263887075422993e-05| +|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1214222817480866e-05| +|cran|fontawesome|3.115397321096514e-05| +|cran|[here](https://here.r-lib.org/)|3.110266034799049e-05| +|cran|poorman|3.108813766889924e-05| +|cran|spatstat.data|3.077246069966583e-05| +|cran|mlbench|3.0719244629792784e-05| +|cran|polyclip|3.067046428909412e-05| +|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9923658452631576e-05| +|cran|[Seurat](https://satijalab.org/seurat)|2.9811603095646356e-05| +|cran|[spatstat.core](http://spatstat.org/)|2.9427295263926696e-05| +|cran|tripack|2.924772044057226e-05| +|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9118685868958438e-05| +|cran|RhpcBLASctl|2.908513027620033e-05| +|cran|reactlog|2.9038698166937378e-05| +|cran|sourcetools|2.9038698166937378e-05| +|cran|brew|2.8810062178063768e-05| +|cran|animation|2.8650968498191596e-05| +|cran|[recipes](https://github.com/tidymodels/recipes)|2.855382309416746e-05| +|cran|[wk](https://paleolimbot.github.io/wk/)|2.8531542915591446e-05| +|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8246991692982185e-05| +|cran|[plotrix](NA)|2.8155143979498206e-05| +|cran|timeSeries|2.789326947717372e-05| +|cran|fts|2.789326947717372e-05| +|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7855623714332315e-05| +|cran|[matlab](http://cran.r-project.org/package=matlab)|2.772067945198384e-05| +|cran|[rex](https://github.com/kevinushey/rex)|2.7720309872905925e-05| +|cran|shinydisconnect|2.7626605377657342e-05| +|cran|strucchange|2.750658157953961e-05| +|cran|[irlba](NA)|2.7278702278993218e-05| +|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7273554355361834e-05| +|cran|fANCOVA|2.706116233295349e-05| +|cran|broom.mixed|2.690886252978349e-05| +|cran|[glmnet](https://glmnet.stanford.edu)|2.6734238045633927e-05| +|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6660536914373583e-05| +|cran|conflicted|2.6565584194810895e-05| +|cran|[argon2](https://github.com/wrathematics/argon2)|2.6462090800787325e-05| +|cran|[golem](https://github.com/ThinkR-open/golem)|2.622595391349166e-05| +|cran|margins|2.616851626437377e-05| +|cran|gam|2.6144107005920454e-05| +|cran|ade4|2.599626337420186e-05| +|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5726322941055747e-05| +|cran|poibin|2.563969750336683e-05| +|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5056887456271063e-05| +|cran|[mmand](https://github.com/jonclayden/mmand)|2.502279465085527e-05| +|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.502279465085527e-05| +|cran|latticeExtra|2.4963655740173012e-05| +|cran|[circlize](https://github.com/jokergoo/circlize)|2.4958284768931313e-05| +|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4588469905728792e-05| +|cran|gbRd|2.4549302309365758e-05| +|cran|SGP|2.425515383818502e-05| +|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4202606466515194e-05| +|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4079744434701794e-05| +|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3987478360530565e-05| +|cran|pbdMPI|2.369108049311095e-05| +|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3531524196524785e-05| +|cran|rsvg|2.349063514569068e-05| +|cran|av|2.330676893032519e-05| +|cran|[janitor](https://github.com/sfirke/janitor)|2.322935464187883e-05| +|cran|parallelly|2.3196158888152722e-05| +|cran|lpSolve|2.310001799277018e-05| +|cran|cba|2.2846825979924432e-05| +|cran|colorRamps|2.2434735315445976e-05| +|cran|geoaxe|2.2434735315445976e-05| +|cran|spbabel|2.2434735315445976e-05| +|cran|paletteer|2.2434735315445976e-05| +|cran|statsExpressions|2.2434735315445976e-05| +|cran|doMC|2.2245001553921062e-05| +|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2229462660607176e-05| +|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.2180009625435283e-05| +|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.2129139862652317e-05| +|cran|[futile.logger](NA)|2.2081318382487713e-05| +|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.189408390782581e-05| +|cran|miniUI|2.181978598345442e-05| +|cran|spatial|2.139474133780941e-05| +|cran|fstcore|2.1170566742901767e-05| +|cran|nortest|2.1115045002772684e-05| +|cran|openair|2.1115045002772684e-05| +|cran|webfakes|2.0772017010758264e-05| +|cran|mclust|2.0669992372705845e-05| +|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0660585635928964e-05| +|cran|brms|2.065506820066866e-05| +|cran|RJSONIO|2.0067524569374808e-05| +|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|2.0023910513794174e-05| +|cran|[graphql](http://graphql.org)|1.9986933117643783e-05| +|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9966914430746918e-05| +|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9639031425464732e-05| +|cran|stopwords|1.962832905193679e-05| +|cran|spam|1.957723443912988e-05| +|cran|[remotes](https://remotes.r-lib.org)|1.930819990771061e-05| +|cran|modelr|1.9226281276138796e-05| +|cran|[config](https://github.com/rstudio/config)|1.898430239619989e-05| +|cran|dunn.test|1.889240868669135e-05| +|cran|minqa|1.8868616922326202e-05| +|cran|kernlab|1.878917433634202e-05| +|cran|[tm](http://tm.r-forge.r-project.org/)|1.8655664117161645e-05| +|cran|Formula|1.843437527249899e-05| +|cran|[hoardr](https://github.com/ropensci/hoardr)|1.840122089444918e-05| +|cran|[RANN](https://github.com/jefferis/RANN)|1.832113544938176e-05| +|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8167150108774478e-05| +|cran|[reactable](https://glin.github.io/reactable/)|1.815378240323854e-05| +|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.7975036918731818e-05| +|cran|sandwich|1.7951507202842797e-05| +|cran|[genalg](https://github.com/egonw/genalg)|1.7947788252356782e-05| +|cran|lpSolveAPI|1.7947788252356782e-05| +|cran|segmented|1.7941946860403838e-05| +|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.7919454528666464e-05| +|cran|quadprog|1.7897068442281256e-05| +|cran|lmtest|1.7832103651740167e-05| +|cran|gmp|1.7795282721507075e-05| +|cran|[semver](https://github.com/johndharrison/semver)|1.771703097482649e-05| +|cran|lsa|1.7625898571743863e-05| +|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7390216840142414e-05| +|cran|[statmod](NA)|1.7162145986911578e-05| +|cran|carrier|1.6512403477595647e-05| +|cran|plotROC|1.6316171138506162e-05| +|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6229652399811938e-05| +|cran|caTools|1.618362414062276e-05| +|cran|SeuratObject|1.616290104342675e-05| +|cran|mondate|1.6057130453036142e-05| +|cran|DAAG|1.6057130453036142e-05| +|cran|SuppDists|1.6040835750543873e-05| +|cran|qlcMatrix|1.5933095816123846e-05| +|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5846076236718477e-05| +|cran|RcppRoll|1.5831119746508182e-05| +|cran|blavaan|1.5801402012102847e-05| +|cran|mediation|1.5682566325348362e-05| +|cran|Rgraphviz|1.5679354942412647e-05| +|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5618746928954233e-05| +|cran|spex|1.5606772393353723e-05| +|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5606772393353723e-05| +|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5488279700165076e-05| +|cran|VennDiagram|1.5240230817043724e-05| +|cran|PhysicalActivity|1.4956490210297318e-05| +|cran|shinyFeedback|1.4956490210297318e-05| +|cran|extrafont|1.4897690081602011e-05| +|cran|futile.options|1.4891536309955456e-05| +|cran|lambda.r|1.4891536309955456e-05| +|cran|[vegan](https://github.com/vegandevs/vegan)|1.4831457314142356e-05| +|cran|PASWR|1.4556583246340316e-05| +|cran|arrow|1.4541201945648199e-05| +|cran|leaflet.providers|1.4533623191564794e-05| +|cran|logspline|1.4456951079249925e-05| +|cran|timetk|1.4398279726810168e-05| +|cran|DiceKriging|1.4344424610922073e-05| +|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4294387039822413e-05| +|cran|polynom|1.4173884112320565e-05| +|cran|biglm|1.4126680150845978e-05| +|cran|nloptr|1.4091129079766303e-05| +|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4062387938385041e-05| +|cran|compiler|1.4032606443592664e-05| +|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3928215797740418e-05| +|cran|gdata|1.3883896198073144e-05| +|cran|mlrMBO|1.380599096335137e-05| +|cran|emoa|1.380599096335137e-05| +|cran|vcd|1.3791928363953919e-05| +|cran|fftwtools|1.3779751179309464e-05| +|cran|websocket|1.3560887288925722e-05| +|cran|[smoothr](https://strimas.com/smoothr/)|1.3519005317863187e-05| +|cran|numform|1.3294657964708726e-05| +|cran|qmap|1.3294657964708726e-05| +|cran|[seriation](https://github.com/mhahsler/seriation)|1.324338822420773e-05| +|cran|gridBase|1.3079583859079016e-05| +|cran|proj4|1.2919971190350406e-05| +|cran|RandomFieldsUtils|1.28362627709247e-05| +|cran|[jqr](https://docs.ropensci.org/jqr/)|1.279628464873985e-05| +|cran|[base64url](https://github.com/mllg/base64url)|1.2761379610622816e-05| +|cran|[attempt](https://github.com/ColinFay/attempt)|1.2760223130510174e-05| +|cran|stargazer|1.269165026416658e-05| +|cran|plm|1.259909440943924e-05| +|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2402094257265578e-05| +|cran|[reshape](http://had.co.nz/reshape)|1.2355929803979837e-05| +|cran|bezier|1.2310392933978011e-05| +|cran|ComplexHeatmap|1.2310392933978011e-05| +|cran|GlobalOptions|1.2310392933978011e-05| +|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2155667470033693e-05| +|cran|rms|1.2129237596890713e-05| +|cran|dfoptim|1.2052398560947223e-05| +|cran|jsonify|1.199238578680203e-05| +|cran|RSpectra|1.19669727027867e-05| +|cran|[proxy](NA)|1.1932313422732883e-05| +|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1886193411374703e-05| +|cran|robotstxt|1.1845540246555475e-05| +|cran|[geosphere](NA)|1.1807179102536235e-05| +|cran|ggdist|1.1693674345958608e-05| +|cran|bridgesampling|1.1693674345958608e-05| +|cran|bayesQR|1.1693674345958608e-05| +|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1650148069029818e-05| +|cran|mice|1.162941721316263e-05| +|cran|AER|1.1399578348520907e-05| +|cran|sm|1.1368111396492782e-05| +|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1362698966842957e-05| +|cran|EnvStats|1.1217367657722988e-05| +|cran|gganimate|1.1192105014594672e-05| +|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1169443453001351e-05| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0945431472081221e-05| +|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.08757524594477e-05| +|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0781869854540803e-05| +|cran|pscl|1.0737319961193253e-05| +|cran|udpipe|1.0568953202440474e-05| +|cran|Rcsdp|1.0568525009111724e-05| +|cran|tableHTML|1.0557522501386342e-05| +|cran|shiny.i18n|1.0557522501386342e-05| +|cran|popbio|1.0557522501386342e-05| +|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0533426131709596e-05| +|cran|[ini](https://github.com/dvdscripter/ini)|1.0483571164341939e-05| +|cran|optimx|1.0307041181623832e-05| +|cran|[storr](https://github.com/richfitz/storr)|1.0240067854552987e-05| +|cran|pls|1.0223027496027377e-05| +|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0188718745241138e-05| +|cran|janeaustenr|1.0117151777434645e-05| +|cran|mlmRev|1.003113574109847e-05| +|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0003518495423788e-05| +|cran|gsl|9.989977655686817e-06| +|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.939080815848402e-06| +|cran|spacyr|9.91615300942712e-06| +|cran|[NISTunits](NA)|9.880257432922405e-06| +|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.87672572431858e-06| +|cran|measurements|9.816799181601573e-06| +|cran|NLP|9.771355532345436e-06| +|cran|celestial|9.76139912092466e-06| +|cran|modeldata|9.683238796868393e-06| +|cran|spData|9.67642183777064e-06| +|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.627283780137824e-06| +|cran|tkrplot|9.599386980740039e-06| +|cran|HSAUR3|9.527846161657381e-06| +|cran|[pander](https://rapporter.github.io/pander/)|9.459721569221212e-06| +|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.391058655940707e-06| +|cran|[ggsci](https://nanx.me/ggsci/)|9.391058655940707e-06| +|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.313712126581862e-06| +|cran|rcmdcheck|9.289876070416627e-06| +|cran|Biostrings|9.199189033371018e-06| +|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.194601985678176e-06| +|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.188532880424414e-06| +|cran|rstatix|9.166711302786247e-06| +|cran|[rstantools](https://mc-stan.org/rstantools/)|9.16259662930801e-06| +|cran|gt|9.052140022577033e-06| +|cran|[beautier](https://docs.ropensci.org/beautier/)|8.985344070836992e-06| +|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.952854852868211e-06| +|cran|purrrlyr|8.921265273408322e-06| +|cran|LaplacesDemon|8.920417042814226e-06| +|cran|filelock|8.884155184916607e-06| +|cran|manipulateWidget|8.884155184916607e-06| +|cran|BeyondBenford|8.884155184916607e-06| +|cran|BenfordTests|8.884155184916607e-06| +|cran|benford.analysis|8.884155184916607e-06| +|cran|MUS|8.884155184916607e-06| +|cran|AsioHeaders|8.884155184916605e-06| +|cran|semEff|8.761970714681813e-06| +|cran|rr2|8.761970714681813e-06| +|cran|MEMSS|8.761970714681813e-06| +|cran|PKPDmodels|8.761970714681813e-06| +|cran|antiword|8.601033755946737e-06| +|cran|[Ckmeans.1d.dp](NA)|8.580342256081423e-06| +|cran|[quanteda](https://quanteda.io)|8.553533651543134e-06| +|cran|rsm|8.475283838559724e-06| +|cran|tables|8.471056050160345e-06| +|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.459706714290219e-06| +|cran|mda|8.44511170261122e-06| +|cran|psychTools|8.347486212882572e-06| +|cran|seqLogo|8.310773514879358e-06| +|cran|rootSolve|8.175308123966868e-06| +|cran|Cubist|8.147406326044353e-06| +|cran|adehabitatMA|8.054316513798021e-06| +|cran|[origami](https://tlverse.org/origami/)|8.028626794588275e-06| +|cran|bbmle|8.021255869972449e-06| +|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.93597944839787e-06| +|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.93100258173905e-06| +|cran|cleanNLP|7.897026831036984e-06| +|cran|bigmemory|7.780045711177871e-06| +|cran|gpclib|7.779387850518245e-06| +|cran|PBSmapping|7.779387850518245e-06| +|cran|rnaturalearthhires|7.72445194399509e-06| +|cran|[imager](http://dahtah.github.io/imager/)|7.691909251010048e-06| +|cran|lgr|7.686902567134486e-06| +|cran|triangle|7.645757795503989e-06| +|cran|evd|7.645757795503989e-06| +|cran|SASmixed|7.643546371594323e-06| +|cran|beepr|7.633882567186642e-06| +|cran|MCMCpack|7.590148693130994e-06| +|cran|[xgboost](https://github.com/dmlc/xgboost)|7.530770874339593e-06| +|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.4922858918766935e-06| +|cran|[natserv](https://docs.ropensci.org/natserv)|7.4922858918766935e-06| +|cran|[worrms](https://docs.ropensci.org/worrms)|7.4922858918766935e-06| +|cran|[rotl](https://docs.ropensci.org/rotl/)|7.4922858918766935e-06| +|cran|[rredlist](https://github.com/ropensci/rredlist)|7.4922858918766935e-06| +|cran|[bold](https://docs.ropensci.org/bold/)|7.4922858918766935e-06| +|cran|[ritis](https://github.com/ropensci/ritis)|7.492285891876692e-06| +|cran|[fst](http://www.fstpackage.org)|7.421395627962998e-06| +|cran|yamlme|7.403462654097172e-06| +|cran|adehabitatLT|7.392779446804103e-06| +|cran|doFuture|7.377485592152971e-06| +|cran|pbmcapply|7.377485592152971e-06| +|cran|tm.lexicon.GeneralInquirer|7.331868729530079e-06| +|cran|Rpoppler|7.331868729530079e-06| +|cran|Rcampdf|7.331868729530079e-06| +|cran|filehash|7.331868729530079e-06| +|cran|paradox|7.326099082996016e-06| +|cran|permute|7.270414919443832e-06| +|cran|plotfunctions|7.25237157952376e-06| +|cran|sparkline|7.215223074791369e-06| +|cran|rcdk|7.179115300942712e-06| +|cran|fingerprint|7.179115300942712e-06| +|cran|enviPat|7.179115300942712e-06| +|cran|flexdashboard|7.179115300942712e-06| +|cran|keys|7.179115300942712e-06| +|cran|[phytools](https://github.com/liamrevell/phytools)|7.172615727274902e-06| +|cran|RcppDE|7.156680565627266e-06| +|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.14029132892805e-06| +|cran|actuar|7.107324147933286e-06| +|cran|skellam|7.107324147933286e-06| +|cran|hoa|7.107324147933286e-06| +|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.077162817062474e-06| +|cran|[docopt](https://github.com/docopt/docopt.R)|7.050916813425885e-06| +|cran|[philentropy](https://github.com/HajkD/philentropy)|7.035532994923859e-06| +|cran|fpc|7.026199451733231e-06| +|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.01485002640667e-06| +|cran|MCMCglmm|6.993826821346842e-06| +|cran|betareg|6.86953006980105e-06| +|cran|scatterplot3d|6.803290685224496e-06| +|cran|CompQuadForm|6.787076055246071e-06| +|cran|[torch](https://torch.mlverse.org/docs)|6.7787835265038575e-06| +|cran|gamlss|6.736066032616185e-06| +|cran|tree|6.730420594633792e-06| +|cran|[binman](https://docs.ropensci.org/binman/)|6.700507614213207e-06| +|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.680689490539099e-06| +|cran|[beastier](https://docs.ropensci.org/beastier/)|6.580855692530821e-06| +|cran|VGAMdata|6.580855692530819e-06| +|cran|VGAMextra|6.580855692530819e-06| +|cran|shapefiles|6.580855692530819e-06| +|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.578875647665541e-06| +|cran|tensorA|6.506566312585166e-06| +|cran|partitions|6.477626583628376e-06| +|cran|signal|6.474981424391938e-06| +|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.432217395142043e-06| +|cran|oskeyring|6.34582513208329e-06| +|cran|ExplainPrediction|6.34582513208329e-06| +|cran|rpart.plot|6.34582513208329e-06| +|cran|BiocManager|6.339983611337987e-06| +|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.285181117597995e-06| +|cran|afex|6.271632346910038e-06| +|cran|geepack|6.2534805559371244e-06| +|cran|tester|6.234494866608145e-06| +|cran|[reprex](https://reprex.tidyverse.org)|6.228585683076075e-06| +|cran|rticles|6.218531397837726e-06| +|cran|fastICA|6.218240744734216e-06| +|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.151831965336897e-06| +|cran|[rentrez](http://github.com/ropensci/rentrez)|6.14854190407129e-06| +|cran|ks|6.143912514244277e-06| +|cran|fixest|6.10365462282548e-06| +|cran|[ff](https://github.com/truecluster/ff)|6.100341053299488e-06| +|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.0691862905995954e-06| +|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.02353056812746e-06| +|cran|[downloader](https://github.com/wch/downloader)|6.01988869542351e-06| +|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.000167471891703e-06| +|cran|bs4Dash|5.927842841247223e-06| +|cran|speedglm|5.924372604371699e-06| +|cran|RcppZiggurat|5.9227701232777374e-06| +|cran|acepack|5.904755418232446e-06| +|cran|htmlTable|5.904755418232446e-06| +|cran|reactR|5.828757899098726e-06| +|cran|protolite|5.7689319382575365e-06| +|cran|TSA|5.640733450740702e-06| +|cran|[haven](https://haven.tidyverse.org)|5.640429422707071e-06| +|cran|ipred|5.5846829498918604e-06| +|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.5784457073493856e-06| +|cran|cplm|5.5748358618185395e-06| +|cran|clusterGeneration|5.543191123282242e-06| +|cran|pROC|5.538567105076776e-06| +|cran|[rversions](https://github.com/r-hub/rversions)|5.537997928984102e-06| +|cran|flexsurv|5.5153838185020205e-06| +|cran|klaR|5.488203413552306e-06| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4546265011275925e-06| +|cran|cubature|5.448552817097454e-06| +|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.420964614997572e-06| +|cran|debugme|5.386590325921882e-06| +|cran|subprocess|5.384336475707034e-06| +|cran|qvalue|5.384336475707034e-06| +|cran|[EML](https://docs.ropensci.org/EML/)|5.3586967782036725e-06| +|cran|FNN|5.269420775924584e-06| +|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.2103528140770455e-06| +|cran|rhub|5.17904216393697e-06| +|cran|gmailr|5.17904216393697e-06| +|cran|foghorn|5.17904216393697e-06| +|cran|coxme|5.168749002837072e-06| +|cran|[float](https://github.com/wrathematics/float)|5.168736784053723e-06| +|cran|spls|5.145959237056472e-06| +|cran|[dynlm](NA)|5.127939500673371e-06| +|cran|numbers|5.114594862791497e-06| +|cran|loder|5.080807703792177e-06| +|cran|ore|5.080807703792177e-06| +|cran|mstate|5.076660105666632e-06| +|cran|linprog|5.076660105666632e-06| +|cran|magic|5.076660105666632e-06| +|cran|changepoint|5.076660105666632e-06| +|cran|nor1mix|5.076660105666632e-06| +|cran|diptest|5.076660105666632e-06| +|cran|metafor|5.042623611436153e-06| +|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.034354604786078e-06| +|cran|scico|4.986005460922585e-06| +|cran|rcartocolor|4.986005460922585e-06| +|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.9587747024258956e-06| +|cran|lfe|4.957312018320112e-06| +|cran|[aod](https://cran.r-project.org/package=aod)|4.941287207380513e-06| +|cran|gdalUtils|4.935641769398115e-06| +|cran|TeachingDemos|4.935641769398115e-06| +|cran|plotmo|4.935641769398115e-06| +|cran|[emld](https://docs.ropensci.org/emld/)|4.89718222314307e-06| +|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.886794858513495e-06| +|cran|BiocVersion|4.847912713462646e-06| +|cran|modeltools|4.831733521621312e-06| +|cran|gld|4.805293369357706e-06| +|cran|[loo](https://mc-stan.org/loo/)|4.80442934589718e-06| +|cran|Biobase|4.797445370785737e-06| +|cran|[rsample](https://rsample.tidymodels.org)|4.79150069052804e-06| +|cran|scagnostics|4.755177744662878e-06| +|cran|labelled|4.755177744662878e-06| +|cran|intergraph|4.755177744662878e-06| +|cran|broom.helpers|4.755177744662878e-06| +|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7468160752237e-06| +|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.73545490042952e-06| +|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.698566575975834e-06| +|cran|PolynomF|4.675871149956109e-06| +|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.658032850676129e-06| +|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.656592435206608e-06| +|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.64978933761241e-06| +|cran|mlogit|4.636546427151178e-06| +|cran|RcppCCTZ|4.617808134577532e-06| +|cran|genieclust|4.615145550606029e-06| +|cran|getopt|4.615145550606029e-06| +|cran|leaps|4.612926730629776e-06| +|cran|[logger](https://daroczig.github.io/logger/)|4.608436795256962e-06| +|cran|bignum|4.555977017905952e-06| +|cran|future.callr|4.505397014538698e-06| +|cran|[solrium](https://github.com/ropensci/solrium)|4.480038589039681e-06| +|cran|quantmod|4.4420775924583035e-06| +|cran|FastRWeb|4.4420775924583035e-06| +|cran|truncreg|4.4284932573131706e-06| +|cran|panelr|4.4284932573131706e-06| +|cran|metaBMA|4.4284932573131706e-06| +|cran|ivreg|4.4284932573131706e-06| +|cran|GLMMadaptive|4.4284932573131706e-06| +|cran|clubSandwich|4.4284932573131706e-06| +|cran|cgam|4.4284932573131706e-06| +|cran|blme|4.4284932573131706e-06| +|cran|geojsonlint|4.422847819330778e-06| +|cran|topicmodels|4.418729007311375e-06| +|cran|akima|4.4175062156842475e-06| +|cran|logging|4.40894321414626e-06| +|cran|rsyslog|4.40894321414626e-06| +|cran|[data.tree](http://github.com/gluc/data.tree)|4.389286502506542e-06| +|cran|ggfittext|4.3872371283538795e-06| +|cran|RcppBigIntAlgos|4.3872371283538795e-06| +|cran|robust|4.387080441313581e-06| +|cran|taxadb|4.384388273075727e-06| +|cran|assertive.code|4.372243153205712e-06| +|cran|assertive.reflection|4.372243153205712e-06| +|cran|assertive.data.us|4.372243153205712e-06| +|cran|assertive.data.uk|4.372243153205712e-06| +|cran|assertive.data|4.372243153205712e-06| +|cran|assertive.models|4.372243153205712e-06| +|cran|assertive.matrices|4.372243153205712e-06| +|cran|assertive.sets|4.372243153205712e-06| +|cran|assertive.files|4.372243153205712e-06| +|cran|assertive.datetimes|4.372243153205712e-06| +|cran|assertive.strings|4.372243153205712e-06| +|cran|assertive.numbers|4.372243153205712e-06| +|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.3094414649889654e-06| +|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2290567139404114e-06| +|cran|gdtools|4.2099968082755e-06| +|cran|[redux](https://github.com/richfitz/redux)|4.187817258883261e-06| +|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1398972969622585e-06| +|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.136712406418206e-06| +|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.131392774076505e-06| +|cran|locfit|4.124896851791654e-06| +|cran|bookdown|4.109515633664633e-06| +|cran|nonnest2|4.107727666144238e-06| +|cran|officer|4.107572964038366e-06| +|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.088463431057707e-06| +|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.066456024033984e-06| +|cran|stm|4.059773242264232e-06| +|cran|sparsesvd|4.038252356780275e-06| +|cran|FMStable|4.038252356780275e-06| +|cran|MuMIn|4.032441759707973e-06| +|cran|distributional|3.968236259751851e-06| +|cran|Bessel|3.963469905728789e-06| +|cran|[archive](https://archive.r-lib.org/)|3.959846204410493e-06| +|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.948513415518492e-06| +|cran|transport|3.948513415518492e-06| +|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.934707424555142e-06| +|cran|TH.data|3.9178344982531786e-06| +|cran|[posterior](https://mc-stan.org/posterior/)|3.901119152756767e-06| +|cran|tracerer|3.8729437807717264e-06| +|cran|stabledist|3.858912534166341e-06| +|cran|skewt|3.85826168030664e-06| +|cran|catdata|3.85826168030664e-06| +|cran|MPV|3.85826168030664e-06| +|cran|fit.models|3.85826168030664e-06| +|cran|DEoptimR|3.85826168030664e-06| +|cran|pso|3.852643242245033e-06| +|cran|feather|3.852478885209755e-06| +|cran|spacetime|3.8083450909606835e-06| +|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.753366828965109e-06| +|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.727617560104871e-06| +|cran|[move](https://bartk.gitlab.io/move/)|3.717756137988191e-06| +|cran|goftest|3.6762021454827335e-06| +|cran|tensor|3.6762021454827335e-06| +|cran|spatstat.sparse|3.6762021454827335e-06| +|cran|ellipse|3.6690058287896163e-06| +|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.664929853237668e-06| +|cran|[servr](https://github.com/yihui/servr)|3.644042007666004e-06| +|cran|doRNG|3.642503625815809e-06| +|cran|keras|3.637920582341454e-06| +|cran|[rdflib](https://github.com/ropensci/rdflib)|3.62618578976188e-06| +|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6258158085569257e-06| +|DESCRIPTION|gitlab/ampere2/metalwalls|3.6258158085569257e-06| +|DESCRIPTION|gitlab/libreumg/dataquier|3.6258158085569257e-06| +|DESCRIPTION|github/hope-data-science/tidyfst|3.6258158085569257e-06| +|DESCRIPTION|github/bommert/stabm|3.6258158085569257e-06| +|DESCRIPTION|github/binzhulab/SUITOR|3.6258158085569257e-06| +|DESCRIPTION|github/ants-project/ANTs|3.6258158085569257e-06| +|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6258158085569257e-06| +|DESCRIPTION|github/sjbeckett/localcovid19now|3.6258158085569257e-06| +|DESCRIPTION|github/prioritizr/wdpar|3.6258158085569257e-06| +|DESCRIPTION|github/lasseignelab/CINmetrics|3.6258158085569257e-06| +|DESCRIPTION|github/annajenul/UBayFS|3.6258158085569257e-06| +|DESCRIPTION|github/Merck/pkglite|3.6258158085569257e-06| +|DESCRIPTION|github/msalibian/RBF|3.6258158085569257e-06| +|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6258158085569257e-06| +|DESCRIPTION|github/ejikeugba/serp|3.6258158085569257e-06| +|DESCRIPTION|github/ejikeugba/gofcat|3.6258158085569257e-06| +|DESCRIPTION|github/oneilsh/tidytensor|3.6258158085569257e-06| +|DESCRIPTION|github/jessecambon/tidygeocoder|3.6258158085569257e-06| +|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6258158085569257e-06| +|DESCRIPTION|github/david-barnett/microViz|3.6258158085569257e-06| +|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6258158085569257e-06| +|DESCRIPTION|github/lsds/Neptune|3.6258158085569257e-06| +|DESCRIPTION|github/raredd/kmdata|3.6258158085569257e-06| +|DESCRIPTION|github/takfung/ResDisMapper|3.6258158085569257e-06| +|DESCRIPTION|github/msaland/THInCR-Suite|3.6258158085569257e-06| +|DESCRIPTION|github/rajewsky-lab/dropbead|3.6258158085569257e-06| +|DESCRIPTION|github/cjbarrie/academictwitteR|3.6258158085569257e-06| +|DESCRIPTION|github/julia-wrobel/registr|3.6258158085569257e-06| +|DESCRIPTION|github/Natsiopoulos/ARDL|3.6258158085569257e-06| +|DESCRIPTION|github/SchlossLab/mikropml|3.6258158085569257e-06| +|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6258158085569257e-06| +|DESCRIPTION|github/konfound-project/konfound|3.6258158085569257e-06| +|DESCRIPTION|github/lrnv/cort|3.6258158085569257e-06| +|DESCRIPTION|github/asancpt/caffsim|3.6258158085569257e-06| +|DESCRIPTION|github/insightsengineering/rbmi|3.6258158085569257e-06| +|DESCRIPTION|github/saezlab/PHONEMeS|3.6258158085569257e-06| +|DESCRIPTION|github/NathanSkene/EWCE|3.6258158085569257e-06| +|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6258158085569257e-06| +|DESCRIPTION|github/GaryBAYLOR/mixR|3.6258158085569257e-06| +|DESCRIPTION|github/xiaotiand/FunFor|3.6258158085569257e-06| +|DESCRIPTION|github/deweylab/RSEM|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/drake|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/antiword|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tesseract|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RSelenium|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/microdemic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/awardFindR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidyhydat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cffr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfema|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/essurvey|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/finch|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rsnps|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rplos|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ckanr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bomrang|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/virtuoso|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/targets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfishbase|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rredlist|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/allodb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rmangal|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nodbi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rperseus|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stplanr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdataretriever|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spatsoc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/Rpolyhedra|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencage|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/aRxiv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/webchem|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mapscanner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treestartr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/addressable|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jagstargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxlist|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/NLMR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdefra|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rbace|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrricanes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spiro|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rromeo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ijtiff|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/plater|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/writexl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dbparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/epubr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geojsonio|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/piggyback|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tinkr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RNeXML|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rusda|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nbaR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/refsplitr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tarchetypes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pdftools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/c14bazAAR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/paleobioDB|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fauxpas|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gtfsr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/brranching|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/SymbiotaR2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/predictNMB|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/suppdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dataaimsr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gutenbergr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/refimpact|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdatacite|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/roadoi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mctq|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/EML|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/assertr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxize|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/namext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rsat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tiler|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rbhl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ruODK|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ghql|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rppo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcitoid|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/magick|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ritis|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/getCRUCLdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/citecorp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bittrex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fulltext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/webmockr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrlite|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/xslt|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rvertnet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rtweet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mcbette|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/zbank|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rglobi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DoOR.data|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hddtools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/comtradr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pixelclasser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wateRinfo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ecoengine|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cld2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/scrubr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/worrms|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rotl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/unrtf|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phonfieldwork|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treebase|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/randgeo|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/parzer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ots|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/biomartr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ssh|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/charlatan|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/GSODR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/prism|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/beautier|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chlorpromazineR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nasapower|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/RefManageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bib2df|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bibtex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/medrxivr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/arkdb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hunspell|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jsonvalidate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/trufflesniffer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/lingtypology|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/riem|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rtika|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rrricanesdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ezknitr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wikitaxa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcoreoa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tacmagic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/oai|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tracerer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcites|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jsonld|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hydroscoper|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/daiquiri|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnassqs|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nlrx|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/popler|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/codemetar|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdryad|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rb3|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/PostcodesioR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdflib|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geonames|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/googleLanguageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/geojsonlint|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/qualtRics|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/colocr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/git2rdata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MODIStsp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/grainchanger|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/USAboundariesData|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rdhs|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jenkins|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/neotoma|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmextract|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MODISTools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidyqpcr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pendulum|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/git2r|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgpdd|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnoaa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxview|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/plotly|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rzmq|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/seasl|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcol|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/graphql|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfisheries|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spelling|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/av|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rinat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxadb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jqr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rAltmetric|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider.base|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/binman|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/censo2017|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pangaear|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/beastier|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/terrainr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/photosearcher|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/spocc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidypmc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/landscapetools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgbif|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/natserv|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/excluder|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxizedb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/lightr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/baRcodeR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dbhydroR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stats19|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/unifir|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/antanym|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outcomerate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/readODS|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tokenizers|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cleanEHR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/traits|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DataSpaceR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chromer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rcrossref|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pubchunks|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gittargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/workloopR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cchecks|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/isdparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/jstor|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/MtreeRing|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/babette|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dittodb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/ramlegacy|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/restez|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wellknown|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/slopes|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/USAboundaries|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/BaseSet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/iheatmapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/crul|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rWBclimate|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cld3|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/elastic|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylogram|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/emld|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/onekp|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tradestatistics|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/qpdf|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/staypuft|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opentripplanner|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnpn|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/getlandsat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DataPackageR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rAvis|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/patentsview|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/internetarchive|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rebird|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/skynet|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rerddap|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gistr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mregions|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/coder|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/stantargets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/datapack|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bold|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/sofa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/nomisr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/timefuzz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bowerbird|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/helminthR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mauricer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylocomr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/taxa|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/katex|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/FedData|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/europepmc|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/textreuse|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osmplotr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/historydata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rnaturalearth|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/circle|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/conditionz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cde|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rorcid|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/citesdb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/bikedata|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/fingertipsR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/DoOR.functions|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cyphr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/camsRad|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/dataspice|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rentrez|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tidync|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/robotstxt|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/phylotaR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/eia|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/gitignore|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/vcr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/infx|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/pathviewr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/opencontext|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/treedata.table|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/Rclean|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/mapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/chirps|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/wdman|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/AntWeb|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tif|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rfigshare|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/rgnparser|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/exoplanets|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/osfr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/hoardr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/EndoMineR|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/weathercan|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/visdat|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/smapr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/clifro|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/outsider.devtools|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/tabulizer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/cRegulome|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/solrium|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/handlr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci/skimr|3.6258158085569257e-06| +|DESCRIPTION|github/jorittmo/singcar|3.6258158085569257e-06| +|DESCRIPTION|github/KiranLDA/PAMLr|3.6258158085569257e-06| +|DESCRIPTION|github/Pinlyu3/LRLoop|3.6258158085569257e-06| +|DESCRIPTION|github/obreschkow/dftools|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/ambrosia|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/osiris|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/rmap|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/rfasst|3.6258158085569257e-06| +|DESCRIPTION|github/JGCRI/plutus|3.6258158085569257e-06| +|DESCRIPTION|github/haoharryfeng/NeuCA|3.6258158085569257e-06| +|DESCRIPTION|github/riatelab/osrm|3.6258158085569257e-06| +|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6258158085569257e-06| +|DESCRIPTION|github/wesleyburr/subMaldi|3.6258158085569257e-06| +|DESCRIPTION|github/ConnorDonegan/geostan|3.6258158085569257e-06| +|DESCRIPTION|github/VincentAlcazer/StatAid|3.6258158085569257e-06| +|DESCRIPTION|github/q1cui/discourseGT|3.6258158085569257e-06| +|DESCRIPTION|github/koenderks/jaspAudit|3.6258158085569257e-06| +|DESCRIPTION|github/ec363/fpcountr|3.6258158085569257e-06| +|DESCRIPTION|github/mgcooper/baseflow|3.6258158085569257e-06| +|DESCRIPTION|github/anwarbio/bioassays|3.6258158085569257e-06| +|DESCRIPTION|github/mcsiple/mmrefpoints|3.6258158085569257e-06| +|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6258158085569257e-06| +|DESCRIPTION|github/zhouzilu/DENDRO|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/rodev|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/reviewer|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/arresteddev|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6258158085569257e-06| +|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6258158085569257e-06| +|DESCRIPTION|github/nand1155/CausNet|3.6258158085569257e-06| +|DESCRIPTION|github/GreiffLab/immuneREF|3.6258158085569257e-06| +|DESCRIPTION|github/esplint/IRACpm|3.6258158085569257e-06| +|DESCRIPTION|github/humanfactors/FIPS|3.6258158085569257e-06| +|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6258158085569257e-06| +|DESCRIPTION|github/justinmathias/isocalcR|3.6258158085569257e-06| +|DESCRIPTION|github/liuhong-jia/scAnno|3.6258158085569257e-06| +|DESCRIPTION|github/TeamPerie/CellDestiny|3.6258158085569257e-06| +|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6258158085569257e-06| +|DESCRIPTION|github/txopen/histoc|3.6258158085569257e-06| +|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6258158085569257e-06| +|DESCRIPTION|github/tinglabs/scAIDE|3.6258158085569257e-06| +|DESCRIPTION|github/inrae/RCaNmodel|3.6258158085569257e-06| +|DESCRIPTION|github/bluefoxr/COINr|3.6258158085569257e-06| +|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6258158085569257e-06| +|DESCRIPTION|github/Dulab2020/ARMT|3.6258158085569257e-06| +|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6258158085569257e-06| +|DESCRIPTION|github/martin3141/spant|3.6258158085569257e-06| +|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6258158085569257e-06| +|DESCRIPTION|github/blind-contours/SuperNOVA|3.6258158085569257e-06| +|DESCRIPTION|github/rcarragh/c212|3.6258158085569257e-06| +|DESCRIPTION|github/SofieVG/FlowSOM|3.6258158085569257e-06| +|DESCRIPTION|github/johnschwenck/bp|3.6258158085569257e-06| +|DESCRIPTION|github/genostats/LowKi|3.6258158085569257e-06| +|DESCRIPTION|github/adriancorrendo/metrica|3.6258158085569257e-06| +|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6258158085569257e-06| +|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6258158085569257e-06| +|DESCRIPTION|github/NSAPH-Software/CRE|3.6258158085569257e-06| +|DESCRIPTION|github/pydemull/activAnalyzer|3.6258158085569257e-06| +|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6258158085569257e-06| +|DESCRIPTION|github/AngusWright/LAMBDAR|3.6258158085569257e-06| +|DESCRIPTION|github/yuliadm/mixComp|3.6258158085569257e-06| +|DESCRIPTION|github/GOVS-pack/GOVS|3.6258158085569257e-06| +|DESCRIPTION|github/adithirgis/pollucheck|3.6258158085569257e-06| +|DESCRIPTION|github/AgrDataSci/climatrends|3.6258158085569257e-06| +|DESCRIPTION|github/gtonkinhill/fastbaps|3.6258158085569257e-06| +|DESCRIPTION|github/INCEPTdk/adaptr|3.6258158085569257e-06| +|DESCRIPTION|github/vbaliga/gaussplotR|3.6258158085569257e-06| +|DESCRIPTION|github/mingzehuang/latentcor|3.6258158085569257e-06| +|DESCRIPTION|github/NeotomaDB/neotoma2|3.6258158085569257e-06| +|DESCRIPTION|github/xoopR/set6|3.6258158085569257e-06| +|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6258158085569257e-06| +|DESCRIPTION|github/tidyverse/glue|3.6258158085569257e-06| +|DESCRIPTION|github/fchuffar/protopackage|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6258158085569257e-06| +|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6258158085569257e-06| +|DESCRIPTION|github/abmantz/rgw|3.6258158085569257e-06| +|DESCRIPTION|github/dankelley/oce|3.6258158085569257e-06| +|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6258158085569257e-06| +|DESCRIPTION|github/s-abbas/robnptests|3.6258158085569257e-06| +|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6258158085569257e-06| +|DESCRIPTION|github/abschneider/StrainHub|3.6258158085569257e-06| +|DESCRIPTION|github/prdm0/ropenblas|3.6258158085569257e-06| +|DESCRIPTION|github/dgrun/FateID|3.6258158085569257e-06| +|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6258158085569257e-06| +|DESCRIPTION|github/databio/GenomicDistributions|3.6258158085569257e-06| +|DESCRIPTION|github/rickhelmus/patRoon|3.6258158085569257e-06| +|DESCRIPTION|github/akcochrane/TEfits|3.6258158085569257e-06| +|DESCRIPTION|github/gabraham/flashpca|3.6258158085569257e-06| +|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6258158085569257e-06| +|DESCRIPTION|github/TheMillerLab/genetex|3.6258158085569257e-06| +|DESCRIPTION|github/andyphilips/dynamac|3.6258158085569257e-06| +|DESCRIPTION|github/r-spatialecology/shar|3.6258158085569257e-06| +|DESCRIPTION|github/ecological-cities/home2park|3.6258158085569257e-06| +|DESCRIPTION|github/jgrembi/riskCommunicator|3.6258158085569257e-06| +|DESCRIPTION|github/bartongroup/RoSA|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/orderly|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/vaultr|3.6258158085569257e-06| +|DESCRIPTION|github/vimc/dettl|3.6258158085569257e-06| +|DESCRIPTION|github/lydialucchesi/Vizumap|3.6258158085569257e-06| +|DESCRIPTION|github/USEPA/nsink|3.6258158085569257e-06| +|DESCRIPTION|github/IMMM-SFA/gamut|3.6258158085569257e-06| +|DESCRIPTION|github/zizroc/villager|3.6258158085569257e-06| +|DESCRIPTION|github/shangguandong1996/FindIT2|3.6258158085569257e-06| +|DESCRIPTION|github/astrostat/Automark|3.6258158085569257e-06| +|DESCRIPTION|github/astrostat/LIRA|3.6258158085569257e-06| +|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6258158085569257e-06| +|DESCRIPTION|github/r-spatial/rgee|3.6258158085569257e-06| +|DESCRIPTION|github/LindaNab/mecor|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/medoutcon|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/txshift|3.6258158085569257e-06| +|DESCRIPTION|github/nhejazi/haldensify|3.6258158085569257e-06| +|DESCRIPTION|github/HajkD/LTRpred|3.6258158085569257e-06| +|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6258158085569257e-06| +|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6258158085569257e-06| +|DESCRIPTION|github/orbisgis/lczexplore|3.6258158085569257e-06| +|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/srr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/autotest|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6258158085569257e-06| +|DESCRIPTION|github/highamm/sptotal|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/performance|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/effectsize|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/parameters|3.6258158085569257e-06| +|DESCRIPTION|github/easystats/correlation|3.6258158085569257e-06| +|DESCRIPTION|github/YuLab-SMU/treeio|3.6258158085569257e-06| +|DESCRIPTION|github/maximewack/viroCapt|3.6258158085569257e-06| +|DESCRIPTION|github/gasparl/possa|3.6258158085569257e-06| +|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6258158085569257e-06| +|DESCRIPTION|github/isakro/shoredate|3.6258158085569257e-06| +|DESCRIPTION|github/johannes-titz/cofad|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/hyper.fit|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/celestial|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/NFWdist|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProSpect|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProFuse|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/Rwcs|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProFound|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/Rfits|3.6258158085569257e-06| +|DESCRIPTION|github/asgr/ProPane|3.6258158085569257e-06| +|DESCRIPTION|github/BMILAB/scLINE|3.6258158085569257e-06| +|DESCRIPTION|github/snystrom/memes|3.6258158085569257e-06| +|DESCRIPTION|github/mlr-org/mcboost|3.6258158085569257e-06| +|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6258158085569257e-06| +|DESCRIPTION|github/OwenWard/ppdiag|3.6258158085569257e-06| +|DESCRIPTION|github/mmollina/viewpoly|3.6258158085569257e-06| +|DESCRIPTION|github/Martindelosrios/MeSsI|3.6258158085569257e-06| +|DESCRIPTION|github/Martindelosrios/ROGER|3.6258158085569257e-06| +|DESCRIPTION|github/tbep-tech/tbeptools|3.6258158085569257e-06| +|DESCRIPTION|github/kendomaniac/rCASC|3.6258158085569257e-06| +|DESCRIPTION|github/kendomaniac/docker4seq|3.6258158085569257e-06| +|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6258158085569257e-06| +|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6258158085569257e-06| +|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6258158085569257e-06| +|DESCRIPTION|github/rx-li/EasyCellType|3.6258158085569257e-06| +|DESCRIPTION|github/dpseidel/stmove|3.6258158085569257e-06| +|DESCRIPTION|github/fumi-github/omicwas|3.6258158085569257e-06| +|DESCRIPTION|github/ezer/PAFway|3.6258158085569257e-06| +|DESCRIPTION|github/jackmwolf/tehtuner|3.6258158085569257e-06| +|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6258158085569257e-06| +|DESCRIPTION|github/chrisaberson/BetterReg|3.6258158085569257e-06| +|DESCRIPTION|github/samhforbes/PupillometryR|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/netrankr|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/graphlayouts|3.6258158085569257e-06| +|DESCRIPTION|github/schochastics/signnet|3.6258158085569257e-06| +|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6258158085569257e-06| +|DESCRIPTION|github/CTU-Bern/presize|3.6258158085569257e-06| +|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6258158085569257e-06| +|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6258158085569257e-06| +|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6258158085569257e-06| +|DESCRIPTION|github/OrlandoLam/SAMT|3.6258158085569257e-06| +|DESCRIPTION|github/flyaflya/causact|3.6258158085569257e-06| +|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6258158085569257e-06| +|DESCRIPTION|github/RitchieLab/hudson|3.6258158085569257e-06| +|DESCRIPTION|github/nevrome/bleiglas|3.6258158085569257e-06| +|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6258158085569257e-06| +|DESCRIPTION|github/chainsawriot/sweater|3.6258158085569257e-06| +|DESCRIPTION|github/chainsawriot/oolong|3.6258158085569257e-06| +|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6258158085569257e-06| +|DESCRIPTION|github/r-lib/gert|3.6258158085569257e-06| +|DESCRIPTION|github/r-lib/credentials|3.6258158085569257e-06| +|DESCRIPTION|github/kadyb/rgugik|3.6258158085569257e-06| +|DESCRIPTION|github/signaturescience/skater|3.6258158085569257e-06| +|DESCRIPTION|github/MAnalytics/opitools|3.6258158085569257e-06| +|DESCRIPTION|github/MAnalytics/akmedoids|3.6258158085569257e-06| +|DESCRIPTION|github/metaOmics/MetaPath|3.6258158085569257e-06| +|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6258158085569257e-06| +|DESCRIPTION|github/MRCIEU/metaboprep|3.6258158085569257e-06| +|DESCRIPTION|github/VBlesius/RHRT|3.6258158085569257e-06| +|DESCRIPTION|github/aranyics/ReDCM|3.6258158085569257e-06| +|DESCRIPTION|github/donaldRwilliams/BGGM|3.6258158085569257e-06| +|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6258158085569257e-06| +|DESCRIPTION|github/ArgoCanada/argodata|3.6258158085569257e-06| +|DESCRIPTION|github/EpiVec/TDLM|3.6258158085569257e-06| +|DESCRIPTION|github/mdsteiner/EFAtools|3.6258158085569257e-06| +|DESCRIPTION|github/YonghuiDong/RawHummus|3.6258158085569257e-06| +|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6258158085569257e-06| +|DESCRIPTION|github/llrs/experDesign|3.6258158085569257e-06| +|DESCRIPTION|github/rqtl/qtl2|3.6258158085569257e-06| +|DESCRIPTION|github/bblodfon/emba|3.6258158085569257e-06| +|DESCRIPTION|github/pmoulos/metaseqR2|3.6258158085569257e-06| +|DESCRIPTION|github/niceume/datasailr|3.6258158085569257e-06| +|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6258158085569257e-06| +|DESCRIPTION|github/tgrimes/SeqNet|3.6258158085569257e-06| +|DESCRIPTION|github/LucyMcGowan/tipr|3.6258158085569257e-06| +|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6258158085569257e-06| +|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6258158085569257e-06| +|DESCRIPTION|github/wjakethompson/measr|3.6258158085569257e-06| +|DESCRIPTION|github/rudeboybert/forestecology|3.6258158085569257e-06| +|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6258158085569257e-06| +|DESCRIPTION|github/n8thangreen/BCEA|3.6258158085569257e-06| +|DESCRIPTION|github/BrianAronson/birankr|3.6258158085569257e-06| +|DESCRIPTION|github/ICRAR/ProFit|3.6258158085569257e-06| +|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/allcontributors|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/qcoder|3.6258158085569257e-06| +|DESCRIPTION|github/ropenscilabs/gendercoder|3.6258158085569257e-06| +|DESCRIPTION|github/kateharborne/SimSpin|3.6258158085569257e-06| +|DESCRIPTION|github/insilico/cncv|3.6258158085569257e-06| +|DESCRIPTION|github/saeyslab/PeacoQC|3.6258158085569257e-06| +|DESCRIPTION|github/saeyslab/nichenetr|3.6258158085569257e-06| +|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6258158085569257e-06| +|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6258158085569257e-06| +|DESCRIPTION|github/rhenkin/visxhclust|3.6258158085569257e-06| +|DESCRIPTION|github/constantAmateur/SoupX|3.6258158085569257e-06| +|DESCRIPTION|github/mmahmoudian/sivs|3.6258158085569257e-06| +|DESCRIPTION|github/sachsmc/cosinor|3.6258158085569257e-06| +|DESCRIPTION|github/alstat/ALUES|3.6258158085569257e-06| +|DESCRIPTION|github/tlverse/hal9001|3.6258158085569257e-06| +|DESCRIPTION|github/CajoterBraak/demc2|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/roblog|3.6258158085569257e-06| +|DESCRIPTION|github/ropensci-org/rotemplate|3.6258158085569257e-06| +|DESCRIPTION|github/Hegghammer/daiR|3.6258158085569257e-06| +|DESCRIPTION|github/taranu/AllStarFit|3.6258158085569257e-06| +|DESCRIPTION|github/isoverse/isoreader|3.6258158085569257e-06| +|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6258158085569257e-06| +|DESCRIPTION|github/r-cas/caracas|3.6258158085569257e-06| +|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6258158085569257e-06| +|DESCRIPTION|github/ShixiangWang/sigminer|3.6258158085569257e-06| +|DESCRIPTION|github/cran/irtplay|3.6258158085569257e-06| +|DESCRIPTION|github/cosimameyer/overviewR|3.6258158085569257e-06| +|DESCRIPTION|github/dieghernan/tidyterra|3.6258158085569257e-06| +|DESCRIPTION|github/SietzeN/glottospace|3.6258158085569257e-06| +|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6258158085569257e-06| +|DESCRIPTION|github/LTLA/basilisk|3.6258158085569257e-06| +|DESCRIPTION|github/bcjaeger/aorsf|3.6258158085569257e-06| +|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6258158085569257e-06| +|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6258158085569257e-06| +|DESCRIPTION|github/tidymodels/stacks|3.6258158085569257e-06| +|DESCRIPTION|github/tidymodels/infer|3.6258158085569257e-06| +|DESCRIPTION|github/maize-genetics/rTASSEL|3.6258158085569257e-06| +|DESCRIPTION|github/bcgov/bcdata|3.6258158085569257e-06| +|DESCRIPTION|github/bcgov/shinyssdtools|3.6258158085569257e-06| +|DESCRIPTION|github/stefanoMP/massiveGST|3.6258158085569257e-06| +|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6258158085569257e-06| +|DESCRIPTION|github/wadpac/GGIR|3.6258158085569257e-06| +|DESCRIPTION|github/rauschenberger/joinet|3.6258158085569257e-06| +|DESCRIPTION|github/rauschenberger/transreg|3.6258158085569257e-06| +|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6258158085569257e-06| +|DESCRIPTION|github/azizka/IUCNN|3.6258158085569257e-06| +|DESCRIPTION|github/timoast/signac|3.6258158085569257e-06| +|DESCRIPTION|github/dsoave/JLS|3.6258158085569257e-06| +|DESCRIPTION|github/yiling0210/APIR|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/dust|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/provisionr|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/sircovid|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/odin|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/individual|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/cinterpolate|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/drjacoby|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/ring|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/EpiEstim|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/rrq|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/squire|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/dde|3.6258158085569257e-06| +|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6258158085569257e-06| +|DESCRIPTION|github/nanakiksc/zerone|3.6258158085569257e-06| +|DESCRIPTION|github/flosalbizziae/kataegis|3.6258158085569257e-06| +|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6258158085569257e-06| +|DESCRIPTION|github/zoometh/iconr|3.6258158085569257e-06| +|cran|[txtq](https://github.com/wlandau/txtq)|3.6150987337535572e-06| +|cran|[arm](https://CRAN.R-project.org/package=arm)|3.6007750181290803e-06| +|cran|socialmixr|3.5895576504713635e-06| +|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5895576504713563e-06| +|cran|LSD|3.5895576504713563e-06| +|cran|outbreaks|3.589557650471356e-06| +|cran|aweek|3.589557650471356e-06| +|cran|[rmsfact](NA)|3.553662073966643e-06| +|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.553662073966643e-06| +|cran|geomorph|3.5536620739666424e-06| +|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.498170400360541e-06| +|cran|clv|3.4549492385786813e-06| +|cran|plainview|3.4549492385786805e-06| +|cran|mapdeck|3.4549492385786805e-06| +|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4441654834522637e-06| +|cran|[geojson](https://docs.ropensci.org/geojson)|3.4399927483683844e-06| +|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4297019854248513e-06| +|cran|ncbit|3.416982763429464e-06| +|cran|subplex|3.416982763429464e-06| +|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.413573229186995e-06| +|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.397259919196105e-06| +|cran|thor|3.3844400704444217e-06| +|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.37503884802652e-06| +|cran|gcookbook|3.358463008500221e-06| +|cran|polycor|3.3347749394808687e-06| +|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.329565738829698e-06| +|cran|imbalance|3.2904278462654096e-06| +|cran|prodlim|3.2904278462654096e-06| +|cran|pec|3.2904278462654096e-06| +|cran|limma|3.2623789987091624e-06| +|cran|misc3d|3.2575235678027553e-06| +|cran|aws.signature|3.244175842926003e-06| +|cran|maxLik|3.2306018854242204e-06| +|cran|princurve|3.2306018854242204e-06| +|cran|brglm|3.2306018854242204e-06| +|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2243810041205736e-06| +|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.2232928313848143e-06| +|cran|[gistr](https://github.com/ropensci/gistr)|3.213379260333576e-06| +|cran|PCICt|3.190009270689584e-06| +|cran|paws|3.1892258760325347e-06| +|cran|clustermq|3.1892258760325347e-06| +|cran|arules|3.172912566041645e-06| +|cran|grpreg|3.172912566041645e-06| +|cran|syslognet|3.1664040274446366e-06| +|cran|botor|3.1664040274446366e-06| +|cran|telegram|3.1664040274446366e-06| +|cran|RPushbullet|3.1664040274446366e-06| +|cran|slackr|3.1664040274446366e-06| +|cran|registry|3.079071273179322e-06| +|cran|pvclust|3.0776860362147393e-06| +|cran|[themis](https://github.com/tidymodels/themis)|3.070746220377719e-06| +|cran|superpc|3.070746220377719e-06| +|cran|subselect|3.070746220377719e-06| +|cran|pamr|3.070746220377719e-06| +|cran|BradleyTerry2|3.070746220377719e-06| +|cran|ModelMetrics|3.070746220377719e-06| +|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0459118926758547e-06| +|cran|yulab.utils|3.0330293618916975e-06| +|cran|farver|2.986270650392136e-06| +|cran|ranger|2.9626314358230602e-06| +|cran|doBy|2.9613850616388687e-06| +|cran|captioner|2.9613850616388687e-06| +|cran|robustlmm|2.9613850616388687e-06| +|cran|multgee|2.9613850616388687e-06| +|cran|merTools|2.9613850616388687e-06| +|cran|marginaleffects|2.9613850616388687e-06| +|cran|logistf|2.9613850616388687e-06| +|cran|JM|2.9613850616388687e-06| +|cran|gmnl|2.9613850616388687e-06| +|cran|fungible|2.9613850616388687e-06| +|cran|feisr|2.9613850616388687e-06| +|cran|estimatr|2.9613850616388687e-06| +|cran|crch|2.9613850616388687e-06| +|cran|censReg|2.9613850616388687e-06| +|cran|bife|2.9613850616388687e-06| +|cran|bdsmatrix|2.9613850616388687e-06| +|cran|corpus.JSS.papers|2.9613850616388687e-06| +|cran|lasso2|2.9613850616388687e-06| +|cran|ggfun|2.9613850616388687e-06| +|cran|[leafem](https://github.com/r-spatial/leafem)|2.9466422355744348e-06| +|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9165155910079776e-06| +|cran|sparklyr|2.9165155910079768e-06| +|cran|sjmisc|2.89087589350461e-06| +|cran|[progressr](https://progressr.futureverse.org)|2.881092324720439e-06| +|cran|distr6|2.8612416054481828e-06| +|cran|hardhat|2.849333534255734e-06| +|cran|ppcor|2.844604251916503e-06| +|cran|decor|2.820366725370351e-06| +|cran|[mlr3](https://mlr3.mlr-org.com)|2.8152216355703462e-06| +|cran|rainbow|2.792163058116647e-06| +|cran|procmaps|2.777467463073928e-06| +|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7405670595577573e-06| +|cran|tablerDash|2.7386169652146885e-06| +|cran|argonDash|2.7386169652146885e-06| +|cran|argonR|2.7386169652146885e-06| +|cran|TMB|2.7362732220909603e-06| +|cran|RProtoBuf|2.7335862107435714e-06| +|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7178079353568848e-06| +|cran|affy|2.7062503486361354e-06| +|cran|marray|2.7062503486361354e-06| +|cran|lm.beta|2.6927234417727417e-06| +|cran|mlapi|2.6719263714034903e-06| +|cran|rsparse|2.6719263714034903e-06| +|cran|[magicaxis](NA)|2.667749478326508e-06| +|cran|GenSA|2.635743753046777e-06| +|cran|MonetDBLite|2.632342277012328e-06| +|cran|RgoogleMaps|2.6248640319071788e-06| +|cran|systemfonts|2.6188136886548606e-06| +|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.606702579508963e-06| +|cran|leafsync|2.5876864705272976e-06| +|cran|ExactData|2.5751174449033643e-06| +|cran|diffobj|2.5701544254000305e-06| +|cran|Epi|2.566300631927898e-06| +|cran|memisc|2.566300631927898e-06| +|cran|descr|2.566300631927898e-06| +|cran|sylly.en|2.566300631927898e-06| +|cran|sylly|2.566300631927898e-06| +|cran|estimability|2.5653335640336704e-06| +|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5541083282200053e-06| +|cran|RWeka|2.5511266350718383e-06| +|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.55063710763494e-06| +|cran|Exact|2.543903900116656e-06| +|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.5433905194458223e-06| +|cran|DoE.base|2.538330052833316e-06| +|cran|[text2vec](http://text2vec.org)|2.5319201284574795e-06| +|cran|RcppAnnoy|2.530385357832273e-06| +|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5186729514140695e-06| +|cran|DendSer|2.498993359032098e-06| +|cran|[rgbif](https://github.com/ropensci/rgbif)|2.4927483683828885e-06| +|cran|[rbison](https://github.com/ropensci/rbison)|2.4927483683828885e-06| +|cran|[rebird](https://docs.ropensci.org/rebird/)|2.4927483683828885e-06| +|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.4927483683828885e-06| +|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.4927483683828885e-06| +|cran|fftw|2.486134954344319e-06| +|cran|[clusterCrit](http:www.r-project.org)|2.4794037305010222e-06| +|cran|kknn|2.479391997814893e-06| +|cran|picante|2.4678208846990574e-06| +|cran|hisse|2.4678208846990574e-06| +|cran|diversitree|2.4678208846990574e-06| +|cran|[gargle](https://gargle.r-lib.org)|2.4636404992365543e-06| +|cran|svUnit|2.4174571931745864e-06| +|cran|AlgDesign|2.4174571931745864e-06| +|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.409962883096066e-06| +|cran|RDCOMClient|2.3878361761831194e-06| +|cran|base|2.3878361761831194e-06| +|cran|BiasedUrn|2.369108049311095e-06| +|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3584023510553065e-06| +|cran|[oai](https://github.com/ropensci/oai)|2.344036833788579e-06| +|cran|[reproj](https://github.com/hypertidy/reproj/)|2.314304909781171e-06| +|cran|influenceR|2.310177477014268e-06| +|cran|Rdonlp2|2.3075727753030144e-06| +|cran|gamlss.dist|2.3075727753030144e-06| +|cran|Rsolnp|2.3075727753030144e-06| +|cran|[correlation](https://easystats.github.io/correlation/)|2.3067902861160823e-06| +|cran|[kml](http:www.r-project.org)|2.290479643634108e-06| +|cran|R2WinBUGS|2.277988508952976e-06| +|cran|kriging|2.277988508952976e-06| +|cran|udunits2|2.277988508952976e-06| +|cran|formula.tools|2.277988508952976e-06| +|cran|polspline|2.274632886149384e-06| +|cran|plotlyGeoAssets|2.249613564367772e-06| +|cran|listviewer|2.249613564367772e-06| +|cran|mlr3measures|2.227366542087354e-06| +|cran|mclustcomp|2.2210387962291518e-06| +|cran|maotai|2.2210387962291518e-06| +|cran|CVXR|2.2210387962291518e-06| +|cran|leafgl|2.2210387962291518e-06| +|cran|shinyEffects|2.2210387962291518e-06| +|cran|googleAnalyticsR|2.2072435242028836e-06| +|cran|bigQueryR|2.2072435242028836e-06| +|cran|seasonal|2.2072435242028836e-06| +|cran|forecTheta|2.2072435242028836e-06| +|cran|urca|2.2072435242028836e-06| +|cran|fracdiff|2.2072435242028836e-06| +|cran|[tiff](https://www.rforge.net/tiff/)|2.1936185641769414e-06| +|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.193618564176941e-06| +|cran|wicket|2.1936185641769397e-06| +|cran|prettymapr|2.1936185641769397e-06| +|cran|rosm|2.1936185641769397e-06| +|cran|pkgmaker|2.190655754687662e-06| +|cran|effects|2.1803604299978487e-06| +|cran|[r4ss](https://github.com/r4ss/r4ss)|2.1211022480058005e-06| +|cran|cleanrmd|2.1152750440277636e-06| +|cran|agridat|2.115275044027763e-06| +|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1110017611105375e-06| +|cran|cyclocomp|2.0970573642227397e-06| +|cran|xmlparsedata|2.0970573642227397e-06| +|cran|calibrator|2.0903894552744957e-06| +|cran|alabama|2.0903894552744957e-06| +|cran|disordR|2.0903894552744957e-06| +|cran|rio|2.0801631910702173e-06| +|cran|sva|2.0752130166787527e-06| +|cran|SIS|2.0752130166787527e-06| +|cran|LogicReg|2.0752130166787527e-06| +|cran|KernelKnn|2.0752130166787527e-06| +|cran|genefilter|2.0752130166787527e-06| +|cran|extraTrees|2.0752130166787527e-06| +|cran|biglasso|2.0752130166787527e-06| +|cran|bartMachine|2.0752130166787527e-06| +|cran|cvAUC|2.0752130166787527e-06| +|cran|nnls|2.0752130166787527e-06| +|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0641828115779506e-06| +|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.056686594981609e-06| +|cran|[ring](https://github.com/mrc-ide/ring)|2.056686594981609e-06| +|cran|lda|2.0487400290065266e-06| +|cran|textdata|2.0406470638740945e-06| +|cran|mallet|2.0406470638740945e-06| +|cran|gutenbergr|2.0406470638740945e-06| +|cran|[ids](https://github.com/richfitz/ids)|2.025536102765986e-06| +|cran|quanteda.textplots|2.019126178390138e-06| +|cran|quanteda.textstats|2.019126178390138e-06| +|cran|quanteda.textmodels|2.019126178390138e-06| +|cran|questionr|2.0191261783901376e-06| +|cran|dockerfiler|2.0137765422569164e-06| +|cran|attachment|2.0137765422569164e-06| +|cran|mfx|1.995926956681243e-06| +|cran|drc|1.995926956681243e-06| +|cran|RQuantLib|1.974256707759246e-06| +|cran|odeintr|1.974256707759246e-06| +|cran|bigstatsr|1.974256707759246e-06| +|cran|snow|1.9525615791025505e-06| +|cran|Rmpi|1.9525615791025505e-06| +|cran|batchtools|1.9525615791025505e-06| +|cran|BatchJobs|1.9525615791025505e-06| +|cran|BBmisc|1.9525615791025505e-06| +|cran|[ssh](https://docs.ropensci.org/ssh)|1.9525615791025505e-06| +|cran|rematch2|1.9100933647570702e-06| +|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.9040262319891558e-06| +|cran|bain|1.9003540502495414e-06| +|cran|gclus|1.89073046243097e-06| +|cran|[dde](https://github.com/mrc-ide/dde)|1.884111707939718e-06| +|cran|movMF|1.8703484599824433e-06| +|cran|flexmix|1.8703484599824433e-06| +|cran|flexclust|1.8703484599824433e-06| +|cran|cclust|1.8703484599824433e-06| +|cran|relations|1.8703484599824433e-06| +|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8674246348285552e-06| +|cran|arkdb|1.850865663524293e-06| +|cran|[energy](https://github.com/mariarizzo/energy)|1.8332606281725904e-06| +|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8140085983632018e-06| +|cran|sn|1.81309289488094e-06| +|cran|ProFound|1.81309289488094e-06| +|cran|FITSio|1.81309289488094e-06| +|cran|dials|1.8102510564877097e-06| +|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8096249724598582e-06| +|cran|kappaSize|1.7947788252356817e-06| +|cran|[readtext](https://github.com/quanteda/readtext)|1.7947788252356807e-06| +|cran|nLTT|1.794778825235678e-06| +|cran|concaveman|1.793385363414843e-06| +|cran|tweenr|1.793385363414843e-06| +|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7666505688569926e-06| +|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7603960891200534e-06| +|cran|StanHeaders|1.7530038008551926e-06| +|cran|shinystan|1.7530038008551926e-06| +|cran|nFactors|1.7432280149413309e-06| +|cran|adehabitatHR|1.7199963741841933e-06| +|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7172770123277866e-06| +|cran|gginnards|1.7167449632689094e-06| +|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7127317932249012e-06| +|cran|vip|1.708491381714732e-06| +|cran|pdp|1.708491381714732e-06| +|cran|stan4bart|1.708491381714732e-06| +|cran|tmle|1.708491381714732e-06| +|cran|dbarts|1.708491381714732e-06| +|cran|CircStats|1.708491381714732e-06| +|cran|showimage|1.6922200352222106e-06| +|cran|ggfortify|1.665779097171864e-06| +|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6494872060499305e-06| +|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6452139231327073e-06| +|cran|R2HTML|1.6452139231327048e-06| +|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.6233449760982417e-06| +|cran|sangerseqR|1.6153009427121102e-06| +|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6138987717548959e-06| +|cran|dendroextras|1.6105778405404375e-06| +|cran|[rlist](https://renkun.me/rlist)|1.5953589557650576e-06| +|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5822392275104017e-06| +|cran|[workflows](https://github.com/tidymodels/workflows)|1.5609762196494218e-06| +|cran|highcharter|1.5586237166520363e-06| +|cran|soma|1.5450704669420184e-06| +|cran|tcltk2|1.5450704669420184e-06| +|cran|survAUC|1.5450704669420184e-06| +|cran|simsurv|1.5450704669420184e-06| +|cran|set6|1.5450704669420184e-06| +|cran|param6|1.5450704669420184e-06| +|cran|bujar|1.5450704669420184e-06| +|cran|[umap](https://github.com/tkonopka/umap)|1.5436522324665947e-06| +|cran|IRanges|1.54325700395265e-06| +|cran|pgdraw|1.5383818502020097e-06| +|cran|matrixNormal|1.5383818502020097e-06| +|cran|DiagrammeRsvg|1.537642243543259e-06| +|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4844280752643052e-06| +|cran|sjPlot|1.4806925308194346e-06| +|cran|sjstats|1.4671081956743018e-06| +|cran|projpred|1.4671081956743018e-06| +|cran|PROreg|1.4671081956743018e-06| +|cran|PMCMRplus|1.4671081956743018e-06| +|cran|PCDimension|1.4671081956743018e-06| +|cran|NbClust|1.4671081956743018e-06| +|cran|M3C|1.4671081956743018e-06| +|cran|lqmm|1.4671081956743018e-06| +|cran|lavaSearch2|1.4671081956743018e-06| +|cran|ivprobit|1.4671081956743018e-06| +|cran|FactoMineR|1.4671081956743018e-06| +|cran|factoextra|1.4671081956743018e-06| +|cran|EGAnet|1.4671081956743018e-06| +|cran|DRR|1.4671081956743018e-06| +|cran|ClassDiscovery|1.4671081956743018e-06| +|cran|cAIC4|1.4671081956743018e-06| +|cran|brglm2|1.4671081956743018e-06| +|cran|BayesFM|1.4671081956743018e-06| +|cran|pcaPP|1.4510096502482298e-06| +|cran|vegalite|1.4387295846018794e-06| +|cran|wdm|1.4344208892313273e-06| +|cran|rmcorr|1.4344208892313273e-06| +|cran|mbend|1.4344208892313273e-06| +|cran|TSP|1.4268491660623642e-06| +|cran|moonBook|1.4101833626851756e-06| +|cran|ztable|1.4101833626851756e-06| +|cran|mycor|1.4101833626851756e-06| +|cran|treemap|1.4046095154018351e-06| +|cran|networkD3|1.4046095154018351e-06| +|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4027395795390395e-06| +|cran|GDINA|1.3935929701829974e-06| +|cran|hdi|1.3881492476432198e-06| +|cran|gamboostLSS|1.3881492476432198e-06| +|cran|mboost|1.3881492476432198e-06| +|cran|[duckdb](https://duckdb.org/)|1.3759970993473506e-06| +|cran|spatialreg|1.3749287786180462e-06| +|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3538081279555531e-06| +|cran|cartogram|1.3537760281777689e-06| +|cran|rmapshaper|1.3537760281777689e-06| +|cran|widgetframe|1.3537760281777689e-06| +|cran|tmaptools|1.3537760281777689e-06| +|cran|randgeo|1.3460841189267585e-06| +|cran|googleComputeEngineR|1.3359631857017452e-06| +|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3161711385061821e-06| +|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.316171138506172e-06| +|cran|mlr3data|1.316171138506164e-06| +|cran|sommer|1.2961685376170123e-06| +|cran|CARBayes|1.2961685376170123e-06| +|cran|multcompView|1.2961685376170123e-06| +|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2709765267837456e-06| +|cran|clue|1.2709765267837456e-06| +|cran|mvabund|1.269165026416658e-06| +|cran|huxtable|1.269165026416658e-06| +|cran|texreg|1.269165026416658e-06| +|cran|dotwhisker|1.269165026416658e-06| +|cran|DHARMa|1.269165026416658e-06| +|cran|RNeXML|1.269165026416658e-06| +|cran|phylobase|1.269165026416658e-06| +|cran|striprtf|1.269165026416658e-06| +|cran|streamR|1.269165026416658e-06| +|cran|readODS|1.269165026416658e-06| +|cran|[writexl](https://docs.ropensci.org/writexl)|1.2663161711385047e-06| +|cran|[FME](http://fme.r-forge.r-project.org/)|1.2600995619422528e-06| +|cran|[GA](https://luca-scr.github.io/GA/)|1.2473712835387981e-06| +|cran|[C50](https://topepo.github.io/C5.0/)|1.246374184191445e-06| +|cran|rlog|1.2425391867016232e-06| +|cran|loggit|1.2425391867016232e-06| +|cran|[butcher](https://butcher.tidymodels.org/)|1.2385023472386558e-06| +|cran|leaflet.extras2|1.2339104423495287e-06| +|cran|satellite|1.2339104423495287e-06| +|cran|leafpop|1.2339104423495287e-06| +|cran|base64|1.2339104423495287e-06| +|cran|learnr|1.2339104423495287e-06| +|cran|pheatmap|1.2109509179039007e-06| +|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1965192168237945e-06| +|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1965192168237945e-06| +|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.1965192168237856e-06| +|cran|[susieR](https://github.com/stephenslab/susieR)|1.186114701894882e-06| +|cran|repurrrsive|1.1845540246555477e-06| +|cran|rvg|1.1689677874890272e-06| +|cran|phosphoricons|1.1689677874890272e-06| +|cran|datamods|1.1689677874890272e-06| +|cran|[NMF](http://renozao.github.io/NMF)|1.1675923786148614e-06| +|cran|aws.ec2metadata|1.1537863876515072e-06| +|cran|ISLR|1.1463426045053686e-06| +|cran|ICSOutlier|1.1463426045053686e-06| +|cran|ICS|1.1463426045053686e-06| +|cran|bigutilsr|1.1463426045053686e-06| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.112324786807011e-06| +|cran|[proto](https://github.com/hadley/proto)|1.1082848500247602e-06| +|cran|tidyquant|1.1036217621014418e-06| +|cran|tibbletime|1.1036217621014418e-06| +|cran|sweep|1.1036217621014418e-06| +|cran|tensorflow|1.1019414110821994e-06| +|cran|[EMbC]()|1.0790039366000234e-06| +|cran|[geodist](https://github.com/hypertidy/geodist)|1.0768672951414273e-06| +|cran|googlePolylines|1.076867295141412e-06| +|cran|languageR|1.076867295141407e-06| +|cran|hypergeo|1.076867295141407e-06| +|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0469543147208127e-06| +|cran|automap|1.039082477768024e-06| +|cran|snpStats|1.0300469779613457e-06| +|cran|som|1.0023149439393094e-06| +|cran|qdapDictionaries|9.87128353879623e-07| +|cran|QuickJSR|9.87128353879623e-07| +|cran|swagger|9.762807895512755e-07| +|cran|nlshrink|9.762807895512753e-07| +|cran|NetworkComparisonTest|9.762807895512753e-07| +|cran|NetworkToolbox|9.762807895512753e-07| +|cran|glassoFast|9.762807895512753e-07| +|cran|[ghql](https://github.com/ropensci/ghql)|9.641183689407044e-07| +|cran|[isdparser](https://github.com/ropensci/isdparser)|9.29439034497048e-07| +|cran|geonames|9.29439034497048e-07| +|cran|[xslt](https://github.com/ropensci/xslt)|9.245830311820198e-07| +|cran|starsdata|9.120207617366082e-07| +|cran|ncdfgeom|9.120207617366082e-07| +|cran|cubelyr|9.120207617366082e-07| +|cran|vtreat|9.111954035811904e-07| +|cran|smotefamily|9.111954035811904e-07| +|cran|bestNormalize|9.111954035811904e-07| +|cran|mlr3learners|9.111954035811904e-07| +|cran|mlr3filters|9.111954035811904e-07| +|cran|bbotk|9.111954035811904e-07| +|cran|alr4|9.111954035811904e-07| +|cran|carData|9.111954035811904e-07| +|cran|compositions|9.088649805541285e-07| +|cran|[Momocs](https://github.com/MomX/Momocs/)|8.973894126178509e-07| +|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.97389412617846e-07| +|cran|leaflet.minicharts|8.973894126178409e-07| +|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.973894126178409e-07| +|cran|[metR](https://github.com/eliocamp/metR)|8.973894126178409e-07| +|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.973894126178409e-07| +|cran|[LiblineaR]()|8.973894126178399e-07| +|cran|qap|8.884155184916607e-07| +|cran|biomaRt|8.884155184916606e-07| +|cran|[tune](https://tune.tidymodels.org/)|8.801980445600267e-07| +|cran|dblog|8.497887568181101e-07| +|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.461100176111053e-07| +|cran|bcpa|8.226069615663524e-07| +|cran|amt|8.226069615663524e-07| +|cran|circular|8.226069615663524e-07| +|cran|genlasso|8.131949826010623e-07| +|cran|L0Learn|8.131949826010623e-07| +|cran|mixsqp|8.131949826010623e-07| +|cran|slider|7.897026831036982e-07| +|cran|[scattermore](https://github.com/exaexa/scattermore)|7.804760032274872e-07| +|cran|NetSwan|7.725352334710092e-07| +|cran|netrankr|7.725352334710092e-07| +|cran|fortunes|7.697643219724441e-07| +|cran|mail|7.691909251010049e-07| +|cran|bibtex|7.691909251010049e-07| +|cran|synchronicity|7.691909251010049e-07| +|cran|doMPI|7.691909251010049e-07| +|cran|rngtools|7.691909251010049e-07| +|cran|waveslim|7.658754469755695e-07| +|cran|[uwot](https://github.com/jlmelville/uwot)|7.555485195436585e-07| +|cran|minpack.lm|7.22950442867503e-07| +|cran|Rd2md|7.179115300942848e-07| +|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.179115300942747e-07| +|cran|[hash](http://www.johnhughes.org)|7.179115300942747e-07| +|cran|[leafletR](https://github.com/chgrl/leafletR)|7.179115300942747e-07| +|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.179115300942747e-07| +|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.179115300942747e-07| +|cran|[jfa](https://koenderks.github.io/jfa/)|7.179115300942747e-07| +|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.179115300942646e-07| +|cran|textshaping|7.150661490298732e-07| +|cran|[fda](http://www.functionaldata.org)|7.122138195379735e-07| +|cran|R.cache|7.107324147933285e-07| +|cran|tidymodels|6.967964850914987e-07| +|cran|psychotree|6.807781750893952e-07| +|cran|psychotools|6.807781750893952e-07| +|cran|coin|6.807781750893952e-07| +|cran|pmml|6.807781750893952e-07| +|cran|inum|6.807781750893952e-07| +|cran|libcoin|6.807781750893952e-07| +|cran|GPfit|6.807781750893952e-07| +|cran|rapportools|6.768880140888842e-07| +|cran|suncalc|6.730420594633793e-07| +|cran|manipulate|6.730420594633793e-07| +|cran|Gmedian|6.730420594633793e-07| +|cran|fasttime|6.730420594633793e-07| +|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.580855692530911e-07| +|cran|truncdist|6.532467047732798e-07| +|cran|rmutil|6.532467047732798e-07| +|cran|cramer|6.532467047732798e-07| +|cran|yesno|6.532467047732798e-07| +|cran|[kSamples](NA)|6.48114575779552e-07| +|cran|graphlayouts|6.34582513208329e-07| +|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.024432420371516e-07| +|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.982596084118973e-07| +|cran|[osqp](https://osqp.org)|5.982596084118973e-07| +|cran|[wdman](https://github.com/ropensci/wdman)|5.982596084118973e-07| +|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.982596084118973e-07| +|cran|[biblio](https://github.com/kamapu/biblio)|5.982596084118973e-07| +|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.982596084118973e-07| +|cran|[nplr](https://github.com/fredcommo/nplr)|5.982596084118973e-07| +|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.982596084118973e-07| +|cran|Ecume|5.982596084118973e-07| +|cran|[cpp11](https://cpp11.r-lib.org)|5.982596084118973e-07| +|cran|locatexec|5.69497127238244e-07| +|cran|doconv|5.69497127238244e-07| +|cran|equatags|5.69497127238244e-07| +|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.583756345177639e-07| +|cran|mixtools|5.56128650073027e-07| +|cran|enrichR|5.56128650073027e-07| +|cran|metap|5.56128650073027e-07| +|cran|monocle|5.56128650073027e-07| +|cran|Rfast2|5.56128650073027e-07| +|cran|rtracklayer|5.56128650073027e-07| +|cran|GenomeInfoDb|5.56128650073027e-07| +|cran|GenomicRanges|5.56128650073027e-07| +|cran|BiocGenerics|5.56128650073027e-07| +|cran|DESeq2|5.56128650073027e-07| +|cran|MAST|5.56128650073027e-07| +|cran|SingleCellExperiment|5.56128650073027e-07| +|cran|SummarizedExperiment|5.56128650073027e-07| +|cran|S4Vectors|5.56128650073027e-07| +|cran|rsvd|5.56128650073027e-07| +|cran|sctransform|5.56128650073027e-07| +|cran|leiden|5.56128650073027e-07| +|cran|ica|5.56128650073027e-07| +|cran|whitening|5.384336475707035e-07| +|cran|randtoolbox|5.384336475707035e-07| +|cran|mc2d|5.384336475707035e-07| +|cran|ggExtra|5.384336475707035e-07| +|cran|DiceDesign|5.384336475707035e-07| +|cran|condMVNorm|5.384336475707035e-07| +|cran|showtextdb|5.362996117724049e-07| +|cran|sysfonts|5.362996117724049e-07| +|cran|vars|5.288187610069408e-07| +|cran|systemfit|5.288187610069408e-07| +|cran|poLCA|5.288187610069408e-07| +|cran|orcutt|5.288187610069408e-07| +|cran|muhaz|5.288187610069408e-07| +|cran|modeltests|5.288187610069408e-07| +|cran|lsmeans|5.288187610069408e-07| +|cran|lmodel2|5.288187610069408e-07| +|cran|Kendall|5.288187610069408e-07| +|cran|joineRML|5.288187610069408e-07| +|cran|gmm|5.288187610069408e-07| +|cran|glmnetUtils|5.288187610069408e-07| +|cran|ergm|5.288187610069408e-07| +|cran|cmprsk|5.288187610069408e-07| +|cran|btergm|5.288187610069408e-07| +|cran|binGroup|5.288187610069408e-07| +|cran|AUC|5.288187610069408e-07| +|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.257432922407592e-07| +|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.257432922407541e-07| +|cran|diagram|5.235305733968715e-07| +|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.20485859318349e-07| +|cran|[msm](https://github.com/chjackson/msm)|5.127939500673419e-07| +|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.127939500673419e-07| +|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.127939500673419e-07| +|cran|[httr2](https://httr2.r-lib.org)|5.127939500673419e-07| +|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.127939500673419e-07| +|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.127939500673419e-07| +|cran|RISmed|5.127939500673419e-07| +|cran|[itsadug](NA)|5.127939500673419e-07| +|cran|sde|5.127939500673419e-07| +|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.127939500673419e-07| +|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.82391146703659e-07| +|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.807443281881312e-07| +|cran|[contentid](https://github.com/cboettig/contentid)|4.786076867295098e-07| +|cran|thematic|4.580892517222625e-07| +|cran|Rlabkey|4.4869470630892043e-07| +|cran|[fishtree](https://fishtreeoflife.org/)|4.4869470630892043e-07| +|cran|ggvenn|4.4869470630892043e-07| +|cran|COUNT|4.4869470630892043e-07| +|cran|QSARdata|4.3872371283538796e-07| +|cran|dimRed|4.3872371283538796e-07| +|cran|ddalpha|4.3872371283538796e-07| +|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.3587485755723967e-07| +|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.1327144002137464e-07| +|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.1057031949835866e-07| +|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.0246555474981617e-07| +|cran|[babette](https://docs.ropensci.org/babette/)|3.9883973894126313e-07| +|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.9883973894126313e-07| +|cran|treeman|3.9883973894126313e-07| +|cran|[treemapify](https://wilkox.org/treemapify/)|3.9883973894126313e-07| +|cran|[restez](https://github.com/ropensci/restez#readme)|3.9883973894126313e-07| +|cran|[spocc](https://github.com/ropensci/spocc)|3.9883973894126313e-07| +|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.9883973894126313e-07| +|cran|[memuse](https://github.com/shinra-dev/memuse)|3.9883973894126313e-07| +|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.9883973894126313e-07| +|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.9883973894126313e-07| +|cran|[minerva](https://www.r-project.org)|3.9883973894126313e-07| +|cran|mcclust|3.9883973894126313e-07| +|cran|[rdist](https://github.com/blasern/rdist)|3.9883973894126313e-07| +|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.9883973894126313e-07| +|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.9883973894126313e-07| +|cran|[corrr](https://github.com/tidymodels/corrr)|3.9883973894126313e-07| +|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.9883973894126313e-07| +|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.9883973894126313e-07| +|cran|shinycustomloader|3.8041507708799666e-07| +|cran|scatterpie|3.589557650471424e-07| +|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.5895576504713735e-07| +|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.5895576504713735e-07| +|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.5895576504713735e-07| +|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.5895576504713735e-07| +|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.5895576504713735e-07| +|cran|pmsampsize|3.5895576504713735e-07| +|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.5895576504713735e-07| +|cran|[scrapeR](http://www.ryanacton.com)|3.5895576504713735e-07| +|cran|ggm|3.5895576504713735e-07| +|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.5895576504713735e-07| +|cran|[jmvcore](https://www.jamovi.org)|3.5895576504713735e-07| +|cran|[liger](https://github.com/JEFworks/liger)|3.5895576504713735e-07| +|cran|[drat](https://github.com/eddelbuettel/drat)|3.5895576504713735e-07| +|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.589557650471323e-07| +|cran|[cowsay](https://github.com/sckott/cowsay)|3.589557650471323e-07| +|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.263234227701276e-07| +|cran|pbs|3.2632342277012257e-07| +|cran|[sofa](https://github.com/ropensci/sofa)|3.2632342277012257e-07| +|cran|[elastic](https://docs.ropensci.org/elastic)|3.2632342277012257e-07| +|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2632342277012257e-07| +|cran|[genie](http://genieclust.gagolewski.com/)|3.2632342277012257e-07| +|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2632342277012257e-07| +|cran|lspline|3.2632342277012257e-07| +|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2632342277012257e-07| +|cran|[irr](https://www.r-project.org)|3.2632342277012257e-07| +|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2632342277012257e-07| +|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2632342277012257e-07| +|cran|[strex](https://rorynolan.github.io/strex/)|2.9912980420594863e-07| +|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.9912980420594863e-07| +|cran|[signs](https://benjaminwolfe.github.io/signs)|2.9912980420594863e-07| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.9912980420594863e-07| +|cran|rje|2.9912980420594863e-07| +|cran|[usefun](https://github.com/bblodfon/usefun)|2.9912980420594863e-07| +|cran|rCAT|2.9912980420594863e-07| +|cran|[repr](https://github.com/IRkernel/repr/)|2.7611981926703417e-07| +|cran|[odin](https://github.com/mrc-ide/odin)|2.7611981926703417e-07| +|cran|R2jags|2.761198192670291e-07| +|cran|[bib2df](https://github.com/ropensci/bib2df)|2.761198192670291e-07| +|cran|[plumber](https://www.rplumber.io)|2.761198192670291e-07| +|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.761198192670291e-07| +|cran|[likert](http://jason.bryer.org/likert)|2.761198192670291e-07| +|cran|[pwr](https://github.com/heliosdrm/pwr)|2.761198192670291e-07| +|cran|[waiter](https://waiter.john-coene.com/)|2.761198192670291e-07| +|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5639697503367097e-07| +|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5639697503367097e-07| +|cran|[anomalize](https://github.com/business-science/anomalize)|2.5639697503367097e-07| +|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5639697503367097e-07| +|cran|[depmixS4](https://depmix.github.io/)|2.5639697503367097e-07| +|cran|GeoLight|2.5639697503367097e-07| +|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5639697503367097e-07| +|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5639697503367097e-07| +|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5639697503367097e-07| +|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5639697503367097e-07| +|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5639697503367097e-07| +|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5639697503367097e-07| +|cran|sphereplot|2.5639697503367097e-07| +|cran|[COVID19](https://covid19datahub.io)|2.393038433647549e-07| +|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.393038433647549e-07| +|cran|[iotools](http://www.rforge.net/iotools)|2.393038433647549e-07| +|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.393038433647549e-07| +|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.393038433647549e-07| +|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2434735315446273e-07| +|cran|[rplos](https://docs.ropensci.org/rplos)|2.2434735315446022e-07| +|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2434735315446022e-07| +|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2434735315446022e-07| +|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2434735315446022e-07| +|cran|ggnewscale|2.2434735315446022e-07| +|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2434735315446022e-07| +|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2434735315446022e-07| +|cran|[stabs](https://github.com/hofnerb/stabs)|2.2434735315446022e-07| +|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2434735315446022e-07| +|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2434735315446022e-07| +|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2434735315446022e-07| +|cran|[sortable](https://rstudio.github.io/sortable/)|2.2434735315446022e-07| +|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2434735315446022e-07| +|cran|[lunar](http://statistics.lazaridis.eu)|2.2434735315446022e-07| +|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2434735315446022e-07| +|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2434735315446022e-07| +|cran|randomcoloR|2.2434735315446022e-07| +|cran|[greta](https://greta-stats.org)|2.2434735315446022e-07| +|cran|shinyMatrix|2.2434735315446022e-07| +|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2434735315446022e-07| +|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2434735315446022e-07| +|cran|[UNF](https://github.com/leeper/UNF)|2.2434735315446022e-07| +|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1115045002772712e-07| +|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1115045002772712e-07| +|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.111504500277246e-07| +|cran|[wpp2015](http://esa.un.org/wpp)|2.090389455274492e-07| +|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9941986947063157e-07| +|cran|[ascii](https://github.com/mclements/ascii)|1.9941986947063157e-07| +|cran|smoother|1.9941986947063157e-07| +|cran|[ptw](https://github.com/rwehrens/ptw)|1.9941986947063157e-07| +|cran|cvTools|1.9941986947063157e-07| +|cran|[FedData](https://github.com/ropensci/FedData)|1.9941986947063157e-07| +|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9941986947063157e-07| +|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9941986947063157e-07| +|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9941986947063157e-07| +|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9941986947063157e-07| +|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9941986947063157e-07| +|cran|[longitudinalData](http:www.r-project.org)|1.9742567077592578e-07| +|cran|[nabor](https://github.com/jefferis/nabor)|1.889240868669144e-07| +|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.889240868669144e-07| +|cran|[turner](http://www.gastonsanchez.com)|1.889240868669144e-07| +|cran|[blocksdesign]()|1.889240868669144e-07| +|cran|shinyhelper|1.889240868669144e-07| +|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.889240868669144e-07| +|cran|[sensitivity](NA)|1.7947788252356868e-07| +|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7947788252356868e-07| +|cran|[symengine](https://github.com/symengine/symengine.R)|1.7947788252356868e-07| +|cran|[dqrng](https://daqana.github.io/dqrng/)|1.7947788252356616e-07| +|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7093131668911315e-07| +|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7093131668911315e-07| +|cran|[desplot](https://kwstat.github.io/desplot/)|1.7093131668911315e-07| +|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7093131668911315e-07| +|cran|PairedData|1.7093131668911315e-07| +|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7093131668911315e-07| +|cran|harmonicmeanp|1.6316171138506128e-07| +|cran|NBPSeq|1.6316171138506128e-07| +|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6316171138506128e-07| +|cran|[ggtern](http://www.ggtern.com)|1.5606772393353644e-07| +|cran|[dams](https://github.com/jsta/dams)|1.5606772393353644e-07| +|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5606772393353644e-07| +|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5606772393353644e-07| +|cran|[coro](https://github.com/r-lib/coro)|1.5450704669420213e-07| +|cran|[ucminf](NA)|1.4806925308194434e-07| +|cran|[audio](http://www.rforge.net/audio/)|1.2691650264166514e-07| +|cran|[enviPick](NA)|7.179115300942722e-08| +|cran|[OAIHarvester](NA)|2.9613850616388617e-08| +|cran|[uroot](https://jalobe.com)|2.2072435242028968e-08| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed.