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 00000000..df58cf1b Binary files /dev/null and b/_repos/github/BonsonW/slow5curl/badge.png differ 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 00000000..0c4dcb98 Binary files /dev/null and b/_repos/github/FAU-LAP/NOMAD-CAMELS/badge.png differ 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 00000000..f39ec16f Binary files /dev/null and b/_repos/github/GenomePathogenAnalysisService/read-it-and-keep/badge.png differ 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 00000000..d3683df5 Binary files /dev/null and b/_repos/github/NSAPH-Software/GPCERF/badge.png differ 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 00000000..2f95ead6 Binary files /dev/null and b/_repos/github/basehc/IPEV/badge.png differ 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 00000000..0d547f19 Binary files /dev/null and b/_repos/github/coolneighbors/unwise-verse/requirements.txt differ diff --git a/_repos/github/desihub/desitarget/requirements.txt b/_repos/github/desihub/desitarget/requirements.txt new file mode 100644 index 00000000..4a57bedf --- /dev/null +++ b/_repos/github/desihub/desitarget/requirements.txt @@ -0,0 +1,18 @@ +# Based on desimodules/22.5. +pytz +requests +astropy==5.0 +numba +healpy +speclite +sqlalchemy +fitsio +photutils==1.6.0 +# Install desiutil separately since it is needed for the other installs. +# git+https://github.com/desihub/desiutil.git@3.1.0#egg=desiutil +git+https://github.com/desihub/specter.git@0.10.0#egg=specter +git+https://github.com/desihub/desimodel.git@0.17.0#egg=desimodel +# Don't forget to install desimodel test data. +git+https://github.com/desihub/desispec.git@0.53.1#egg=desispec +git+https://github.com/desihub/desisim.git@0.36.0#egg=desisim +git+https://github.com/desihub/redrock.git@0.15.4#egg=redrock diff --git a/_repos/github/dylancromer/maszcal/requirements.txt b/_repos/github/dylancromer/maszcal/requirements.txt new file mode 100644 index 00000000..d932fc71 --- /dev/null +++ b/_repos/github/dylancromer/maszcal/requirements.txt @@ -0,0 +1,22 @@ +astropy>=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 00000000..a518a313 Binary files /dev/null and b/_repos/github/moritzobenauer/ProjectRaccoon/badge.png differ diff --git a/_repos/github/moritzobenauer/ProjectRaccoon/data.json b/_repos/github/moritzobenauer/ProjectRaccoon/data.json new file mode 100644 index 00000000..24562abb --- /dev/null +++ b/_repos/github/moritzobenauer/ProjectRaccoon/data.json @@ -0,0 +1,254 @@ +{ + "requirements.txt": { + "github/moritzobenauer/ProjectRaccoon": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "biopandas": { + "credit": 0.0011000000000000038, + "url": "https://github.com/rasbt/biopandas" + }, + "numpy": { + "credit": 0.24914999999999998, + "url": "https://www.numpy.org" + }, + "pandas": { + "credit": 0.013200000000000003, + "url": "https://pandas.pydata.org" + }, + "py3Dmol": { + "credit": 0.0011000000000000038, + "url": "https://3dmol.org" + }, + "questionary": { + "credit": 0.0011000000000000038, + "url": "https://github.com/tmbo/questionary" + }, + "rich": { + "credit": 0.11, + "url": "https://github.com/willmcgugan/rich" + }, + "scipy": { + "credit": 0.0011000000000000038, + "url": "https://www.scipy.org" + }, + "setuptools": { + "credit": 0.013200000000000003, + "url": "https://github.com/pypa/setuptools" + }, + "tqdm": { + "credit": 0.0011000000000000038, + "url": "https://tqdm.github.io" + }, + "nose": { + "credit": 0.0121, + "url": "http://readthedocs.org/docs/nose/" + }, + "flake8": { + "credit": 0.0121, + "url": "https://github.com/pycqa/flake8" + }, + "pytest-cov": { + "credit": 0.003633903225806451, + "url": "https://github.com/pytest-dev/pytest-cov" + }, + "pytest": { + "credit": 0.035260278225806456, + "url": "https://docs.pytest.org/en/latest/" + }, + "looseversion": { + "credit": 0.0121, + "url": "https://pypi.org/project/looseversion" + }, + "mmtf-python": { + "credit": 0.0121, + "url": "https://pypi.org/project/mmtf-python" + }, + "pytest-xdist": { + "credit": 0.02316027822580645, + "url": "https://pypi.org/project/pytest-xdist" + }, + "hypothesis": { + "credit": 0.01815, + "url": "https://pypi.org/project/hypothesis" + }, + "pytz": { + "credit": 0.01815, + "url": "https://pypi.org/project/pytz" + }, + "python-dateutil": { + "credit": 0.01815, + "url": "https://pypi.org/project/python-dateutil" + }, + "IPython": { + "credit": 0.1089, + "url": "https://pypi.org/project/IPython" + }, + "prompt_toolkit": { + "credit": 0.1089, + "url": "https://pypi.org/project/prompt_toolkit" + }, + "pytest-mypy": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pytest-mypy" + }, + "pytest-black": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pytest-black" + }, + "tomli": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/tomli" + }, + "tomli-w": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/tomli-w" + }, + "ini2toml": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/ini2toml" + }, + "pip-run": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pip-run" + }, + "filelock": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/filelock" + }, + "build": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/build" + }, + "jaraco.path": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/jaraco.path" + }, + "jaraco.envs": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/jaraco.envs" + }, + "pip": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pip" + }, + "wheel": { + "credit": 0.01712540322580645, + "url": "https://pypi.org/project/wheel" + }, + "virtualenv": { + "credit": 0.005010278225806452, + "url": "https://pypi.org/project/virtualenv" + }, + "flake8-2020": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/flake8-2020" + }, + "mock": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/mock" + }, + "pytest-perf": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pytest-perf" + }, + "pytest-enabler": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pytest-enabler" + }, + "pytest-flake8": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pytest-flake8" + }, + "pytest-checkdocs": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pytest-checkdocs" + }, + "furo": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/furo" + }, + "sphinxcontrib-towncrier": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/sphinxcontrib-towncrier" + }, + "sphinx-inline-tabs": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/sphinx-inline-tabs" + }, + "sphinx-favicon": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/sphinx-favicon" + }, + "pygments-github-lexers": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/pygments-github-lexers" + }, + "jaraco.tidelift": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/jaraco.tidelift" + }, + "rst.linker": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/rst.linker" + }, + "jaraco.packaging": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/jaraco.packaging" + }, + "sphinx": { + "credit": 0.0035129032258064516, + "url": "https://pypi.org/project/sphinx" + }, + "requests": { + "credit": 0.0136125, + "url": "https://pypi.org/project/requests" + }, + "slack-sdk": { + "credit": 0.0136125, + "url": "https://pypi.org/project/slack-sdk" + }, + "ipywidgets": { + "credit": 0.0136125, + "url": "https://pypi.org/project/ipywidgets" + }, + "twine": { + "credit": 0.0136125, + "url": "https://pypi.org/project/twine" + }, + "py-make": { + "credit": 0.0136125, + "url": "https://pypi.org/project/py-make" + }, + "importlib-resources": { + "credit": 0.0136125, + "url": "https://pypi.org/project/importlib-resources" + }, + "colorama": { + "credit": 0.0136125, + "url": "https://pypi.org/project/colorama" + }, + "six": { + "credit": 0.001497375, + "url": "https://pypi.org/project/six" + }, + "process-tests": { + "credit": 0.001497375, + "url": "https://pypi.org/project/process-tests" + }, + "hunter": { + "credit": 0.001497375, + "url": "https://pypi.org/project/hunter" + }, + "fields": { + "credit": 0.001497375, + "url": "https://pypi.org/project/fields" + }, + "coverage": { + "credit": 0.001497375, + "url": "https://pypi.org/project/coverage" + } + } +} \ No newline at end of file diff --git a/_repos/github/moritzobenauer/ProjectRaccoon/requirements.txt b/_repos/github/moritzobenauer/ProjectRaccoon/requirements.txt new file mode 100644 index 00000000..d4bd3e2d --- /dev/null +++ b/_repos/github/moritzobenauer/ProjectRaccoon/requirements.txt @@ -0,0 +1,9 @@ +biopandas==0.4.1 +numpy==1.26.3 +pandas==2.1.4 +py3Dmol==2.0.4 +questionary==2.0.1 +rich==13.7.0 +scipy==1.11.4 +setuptools==68.2.2 +tqdm==4.66.1 diff --git a/_repos/github/pelican/pelican/CMakeLists.txt b/_repos/github/pelican/pelican/CMakeLists.txt index e711ad6b..e93cb201 100644 --- a/_repos/github/pelican/pelican/CMakeLists.txt +++ b/_repos/github/pelican/pelican/CMakeLists.txt @@ -1,169 +1,125 @@ #=============================================================================== -# Top level PELICAN CMake script. +# Top level ${PROJECT_NAME} cmake script. #=============================================================================== -# Build options: -# -# -DCMAKE_BUILD_TYPE={debug|release|relWithDebInfo} (default: debug): -# Build in debug, release or release with debug info mode. +# Useful CMake Options: +# --------------------- +# -DCMAKE_BUILD_TYPE={debug | release} (default: debug): +# Build in debug or release mode. # # -DCMAKE_CXX_COMPILER={compiler} (default: c++) # Sets the C++ compiler. # -# -DCMAKE_INSTALL_PREFIX -# Root directory used to install files when calling 'make install' -# The default for this is usually /usr/local. +# -DCMAKE_C_COMPILER={compiler} (default: gcc) +# Sets the C compiler. # -# -DBUILD_STATIC={ON|OFF} (defualt: OFF): -# Build static libraries. +# Build Options: +# ---------------- +# -DTIMER={true | false} (default: false): +# Enable additional timer printing. # -# -DBUILD_SHARED={ON|OFF} (defualt: ON): -# Build shared libraries. +# -DBUILD_STATIC={off|on} (defual: Off): +# Build static versions of the libraries. +# +# Options manipulating install location: +# -------------------------------------- +# -DCMAKE_INSTALL_PREFIX +# Root directory used to install files when calling 'make install' # -# -DBUILD_MODLES={ON|OFF} (defualt: OFF): -# Build module libraries. +# -DLIBRARY_INSTALL_DIR +# library install location. Appending to the install prefix. # -# -DBUILD_PACAKGES={ON|OFF} (defual: ON): -# Build package libraries. +# -DINCLUDE_INSTALL_DIR +# include headers install location. Appending to the install prefix. # +# -DMODULES_INSTALL_DIR +# cmake modules install location. Appending to the install prefix. #=============================================================================== -# === Set the project name and specify the minumum cmake version. -project(pelican CXX C) +# === Specify minimum cmake version. cmake_minimum_required(VERSION 2.6 FATAL_ERROR) +# === Set the project name (creates name_BINARY_DIR and name_SOURCE_DIR). +project(${project_name} CXX C) + # === Project version. -set(VERSION_MAJOR 1) -set(VERSION_MINOR 0) -set(VERSION_PATCH 4) -set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") +set(${PROJECT_NAME}_MAJOR_VERSION 0) +set(${PROJECT_NAME}_MINOR_VERSION 0) +set(${PROJECT_NAME}_PATCH_LEVEL 0) # === CMake setup. list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake) -include(tags) # Add a target to create a tags file for emacs/vim (untested!) - -# === Options for controlling the modular build system. -include(build_macros) -set_build_option_defaults() +include(cmake/packagemacrosNew.cmake) +include(cmake/tags.cmake) -# === Enable the CMake testing framework. enable_testing() -# === Other options. -option(TIMER "Enabled pelican timing macros" OFF) +# === Options. +option(TIMER "Enabled ${project_name} timing macros" OFF) if(TIMER) add_definitions(-DTIMER_ENABLE) endif(TIMER) +option(BUILD_STATIC "Build static versions of ${project_name} library" OFF) +#option(BUILD_SINGLE_LIB "Build a single ${project_name} library" OFF) -# === Installtion locations (note these will be prefixed by ${CMAKE_INSTALL_PREFIX}) + +# === Installtion locations. if(NOT LIBRARY_INSTALL_DIR) set(LIBRARY_INSTALL_DIR "lib") endif(NOT LIBRARY_INSTALL_DIR) if(NOT INCLUDE_INSTALL_DIR) - set(INCLUDE_INSTALL_DIR "include/pelican") + set(INCLUDE_INSTALL_DIR "include/${project_name}") endif(NOT INCLUDE_INSTALL_DIR) if(NOT MODULES_INSTALL_DIR) - set (MODULES_INSTALL_DIR "share/pelican") + set (MODULES_INSTALL_DIR "share/${project_name}") endif(NOT MODULES_INSTALL_DIR) -if(NOT BINARY_INSTALL_DIR) - set(BINARY_INSTALL_DIR "bin/") -endif(NOT BINARY_INSTALL_DIR) +# === Installation target for project cmake files. +install(DIRECTORY cmake DESTINATION ${MODULES_INSTALL_DIR} + FILES_MATCHING PATTERN "*.cmake") + +# === Compiler defaults. +include(compilerDefaults) +add_definitions(-DUSE_MEMORY_TRACKER) # needed for release mode too? -# === Set project dependencies and compiler settings. +# === Setup project dependencies. include(dependencies) -include(compiler_settings) +#_${PROJECT_NAME}_PIC() + +#message(STATUS "BUILD_STATIC = ${BUILD_STATIC}") +list(INSERT CMAKE_MODULE_PATH 0 "/usr/local/bang") +#include(bang) +#BANG_VERSION(0.1) + # === Set Broken Package flags. if(QT_VERSION_MINOR LESS 3) add_definitions(-DBROKEN_QT_SET_HEADER) endif(QT_VERSION_MINOR LESS 3) -# === Declare project (package) libraries to be created from the listed modules. -# Modules that make up the main pelican library. -declare_package_library(pelican - pelican_utility - pelican_emulator - pelican_data - pelican_comms - pelican_server - pelican_output - pelican_core - pelican_viewer -) -# Modules that make up the test utility library. -declare_package_library(pelican-testutils - pelican_utilityTestUtils - pelican_emulatorTestUtils - pelican_dataTestUtils - pelican_serverTestUtils - pelican_outputTestUtils - pelican_coreTestUtils - pelican_viewerTestUtils -) +# Declare project libraries to be created from the following subpackages. +DECLARE_PROJECT_LIBRARY(${project_name} + comms core data emulator modules output server utility viewer) + +DECLARE_PROJECT_LIBRARY(${project_name}-testutils + utilityTest viewerTest outputTest dataTest coreTest serverTest emulatorTest) # === Sub modules (recurse into sub-directories to build modules). -add_subdirectory(extern) include(modules.cmake) -#print_module_summary() - -# === Create targets to build and install packages and/or modules. -create_library_targets(${PROJECT_VERSION} ${LIBRARY_INSTALL_DIR}) - -# === Create install target for headers. -create_header_install_target(${INCLUDE_INSTALL_DIR}) - -# === Create a header file with the project version. -configure_file(${PROJECT_SOURCE_DIR}/cmake/pelican_version.h.in - ${PROJECT_BINARY_DIR}/pelican_version.h) -install(FILES ${PROJECT_BINARY_DIR}/pelican_version.h - DESTINATION ${INCLUDE_INSTALL_DIR}) - -# === Installation target for project cmake files. -#install(DIRECTORY cmake -# DESTINATION ${MODULES_INSTALL_DIR} -# FILES_MATCHING PATTERN "*.cmake") - -# === Include packaging script (still needs some work!) -include(packaging) +# Project libraries to produce. +CREATE_PROJECT_LIBRARY(${project_name}) +CREATE_PROJECT_LIBRARY(${project_name}-testutils) +if(BUILD_SINGLE_LIB) + target_link_libraries(${project_name}-testutils + ${project_name}) +endif(BUILD_SINGLE_LIB) # === Doxygen documentation targets. include(UseDoxygen) set(PDFLATEX_COMPILER TRUE) -file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/doc") -add_doxygen_target(api DoxyfileAPI) -add_doxygen_target(dev DoxyfileDeveloper) +add_doxygen_target(api DoxyfileAPI) +add_doxygen_target(developer DoxyfileDeveloper) add_doxygen_target(user DoxyfileUser) -# === Print build options summary. -set(DEBUG_PRINT ON) -if (DEBUG_PRINT) - message(STATUS "") - message(STATUS "****************************************************************************") - message(STATUS "${CMAKE_PROJECT_NAME} v${PROJECT_VERSION}") - message(STATUS "") - print_build_options() - message(STATUS "") - message(STATUS "Compiler Options:") - message(STATUS " Build type: ${CMAKE_BUILD_TYPE}") - message(STATUS " C++ Compiler: ${CMAKE_CXX_COMPILER}") - if (${CMAKE_BUILD_TYPE} MATCHES release) - message(STATUS " C++ flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}") - elseif (${CMAKE_BUILD_TYPE} MATCHES debug) - message(STATUS " C++ flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG}") - elseif (${CMAKE_BUILD_TYPE} MATCHES relwithdebinfo) - message(STATUS " C++ flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}") - elseif (${CMAKE_BUILD_TYPE} MATCHES minsizerel) - message(STATUS " C++ flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_MINSIZEREL}") - endif () - message(STATUS "") - message(STATUS "Install locations: (make install)") - message(STATUS " Libraries: ${CMAKE_INSTALL_PREFIX}/lib") - message(STATUS " Inclues: ${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}") - message(STATUS " Binaries: ${CMAKE_INSTALL_PREFIX}/${BINARY_INSTALL_DIR}") - message(STATUS " Other: ${CMAKE_INSTALL_PREFIX}/${MODULES_INSTALL_DIR}") - message(STATUS "****************************************************************************") - message(STATUS "") -endif (DEBUG_PRINT) diff --git a/_repos/github/pylops/pyproximal/README.md b/_repos/github/pylops/pyproximal/README.md new file mode 100644 index 00000000..94a58be9 --- /dev/null +++ b/_repos/github/pylops/pyproximal/README.md @@ -0,0 +1,17 @@ +--- +title: github/pylops/pyproximal +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|requirements.txt|github/pylops/pyproximal|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/pylops/pyproximal/badge.png b/_repos/github/pylops/pyproximal/badge.png new file mode 100644 index 00000000..46728859 Binary files /dev/null and b/_repos/github/pylops/pyproximal/badge.png differ diff --git a/_repos/github/pylops/pyproximal/data.json b/_repos/github/pylops/pyproximal/data.json new file mode 100644 index 00000000..df3b305e --- /dev/null +++ b/_repos/github/pylops/pyproximal/data.json @@ -0,0 +1,8 @@ +{ + "requirements.txt": { + "github/pylops/pyproximal": { + "credit": 0.01, + "url": null + } + } +} \ No newline at end of file diff --git a/_repos/github/pylops/pyproximal/requirements.txt b/_repos/github/pylops/pyproximal/requirements.txt new file mode 100644 index 00000000..9c558e35 --- /dev/null +++ b/_repos/github/pylops/pyproximal/requirements.txt @@ -0,0 +1 @@ +. diff --git a/_repos/github/songweizhi/Binning_refiner/README.md b/_repos/github/songweizhi/Binning_refiner/README.md new file mode 100644 index 00000000..5ed0d6cd --- /dev/null +++ b/_repos/github/songweizhi/Binning_refiner/README.md @@ -0,0 +1,18 @@ +--- +title: github/songweizhi/Binning_refiner +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|setup.py|github/songweizhi/Binning_refiner|0.01| +|pypi|[biopython](https://biopython.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/songweizhi/Binning_refiner/badge.png b/_repos/github/songweizhi/Binning_refiner/badge.png new file mode 100644 index 00000000..f27c9fcb Binary files /dev/null and b/_repos/github/songweizhi/Binning_refiner/badge.png differ 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 00000000..24425cee Binary files /dev/null and b/_repos/github/tuoyl/tat-pulsar/badge.png differ 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 00000000..18e498d6 Binary files /dev/null and b/_repos/github/tvwenger/kinematic_scaleheight/badge.png differ diff --git a/_repos/github/tvwenger/kinematic_scaleheight/data.json b/_repos/github/tvwenger/kinematic_scaleheight/data.json new file mode 100644 index 00000000..a3b454d0 --- /dev/null +++ b/_repos/github/tvwenger/kinematic_scaleheight/data.json @@ -0,0 +1,110 @@ +{ + "setup.py": { + "github/tvwenger/kinematic_scaleheight": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "numpy": { + "credit": 0.43736220000000003, + "url": "https://www.numpy.org" + }, + "scipy": { + "credit": 0.00219780000000001, + "url": "https://www.scipy.org" + }, + "matplotlib": { + "credit": 0.211068, + "url": "https://matplotlib.org" + }, + "pymc": { + "credit": 0.0019800000000000095, + "url": "http://github.com/pymc-devs/pymc" + }, + "corner": { + "credit": 0.0019800000000000095, + "url": "https://corner.readthedocs.io" + }, + "typing-extensions": { + "credit": 0.02178, + "url": "https://typing.readthedocs.io/" + }, + "pytensor": { + "credit": 0.02178, + "url": "https://github.com/pymc-devs/pytensor" + }, + "pandas": { + "credit": 0.02178, + "url": "https://pypi.org/project/pandas" + }, + "fastprogress": { + "credit": 0.02178, + "url": "https://pypi.org/project/fastprogress" + }, + "cloudpickle": { + "credit": 0.02178, + "url": "https://pypi.org/project/cloudpickle" + }, + "cachetools": { + "credit": 0.02178, + "url": "https://pypi.org/project/cachetools" + }, + "arviz": { + "credit": 0.034848000000000004, + "url": "https://pypi.org/project/arviz" + }, + "twine": { + "credit": 0.013068, + "url": "https://pypi.org/project/twine" + }, + "pep517": { + "credit": 0.013068, + "url": "https://pypi.org/project/pep517" + }, + "flake8": { + "credit": 0.013068, + "url": "https://pypi.org/project/flake8" + }, + "pre-commit": { + "credit": 0.013068, + "url": "https://pypi.org/project/pre-commit" + }, + "sphinx-book-theme": { + "credit": 0.013068, + "url": "https://pypi.org/project/sphinx-book-theme" + }, + "myst-nb": { + "credit": 0.013068, + "url": "https://pypi.org/project/myst-nb" + }, + "pandoc": { + "credit": 0.013068, + "url": "https://pypi.org/project/pandoc" + }, + "sphinx": { + "credit": 0.013068, + "url": "https://pypi.org/project/sphinx" + }, + "toml": { + "credit": 0.013068, + "url": "https://pypi.org/project/toml" + }, + "isort": { + "credit": 0.013068, + "url": "https://pypi.org/project/isort" + }, + "black": { + "credit": 0.013068, + "url": "https://pypi.org/project/black" + }, + "pytest-cov": { + "credit": 0.013068, + "url": "https://pypi.org/project/pytest-cov" + }, + "pytest": { + "credit": 0.013068, + "url": "https://pypi.org/project/pytest" + } + } +} \ No newline at end of file diff --git a/_repos/github/tvwenger/kinematic_scaleheight/setup.py b/_repos/github/tvwenger/kinematic_scaleheight/setup.py new file mode 100644 index 00000000..fb04a45b --- /dev/null +++ b/_repos/github/tvwenger/kinematic_scaleheight/setup.py @@ -0,0 +1,32 @@ +""" +Copyright(C) 2023 by +Trey V. Wenger; tvwenger@gmail.com + +GNU General Public License v3 (GNU GPLv3) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published +by the Free Software Foundation, either version 3 of the License, +or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + +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.